.bg-blur-20 {
  filter: blur(20px);
  -webkit-filter: blur(20px);
}

.bg-blur-150 {
  filter: blur(150px);
  -webkit-filter: blur(150px);
}

.bg-blur-100 {
  filter: blur(100px);
  -webkit-filter: blur(100px);
}

.brand-logo-img {
  height: 80px;
  width: auto !important;
}

.underline-text {
  background-image: linear-gradient(120deg, #ff924fa8 0%, #ff924f 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.3em;
  background-position: 0 80%;
}

.hero-img {
  border-radius: 16px;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}

.soon {
  -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}

.single-service.three {
  min-height: 80% !important;
}

.single-service .service-icon {
  border-radius: 50px;
}

.section-light {
  background-color: #f4f7fa !important;
}

.call-action .button .btn {
  background-color: transparent !important;
  color: #fff;
  border: 2px solid #fff;
}

.call-action .button .btn:hover {
  background-color: #fff !important;
  color: #64b3a9;
  border: 2px solid #fff !important;
}

.logo-client {
  height: 80px;
  width: auto;
}

.call-action {
  padding-top: 110px;
  padding-bottom: 11px;
}

.button .btn-outline {
  background-color: transparent !important;
  color: #fff;
  border: 2px solid #fff;
}

.button .btn-outline-primary {
  background-color: transparent !important;
  color: #64b3a9;
  border: 2px solid #64b3a9;
}

.button .btn-outline-primary:hover {
  background-color: #64b3a9 !important;
  color: #fff;
  border: 2px solid #fff;
}

.button .btn-outline:hover {
  background-color: #fff !important;
  color: #64b3a9 !important;
  border: 2px solid #fff !important;
}

.promo .button .btn-outline:hover {
  color: #64b3a9 !important;
}

.services {
  margin-top: 50px;
}

.client {
  margin-top: 50px;
}
.promo {
  background: #d26420;
  margin-top: 50px;
  margin-bottom: 50px;
}
.promo::before {
  position: absolute;
  content: '';
  left: -50px;
  top: 10px;
  height: 150px;
  width: 300px;
  background-color: #7b3d10;
  border-radius: 50%;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.promo::after {
  position: absolute;
  content: '';
  right: 20px;
  bottom: 0px;
  height: 150px;
  width: 150px;
  background-color: #f2ccbd;
  border-radius: 50%;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.promo img {
  height: 250px;
  object-fit: cover;
  object-position: top;
}

@media screen and (min-width: 576px) {
  .promo img {
    height: 300px;
    object-fit: cover;
    object-position: center;
  }

  .hero-img {
    border-radius: 16px;
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
  }
}

@media screen and (min-width: 768px) {
  .hero-img {
    height: 500px;
  }
}

.promo .section-title {
  margin-bottom: 40px;
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: 55px;
  padding: 0 20px;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #eee;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

.blink_me.active {
  animation: none;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.nav-item .text-foccus {
  color: #fd723b !important;
}

.nav-item.active .text-foccus {
  color: #64b3a9 !important;
}
.single-service {
  height: 100%;
}

.strike-price {
  text-decoration: line-through;
  text-decoration-color: red;
}

.bg-custom-green-4 {
  --bs-bg-opacity: 1;
  background-color: #ffd6bd;
}

.text-custom-primary-1 {
  --bs-text-opacity: 1;
  color: #ff924f;
}

.btn-custom-primary {
  color: #fff !important;
  background-color: #ff924f !important;
  border-color: #ff924f !important;
}

.form-control:focus {
  border-color: #ff924f !important;
}

.form-check-input:checked {
  background-color: #ff924f !important;
  border-color: #ff924f !important;
}

.footer .newsletter-form .button .sub-btn:hover {
  color: #ff924f;
  background-color: #fff !important;
}
