/*
Theme Name: SolutionCata
Author: SolutionCata
Version: 1.0
Description: Custom rebuilt SolutionCata theme
*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #f4f6f8;
  color: #222;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
}

/* HEADER */
.site-header {
  background: #ffffff;
  border-bottom: 1px solid #ddd;
}

.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-header h1 {
  color: #0a3cff;
  font-size: 24px;
}

/* HERO */
.hero {
  background: #0a3cff;
  color: #fff;
  padding: 90px 20px;
}

.hero h2 {
  font-size: 44px;
  margin-bottom: 15px;
}

.hero p {
  font-size: 18px;
  max-width: 720px;
}

/* SECTION */
.section-title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}

/* FORM */
form {
  max-width: 600px;
  margin: auto;
}

form input,
form select,
form button {
  width: 100%;
  padding: 14px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  font-size: 15px;
}

form button {
  background: #0a3cff;
  color: #fff;
  border: none;
  cursor: pointer;
}

/* FOOTER */
.footer {
  background: #111;
  color: #fff;
  text-align: center;
  padding: 25px;
  font-size: 14px;
}
