@media screen and (max-width:1199px) {
  .recaptcha-wrapper {
          transform: scale(1);
          transform-origin: 0 0;
          -webkit-transform-origin: 0 0;
          width: 100%;
          height: auto
      }
}

@media (max-width:576px) {
  .recaptcha-wrapper {
              transform: scale(.85)
          }
}

@media (max-width:400px) {
  .recaptcha-wrapper {
              transform: scale(.75)
          }
}

.form-floating .asterisk {
    color: red
}

.lets-make .left-side-box h3 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 8px;
    opacity: .9
}

.lets-make .left-side-box .sec-title {
    font-size: 64px;
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 1
}

.lets-make .left-info .block {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 22px
}

.lets-make .addr-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px
}

.lets-make .addr-lines {
    font-size: 14px;
    line-height: 1.4;
    opacity: .9
}

.lets-make .contact-card {
    background: #fff;
    padding: 35px;
    border-radius: 12px;
    width: 100%;
    color: #000;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .15)
}

.lets-make .contact-card input.form-control,
.lets-make .contact-card textarea.form-control {
    border: 2px solid #cbcbcb !important;
    border-radius: 6px !important;
    padding: 15px 20px !important;
    font-size: 15px;
    background: #fff !important
}

.contact-form-section.lets-make .contact-card input.form-control,
.contact-form-section.lets-make .contact-card textarea.form-control {
    padding-top: 1.625rem !important;
    padding-bottom: .625rem !important;
    padding-left: 15px !important
}

.contact-form-section.lets-make .contact-card input.form-control#phone {
    padding: 1.625rem 20px 1.625rem 83px !important
}

.lets-make .contact-card input.form-control:focus,
.lets-make .contact-card textarea.form-control:focus {
    border-color: #5a4ac0 !important;
    box-shadow: none !important
}

.lets-make .contact-card .form-floating>label {
    transform: translateY(-26px) scale(.9);
    opacity: .7
}

.contact-form-section .contact-card .form-floating>label {
    transform: none;
    opacity: 1 !important
}

.lets-make .contact-card .form-floating .form-control {
    height: 52px;
    padding-top: 14px !important
}

.lets-make textarea.form-control {
    min-height: 160px !important;
    resize: vertical
}

.lets-make .contact-card .submit-btn {
    background-color: #fff !important;
    border-radius: 4px;
    padding: 12px 20px;
    width: 140px;
    font-weight: 600;
    color: #5a4ac0;
    display: flex;
    justify-content: center !important;
    align-items: center;
    gap: 10px;
    box-shadow: 0 6px 7px rgba(90, 74, 192, .23);
    border: none
}

.lets-make .contact-card .submit-btn i img,
section.color-palette-section,
section.colour-palette {
    display: none
}

.lets-make .contact-card .submit-btn:hover {
    background-color: var(--bs-purple) !important;
    color: #fff
}

@media (max-width:992px) {
  .lets-make .left-side-box,
      .lets-make .right-side-box {
          width: 100%
      }
}

@media (max-width:600px) {
  .lets-make .left-side-box .sec-title {
          font-size: 42px
      }
}

