/* bread.html — page-specific styles extracted from style.css */

.bread-bmobile-campaign p,
.bread-bmobile-campaign label {
  font-size: 1.25rem;
  font-weight: normal;
}

.bread-bmobile-campaign .submit__control h3 {
  font-size: 1.25rem;
}

.bread-bmobile-campaign h1,
.bread-bmobile-campaign h2,
.bread-bmobile-campaign h3,
.bread-bmobile-campaign h4 {
  font-family: "ITC souvenir", sans-serif;
}

.bread-bmobile-campaign p {
  font-family: "Lato", sans-serif;
}

/* Banner / hero */
.bread-bmobile-campaign .banner_session {
  background-image: url(../img/Bread-Banner-Bg.png) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 0 !important;
  padding: 6rem;
  height: 800px;
  display: flex;
  align-items: center;
  position: relative;
}

.bread-bmobile-campaign .banner_session h1,
.bread-bmobile-campaign .banner_session p {
  color: #000;
}

.bread-bmobile-campaign .banner_session h1 {
  font-size: 42px;
  margin-bottom: 1.5rem;
  font-weight: 800;
}

.bread-bmobile-campaign .banner_session p {
  font-weight: 500;
  font-size: 18px;
}

.bread-bmobile-campaign .logo-box {
  margin-left: 0 !important;
}

.bread-bmobile-campaign .logo-box img {
  width: 250px;
}

.bread-bmobile-campaign .banner_session button {
  font-size: 18px;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}

/* Form */
.bread-bmobile-campaign .bmobile-app-route-form .arc-quote-form {
  width: 100%;
  max-width: 600px;
}

.bread-bmobile-campaign .bmobile-app-route-form h2 {
  color: #000;
  text-align: center;
}

.bread-bmobile-campaign .bmobile-app-route-form form {
  border-radius: 25px;
}

.bread-bmobile-campaign .bmobile-app-route-form .banner-button {
  background: #12b2e5;
}

.bread-bmobile-campaign .arc-btn {
  width: auto !important;
  padding: 10px 20px;
  background-color: rgba(0, 85, 60, 1) !important;
  border: 2px solid rgba(0, 85, 60, 1);
}

.bread-bmobile-campaign .arc-btn:hover {
  color: rgba(0, 85, 60, 1) !important;
  background-color: #fff !important;
  border: 2px solid rgba(0, 85, 60, 1);
}

.bread-bmobile-campaign .align_self {
  align-self: baseline;
}

/* Route different section */
.bread-bmobile-campaign .route-different {
  background-color: rgba(255, 251, 244, 1);
}

.bread-bmobile-campaign .route-different .feature-block {
  padding: 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
  height: 100%;
  cursor: default;
  color: #000;
}

.bread-bmobile-campaign .route-different .feature-img-top {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.bread-bmobile-campaign .route-different .feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.bread-bmobile-campaign .route-different .feature-desc {
  margin: 0;
  text-align: left;
  font-weight: normal;
}

.bread-bmobile-campaign .route-different .section-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #000;
}

.bread-bmobile-campaign .route-different .col-md-4:hover {
  background-color: unset;
  cursor: default;
}

.bread-bmobile-campaign .section_font h2 {
  font-size: 22px;
  margin-bottom: 2rem;
  font-weight: 600;
}

