@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";body{font-family:Roboto,sans-serif;font-size:1rem;line-height:1.5;color:#333;background-color:#fff;margin:0;padding:0}.contact-us-page{max-width:1200px;margin:0 auto;padding:3rem 2rem}.contact-us-page .title{font-family:Poppins,sans-serif;font-size:2.5rem;color:#e63946;text-align:center;margin-bottom:2rem}.contact-us-page .contact-us-content{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}@media(min-width:768px){.contact-us-page .contact-us-content{flex-direction:row;justify-content:space-between}}.contact-details{flex:1;background-color:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 2px 4px rgba(0,0,0,.1);display:flex;flex-direction:column;gap:1.5rem}.contact-details .contact-section{display:flex;align-items:center;gap:1rem}.contact-details .contact-section svg{color:#e63946}.contact-details .contact-section p{margin:0;font-size:1.2rem}.contact-details .contact-section a{color:#e63946;text-decoration:none;font-weight:700}.contact-details .contact-section a:hover{color:#d62839;transition:all .3s ease-in-out}.form{flex:1;background-color:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.form .form-section{display:flex;flex-direction:column;margin-bottom:1.5rem}.form .form-section label{font-weight:700;margin-bottom:.5rem}.form .form-section input,.form .form-section textarea{padding:1rem;border:1px solid #e63946;border-radius:.5rem;font-size:1rem;font-family:Roboto,sans-serif}.form .form-section input:focus,.form .form-section textarea:focus{border-color:#e63946;outline:none;box-shadow:0 0 5px rgba(230,57,70,.5)}.form .form-section textarea{resize:vertical;min-height:120px}.form button{padding:1rem 1.5rem;background-color:#e63946;color:#fff;font-size:1rem;font-weight:700;border:none;border-radius:.5rem;cursor:pointer;transition:all .3s ease-in-out}.form button:hover{background-color:#d62839}div iframe{width:100%;border:0;border-radius:.5rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}