:root {
  --bs-secondary: #f8c11c;
  --bs-link-hover-color: #007fad;
  --bs-secondary-rgb: 0, 159, 217;
}
.pac-container {
  z-index: 10000 !important;
}
.header-logo{
  max-width: 170px;
}
.business-logo{
  max-width: 170px;
}

footer,
.copyright {
  background-color: #00233b;
}
hr.style-two {
  border: 0;
  margin: 0;
  height: 2px;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.75),
    rgba(255, 255, 255, 0)
  );
}
.google-icon {
  max-width: 50px;
}

.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8c11c;
  --bs-btn-border-color: #f8c11c;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e1af1a;
  --bs-btn-hover-border-color: #e1af1a;
  --bs-btn-focus-shadow-rgb: 0, 159, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #e1af1a;
  --bs-btn-active-border-color: #e1af1a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8c11c;
  --bs-btn-disabled-border-color: #f8c11c;
}

.btn-outline-secondary {
  --bs-btn-color: #f8c11c;
  --bs-btn-border-color: #f8c11c;

  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8c11c;
  --bs-btn-hover-border-color: #f8c11c;

  --bs-btn-focus-shadow-rgb: 0, 159, 217;

  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8c11c;
  --bs-btn-active-border-color: #f8c11c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

  --bs-btn-disabled-color: #f8c11c;
  --bs-btn-disabled-bg: transparent;
  --bs-gradient: none;
}

.link-secondary {
  color: #f8c11c !important;
}
.link-secondary {
  color: #f8c11c !important;
  --bs-link-hover-color: #e1af1a;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
#footer-form {
  z-index: 999;
}
/* .form-group {
  margin-block: 8px;
} */
.form-container .title {
  padding: 22px 5px 22px;
  color: #f9fafb;
  background-color: #f3f3f5;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.form-container form {
  background-color: #f3f3f5;
  padding: 0 6px 20px;
  border-radius: 0 0 6px 6px;
}
.form-label {
    margin-bottom: 2px;
    font-size: 15px;
    font-weight: 500;
}
.form-group {
    margin-block: 6px;
}
.bg-primary {
  background-color: #101828 !important;
}
.text-primary {
  color: #101828 !important;
}
.text-hicraft-blue {
  color: #f8c11c !important;
}
.text-dark-blue {
  color: #101828 !important;
}
.rounded-1 {
  border-radius: 32px !important;
}
label.error {
  font-size: 13px;
  color: red;
  margin: 0;
  text-shadow: none;
  line-height: 17px;
  padding-left: 5px;
  text-align: left;
  display: block;
  font-weight: normal;
  margin-top: 3px;
}
#back-to-top {
  position: fixed;
  bottom: -45px;
  right: 10px;
  z-index: 999;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.3s;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: 4px;
  text-transform: uppercase;
  font-size: 14px;
  color: #f8c11c;
  font-weight: bold;
}

.brands-wrapper {
    padding:28px 0;    
}

.accordion-header span {
    text-transform: capitalize;
}

#back-to-top.show {
  bottom: 60px;
}

#back-to-top:hover {
  color: #101828;
}
.nav-phone {
  position: relative;
  z-index: 9999;
  display: flex;
  padding: 25px 30px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #f8c11c;
  text-decoration: none;
  visibility: hidden;
}

.accordion-button:not(.collapsed) {
  color: #f8c11c !important;
}

.nav-phone__link {
  margin-left: 10px;
  color: #fff;
  font-size: 16px;
  font-size: 21px;
  font-weight: bold;
  line-height: 25px;
}

.nav-phone i {
  font-size: 26px;
  color: #f8c11c;
}
@media (max-width: 992px) {
  .nav-phone {
    position: fixed;
    bottom: 12px;
    left: calc(50% - 115px);
    padding: 10px 20px 10px 23px;
    border-radius: 56px;
    background-color: #101828;
    visibility: visible;
  }
}

.layer {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    230deg,
    rgba(11, 24, 40, 0.4) 5.02%,
    rgba(10, 28, 50, 0.91) 92.71%
  );
  z-index: 1;
}
.inner-content h1 {
  font-size: 44px;
}
.width-paragraph {
  max-width: 730px;
}
.inner-content p {
  font-size: 20px;
}
.list-home span {
  font-size: 18px;
}
.fs-xxl-38{
  font-size: 38px !important;
}

/* #value-prop img{
    background: #fff;
    padding: 6px;
    border-radius: 8px;

} */

.intro-card{
    background-color: #fff;
    padding: 16px 22px;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}
.intro-card h4{
    font-size: 20px;
    font-weight: 500;
    margin: 4px 0 8px;
}
.intro-card img{
  max-width: 36px;
}

#testimonials .card-body .card-text{
      height: 200px;
    overflow: auto;
}
.muted {
    color: #b4b4b4;
    font-size: 14px;
    /* font-weight: bold; */
}
#why-us .banner-list li{
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .inner-content h1 {
    font-size: 2.143rem;
  }
  .width-paragraph {
    max-width: 340px;
  }
  .inner-content p {
    font-size: 16px;
  }
  .list-home span {
    font-size: 16px;
  }
  #featured-slider {
      min-height: 80px;
      height:100%;
  }
  .fs-6 {
    font-size: 16px !important;
  }
  .fs-4 {
    font-size: 24px !important;
  }
  #footer-form .inner-wrap p {
    font-size: 15px !important;
  }
  .layer {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      230deg,
      rgba(10, 28, 50, 0.8),
      rgba(10, 28, 50, 0.8) 
    );
    z-index: 1;
  }
}
