body {
  font-family: "Poppins", sans-serif;
  color: #333;
  background-color: #f8f9fc;
}

section {
  padding: 80px 0;
}

h1,
h2,
h3 {
  font-weight: 600;
}

/* HERO */
#hero {
  background: linear-gradient(135deg, #2f6ae1, #4ca5ff);
  color: #fff;
  text-align: center;
}

#hero h1 {
  font-size: 2.8rem;
  margin-bottom: 20px;
}

#hero p {
  max-width: 800px;
  margin: auto;
  font-size: 1.1rem;
  opacity: 0.95;
}

.btn-primary {
  background-color: #28a745;
  border: none;
  padding: 12px 28px;
  font-weight: 500;
  margin-top: 25px;
}

/* ABOUT */
#about {
  background: #ffffff;
}

#about p {
  max-width: 850px;
  margin-bottom: 15px;
}

/* PRODUCTS */
#products {
  background-color: #f1f4fb;
}
.fas {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 24px;
  background-color: #007bff;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  rotate: -45deg;
}
.fas:hover {
  background-color: #048f2e;
  color: #fff;
  rotate: 0deg;
}

.product-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
  position: relative;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-card h3 {
  color: #2f6ae1;
  margin-bottom: 15px;
}

/* WHY US */
#why-us {
  background: #ffffff;
}

#why-us ul {
  list-style: none;
  padding: 0;
}

#why-us li {
  padding: 10px 0;
  font-size: 1rem;
  position: relative;
  padding-left: 30px;
}

#why-us li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
}

/* TESTIMONIALS */
#testimonials {
  background-color: #f1f4fb;
}

blockquote {
  background: #ffffff;
  border-left: 5px solid #2f6ae1;
  padding: 20px;
  border-radius: 8px;
  font-style: italic;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

/* CONTACT */

footer {
  background: #1e4fbf;
  color: #ffffff;
  padding: 80px 0 0 0;
}

.terms {
  background-color: #007bff;
}

.contact-left {
  background: #061738;
  padding: 40px;
  border-radius: 10px;
}
.contact-left h3 {
  color: #fff;
  position: relative;
}

.contact-left h3::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #007bff;
}

.contact-details {
  margin-top: 60px;
}

.contact-details a {
  color: #fff;
  text-decoration: none;
}

.contact-details p {
  font-size: 18px;
  color: #fff;
  margin: 20px 0;
}

#contactForm label {
  font-size: 16px;
  font-family: "Open Sans";
  color: #007bff;
  font-weight: 600;
}

#contactForm input,
#contactForm textarea,
#contactForm select {
  border-radius: 6px;
  background: #fff;
  color: #474b51;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 10px 15px;
}

#contactForm button:hover {
  background: #034fa1;
}

.form-control:focus {
  box-shadow: inherit !important;
  border: 1px solid #007bff;
}
.sec-badge {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  text-transform: uppercase;
  border-radius: 3px;
  background: #007bff;
  padding: 2px 8px;
  width: max-content;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
  /* margin-bottom: 20px; */
}
.footer p {
  color: #ffffff;
}
.footer-bottom {
  margin-top: 20px;
  background: #061738;
}
.footer ul li {
  margin-bottom: 10px;
}
.inner-content {
  padding: 60px 0;
}

.inner-content ul {
  padding-left: 20px;
}

.inner-content ul li {
  color: rgba(30, 49, 86, 0.76);
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  line-height: 35px;
}

.inner-content h3 {
  font-size: 26px;
}
p {
  color: rgba(30, 49, 86, 0.76);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

h4 {
  color: #ffff;
  font-size: 24px;
  margin: 20px 0 10px 0;
}
.plus-banner {
  background-color: #caf5994b;
  position: relative;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.plus-badge {
  background-color: #28a745;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 2px 8px;
  width: max-content;
}
.banner-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: auto;
}
.banner-img img {
  height: 550px;
  object-fit: contain;
  margin-top: 50px;
}
.solutions {
  background: linear-gradient(0deg, #1f3b0a 0%, #3f6b1f 115.14%);
}
.solutions h3 {
  color: #fff;
}

.solutions p {
  color: #e0e0e0;
}
.logo {
  height: 50px;
}
@media (max-width: 768px) {
  .banner-img {
    display: none;
  }
}
.makezy-banner {
  background: linear-gradient(160deg, #695dff 0%, #eb3caa 115.14%);
  text-align: center;
  justify-content: center;
  color: #fff;
}

.makezy-banner h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.makezy-banner p {
  color: #f0f0f0;
  font-size: 1.1rem;
  max-width: 700px;
  margin: auto;
}
.makezy-banner .sec-badge {
  background-color: #fff;
  color: #695dff;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: bold;
}
.feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 10px;
  background: linear-gradient(230deg, #857ef3 0%, #e263b3 115.14%);
  color: #fff;
}
.fa-solid {
  font-size: 24px;
}
.feature-title {
  color: #eb3caa !important;
  font-weight: 600;
  font-size: 24px;
  margin-top: 20px;
}
#HowItWorks {
  background-color: #fff;
}
.feature-icon.work-icon {
  border-radius: 50%;
  background: linear-gradient(130deg, #d30a86 30%, #2e3ad8 90.14%);
}
.wkork-feature {
  padding: 30px;
}
.work-title {
  color: #1a0744 !important;
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px;
}
.cta-banner {
  background: linear-gradient(135deg, #ff009d, #8c00ff);
  color: #fff;
  text-align: center;
  padding: 60px 20px;
}
.cta-banner p {
  color: #fff;
}
.makezy-left {
  background: linear-gradient(205deg, #ff009d, #8c00ff);
}
