.ccontact-info-section-m { padding: 15px 22px 15px; max-width: 1180px; margin: 0 auto; } .con-t-contact-info-section { padding: 60px 0px 0px; background: #fff; display: flex; justify-content: center; } .con-t-info-container { width: 100%; } .con-t-contact-info { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; } .con-t-info-item { display: flex; align-items: center; gap: 15px; padding: 12px; background: #f8f9fa; border-radius: 12px; transition: all 0.3s; } .con-t-info-item:hover { transform: translateY(-5px); box-shadow: 0 5px 20px rgba(98, 0, 255, 0.15); } .con-t-icon { width: 50px; height: 50px; background: var(--orange); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .con-t-icon svg { width: 24px; height: 24px; fill: white; } .con-t-info-content h2 { font-size: 1em; color: #222; margin-bottom: 5px; font-weight: 600; } .con-t-info-content p, .con-t-info-content a { color: #444; text-decoration: none; font-size: 0.95em; line-height: 1.5; } .con-t-contact-section { padding: 40px 0px 60px; background: #fff; display: flex; justify-content: center; } .con-t-contact-container { max-width: 900px; width: 100%; text-align: center; } .con-t-contact-container h2 { font-size: 36px; color: #2d2d2d; margin-bottom: 10px; margin-top: 10px; font-weight: 600; } .con-t-subtitle { font-size: 16px; color: #444; margin-bottom: 40px; } .con-t-contact-form { width: 100%; } .con-t-form-row { display: flex; gap: 20px; margin-bottom: 20px; } .con-t-form-row input, .con-t-textarea { width: 100%; padding: 14px 16px; font-size: 15px; border: 1px solid #ddd; border-radius: 8px; outline: none; transition: 0.2s ease; } .con-t-phone-wrapper { display: flex; gap: 10px; width: 100%; } .con-t-textarea { min-height: 160px; resize: none; } .con-t-submit-btn { background: var(--orange); color: #fff; padding: 15px 40px; border: none; border-radius: 50px; font-size: 16px; font-weight: 600; cursor: pointer; transition: 0.25s ease-in-out; margin-top: 20px; } .con-t-map-section { background: #fff; display: flex; justify-content: center; } .con-t-map-container-wrapper { max-width: 900px; width: 100%; } .con-t-map-container-wrapper h2 { font-size: 36; color: #2d2d2d; margin-bottom: 10px; margin-top: 10px; font-weight: 600; } .con-t-map-container { width: 100%; height: 400px; border-radius: 12px; overflow: hidden; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); } .con-t-map-container iframe { width: 100%; height: 100%; border: none; } @media (max-width: 768px) { .ccontact-info-section-m { padding: 12px; background: white; max-width: 1180px; margin: -15px auto 0 auto; z-index: 99; position: relative; border-radius: 22px; } .con-t-form-row { flex-direction: column; } .con-t-phone-wrapper { flex-direction: column; } .con-t-contact-info { grid-template-columns: 1fr; } .con-t-contact-container h2, .con-t-map-container-wrapper h2 { font-size: 28px; } .con-t-map-container { height: 300px; } } 