
      
    


      
     


      {} *{} 
     


      #IE-warning {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: white;
      }
      .IE-warning-message {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
      }
    



 /* Base responsive styles */ html { font-size: 16px; } /* Responsive typography */ h1 { font-size: clamp(1.875rem, 5vw, 3rem); line-height: 1.2; } h2 { font-size: clamp(1.5rem, 4vw, 2.25rem); line-height: 1.2; } h5 { font-size: clamp(1.125rem, 3vw, 1.25rem); line-height: 1.4; } p { font-size: clamp(0.9375rem, 2vw, 1rem); line-height: 1.6; } /* Mobile menu */ @media (max-width: 767px) { .mobile-menu-hidden { display: none; } } /* Touch-friendly targets for mobile */ button, a[data-gp-component="button"], .gp-component[data-gp-component="button"] { min-height: 44px; } /* Images responsive */ img { max-width: 100%; height: auto; } /* Card hover effects */ .service-card:hover { transform: translateY(-5px); box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1); } /* Grid layouts */ .grid-container { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; } /* Add smooth transitions */ .transition-all { transition: all 0.3s ease; } /* Media queries for specific responsive adjustments */ @media (max-width: 768px) { .container { padding-left: 1rem; padding-right: 1rem; } section { padding: 2rem 0; } .py-section { padding-top: 2rem; padding-bottom: 2rem; } .flex-reverse-mobile { flex-direction: column-reverse; } } @media (min-width: 769px) and (max-width: 1024px) { section { padding: 3rem 0; } .py-section { padding-top: 3rem; padding-bottom: 3rem; } } 

