/* Extracted from inline styles in index.php */

/* Container width override */
@media (min-width: 1200px) {
  .container {
    max-width: 1340px !important;
  }
}

/* Saeed bio card mobile responsive */
@media (max-width: 767px) {
  .discovery-call-cta {
    text-align: left !important;
  }
  
  h3.home-sub-para {
    font-weight: 500;
    font-size: 17px;
  }
  
  .block-style-thirtyOne > div[style*="display: flex"] {
    display: grid !important;
    grid-template-columns: 90px 1fr;
    grid-template-rows: auto auto;
    gap: 12px 15px !important;
    align-items: start !important;
  }
  
  .block-style-thirtyOne img.avatar {
    grid-column: 1;
    grid-row: 1;
  }
  
  .block-style-thirtyOne > div[style*="display: flex"] > div {
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    gap: 0 !important;
  }
  
  .block-style-thirtyOne > div[style*="display: flex"] > div p:first-child {
    grid-column: 2;
    grid-row: 1;
    margin: 0 !important;
    align-self: center;
  }
  
  .block-style-thirtyOne > div[style*="display: flex"] > div p:last-child {
    margin: 8px 0 0 0 !important;
  }
}

/* Modern service cards */
.modern-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12) !important;
}

.service-read-more:hover {
  color: #0056b3 !important;
  transform: translateX(4px);
}

.service-read-more:hover i {
  transform: translateX(4px);
}

.home-main-heading {
  font-family: Poppins, sans-serif;
  font-weight: bold !important;
}
h2 {
  font-family: Poppins, sans-serif !important;
  font-weight: bold !important;
}
#scan_form {
  text-align: center;
}

input.form-control {
  border: 2px solid #357de6;
  width: 90%;
  max-width: 600px;
  font-size: 20px;
  margin: 0 auto;
}

h1 {
  color: #4e4e4e;
}

img.nap_results {
  width: 520px;
  float: left;
}

img.nap_citation {
  width: 470px;
  float: right;
}

#feature {
  background: white;
  padding-bottom: 30px !important;
  margin-top: 0;
  padding-top: 220px;
}

#work {
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

#about {
  padding-top: 70px;
}

@media (max-width:890px) {
  #feature {
    padding-top: 120px;
    margin-top: 0 !important;
  }
}

@media (max-width:600px) {
  img.nap_results {
    width: 90%;
    float: none;
  }

  img.nap_citation {
    width: 90%;
    float: none;
  }
}

.u-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.u-textAlign--center {
  text-align: center;
}

div,
h2,
img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.inspirationalQuote {
  font-style: italic;
}

.loading-logo {
  animation-fill-mode: both;
}

.loading-logo {
  animation-timing-function: ease-in;
}

.page-loading {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 5;
  background: white;
}

.loading-logo {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: loadingPulse;
  opacity: .1;
}

.loadingScreen-loadingLogo {
  opacity: .7;
}

.inspirationalQuote {
  position: relative;
  font-weight: 400;
  line-height: 1.4 !important;
  opacity: .7;
  max-width: 600px;
}

.media-desktop .inspirationalQuote {
  margin: 24px 20px;
  font-size: 30px;
  line-height: 36px;
}

.inspirationalQuote:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(to right, transparent, #fff, transparent) no-repeat;
  background-size: 300px;
  animation-name: quoteGlimmer;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  opacity: .5;
}

.inspirationalQuote-source {
  white-space: nowrap;
}

.features {
  padding: 20px 0px;
}

/*! CSS Used keyframes */
@keyframes loadingPulse {

  0%,
  100%,
  40%,
  60% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

@keyframes quoteGlimmer {
  0% {
    background-position: -1000px;
  }

  100% {
    background-position: 1000px;
  }
}

/* Logo slider Start*/
button.slick-prev.slick-arrow {
  position: absolute;
  top: 50%;
  background: url(https://raw.githubusercontent.com/solodev/infinite-logo-carousel/master/images/arrow.svg?sanitize=true) center no-repeat;
  color: #fff;
  filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%);
  border: none;
  width: 2rem;
  height: 1.5rem;
  text-indent: -10000px;
  margin-top: -25px;
  left: 0;
  z-index: 99;
  cursor: pointer;
  transform: translate(0, -50%);
}

.slick-list.draggable {
  max-width: 95%;
  margin: auto;
}

.slick-slide img {
  max-width: 95%;
}

button.slick-next.slick-arrow {
  position: absolute;
  top: 50%;
  background: url(https://raw.githubusercontent.com/solodev/infinite-logo-carousel/master/images/arrow.svg?sanitize=true) center no-repeat;
  color: #fff;
  filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%);
  border: none;
  width: 2rem;
  height: 1.5rem;
  text-indent: -10000px;
  margin-top: -25px;
  z-index: 99;
  right: 0;
  cursor: pointer;
  transform: translate(0, -50%) rotate(180deg) ;
}

/* Logo slider END*/

:root {
  --deski-nofixed: rgb(44 70 86);
  --deski-talk-gray: #999999;
  --deski-talk-ph: #444444;
  --deski-talk-ul: #777777;
}

.pac-container:after {
    /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */

    background-image: none !important;
    height: 0px;
}

/* Autocomplete suggestion styles */
.autocomplete-dropdown {
  background-color: #fff;
  border: 1px solid #ccc;
}

.suggestion-item {
  cursor: pointer;
  padding: 5px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

.suggestion-item:last-child {
  border-bottom: none;
}
.location-icon {
  margin-right: 5px;
  color: #CC0000;
}
