/* CSS used for the provided Tortilla page HTML only */

/* Nav */
.nav-link {
  display: block;
  padding: 0;
}
.hero-wrapper{
      background-image: url(../img/Banner-tortilla.png) !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* Banner (tortilla campaign) */
 section.banner_session {
  padding-top: 0 !important;
  padding: 40px;

}

/* 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;
}

/* 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;
  }

 section.banner_session {
    padding-bottom: 0;
  }
 .campaign h2 {
font-size: 32px;
}
}

@media (min-width: 1400px) {
  section.banner_session {
    padding-top: 30px !important;
  }
}

/* Route Different section */
.route-different {
  background-color: rgba(255, 251, 244, 1);
  padding: 40px 0;
}

.route-different .feature-block {
  padding: 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
  height: 100%;
  cursor: default;
  color: #000;
}

.route-different .feature-img-top {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.route-different .feature-title {
  margin-bottom: 6px;
  font-weight: 600;
}

.route-different .feature-desc {
  margin: 0;
  text-align: left;
}

.route-different .section-title {
  text-align: center;
  color: #000;
}

/* Highlight section */
.highlight-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
  color: #fff;
}
.campaign.tortilla-bmobile-campaign .highlight-section {
    background-image: url(../img/Body-tortilla-Bg.png);
}
.highlight-section .container {
  position: relative;
  z-index: 2;
}

.highlight-section .highlight-block {
  padding: 70px;
}

.highlight-section .highlight-title {
  margin-bottom: 15px;
  font-weight: 700;
}

.highlight-section .highlight-block-title {
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 700;
}

.highlight-section .highlight-block-desc {
  line-height: 1.6;
  color: #000;
}

.highlight-section .percentage-area {
  color: #000;
  border-radius: 25px;
  background-color: rgba(204, 242, 253, 1);
}

/* Features with highlight */
.features-with-highlight {
  background-image: url("/assets/img/Bread-Body-BG.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.features-with-highlight h2 {
  color: rgba(2, 90, 206, 1);
  font-weight: 700;
}

.features-with-highlight h5 {
  font-weight: 700;
}

.features-with-highlight p {
    font-size: 18px;
  color: #000;
}
.features-with-highlight b {
  color: #000;
  font-weight: 600;
}

.features-with-highlight .feature-card {
  padding: 20px;
  border-radius: 12px;
  transition: 0.3s ease;
  height: 100%;
}

.features-with-highlight .feature-card h5 {
  color: #000;
}

.features-with-highlight .feature-img {
  width: 300px;
  object-fit: contain;
}

.features-with-highlight .briefcase-block {
  margin-top: 60px;
  position: relative;
}

.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;
}

.features-with-highlight .briefcase-img {
  width: 300px;
  margin-top: -190px !important;
  position: relative;
  z-index: 3;
}

/* CTA section */
.cta-image-section {
  background-color: #fff;
  padding: 40px 0;
}

.cta-image-section .cta-image-container {
   background-image: url(../img/Button-Tortilla.svg);
  background-size: cover;
  background-position: center;
  padding: 100px 20px;
  border-radius: 25px;
  align-items: center;
  background-color: #fff;
}
.banner_session h1 {
   /* 42px at ~1366px viewport width */
font-size: clamp(28px, calc(12px + 2.2vw), 60px);
      color: rgba(4, 31, 76, 1);
      font-weight:800;
}
.campaign.tortilla-bmobile-campaign .cta-image-section .cta-image-container a {
    background-color: #000 !important;
    color: #fff;
}
.campaign.tortilla-bmobile-campaign .cta-image-section .cta-image-container h2 {
    color: #000;
}
.cta-image-section .cta-content {
  z-index: 2;
  max-width: 1200px;
}

.cta-image-section .cta-title {

  font-weight: 700;
}

.cta-image-section a {
     font-size: 20px;
    font-weight: 600;
  border: none;
}