/* Highlight section */
.bread-bmobile-campaign .highlight-section {
  position: relative;
  background-image: url("../img/Report-BG.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
  color: #fff;
}

.bread-bmobile-campaign .highlight-section .container {
  position: relative;
  z-index: 2;
}

.bread-bmobile-campaign .highlight-section .highlight-title {
  font-size: 2.5rem;
  font-weight: 700;
}

.bread-bmobile-campaign .highlight-section .highlight-block {
  padding: 70px 25px;
}

.bread-bmobile-campaign .highlight-section .highlight-block-title {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.bread-bmobile-campaign .highlight-section .highlight-block-desc {
  line-height: 1.6;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
}

.bread-bmobile-campaign .highlight-section .percentage-area {
  color: #000;
  border-radius: 25px;
  background-color: rgba(204, 242, 253, 1);
}

/* Features with highlight / ArcSuite */
.bread-bmobile-campaign .features-with-highlight {
  background-image: url("/assets/img/Bread-Body-BG.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bread-bmobile-campaign .features-with-highlight h2 {
  color: rgba(2, 90, 206, 1);
  font-size: 45px;
  font-weight: 700;
}

.bread-bmobile-campaign .features-with-highlight p {
  font-size: 1.25rem;
  color: #000;
}

.bread-bmobile-campaign .features-with-highlight .feature-card {
  padding: 20px;
  border-radius: 12px;
  transition: 0.3s ease;
  height: 100%;
}

.bread-bmobile-campaign .features-with-highlight .feature-card h5 {
  color: #000;
  font-weight: 700;
  font-size: 1.5rem;
}

.bread-bmobile-campaign .features-with-highlight .feature-img {
  width: 300px;
  object-fit: contain;
}

.bread-bmobile-campaign .features-with-highlight .briefcase-block {
  margin-top: 60px;
  position: relative;
}

.bread-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;
}

.bread-bmobile-campaign .features-with-highlight .briefcase-img {
  width: 300px;
  margin-top: -190px !important;
  position: relative;
  z-index: 3;
}

.bread-bmobile-campaign .features-with-highlight .shapes .shape {
  position: absolute;
  width: 10px;
  height: 10px;
}

.bread-bmobile-campaign .features-with-highlight .shape.square {
  background: green;
  top: 30%;
  left: 40%;
}

.bread-bmobile-campaign .features-with-highlight .shape.triangle {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 12px solid blue;
  top: 20%;
  right: 30%;
  position: absolute;
}

.bread-bmobile-campaign .features-with-highlight .shape.circle {
  border: 2px solid red;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  bottom: 15%;
  left: 50%;
}

.bread-bmobile-campaign .features-with-highlight .shape.plus {
  top: 70%;
  left: 30%;
  font-weight: bold;
  font-size: 16px;
  color: #f1c40f;
  content: "+";
  position: absolute;
}

/* CTA section */
.bread-bmobile-campaign .cta-image-section {
  background-color: #fff;
}

.bread-bmobile-campaign .cta-image-section .cta-image-container {
  background-image: url("../img/Bread-Button-Shape.svg");
  background-size: cover;
  background-position: center;
  padding: 100px 20px;
  border-radius: 25px;
  align-items: center;
  background-color: #fff;
}

.bread-bmobile-campaign .cta-image-section .cta-content {
  z-index: 2;
  max-width: 1200px;
}

.bread-bmobile-campaign .cta-image-section .cta-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}

.bread-bmobile-campaign .cta-image-section a {
  background-color: rgba(253, 198, 115, 1) !important;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 992px) {
  .bread-bmobile-campaign .banner_session .row.justify-content-around.align-items-center {
    flex-direction: column;
  }
  .form-div{
    width: 100% !important;
  }
  .bread-bmobile-campaign .banner_session{
height: auto !important;
padding-top: 40px ;
  }
  .form-content{
    width: 100% !important;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .g-recaptcha {
    transform: scale(0.7) translateX(-91px);
  }
}
@media (max-width: 475px) {
  .g-recaptcha{
    transform: scale(0.7) translateX(-91px);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .bread-bmobile-campaign .banner_session {
    height: auto !important;
    padding: 3rem 1.5rem;
  }

  .bread-bmobile-campaign .banner_session button {
    margin-bottom: 20px;
    padding: 10px 15px !important;
  }

  .bread-bmobile-campaign .logo-box {
    margin-left: 0 !important;
    margin-bottom: 20px;
  }

  .bread-bmobile-campaign .highlight-section .highlight-block {
    padding: 30px 15px;
  }

  .bread-bmobile-campaign .highlight-section .highlight-block-title {
    font-size: 2.5rem;
  }

  .bread-bmobile-campaign .features-with-highlight h2 {
    font-size: 32px;
  }

  .bread-bmobile-campaign .cta-image-section .cta-title {
    font-size: 1.75rem;
  }
}

@media (max-width: 768px) {
  .bread-bmobile-campaign .features-with-highlight .feature-card .feature-img {
    width: 45%;
  }
}

@media (min-width: 769px) {
  .bread-bmobile-campaign .features-with-highlight .feature-card .feature-img {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .bread-bmobile-campaign .logo-box {
    margin-left: 40px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bread-bmobile-campaign .logo-box {
    margin-left: 20px !important;
  }
}

@media (min-width: 2160px) and (max-width: 3840px) {
  .bread-bmobile-campaign .banner_session {
    height: 710px !important;
  }
}
