/* -
AVIDA Bright Orange: #FF8200
AVIDA Dark Grey: #17181c
AVIDA Mid Grey: #707272
AVIDA Light Grey: #CFD2D3
AVIDA Aesthetic Red: #FF002D
AVIDA Spatial Purple: #702CA5
AVIDA Technology Blue: #004288
AVIDA Product Blue: #5CA3FF
AVIDA Temporal Pink: #ED8FC1
AVIDA Service Green: #2CB162
AVIDA Story Yellow: #FFC200
 */

/* -------------------- VARIABLES -------------------- */

:root {
  --bright: #FF8200;
  --dark: #17181c;
  --mid: #707272;
  --light: #CFD2D3;
  --white: #FFFFFF;
  --blue: #5CA3FF;
  --font: Ideal Sans A, Ideal Sans B, sans-serif;
  --heading: Chronicle Cond A, Chronicle Cond B, serif;
  --fll: 100px;
  --hlf: 50px;
  --qrt: 25px;
}

/* -------------------- STRUCTURE -------------------- */
*,
*::after,
*::before {
  box-sizing: border-box;
}
html {
  margin: 0;
  padding: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  color: var(--dark);
  background: #FFF;
  font-family: var(--font);
  font-weight: 300;
  position: relative;
  height: 100%;
}
.body-dark {
  background: var(--dark);
}
section {
  padding: 75px;
}
section.fold {
  padding-top: 25px !important;
}
section.side-spc-only {
  padding: 0px 75px;
}
.bright {
  background: var(--bright);
}
.dark {
  background: var(--dark);
  color: var(--light);
  font-weight: 100;
}
.light {
  background: var(--light);
}
.columns {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
    /* -- align-items: center; --*/
}
.column {
  flex: 1;
}
.img-column {
  display: inline-flex;
}
.column-gutter, .img-gutter {
  padding-right: var(--hlf);
}
.column-gutter-home {
  padding-right: 150px;
}
.hlf-width {
  width: 50%;
  margin: auto;
}
.sense-width {
  width: 75%;
  margin: auto;
}
.team-width {
  width: 45%;
  padding: 0 10px;
}
.column-one-third {
  width: 33.3%;
}
.column-two-third {
  width: 66.6%;
}
.fll-height {
  height: 100%;
}

/* -------------------- SPACING -------------------- */

.top-spc {
  padding-top: 225px;
}
.btm-spc {
  padding-bottom: 150px;
}
.fll-spc, .offset-spc {
  margin-bottom: var(--fll) !important;
}
.hlf-spc {
  margin-bottom: var(--hlf) !important;
}
.qrt-spc {
  margin-bottom: var(--qrt) !important;
}
.spc-cta {
  padding-top: var(--hlf) !important;
  padding-bottom: var(--hlf) !important;
}
.spc-left {
  padding-left: 50px;
  }
.div-center {
  display: flex;
  align-items: center;
  flex-direction: column;
}

/* -------------------- TYPOGRAPHY -------------------- */

h1, h3 {
  font-weight: 600;
}
h1, h2, h3, p {
  margin: 0;
}

/* ------------- */

h1 {
  font-size: 4.5em;
  line-height: 1.05;
  color: var(--light);
}
h1.lrg {
  font-size: 6.5em;
  font-weight: 300;
  font-family: var(--heading);
}
h1.lrg-home {
  font-size: 9em;
  font-weight: 300;
  font-family: var(--heading);
  line-height: 1.2;
}
  h1.lrg-home a.orange  {
    color:var(--light);
    transition: all 0.25s ease-in-out;
    }
    h1.lrg-home a.orange:hover {
      color:var(--bright);
      }
  h1.lrg-home a.blue {
    color:var(--light);
    transition: all 0.25s ease-in-out;
  }
    h1.lrg-home a.blue:hover {
      color:#5CA3FF;
      }
h1.overlay-info {
  font-size: 4em;
  line-height: 1.3;
}
h1.overlay-info > a {
  text-decoration: none;
  color: var(--white);
}
h1.overlay-info > a:hover, h1 > a.current {
  color: var(--dark);
  border-bottom: 7px dotted var(--dark);
}
h1.overlay-info > a.current {
  cursor: default;
}

