/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;500;600&display=swap");:root{--primary-color:#28bcd6;--hover-color:#1e95aa;--background-color:#fff;--text-color:#333;--shadow-color:rgba(0,0,0,.1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,html{overflow-x:hidden}body{color:var(--text-color);background-color:#fff;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}[dir=rtl],body{font-family:IBM Plex Sans Arabic,system-ui,-apple-system,sans-serif}[dir=ltr]{font-family:system-ui,-apple-system,sans-serif}a{color:inherit;text-decoration:none}button{cursor:pointer}.lang-btn{all:unset}.container{width:90%;margin:0 auto}.nav-bar{padding:10px 5%;background-color:var(--background-color);box-shadow:0 5px 15px rgba(0,0,0,.35);position:-webkit-sticky;position:sticky;top:0;z-index:10000;justify-content:space-between}.nav-bar,.nav-bar .logo{display:flex;align-items:center}.nav-bar .logo{gap:1rem}.nav-bar .logo img{width:50px;height:50px;object-fit:cover;transition:transform .3s ease}.nav-bar .logo img:hover{transform:scale(1.1)}.nav-bar .logo a{font-size:1.5rem;font-weight:600;color:var(--primary-color);text-decoration:none;transition:color .3s ease}.nav-bar .logo a:hover{color:var(--hover-color)}.nav-bar .nav-list{display:flex;gap:1.5rem}.nav-bar .nav-list a{position:relative;font-size:1.1rem;font-weight:500;color:var(--text-color);text-decoration:none;margin:.5rem 1rem;border-radius:4px;transition:background-color .3s ease,color .3s ease}.nav-bar .nav-list a:before{position:absolute;content:"";bottom:-10px;left:0;height:1px;width:0;background-color:var(--primary-color);transition:.3s}.nav-bar .nav-list a:hover{color:var(--primary-color)}.nav-bar .nav-list a:hover:before{width:100%}.nav-bar .options{gap:20px}.nav-bar .options,.nav-bar .options *{display:flex;align-items:center}.nav-bar .options button{background:var(--primary-color);color:#fff;border:none;border-radius:4px;padding:10px 15px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.nav-bar .options button.menu-toggle{display:none}.nav-bar .options a{background-color:var(--background-color);border:1px solid var(--primary-color);color:var(--primary-color)}.nav-bar .options a:hover,.nav-bar .options button:hover{background-color:var(--hover-color);color:var(--background-color)}.banner{position:relative;width:100%;height:500px;display:flex;align-items:center;padding:0 5%;overflow:hidden;color:#fff;background:linear-gradient(180deg,#28bcd6,#1e95aa);justify-content:space-between}.banner img{position:relative;width:600px;object-fit:contain;animation:float 3s ease-in-out infinite}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.banner .text{display:flex;flex-direction:column;gap:20px;margin:auto 0;position:relative;z-index:2}.banner a{padding:8px 10px;background-color:var(--background-color);width:-moz-fit-content;width:fit-content;color:var(--primary-color);font-size:1.2rem;border:1px solid var(--primary-color);font-weight:700;border-radius:8px;box-shadow:var(--shadow-color);transition:.3s}.banner a:hover{background-color:transparent;color:var(--background-color);border-color:var(--background-color)}.banner h1{font-size:3rem;font-weight:700;margin:0}.banner h1,.banner p{z-index:2;text-shadow:0 2px 4px rgba(0,0,0,.7)}.banner p{font-size:1.5rem;margin-top:10px}section{padding:60px 0}section#services-section .heading{text-align:center;margin-bottom:20px}section#services-section .heading h2{font-size:2.5rem}section#services-section .heading p{font-size:1.5rem}#services-section{padding:40px 20px;background-color:var(--background-color);position:relative}#services-section .heading{text-align:center;margin-bottom:30px}#services-section .heading h1{font-size:2.5rem;color:var(--primary-color);margin-bottom:10px}#services-section .heading p{font-size:1.2rem;color:var(--text-color);max-width:600px;margin:0 auto}#services-section .grid-services{display:flex;gap:2rem;overflow-x:auto;padding:1rem;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;width:95%;margin:0 auto}#services-section .grid-services::-webkit-scrollbar{display:none}#services-section .service-card{min-width:280px;height:200px;position:relative;cursor:pointer;scroll-snap-align:start;overflow:hidden;border-radius:12px;box-shadow:0 4px 15px var(--shadow-color);transition:transform .3s ease}#services-section .service-card:hover{transform:scale(1.02)}#services-section .service-image{position:absolute;top:0;left:0;width:100%;height:100%}#services-section .service-image img{width:100%;height:100%;object-fit:cover}#services-section .service-content:after,#services-section .service-content:before{content:"";position:absolute;width:150%;height:100%;background-color:#0a778a4d;transition:transform .5s ease;z-index:-1}#services-section .service-content:before{top:0;left:0;transform-origin:top left}#services-section .service-content:after{top:0;right:0;transform-origin:top right}#services-section .service-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;color:#fff;transition:transform .5s ease;background:transparent;z-index:1}#services-section .service-card:hover .service-content:before{transform:rotate(-25deg) translateX(-100%)}#services-section .service-card:hover .service-content:after,[dir=rtl] #services-section .service-card:hover .service-content:before{transform:rotate(25deg) translateX(100%)}[dir=rtl] #services-section .service-card:hover .service-content:after{transform:rotate(-25deg) translateX(-100%)}#services-section .service-card:hover .service-content{opacity:0;transition:opacity .3s ease}#services-section .service-content h3{font-size:1.5rem;margin-bottom:1rem;font-weight:600}#services-section .service-content p{font-size:1rem;line-height:1.5;opacity:.9}#services-section .carousel-container{position:relative;height:240px}#services-section .arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:background-color .3s ease}#services-section .arrow:hover{background:var(--hover-color)}#services-section .arrow-left{left:-20px}#services-section .arrow-right{right:-20px}#services-section .btn{margin:0 auto;text-align:center;width:-moz-fit-content;width:fit-content;padding:10px 20px;border-radius:8px;font-size:1.2rem;display:flex;align-items:center;justify-content:center;background-color:var(--primary-color);color:var(--background-color);border:1px solid var(--primary-color);transition:.3s}#services-section .btn:hover{background-color:var(--background-color);color:var(--primary-color)}.contacts-page{padding:40px 0}.contacts-page .grid-services p.no-result{margin-inline:30px}.contacts-page h1{text-align:center;margin:0}.contacts-page .filters{display:flex;justify-content:space-between;gap:15px;margin:30px 0;background-color:#f9fafb;box-shadow:0 1px 4px rgba(0,0,0,.16);padding:20px;border-radius:12px}.contacts-page .select{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:280px;font-size:14px;border-radius:8px;border:1px solid #ccc;background-color:#fff;color:#333;transition:border .3s ease,box-shadow .3s ease}.contacts-page .select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 1px rgba(0,123,255,.25)}.contacts-page .select::-ms-expand{display:none}.contacts-page .select option{padding:10px 20px;background-color:#fff;color:#333;border:none;transition:background-color .3s ease}.contacts-page .select option:hover{background-color:#f1f1f1}.contacts-page .select option:checked{background-color:var(--hover-color);color:#fff}.contacts-page .grid-services{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:25px;gap:25px;padding:20px;background-color:#f9fafb;box-shadow:0 1px 4px rgba(0,0,0,.16);min-height:100vh;border-radius:12px}.contacts-page .pagination{display:flex;justify-content:center;gap:10px;margin-top:30px}.contacts-page .page-button{padding:8px 15px;border:1px solid #e1e1e1;border-radius:6px;cursor:pointer;transition:all .3s}.contacts-page .page-button.active{background:#007bff;color:#fff;border-color:#007bff}.contacts-page .page-button:hover:not(.active){background:#f5f5f5}.pagination{gap:4px;overflow-x:auto;padding:1rem 0}.page-button,.pagination{display:flex;justify-content:center}.page-button{padding:.5rem 1rem;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;min-width:40px;transition:all .2s ease;align-items:center}.page-button:hover:not(:disabled){background:#f0f0f0}.page-button.active{background:#0070f3;color:#fff;border-color:#0070f3}.page-button:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.pagination{gap:2px}.page-button{padding:.5rem;min-width:30px;font-size:.875rem}}.contacts-page .service-card{position:relative;overflow:hidden;border-radius:12px;background-color:var(--background-color);box-shadow:0 1px 4px rgba(0,0,0,.16);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;width:100%;padding:20px;max-width:300px;border:1px solid #eaeaea;height:-moz-fit-content;height:fit-content;margin:0 auto}.contacts-page .service-card .stars{display:flex;align-items:center;gap:10px;margin:10px 0}.contacts-page .service-card .stars i{color:gold}.contacts-page .service-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px rgba(0,0,0,.2)}.contacts-page .service-card:active{transform:translateY(2px)}.contacts-page .service-image{position:relative;height:200px;overflow:hidden;border-radius:8px}.contacts-page .service-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s ease}.contacts-page .service-card:hover .service-image img{transform:scale(1.1)}.contacts-page .image-container{position:relative;padding-top:56.25%;overflow:hidden}.contacts-page .service-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.contacts-page .service-content{display:flex;flex-direction:column;justify-content:flex-start;gap:10px;margin-top:10px}.contacts-page .service-content h3{font-size:1.2rem;font-weight:700;color:#333;margin:0;transition:color .3s ease}.contacts-page .service-content p{font-size:1rem;color:#666;line-height:1.5}.contacts-page .service-card:hover .service-content h3{color:#007bff}.contacts-page .service-title{font-size:1.2rem;font-weight:600;color:#333}.contacts-page .service-info{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.contacts-page .location-badge{display:inline-flex;align-items:center;background:#f0f7ff;height:40px;color:#2d7dd2;padding:5px 10px;width:100%;border-radius:15px;font-size:.9rem;margin-bottom:10px;gap:10px}.contacts-page .location-badge i{margin-right:5px}.contacts-page .service-type{width:100%;height:40px;display:inline-flex;align-items:center;gap:10px;background:#fff3e6;color:#f93;padding:5px 10px;border-radius:15px;font-size:.8rem}.contacts-page .contact-buttons{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin-top:auto}.contacts-page .contact-button{display:flex;align-items:center;justify-content:center;padding:8px;border-radius:8px;font-size:.95rem;cursor:pointer;transition:background-color .3s;gap:10px}.contacts-page .whatsapp-button{background:#25d366;color:#fff}.contacts-page .call-button{background:#007bff;color:#fff}.contacts-page .contact-button i{font-size:1.1rem}.contacts-page .whatsapp-button:hover{background:#1faa4b}.contacts-page .call-button:hover{background:#0056b3}.contacts-carousel .arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:background-color .3s ease}.contacts-carousel .arrow:hover{background:var(--hover-color)}.contacts-carousel .arrow-left{left:-40px}.contacts-carousel .arrow-right{right:-40px}.contacts-carousel .service-card{position:relative;overflow:hidden;border-radius:12px;background-color:var(--background-color,#fff);box-shadow:0 1px 4px rgba(0,0,0,.16);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;min-width:320px;padding:20px;border:1px solid #eaeaea;height:-moz-fit-content;height:fit-content;margin:0 auto}.contacts-carousel .service-card .stars{display:flex;align-items:center;gap:10px;margin:10px 0}.contacts-carousel .service-card .stars i{color:gold}.contacts-carousel .service-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px rgba(0,0,0,.2)}.contacts-carousel .service-card:active{transform:translateY(2px)}.contacts-carousel .service-image{position:relative;height:200px;overflow:hidden;border-radius:8px}.contacts-carousel .service-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s ease}.contacts-carousel .service-card:hover .service-image img{transform:scale(1.1)}.contacts-carousel .image-container{position:relative;padding-top:56.25%;overflow:hidden}.contacts-carousel .service-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.contacts-carousel .service-content{display:flex;flex-direction:column;justify-content:flex-start;gap:10px;margin-top:10px}.contacts-carousel .service-content h3{font-size:1.2rem;font-weight:700;color:#333;margin:0;transition:color .3s ease}.contacts-carousel .service-content p{font-size:1rem;color:#666;line-height:1.5}.contacts-carousel .service-card:hover .service-content h3{color:#007bff}.contacts-carousel .service-title{font-size:1.2rem;font-weight:600;color:#333}.contacts-carousel .service-info{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.contacts-carousel .location-badge{display:inline-flex;align-items:center;background:#f0f7ff;height:40px;color:#2d7dd2;padding:5px 10px;width:100%;border-radius:15px;font-size:.9rem;margin-bottom:10px;gap:10px}.contacts-carousel .location-badge i{margin-right:5px}.contacts-carousel .service-type{width:100%;height:40px;display:inline-flex;align-items:center;gap:10px;background:#fff3e6;color:#f93;padding:5px 10px;border-radius:15px;font-size:.8rem}.contacts-carousel .contact-buttons{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin-top:auto}.contacts-carousel .contact-button{display:flex;align-items:center;justify-content:center;padding:8px;border-radius:8px;font-size:.95rem;cursor:pointer;transition:background-color .3s;gap:10px}.contacts-carousel .whatsapp-button{background:#25d366;color:#fff}.contacts-carousel .call-button{background:#007bff;color:#fff}.contacts-carousel .contact-button i{font-size:1.1rem}.contacts-carousel .whatsapp-button:hover{background:#1faa4b}.contacts-carousel .call-button:hover{background:#0056b3}#special h2{text-align:center;font-size:2.5rem;color:var(--text-color)}.contacts-carousel{position:relative;padding:20px;width:90%;margin:0 auto}.contacts-carousel .grid-services{position:relative;display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:10px;margin:0 auto}.contacts-carousel .grid-services::-webkit-scrollbar{display:none}.contacts-carousel .grid-services{-ms-overflow-style:none;scrollbar-width:none}.loading-container{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:var(--background-color);z-index:999}.spinner-container{width:100%;height:100%}.spinner{border:4px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;width:50px;height:50px;animation:spin 2s linear infinite;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.grid-services{position:relative}.grid-services .spinner-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center}#about .container{display:flex;align-items:center;justify-content:space-between}#about .container .text{flex-basis:40%;display:flex;flex-direction:column;gap:20px}#about .container .text .title{font-size:2.5rem}#about .container .text p{font-size:1.2rem;line-height:1.6;color:var(--text-color);text-align:justify}#about .container .image{flex-basis:50%}#about .container .image img{width:100%;height:545px;object-fit:contain}#why-us{padding:50px 0}#why-us .heading{text-align:center;width:-moz-fit-content;width:fit-content;margin:0 auto 30px}#why-us .heading h2{font-size:2.5rem;color:#333;font-weight:700}#why-us .faq{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}#why-us .faq-item{width:48%;background-color:#fff;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);padding:20px;transition:all .3s ease-in-out}#why-us .faq-item:hover{transform:translateY(-10px)}#why-us .faq-item h3{font-size:1.25rem;color:#007bff;font-weight:600;margin-bottom:10px}#why-us .faq-item p{font-size:1rem;color:#555}#why-us .image{margin-top:40px;text-align:center}#why-us .image img{max-width:100%;height:auto;border-radius:8px}@media (max-width:768px){#why-us .faq-item{width:100%}#why-us .heading h1{font-size:2rem}#why-us .faq-item h3{font-size:1.1rem}#why-us .faq-item p{font-size:.95rem}}[dir=rtl] #why-us .faq{flex-direction:row-reverse}[dir=rtl] #why-us .faq-item{text-align:right}[dir=rtl] #why-us .faq-item h3,[dir=rtl] #why-us .faq-item p{text-align:right;padding-right:10px}[dir=rtl] #why-us .heading h1{text-align:right}.service-page{padding:0}.service-page .container{display:flex;align-items:center;justify-content:space-between;margin:20px auto}.swiper-slide{width:100%!important;height:100%!important}.service-page .image-section{margin-bottom:20px;flex-basis:50%;height:500px;width:50%}.service-page .single-image{text-align:center;height:100%}.service-page .single-image-element{max-width:100%;width:100%;height:100%;object-fit:cover;border-radius:10px}.service-page .image-slider{height:100%}.service-page .image-slider img{width:100%;height:100%;border-radius:10px;object-fit:cover}.service-page .details-section{flex-basis:50%;display:flex;height:100%;flex-direction:column;margin-bottom:auto}.service-page .details-section .social-icons{display:flex;align-items:center;gap:10px;padding-right:8px;margin-top:10px}.service-page .details-section .social-icons svg{width:30px;height:30px;color:#0070f3;transition:.3s}.service-page .details-section .social-icons svg:hover{color:var(--hover-color);transform:scale(1.1)}.service-page .service-title{font-size:2rem;margin-bottom:10px}.service-page .service-category,.service-page .service-location,.service-page .service-phone{font-size:1.2rem;color:#555;margin:10px 0}.service-page .service-category i,.service-page .service-location i,.service-page .service-phone i{margin-right:8px;color:#007bff}.service-page .service-description h2{font-size:1.5em;margin-top:20px}.service-page .service-description p{margin:10px 0;font-size:1.2rem;color:#333;text-align:justify;width:80%;min-height:200px}.service-page .contact-actions{margin-top:auto;display:flex;gap:10px}.service-page .call-button,.service-page .whatsapp-button{display:inline-block;padding:10px 20px;font-size:1.2em;border-radius:5px;text-decoration:none;color:#fff;transition:.3s}.service-page .call-button:hover,.service-page .whatsapp-button:hover{filter:brightness(.7)}.service-page .whatsapp-button{background-color:#25d366}.service-page .call-button{background-color:#007bff}.service-page .call-button i,.service-page .whatsapp-button i{margin-right:8px}.add-service-page .container{max-width:800px;margin:0 auto;padding:2rem}.add-service-page .page-title{text-align:center;color:var(--primary-color);margin-bottom:2rem;font-size:1.8rem;font-weight:600}.add-service-page .service-form{background-color:#f9f9f9;padding:2rem;border-radius:12px;box-shadow:0 4px 6px var(--shadow-color)}.add-service-page .filters{display:flex;gap:1rem;margin-bottom:1.5rem}.add-service-page .filter-item{flex:1 1}.add-service-page .submit-button{text-align:center;width:100%;padding:.75rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.add-service-page .submit-button:hover{background-color:var(--hover-color)}.add-service-page .submit-button:disabled{background-color:#a0a0a0;cursor:not-allowed}.add-service-page .error-message{color:#dc3545;text-align:center;margin-top:1rem}.add-service-page .contact-card{margin-top:2rem;background-color:#f4f4f4;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 4px 6px var(--shadow-color);height:250px}.add-service-page .card-title{color:var(--primary-color);margin-bottom:1rem}.add-service-page .card-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.add-service-page .error-icon{color:#dc3545;font-size:3rem}.add-service-page .success-icon{color:#28a745;font-size:3rem}.add-service-page .add-contact-link{display:inline-block;margin-top:1rem;padding:.75rem 1.5rem;background-color:var(--primary-color);color:#fff;text-decoration:none;border-radius:8px;transition:background-color .3s ease}.add-service-page .add-contact-link:hover{background-color:var(--hover-color)}.add-service-page .contact-buttons{margin-top:1rem;display:flex;justify-content:center;gap:1rem}.add-service-page .contact-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;transition:background-color .3s ease}.add-service-page .whatsapp-button{background-color:#25d366;color:#fff}.add-service-page .whatsapp-button:hover{background-color:#128c7e}.default-state,.loading-state{text-align:center;padding:2rem;margin:2rem 0;background:#f8f9fa;border-radius:8px;height:250px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px}.info-icon,.loading-icon{font-size:2.5rem;margin-bottom:1rem}.loading-icon{color:#007bff}.info-icon{color:#6c757d}footer.footer{background-color:#eee;color:var(--text-color);box-shadow:0 -4px 6px var(--shadow-color)}footer .footer-container{max-width:90%;margin:0 auto;padding:40px 0}footer .footer-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem}footer .footer-section{margin-bottom:2rem}footer .footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}footer .footer-logo img{width:80px;height:60px}footer .footer-brand{font-size:1.5rem;font-weight:700;color:var(--primary-color);text-decoration:none;transition:color .3s ease}footer .footer-brand:hover{color:var(--hover-color)}footer .footer-about{color:var(--text-color);line-height:1.6}footer .footer-heading{font-size:1.25rem;font-weight:700;margin-bottom:20px;color:var(--primary-color)}footer .footer-contact li,footer .footer-links li{list-style:none;margin-bottom:20px}footer .footer-contact li{display:flex;align-items:center;gap:10px}footer .footer-contact i{color:var(--primary-color);width:20px;text-align:center}footer .footer-contact span,footer .footer-links a{color:var(--text-color);text-decoration:none;transition:color .3s ease;display:inline-block;position:relative;font-size:1.2rem}footer .footer-contact span:after,footer .footer-links a:after{content:"";position:absolute;width:0;height:2px;bottom:-2px;left:0;background-color:var(--primary-color);transition:width .3s ease}footer .footer-contact span:hover:after,footer .footer-links a:hover:after{width:100%}footer .footer-contact span:hover,footer .footer-links a:hover{color:var(--primary-color)}footer .footer-social{display:flex;gap:1rem;flex-wrap:wrap}footer .footer-social a{color:var(--background-color);font-size:1.2rem;transition:all .3s ease;padding:.8rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:var(--primary-color);border:1px solid var(--primary-color);width:40px;height:40px}footer .footer-social a:hover{color:var(--primary-color);transform:translateY(-3px);background-color:var(--background-color)}footer .footer-copyright{margin-top:auto;border-top:1px solid var(--shadow-color);text-align:center;padding:10px}footer[dir=rtl] .footer-contact a:after,footer[dir=rtl] .footer-links a:after{left:auto;right:0}.keywords-section{margin-top:40px;padding:20px;background-color:#f9f9f9;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,.1);text-align:center;opacity:0;width:0;height:0;transform:scale(0)}.keywords-section h2{font-size:1.8rem;font-weight:600;color:#333;margin-bottom:20px}.keywords-section ul{list-style-type:none;padding:0;margin:0;display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.keywords-section li{font-size:1rem;color:#555;background-color:#e0f7fa;border-radius:20px;padding:10px 15px;transition:background-color .3s ease,color .3s ease;cursor:pointer;border:1px solid #00bcd4;text-transform:capitalize}.keywords-section li:hover{background-color:#00bcd4;color:#fff;border-color:#0097a7}@media screen and (max-width:768px){.keywords-section ul{justify-content:flex-start}.keywords-section li{font-size:.9rem;padding:8px 12px}}@media screen and (max-width:480px){.keywords-section{padding:15px}.keywords-section h2{font-size:1.6rem}.keywords-section li{font-size:.85rem;padding:6px 10px}}.error-page{height:100vh;display:flex;align-items:center;justify-content:center}html{font-size:16px}@media (max-width:1024px){html{font-size:15px}#about .container{flex-direction:column}#about .container .text .title{text-align:center}.banner img{width:400px}.contacts-carousel .arrow-right{right:-20px}.contacts-carousel .arrow-left{left:-20px}}@media (max-width:768px){html{font-size:14px}.container{width:100%;padding:0 20px}body .nav-bar .nav-list{transform:scaleY(0);transform-origin:top;flex-direction:column;position:absolute;top:70px;right:0;background-color:#fff;width:100%;box-shadow:0 2px 10px rgba(0,0,0,.1);padding:1rem;z-index:1000;transition:.3s}body .nav-bar .nav-list.active{display:flex;transform:scaleY(1)}.nav-bar .options button.menu-toggle{display:block;background:var(--primary-color);color:#fff;border:none;border-radius:4px;padding:10px 15px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.banner{height:100vh;text-align:center;flex-direction:column-reverse}.banner h1{font-size:2rem}.banner p{font-size:1rem}.banner a{margin:0 auto}#services-section .grid-services{padding:0}#services-section .service-card{min-width:100%}#services-section .heading h1{font-size:2rem}#services-section .arrow{width:35px;height:35px}.service-page .container{flex-direction:column;gap:20px}.service-page .container p{width:100%}.service-page .container>div{flex-basis:100%;width:100%}.contacts-carousel .service-card{min-width:100%}.contacts-page .filters{flex-direction:column}.contacts-page .filters h1{order:1}.contacts-page .filters .filter-item{order:2}body .contacts-page .select{width:100%}.add-service-page .filters{flex-direction:column}.contacts-page .service-card{width:100%;margin:0 auto}footer .footer-grid{grid-template-columns:repeat(1,1fr)}footer .footer-section{margin-bottom:0}footer .footer-grid{gap:1.5rem}footer .footer-brand{font-size:1.25rem}}@media (max-width:480px){html{font-size:13px}}