/* Bootstrap 5 compatibility for Ales theme markup */

.navbar-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: calc(100% - 60px);
}

.navbar-brand-lockup img {
  flex-shrink: 0;
}

.navbar-brand-text {
  color: #232323;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  white-space: nowrap;
}

header.scrollHeader .navbar-brand-text {
  font-size: 13px;
}

@media screen and (max-width: 991px) {
  .navbar-brand-lockup {
    gap: 10px;
    max-width: calc(100% - 50px);
  }

  .navbar-brand-text {
    font-size: 12px;
    white-space: normal;
    max-width: 180px;
  }
}

@media screen and (max-width: 575px) {
  .navbar-brand-text {
    font-size: 11px;
    max-width: 140px;
  }
}
.input-group-addon {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}

.input-group > .input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-group {
  margin-bottom: 1rem;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.screen-height {
  position: relative;
  overflow: hidden;
}

.screen-height.cover-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

footer .footer-logo {
  display: block;
  height: 60px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
}

.about-right-box ul li .left-content {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  float: none;
}

.about-right-box ul li .left-content .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-width: 48px;
  flex-shrink: 0;
}

.about-right-box ul li .left-content .icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.about-right-box ul li .left-content .icon span:before {
  font-size: 40px;
  line-height: 1;
}

.about-right-box ul li .left-content .title {
  display: block;
  flex: 1;
  min-width: 0;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .about-right-box ul li .left-content {
    gap: 12px;
  }

  .about-right-box ul li .left-content .icon {
    width: 40px;
    min-width: 40px;
  }

  .about-right-box ul li .left-content .icon span:before {
    font-size: 32px;
  }
}