/* ------------- */

h2 {
  font-size: 2.5em;
  font-weight: 300;
  margin-bottom: var(--qrt);
}
.light h2, .bright h2 {
  color: var(--white);
}

/* ------------- */

h3, label {
  font-size: 1.2em;
  margin-bottom: 7px;
  text-transform: uppercase;
}
h3 {
  font-weight: 600;
  letter-spacing: 0.5px;
}
h3 > a {
  color: var(--bright);
}
label {
  font-weight: 700;
}

/* ------------- */

p, h5, h6, ul.bullets {
  font-size: 1.5em;
  line-height: 1.35;
  font-weight: 300;
}
p.sml {
  font-size: 1em;
}
p.xsml, span.xsml {
  font-size: 0.75em;
}
ul.jd {
  font-size: 1.5em;
  line-height: 1.25;
  font-weight: 300;
}
p.quote {
  color: var(--blue);
  font-style: italic;
  }
  p.quote-attribute {
    color: var(--mid);
    font-size: 1em;
    }
    p.quote-attribute-light {
      color: var(--light);
      font-size: 1em;
      }
  p.home-tag {
    font-size: 2em;
  }

/* ------------- */

h6 {
  background-color: #00B34F;
  padding: 10px 15px;
}

h5 {
  background-color: #F93B1D;
  padding: 10px 15px;
}

a {
  -webkit-tap-highlight-color: transparent; /* removes blue tap highlight from chrome mobile */
}
ul.bullets {
  padding-left: var(--qrt);
  padding-top: 10px;
}
/* ------------- */

