.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.8rem 0;position:fixed;width:100%;top:0;z-index:1000;transition:all .3s ease}.header.scrolled{padding:.5rem 0;background:#fffffffa;box-shadow:0 4px 20px #0000001a}.header-content{display:flex;justify-content:space-between;align-items:center;position:relative}@media (min-width: 768px){.header{padding:1rem 0}.header.scrolled{padding:.7rem 0}}.logo{z-index:1001}.logo img{height:45px;transition:all .3s ease}@media (min-width: 768px){.logo img{height:100px}}.scrolled .logo img{height:100px}@media (min-width: 768px){.scrolled .logo img{height:100px}}.nav ul{z-index:100000;display:flex;flex-direction:column;position:fixed;top:0;left:-100%;width:80%;max-width:300px;height:100vh;background:#fff;transition:all .4s cubic-bezier(.77,0,.175,1);padding:5rem 1.5rem 2rem;margin:0;list-style:none;box-shadow:5px 0 25px #0000001a;gap:2rem}@media (min-width: 768px){.nav ul{flex-direction:row;position:static;width:auto;height:auto;background:transparent;padding:0;box-shadow:none;max-width:none}}.nav ul li{margin:0 0 1.5rem;opacity:0;transform:translate(-20px);transition:all .4s ease}@media (min-width: 768px){.nav ul li{margin:0 0 0 2.5rem;opacity:1;transform:none;transition:none}}.nav ul li:nth-child(1){transition-delay:.1s}.nav ul li:nth-child(2){transition-delay:.2s}.nav ul li:nth-child(3){transition-delay:.3s}.nav ul li a{display:block;padding:.8rem 1rem;color:#409ffff2;font-weight:600;text-transform:uppercase;letter-spacing:1px;font-size:1.1rem;transition:all .3s ease;position:relative;border-radius:4px}@media (min-width: 768px){.nav ul li a{display:inline;padding:.5rem 0;border-radius:0}.nav ul li a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#2d6caaf2;transition:width .3s ease}}.nav ul li a:hover{color:#2d6caaf2;background:#409fff0d}@media (min-width: 768px){.nav ul li a:hover{background:transparent}.nav ul li a:hover:after{width:100%}}.nav.active ul{left:0}.nav.active ul li{opacity:1;transform:translate(0)}.menu-toggle{display:block;cursor:pointer;font-size:1.6rem;color:#409ffff2;background:none;border:none;padding:.5rem;z-index:1001;transition:all .3s ease}.menu-toggle:hover{color:#e74c3c;transform:scale(1.1)}@media (min-width: 768px){.menu-toggle{display:none}}body.nav-open{overflow:hidden}body.nav-open:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999}@media (max-width: 480px){.nav ul{gap:0rem}.logo img{height:100px}}.footer{background:linear-gradient(135deg,#2d6caaf2,#225282f2);color:#fff;padding:4rem 0 0;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(https://images.unsplash.com/photo-1541140532154-b024d705b90a?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80) center/cover;opacity:.05;z-index:0}.footer .container{position:relative;z-index:2}.footer .footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}@media (min-width: 992px){.footer .footer-content{grid-template-columns:2fr 1fr 1fr 1.5fr}}.footer .footer-section h3,.footer .footer-section h4{color:#fff;margin-bottom:1.5rem;position:relative}.footer .footer-section h3:after,.footer .footer-section h4:after{content:"";position:absolute;bottom:-8px;left:0;width:40px;height:2px;background:#e74c3c}.footer .footer-section h3{font-size:1.8rem;margin-bottom:1rem}.footer .footer-section h4{font-size:1.3rem}.footer .footer-section p{line-height:1.7;opacity:.9;margin-bottom:1.5rem}.footer .footer-section ul{list-style:none}.footer .footer-section ul li{margin-bottom:.8rem}.footer .footer-section ul li a{color:#ffffffe6;transition:all .3s ease;display:inline-block}.footer .footer-section ul li a:hover{color:#e74c3c;transform:translate(5px)}.footer .footer-section .social-links{display:flex;gap:1rem;margin-top:1.5rem}.footer .footer-section .social-links a{width:45px;height:45px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease}.footer .footer-section .social-links a:hover{background:#e74c3c;transform:translateY(-3px);box-shadow:0 5px 15px #e74c3c4d}.footer .footer-section .contact-info p{display:flex;align-items:center;margin-bottom:1rem;text-align:left}.footer .footer-section .contact-info p i{color:#e74c3c;margin-right:1rem;width:20px;font-size:1.1rem}.footer .footer-map{display:flex;flex-direction:row;gap:2rem;margin:3rem 0;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0003}.footer .footer-map iframe{border-radius:12px;filter:grayscale(20%) contrast(110%);transition:all .3s ease}.footer .footer-map iframe:hover{filter:grayscale(0%) contrast(100%)}.footer .footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 0}.footer .footer-bottom .footer-bottom-content{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem}@media (min-width: 768px){.footer .footer-bottom .footer-bottom-content{flex-direction:row}}.footer .footer-bottom .footer-bottom-content p{opacity:.8;margin:0}.footer .footer-bottom .footer-bottom-content .footer-bottom-links{display:flex;gap:1.5rem}.footer .footer-bottom .footer-bottom-content .footer-bottom-links a{color:#fffc;transition:all .3s ease;font-size:.9rem}.footer .footer-bottom .footer-bottom-content .footer-bottom-links a:hover{color:#e74c3c}@media (min-width: 576px){.footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.footer-map{margin-top:0}}.footer-section{opacity:0;transform:translateY(20px);transition:all .6s ease}.footer-section.visible{opacity:1;transform:translateY(0)}.footer-map{opacity:0;transform:translateY(20px);transition:all .6s ease .2s}.footer-map.visible{opacity:1;transform:translateY(0)}@media (max-width: 480px){.footer .footer-map{flex-direction:column}}.service-section{margin-bottom:4rem;padding:2.5rem;background:#fff;border-radius:15px;box-shadow:0 10px 30px #00000014;transition:all .3s ease}.service-section:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001f}.service-section .service-header{text-align:center;margin-bottom:3rem}.service-section .service-header h3{color:#2d6caaf2;font-size:2rem;margin-bottom:1rem;position:relative;display:inline-block}.service-section .service-header h3:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background:#e74c3c;border-radius:2px}.service-section .service-header .service-description{color:#7bacdcf2;line-height:1.7;max-width:700px;margin:0 auto;font-size:1.1rem}.service-section .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));row-gap:4rem;column-gap:2rem}.service-section .services-grid .service-card{background:#fffffff2;padding:2rem;border-radius:12px;text-align:center;transition:all .3s ease;position:relative;overflow:hidden;border-left:2px solid #e74c3c;border-right:2px solid #e74c3c}.service-section .services-grid .service-card:hover{background:#fffffff2;transform:translateY(-8px)}.service-section .services-grid .service-card:hover .service-hover-content{opacity:1;transform:translateY(0)}.service-section .services-grid .service-card:hover .service-icon{transform:scale(.9);opacity:.2}.service-section .services-grid .service-card:hover h4{transform:translateY(-20px);opacity:.2}.service-section .services-grid .service-card .service-icon{width:50px;height:50px;background:#e74c3c;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease}.service-section .services-grid .service-card .service-icon i{color:#fff;font-size:1.8rem}.service-section .services-grid .service-card h4{color:#2d6caaf2;font-size:1.3rem;margin-bottom:1rem;transition:all .3s ease;font-weight:600}.service-section .services-grid .service-card .service-hover-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;opacity:0;transform:translateY(20px);transition:all .3s ease}.service-section .services-grid .service-card .service-hover-content p{color:#2d6caaf2;margin-bottom:1.5rem;text-align:center;font-weight:500}.service-section .services-grid .service-card .service-hover-content .service-btn{background:#e74c3c;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease}.service-section .services-grid .service-card .service-hover-content .service-btn:hover{background:#d62c1a;transform:translateY(-2px)}@media (min-width: 768px){.service-section{padding:3rem}.service-section .services-grid{gap:2.5rem}.service-section .services-grid .service-card{padding:1.5rem}}.home-page{padding-top:80px}.home-page .hero{background:linear-gradient(#fffc,#fffc),url(../../assets/hero-bg.jpg);background-size:cover;background-position:center;color:#409ffff2;text-align:center;padding:8rem 0}.home-page .hero h1{font-size:3rem;margin-bottom:1rem;color:#fff}.home-page .hero p{font-size:1.2rem;margin-bottom:2rem;color:#fff}.home-page .about-section .about-content{display:flex;flex-direction:column;gap:2rem}.home-page .about-section .about-item{background:#fff;padding:2rem;border-radius:5px;box-shadow:0 5px 15px #0000001a;display:flex;flex-direction:column;gap:0rem;align-items:center;width:fit-content}.home-page .about-section .about-item h2{color:#e74c3c;margin-bottom:1rem;white-space:nowrap}.home-page .services-section{background:#fff}.hero{padding:6rem 0}.hero h1{font-size:2rem;line-height:1.2}@media (min-width: 576px){.hero h1{font-size:2.2rem}}@media (min-width: 768px){.hero h1{font-size:2.5rem}}@media (min-width: 992px){.hero h1{font-size:3rem}}.hero p{font-size:1.2rem}@media (min-width: 576px){.hero p{font-size:1.3rem}}@media (min-width: 768px){.hero p{font-size:1.4rem}}@media (min-width: 992px){.hero p{font-size:1.5rem}}@media (min-width: 768px){.hero p{max-width:70%;margin-left:auto;margin-right:auto}}@media (min-width: 768px){.hero{padding:8rem 0}}.about-section .about-content{grid-template-columns:1fr}@media (min-width: 576px){.about-section .about-content{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}.services-section .service-section{padding:1.5rem}@media (min-width: 768px){.services-section .service-section{padding:2rem}}.services-section .service-section .services-list{grid-template-columns:1fr}@media (min-width: 576px){.services-section .service-section .services-list{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.gallery-item{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 25px #0000001a;transition:all .4s ease;position:relative}.gallery-item .image-container{position:relative;height:250px;overflow:hidden}@media (min-width: 576px){.gallery-item .image-container{height:280px}}@media (min-width: 992px){.gallery-item .image-container{height:320px}}.gallery-item .image-container .gallery-image{width:100%;height:100%;object-fit:cover;transition:all .5s ease}.gallery-item .image-container .image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#2d6caad9,#409fffd9);display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease}.gallery-item .image-container .image-overlay.active{opacity:1}.gallery-item .image-container .image-overlay .overlay-content{text-align:center}.gallery-item .image-container .image-overlay .overlay-content .view-project-btn{background:#e74c3c;color:#fff;border:none;padding:1rem 2rem;border-radius:30px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;box-shadow:0 5px 15px #e74c3c4d}.gallery-item .image-container .image-overlay .overlay-content .view-project-btn:hover{background:#d62c1a;transform:translateY(-2px);box-shadow:0 8px 20px #e74c3c66}.gallery-item .image-container .image-overlay .overlay-content .view-project-btn i{font-size:.9rem}.gallery-item .image-container .location-badge{position:absolute;top:1rem;right:1rem;background:#e74c3cf2;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;z-index:2;box-shadow:0 3px 10px #0003}.gallery-item .image-container .category-badge{position:absolute;top:1rem;left:1rem;background:#2d6caaf2;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;z-index:2;box-shadow:0 3px 10px #0003}.gallery-item .item-content{padding:1.5rem}.gallery-item .item-content h3{color:#2d6caaf2;margin-bottom:1rem;font-size:1.3rem;line-height:1.4;font-weight:600;transition:color .3s ease}@media (min-width: 768px){.gallery-item .item-content h3{font-size:1.4rem}}.gallery-item .item-content .project-meta{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.gallery-item .item-content .project-meta span{display:flex;align-items:center;gap:.4rem;font-size:.9rem;color:#669fd7f2}.gallery-item .item-content .project-meta span i{color:#e74c3c;font-size:.8rem}.gallery-item .item-content .project-meta .project-year{background:#fffffff2;padding:.3rem .8rem;border-radius:15px}.gallery-item .item-content .project-meta .project-location{background:#fdf3f2;padding:.3rem .8rem;border-radius:15px}@media (min-width: 576px){.gallery-item .item-content{padding:1.2rem}.gallery-item .item-content h3{font-size:1.2rem}.gallery-item .item-content .project-meta{flex-direction:column;align-items:flex-start;gap:.5rem}}.gallery-image{background:linear-gradient(90deg,#fffffff2,#f3f9fff2,#fffffff2);background-size:200% 100%;animation:loading 1.5s infinite}.gallery-image[src]{animation:none}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.gallery-page{padding-top:80px;background:#fffffff2;min-height:100vh}.gallery-page .gallery-hero{background:linear-gradient(135deg,#409fffe6,#2d6caae6),url(https://images.unsplash.com/photo-1545324418-cc1a3fa10c00?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80) center/cover;color:#fff;padding:8rem 0 6rem;text-align:center}.gallery-page .gallery-hero .hero-content{max-width:800px;margin:0 auto}.gallery-page .gallery-hero .hero-content h1{color:#fff;font-size:3.5rem;margin-bottom:1.5rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}@media (min-width: 768px){.gallery-page .gallery-hero .hero-content h1{font-size:3rem}}@media (min-width: 576px){.gallery-page .gallery-hero .hero-content h1{font-size:2.5rem}}.gallery-page .gallery-hero .hero-content p{font-size:1.3rem;opacity:.9;line-height:1.6}@media (min-width: 576px){.gallery-page .gallery-hero .hero-content p{font-size:1.1rem}}.gallery-page .gallery-section{background:transparent;padding:5rem 0}.gallery-page .gallery-section .gallery-header{text-align:center;margin-bottom:3rem}.gallery-page .gallery-section .gallery-header .section-title{color:#2d6caaf2;margin-bottom:1rem}.gallery-page .gallery-section .gallery-header .section-title:after{content:"";display:block;width:80px;height:4px;background:#e74c3c;margin:1.5rem auto;border-radius:2px}.gallery-page .gallery-section .gallery-header p{color:#669fd7f2;font-size:1.1rem;max-width:600px;margin:0 auto}.gallery-page .filters-container{display:flex;justify-content:center;margin-bottom:3rem}.gallery-page .location-filter{display:flex;background:#fff;padding:.5rem;border-radius:50px;box-shadow:0 5px 20px #0000001a}.gallery-page .location-filter button{padding:.8rem 1.8rem;background:none;border:none;color:#2d6caaf2;border-radius:25px;cursor:pointer;transition:all .3s ease;font-weight:600;font-size:.9rem}.gallery-page .location-filter button:hover{background:#fffffff2;color:#2d6caaf2}.gallery-page .location-filter button.active{background:#e74c3c;color:#fff;box-shadow:0 4px 15px #e74c3c4d}.gallery-page .gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem}@media (min-width: 992px){.gallery-page .gallery-grid{grid-template-columns:repeat(auto-fill,minmax(380px,1fr))}}.gallery-page .loading-spinner{text-align:center;padding:4rem 0}.gallery-page .loading-spinner .spinner{width:50px;height:50px;border:4px solid rgba(242.5,248.7172774869,255,.95);border-top:4px solid #e74c3c;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1.5rem}.gallery-page .loading-spinner p{color:#669fd7f2;font-size:1.1rem}.gallery-page .no-projects{text-align:center;padding:4rem 0}.gallery-page .no-projects h3{color:#2d6caaf2;margin-bottom:1rem}.gallery-page .no-projects p{color:#8fb8e1f2}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.gallery-grid .gallery-item{opacity:0;transform:translateY(30px);transition:all .6s ease}.gallery-grid .gallery-item.visible{opacity:1;transform:translateY(0)}@media (min-width: 576px){.gallery-grid{grid-template-columns:1fr;gap:2rem}.location-filter{flex-wrap:wrap;justify-content:center;border-radius:15px}.location-filter button{margin:.3rem;flex:1;min-width:120px}}.gallery-hero{opacity:0;transform:translateY(20px);transition:all .8s ease}.gallery-hero.visible{opacity:1;transform:translateY(0)}.gallery-header{opacity:0;transform:translateY(20px);transition:all .8s ease .2s}.gallery-header.visible{opacity:1;transform:translateY(0)}.filters-container{opacity:0;transform:translateY(20px);transition:all .8s ease .4s}.filters-container.visible{opacity:1;transform:translateY(0)}.contact-page{padding-top:80px;background:#fffffff2;min-height:100vh}.contact-page .contact-hero{background:linear-gradient(135deg,#409fffe6,#2d6caae6),url(https://images.unsplash.com/photo-1513558161293-cdaf765ed2fd?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80) center/cover;color:#fff;padding:6rem 0;text-align:center}.contact-page .contact-hero .hero-content{max-width:800px;margin:0 auto}.contact-page .contact-hero .hero-content h1{color:#fff;font-size:3.5rem;margin-bottom:1.5rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}@media (min-width: 768px){.contact-page .contact-hero .hero-content h1{font-size:3rem}}@media (min-width: 576px){.contact-page .contact-hero .hero-content h1{font-size:2.5rem}}.contact-page .contact-hero .hero-content p{font-size:1.3rem;opacity:.9;line-height:1.6}@media (min-width: 576px){.contact-page .contact-hero .hero-content p{font-size:1.1rem}}.contact-page .contact-section{background:transparent;padding:5rem 0}.contact-page .contact-section .section-header{text-align:center;margin-bottom:4rem}.contact-page .contact-section .section-header .section-title{color:#2d6caaf2;margin-bottom:1rem}.contact-page .contact-section .section-header .section-title:after{content:"";display:block;width:80px;height:4px;background:#e74c3c;margin:1.5rem auto;border-radius:2px}.contact-page .contact-section .section-header p{color:#669fd7f2;font-size:1.1rem;max-width:600px;margin:0 auto}.contact-page .contact-content{display:grid;grid-template-columns:1fr;gap:4rem}@media (min-width: 992px){.contact-page .contact-content{grid-template-columns:1fr;gap:5rem}}.contact-page .contact-info .branch{background:#fff;padding:2.5rem;margin-bottom:2rem;border-radius:15px;box-shadow:0 10px 30px #00000014;transition:all .3s ease;position:relative;overflow:hidden}.contact-page .contact-info .branch:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001f}.contact-page .contact-info .branch:before{content:"";position:absolute;top:0;left:0;width:5px;height:100%;background:#e74c3c}.contact-page .contact-info .branch .branch-icon{width:60px;height:60px;background:#fdf3f2;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.contact-page .contact-info .branch .branch-icon i{color:#e74c3c;font-size:1.5rem}.contact-page .contact-info .branch h2{color:#2d6caaf2;margin-bottom:1.5rem;font-size:1.5rem}.contact-page .contact-info .branch p{margin-bottom:1rem;display:flex;align-items:center;color:#669fd7f2}.contact-page .contact-info .branch p i{color:#e74c3c;margin-right:1rem;width:20px;text-align:center;font-size:1.1rem}.contact-page .contact-info .branch .working-hours{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(242.5,248.7172774869,255,.95)}.contact-page .contact-info .branch .working-hours p{color:#8fb8e1f2;font-size:1.1rem}.contact-page .contact-info .social-media{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 10px 30px #00000014;text-align:center}.contact-page .contact-info .social-media h2{color:#2d6caaf2;margin-bottom:1rem;font-size:1.5rem}.contact-page .contact-info .social-media p{color:#669fd7f2;margin-bottom:2rem}.contact-page .contact-info .social-media .social-icons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.contact-page .contact-info .social-media .social-icons a{width:50px;height:50px;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#2d6caaf2;font-size:1.2rem;transition:all .3s ease}.contact-page .contact-info .social-media .social-icons a:hover{background:#e74c3c;color:#fff;transform:translateY(-3px);box-shadow:0 5px 15px #e74c3c4d}.contact-page .contact-form{background:#fff;padding:3rem;border-radius:15px;box-shadow:0 10px 30px #00000014}.contact-page .contact-form .form-header{text-align:center;margin-bottom:2.5rem}.contact-page .contact-form .form-header h2{color:#2d6caaf2;margin-bottom:1rem;font-size:1.8rem}.contact-page .contact-form .form-header p{color:#669fd7f2}.contact-page .contact-form .form-group{position:relative;margin-bottom:2rem}.contact-page .contact-form .form-group input,.contact-page .contact-form .form-group textarea{width:100%;padding:1.2rem 1.2rem 1.2rem 3rem;border:2px solid rgba(242.5,248.7172774869,255,.95);border-radius:10px;font-family:Arial,sans-serif;font-size:1rem;transition:all .3s ease;background:#fffffff2}.contact-page .contact-form .form-group input:focus,.contact-page .contact-form .form-group textarea:focus{border-color:#e74c3c;outline:none;box-shadow:0 0 0 3px #e74c3c1a;background:#fff}.contact-page .contact-form .form-group input::placeholder,.contact-page .contact-form .form-group textarea::placeholder{color:#b7d2ecf2}.contact-page .contact-form .form-group i{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#8fb8e1f2;font-size:1.1rem}.contact-page .contact-form .form-group textarea{resize:vertical;min-height:150px}.contact-page .contact-form .form-group textarea+i{top:1.5rem;transform:none}.contact-page .contact-form .btn{width:100%;padding:1.2rem;font-size:1.1rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease}.contact-page .contact-form .btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #e74c3c4d}.contact-page .contact-form .success-message{text-align:center;padding:3rem 1rem}.contact-page .contact-form .success-message i{font-size:4rem;color:#28a745;margin-bottom:1.5rem}.contact-page .contact-form .success-message h3{color:#2d6caaf2;margin-bottom:1rem;font-size:1.8rem}.contact-page .contact-form .success-message p{color:#669fd7f2;font-size:1.1rem}.contact-page .map-section{background:#fffffff2;padding:5rem 0}.contact-page .map-section .section-title{text-align:center;margin-bottom:3rem;color:#2d6caaf2}.contact-page .map-section .section-title:after{content:"";display:block;width:80px;height:4px;background:#e74c3c;margin:1.5rem auto;border-radius:2px}.contact-page .map-section .map-container{border-radius:15px;overflow:hidden;height:300px;box-shadow:0 15px 35px #0000001a;margin-bottom:2rem}.contact-page .map-section .map-container iframe{filter:grayscale(20%) contrast(110%);transition:all .3s ease}.contact-page .map-section .map-container iframe:hover{filter:grayscale(0%) contrast(100%)}.fade-in{opacity:0;transform:translateY(30px);transition:all .6s ease}.contact-info,.contact-form,.branch,.social-media{opacity:0;transform:translateY(30px);transition:all .6s ease}.contact-info.visible,.contact-form.visible,.branch.visible,.social-media.visible{opacity:1;transform:translateY(0)}@media (min-width: 576px){.contact-hero{padding:4rem 0}.contact-hero .hero-content h1{font-size:2.2rem}.contact-hero .hero-content p{font-size:1rem}.contact-form,.branch,.social-media{padding:2rem}}.contact-page{opacity:0;transition:opacity .8s ease}.contact-page.loaded{opacity:1}#root{margin:0;text-align:center}.logo{height:6em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em rgba(100,108,255,.6666666667))}.logo.react:hover{filter:drop-shadow(0 0 2em rgba(97,218,251,.6666666667))}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes scrollIndicator{0%{opacity:0;transform:translateY(0)}50%{opacity:1}to{opacity:0;transform:translateY(15px)}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;color:#2d6caaf2;background-color:#fff;line-height:1.6;overflow-x:hidden}.container{width:90%;max-width:1200px;margin:0 auto;padding:0 15px}h1,h2,h3,h4,h5,h6{font-family:Helvetica,sans-serif;margin-bottom:1rem;color:#fff;font-weight:700}h1{font-size:3.5rem;line-height:1.2;margin-bottom:1.5rem}@media (min-width: 768px){h1{font-size:2.8rem}}@media (min-width: 576px){h1{font-size:2.2rem}}h2{font-size:2.5rem}@media (min-width: 768px){h2{font-size:2rem}}a{text-decoration:none;color:#e74c3c;transition:all .3s ease}a:hover{color:#d62c1a}.btn{display:inline-block;padding:1rem 2rem;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;font-weight:600;text-align:center;text-transform:uppercase;letter-spacing:1px;font-size:.9rem}.btn:hover{transform:translateY(-3px);box-shadow:0 10px 20px #0000001a}.btn.btn-primary{background:#e74c3c;color:#fff;display:flex;flex-direction:row;align-items:center}.btn.btn-primary:hover{background:#d62c1a}.btn.btn-secondary{background:transparent;color:#fff;border:2px solid #ffffff}.btn.btn-secondary:hover{background:#fff;color:#409ffff2;border:2px solid rgba(64,159,255,.95)}.section{padding:4rem 0}@media (min-width: 768px){.section{padding:4rem 0}}@media (min-width: 576px){.section{padding:3rem 0}}.section-title{text-align:center;margin-bottom:4rem;position:relative}@media (min-width: 576px){.section-title{margin-bottom:3rem}}.section-title:after{content:"";display:block;width:80px;height:4px;background:#e74c3c;margin:1.5rem auto;border-radius:2px}.fade-in{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.hero{position:relative;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fffc,#e6e6e6cc),url(https://images.unsplash.com/photo-1503387762-592deb58ef4e?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80) center/cover;color:#fff;text-align:center;overflow:hidden}@media (min-width: 768px){.hero{height:80vh;min-height:500px}}.hero .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d}.hero .container{position:relative;z-index:2}.hero h1{color:#fff;font-size:4rem;margin-bottom:1.5rem;text-shadow:0 2px 10px rgba(0,0,0,.2)}@media (min-width: 768px){.hero h1{font-size:3rem}}@media (min-width: 576px){.hero h1{font-size:2.5rem}}.hero p{font-size:1.5rem;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto;color:#fff}@media (min-width: 768px){.hero p{font-size:1.2rem}}.hero .hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translate(-50%);z-index:2}.scroll-indicator span{display:block;width:30px;height:30px;border-bottom:2px solid white;border-right:2px solid white;transform:rotate(45deg);animation:scrollIndicator 2s infinite}.about-section{background:#fff}.about-section .about-content{display:flex;flex-direction:column;gap:3rem}@media (min-width: 576px){.about-section .about-content{grid-template-columns:1fr;gap:2rem}}.about-section .about-item{text-align:center;padding:2rem;border-radius:10px;transition:all .3s ease}.about-section .about-item:hover{transform:translateY(-10px);box-shadow:0 15px 30px #0000001a}.about-section .about-item .about-icon{width:100px;height:70px;background:#fdf3f2;border-radius:50%;display:none;align-items:center;justify-content:center;font-size:2rem;color:#e74c3c}.about-section .about-item h2{margin-bottom:1.2rem;font-size:1.8rem;white-space:nowrap}.about-section .about-item p{color:#669fd7f2;line-height:1.8;border-left:1px solid #e74c3c;padding-left:1rem;text-align:left}.services-section{background:#fff}.stats-section{background:linear-gradient(135deg,#409ffff2,#2d6caaf2);color:#fff;text-align:center;position:relative;overflow:hidden;padding:5rem 0}.stats-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(https://images.unsplash.com/photo-1541140532154-b024d705b90a?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80) center/cover;opacity:.1;z-index:0}.stats-section .container{position:relative;z-index:2}.stats-section h2,.stats-section h3,.stats-section p{color:#fff}.stats-section .stats-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2.5rem}@media (min-width: 576px){.stats-section .stats-content{grid-template-columns:repeat(2,1fr)}}@media (min-width: 992px){.stats-section .stats-content{grid-template-columns:repeat(4,1fr)}}.stats-section .stat-item{padding:2.5rem 1.5rem;background:#ffffff1a;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);transition:all .4s ease;position:relative;overflow:hidden}.stats-section .stat-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:all .6s ease}.stats-section .stat-item:hover{transform:translateY(-8px);background:#ffffff26;box-shadow:0 10px 25px #0003}.stats-section .stat-item:hover:before{left:100%}.stats-section .stat-item:hover h3{transform:scale(1.1)}.stats-section .stat-item h3{font-size:3.5rem;margin-bottom:.8rem;font-weight:800;background:linear-gradient(45deg,#fff,#e0f2ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:all .3s ease}@media (min-width: 768px){.stats-section .stat-item h3{font-size:3rem}}@media (min-width: 576px){.stats-section .stat-item h3{font-size:2.8rem}}.stats-section .stat-item p{font-size:1.1rem;text-transform:uppercase;letter-spacing:1.5px;opacity:.9;font-weight:500;margin:0}
