.common-section-space {
  padding: 140px 0;
}

.sales-banner .custom-btn.get-mached-button {
  width: 545px;
}
.sales-banner .custom-btn.get-mached-button-mobile{
display: none !important;
}
.how-it-works.common-section-space {
  background: #f4f7fb;
}

.how-it-works h2 {
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: var(--color-heading);
  text-align: center;
  margin-bottom: 80px;
}

.step-card {
  border-radius: 24px;
  border: 1px solid #c2ccfa;
  background: #fff;
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.04);
  padding: 36px 28px;
}

.step-card img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  display: block;
}

.step-card h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 39.2px */
  margin: 30px 0px 12px;
  color: var(--color-heading);
}

.step-card p {
  font-size: var(--Line-height-300, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  color: var(--color-text-2);
}

.five-step-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 24px;
  text-align: center;
}
.why-choose-defacto-card {
    border-radius: 16px;
    border-bottom: 4px solid #94D5F7;
    border-left: 4px solid #94D5F7;
    background: radial-gradient(185.65% 177.41% at 16.15% -54.62%, #FFF 0%, #FFF 100%);
    box-shadow: 0 0 24px 0 rgba(11, 18, 32, 0.12);
    padding: 28px;
    width: 100%;
    flex: 0 1 453px;
}

.why-choose-defacto-card h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 39.2px */
    margin-bottom: 12px;
      color: var(--color-heading);
}

.why-choose-defacto-card p {
    font-size: var(--Line-height-300, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
     color: var(--color-text-2);
}
.why-choose-defacto-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  text-align: left; 
}

.contact-form {
  background: #13263f;
  color: #fff;
}
.contact-form h3 {
     font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  margin-bottom: 24px;
}

.contact-address ul li {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
  opacity: 0.7;
  color: #fff;
}
.grid-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 108px;
}

.contact-address {
  margin-bottom: 40px;
}
.form {
  border-radius: 16px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(124, 124, 124, 0.08) 100%
  );
  box-shadow: 0 0 24px 0 rgba(11, 18, 32, 0.12);
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form input,
textarea {
  display: block;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  width: 100%;
  height: 48px;
  padding: 8px 12px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 8px 12px;
  color: #fff;
}
.form input::placeholder,
.form textarea::placeholder {
  color: #fff;
  opacity: 1; /* ensures it's fully white, some browsers apply opacity */
}
.form button {
  border-radius: 60px;
  background: #4f6bed;
  height: 56px;
  padding: 0 28px;
  display: flex;
  width: 145px;
  gap: 4px;
  align-items: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 30.8px */
  transition: 0.5s;
  margin-top: 20px;
}
.form button:hover {
    background-color: var(--color-hover-bg);
    color: var(--color-hover-text);
}
.form button img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.center-two {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    gap: 40px;
}
@media (max-width: 1360px) {
  .five-step-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 1024px) {
  .how-it-works h2 {
    font-size: 58px;
    margin-bottom: 60px;
  }
  .common-section-space {
    padding: 120px 0;
  }
  .five-step-grid {
    grid-template-columns: 1fr;
  }
  .why-choose-defacto-grid {
  grid-template-columns: 1fr ;
}
  .grid-contact {
  display: grid;
  grid-template-columns: 1fr;
  gap: 80px;
}
  .contact-form h3{
    font-size: 58px;
  }
  .why-choose-defacto-card {
    flex: 0 1 0;
  }
  .center-two {
    flex-direction: column;
}
}

@media (max-width: 600px) {
  .how-it-works h2 {
    font-size: 36px;
  }
  .step-card {
    padding: 20px;
  }
  .common-section-space {
    padding: 80px 0;
  }
  .step-card img {
    width: 48px;
    height: 48px;
  }
  .step-card h3 {
    font-size: 24px;
    margin: 20px 0px 12px;
  }
  .sales-banner .custom-btn.get-mached-button {
    width: 100%;
    height: 70px;
}
.why-choose-defacto-card h3 {
    font-size: 24px;
}
.why-choose-defacto-card {
    padding: 20px;
}
.sales-banner .custom-btn.get-mached-button {
 display: none !important;
}
.sales-banner .custom-btn.get-mached-button-mobile{
display: flex !important;
}
  .contact-form h3{
    font-size: 36px;
  }
  .contact-address ul li {
    font-size: 20px;
}
.contact-address {
    margin-bottom: 24px;
}
.form {
    padding: 20px;
}
.grid-contact {
    gap: 60px;
}
}

@media (min-width: 1025px) and (max-width: 1280px) {
.contact-address ul li {
    font-size: 20px;
}
.contact-form h3 {
    font-size: 56px !important;
}
}