/* =========================================================
   TYPOGRAPHY & FONTS
   ========================================================= */

@font-face {
  font-family: "S-Core";
  src: url("SCDream1.woff2") format("woff2"),
       url("S-Core1.woff") format("woff");
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: "S-Core";
  src: url("SCDream2.woff2") format("woff2"),
       url("S-Core2.woff") format("woff");
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "S-Core";
  src: url("SCDream3.woff2") format("woff2"),
       url("S-Core3.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "S-Core";
  src: url("SCDream4.woff2") format("woff2"),
       url("S-Core4.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "S-Core";
  src: url("SCDream5.woff2") format("woff2"),
       url("S-Core5.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "S-Core";
  src: url("SCDream6.woff2") format("woff2"),
       url("S-Core6.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "S-Core";
  src: url("SCDream7.woff2") format("woff2"),
       url("S-Core7.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "S-Core";
  src: url("SCDream8.woff2") format("woff2"),
       url("S-Core8.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "S-Core";
  src: url("SCDream9.woff2") format("woff2"),
       url("S-Core9.woff") format("woff");
  font-weight: 900;
  font-display: swap;
}

/* =========================================================
   BASE STYLES & RESET
   ========================================================= */

#csformobile {  background: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 15px !important;
    margin: -10px;    }


#csformobile .crm-wrap input[type="tel"]::placeholder, 
#csformobile  .crm-wrap input[type="text"]::placeholder {color:#333}

#csform .crm-wrap input[type="tel"]::placeholder, 
#csform  .crm-wrap input[type="text"]::placeholder {color:#333;}

#cformfull .crm-wrap input[type="tel"]::placeholder, 
#cformfull  .crm-wrap input[type="text"]::placeholder {color:#333;}


#cformfull .crm-pb {  background: #e8eaf2 !important;     padding: 6px 10px 6px 9px; }

.crm-wrap {     padding: 15px !important;
    margin: -10px; }

/* Keep the dynamically loaded CRM form on the site's S-Core font. */
.crm-wrap,
.crm-wrap * {
  font-family: "S-Core", "Malgun Gothic", Arial, sans-serif !important;
}

.crm-wrap input::placeholder,
.crm-wrap textarea::placeholder {
  font-family: "S-Core", "Malgun Gothic", Arial, sans-serif !important;
}

#cformfull .crm-wrap {     background-color: #ffffff00;
    border: 0px; }
    
    .crm-s2 .crm-grid-r2 { margin-top:5px !important; }
    
    #cformfull .crm-sub   { margin-top:0px !important; }



* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #ffffff;
  color: #051236;
  font-family: "S-Core", "Malgun Gothic", Arial, sans-serif;
  letter-spacing: -0.5px;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

main {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

main .features-section { background: #ffffff; }

/* =========================================================
   VISIBILITY HELPER CLASSES
   ========================================================= */

.mobile-only {
  display: none !important;
}

.desktop-only {
  display: block !important;
}

.tablet-only {
  display: none !important;
}

.desktop-tablet-only {
  display: block !important;
}

/* =========================================================
   HEADER & HERO SECTION (Desktop Default)
   ========================================================= */

.hero-section {
      background: -webkit-linear-gradient(left, rgb(242, 255, 0) 0%, rgb(254, 255, 222) 39%, rgb(253, 255, 186) 73%, rgb(242, 255, 0) 100%);
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
  padding-top: 20px;
  margin-bottom:30px;
}

.hero-container {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
  position: relative;
}

.brand-header {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 15px;
  margin-bottom: 40px;
}

.hero-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 440px;
  position: relative;
}

.hero-left {
  max-width: 732px;
  margin-bottom: 50px;
  z-index: 2;
  position: relative;
}

.hero-badge {
  display: inline-block;
  font-size: 17px;
  padding-bottom: 4px;
  margin-bottom: 15px;
  text-decoration: underline;
  font-weight: 500;
  color: #050b38;
  line-height: 30px;
}

.hero-title {
  font-size: 80px;
  font-weight: 900;
  line-height: 1.25;
  color: #051236;
  margin: 0 0 20px;
  letter-spacing: -2px;
}

.highlight-cyan {
  background: linear-gradient(120deg, #00ffd2 0%, #00ffd2 100%);
  background-repeat: no-repeat;
  background-size: 100% 32%;
  background-position: 0 82%;
  display: inline-block;
}

.hero-desc {
  font-size: 17px;
  font-weight: 400;
  color: #051236;
  margin: 0 0 35px;
  line-height: 1.5;
}

.btn-hero-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff30d;
  color: #051236;
  font-size: 17px;
  font-weight: 400;
  padding: 16px 36px;
  border-radius: 40px;
      border-width: 1px;
    border-color: #d8d8d8;
    border-style: solid;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
}

.btn-hero-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.hero-right {
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 331px;
  z-index: 1;
}

.hero-man-img {
  width: 100%;
  height: auto;
}

/* =========================================================
   STATS SECTION (Desktop Default)
   ========================================================= */

.stats-outer {
      position: relative;
    z-index: 10;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.stats-container {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #eaecf0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 50px 10px;
}

.stat-card {
  text-align: center;
  border-right: 1px solid #eaecf0;
}

.stat-card:last-child {
  border-right: none;
}

.stat-icon-wrap {
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat-number {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 6px;
}

.stat-card strong {
  font-size: 44px;
  font-weight: 900;
  color: #202020;
  line-height: 1;
  letter-spacing: -1px;
}

.stat-card .suffix {
  font-size: 15px;
  font-weight: 400;
  color: #202020;
  margin-left: 2px;
}

.stat-card span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #474747;
}

/* =========================================================
   FIRST/SECOND MINT FORM SECTIONS (Desktop Default)
   ========================================================= */

.apply-band {
  background: #c5f8e9 url("quicktrushcashimg_12.png") no-repeat top center/cover;
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 45px;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  align-items: center;
  box-shadow: 0 4px 15px rgba(197, 248, 233, 0.15);
}

.apply-title h2 {
  font-size: 42px;
  font-weight: 900;
  color: #051236;
  margin: 0 0 10px;
  letter-spacing: -1px;
  text-align: left;
}

.apply-title p {
  font-size: 17px;
  font-weight: 400;
  color: #202020;
  margin: 0 0 15px;
  line-height: 1.4;
  text-align: left;
}

.apply-form-wrap {
  width: 100%;
}

.static-apply-form .form-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.static-apply-form .form-item {
  display: flex;
  flex-direction: column;
}

.static-apply-form input[type="text"],
.static-apply-form input[type="tel"],
.static-apply-form select {
  height: 46px;
  background: #ffffff;
  border: 1px solid #d4eae3;
  border-radius: 6px;
  padding: 0 14px;
  color: #051236;
  font-size: 15px;
  font-weight: 600;
  font-family: inherit;
  outline: none;
  width: 100%;
  transition: border-color 0.2s;
}

.static-apply-form input::placeholder {
  color: #7c938b;
  font-weight: 500;
}

.static-apply-form select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23051236' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) center;
  padding-right: 30px;
}

.static-apply-form input:focus,
.static-apply-form select:focus {
  border-color: #09265c;
}

.form-agree-wrap {
  flex-direction: row !important;
  align-items: center;
  gap: 6px;
}

.agree-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #0a3a2e;
  cursor: pointer;
}

.agree-label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #09265c;
  cursor: pointer;
}

.btn-terms {
  font-size: 12px;
  font-weight: 700;
  color: #09265c;
  background: #e1fbf4;
  border: 1px solid #99e6d0;
  padding: 2px 8px;
  border-radius: 4px;
}

.btn-submit {
  height: 46px;
  background: #09265c;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  transition: background 0.15s;
}

.btn-submit:hover {
  background: #061d47;
}

/* =========================================================
   EASY QUICK LOANS SECTION (Desktop Default)
   ========================================================= */

.features-section {
  padding: 40px 0;
 /* margin-bottom: 45px; */
}

.section-title-wrap {
  text-align: center;
  margin-bottom:15px;
}

.section-title-wrap h2 {
  font-size: 46px;
  font-weight: 900;
  color: #051236;
  margin: 0 0 10px;
  letter-spacing: -1.5px;
}

.section-subtitle {
  font-size: 17px;
  font-weight: 500;
  color: #202020;
  margin: 0;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}

.feature-card-item {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #eef2f5;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  padding: 35px 19px;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}

.feature-card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.feature-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-card-item h3 {
  font-size: 20px;
  font-weight: 600;
  color: #051236;
  margin: 0 0 12px;
  letter-spacing: -0.5px;
}

.feature-card-item p {
  font-size: 16px;
  font-weight: 400;
  color: #475467;
  line-height: 1.55;
  margin: 0;
}

/* =========================================================
   TESTIMONIALS SLIDER SECTION (Desktop Default)
   ========================================================= */

.testimonials-section {
  padding: 15px 0;
  margin-bottom: 0px;
}

.testimonials-carousel {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.carousel-viewport {
  width: 100%;
  overflow: hidden;
  padding: 30px 10px;
}

.carousel-track {
  display: flex;
  gap: 20px;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.testimonial-card {
  flex: 0 0 calc((100% - 40px) / 3); /* default show 3 on desktop */
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #eef2f5;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
  padding: 45px 25px 25px;
  position: relative;
  text-align: left;
}

.testimonial-card::after {
  content: "”";
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 54px;
  line-height: 1;
  /* font-family: Georgia, serif; */ 
  color: #ceb7f6;
  font-weight: 900;
  pointer-events: none;
}

.card-avatar {
  position: absolute;
  top: -23px;
  left: 15%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #ffffff;
 /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);   */ 
}

.card-body p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  color: #344054;
  margin: 0 0 20px;
}

.card-author {
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #051236;
}

.carousel-control {
  background: #ffffff;
  border: 1px solid #eaecf0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  color: #344054;
  font-size: 18px;
  font-weight: 900;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.2s, color 0.2s;
}

.carousel-control:hover {
  background: #09265c;
  color: #ffffff;
}

.carousel-control.prev {
  left: -20px;
}

.carousel-control.next {
  right: -20px;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
}

.carousel-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eaecf0;
  cursor: pointer;
  transition: background 0.2s;
}

.carousel-dots .dot.active {
  background: #09265c;
}

/* =========================================================
   CTA BANNER SECTION (Desktop Default)
   ========================================================= */

.cta-banner {
  background: #c5f8e9 url("main-bg.png") no-repeat bottom center/cover;
  border-radius: 12px;
  padding: 40px;
  margin-bottom: 45px;
  box-shadow: 0 4px 15px rgba(197, 248, 233, 0.2);
}

.cta-container {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 40px;
  align-items: center;
}

.cta-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-art {
  width: 100%;
  height: auto;
}

.cta-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.cta-pill {
  font-size: 32px;
  font-weight: 300;
  color: #051236;
  margin-bottom: 10px;
  line-height: 1.2;
}

.cta-title {
  font-size: 54px;
  font-weight: 900;
  color: #051236;
  margin: 0 0 20px;
  letter-spacing: -1.5px;
  line-height: 1.2;
  background: none;
  display: block;
}

.cta-desc {
  font-size: 16px;
  line-height: 1.65;
  color: #051236;
  margin: 0 0 25px;
}

.btn-cta-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff30d;
  color: #051236;
  font-size: 18px;
  font-weight: 800;
  padding: 16px 36px;
  border-radius: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border: none;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
}

.btn-cta-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

/* =========================================================
   FOOTER SECTION
   ========================================================= */

.footer-section {
  background: #0d0f12;
  color: #98a2b3;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 500;
  padding: 40px 0 50px;
}

.footer-inner {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

/* .footer-disclaimer {
  border-bottom: 1px solid #232830;
  padding-bottom: 25px;
  margin-bottom: 25px;
} */ 
.crm-s1.crm-wrap input[type=text], .crm-s1.crm-wrap input[type=tel], .crm-s1.crm-wrap select {
    min-width: 100% !important;
}
.footer-disclaimer p {
  margin: 0 0 12px;     margin: 0 0 12px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400; 
}

.footer-disclaimer p {
  margin: 0 0 12px;     margin: 0 0 12px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400; 
}



.footer-disclaimer p {color:#fff}
.highlight-red, .footer-disclaimer p.highlight-red {
  color: #ff5252;
  font-weight: 600;
}

.btn-lookup {
  color: #53b1fd;
  text-decoration: underline;
  margin-left: 5px;
}
 
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
} 

.copyright {
  margin: 0 0 12px;     margin: 0 0 12px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;color:#fff;
}

.footer-logos {
  display: flex;
  gap: 12px;
}

.footer-logo {
  height: 24px;
  width: auto;
  opacity: 0.65;
}

/* =========================================================
   DESKTOP WIDTH/LAYOUT MATCH
   Reference screenshot is narrower and centered on desktop.
   Tablet and mobile media rules below are intentionally untouched.
   ========================================================= */

@media (min-width: 1025px) {
 

  .cta-banner {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 40px;
    border-radius: 0;
    padding: 20px 0 0;
    box-shadow: none;
    overflow: hidden;
  }

  .cta-container {
    width: min(1140px, calc(100% - 40px));
    margin: 0 auto;
    grid-template-columns: 550px 1fr;
    gap: 54px;
  }

  .cta-art {
    width: 550px;
  }

  .cta-right {
    align-items: right;
    text-align: right;
    padding-bottom: 70px;
  }

  .cta-pill { font-weight:100;
    font-size: 60px;
    margin-bottom: 12px;
  }

  .cta-title {
    font-size: 60px;
    margin-bottom: 18px;
  }

  .cta-desc {
    font-size: 18px;text-align:right;
    line-height: 1.65;font-weight:300;
    margin-bottom: 22px;
  }

  .btn-cta-action {
    min-height: 42px;
	font-weight:400;
    font-size: 17px;
  }

  .footer-section {
    padding: 33px 0 38px;
  }

 
}

/* =========================================================
   TABLET MEDIA QUERY (min-width: 701px and max-width: 1024px)
   ========================================================= */

@media (min-width: 701px) and (max-width: 1024px) {
 
	.section-title-wrap h2 {  font-size:40px; }
 
	.features-section {     padding: 40px 0 10px; }
 
	.apply-title p { text-align:center; }

 .mobile-only {
    display: none !important;
  }

  .desktop-only {
    display: none !important;
  }

  .tablet-only {
    display: block !important;
  }

  .desktop-tablet-only {
    display: block !important;
  }

  main {
    width: min(970px, calc(100% - 5px));
  }

  /* Hero Section Tablet */
  .hero-section {
    padding-bottom: 40px;
  }

  .brand-header {
    height: 70px;
  }

  .hero-content {
    min-height: 320px;
  }

  .hero-left {
    max-width: 500px;
    margin-bottom: 30px;
  }

  .hero-title {
    font-size: 48px;
  }

  .hero-desc {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .btn-hero-action {
    font-size: 18px;
    padding: 14px 28px;
  }

  .hero-right {
    width: 281px;
    bottom: -40px;
  }

  /* Hide stats on Tablet as in screenshot */
  .stats-outer {
    display: none !important;
  }

  /* Form Section Tablet */
  .apply-band { margin-bottom:0px;
    grid-template-columns: 1fr;
    padding: 30px;
    gap: 20px;
  }

  .apply-title {
    text-align: center;
  }


  .apply-title h2 {
    font-size: 36px;  text-align: center !important;
  }
  .hero-section {margin-bottom:0;}
   .apply-title .subtitle-mobile { text-align: center;}

  .static-apply-form .form-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  /* Features Grid Tablet */
  .features-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0px;
  }

  .feature-card-item {
    padding: 25px 10px;
  }

  .feature-card-item h3 {
    font-size: 17px;	
  }

  .feature-card-item p {
    font-size: 14px;
  }

  /* Testimonials Slider Tablet (Shows 2 cards per view) */
  .testimonial-card {
    flex: 0 0 calc((100% - 20px) / 2);
  }

  /* Hide CTA Banner on Tablet as in screenshot */
  .cta-banner {
    display: none !important;
  }

  /* Footer Tablet */
  .footer-inner {
    width: min(970px, calc(100% - 40px));
  }
}

/* =========================================================
   MOBILE MEDIA QUERY (max-width: 700px)
   ========================================================= */

@media (max-width: 700px) {
	
	.dont-show-onmobile { display:none;}
	
	
  .mobile-only {
    display: block !important;
  }

  .desktop-only {
    display: none !important;
  }

  .tablet-only {
    display: none !important;
  }

  .desktop-tablet-only {
    display: none !important;
  }

  body {
    background: #e9fbff;
  }

  main {
    width: 100%;
  }

  /* Hero Section Mobile */
  .hero-section {
       background: -webkit-linear-gradient(left, rgb(242, 255, 0) 0%, rgb(254, 255, 222) 39%, rgb(253, 255, 186) 73%, rgb(242, 255, 0) 100%);
    padding-bottom: 0px;
  }

  .hero-container {
    width: 100%;
  }

  .brand-header {
    height: 70px;
    justify-content: center;
    padding-top: 10px;
  }

  .hero-content {
    flex-direction: column;
    align-items: center;
    min-height: auto;
    text-align: center;
  }

  .hero-left.mobile-only {
    max-width: 100%;
    margin-bottom: 20px;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-badge {
    font-size: 15px;
   /*  border-bottom: 1.5px solid #051236; */
    padding-bottom: 2px;
    margin-bottom: 15px;
  }

  .hero-title-mobile {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.3;
    margin: 0;
    color: #051236;
  }

  .highlight-cyan-mobile {
	background: linear-gradient(120deg, #00ffd2 0%, #00ffd2 100%);
    background-repeat: no-repeat;
    background-size: 100% 32%;
    background-position: 0 82%;
    padding: 2px 1px;
	font-weight:200;
    display: inline-block;
    border-radius: 4px;
    font-size: 45px;
  }
  
  .highlight-cyan-mobile2 {
	background: linear-gradient(120deg, #00ffd2 0%, #00ffd2 100%);
    background-repeat: no-repeat;
    background-size: 100% 32%;
    background-position: 0 82%;
    padding: 2px 1px;
	font-weight:800;
    display: inline-block;
    border-radius: 4px;
    font-size: 44px;
  }
  
 .apply-title h2 {
    font-size: 36px;  text-align: center !important;
  }
  .hero-section {margin-bottom:0;}
   .apply-title .subtitle-mobile { text-align: center;}
  .big-navy-text {
    font-size: 100px;
    font-weight: 900;
    color: #202020;
    letter-spacing: -2px;
    display: inline-block;
    margin: 5px 0;
  }

  .hero-desc-mobile {
    font-size: 17px;
    font-weight: 400;
    margin: 15px 0 0;
  }

  .hero-right {
    position: relative;
    right: auto;
    bottom: 0px;
    width: 100%;
    max-width: 320px;
    margin-top: 20px;
  }

  .hero-badge-bottom-mobile {
    background: #e60012;
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    padding: 6px 20px;
    border-radius: 4px;
    display: inline-block;
    border: 2px solid #000;
    box-shadow: 2px 2px 0px #000;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }

  /* First Form Mobile (Mint Box) */
  .apply-band-first {
    border-radius: 0px;
    grid-template-columns: 1fr;
    padding: 35px 20px;
    gap: 20px;
    background: #bbf2e1 url("main-bg.png") no-repeat bottom center/cover;
    margin-bottom: 0px;
  }

  .apply-title {
    text-align: center;
  }

  .apply-title h2 {
    font-size: 42px;
  }

  .apply-title p {
    font-size: 16px;
    margin-top: 5px; padding-bottom:15px;
  }

  .static-apply-form .form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  /* Swapping amount and job order on mobile */
  .apply-band-first .form-item.name-wrap { order: 1; }
  .apply-band-first .form-item.phone-wrap { order: 2; }
  .apply-band-first .form-item.job-wrap { order: 3; }
  .apply-band-first .form-item.amount-wrap { order: 4; }
  .apply-band-first .form-item.agree-wrap { order: 5; }
  .apply-band-first .form-item.submit-wrap { order: 6; }

  .mobile-label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #051236;
    margin-bottom: 6px;
    text-align: left;
  }

  .form-agree-wrap {
    justify-content: flex-start;
    margin-top: 5px;
  }

  .form-submit-wrap {
    margin-top: 10px;
  }

  /* Stats Section Mobile (Stacked vertically below Form 1) */
  .stats-outer.mobile-only {
    margin-top: 0px;
    margin-bottom: 0px;
    background: #ffffff;
    width: 100%;
    padding: 40px 20px;
  }

  .stats-container-mobile {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .stat-card-mobile {
    text-align: center;
  }

  .stat-icon-mobile {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
  }

  .stat-card-mobile .stat-number {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 6px;
  }

  .stat-card-mobile strong {
    font-size: 50px;
    font-weight: 900;
    color: #202020;
    line-height: 1;
  }

  .stat-card-mobile .suffix {
    font-size: 18px;
    font-weight: 400;
    color: #202020;
    margin-left: 2px;
  }

  .stat-card-mobile span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #474747;
	border-bottom-width: 1px !important;
    padding-top: 0px !important;
        border-bottom-color: #e5e5e5 !important;
    border-bottom-style: solid !important;
	margin-top: -20px;
        padding-bottom: 20px;
  }

  /* Features Section Mobile */
  .features-section {
    background: #ffffff;
    padding: 40px 0px;
    margin-bottom: 0px;
  }

  .section-title-wrap h2 {
    font-size: 35px;    font-weight: 800;
  }

  .section-subtitle {
    font-size: 16px; font-weight: 400;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 0px;
    margin-top: 25px;
  }

  .feature-card-item {
    padding: 30px 15px;
  }

  .feature-icon {
    width: 44px;
    height: 44px;
  }

  .feature-card-item h3 {
    font-size: 26px;
  }

  .feature-card-item p {
    font-size: 16px;
  }

  /* Testimonials Section Mobile */
  .testimonials-section {
    padding: 40px 15px;
    margin-bottom: 0px;
    background: #ffffff;
    border-top: 1px solid #eef2f5;
  }

  .carousel-viewport {
    padding: 20px 5px;
  }

  .testimonial-card {
    flex: 0 0 100%; /* show 1 card on mobile */
    padding: 45px 15px 33px;
  }

  .carousel-control.prev {
    left: -5px;
  }

  .carousel-control.next {
    right: -5px;
  }

  /* CTA + Form Stacked Mobile Container */
  .cta-form-mobile {
    background: #c5f8e9 url("main-bg.png") no-repeat bottom center/cover;
            padding: 25px 15px 35px;
  }

  .cta-mobile-header {
    display: flex;
    justify-content: center;
    margin-bottom:10px;
  }

  .cta-art-mobile {
   /* max-width: 280px; */ 
    height: auto;
  }

  .cta-form-mobile .apply-form-wrap {
    background: transparent;
    padding: 0;
  }

  /* Footer Mobile */
  .footer-section {
    padding: 30px 20px;
  }

  .footer-inner {
    width: 100%;
  }

  .footer-disclaimer {
    font-size: 12px;
    line-height: 1.6;
  }
/*
  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  } */

  .footer-logos {
    justify-content: center;
  }
}

.crm-wrap input::placeholder,
.crm-wrap textarea::placeholder,
.crm-form-wrap input::placeholder,
.crm-form-wrap textarea::placeholder {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
  opacity: 1 !important;
}

.crm-wrap input::-webkit-input-placeholder,
.crm-form-wrap input::-webkit-input-placeholder {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
}

.crm-wrap input::-moz-placeholder,
.crm-form-wrap input::-moz-placeholder {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
  opacity: 1 !important;
}

.crm-wrap input:-ms-input-placeholder,
.crm-form-wrap input:-ms-input-placeholder {
  color: #000 !important;
  -webkit-text-fill-color: #000 !important;
}
