/* Coffee campaign CSS (converted to match the Coffee HTML + includes form styles as-is) */

/* Nav */
.nav-link {
  display: block;
  padding: 0;
}

/* =========================
   Banner / Hero + Form (as-is)
   (These classes exist on other campaign pages; keep for coffee page too)
========================= */
 .hero-wrapper {
  background-image: url(/assets/img/Banner-Coffee.png);
  background-color: #e8f1f8;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

 section.banner_session {
  padding-top: 0 !important;
  padding: 40px;
  margin-top: 0 !important;
}

/* Form styles */
.bmobile-app-route-form .banner-button {
  background: #12b2e5;
}

 .bmobile-app-route-form h2 {
  font-size: 27px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
.bmobile-app-route-form form {
  border-radius: 25px;
}

 form {
  background: #fff !important;
  padding: 1rem;
  border: 1px solid #e9e4e4;
  border-radius: 5px;
}

.padding_right_zero {
  padding-right: 0;
}

 .form-control {
  padding: 0.475rem 0.75rem;
}

label.submit__control {
  position: relative;
}

label.submit__control h3 {
  font-size: 20px;
  font-weight: 700;
}

span.validation {
  position: absolute;
  left: 0 !important;
  bottom: -1.6rem !important;
  top: auto;
}
 form sup {
  top: -0.5em !important;
}

 form i.fa-star {
  color: red !important;
  font-size: 7px !important;
}

/* Submit button */
 .arc-btn {
  width: auto !important;
  padding: 10px 20px;
  background-color: rgba(0, 85, 60, 1) !important;
  border: 2px solid rgba(0, 85, 60, 1);
  border-radius: 7px;
  font-size: 18px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  color: #fff;
}

/* Banner H1 (if banner exists on coffee page) */
 .banner_session h1 {
  font-size: clamp(28px, calc(12px + 2.2vw), 60px); /* ~42px at 1366px */
  color: rgba(4, 31, 76, 1);
  font-weight: 800;
}

/* Scale form for mid-large screens */
@media (min-width: 992px) and (max-width: 1399px) {
 .bmobile-app-route-form form {
    transform: scale(0.8);
    margin-top: -30px;
  }
 .campaign h2 {
font-size: 32px;
}

section.banner_session {
    padding-bottom: 0;
  }
}

@media (min-width: 1400px) {
 section.banner_session {
    padding: 60px !important;
  }
}

/* =========================
   Route Different (exists in Coffee HTML)
========================= */
.route-different h2 {
font-weight: 700;
}
.campaign.coffee-bmobile-campaign .route-different {
  background-color: rgba(255, 251, 244, 1);
  padding: 40px 0;
}

.campaign.coffee-bmobile-campaign .route-different .feature-block {
  padding: 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
  height: 100%;
  cursor: default;
  color: #000;
}

.campaign.coffee-bmobile-campaign .route-different .feature-img-top {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.campaign.coffee-bmobile-campaign .route-different .feature-title {
  margin-bottom: 6px;
  font-weight: 600;
}

.campaign.coffee-bmobile-campaign .route-different .feature-desc {
  margin: 0;
  text-align: left;
}

.campaign.coffee-bmobile-campaign .route-different .section-title {
  text-align: center;
  color: #000;
}

/* =========================
   Highlight section (exists in Coffee HTML)
========================= */
.campaign.coffee-bmobile-campaign .highlight-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
  color: #fff;
}

.campaign.coffee-bmobile-campaign .highlight-section .container {
  position: relative;
  z-index: 2;
}

.campaign.coffee-bmobile-campaign .highlight-section .percentage-area {
  color: #000;
  border-radius: 25px;
  background-color: rgba(204, 242, 253, 1);
}

.campaign.coffee-bmobile-campaign .highlight-section .highlight-block {
  padding: 70px 25px;
}

.campaign.coffee-bmobile-campaign .highlight-section .highlight-title {
  margin-bottom: 15px;
  font-weight: 700;
}

.campaign.coffee-bmobile-campaign .highlight-section .highlight-block-title {
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 700;
}

.campaign.coffee-bmobile-campaign .highlight-section .highlight-block-desc {
  line-height: 1.6;
  color: #000;
}

/* =========================
   Features with highlight (exists in Coffee HTML)
========================= */
.campaign.coffee-bmobile-campaign .features-with-highlight {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.campaign.coffee-bmobile-campaign .features-with-highlight h2 {
  color: rgba(2, 90, 206, 1);
  font-weight: 700;
}

.campaign.coffee-bmobile-campaign .features-with-highlight h5 {
  font-weight: 700;
}

.campaign.coffee-bmobile-campaign .features-with-highlight p {
  font-size: 18px;
  color: #000;
}

.campaign.coffee-bmobile-campaign .features-with-highlight b {
  color: #000;
  font-weight: 600;
}

.campaign.coffee-bmobile-campaign .features-with-highlight .feature-card {
  padding: 20px;
  border-radius: 12px;
  transition: 0.3s ease;
  height: 100%;
}

.campaign.coffee-bmobile-campaign .features-with-highlight .feature-card h5 {
  color: #000;
}

.campaign.coffee-bmobile-campaign .features-with-highlight .feature-img {
  width: 300px;
  object-fit: contain;
}

.campaign.coffee-bmobile-campaign .features-with-highlight .briefcase-block {
  margin-top: 60px;
  position: relative;
}

.campaign.coffee-bmobile-campaign .features-with-highlight .briefcase-text-box {
  background: #fff;
  padding: 30px;
  border: 2px solid #eee;
  max-width: 900px;
  position: relative;
  z-index: 2;
  padding-bottom: 150px;
  margin-bottom: 70px;
}

.campaign.coffee-bmobile-campaign .features-with-highlight .briefcase-img {
  width: 300px;
  margin-top: -190px !important;
  position: relative;
  z-index: 3;
}

/* =========================
   CTA section (exists in Coffee HTML)
========================= */
.campaign.coffee-bmobile-campaign .cta-image-section {
  background-color: #fff;
  padding: 40px 0;
}

.campaign.coffee-bmobile-campaign .cta-image-section .cta-image-container {
  background-image: url(/assets/img/Button-Coffee-Bg.svg);
  background-size: cover;
  background-position: center;
  padding: 100px 20px;
  border-radius: 25px;
  align-items: center;
  background-color: #fff;
}

 .cta-image-section .cta-content {
  z-index: 2;
  max-width: 1200px;
}

 .cta-image-section .cta-title {
  font-weight: 700;
}

 .cta-image-section a {
  background-color: rgba(253, 198, 115, 1) !important;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 15px !important;
    border: none;
}

@media (min-width: 767px) and (max-width: 992px) {
  .g-recaptcha {
    transform: scale(0.7) translateX(-91px);
  }
}

@media (max-width: 768px) {
  .campaign.coffee-bmobile-campaign .features-with-highlight .feature-card .feature-img {
    width: 45%;
  }
}

@media (min-width: 769px) {
  .campaign.coffee-bmobile-campaign .features-with-highlight .feature-card .feature-img {
    width: 100%;
  }
}

@media (max-width: 475px) {
  .g-recaptcha {
    transform: scale(0.7) translateX(-91px);
  }
}