* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', sans-serif;
}

body {
  background-color: #fff;
  color: #111;
}

header {
  background-color: #dc2743;
  color: white;
  padding: 15px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 26px;
  font-weight: bold;
}

nav a {
  color: white;
  margin-left: 25px;
  text-decoration: none;
  font-weight: 500;
}

nav a:hover {
  text-decoration: underline;
}

.hero {
  background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  padding: 100px 20px;
  text-align: center;
  color: white;
}

.hero h1 {
  font-size: 48px;
  margin-bottom: 15px;
}

.hero p {
  font-size: 20px;
  margin-bottom: 30px;
}

.cta {
  background-color: white;
  color: #dc2743;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s ease;
}

.cta:hover {
  background-color: #f5f5f5;
  color: #cc2366;
}

.features {
  display: flex;
  justify-content: space-around;
  padding: 60px 30px;
  background-color: #fff8f8;
  flex-wrap: wrap;
}

.feature-card {
  background-color: #ffe0e0;
  padding: 25px;
  width: 280px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: 15px;
}

.feature-card img {
  width: 60px;
  margin-bottom: 15px;
}

.feature-card h3 {
  margin-bottom: 10px;
  color: #dc2743;
}

.about-img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 60px 40px;
  background-color: #fff0f0;
  flex-wrap: wrap;
}

.about-img-box img {
  width: 350px;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.about-content {
  max-width: 500px;
}

.about h2 {
  margin-bottom: 20px;
  color: #cc2366;
}

.services {
  background-color: #fff8f8;
  padding: 60px 40px;
  text-align: center;
}

.services h2 {
  color: #dc2743;
  margin-bottom: 40px;
}

.service-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}

.service-box {
  background: #ffe0e0;
  padding: 25px;
  width: 280px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.service-box h4 {
  margin-bottom: 10px;
  color: #cc2366;
}

.stats {
  display: flex;
  justify-content: space-around;
  padding: 50px 20px;
  background-color: #fff0f0;
  text-align: center;
}

.stat h3 {
  font-size: 36px;
  color: #dc2743;
}

.stat p {
  margin-top: 10px;
  font-size: 16px;
}

.contact {
  padding: 60px 40px;
  background-color: #fff8f8;
  text-align: center;
}

.contact h2 {
  margin-bottom: 30px;
  color: #cc2366;
}

.contact form {
  max-width: 500px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact input, .contact textarea {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}

.contact button {
  background-color: #dc2743;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}

.contact button:hover {
  background-color: #c51f47;
}

footer {
  background: linear-gradient(135deg, #f09433, #dc2743, #bc1888);
  color: white;
  text-align: center;
  padding: 20px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', sans-serif;
}

body {
  background-color: #fff;
  color: #111;
}

header {
  background-color: #dc2743;
  color: white;
  padding: 15px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 26px;
  font-weight: bold;
}

nav a {
  color: white;
  margin-left: 25px;
  text-decoration: none;
  font-weight: 500;
}

nav a:hover {
  text-decoration: underline;
}

.hero {
  background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  padding: 100px 20px;
  text-align: center;
  color: white;
}

.hero h1 {
  font-size: 48px;
  margin-bottom: 15px;
}

.hero p {
  font-size: 20px;
  margin-bottom: 30px;
}

.cta {
  background-color: white;
  color: #dc2743;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s ease;
}

.cta:hover {
  background-color: #f5f5f5;
  color: #cc2366;
}

.features {
  display: flex;
  justify-content: space-around;
  padding: 60px 30px;
  background-color: #fff8f8;
  flex-wrap: wrap;
}

.feature-card {
  background-color: #ffe0e0;
  padding: 25px;
  width: 280px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: 15px;
}

.feature-card img {
  width: 60px;
  margin-bottom: 15px;
}

.feature-card h3 {
  margin-bottom: 10px;
  color: #dc2743;
}

.about-img {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 60px 40px;
  background-color: #fff0f0;
  flex-wrap: wrap;
}

.about-img-box img {
  width: 350px;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.about-content {
  max-width: 500px;
}

.about h2 {
  margin-bottom: 20px;
  color: #cc2366;
}

.services {
  background-color: #fff8f8;
  padding: 60px 40px;
  text-align: center;
}

.services h2 {
  color: #dc2743;
  margin-bottom: 40px;
}

.service-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}

.service-box {
  background: #ffe0e0;
  padding: 25px;
  width: 280px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.service-box h4 {
  margin-bottom: 10px;
  color: #cc2366;
}

.stats {
  display: flex;
  justify-content: space-around;
  padding: 50px 20px;
  background-color: #fff0f0;
  text-align: center;
}

.stat h3 {
  font-size: 36px;
  color: #dc2743;
}

.stat p {
  margin-top: 10px;
  font-size: 16px;
}

.contact {
  padding: 60px 40px;
  background-color: #fff8f8;
  text-align: center;
}

.contact h2 {
  margin-bottom: 30px;
  color: #cc2366;
}

.contact form {
  max-width: 500px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact input, .contact textarea {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}

.contact button {
  background-color: #dc2743;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}

.contact button:hover {
  background-color: #c51f47;
}

footer {
  background: linear-gradient(135deg, #f09433, #dc2743, #bc1888);
  color: white;
  text-align: center;
  padding: 20px;
}
