.hero-wrapper {
    background: url(/assets/img/ibie-banner-bg-new.webp) center / cover no-repeat;

    color: #fff;
    overflow: hidden;
}
.nav-link{
    padding: 0;
}
.hero-ibie {
 
    padding: 50px 0 0 0;
    color: #fff;
    
}
.hero-ibie .hero-title {
    font-size: 50px;
    line-height: 1.3;
    font-weight: 700;
    max-width: 750px;
    margin: 0 auto;
}
.hero-ibie .hero-sub {
    font-size: 20px;
    line-height: 1.6;
    max-width: 650px;
    margin: 0 auto !important;
    margin-bottom: 30px !important;
}
.image-text.section-content {
    padding: 60px 0;
}
.image-text .right-img {
    width: 100%;
    height: auto;
    max-width: 500px;
    object-fit: cover;
}
.image-text .underline {
    width: 60px;
    height: 2px;
    background-color: rgba(13, 48, 93, 1);
    margin: 10px 0;
}
.four-blocks {
    background-color: rgba(7, 68, 144, 1);
    color: #fff;
}
.four-blocks .section-title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}
.four-blocks .info-block {
    padding: 20px;
    text-align: left;
    height: 100%;
}

.h-100 {
    height: 100% !important;
}
.four-blocks .info-img {
    width: 90%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 15px;
}
@media (min-width:991px) and (max-width:1399px) {
   .ibie-bmobile-campaign h2{
    font-size: 28px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}
}

.scroll-section {
  position: relative;
  height: 440vh;
  background: #f9f9f9;
  overflow: unset;
  color: #000;
  padding-top: 0;
}
.scroll-section .scroll-heading {
  /* position: sticky;
    top: 0; */
  padding: 1rem 0;
  z-index: 10; /* above feature blocks */
}
.scroll-section h2 {
  font-weight: 700;
  margin-bottom: 0;
}
.scroll-section .feature-block:first-of-type {
  margin-top: 0.5rem; /* tighten spacing */
}
.scroll-section .feature-block {
  position: sticky;
  top: 0;
  height: 63vh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s ease-in-out; /* smooth fade */
}

.scroll-section .feature-block.active {
  opacity: 1;
  z-index: 10;
}

.scroll-section .feature-content {
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  width: 90%;
  max-width: 1100px;
}
.scroll-section .feature-image {
  max-width: 100%;
  border-radius: 12px;
}

.overlay-section .baker-image-section {
    position: relative;
}
.overlay-section {
  
    color: #fff;
    padding: 60px 0;
    background-image: url(../img/Register-Your-Bakery-Today-BG.png);
    overflow: visible;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.position-relative {
    position: relative !important;
}
.overlay-section .baker-image-section img {
    position: absolute;
    bottom: -160px;
    left: 100px;
}
.overlay-section a {
    background-color: rgba(253, 198, 115, 1);
    padding: 10px 20px;
    font-weight: 500;
}
.btn-warning {
    color: #000;
 
    border-color: #ffc107;
}
.features-with-highlight .sandclock-text-box {
    background: #fff;
    padding: 30px;
    border: 2px solid #eee;
    max-width: 900px;
    position: relative;
    z-index: 2;
    padding-bottom: 150px;
    margin-bottom: 170px;
}
.ibie-bmobile-campaign .features-with-highlight .briefcase-img {
    width: 300px;
    margin-top: -320px !important;
    position: relative;
    z-index: 3;
}