* {
  margin: 0;
}

body {
  background-color: #f5f8ff;
}

/* font section*/
.raleway-font {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* same colour */
.btn-primary {
  background-color: #4e47ff;
  color: white;
  padding: 15px 35px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
}
.btn-primary:hover{
    background-color: rgb(9, 158, 228);
    cursor: pointer;
}

/* header section */
.header-bg {
  background-image: url(../Assets/Hero-bg.png);
}
nav {
  display: flex;
  justify-content: space-between;
  margin: 0 240px;
  padding: 52px;
}
.logo {
  font-weight: 900;
  font-size: 34px;
  color: #4e47ff;
}

.head-body {
  display: flex;
  justify-content: center;
}
.head-title {
  margin-top: 158px;
  font-size: 65px;
  font-weight: bold;
  text-align: center;
}

.head-btn {
  display: flex;
  justify-content: center;
  margin-top: 37px;
  padding-bottom: 152px;
}

/* Action contant section */
.action-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 300px;
  margin-top: 116px;
  margin-bottom: 116px;
}
.action {
  padding-left: 0;
}
.action-title {
  font-size: 42px;
  font-weight: bold;
}
.action-description {
  color: #252432;
  padding-top: 25px;
  padding-bottom: 25px;
}
.action-img {
  height: 328px;
  width: 403px;
  border-radius: 48px;
}


/* Productive Users Section */

.stats-card {
  background-color: #e7e9ff;
  border-radius: 12px;
  margin: 0 300px;
  padding: 60px;
  text-align: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
}

.stats-card h2 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #1a1a1a;
}

.stats-container {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding: 0 145px;
}

.stat {
  color: #555;
}

.stat-value {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 80px;
  font-weight: bold;
  color: #524eff;
}

.stat-label {
  font-size: 20px;
  margin-top: 6px;
  color: #777;
}
/* Users' Feedback Section */
.users {
  max-width: 1200px;
}
.users-title{
  font-size: 42px;
  margin-top: 137px;
  margin-bottom: 40px;
  color: #1a1a1a;
  text-align: center;
}

.users-cards {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  margin-top: 50px;
  padding: 20px;
  height: 193px;
  width: 366px;
}

.stars {
  display: flex;
  gap: 4px;
  margin-bottom: 12px;
}

.stars img {
  width: 20px;
  height: 20px;
}

.title {
  font-size: 21px;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 24px;
  color: #333;
}

.text {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 10px;
}

.reviewer img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.reviewer-details {
  font-size: 12px;
  color: #777;
}
/* Focus section start */
.focuas-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 137px;
  margin: 0 170px;
}
.cta-section {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 60px 40px;
  height: 700px;
  max-width: 1200px;
  width: 100%;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.cta-section h2 {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #111;
}

.cta-section p {
  color: #777;
  font-size: 16px;
  margin-bottom: 30px;
}
.cta-section img {
  margin-top: 40px;
  height: 450px;
  max-width: 100%;
  border-radius: 24px;
}


/* Contact section */
.contact-section {
  display: flex;
  justify-content: center;
}

.contact-container {
  display: flex;
  max-width: 1200px;
  margin-top: 100px;
  width: 100%;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.contact-text {
  flex: 1;
  min-width: 280px;
}

.contact-text h1 {
  font-size: 93px;
  font-weight: bold;
  color: #111;
  margin: 0;
  line-height: 1.2;
}

.contact-form {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-form label {
  font-size: 18px;
  color: #111;
  font-weight: bold;
  margin-bottom: 10px;
}

.contact-form input,
.contact-form textarea {
  padding: 19px 25px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}

.contact-form textarea {
  resize: vertical;
  height: 100px;
}

.contact-form button {
  background-color: #5b4efc;
  color: #fff;
  border: none;
  padding: 14px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 8px;
  margin-bottom: 75px;
  cursor: pointer;
  transition: background 0.3s;
}

.contact-form button:hover{
  background-color: rgb(9, 158, 228);
    cursor: pointer;
}

/* footer section */
.footer {
  background-color: white;
  text-align: center;
  padding: 40px 20px;
}

.footer .logo {
  margin-top: 105px;
  font-size: 98px;
  font-weight: 900;
  color: #524eff;
  margin-bottom: 20px;
}

.footer .description {
  color: #888;
  font-size: 14px;
  max-width: 600px;
  margin: 0 auto 30px auto;
  line-height: 1.6;
}

.footer .nav {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  gap: 48px;
  flex-wrap: wrap;
}

.footer .nav a {
  text-decoration: none;
  color: #888;
  font-size: 14px;
  transition: color 0.2s ease-in-out;
}

.footer .nav a:hover {
  color: rgb(9, 158, 228);
}