


.corp-banner {
    background: url(../images/apple-form.png) no-repeat center center / cover;
    border-radius: 15px;
    padding: 40px 50px;
    min-height: 180px;
}
.corp-text {
    margin-left: 30px;
}
.corp-actions {
    margin-right: 30px;
}
.corp-text h3 {
    color: #E31922;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 32px;
}
.corp-text p {
    color: #333;
    font-size: 14px;
    max-width: 520px;
    font-weight: 400;
    line-height: 1.6;
}
.corp-actions {
    margin-right: 30px;
}
.corp-actions .know-btn {
    background: #E31922;
    color: #fff;
    padding: 10px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    transition: 0.3s;
}





.underline-cut {
  position: relative;
}

/* short line */
.underline-cut::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 90%;
  height: 3px;
  background: #e60023;
}

/* perfect cut (no border issue) */
.underline-cut::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 71%;
    transform: translateX(-50%);
    width: 12px;
    height: 4px;
    background: #fff;
    z-index: 2;
}

.underline-cut2 {
  position: relative;
}
/* short line */
.underline-cut2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 3px;
  background: #e60023;
}

.underline-cut2::before {
content: "";
    position: absolute;
    bottom: -6px;
    left: 71%;
    transform: translateX(-50%);
    width: 7px;
    height: 3px;
   background: #001D4C;
    z-index: 2;
}

/* new  */
.apple-section {
  padding: 60px;
     margin-bottom: 60px;
      background: url(../images/apple-form.png) no-repeat center center / cover;
      border-radius: 20px;
 
}

.apple-left h1 {
  font-size: 38px;
  font-weight: 700;
}

.apple-left span {
  color: #E31922;
}
.trust-box p{
       color: #000;
    margin-bottom: 0;
    font-size: 10px;
    font-weight: 600;
}

.apple-desc {
color: #86868B;
    margin-top: 15px;
    font-size: 16px;
    max-width: 470px;
}

.trust-box {
    margin-top: 20px;
    border: 1px solid #FF3B3F;
    padding: 8px 15px;
    border-radius: 20px;
    display: inline-flex !important;
    align-items: center;
    /* background: #fff; */
    gap: 15px;
    color: #000;
}

.avatars img {
  border-radius: 50%;
  margin-right: -14px;
  height: 28px;
  border: 2px solid #fff;
}

.form-card {
  background: #fff;
  padding: 25px;
    border-radius: 16px;
  box-shadow: 
    0px 6.4px 8px -4.8px rgba(0, 0, 0, 0.1),
    0px 16px 20px -4px rgba(0, 0, 0, 0.1);
}
.form-control{
  background: #F9FAFB;
    /* border: 0.8px #F3F4F6; */
    /* padding: 9px 12px; */
    padding: 0.65rem .75rem;
    border-radius: 9px;
}
.form-control:focus {
   background: #F9FAFB;
    border: 0.8px #F3F4F6;
     padding: 0.65rem .75rem;
    border-radius: 9px;
}
input.form-control:focus,
textarea.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn-submit {
  background: #E31922;
  color: #fff;
  border: none;
 padding: 10px 16px;
  border-radius: 25px;
  width: 100%;
}

.err-msg {
  color: red;
  font-size: 12px;
}

.is-invalid {
  border: 1px solid red;
}

.note-text {
  font-size: 12px;
  color: #777;
  margin-top: 10px;
}
/* end */

@media (max-width: 768px) {
.apple-left h1 {
    font-size: 30px;
    font-weight: 700;
}
.apple-desc {
    color: #666;
    margin-top: 16px;
}
.apple-section {
    padding: 20px;
    border-radius: 0;
    margin-bottom: 0;
}
.corp-banner {
        text-align: center;
        gap: 20px;
    }
    .corp-text {
        margin-left: 0px;
    }
    .corp-actions {
        margin-right: auto;
    }
    .corp-actions {
        margin: auto;
    }
}