@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&amp;family=Open+Sans&amp;display=swap";*,*:before,*:after{box-sizing:border-box}.header{background-color:#21468b;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.logo{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none}nav ul{list-style:none;padding:0;margin:0;display:flex}nav li{margin-left:2rem}nav a{color:#fff;text-decoration:none;font-size:1rem;transition:color .3s ease}nav a:hover{color:#60a5fa}.language-select{padding:.5rem;font-size:1rem;border:1px solid #ccc;border-radius:4px;background-color:#fff;color:#333;cursor:pointer}@media (max-width: 768px){.header{flex-direction:column;align-items:flex-start}.header-content{margin-bottom:.5rem}nav ul{margin-top:.5rem}nav ul li{margin:.5rem 1rem .5rem 0}nav ul li:after{content:"";margin-left:0}}.hero{background:url(/assets/banner-X8yOgjaP.jpg) no-repeat center center;background-size:cover;width:100%;padding:4rem 0;position:relative}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#fffc;z-index:1}.hero-content{position:relative;z-index:2}.hero-content{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 2rem}.hero-text{flex:1;padding-right:2rem}.hero-text h1{font-size:3rem;margin-bottom:1rem;color:#21468b}.hero-text p{font-size:1.2rem;margin-bottom:2rem;color:#555;line-height:1.6}.hero-image{width:40%}.hero-image img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 8px #0000001a}@media (max-width: 768px){.hero-content{flex-direction:column;text-align:center}.hero-text{padding-right:0;margin-bottom:2rem}.hero-image{width:100%}}.service-card{border:1px solid #e0e0e0;padding:2rem;margin-bottom:2rem;text-align:left;border-radius:8px;transition:box-shadow .3s ease;background-color:#f0f4ff}.service-card:hover{box-shadow:0 4px 8px #0003}.service-icon{font-size:2.5rem;margin-bottom:1rem;color:#21468b}.service-card h3{font-size:1.75rem;margin-bottom:.75rem;color:#21468b}.service-card p{font-size:1.1rem;color:#555;line-height:1.6;font-family:Open Sans,sans-serif}.footer{background-color:#21468b;padding:2rem 0;text-align:center;font-size:.9rem;color:#fff}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-links a{color:#fff;text-decoration:none;margin:0 .5rem;transition:color .3s ease}.footer-links a:hover{color:#60a5fa}.footer a:hover{text-decoration:underline}.services-section{padding:4rem 0}.services-section h2{text-align:center;font-size:2.5rem;margin-bottom:2rem;color:#21468b}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:0 2rem;max-width:1200px;margin:0 auto}.about-us{padding:4rem 2rem;text-align:center;max-width:800px;margin:0 auto}.about-us h2{font-size:2.5rem;margin-bottom:1.5rem;color:#21468b}.about-us p{font-size:1.1rem;margin-bottom:2rem;color:#555;line-height:1.6}.cta{padding:4rem 2rem;text-align:center;background-color:#f0f4ff}.cta h2{font-size:2.5rem;margin-bottom:1.5rem;color:#21468b}.cta p{font-size:1.1rem;margin-bottom:2rem;color:#555}.cta a{color:#21468b;text-decoration:none;font-weight:500}.cta a:hover{text-decoration:underline;color:#1e3a8a}.cta-button{background-color:#21468b;color:#fff;border:none;padding:1rem 2rem;font-size:1rem;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.cta-button:hover{background-color:#1e3a8a}@media (max-width: 768px){.services-section{padding:3rem 0}.services-section h2{font-size:2rem}.services-grid{grid-template-columns:1fr;padding:0 1rem}.about-us{padding:3rem 1rem}.about-us h2{font-size:2rem}.cta{padding:3rem 1rem}.cta h2{font-size:2rem}}p,ul{font-family:Open Sans,sans-serif;max-width:800px;margin:1rem auto;line-height:1.6;padding:0 1rem}@media (max-width: 768px){h1{font-size:2rem}p,ul{font-size:1rem;max-width:100%;padding:0 1rem}}h1{font-family:Montserrat,sans-serif;text-align:center;color:#333}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;padding:0 1rem}@media (max-width: 768px){h1{font-size:2rem}.services-grid{grid-template-columns:1fr}}.blog-posts{display:flex;flex-direction:column;align-items:center}.blog-post{margin-bottom:1rem;border:1px solid #ddd;padding:10px;width:80%}.blog-post h2{font-family:Montserrat,sans-serif}.blog-post p{font-family:Open Sans,sans-serif}.pagination{margin-top:1rem;text-align:center}.pagination button{background-color:teal;color:#fff;border:none;padding:.5rem 1rem;margin:0 .5rem;cursor:pointer;border-radius:5px}.pagination button:disabled{background-color:#ccc;cursor:not-allowed}@media (max-width: 768px){.blog-post{width:95%}}.contact-container{padding:4rem 2rem;max-width:800px;margin:0 auto}h1{font-size:2.5rem;margin-bottom:1.5rem;color:#21468b;text-align:center}.contact-form{display:flex;flex-direction:column}.form-group{margin-bottom:1.5rem}label{font-weight:500;margin-bottom:.5rem;display:block;color:#333}.submit-button{background-color:#21468b;color:#fff;border:none;padding:1rem 2rem;font-size:1rem;border-radius:5px;cursor:pointer;transition:background-color .3s ease;font-family:Open Sans,sans-serif}.submit-button:hover{background-color:#1e3a8a}.contact-info a{color:#21468b;text-decoration:none;font-weight:500}.contact-info a:hover{text-decoration:underline;color:#1e3a8a}@media (max-width: 768px){.contact-container{padding:3rem 1rem}h1{font-size:2rem}}input[type=text],input[type=email],textarea{padding:1rem;border:1px solid #e0e0e0;border-radius:5px;font-size:1rem;width:100%;margin-bottom:.5rem;font-family:Open Sans,sans-serif}textarea{resize:vertical}.submit-button{background-color:#007bff;color:#fff;border:none;padding:1rem 2rem;font-size:1rem;border-radius:5px;cursor:pointer;transition:background-color .3s ease;font-family:Open Sans,sans-serif}.submit-button:hover{background-color:#0056b3}.contact-info{margin-top:2rem;text-align:center}.contact-info p{margin-bottom:.5rem;font-size:1.1rem;color:#555}.contact-info a{color:#007bff;text-decoration:none;font-weight:500}.contact-info a:hover{text-decoration:underline}.success-message{color:green;text-align:center;margin-bottom:1rem}.error-message{color:red;text-align:center;margin-bottom:1rem}body{font-family:Open Sans,sans-serif;margin:0;padding:0;background-color:#f5f5f5}.app-container{min-height:100vh;display:flex;flex-direction:column}main{flex:1}h1,h2,h3{font-family:Montserrat,sans-serif}