.underline, a.underline, a.underline:hover {
  text-decoration: underline !important;
}
.highlight  {
  color: var(--bright);
}
.experience  {
  color: var(--blue);
}
.xtra-bold {
  font-weight: 700;
}
.bold {
  font-weight: 600;
  letter-spacing: 0.5px;
}
.semi-bold {
  font-weight: 500;
}
.italic {
  font-style: italic;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.flt-right {
  float: right;
}

/* ------------- */

.txt-dark {
  color: var(--dark) !important;
}
.txt-white {
  color: var(--white);
}
.txt-light {
  color: var(--light);
}
.txt-mid {
  color: var(--mid) !important;
}
.h1-flush {
  margin-top: 27px;
}

/* ------------- */

sup.highlight  {
  font-weight: 300;
}

/* ------------- */
:focus, :visited {
  outline: unset !important;
}
a, a:link, a:visited, a:active, a:hover, a:focus  {
  cursor: pointer;
  text-decoration: none;
  outline: unset !important;
}
a.bright-hover:hover {
  color: var(--bright);
}
a.underline-hover-white {
  color: var(--dark);
  border-bottom: 5px dotted var(--dark);
}
a.underline-hover-white:hover {
  color: var(--white) !important;
  border-bottom: 5px dotted var(--white);
}

a.underline-hover-bright {
  color: var(--dark);
  border-bottom: 5px dotted var(--dark);
}
a.underline-hover-bright:hover {
  color: var(--bright) !important;
  border-bottom: 5px dotted var(--bright);
}

a.txt-light-underline-hover-bright {
  color: var(--light);
  border-bottom: 5px dotted var(--light);
}
a.txt-light-underline-hover-bright:hover {
  color: var(--bright) !important;
  border-bottom: 5px dotted var(--bright);
}

/* -------------------- TYPOGRAPHY ANIMATION -------------------- */

.animate-headings span {
  -webkit-animation-name: headings; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
  animation-name: headings;
  animation-duration: 1;
  animation-timing-function: ease-in-out;
  animation-delay: 1s;
  animation-fill-mode: both;
}
span.first {
  animation-delay: 0s;
  }
span.second {
  animation-delay: 0.2s;
  }
span.third {
  animation-delay: 0.4s;
  }
span.fourth {
  animation-delay: 0.6s;
  }
/* Safari 4.0 - 8.0 */
@-webkit-keyframes headings {
  0%   {margin-left:-50px; opacity:0;}
  100% {margin-left:0px; opacity:1;}
}
/* Standard syntax */
@keyframes headings {
  0%   {margin-left:-50px; opacity:0;}
  100% {margin-left:0px; opacity:1;}
}
.animate-fade-in {
  -webkit-animation-name: body; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
  animation-name: body;
  animation-duration: 1;
  animation-timing-function: ease-in-out;
  animation-delay: 0.2s;
  animation-fill-mode: both;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes body {
  0%   {opacity:0;}
  100% {opacity:1;}
}
/* Standard syntax */
@keyframes body {
  0%   {opacity:0;}
  100% {opacity:1;}
}
.btn-fade-in {
  -webkit-animation-name: body; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
  animation-name: btn-home;
  animation-duration: 1;
  animation-timing-function: ease-in-out;
  animation-delay: 1.2s;
  animation-fill-mode: both;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes btn-home {
  0%   {opacity:0;}
  100% {opacity:1;}
}
/* Standard syntax */
@keyframes btn-home {
  0%   {opacity:0;}
  100% {opacity:1;}
}

/* -------------------- NAVIGATION -------------------- */

.menu {
  position: fixed;
  top: 30px;
  left: 50%;
  margin-left: -43px;
  height: 86px;
  width: 86px;
  z-index: 100;
}
.menu-link {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1002;
}
.menu-icon {
  position: absolute;
  width: 55px;
  height: 14px;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 1px;
}

/* ------------- */

.avida-logo {
  width: 100%;
  position: absolute;
  left: 0;
  top: -20px;
  transition: all 0.25s ease-in-out;
}
.menu-line {
  background-color: white;
  height: 4px;
  width: 130%;
  border-radius: 4px;
  position: absolute;
  left: -7px;
  transition: all 0.25s ease-in-out;
  opacity: 0;
}
.menu-line-2 {
  bottom: 0;
}
.menu.open .avida-logo {
  opacity: 0;
}
.menu.open .menu-line-1 {
  transform: translateY(7px) translateY(-50%) rotate(-45deg);
  opacity: 1;
}
.menu.open .menu-line-2 {
  transform: translateY(-7px) translateY(50%) rotate(45deg);
  opacity: 1;
}

/* ------------- */

.menu-circle {
  background-color: #FF8200;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  transform: scale(1);
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
}
.menu:hover .menu-circle {
  transform: scale(1.25);
}
.menu.open .menu-circle {
  transform: scale(60);
}

/* ------------- */

.menu-overlay {
  height: 50%;
  width: 100%;
  position: fixed;
  transition: opacity 0.2s ease-in-out;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
}
.menu-overlay.open {
  opacity: 1;
  visibility: visible;
}

/* ------------- */

.info {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* ------------- */

.avida-primary-logo {
  background-image: url("../assets/avida-primary-logo.svg");
  background-repeat: no-repeat;
  width: 100px;
  height: 37px;
  margin-top: -13px;
  position: fixed;
}

/* ------------- */

.home-logo {
  background-image: url("../assets/avida-logo.svg");
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  border-bottom: 7px dotted var(--bright);
}
.home-logo:hover, .home-logo-current {
  background-image: url("../assets/avida-logo-dark.svg");
  border-bottom: 7px dotted var(--dark);
}
.home-logo-current {
  cursor: default;
}

/* -------------------- ELEMENTS -------------------- */

input, textarea {
  width: 100%;
  box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  background-color: #efefef;
  border-style: unset;
  margin-bottom: var(--qrt);
  margin-top: 5px;
  border: 2px solid var(--white);
  padding: 10px 15px;
  font-size: 1.5em;
  color: var(--mid);
  cursor: text;
}
input {
  height: var(--hlf);
}
textarea {
  height: 150px;
}
input:focus, textarea:focus {
  border: 2px solid var(--bright);
  outline: unset;
}
.contact-map {
  margin-bottom: 7px !important;
}
iframe {
  width: 100%;
}

/* ------------- */

img.clients {
  margin-top: var(--hlf);
}
img.fll-width {
  width: 100%;
}
img.xlab {
  width: 50%;
}
.max-width {
  max-width: 790px;
}
.offset {
  margin-top: -150px;
}

/* ------------- */

.screen {
  border: 10px solid var(--dark);
  background-color: var(--white);
  overflow: hidden;
  background-repeat: no-repeat;
  border-radius: 5px;
}
.screen-vrt {
  width: 25%;
  margin-left: 3%;
  margin-bottom: 3%;
  height: 500px;
  float: right;
  background-image: url("../assets/signage-pharma-bg.gif");
  background-position: center;
}
.screen-hrz-lrg {
  width: 72%;
  margin-top: 3%;
  height: 375px;
  float: left;
  background-image: url("../assets/signage-drink-bg.gif");
  background-position: left;
}
.screen-hrz-mid {
  width: 49%;
  height: 175px;
  margin-right: 3%;
  float: left;
  background-image: url("../assets/signage-automotive-bg.gif");
  background-position: center;
}
.screen-hrz-sml {
  width: 20%;
  height: 175px;
  float: left;
  background-image: url("../assets/signage-burger-bg.gif");
  background-position: center;
}
.screen-txt {
  margin: var(--hlf) 0;
  float: left;
}
.bg-yellow {
  background-color: #FFC20E;
}
.bg-blue {
  background-color: #00A0E0;
}
.bg-purple {
  background-color: #73308C;
}
.bg-teal {
  background-color: #00AEA9;
}

/* ------------- */

#three-container > canvas {
  margin-top: -200px;
  margin-left: -80px;
}
#three-container {
  overflow: hidden;
}

/* ------------- */

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px;
  min-height:75px;
  max-height:100px;
}
.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% {
    transform: translate3d(85px,0,0);
  }
}

