:root {
  --bs-secondary: #F48125;
  --bs-link-hover-color: #007fad;
  --bs-secondary-rgb: 0, 159, 217;
}

.pac-container {
  z-index: 10000 !important;
}

footer,
.copyright {
  background-color: #232323;
}

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;
}

.header-logo img {
  max-width: 250px;
}

.business-logo {
  max-width: 250px;
}

.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #F48125;
  --bs-btn-border-color: #F48125;

  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #26b1e0;
  --bs-btn-hover-border-color: #19addf;

  --bs-btn-focus-shadow-rgb: 0, 159, 217;

  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #33b6e3;
  --bs-btn-active-border-color: #19addf;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #F48125;
  --bs-btn-disabled-border-color: #F48125;
}

.btn-outline-secondary {
  --bs-btn-color: #F48125;
  --bs-btn-border-color: #F48125;

  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #F48125;
  --bs-btn-hover-border-color: #F48125;

  --bs-btn-focus-shadow-rgb: 0, 159, 217;

  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #F48125;
  --bs-btn-active-border-color: #F48125;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

  --bs-btn-disabled-color: #F48125;
  --bs-btn-disabled-bg: transparent;
  --bs-gradient: none;
}

.inner-content {
  text-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}

.link-secondary {
  color: #F48125 !important;
}

.link-secondary {
  color: #F48125 !important;
  --bs-link-hover-color: #007fad;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: #f48125 !important;
}


.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #f48125 !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


#footer-form {
  z-index: 999;
}

.form-privacy {
  margin-top: -10px;
}

/* .form-group {
  margin-block: 8px;
} */
.form-label {
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 500;
}

.form-container .title {
  padding: 22px 5px 2px;
  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;
}

.bg-primary {
  background-color: #292929 !important;
}

.text-primary {
  color: #292929 !important;
}

.text-hicraft-blue {
  color: #F48125 !important;
}

.text-dark-blue {
  color: #292929 !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: #F48125;
  font-weight: bold;
}

#back-to-top.show {
  bottom: 60px;
}

#back-to-top:hover {
  color: #292929;
}

.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 #F48125;
  text-decoration: none;
  visibility: hidden;
}

.accordion-button:not(.collapsed) {
  color: #F48125 !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: #F48125;
}

@media (max-width: 992px) {
  .nav-phone {
    position: fixed;
    bottom: 12px;
    left: calc(50% - 115px);
    padding: 10px 20px 10px 23px;
    border-radius: 56px;
    background-color: #292929;
    visibility: visible;
  }
}

.layer {
  position: absolute;
  inset: 0;
  background: linear-gradient(229deg,
      rgba(11, 24, 40, 0.4) 5.02%,
      #292929 92.71%);
  z-index: 1;
}

.inner-content h1 {
  font-size: 48px;
}

.width-paragraph {
  max-width: 770px;
}

.inner-content p {
  font-size: 20px;
  line-height: 1.5;
}

.list-home span {
  font-size: 18px;
}

.fs-xxl-38 {
  font-size: 38px !important;
}

#testimonials .card-body .card-text {
  height: 180px;
  overflow: auto;
}

@media (max-width: 575px) {
  .header-logo img {
    max-width: 180px;
  }

  .inner-content h1 {
    font-size: 24px;
  }

  .width-paragraph {
    max-width: 340px;
  }

  .inner-content p {
    font-size: 16px;
  }

  .list-home span {
    font-size: 16px;
  }

  .fs-6 {
    font-size: 18px !important;
  }

  .fs-4 {
    font-size: 28px !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;
  }
}


.what-we-do-section {
  padding: 96px 0;
  background: #F5F2EF;
}

.what-we-do-section__heading {
  max-width: 900px;
  margin: 0 auto 42px;
  text-align: center;
}

.what-we-do-section__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #f48125;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.what-we-do-section__heading h2 {
  margin: 0 0 14px;
  color: #292929;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.18;
}


.what-we-do-section__tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit,
      minmax(145px, 1fr));
  gap: 10px;
  margin-bottom: 22px;
  border: 0;
}

.what-we-do-section__tab.nav-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 78px;
  padding: 13px 10px;
  color: #292929;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e2e3e1;
  /* border-radius: 7px; */
  box-shadow: 0 7px 22px rgba(5, 30, 41, 0.05);
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.what-we-do-section__tab.nav-link span {
  display: block;
  margin-bottom: 6px;
  color: #f48125;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.what-we-do-section__tab.nav-link:hover {
  color: #292929;
  border-color: #f48125;
  transform: translateY(-2px);
}

