/* submit-information.css */
.CND-SubmitInformation {
    padding-left: 26px;
    margin-top: -65px;
}

.CND-SubmitInformation .CND-heading-1 {
    color: var(--color-2);
    font-size: 50px;
    line-height: 68px;
    letter-spacing: -3.5px;
    margin-bottom: 13px;
}

.CND-SubmitInformation p {
    color: #454545;
    font-size: 20px;
    line-height: 28px;
    width: 86%;
}

.CND-SubmitInformation-Container {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* .CND-submit-visual img {
    max-width: 559px;
    display: block;
} */
.CND-submit-visual{
    width: 630px;
}
.CND-submit-visual img {
  width: 100%;
    display: block;
}
.CND-who-we-work-section {
    background-color: #ffffff;
    padding: 90px 0;
}

.CND-who-we-work-heading {
    color: var(--color-2);
    font-size: 50px;
    line-height: 64px;
    margin-bottom: 15px;
}

.CND-we-focus-subheading {
    color: #454545;
    font-size: 20px;
    line-height: 32px;
}

.CND-criteria-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.CND-criteria-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 13px 0;
    color: #454545;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.CND-criteria-list li:last-child {
    border-bottom: none;
}

.CND-who-we-work-section-left {
    width: 430px;
    margin-top: 12px;
    margin-left: 26px;
}

.CND-who-we-work-section-right {
    width: 490px;
    margin-left: 20px;
}

.form-glow-wrapper {
    width: 518px;
    border: 3px solid #FE8CB2;
    background: #FFF;
    box-shadow: 0 0 17px 0 rgba(123, 72, 254, 0.50), 0 0 17px 0 rgba(254, 140, 178, 0.50);
    z-index: 1;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.form-card {
    background: var(--color-white);
    padding: 28px 28px 48px 28px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.form-card-title {
    font-size: var(--font-size-22);
    line-height: 133.333%;
}

.form-card-select .Select1 {
    width: 24%;
}

.small-backdrop-img {
    max-width: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-54%, -50%);
    z-index: -1;
    pointer-events: none;
    -webkit-transform: translate(-54%, -50%);
    -moz-transform: translate(-54%, -50%);
    -ms-transform: translate(-54%, -50%);
    -o-transform: translate(-54%, -50%);
}

.form-card-form {
    margin-bottom: 32px;
}

.RRJ-apply-upload.upload-box {
    height: 154px;
    border-radius: 12px;
    border: 1px solid #d8d8d8;
    background: var(--color-white);
    padding: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.RRJ-apply-upload-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    color: var(--color-black);
    font-size: 12px;
    line-height: 18px;
}

.RRJ-apply-upload-or {
    color: #6c6a6a;
    font-size: 10px;
    line-height: 18px;
}

.RRJ-apply-upload-btn {
    border: 0;
    background: transparent;
    color: var(--color-black);
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.RRJ-apply-upload-btn img {
    width: 14px;
    height: 14px;
}


/* bottom CTA */
/* Bottom CTA */
.bottom-cta-section {
  position: relative;
  background: #0A0A0A;
  padding: 120px 24px;
  text-align: center;
  overflow: hidden;
}

.bottom-cta-section::before {
  content: "";
  position: absolute;
  left: -180px;
  top: 40px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(80, 60, 160, .45), transparent 68%);
  pointer-events: none;
}

.bottom-cta-section::after {
  content: "";
  position: absolute;
  right: -180px;
  top: 40px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(80, 60, 160, .35), transparent 68%);
  pointer-events: none;
}

.bottom-cta-section h2 {
  font-size: clamp(36px, 4.5vw, 62px);
  font-weight: 700;
  color: #fff;
  letter-spacing: -2.5px;
  line-height: 1.08;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  text-wrap: balance;
}

.cta-br-mobile {
  display: none;
}

.cta-br-desktop {
  display: inline;
}

@media (max-width: 767px) {
  .cta-br-mobile {
    display: inline;
  }

  .cta-br-desktop {
    display: none;
  }
}

.bottom-cta-section .cta-sub {
  font-size: 20px;
  color: rgba(255, 255, 255, .6);
  line-height: 1.65;
  max-width: 520px;
  margin: 0 auto 44px;
  position: relative;
  z-index: 1;
}

.cta-google-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .15);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
  transition: background .2s;
}

.cta-google-pill:hover {
  background: rgba(255, 255, 255, .13);
}

.cta-google-pill:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
  background: rgba(255, 255, 255, .13);
}

.cta-pill-btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 18px 36px;
  border-radius: 999px;
  background: #fff;
  border: none;
  color: #111;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  color: #111 !important;
  transition: background .2s, box-shadow .2s;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 24px rgba(0, 0, 0, .18);
}

.cta-pill-btn:hover {
  background: #F5F5F5;
  color: #111 !important;
  box-shadow: 0 6px 32px rgba(0, 0, 0, .28);
}

.cta-pill-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
  background: #F5F5F5;
  color: #111 !important;
}

/* Contact page bottom CTA — Home chrome, Contact content (no .cta-sub) */
.contact-page-cta h2 {
  margin-bottom: 44px;
}

.contact-cta-deliver {
  margin-top: 12px;
}

.cta-pill-btn,
.cta-pill-btn *,
.cta-pill-btn span {
  color: #111 !important;
}

.bottom-cta-trust {
  font-size: 14px;
  color: rgba(255, 255, 255, .38);
  margin-top: 18px;
  position: relative;
  z-index: 1;
}

