*{margin:0;padding:0;box-sizing:border-box;}body{font-family:Arial,sans-serif;line-height:1.6;color:#333;background-color:#f8f8f8;}.hidden{display:none;}img{max-width:100%;height:auto;}a{text-decoration:none;color:#ff5555;}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 15px;}.danger{color:#ff5555;}header{background-color:white;box-shadow:0 1px 1px rgba(0,0,0,.1);position:sticky;top:0;z-index:100;}.header-container{display:flex;justify-content:space-between;align-items:center;padding:15px 0;}.logo img{height:50px;}.main-nav ul{display:flex;list-style:none;align-items:center;}.main-nav li{margin-left:20px;}.main-nav a{color:#333;font-weight:bold;font-size:.9rem;transition:color .3s;}.main-nav a:hover{color:#ff5555;}.mobile-nav{display:none}.main-nav a.free-listing{margin:0;padding:10px 20px;line-height:1;display:inline-block;font-weight:bold;font-size:.9rem;background-color:#ff5555;color:white;border:none;border-radius:3px;cursor:pointer;transition:background-color .3s;}.main-nav a.free-listing:hover{background-color:#ff3333;color:white;text-decoration:none;}.search-section{background-color:#c8c8c8;padding:30px 0;text-align:center;}.search-form{display:flex;justify-content:center;max-width:500px;margin:0 auto;}.search-input{flex:1;padding:10px 15px;border:1px solid #ddd;border-right:none;border-radius:3px 0 0 3px;}.search-button{padding:10px 20px;background-color:#ff5555;color:white;border:none;border-radius:0 3px 3px 0;cursor:pointer;transition:background-color .3s;}.search-button:hover{background-color:#ff3333;}.search-results-section{padding:30px 0;}.search-results-section h1{margin-bottom:20px;color:#333;}.search-query{color:#ff3333;}.no-results{padding:30px;text-align:center;background-color:#f8f9fa;border-radius:8px;margin-top:20px;}.results-info{margin-bottom:15px;color:#555;}.results-list{margin-bottom:20px;}.result-item{display:flex;padding:20px;border-bottom:1px solid #eee;transition:background-color .2s;}.result-item:hover{background-color:#f8f9fa;}.result-logo{width:100px;min-width:100px;height:100px;margin-right:20px;overflow:hidden;border:1px solid #eee;display:flex;align-items:center;justify-content:center;}.result-logo img{max-width:100%;max-height:100%;object-fit:contain;}.result-content{flex:1;}.result-title{margin:0 0 5px 0;font-size:18px;}.result-title a{color:#ff3333;text-decoration:none;}.result-title a:hover{text-decoration:underline;}.result-brand{display:block;color:#666;margin-bottom:8px;}.result-address,.result-phones{margin-bottom:8px;color:#555;}.result-phones span{margin-right:15px;}.result-description{margin-bottom:10px;color:#333;line-height:1.4;}.result-categories{font-size:14px;color:#666;}.result-profession{font-size:14px;color:#d95353;margin-bottom:8px;font-weight:500;}.search-alert{position:fixed;top:20px;left:50%;transform:translateX(-50%);background-color:#f8d7da;color:#721c24;padding:10px 20px;border-radius:4px;box-shadow:0 2px 10px rgba(0,0,0,.1);z-index:9999;animation:fadeIn .3s;}.search-alert.fade-out{animation:fadeOut .5s;}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.loading-indicator{display:flex;justify-content:center;padding:20px;color:#666;}@media (max-width:768px){.search-form{flex-direction:column}.search-input{border-radius:4px;margin-bottom:10px}.search-button{border-radius:4px;padding:10px}.result-item{flex-direction:column}.result-logo{margin-right:0;margin-bottom:15px}}.breadcrumb-section{background-color:#f9f9f9;padding:10px 0;border-bottom:1px solid #e5e5e5;}.breadcrumb{display:flex;list-style:none;margin:0;padding:0;flex-wrap:wrap;}.breadcrumb li{display:inline-block;font-size:14px;}.breadcrumb li + li:before{content:">";padding:0 8px;color:#777;}.breadcrumb a{color:#0073aa;text-decoration:none;}.breadcrumb a:hover{color:#0073aa;text-decoration:underline;}.breadcrumb .active{color:#777;font-weight:bold;}@media (max-width:576px){.breadcrumb{font-size:13px}.breadcrumb li + li:before{padding:0 5px}}.hero{padding-top:40px;}.hero-content{display:grid;grid-template-columns:2fr 1fr;gap:30px;align-items:start;}.hero-text{text-align:center;display:flex;flex-direction:column;align-items:center}.hero-text h1{font-size:30px;margin-bottom:10px;}.hero-text .brand{font-size:30px;color:#ff5555;display:block;}.hero-image{display:flex;justify-content:center;align-items:center;width:100%}.hero-image-container{width:200px;height:150px;display:flex;justify-content:center;align-items:center;}.hero-image-container img{max-width:100%;max-height:100%;object-fit:contain}.main-content{padding:10px 0;}.main-area{width:100%;display:flex;flex-direction:column;gap:20px}.content-grid{display:grid;grid-template-columns:2fr 1fr;gap:30px;}.info-card{background-color:white;border-radius:5px;box-shadow:0 2px 15px rgba(0,0,0,.1);padding:30px;margin-bottom:30px;}.company-description{width:100%;overflow-wrap:break-word;word-wrap:break-word;hyphens:auto;line-height:1.6;padding:0;margin:0 0 20px 0;}.company-description p{margin-bottom:15px}.company-description p:last-child{margin-bottom:0}.company-description img{max-width:100%;height:auto;display:block;margin:15px 0;}.company-description a{word-break:break-all}.photo-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;margin:20px 0;}.gallery-item{height:150px;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:3px;}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s;}.gallery-item:hover img{transform:scale(1.05);}.keyword-section{margin-top:40px;}.keyword-section p{font-weight:bold;margin-bottom:10px;}.keyword{display:inline-block;background-color:#ddd;padding:3px 8px;margin:2px 5px 2px 0;border-radius:3px;font-size:.6rem;}.cta-button{background-color:#d9534f;color:white;padding:6px 12px;border-radius:4px;font-weight:bold;font-size:14px;animation:blink 3s infinite ease-in-out;text-align:center;display:inline-block;margin-bottom:10px;width:100%;}@keyframes blink{0%{opacity:1}50%{opacity:.4}100%{opacity:1}}.form-group{margin-bottom:8px;position:relative;}.error-message{color:#d9534f;font-size:12px;margin-top:5px;display:none;}.error-message:not(:empty){display:block;}.success-message{background-color:#dff0d8;color:#3c763d;padding:10px;border-radius:4px;margin-bottom:15px;}.info-message{background-color:#d9edf7;color:#31708f;padding:10px;border-radius:4px;margin-bottom:15px;}.form-status{display:none;margin:10px 0;}.form-status.visible{display:block;}.g-recaptcha{margin:0;}.contact-form{display:flex;flex-direction:column;}.contact-form input,.contact-form textarea{padding:10px;margin-bottom:15px;border:1px solid #ddd;border-radius:3px;width:100%;box-sizing:border-box;}.form-buttons{display:flex;gap:10px;margin:8px 0;}.form-button{padding:10px 20px;background-color:#ff5555;color:white;border:none;border-radius:3px;cursor:pointer;transition:background-color .3s;}.form-button:hover{background-color:#ff3333;}.reset-button{background-color:#777;}.reset-button:hover{background-color:#555;}.sidebar{display:flex;flex-direction:column;gap:20px;}.sidebar-card{background-color:white;border-radius:5px;box-shadow:0 2px 15px rgba(0,0,0,.1);padding:20px;}.sidebar-card h3{border-bottom:2px solid #f5f5f5;padding-bottom:10px;margin-bottom:15px;font-size:18px;}.contact-info p{margin-bottom:10px;display:flex;align-items:center;}.partner-social{text-align:center;}.contact-info i{margin-right:10px;color:#494949;}.map-container{height:390px;margin:20px 0;}.branches{padding:7px 0 2px 0;}.iframe{width:100%;height:100%;}.drive-me-link{text-align:center;padding:5px 0 7px 0;}.drive-me-link a{font-weight:bold;font-size:20px;}.working-months{text-align:center}.always-open{text-align:center;font-weight:bold;color:#4caf50;padding:15px 0;font-size:16px}.timetable{list-style-type:none;margin:0;padding:10px 0}.timetable li{padding:8px 0;border-bottom:1px solid #ebebeb}.timetable li:nth-child(odd){background-color:#f5f5f5}.timetable li:nth-child(even){background-color:#e9e9e9}.timetable li:last-child{border-bottom:none}.timetable li p{display:flex;justify-content:space-between;margin:0;font-weight:500;color:#444;font-size:15px;padding:0 10px}.timetable li p i{font-style:normal;color:#666}.timetable li p i:empty:after{content:"Κλειστά";color:#d95353}.categories-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:3px;}.categories-list li{margin:0;display:inline-block;}.categories-list li a{display:block;padding:6px 12px;background-color:#f0f0f0;color:#333;text-decoration:none;border-radius:4px;font-size:14px;transition:background-color .2s;}.categories-list li a:hover{background-color:#e0e0e0;color:#000;}.company-profession{font-size:14px;color:#d95353;margin-top:-1px;margin-bottom:4px;text-align:center;width:100%;display:block}footer{background-color:#333;color:white;padding:50px 0 0;}.footer-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;}.footer-col h4{font-size:18px;margin-bottom:20px;position:relative;padding-bottom:10px;}.footer-col h4:after{content:'';position:absolute;bottom:0;left:0;width:40px;height:2px;background-color:#ff5555;}.footer-col p,.footer-col ul li{margin-bottom:10px;}.footer-col ul{list-style:none;}.footer-col a{color:#ddd;transition:color .3s;}.footer-col a:hover{color:#ff5555;}.footer-logo{margin-bottom:20px;}.footer-logo img{height:40px;}.copyright{background-color:#222;padding:20px 0;margin-top:30px;text-align:center;}.social-icons{display:flex;justify-content:center;margin-bottom:10px;}.social-icons a{display:inline-block;color:white;font-size:1.5rem;margin:0 10px;}.back-to-top{position:fixed;bottom:20px;right:20px;width:40px;height:40px;background-color:#ff5555;color:white;display:flex;justify-content:center;align-items:center;border-radius:50%;cursor:pointer;opacity:0;transition:opacity .3s;z-index:99;}.back-to-top.visible{opacity:1;}@media (max-width:992px){.content-grid,.hero-content{grid-template-columns:1fr;gap:0}.main-nav{display:none}.mobile-nav{display:block}.mobile-menu-toggle{display:block;cursor:pointer;font-size:1.5rem}.mobile-menu{display:none;position:absolute;top:100%;left:0;width:100%;background-color:white;box-shadow:0 5px 10px rgba(0,0,0,.1);z-index:1000}.mobile-menu.active{display:block}.mobile-menu ul{list-style:none;padding:0}.mobile-menu li{border-bottom:1px solid #eee}.mobile-menu a{display:block;padding:15px 20px;color:#333;font-weight:bold;transition:background-color .3s}.mobile-menu a:hover{background-color:#f5f5f5}.mobile-menu li:last-child,.mobile-menu li a[href="/register"]{background-color:#ff5555}.mobile-menu li:last-child a,.mobile-menu li a[href="/register"]{color:white!important}.mobile-menu li:last-child a:hover,.mobile-menu li a[href="/register"]:hover{background-color:#ff3333}}@media (max-width:768px){.hero-content{grid-template-columns:1fr;gap:20px}.hero-text,.hero-image{margin:0}.hero-image{margin-top:20px}.photo-gallery{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.gallery-item{height:120px}.company-description,.contact-info p,.footer p{font-size:16px;overflow-wrap:anywhere}}.gallery-modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.9);}.gallery-modal-content{position:relative;margin:auto;padding:50px;width:90%;max-width:1200px;max-height:90vh;display:flex;flex-direction:column;justify-content:center;align-items:center;}.gallery-modal-img{max-height:80vh;max-width:100%;object-fit:contain;margin-bottom:15px;}.gallery-modal-caption{color:white;text-align:center;padding:10px;font-size:1rem;}.gallery-nav{color:white;position:absolute;top:50%;transform:translateY(-50%);font-size:2rem;width:50px;height:50px;display:flex;justify-content:center;align-items:center;cursor:pointer;background-color:rgba(0,0,0,.3);border-radius:50%;transition:all .3s;}.gallery-nav:hover{background-color:rgba(0,0,0,.6);}.gallery-prev{left:10px;}.gallery-next{right:10px;}.gallery-close{position:absolute;top:10px;right:20px;color:white;font-size:2rem;cursor:pointer;}.video-section{margin:30px 0;}.video{position:relative;width:100%;height:0;padding-bottom:56.25%;overflow:hidden;}.video-section iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:5px;box-shadow:0 3px 10px rgba(0,0,0,.1);}@media (max-width:768px){.video{padding-bottom:60%}}.categories-section{padding:4rem 0;background-color:#f8f9fa;}.section-header{text-align:center;margin-bottom:3rem;}.section-header h2{font-size:2rem;color:#333;margin-bottom:.5rem;}.section-header p{color:#666;font-size:1.1rem;}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:3rem;}.category-card{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;box-shadow:0 3px 10px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;}.category-card:hover{transform:translateY(-5px);box-shadow:0 6px 15px rgba(0,0,0,.15);}.category-link{display:block;text-decoration:none;color:inherit;}.category-image{height:220px;overflow:hidden}.category-image img{width:100%;height:100%;object-fit:cover;object-position:center}.category-card:hover .category-image{transform:scale(1.05);}.category-info{padding:1.5rem;background-color:#fff;}.category-name{font-size:1.3rem;text-align:center;color:#333;margin:0;}@media (max-width:992px){.categories-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.welcome-section h1{font-size:2.2rem}}@media (max-width:768px){.categories-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.welcome-section h1{font-size:2rem}.welcome-subtitle{font-size:1.1rem}.section-header h2,.about-content h2{font-size:1.8rem}.category-name{font-size:1.2rem}}@media (max-width:576px){.welcome-section{padding:3rem 0}.welcome-section h1{font-size:1.8rem}.welcome-subtitle{font-size:1rem}.categories-grid{grid-template-columns:1fr}.section-header h2,.about-content h2{font-size:1.6rem}.section-header p,.about-content p{font-size:1rem}}.categories-toggle{display:flex;justify-content:flex-end;margin-bottom:1.5rem;}.categories-toggle button{padding:.5rem 1rem;background-color:#ccc;border:none;cursor:pointer;font-size:1rem;border-radius:3px;}.categories-toggle button:hover{background-color:#b3b3b3;}.all-categories{margin-bottom:2rem;padding:1.5rem;background-color:#f9f9f9;border-radius:5px;}.all-categories h2{font-size:1.4rem;margin-bottom:1rem;}.categories-list{list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.5rem 1.5rem;}.categories-list li{padding:.5rem 0;}.categories-list a{color:#333;text-decoration:none;font-size:1.1rem;}.categories-list a:hover{color:#007bff;text-decoration:underline;}.subcategories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;}.subcategory-card{border:1px solid #e0e0e0;border-radius:5px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;}.subcategory-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px rgba(0,0,0,.1);}.subcategory-link{display:block;text-decoration:none;color:inherit;}.subcategory-image{height:220px;overflow:hidden}.subcategory-image img{width:100%;height:100%;object-fit:cover;object-position:center}.subcategory-card:hover .subcategory-image{transform:scale(1.05);}.subcategory-name{padding:1.2rem 1rem;text-align:center;font-size:1.1rem;font-weight:bold;min-height:75px;display:flex;align-items:center;justify-content:center;background-color:#fff;}.no-results{text-align:center;padding:3rem 0;}.no-results p{font-size:1.5rem;color:#888;}@media (max-width:992px){.subcategories-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media (max-width:768px){.subcategories-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.categories-list{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}@media (max-width:576px){.subcategories-grid{grid-template-columns:1fr}.categories-list{grid-template-columns:1fr}}.companies-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem;}.company-card{height:100%;display:flex;flex-direction:column;border:1px solid #e0e0e0;border-radius:5px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);background-color:#fff;transition:transform .3s ease,box-shadow .3s ease;}.company-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.15);}.company-image{height:200px;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#f8f8f8;border-bottom:1px solid #e0e0e0;padding:0;}.company-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;}.company-image:hover img{transform:scale(1.05);}.company-info{flex:1;display:flex;flex-direction:column;padding:1rem;}.company-name{font-size:1.1rem;color:#333;text-decoration:none;margin-bottom:.8rem;font-weight:bold;text-align:center;}.company-details{display:flex;flex-direction:column;gap:.5rem;color:#666;font-size:.9rem;text-align:center;border-top:1px solid #eee;padding-top:.8rem;margin-top:auto}.company-city{font-weight:500;color:#555;}.company-phone{color:#007bff;}.company-image img[src="/assets/images/no-photo.jpg"]{object-fit:contain;padding:1rem;background-color:#f0f0f0;}@media (max-width:768px){.company-image{height:180px}.companies-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media (max-width:576px){.company-image{height:160px}}.pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.5rem;margin:2rem 0;}.pagination-link{display:inline-flex;justify-content:center;align-items:center;min-width:2.5rem;height:2.5rem;padding:0 .5rem;border:1px solid #ddd;border-radius:4px;background-color:#fff;color:#333;text-decoration:none;font-size:.9rem;transition:all .2s ease;}.pagination-link:hover{background-color:#f5f5f5;border-color:#ccc;}.pagination-link.current{background-color:#007bff;color:#fff;border-color:#007bff;font-weight:bold;}.pagination-link.disabled{color:#aaa;cursor:not-allowed;pointer-events:none;background-color:#f8f8f8;}.pagination-ellipsis{display:inline-flex;justify-content:center;align-items:center;min-width:2.5rem;height:2.5rem;color:#777;}.pagination-info{text-align:center;color:#777;font-size:.9rem;margin-bottom:2rem;}.no-results{text-align:center;padding:3rem 0;}.no-results p{font-size:1.5rem;color:#888;}@media (max-width:992px){.companies-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media (max-width:768px){.companies-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.pagination-link{min-width:2.2rem;height:2.2rem;font-size:.85rem}}@media (max-width:576px){.companies-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.pagination{gap:.3rem}.pagination-link{min-width:2rem;height:2rem;font-size:.8rem;padding:0 .3rem}}.welcome-section{background-color:#1a5276;background-image:linear-gradient(135deg,#1a5276 0%,#2980b9 100%);color:#fff;padding:4rem 0;text-align:center;}.welcome-container{max-width:1200px;margin:0 auto;padding:0 1rem;}.welcome-section h1{font-size:2.5rem;margin-bottom:1rem;}.welcome-subtitle{font-size:1.2rem;max-width:700px;margin:0 auto;opacity:.9;}.view-all-link{text-align:center;margin-top:1rem;}.btn-view-all{display:inline-block;padding:.8rem 2rem;background-color:#2980b9;color:#fff;text-decoration:none;border-radius:5px;font-weight:bold;transition:background-color .3s ease;}.btn-view-all:hover{background-color:#1a5276;}.about-section{padding:4rem 0;background-color:#fff;}.about-container{max-width:1200px;margin:0 auto;padding:0 1rem;}.about-content{max-width:800px;margin:0 auto;text-align:center;}.about-content h2{font-size:2rem;color:#333;margin-bottom:1.5rem;}.about-content p{font-size:1.1rem;color:#555;line-height:1.6;margin-bottom:1rem;}.aboutus-section{padding:3rem 1.5rem;margin:2rem auto}.aboutus-content{display:grid;grid-template-columns:1fr 2fr;gap:2rem}.aboutus-image{overflow:hidden;border-radius:8px;box-shadow:0 6px 16px rgba(0,0,0,.15);transition:transform .3s ease}.aboutus-image:hover{transform:translateY(-10px)}.aboutus-image img{width:100%;height:auto;display:block;transition:transform .6s ease}.aboutus-image:hover img{transform:scale(1.05)}.aboutus-text{display:flex;flex-direction:column;justify-content:center}.aboutus-text p{margin-bottom:1.2rem;font-size:1.05rem;color:#505050}.aboutus-text p:last-child{margin-bottom:0}@media (max-width:768px){.aboutus-content{grid-template-columns:1fr}.aboutus-image{margin-bottom:1.5rem}}.terms-section{padding:3rem 2rem;margin:2rem auto}.terms-content{max-width:900px;margin:0 auto;}.terms-section h1{font-size:2rem;color:#333;margin-bottom:.5rem;}.terms-section h3{color:#2d5b9b;font-size:1.4rem;margin:1.5rem 0 1rem;padding-bottom:8px;border-bottom:1px solid #e0e0e0;}.terms-section h3:first-child{margin-top:0;}.terms-section p{margin-bottom:1.2rem;font-size:1.05rem;color:#505050;}.terms-section ul,.terms-section ol{margin-bottom:1.2rem;margin-left:1.5rem;}.terms-section li{margin-bottom:.5rem;}.terms-section strong{color:#2d5b9b;}.terms-section .last-update{margin-top:2.5rem;font-style:italic;color:#777;text-align:right;font-size:.9rem;}@media (max-width:768px){.terms-section{padding:2rem 1.5rem}}.privacy-section{padding:3rem 2rem;margin:2rem auto;max-width:1200px;}.privacy-content{max-width:900px;margin:0 auto;}.privacy-section h1{font-size:2rem;color:#333;margin-bottom:.5rem;}.privacy-section h3{color:#2d5b9b;font-size:1.4rem;margin:1.8rem 0 1rem;padding-bottom:8px;border-bottom:1px solid #e0e0e0;}.privacy-section h3:first-child{margin-top:0;}.privacy-section p{margin-bottom:1.2rem;font-size:1.05rem;color:#505050;}.privacy-section ul,.privacy-section ol{margin-bottom:1.2rem;margin-left:1.5rem;}.privacy-section li{margin-bottom:.5rem;}.privacy-section strong{color:#2d5b9b;font-weight:600;}.privacy-section .intro-text{font-size:1.1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px dashed #e0e0e0;}.privacy-section .last-update{margin-top:2.5rem;font-style:italic;color:#777;text-align:right;font-size:.9rem;}@media (max-width:768px){.privacy-section{padding:2rem 1.5rem}.section-header h1{font-size:1.8rem}}.cookies-section{padding:3rem 2rem;margin:2rem auto;max-width:1200px;}.cookies-content{max-width:900px;margin:0 auto;}.cookies-section h1{font-size:2rem;color:#333;margin-bottom:.5rem;}.cookies-content h5{color:#2d5b9b;font-size:1.3rem;margin:1.8rem 0 .8rem;}.cookies-content p{margin-bottom:1.2rem;font-size:1.05rem;color:#505050;}.cookies-content ul{list-style:none;margin-top:1.5rem;}.cookies-content li{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px dashed #e0e0e0;}.cookies-content li:last-child{border-bottom:none;}.cookies-content a{color:#2d5b9b;text-decoration:none;font-weight:500;}.cookies-content a:hover{text-decoration:underline;}@media (max-width:768px){.cookies-section{padding:2rem 1.5rem}.cookies-content h2,.cookies-content h5{font-size:1.2rem}}.services{padding:3rem 2rem;margin:2rem auto;display:grid;grid-template-columns:1fr;gap:40px;margin-bottom:40px;}.services h1{font-size:2rem;color:#333;margin-bottom:.5rem;}.service-card{display:flex;background-color:white;border-radius:8px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.1);transition:transform .3s ease;}.service-card:hover{transform:translateY(-5px);}.service-image{flex:0 0 250px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;}.service-image img{max-width:100%;width:100%;height:auto;display:block;}.service-image::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;}.service-content{flex:1;padding:30px;}.service-content h2{color:#007bff;margin-bottom:15px;font-size:1.5rem;position:relative;padding-bottom:10px;}.service-content h2::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background-color:#007bff;}.service-content ul{list-style-type:none;margin:20px 0;}.service-content li{margin-bottom:10px;position:relative;padding-left:25px;}.service-content li::before{content:'✓';position:absolute;left:0;color:#28a745;font-weight:bold;}.btn-services{display:inline-block;background-color:#007bff;color:white;padding:10px 20px;border-radius:5px;text-decoration:none;font-weight:500;transition:background-color .3s;margin-top:10px;}.btn-services:hover{background-color:#0056b3;}.benefits{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:40px;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.05);margin:30px 0 30px 0;}.benefits h2{text-align:center;margin-bottom:20px;color:#007bff;}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;}.benefit-item{background-color:white;padding:20px;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05);display:flex;align-items:center;}.benefit-icon{font-size:1.5rem;color:#007bff;margin-right:15px;}@media (max-width:900px){.service-card{flex-direction:column}.service-image{flex:0 0 auto;min-height:250px;width:100%}.service-image img{height:auto;max-height:100%}}@media (max-width:600px){.services h1{font-size:1.8rem;color:#333}.benefits-grid{grid-template-columns:1fr}}.error-container{display:flex;flex-direction:column;align-items:center;text-align:center;margin:20px auto;max-width:100%;min-height:600px;}.contact{padding:60px 0;background-color:#f5f5f5}.contact.bg-image{background-size:cover;background-position:center;background-repeat:no-repeat}.contact.padding-small{padding:40px 0}.contact-grid{display:grid;grid-template-columns:1fr 2fr;grid-gap:30px}.contact-box{background-color:#fff;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.08);padding:30px;height:100%}.contact-info h3{font-size:22px;color:#333;margin-bottom:16px;font-weight:600}.contact-info h4{font-size:18px;color:#333;margin:0 0 12px 0;font-weight:600}.contact-info p{color:#555;line-height:1.6;margin-bottom:15px}.contact-details{margin:25px 0}.contact-details p{margin-bottom:8px}.contact-details a{color:#0066cc;text-decoration:none;transition:color .2s ease}.contact-details a:hover{color:#004c99;text-decoration:underline}.address,.phone{margin-bottom:10px}.business-hours{margin-top:25px;padding-top:20px;border-top:1px solid #eaeaea}.business-hours .hours-list p{margin-bottom:6px;font-size:15px}.contact .contact-form form{display:flex;flex-direction:column}.contact .form-group{margin-bottom:16px;position:relative}.contact .form-group input,.contact .form-group textarea{width:100%;padding:12px 15px;border:1px solid #ddd;border-radius:5px;font-size:15px;transition:border-color .3s ease;font-family:inherit;box-sizing:border-box}.contact .form-group input:focus,.contact .form-group textarea:focus{outline:none;border-color:#0066cc;box-shadow:0 0 0 2px rgba(0,102,204,.1)}.contact .form-group input::placeholder,.contact .form-group textarea::placeholder{color:#aaa}.contact .form-group textarea{min-height:140px;resize:vertical}.contact .form-buttons{display:flex;justify-content:flex-end;gap:15px;margin:8px 0}.contact .form-buttons button{padding:12px 24px;border-radius:5px;border:none;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease}.contact .form-buttons .btn-submit{background-color:#0066cc;color:white}.contact .form-buttons .btn-submit:hover{background-color:#004c99}.contact .form-buttons .btn-reset{background-color:#f0f0f0;color:#333}.contact .form-buttons .btn-reset:hover{background-color:#e0e0e0}.contact .g-recaptcha{margin-bottom:20px;display:flex}@media (max-width:992px){.contact-grid{grid-template-columns:1fr;grid-gap:20px}.contact-box{padding:25px}}@media (max-width:576px){.contact{padding:40px 0}.contact .form-buttons{flex-direction:column}.contact-box{padding:20px}}