/* Start Bakery Management System */
.bakery-hero-bg {
  background-image: url(../img/business-types/bakery-confectioneries/restora-pos-ultimate-bakery-management-system.webp);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
.bakery-cta-bg {
  background-image: url(../img/business-types/bakery-confectioneries/bakery-&-confectionery-business-to-the-next-level-with-highly-efficient-top-bakery-management-software.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.overlay1 {
  background-color: #020202bf;
}
.hover1 {
  transition: all 0.3s linear;
}
.btn-check:focus + .btn-success, .btn-success:focus {
    color: #fff !important;
    background-color: #00a653 !important;
    border-color: #00a653 !important;
}

.hover1:hover {
  box-shadow: rgb(0 0 0 / 12%) 0px 20px 50px 0px;
  transition: all 0.3s linear;
}
.bg_white_smoke {
  background-color: #f2f4f3 !important;
}
.bg_solid_one {
  background-color: #fff9ec;
}
.bg_solid_two {
  background-color: #f3fff5;
}
.bg_solid_three {
  background-color: #f7fdf1;
}
.bg_solid_four {
  background-color: #f9fbf8;
}
.bg_solid_five {
  background-color: #d3d5f9;
}
.bg_solid_six {
  background-color: #f9d7c6;
}
.bg_solid_seven {
  background-color: #aad9ff;
}
.color_1 {
  color: #222bff;
}
.color_1 {
  color: #e33600;
}
.color_1 {
  color: #145e95;
}
.overlay1 {
  background: linear-gradient(94deg, rgba(15, 15, 15, 0.9023984593837535) 28%, rgba(13, 13, 13, 0.21332282913165268) 70%);
}

@media (max-width: 1399px) {
  .bakery-title {
    font-size: 2.2rem !important;
  }
}
@media (min-width: 1400px) {
  .bakery-title {
    font-size: 2.5rem !important;
  }
}
/* sticky nav css start here  */
.sticky-position {
  position: sticky;
  top: 75px;
  z-index: 10;
}
.sticky-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1000;
  gap: 30px;
}

.sticky-nav a {
  padding: 22px 20px;
  text-decoration: none;
  transition: background 0.3s;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  border: 2px solid transparent;
}

.sticky-nav a.active,
.sticky-nav a:hover {
  color: #2f9b43;
  border-bottom: 2px solid #2f9b43;
}
/* sticky nav css end here  */

/* card hover effect start here */

.card-with-hover {
  position: relative;
  overflow: hidden;
  background: #3085a3;
  text-align: center;
  height: 400px;
}

.card-with-hover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.card-with-hover:hover > img {
  transform: scale(1.15) translate3d(0, -20px, 0);
}

.card-with-hover > .card-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  background-color: rgb(9 24 5 / 85%);
  transition: all 0.3s;
  transform: translate3d(0, 100%, 0);
  will-change: transform;
}

.card-with-hover > .card-caption > .card-caption-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  transition: all 0.3s;
  transform: translate3d(0);
  will-change: transform;
}

.card-with-hover > .card-caption .card-title {
  display: block;
  color: #fff;
  margin: 0;
  padding: 1rem;
  transition: all 0.3s;
  background-color: rgb(9 24 5 / 85%);
  transform: translate3d(0, -100%, 0);
  will-change: transform;
}

.card-with-hover > .card-caption .card-details {
  padding: 0 1rem;
  margin: 0;
  color: #fff;
  opacity: 0;
  transition: opacity 0.35s 0.1s;
  transform: translate3d(0);
  will-change: transform;
}

.card-with-hover:hover > .card-caption {
  transform: translateY(0);
}

.card-with-hover:hover > .card-caption > .card-caption-content {
  top: 50%;
  transform: translate(0, -50%);
}

.card-with-hover:hover > .card-caption .card-title {
  background-color: rgba(255, 255, 255, 0);
  transform: translateY(0%);
}

.card-with-hover:hover > .card-caption .card-details {
  opacity: 1;
}
/* card hover effect end here */
.module-bg {
  border-width: 1px;
  border: 1px solid rgb(189 191 195);
  background: linear-gradient(180deg, rgb(252 255 251) 0%, rgb(175 185 213 / 30%) 100%);
  width: 100%;
  opacity: 1;
  border-radius: 16px;
  box-shadow: rgba(255, 255, 255, 0.157) 0px 0.301094px 1.50547px -1.08333px inset, rgba(255, 255, 255, 0.145) 0px 1.14427px 5.72133px -2.16667px inset, rgba(255, 255, 255, 0.086) 0px 5px 25px -3.25px inset;
}

/* End Bakery Management System */
