/*
    * PLEASE ENSURE THAT YOU UPDATE THE VERSION NUMBER
    * OF THIS STYLESHEET SO THAT IT IS PICKED UP BY THE CACHES :D
    * THINK BIND/NAMED ;)
*/

body {
  font-family: "Ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji" !important;
}

a {
  color: #4d269d;
  text-decoration: none;
}

.bg-vl-gradient-primary-to-secondary {
  background-color: #4d269d !important;
  background-image: linear-gradient(
    135deg,
    #4d269d 50%,
    rgba(150, 78, 198, 0.8) 100%
  ) !important;
}

.page-header-ui .page-header-ui-content .page-header-ui-title {
  font-size: 4rem !important;
}

.vl-text-shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.bg-vl-animate-gradient-primary-to-secondary {
  background: linear-gradient(
    145deg,
    #4d269d,
    #9c00d5,
    #4d269d,
    #007d91,
    #4d269d
  );
  background-size: 400% 400%;

  -webkit-animation: VLGradient 30s ease infinite;
  -moz-animation: VLGradient 30s ease infinite;
  animation: VLGradient 30s ease infinite;
}

@-webkit-keyframes VLGradient {
  0% {
    background-position: 0% 53%;
  }
  50% {
    background-position: 100% 48%;
  }
  100% {
    background-position: 0% 53%;
  }
}
@-moz-keyframes VLGradient {
  0% {
    background-position: 0% 53%;
  }
  50% {
    background-position: 100% 48%;
  }
  100% {
    background-position: 0% 53%;
  }
}
@keyframes VLGradient {
  0% {
    background-position: 0% 53%;
  }
  50% {
    background-position: 100% 48%;
  }
  100% {
    background-position: 0% 53%;
  }
}

.navbar-marketing.navbar-dark.navbar-scrolled {
  background-color: #4d269d !important;
}
@media (max-width: 991.98px) {
  .navbar-marketing.bg-transparent.navbar-dark {
    background-color: #4d269d !important;
  }
  .navbar-marketing.bg-transparent.navbar-light {
    background-color: #fff !important;
    border-bottom: 1px solid #f2f6fc;
  }
  .animated--fade-in,
  .animated--fade-in-up {
    -webkit-animation: none;
    animation: none;
  }
}

.testimonial .testimonial-quote {
  font-size: 1.1rem !important;
  font-weight: 300;
}

#iPhone_home {
  display: none;
}

#case_study {
  display: none;
}

@media screen and (min-width: 992px) {
  #iPhone_home {
    clear: both;
    display: block;
    float: right;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  #case_study {
    clear: both;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #icon_nodisplay {
    display: none;
  }
}

#hero_text {
  margin-top: 100px;
}

/* Area Codes Page Styles */
.area-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

.area-item {
  padding: 0.75rem;
  background: #f8f9fa;
  border-radius: 0.375rem;
  border-left: 4px solid #0d6efd;
  transition: all 0.2s ease;
  font-size: 0.95rem;
  display: block;
  color: inherit;
  text-decoration: none;
}

.area-item:hover {
  background: #e9ecef;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: inherit;
  text-decoration: none;
}

.area-stats {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 2rem;
  border-radius: 0.5rem;
  text-align: center;
  margin-bottom: 3rem;
}

.stats-number {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .area-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 0.75rem;
  }

  .area-item {
    font-size: 0.9rem;
    padding: 0.6rem;
  }

  .stats-number {
    font-size: 2.5rem;
  }
}
