.wpcf7-form { display: flex; flex-direction: column; gap: 0px; } .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; width: 100%; } .wpcf7-form label { display: flex; flex-direction: column; color: #ffffff; font-size: 14px; font-weight: 400; gap: 8px; width: 100%; }  .wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="file"], .wpcf7-form textarea, .wpcf7-form select { padding: 16px 12px; line-height: 1; border-radius: 10px; border: 1px solid #383838; background: #0D0D0D; color: #D8D8D8; font-size: 14px; font-weight: 400; box-sizing: border-box; outline: none; width: 100%; -webkit-appearance: none; appearance: none; }  .wpcf7-form input[type="text"]:focus, .wpcf7-form input[type="email"]:focus, .wpcf7-form input[type="tel"]:focus, .wpcf7-form textarea:focus, .wpcf7-form select:focus { border-color: #D41515; }  .wpcf7-form select { background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23666666%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"); background-repeat: no-repeat; background-position: right 16px center; background-size: 10px auto; padding-right: 40px; cursor: pointer; }  .wpcf7-form select option { background: #0D0D0D; color: #D8D8D8; } .wpcf7-form textarea { min-height: 110px; resize: vertical; line-height: 1.5; } .wpcf7-form ::placeholder { color: #666666; font-size: 14px; font-weight: 400; } .wpcf7-form input[type="submit"] { display: block; width: 100%; height: 43px; padding: 0; border-radius: 10px; background: #D41515; border: none; color: #ffffff; font-size: 16px; font-weight: 500; text-align: center; cursor: pointer; -webkit-appearance: none; appearance: none; transition: background 0.2s; } .wpcf7-form input[type="submit"]:hover { background: #b01010; } @media (max-width: 991px) { .form-row { grid-template-columns: 1fr; gap: 0; } } html { scroll-behavior: smooth !important; scroll-padding-top: 130px !important; }  @media (max-width: 1024px) { .modula-gallery .modula-items { height: auto !important; display: grid !important; grid-template-columns: repeat(4, 1fr) !important; gap: 8px !important; } .modula-gallery .modula-item { position: relative !important; left: auto !important; top: auto !important; width: 100% !important; height: auto !important; margin: 0 !important; } .modula-gallery .modula-item-content { width: 100% !important; height: auto !important; aspect-ratio: 1 / 1; overflow: hidden; } .modula-gallery .modula-item img { position: relative !important; inset: auto !important; width: 100% !important; height: 100% !important; max-width: none !important; object-fit: cover !important; } }