.bottom-cta-trust a {
  color: rgba(255, 255, 255, .55);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bottom-cta-trust a:hover {
  color: rgba(255, 255, 255, .8);
}

.Animation-strip-wrapper::before,
.Animation-strip-wrapper::after {
  display: none !important;
}



/* Submit RWD from rwd.css */
@media (max-width: 1300px) {
.CND-SubmitInformation {
        padding-left: 7px;
    }

.CND-submit-visual{
    width: auto;
}

.CND-submit-visual img {
        max-width: 100%;
    }

}

@media (max-width: 1199px) {
.CND-SubmitInformation .CND-heading-1 {
        font-size: 38px;
    }

.CND-SubmitInformation p {
        font-size: 18px;
        line-height: 26px;
        width: 93%;
    }

.CND-submit-visual {
        padding-left: 0px;
        padding-right: 0px;
    }

.CND-SubmitInformation {
        padding-left: 0px;
    }

.CND-SubmitInformation-Container {
        margin-top: 50px;
        margin-bottom: 50px;
    }

.CND-who-we-work-section {
        padding: 40px 0;
    }

.CND-who-we-work-section-left {
        width: 400px;
        margin-top: 22px;
        margin-left: 0;
    }

.CND-who-we-work-heading {
        font-size: 38px;
        line-height: 45px;
        margin-bottom: 8px;
    }

.CND-we-focus-subheading {
        font-size: 18px;
        line-height: 32px;
    }

.CND-who-we-work-section-right {
        width: 100%;
        margin-left: 0px;
    }

.CND-criteria-list li {
        gap: 12px;
        padding: 11px 0;
        font-size: 18px;
        line-height: 25px;
    }

}

@media (max-width: 991px) {
.CND-SubmitInformation {
        margin-top: 6px;
        margin-bottom: 24px;
        margin-left: -5px;
    }

.CND-SubmitInformation .CND-heading-1 {
        font-size: 32px;
        margin-bottom: 0px;
        line-height: 45px;
        letter-spacing: -0.2px;
    }

.CND-SubmitInformation p {
        font-size: 16px;
        line-height: 24px;
        margin: auto;
        width: auto;
    }

.CND-SubmitInformation-Container .my-container {
        max-width: 95%;
    }

.CND-submit-visual {
        padding-top: 0px;
        margin-top: 0px;
    }

.CND-submit-visual img {
        margin: auto;
    }

.CND-SubmitInformation-Container {
        margin-top: 0px;
        margin-bottom: 20px;
    }

.CND-who-we-work-section {
        background-color: #ffffff;
        padding: 48px 0;
    }

.CND-submit-visual {
        width: 630px;
        margin: auto;
    }

}

@media (max-width: 768px) {
.CND-SubmitInformation .CND-heading-1 {
        font-size: 32px;
        line-height: 34px;
        letter-spacing: -2px;
        margin-bottom: 5px;
    }

.CND-SubmitInformation p {
        font-size: 15px;
        line-height: 21px;
    }

.CND-submit-visual{
    width: auto;
 }

.CND-submit-visual img {
        max-width: 100%;
    }

.CND-who-we-work-section {
        padding: 40px 0;
    }

.CND-who-we-work-section-left {
        width: auto;
        margin-top: 0px;
        margin-left: 0;
    }

.CND-who-we-work-heading {
        font-size: 32px;
        line-height: 35px;
        margin-bottom: 11px;
    }

.CND-we-focus-subheading {
        font-size: 17px;
        line-height: 20px;
    }

.CND-criteria-list li {
        gap: 9px;
        padding: 10px 0;
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
    }

.form-glow-wrapper {
        width: 100%;
    }

.form-card {
        padding: 20px 20px 38px 20px;
    }

}

@media (max-width: 550px) {
.CND-SubmitInformation .CND-heading-1 {
        font-size: 30px;
        line-height: 32px;
    }

.form-card-select .Select1 {
        width: 40%;
    }

.form-card-select .Select2 {
        width: 60%;
    }

.RRJ-apply-upload.upload-box {
        height: 132px;
        padding: 16px;
    }

}

.form-card { width: 100%; box-sizing: border-box; }
@media (max-width: 991px) {
  .bottom-cta-section { padding: 80px 16px; }
}

/* Submit-only: What to expect (copied from leftover style.css; dumps kept) */
.g-5rem {
    --bs-gutter-x: 5rem;
    --bs-gutter-y: 5rem;
}

.expect-section {
    background: var(--color-black);
    padding: 90px 0 140px 0;
}

.expect-list {
    padding-left: 18px;
    margin-bottom: 22px;
}

.expect-list li {
    color: var(--color-5);
    font-size: var(--h5-size);
    line-height: 32px;
}

.logos-grid {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 20px;
    align-items: center;
    justify-content: left;
}

.logos-grid img {
    margin: auto;
}

@media (max-width: 1300px) {
    .logos-grid {
        grid-template-columns: repeat(3, auto);
        justify-content: normal;
    }
}

@media (max-width: 1199px) {
    .logos-grid { grid-template-columns: repeat(4, auto); }
}

@media (max-width: 991px) {
    .expect-section { padding: 70px 0 100px 0; }
}

@media (max-width: 768px) {
    .expect-section { padding: 60px 0 70px 0; }
    .logos-grid { grid-template-columns: repeat(3, auto); }
}

@media (max-width: 550px) {
    .logos-grid { grid-template-columns: repeat(2, auto); }
}