.what-we-do-section__tab.nav-link.active {
  color: #ffffff;
  background: #f48125;
  border-color: #f48125;
  box-shadow: 0 10px 25px rgba(244, 129, 37, 0.22);
}

.what-we-do-section__tab.nav-link.active span {
  color: #ffffff;
}

.what-we-do-section__tab.nav-link:focus-visible {
  outline: 3px solid rgba(244, 129, 37, 0.3);
  outline-offset: 3px;
}

.what-we-do-section__content {
  background: #ffffff;
  border: 1px solid #e2e3e1;
  /* border-radius: 14px; */
  box-shadow: 0 15px 40px rgba(5, 30, 41, 0.08);
}

.what-we-do-card {
  display: grid;
  grid-template-columns: repeat(auto-fit,
      minmax(320px, 1fr));
  overflow: hidden;
  /* border-radius: 14px; */
}

.what-we-do-card__media {
  min-height: 480px;
  overflow: hidden;
}

.what-we-do-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.what-we-do-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 24px;
}

@media all and (min-width:992px) {
    .what-we-do-card__body {
        justify-content: start;
        padding:40px 60px;
    }
}

.what-we-do-card__eyebrow {
  display: block;
  margin-bottom: 0px;
  color: #f48125;
  font-size: 12px;
  font-weight: 700;
  /* letter-spacing: 0.04em; */
  text-transform: uppercase;
}

.what-we-do-card h3 {
  color: #292929;
  font-size: 24px;
  margin-bottom: 12px;
}


.what-we-do-card__list {
  display: grid;
  grid-template-columns: repeat(2,
      minmax(210px, 1fr));
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.what-we-do-card__list li {
  position: relative;
  display: flex;
  align-items: center;
  /* min-height: 45px; */
  padding: 8px 8px 8px 28px;
  color: #292929;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  /* background: #f6f6f5; */
  /* border: 1px solid #ececea; */
  /* border-radius: 7px; */
}

.what-we-do-card__list li::before {
  position: absolute;
  top: 50%;
  left: 0px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  color: #fff;
  content: "\2713";
  font: 700 12px/1 Arial, sans-serif;
  background: #f48125;
  border-radius: 50%;
  transform: translateY(-50%);
}

.card-description {
  font-size: 17px;
  font-weight: 400;
  color: #2D2D2D;
}

@media (max-width: 575px) {
  .what-we-do-section {
    padding: 55px 0;
  }

  .what-we-do-section .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .what-we-do-section__heading {
    margin-bottom: 28px;
  }

  .what-we-do-section__eyebrow {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .what-we-do-section__heading h2 {
    margin-bottom: 12px;
    font-size: 28px;
  }


  .what-we-do-section__tabs {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 15px;
  }

  .what-we-do-section__tab.nav-link {
    min-height: 74px;
    padding: 8px 5px;
    font-size: 15px;
  }

  .what-we-do-section__tab.nav-link span {
    margin-bottom: 4px;
    font-size: 12px;
  }


  .what-we-do-card {
    grid-template-columns: 1fr;
  }

  .what-we-do-card__media {
    min-height: 0;
    height: 215px;
  }

  .what-we-do-card__body {
    padding: 24px 18px;
  }

  .what-we-do-card h3 {
    margin-bottom: 10px;
    font-size: 24px;
  }


  .what-we-do-card__list {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .what-we-do-card__list li {
    /* min-height: 28px; */
    font-size: 16px;
  }


}

/* Gallery */
#gallery {
  /* padding: 96px 0; */
  background-color: #F5F2EF;
}

.gallery ul.gallery {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* margin: 0 -12px; */
}

.gallery .gallery-image {
  width: calc(25% - 20px);
  background-color: teal;
  /* padding: 12px; */
  list-style: none;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .gallery .gallery-image {
    width: 50%;

  }
}

@media (max-width: 575px) {
  .gallery ul.gallery {
    gap: 10px;
    width: 98%;
    margin: auto;
  }

  .gallery .gallery-image {
    width: 48%;
    margin: auto;
  }
}

.gallery .gallery-image a {
  display: block;
  position: relative;
}

.gallery .gallery-image img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.gallery .gallery-image:hover img {
  transform: scale(1.1);
}

.gallery .icon-search-light {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery .gallery-image:hover .icon-search-light {
  opacity: 1;
}

.gallery .icon-search-light i {
  color: #fff;
  font-size: 32px;
}

.gallery .row {
  gap: 0;
}