/* * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

html,
body {
  height: 100%;
  background: #f4f4f4;
}

.container {
  display: flex;
  max-width: 1000px;
  min-height: 100vh;
  margin: 0 auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: white;
}

.sidebar {
  width: 35%;
  background: #e0e0e0;
  padding: 30px 20px;
  text-align: center;
}

.profile-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}

.sidebar h2 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.sidebar p,
.sidebar li {
  font-size: 14px;
  line-height: 1.5;
}

.sidebar ul {
  list-style-type: none;
  padding-left: 0;
}

.main {
  width: 65%;
  padding: 40px;
  background-color: #fff;
}

.main h1 {
  font-size: 32px;
  margin-bottom: 5px;
}

.main h3 {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
}

.main section {
  margin-bottom: 30px;
}

.main h2 {
  font-size: 20px;
  color: #222;
  margin-bottom: 10px;
}

.main ul {
  list-style: disc;
  padding-left: 20px;
}

.contact-form {
  background-color: #bfc3be; // grey like your screenshot
  padding: 25px;
  border-radius: 10px;
  margin-top: 30px;
}

.contact-form h2 {
  margin-bottom: 20px;
}

.form-row {
  display: flex;
  gap: 15px;
}

.form-group {
  flex: 1;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}

.form-group label {
  margin-bottom: 5px;
  font-weight: bold;
}

.form-group input {
  padding: 10px;
  border-radius: 25px;
  border: none;
  background-color: #e6e6e2;
  font-size: 16px;
}

button {
  background-color: #c44a26;
  color: white;
  border: none;
  padding: 10px 35px;
  border-radius: 50px;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 0 0 4px white, 0 0 0 6px #c44a26;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #a63c1f;
}

.form-group.center {
  display: flex;
  justify-content: center;
}*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

body {
  background: #f5f5f5;
  color: #333;
}

header {
  background: #fff;
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

header img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #ddd;
}

header h1 {
  margin-top: 15px;
  font-size: 32px;
}

header p {
  font-size: 18px;
  color: #666;
}

.hero {
  padding: 60px 20px;
  text-align: center;
  background: #e8f0fe;
}

.hero h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.hero p {
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto 30px;
}

.hero a {
  display: inline-block;
  padding: 12px 30px;
  background: #00b2a9;
  color: white;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
}

.hero a:hover {
  background: #009990;
}

.section {
  padding: 60px 20px;
  max-width: 1000px;
  margin: auto;
}

.section h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.section p {
  font-size: 16px;
  margin-bottom: 20px;
}

.expertise-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.expertise-list div {
  flex: 1 1 200px;
  background: white;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  text-align: center;
  font-weight: 600;
}

.content-button {
  display: inline-block;
  margin-top: 10px;
  background-color: #00b2a9;
  color: white;
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.content-button:hover {
  background-color: #009990;
}

form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

form input,
form textarea {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
}

form button {
  padding: 12px;
  background: #00b2a9;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

form button:hover {
  background: #009990;
}

footer {
  text-align: center;
  padding: 30px 20px;
  background: #ffffff;
  color: #888;
  margin-top: 60px;
  font-size: 14px;
}
.phone-group {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 0px;
}

.country-code {
  width: 200px;
  padding: 14px;
  font-size: 16px;
  color: grey;
}

.phone-group input[type="tel"] {
  flex: 1;
  padding: 14px;
  font-size: 16px;
}
