.contact_container__YiPjV{text-align:center;font-family:Arial,sans-serif;padding:20px;background-image:linear-gradient(45deg,#e0e0e0 25%,transparent 0),linear-gradient(-45deg,#e0e0e0 25%,transparent 0);background-size:20px 20px;background-position:0 0,10px 10px;transition:background .3s ease-in-out;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.contact_grid__PfnCN{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:20px;padding:20px;background:linear-gradient(135deg,#fff,#e8f5e9);border-radius:15px;box-shadow:0 6px 12px rgba(0,0,0,.1);animation:contact_fadeIn__sY8tn 1s ease-in-out}.contact_daySection__10Ajp{margin-bottom:40px}.contact_daySection__10Ajp h2{margin-bottom:10px;color:#004d40}.contact_daySection__10Ajp .contact_chamber__B6Wd_{margin-bottom:10px}@media (max-width:768px){.contact_grid__PfnCN{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.contact_grid__PfnCN{grid-template-columns:1fr}}.contact_chamber__B6Wd_{padding:20px;background:linear-gradient(135deg,#e0f7fa,#b2ebf2);border:1px solid #80deea;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);text-align:left;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.contact_chamber__B6Wd_ h3{color:#004d40}.contact_chamber__B6Wd_ p{color:#00695c}.contact_chamber__B6Wd_:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 8px 16px rgba(0,0,0,.2);background:linear-gradient(135deg,#80deea,#4dd0e1)}@keyframes contact_fadeIn__sY8tn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}