.page-container{font-family:Arial,sans-serif;color:#333;margin:0;padding:0;width:100%;overflow-x:hidden}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:rgba(64,64,64,.9);box-shadow:0 2px 4px rgba(0,0,0,.1)}.full-screen-section{position:relative;width:100vw;height:100vh;background-image:url(/balcon.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;text-align:center;padding:20px;box-sizing:border-box}.full-screen-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1}.full-screen-section h1,.full-screen-section p{position:relative;z-index:2;margin:0}.full-screen-section h1{font-size:3rem;font-weight:700;margin-bottom:20px}.full-screen-section p{max-width:800px;font-size:1.2rem;line-height:1.6}@media (max-width:768px){.full-screen-section{padding:10px;height:auto;min-height:100vh}.full-screen-section h1{font-size:2rem}.full-screen-section p{font-size:1rem;line-height:1.4;max-width:100%;word-wrap:break-word}}.section{padding:60px 20px;background-color:#404040}.alternate-section{background-color:#404040;color:#fff}.section-header{text-align:center;margin-bottom:20px;font-size:28px;color:#fff}.alternate-section .section-header{color:#fff}.services-container{display:flex;gap:20px;flex-wrap:wrap;justify-content:center;padding:20px}.fixed-navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:rgba(64,64,64,.9);box-shadow:0 2px 4px rgba(0,0,0,.1)}.CardContainer{display:flex;flex-direction:column;align-items:center;background-color:#fff;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;max-width:300px;width:100%}.CardContainer:hover{transform:translateY(-5px);box-shadow:0 8px 12px rgba(0,0,0,.2)}@media (max-width:768px){.CardContainer{max-width:100%}}.CardImageWrapper{width:100%;position:relative;aspect-ratio:4/3;overflow:hidden}.StyledImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.CardContent{padding:16px;text-align:center}.CardTitle{font-size:20px;font-weight:700;margin:8px 0;color:#404040}.CardDescription{font-size:16px;color:#666}.FooterContainer{background-color:#404040;color:#fff;padding:40px 20px;overflow-x:hidden}.FooterWrapper{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;border-bottom:1px solid #77b5fe;padding-bottom:20px;margin-bottom:20px;@media (max-width:768px){flex-direction:column;align-items:center;text-align:center;gap:30px}}.FooterSection{flex:1;text-align:center;min-width:250px;max-width:100%;box-sizing:border-box;@media (max-width:768px){width:100%}}.FooterSection h2{font-size:18px;margin-bottom:10px;display:flex;justify-content:center;align-items:center;gap:10px;color:#77b5fe;font-weight:700}.FooterSection a{display:block;font-size:14px;margin:5px 0;color:#fff;text-decoration:none}.FooterSection a:hover{text-decoration:underline;color:#77b5fe}.FooterSection img{margin-top:10px;width:80px;height:auto;border-radius:10px}.Divider{border-left:1px solid #77b5fe;height:100%;margin:0 20px;@media (max-width:768px){display:none}}.FooterBottom{text-align:center;font-size:12px;color:#77b5fe;margin-top:20px}body{margin:0;padding:0;overflow-x:hidden}.NavbarContainer{justify-content:space-between;padding:0 40px;background-color:#404040;color:#fff;height:80px;position:sticky;top:0;z-index:1000}.NavbarContainer,.NavbarLogo{display:flex;align-items:center}.Logo{height:60px;width:auto}.BurgerMenu{display:none;flex-direction:column;justify-content:space-between;width:30px;height:25px;cursor:pointer}.BurgerMenu div{background-color:#fff;height:3px;border-radius:5px;transition:all .3s ease}.BurgerMenu.open div:first-child{transform:rotate(45deg) translate(5px,5px)}.BurgerMenu.open div:nth-child(2){opacity:0}.BurgerMenu.open div:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.NavbarLinks{display:flex;align-items:center;gap:30px}.NavbarLinks.show{display:flex!important}.NavbarLink{text-decoration:none;color:#fff;font-size:16px;transition:color .3s ease}.NavbarLink:hover{color:#77b5fe}@media (max-width:1024px){.NavbarContainer{padding:10px 20px}.BurgerMenu{display:flex}.NavbarLinks{display:none;flex-direction:column;align-items:flex-start;width:100%;background-color:#404040;position:absolute;top:80px;left:0;padding:20px;z-index:999;gap:15px}.NavbarLinks.show{display:flex}}