body{font-family:Arial, sans-serif;margin:0;padding:0}.hero{position:relative;text-align:center;color:white}.hero img{width:100%;height:auto;display:block}.hero-title{position:absolute;top:30%;left:25%;transform:translate(-50%, -50%);font-size:2em;margin:0;font-weight:normal}.about{display:flex;justify-content:center;align-items:center;padding:50px 0;background-color:#f9f9f9}.about-content{display:flex;max-width:1200px;width:100%;flex-wrap:wrap;gap:20px;padding:0 20px}.about-text{flex:1 1 40%;min-width:300px;padding:20px}.about-text h2{font-size:2rem;margin-bottom:20px}.about-title{font-size:3rem}.about-spacer{margin-bottom:2.5em}.about-text p{font-size:1.2rem;margin-bottom:20px;line-height:1.6}.about-button-container{margin-top:80px}.about-images{flex:1 1 50%;min-width:300px;display:flex;flex-direction:column;gap:2.5px}.about-images-row{display:flex;justify-content:space-between;gap:2.5px}.about-image-half{width:calc(50% - 1.25px);height:auto}.about-image-full{width:100%;margin-top:2.5px;height:auto}.news{background-color:#d9edf1;padding:50px 20px}.section-title{text-align:center;font-size:2.5rem;margin-bottom:40px}.news-container{display:grid;grid-template-columns:repeat(3, 1fr);grid-row-gap:30px;grid-column-gap:20px;justify-items:center;max-width:1200px;margin:0 auto;padding:0 20px}.news-item{margin:0;padding:20px;border:1px solid #ddd;background-color:#f9f9f9;width:100%;max-width:350px;height:auto;box-sizing:border-box;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,0.1);transition:transform 0.3s ease, box-shadow 0.3s ease}.news-item:hover{transform:translateY(-5px);box-shadow:0 6px 12px rgba(0,0,0,0.15)}.news-image-container{width:100%;height:200px;overflow:hidden;border-radius:8px 8px 0 0;margin-bottom:10px;display:flex;align-items:center;justify-content:center;background-color:#f0f0f0}.news-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px 8px 0 0}.news-image-default{width:75%;height:auto;-o-object-fit:contain;object-fit:contain}.news-title{margin:10px 0;font-size:1.2rem}.news-title a{color:#000;text-decoration:none;transition:color 0.3s ease}.news-title a:hover{color:#007bff;text-decoration:underline}.news-excerpt{margin:10px 0;line-height:1.6;color:#666}.news-button-container{text-align:center;margin-top:40px}.projects{padding:50px 20px;text-align:center}.project-images{display:flex;justify-content:center;flex-wrap:nowrap;overflow:hidden;position:relative;width:100%}.project-images .image-wrapper{display:flex;animation:scroll 50s linear infinite}.project-image{width:45%;height:auto;flex-shrink:0}@keyframes scroll{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}.custom-button{display:inline-block;background-color:white;color:black;border:2px solid black;padding:10px 20px;cursor:pointer;font-size:1rem;text-align:center;margin:0 auto;text-decoration:none;transition:background-color 0.3s ease, color 0.3s ease}.custom-button:hover{background-color:#f0f0f0}@media (max-width: 1024px){.news-container{grid-template-columns:repeat(2, 1fr)}.about-content{flex-direction:column}.about-text,.about-images{flex:1 1 100%}}@media (max-width: 768px){.hero-title{font-size:1.5em;left:50%;top:50%}.about-title{font-size:2rem}.section-title{font-size:2rem}.news-container{grid-template-columns:1fr}.about-button-container{margin-top:40px}}@media (max-width: 480px){.hero-title{font-size:1.2em;padding:0 10px}.about{padding:30px 0}.about-content{padding:0 10px}.news{padding:30px 10px}.projects{padding:30px 10px}}