/* ------------- */

.social-icon {
  width: 15px;
}

/* ------------- */

.mobile-show {
  display: none;
}
.mobile-top {
  margin-top: 15px;
}

/* ------------- */
.banner {
  padding-top: 50px;
  padding-bottom: 50px;
}
.logo_banner {
  background-image: url("../assets/client-logos-banner-light.jpg");
  height: 70px;
  width: 100%;
  margin-top: var(--qrt);
  -webkit-animation: backgroundScroll 60s linear infinite;
          animation: backgroundScroll 60s linear infinite;
}
@-webkit-keyframes backgroundScroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -4502px 0;
  }
}
@keyframes backgroundScroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -4502px 0;
  }
}
.no-sides {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.lines {
  border-top: 3px solid var(--dark);
  border-bottom: 3px solid var(--dark);
  padding-top: 25px;
  padding-bottom: 30px;
  margin: 105px auto 0;
  width: fit-content;
}
.lines-jd {
  border-top: 3px solid var(--dark);
  border-bottom: 3px solid var(--dark);
  padding-top: 25px;
  padding-bottom: 30px;
  margin: 20px auto 0;
  width: fit-content;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -------------------- BUTTONS -------------------- */

.btn {
  background-color: var(--bright);
  color: #FFF;
  cursor: pointer;
  transition: border-radius 0.3s ease-in-out;
}
.btn-experience {
  background-color: var(--blue);
  color: #FFF;
  cursor: pointer;
  transition: border-radius 0.3s ease-in-out;
}
.btn-cta {
  padding: var(--qrt) var(--fll);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500 !important;
}
.btn-submit {
  height: 65px;
  width: 50%;
  float: right;
  font-weight: 500 !important;
}
.btn:hover, .btn-experience:hover {
  border-radius: var(--hlf);
}
.grecaptcha-badge {
  box-shadow: unset !important;
  bottom: 73px !important;
}
/* -------------------- HEADER -------------------- */
.header {
  width: 100%;
  border-top: 1px solid var(--mid);
  border-bottom: 1px solid var(--mid);
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  padding: 25px 75px;
  background: var(--dark);
  z-index: 1000;
}
.header-links {
    text-align: right;
    float: right;
    width: 100%;
    }
.header-links ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
    }
.header-links li {
    display: inline;
    }
.header-links a {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 500;
    text-decoration: none;
    color: var(--light);
    padding-top: 20px;
    padding-bottom: 20px;
    }
.header-links a.spc-left:hover {
    color: var(--blue);
    }
.header-links a:hover {
    color: var(--bright);
    }

/* -------------------- FOOTER -------------------- */

.footer {
  width: 100%;
  border-top: 1px solid var(--mid);
  border-bottom: 1px solid var(--mid);
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 25px 75px;
  background: var(--dark);
  z-index: 1000;
}
.footer p, .footer a, .header a {
    transition: all 0.25s ease-in-out;
    }
.footer-links {
    text-align: right;
    float: right;
    width: 66.6%;
    }
.footer-links ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
    }
