@media screen and (max-width:768px){.container{padding:0 1rem}.hero-content{width:100%;padding:0 1rem}.hero-content h1{font-size:2.8rem;margin-bottom:.5rem;white-space:nowrap;text-align:center}.hero-content h2{font-size:1.5rem;margin-bottom:1.5rem;white-space:nowrap;text-align:center}.services{font-size:1rem;padding:.8rem 1.2rem;margin:1rem auto .5rem;width:90%;max-width:320px;white-space:normal;line-height:1.4}.floating-images{margin-top:2rem;height:auto;flex-direction:row;flex-wrap:nowrap;gap:1rem;padding:0 1rem;justify-content:center;align-items:center;width:100%}.floating{width:33%;max-width:150px;height:auto;margin:0}.scroll-arrow{bottom:25vh}.scroll-text{font-size:.8rem;text-shadow:0 2px 4px rgba(0,0,0,.3);padding:.2rem .8rem}.arrow{font-size:3rem}.services-grid{gap:1.5rem;padding:.5rem}.service-card{padding:1.5rem}.service-card img{width:100px;height:100px;margin-bottom:1rem}.faq-grid{gap:1.5rem}.faq-item{padding:1.5rem}.map-container{margin:0 1rem}.service-areas{flex-direction:column;align-items:center}.service-areas span{width:100%;text-align:center}.contact-info{gap:1.5rem;margin-top:2rem}.contact-item{padding:1.5rem}.contact-item h3{font-size:1.3rem}.contact-item p{font-size:1.1rem}.footer{padding:1.5rem 0}.footer .container{padding:0 1rem}.footer-content{flex-direction:column;text-align:center;gap:.8rem}.footer-phone{display:block;font-size:1.1rem;margin:.2rem 0}.footer-divider{display:none}.creator{margin-top:.8rem;width:100%;text-align:center;margin-left:0}}@media screen and (max-width:480px){.hero-content h1{font-size:2.3rem}.hero-content h2{font-size:1.3rem}.services{font-size:.8rem;padding:.7rem .8rem;width:95%}.floating-images{gap:.5rem}.floating{max-width:120px}.section-title{font-size:2rem;margin-bottom:2rem}.service-card h3{font-size:1.3rem}.contact-item{padding:1.2rem}}@media screen and (max-width:360px){.hero-content h1{font-size:2rem}.hero-content h2{font-size:1.1rem}.services{font-size:.75rem;padding:.6rem}.floating{max-width:100px}}}

/* Animation adjustments for mobile */
@media screen and (max-width: 768px) {.floating {
    animation: none !important;
    transform: none !important;
  }

  @keyframes float1, @keyframes float2, @keyframes float3 {
    0%, 100% {
      transform: translateY(0);
    }
  }
}@media screen and (max-height:600px) and (orientation:landscape){.hero-section{height:auto;min-height:100vh}.sky{height:60vh}.grass{height:40vh}.floating-images{flex-direction:row;padding:2rem}.floating{width:30%;max-width:none}}