.app-container{width:100%;max-width:100%;margin:0;padding:0;overflow-x:hidden}.footer{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:auto;background-color:#80808044;padding:0;margin:0}.footer-left{width:100%;padding:1rem;text-align:center;margin-bottom:1rem}.contact-info p{margin:.5rem 0;color:#333}.footer-center{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:1rem}.circle-images{display:flex;gap:2rem;justify-content:center}.circle-image{width:50px;height:50px;border-radius:50%;object-fit:cover;transition:transform .3s ease}.circle-image:hover{transform:scale(1.1)}.footer-right{width:100%;display:flex;flex-direction:column;align-items:center;padding:1rem}.footer-logo{max-width:150px;margin-bottom:1rem}.copyright{color:#333;font-size:.9rem;text-align:center}@media screen and (min-width: 768px){.footer{flex-direction:row}.footer-left{width:auto;text-align:left;margin-bottom:0}.footer-center{width:auto;margin-bottom:0}.footer-right{width:auto}}@media screen and (max-width: 500px){.footer{flex-direction:column;align-items:center;text-align:center}.footer-left{width:100%;text-align:center}.footer-center{width:100%;justify-content:center}.footer-right{width:100%;align-items:center}.circle-images{gap:1rem}.circle-image{width:40px;height:40px}.footer-logo{max-width:120px}}.landing-container{position:relative;width:100%;height:100vh;overflow:hidden}.background-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.content-wrapper{position:relative;display:flex;justify-content:space-between;align-items:center;height:100%;max-width:1200px;margin:0 auto}.left-section{flex:1;display:flex;justify-content:center;align-items:center}.floating-image{max-width:80%;animation:float 3s ease-in-out infinite}.right-section{flex:1;padding:2rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5);font-family:itc-avant-garde-gothic-pro,sans-serif;font-weight:700;font-style:italic}.title{font-size:2.5rem;margin-bottom:1rem}.description{font-size:1.2rem;line-height:1.6}.verified-section{display:flex;position:absolute;bottom:25px;right:25px;gap:.5rem;margin-top:1rem}.verified-text{font-size:1rem;color:#fff;font-weight:500}.verified-logo{height:35px;width:auto}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@media screen and (max-width: 768px){.content-wrapper{flex-direction:column;text-align:center;padding:2rem}.left-section{margin-right:8%}.floating-image{max-width:60%;margin-top:35%}.right-section{padding:1rem}.title{font-size:2rem}.description{font-size:1rem}.verified-section{position:relative;bottom:auto;right:auto;justify-content:center;margin-top:2rem}.verified-text{font-size:.9rem}.verified-logo{height:30px}}@media screen and (max-width: 480px){.floating-image{max-width:80%}.title{font-size:1.8rem}.description{font-size:.9rem}.verified-section{margin-top:1.5rem;gap:.3rem}.verified-text{font-size:.8rem}.verified-logo{height:25px}}.navbar{position:fixed;top:0;left:0;width:100%;padding:1rem 2rem;background-color:transparent;transition:all .3s ease;z-index:1000}.navbar.scrolled{background-color:#449bff83;box-shadow:0 2px 10px #0000001a;padding:.5rem 2rem}.navbar-container{max-width:1200px;height:5rem;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo-container{display:flex;align-items:center}.logo{height:50px;width:auto;transition:all .3s ease}.navbar.scrolled .logo{height:40px}.nav-links{display:flex;gap:2rem}.nav-link{color:#fff;text-decoration:none;font-size:1.1rem;font-weight:500;cursor:pointer;transition:color .3s ease;padding:.5rem 1rem;border-radius:4px}.nav-link:hover{color:#007bff}.menu-button{display:none;background:none;border:none;color:#fff;font-size:2.5rem;cursor:pointer;padding:1.5rem;margin-right:5%}@media (max-width: 1000px){.menu-button{display:block;margin-right:5%}.nav-links{position:fixed;top:0;right:-100%;width:250px;height:100vh;background-color:#808080f2;flex-direction:column;padding:80px 20px 20px;transition:right .3s ease;gap:1.5rem}.nav-links.active{right:0}.nav-links:before{content:"×";position:absolute;top:20px;left:20px;font-size:2rem;color:#fff;cursor:pointer;z-index:1001}.nav-link{font-size:1.2rem;padding:.8rem;width:100%;text-align:center}.navbar{padding:1rem}}@media (max-width: 768px){.navbar.scrolled{width:95%;padding:1rem;height:auto}.nav-links{gap:1rem}.nav-link{font-size:1rem;padding:.3rem .7rem}}.services-container{width:auto;min-height:100vh;background-color:#f5f5f5;font-family:itc-avant-garde-gothic-pro,sans-serif;font-weight:700;font-style:italic}.main-content{max-width:1400px;margin:0 auto}.logo-container{display:flex;justify-content:center;align-items:center;margin-bottom:2rem;overflow:hidden}.gallery{display:flex;gap:1rem;overflow-x:auto;padding:1rem;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.gallery-image{width:150px;height:150px;object-fit:cover;border-radius:8px;cursor:pointer;transition:transform .3s ease}.gallery-image:hover{transform:scale(1.05)}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000e6;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{position:relative;max-width:90%;max-height:90vh}.modal-image{max-width:100%;max-height:90vh;object-fit:contain}.modal-close{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer}.modal-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff4d;border:none;color:#fff;font-size:2rem;padding:1rem;cursor:pointer;border-radius:50%;transition:background-color .3s ease}.modal-arrow:hover{background:#ffffff80}.modal-arrow.left{left:-60px}.modal-arrow.right{right:-60px}.center-logo{max-width:200px;height:auto}.description{text-align:center;margin-bottom:3rem;font-size:1.2rem;color:#333;line-height:1.6}.services-title{text-align:center;font-size:2rem;color:#333;margin-bottom:2rem;font-weight:700}.services-grid{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:1rem;margin-left:-5.5%}.service-card{background-color:#fff;border-radius:10px;padding:1.5rem;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease}.service-card:hover{transform:translateY(-5px)}.service-card h3{text-align:center;color:#333;margin-bottom:1rem;font-size:1.5rem}.service-card p{color:#666;line-height:1.6;text-align:center}@media (max-width: 768px){.services-grid{grid-template-columns:1fr}.center-logo{max-width:150px}.description{font-size:1rem}}@media (max-width: 480px){.service-card{width:80%}.services-grid{margin-left:-1.5%}}