.footer-links li {
    display: inline;
    }
.footer-links a {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 500;
    text-decoration: none;
    color: var(--light);
    padding-top: 20px;
    padding-bottom: 20px;
    }
.footer-links a:hover {
    color: var(--mid);
    }
.copyright {
    font-size: 0.5em;
    text-align: left;
    float: left;
    width: 33.3%;
    padding-top: 5px;
    color: var(--mid);
    }

  li a.current, li a.current:hover {
    color: var(--mid) !important;
    cursor: default;
  }
  li a.highlight-current, li a.highlight-current:hover {
    color: var(--bright) !important;
    cursor: default;
  }
  li a.experience-current, li a.experience-current:hover {
    color: var(--blue) !important;
    cursor: default;
  }

/* -------------------- ACCORDION -------------------- */
button.accordion {
  font-family: var(--font);
  }  
.accordion {
    background-color: white;
    color: var(--dark);
    cursor: pointer;
    padding: var(--qrt);
    width: 100%;
    border: 1px solid var(--light);
    text-align: left;
    outline: none;
    font-size: 1.5em;
    transition: 0.3s;
    margin-top: -1px;
  }
  .activate, .accordion:hover {
    background-color: var(--light);
  }
  .accordion:after {
    content: '\002B';
    color: var(--dark);
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  .activate:after {
    content: "\2212";
  }
  .panel {
    padding: 0 var(--qrt);
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    border-left: 1px solid var(--light);
    border-right: 1px solid var(--light);
    margin-top: -1px;
  }
  .panel h3, .panel-top-spc {
    padding-top: var(--qrt) !important;
  }
  .panel p, ul.list-btm-spc {
    padding-bottom: var(--qrt);
  }
  .panel-border {
    border-bottom: 1px solid var(--light);
  }
/* -------------------- REPONSIVE -------------------- */

@media screen and (max-width: 1600px) {
  h1.lrg-home {
    font-size: 7.5em;
  }
}

@media screen and (max-width: 1280px) {
  .hlf-width {
    width: 100%;
  }
  h1 {
    font-size: 3.5em;
  }
  h1.lrg {
    font-size: 4.5em;
  }
  h1.lrg-home {
    font-size: 6em;
  }
  p, ul.bullets, .accordion {
    font-size: 1.2em;
  }
  .btn-cta {
    padding: var(--qrt);
  }
  .column-one-third, .column-two-third {
    width: 50%;
  }
}
@media screen and (max-width: 850px) {
  h1.overlay-info {
    font-size: 2.2em;
    line-height: 1.7;
  }
  h1.lrg-home {
    font-size: 4.5em;
  }
  h2 {
    font-size: 2em;
  }
  h3, label {
    font-size: 1em;
  }
  p.sml {
    font-size: 1em;
  }
  .sense-width {
    width: 100%;
  }
  .footer-links {
    text-align: center;
    float: unset;
    width: 100%;
    }
  .copyright {
    display: none;
    }
  .header, .footer {
    padding: 20px 25px;
  }
  .grecaptcha-badge {
    box-shadow: unset !important;
    bottom: 62px !important;
  }
  .img-gutter {
    padding-right: var(--qrt);
  }
  /* ------------- */

  section, section.side-spc-only {
    padding: var(--hlf) var(--qrt);
  }
  .columns {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .hide {
    display: none;
  }
  .flt-right {
    float: unset;
  }
  .top-spc {
    padding-top: 150px;
  }
  .home-logo {
    width: 40px;
    height: 40px;
    margin-bottom: unset;
  }
  .menu {
    top: 20px;
    margin-left: -33px;
    height: 66px;
    width: 66px;
  }
  .menu-icon {
    width: 35px;
  }
  .avida-logo {
    top: -10px;
  }
  .btn-submit {
    width: 100%;
    float: unset;
  }
  .waves {
    height: 40px;
    min-height: 40px;
  }
  .offset {
    margin-top: unset;
  }
  .offset-spc {
    margin-bottom: unset !important;
  }
  .max-width {
    max-width: unset;
  }
  .column-gutter, .column-gutter-home {
    padding-right: unset;
  }
  .lines {
    width: auto;
  }
  .mobile-top {
    margin-top: unset;
  }
  .column-one-third, .column-two-third {
    width: 100%;
  }
  .mobile-show {
    display: table;
  }
  .mobile-hide {
    display: none;
  }
  .hlf-width {
    width: 50% !important;
    margin: auto;
  }
}
@media screen and (max-width: 600px) {
  .spc-left {
    padding-left: 25px;
    }
  .header-links a, .footer-links a {
    font-size: 0.8em;
    }
  h1 {
    font-size: 2.5em;
  }
  h1.lrg, h1.lrg-home {
    font-size: 3.5em;
    text-align: center;
  }
  h1.lt {
    margin-top: -175px;
    text-align: left;
  }
  h1.senses {
    margin-top: -175px;
    font-size: 5em;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    text-shadow: 1px 1px 10px var(--dark);
  }
  h2 {
    font-size: 1.8em;
    text-align: center;
  }
  img.clients, img.lt, img.senses {
    width: 100%;
  }
  .first-sense-top-spc {
    margin-top: var(--qrt);
  }
  .sense-width, .team-width {
    width: 75%;
    float: left;
  }
  .btn-center {
    text-align: center;
  }
  .mobile-center {
    text-align: center;
  }
  .hlf-width {
    width: 100% !important;
    margin: auto;
  }
}

@media screen and (max-width: 470px) {
  .avida-primary-logo {
    background-image: url("../assets/avida-primary-logo-mobile.svg");
    background-repeat: no-repeat;
  }
}
.industries {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin: 3rem 0;
}

.industry-card {
  border: 3px solid #ff8200;
  border-radius: 10px;
  padding: 2rem;
  text-align: center;
  font-size: 32px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: background 0.3s;
}

.industry-dropdown {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  position: relative;
  z-index: 2; /* ✅ Ensure it's above the industry-img */
}


.industry-card.open .industry-dropdown {
  max-height: none; /* Ensures full image reveal */
  margin-top: 1rem;
}

.industry-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none; /* ✅ ADD this */
}


/* Hover: light preview */
.industry-card:hover .industry-img {
  opacity: 1;
}

/* Click: full reveal */
.industry-card.open:hover .industry-img {
  opacity: 1;
}



.dropdown-content {
  text-align: center;
  padding: 2rem 1rem;
}

.dropdown-title {
  font-size: 1.75rem;
  color: #f1b529;
  margin-bottom: 0.5rem;
  letter-spacing: 6px;
  font-weight: 100;
}

.dropdown-description {
  font-size: 1rem;
  color: #ccc;
  max-width: 100%;
  margin: 0 auto 2rem auto;
  text-align: left;
  font-weight: normal;
}

.split-box {
  display: flex;
  width: 100%;
  height: 200px;
  background-color: #222;
  border-radius: 10px;
  overflow: hidden;
  z-index: 2; /* ✅ Ensure this is above industry-img */
  position: relative;
}


.split-text {
  flex: 0 0 60%;
  padding: 1.5rem;
  text-align: left;
}

.split-text h4 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #f1b529;
    text-align: left;
}

.split-text p {
  font-size: 1rem;
  line-height: 1.5;
  color: #ccc;
    text-align: left;
}

.split-image {
  flex: 0 0 40%;
  height: 100%;
  overflow: hidden;
}

.split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Crop the image */
  object-position: center;
  border-radius: 0 8px 8px 0;