/*aero classes are for "transportation-solutions-by-novavision", URL was changed after page was built*/ 

@media (min-width: 1px) and (max-width: 767px) {
  .navbar-logo img {
    max-height: 30px !important;
    width: auto !important;
    margin: 10px;
  }
}

#global-message {
  display: none;
}   

.floating-contact {
  display: none;
}

.limited-time-hologram-ship {
  background-color: #EBBC00;
  margin-top: 0px;
  padding-top: 10px;
  padding-right: 50px;
  padding-left: 40px;
  padding-bottom: 10px;
}

.jumbotron {
  background-size: cover;
  color: white;
  padding: 50px;
  margin: 0px !important;
  border-radius: 0 !important;
}

@media (min-width: 1px) and (max-width: 767px) {
  .jumbotron {
    text-align: center;
  }
}

.bolt-jumbotron {
  background: url('/images/landing_pages/railcar-bolt-seal-hero-shot.jpg') center;
  background-color: #144289;
}

.hologram-jumbotron {
  background: url('/images/landing_pages/hologram-hero-shot.jpg') center;
  background-color: #144289;
}

.health-jumbotron {
  background: url('/images/landing_pages/healthcare-solutions-hero-shot.jpg') center;
}

.manufacturing-jumbotron {
  background: url('/images/landing_pages/manufacturing-solutions-hero-shot.jpg') center;
}

.logistics-jumbotron {
  background: url('/images/landing_pages/logistics-solutions-hero-shot.jpg') center;
}

.cannabis-jumbotron {
  background: 
    linear-gradient(90deg, rgba(20,66,137,0.85) 38%, rgba(17,125,172,0.9) 84%), 
    url('/images/landing_pages/cannabis-application-flat-lay-hero-shot.jpg') center/cover no-repeat;
}
.aero-jumbotron-container {
    background-image: 
      linear-gradient(0deg, rgba(0,0,0,0.6699054621848739) 6%, rgba(20,66,137,0.7399334733893557) 84%),
      url('/images/landing_pages/aero-solutions-hero-shot.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;  
    position: relative;
    justify-content: space-evenly; 
    padding:1rem 1.5rem 5rem 1.5rem;
    width: 100%; 
    min-height: 50vh;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(2px);
    z-index: 0 !important;
  }

.lead {
  padding-right: 50px;
  padding-bottom: 40px;
  color: white;
}

@media (min-width: 1px) and (max-width: 767px) {
  .lead {
    padding-right:0px;
  }

  .cbd-h1 {
    padding-top: 20px;
    padding-bottom: 15px; 
  }
}

.button {
  background-color: #fcad26;
  border: none;
  border-radius: 30px;
  color: #144289;
  padding: 15px;
  margin-bottom: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: arial;
  font-size: 20px;
  font-weight: 700;
  transition-duration: 0.25s;
  cursor: pointer;
}
  
.button:visited { 
  background-color: #EBBC00;
  color: #144289;
  text-decoration: none;
}

.button:hover, .button:active {
  background-color: #D98900;
  color: #2B2B2B;
  text-decoration: none;
}


.button-black {
  background-color: black;
  border: none;
  border-radius: 1.43rem;
  color: white;
  padding: 1.5rem 1.7rem;
  margin-bottom: 1%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: arial;
  font-size: 1.6rem;
  font-weight: 600;
  transition-duration: 0.25s;
  cursor: pointer;
  text-transform: uppercase;
  width: auto;
  min-width: 13rem; 
  white-space: nowrap;
  letter-spacing: 0.1rem;
}
  
.button-black:visited { 
  background-color: black;
  color: white;
  text-decoration: none;
}

.button-black:hover, .button-black:active {
  background-color: #fcad26;
  color: #2B2B2B;
  text-decoration: none;
}

@media (max-width: 768px) {
  .button-black {
    padding: clamp(0.7rem, 4vw, 1.3rem);
    font-size: clamp(1rem, 4vw, 1.8rem);
    min-width: 11rem; /
  }
}

@media (max-width: 480px) {
  .button-black {
    padding: clamp(0.6rem, 5vw, 1.2rem); 
    font-size: clamp(0.9rem, 5vw, 1.5rem);
    min-width: 9rem;
  }
}

.button-blue {
  background-color: #144289;
  border: none;
  border-radius: 1.43rem;
  color: white;
  padding: 1.4rem 1.5rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: arial;
  font-weight: 600;
  transition-duration: 0.25s;
  cursor: pointer;
  width: auto;
  min-width: 13rem; 
  white-space: nowrap;
  letter-spacing: 0.1rem;

}
  
.button-blue:visited { 
  background-color: #144289;
  color: white;
  text-decoration: none;
}

.button-blue:hover, .button-blue:active {
  background-color: #fcad26;
  color: #2B2B2B;
  text-decoration: none;
}

@media (max-width: 768px) {
  .button-blue {
    padding: clamp(0.7rem, 4vw, 1.3rem); 
    font-size: clamp(1rem, 4vw, 1.8rem);
    min-width: 11rem; 
  }
}

@media (max-width: 480px) {
  .button-blue {
    padding: clamp(0.6rem, 5vw, 1.2rem); 
    font-size: clamp(0.9rem, 5vw, 1.5rem); 
    min-width: 9rem; 
  }
}


.button-white {
  background-color: white;
  border: none;
  border-radius: 6rem;
  color: black;
  padding: 2rem 5rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: arial;
  font-weight: 600;
  transition-duration: 0.25s;
  cursor: pointer;
  width: auto;
  min-width: 13rem; 
  white-space: nowrap;
}
  
.button-white:visited { 
  background-color: white;
  color: black;
  text-decoration: none;
}

.button-white:hover, .button-blue:active {
  background-color: #fcad26;
  color: #2B2B2B;
  text-decoration: none;
}

@media (max-width: 768px) {
  .button-white {
    padding: clamp(0.7rem, 4vw, 1.3rem); 
    font-size: clamp(1rem, 4vw, 1.8rem);
    min-width: 11rem; 
  }
}

@media (max-width: 480px) {
  .button-white {
    padding: clamp(0.6rem, 5vw, 1.2rem); 
    font-size: clamp(0.9rem, 5vw, 1.5rem); 
    min-width: 9rem; 
  }
}

.offering-container {
  margin: 15px 30px 40px;
}

p.free-samples-button {
  text-align:center;
  font-size:20px;
  margin: 25px;
}

a.free-samples-button {
  padding: 12px;
  display: inline-block;
}

@media (min-width: 1px) and (max-width: 767px) {
  .offering-container {
    margin: 25px;
  }
}

.offering-title {
  text-align: center;
  font-size: 35px;
  padding-bottom: 10px;
}

.equal-height-row {
  display: flex;
  align-items: stretch;
}

.thumbnail {
  flex: 1;
  justify-content: center;
  gap: 5px;
  margin: 10px;
  border-radius: 20px; 
  
}

.card-container {
  display: flex;
  justify-content: space-around;
  position: relative;
  z-index: 1;  
  height: auto;
  margin: 1rem;
}


/*&.blue-card-background {
  position: relative; 
  margin-top: -15%;
  padding-top: 18%; 
  padding-bottom: 4%;
  z-index: 2;
  background-color: #144289;
}*/

.card-rounded {
  background-color: white;
  border-radius: 3rem;
  /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  padding: 10%;
  /*text-align: center;*/
  max-width: 80%; 
  margin: 1rem 2rem;
  position: relative;
  z-index: 3;
  text-wrap: nowrap;
}

/* Circular image */
.card-image {
  width: 16rem;
  height:auto;
  object-fit: cover;
  margin: 0 0 2rem 0;
}

.card-text {
  font-family: Arial, sans-serif;
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
  margin-bottom: 1%;

}

/*.card-button {
  position: absolute;
  bottom: -1.5rem; 
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}*/

.card-header {
  color: black !important;
  font-size: 2.5rem;
  text-align: center;
}


@media (min-width: 1px) and (max-width: 767px) {
  .thumbnail {
    gap: 10px;
  }
}

.caption h2.caption-header  {
  font-size: 22px;
  padding-top: 0px;
  color: #144289;
}

.caption h3.caption-subheader {
  font-size: 18px;
  padding: 10px 5px 20px 5px;
  color: #117DAC !important;
}

.caption h2.bolt-caption-header  {
  font-size: 28px;
  padding-top: 0px;
  color: #144289;
}

.caption h2.cbd-caption-header  {
  font-size: 26px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #144289;
  text-align: left;
}

.caption h3.bolt-caption-subheader {
  font-size: 22px;
  padding: 10px;
  color: #117DAC !important;
}

.cbd-caption {
  margin-bottom: 40px;
}

.table-responsive {
  padding: 20px;
}

.industry-source {
  margin: 55px;
}

.industry-source h2.fact-header {
  font-size: 26px;
  margin-bottom: 25px; 
}

.industry-source p.fact-subtext {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 50px;
  color: #5a5a5a !important;
}

.industry-source p.fact-source{
  font-size: 16px;
  font-style: italic;
}

@media (min-width: 1px) and (max-width: 767px) {
  .industry-source {
    text-align: center;
    margin: 35px;
  }
}

.why-nv-background {
  background-color: #144289;
}

.why-nv-background h2.why-nv-header { 
  text-align: center;
  color: white !important; 
  font-size: 35px;
}

.why-nv-container {
  color: white;
  margin: 0px;
  padding: 40px;
}

.why-nv-col {
  padding: 0 15px;
}
 
.why-nv-header {
  text-align: center;
  color: #ffffff !important;
  font-size: 35px;
}

.why-nv-subheader {
  text-align: center;
  font-size: 20px;
}

.why-nv-text {
 font-size: 16px;
 color: #5a5a5a;
}
 
@media (min-width: 1px) and (max-width: 767px) {
  .why-nv-container {
    text-align: center;
  }
}

@media (min-width: 1px) and (max-width: 767px) {
  .why-nv-mobile-space {
    margin-bottom: 45px;
  }
}
  
@media (min-width: 1px) and (max-width: 767px) {
  .sales-container {
    margin: 10px;
  }

  .thumbnail p {
    text-align: center;
  }
}

.thumbnail p {
  text-align: left;
}

.sales-container h2.sales-container-header {
  text-align: center;
  font-size: 35px;
  padding-top: 20px;
  color: #117DAC !important;
}

.sales-thumbnail {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 10px;
  padding: 10px;
  background-color: #f5f5f5;
  border-radius: 20px;
}

.sales-contact {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 0px;
  padding: 0px;
}

@media (min-width: 1px) and (max-width: 767px) {
  .sales-contact {
    margin-bottom: 20px;
  }

  .sales-contact-info h3.sales-name {
    font-size: 14px;
  }

  .sales-rep-img {
    margin-top: 45px;
  }
}

.sales-rep-img {
  max-width: 175px;
  max-height: 175px;
  background: rgb(33,140,204);
  padding: 8px;
}

.sales-contact-info {
  float: right;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.sales-contact-info h3.sales-name {
  font-size: 25px;
}

.sales-contact-info h4.sales-title {
  font-size: 18px; 
}

.sales-email {
  text-decoration: none;
  color: #158EC3;
}

.sales-email:hover {
  text-decoration: none;
  color:#144289;
}


.sales-appt-email {
  text-decoration: none;
  color: white;
}

.sales-appt-email:hover {
  text-decoration: none;
  color:white;
}

.demo-iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.shopper-approved-feed {
  padding: 30px;
}

.limited-time {
  background-color: #158EC3;
  padding-top: 10px;
  padding-right: 60px;
  padding-left: 60px;
  padding-bottom: 30px;
}

@media (min-width: 1px) and (max-width: 767px){
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 1px) and (max-width: 767px) {
  .visible-xs {
    display: none !important;
  }
}

#landing-contact-cta {
  background: linear-gradient(90deg, rgba(20,66,137,1) 41%, rgba(17,125,172,1) 84%) !important;
  color: #fff !important;
  font-weight: bold !important;
  padding: 10px 0 !important; 
  border: none !important;
  border-radius: 25px !important; 
  text-align: center; 
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease; 
}

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 0px;
}

#landing-contact-cta:hover {
  background-color: #158EC3 !important; 
  color: #fff !important;
}

#landing-contact-cta:focus {
  outline: 3px solid #144289 !important; 
  outline-offset: 4px !important;
}

.cbd-button-sizing {
    width: 40%;
}

@media (min-width: 1px) and (max-width: 767px){
  .cbd-button-sizing {
      width: 90%;
      margin-top: 5px;
    }

    .blog-snippet-container {
      text-align: center;
    }

    .blog-snippet-header {
      margin-left: 0px !important;
    }

  .blog-snippet-subtext { 
      margin-left: 0px !important;
    }

    .blog-link-button {
      margin-left: 0px !important;
    }

    .blog-snippet-background {
      margin: 0px; 
      padding: 0px; 
  }
}

.blog-snippet-container {
    background-color: #144289;
    margin: 0px; 
    padding: 0px; 
}

.blog-snippet-background {
    margin: 0px; 
    padding: 40px; 
}

.blog-snippet-header {
    color: white !important;
    font-size: 30px;
    margin-bottom: 25px; 
    margin-left: 30px;
}

.blog-snippet-subtext { 
    color: white !important; 
    font-size: 20px;
    margin-bottom: 70px;
    margin-left: 30px;
}

.blog-link-button {
   margin-left: 20px;
   margin-bottom: 20px;
}

.cbd-h1 {
  padding-bottom: 10px;
  padding-top: 65px;
}

.mjbizcon-contact-cta {
  display: flex; 
  justify-content: center; 
  align-items: center; 
  flex-wrap: wrap; 
  gap: 15px; 
  background-color: #EBBC00;
  padding: 15px 15px; 
  margin: 0; 
}

.mjbizcon-background {
  display: flex; 
  justify-content: center; 
  align-items: center; 
  gap: 30px; 
  margin: 0;
  padding: 8px;
  flex-wrap: wrap; 
}

.mjbizcon-header {
  margin: 0; 
  font-size: 20px;
  color: #144289 !important;
  text-align: center;
}

.jennifer-mjbizcon-contact-button {
  background-color: #144289;
  border: none;
  border-radius: 30px;
  color: white !important;
  padding: 12px;
  font-family: Arial;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition-duration: 0.25s;
  text-decoration: none;
}

.jennifer-mjbizcon-contact-button:visited { 
  background-color: #144289;
  color: white !important;
  text-decoration: none;
}

.jennifer-mjbizcon-contact-button:hover, .jennifer-mjbizcon-contact-button:active {
  background-color: #103369;
  color: white;
  text-decoration: none;
}

@media (max-width: 767px) {
  .mjbizcon-header {
    font-size: 24px; 
    text-align: center;
    margin-bottom: 15px; 
  }

  .jennifer-mjbizcon-contact-button {
    font-size: 18px; 
    padding: 12px; 
    margin-bottom: 20px; 
  }
}

@media (max-width: 767px) {
  .mjbizcon-background {
    flex-direction: column; 
    gap: 10px; 
  }

  .jennifer-mjbizcon-contact-button {
    margin-top: 10px; 
  }
}

.industry-source-cbd {
  padding:55px;
  background:linear-gradient(90deg, rgba(20,66,137,1) 41%, rgba(21,142,195,1) 84%);
  color: white;
}

.industry-source-cbd h2.fact-header {
  font-size: 26px;
  margin-bottom: 25px; 
  color: white;
}

.industry-source-cbd p.fact-subtext {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 50px;
  color: white;
}

.industry-source-cbd p.fact-source{
  font-size: 16px;
  font-style: italic;
  color: white;
}

@media (max-width:767px) {
  .mobile-display-none {
    display: none;
  }
}

.aero-flex-container {
  display: flex;
  justify-content: space-between; 
  align-items: center;       
  flex-wrap: wrap;              
  gap: 20px;                    
  padding: 20px;              
  width: 100%;                 
  box-sizing: border-box;      
}


.aero-text-overlay {
  color: white;
  position: relative;
  z-index: 2 !important;
  width: 50%;
  border-radius: 3rem; 
  margin:  4% 2%;
  padding: 3%; 
  text-align: left;
}

.aero-white-logo {
  margin-bottom: 0rem;
  width: 80%;
  height: auto;
}

.aero-header {
  color: white !important;
  letter-spacing: 0.1rem;
  font-size : clamp(2.5em, 6vw, 4em);
  margin-left: 1rem;
}

.aero-header-subtext {
  line-height: 1.5;
  margin-top: 2.5rem;
  margin-left: 1rem;
  font-size: clamp(0.9em, 3vw, 1.3em);
  text-align: left;
}

.aero-sl-header {
  text-align: center;
  color: white !important;
  font-size : clamp(0.8em, 3vw, 1.5em);
  line-height: 1.5;

}

.aero-sl-logo {
  margin-top: 2rem;
  width: 65%;
  height: auto;
}

.aero-sl-content {
  flex: 1;                      /* Allow the right content to grow/shrink */
  max-width: 50%;               /* Prevent the right content from exceeding half the container width */
  text-align: center;
  margin-top: 3rem;           /* Center-align the right content */
}

/* Flex behavior on smaller screens */
@media (max-width: 768px) {
  .aero-flex-container {
      flex-direction: column;   /* Stack the two sections vertically */
      align-items: center;      /* Center-align items in the column layout */
  }

  .aero-sl-content,
  .aero-text-overlay {
      max-width: 100%;          /* Allow full width for both sections */
  }
}


@media (max-width: 768px) {
  .aero-text-overlay {
    width: 90%; 
    padding: 6%; 
    margin: 3rem auto; 
    border-radius: 1.5rem;
  }
  .aero-header {
    font-size: clamp(4em, 6vw, 6.5em);
    margin-left: 1.5rem; 
  }

  .aero-header-subtext {
    font-size: clamp(2rem, 3vw, 3.5rem);
    margin-left: 1.5rem;
  }
}

@media (max-width: 480px) { 
  .aero-text-overlay {
    width: 95%; 
    padding: 4%; 
    margin: 2rem auto; 
    border-radius: 2rem; 
  }
  .aero-header {
    font-size: clamp(3em, 6vw, 4em);
    margin-left: 1rem;
  }

  .aero-header-subtext {
    font-size: clamp(0.9em, 3vw, 1.2em); 
    margin-left: 1rem;
  }
}


.aero-sl-c-callout-img {
  height: auto;
  width: 95%;
  margin-top: -10rem;
}

.aero-sl-c-callout-spotlight p {
  font-style: italic; 
  font-size:clamp(0.5em, 4vw, 1.2em);
  margin:  -41rem 1rem 0rem 71rem;


}
.aero-sl-c-callout-quote {
  z-index: 2 !important;
  padding: 1rem; 
  text-align: center;
  max-width: 25%;
  position: relative;

}

@media (max-width: 768px) {
  .aero-sl-c-callout-img {
    margin-top: -5rem;
  }

  .aero-sl-c-callout-quote {
    justify-content:end;
    align-items:center;
    z-index: 2 !important;
    padding: 1rem; 
    text-align: left;
    max-width: 80%;
    margin-top: -5rem;
    position: relative;
    z-index: 3;
  
  }

  .aero-sl-c-callout-spotlight p {
    margin: 2rem 5rem;
  }

  .aero-sl-c-callout-details {
    margin: 5rem 4rem 4rem 5rem;
}

ul.aero-callout-list li {
  margin-left: -1rem !important;
  font-size:clamp(0.7em, 3vw, 1em);

}
.aero-sl-c-callout-details p {
  font-size:clamp(0.6em, 3vw, 1.1em);
  max-width: 90% !important;

}
}

@media (max-width: 480px) { 
  .aero-sl-c-callout-spotlight p {
    margin: 2rem 5rem;
  }

  .aero-sl-c-callout-details {
    margin: 5rem 4rem 4rem 5re
  }



}

.aero-sl-c-callout-details {
    margin: 8.5rem 4rem 4rem 5.5rem;
    color: black !important;
}

.aero-sl-c-callout-details h2 {
  text-transform: uppercase;
  font-weight: 800;
  font-size:clamp(1.8em, 4vw, 2.4em);
  color: black !important;
  margin: 1rem 1rem 2.8rem 1rem;

}

.aero-sl-c-callout-details p {
  font-size:clamp(0.6em, 3vw, 1.1em);
  max-width: 75%;

}

ul.aero-callout-list li {
  list-style-image: none;
  line-height: 2.7rem;
  margin-left: -8.7rem;
  font-size:clamp(0.7em, 3vw, 1em);

}


.aero-button-container {
  margin: 5rem 0rem 7rem 0rem;
}
.aero-button-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
  margin-left: 7rem;
}

.aero-sample-button {
  font-size: clamp(0.8em, 4vw, 1.4em);
  border-radius: 1.5rem;
  margin-top: 2rem;
}

.landing-multi-table-header {
  text-align: center;
}


.landing-sales-appt-container {
  background-color: #144289;
  color: white !important;
  padding: 8rem;
  display: flex;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
  align-items: center; /* Center items vertically */
  justify-content: space-between; /* Distribute space between elements */
}

.landing-sales-appt-contact-info {
  font-size: clamp(1em, 4vw, 1.6em);
  flex: 1; /* Allow flexible width */
  text-align: left;
}

.sales-appt-booking {
  flex: 1; /* Allow flexible width */
  text-align: center; /* Center-align the button */
  display: flex; /* Use flexbox for vertical alignment */
  align-items: center; /* Center the button vertically */
  justify-content: center;
}
.landing-booking-button {
  font-size: clamp(0.6em, 4vw, 1.4em);
  color: black; ;
  display: inline-block;
}

.landing-full-color-logo {
  margin: 6rem 3rem 5rem 3rem;
  max-width: 38%;
  height: auto;
}

.landing-nv-company-story {
  display: flex;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
  align-items: flex-start; /* Center items vertically */
  justify-content: space-between;
  gap: 4rem;
  margin: 0rem 5rem 5rem 3rem;

}

.landing-nv-mission {
  flex: 1;
}

.landing-nv-mission p {
  color: #144289 !important;
}

.landing-about-company-highlights {
  flex: 1;
}

ul.landing-about-company-highlights-list li {
  list-style-image: none;
  font-size:clamp(0.7em, 3vw, 1em);
  color: #144289 !important;

}

.landing-footer {
  display: flex;
  flex-wrap: wrap; 
  align-items: flex-start; 
  justify-content: space-between; 
  column-gap: 13rem;
  padding: 2rem;
}

.landing-socials {
  flex: 1; 
  min-width: 300px;
}

.landing-contact-details {
  display: flex; 
  flex-wrap: wrap; 
  justify-content: flex-start;
  row-gap: 0.2rem; 
  column-gap: 9rem;
  flex: 2;
  min-width: 300px;
}

.landing-color-submark-logo {
  margin-bottom: 0rem;
  width: 6%;
  height: auto;
  display: inline-block;
}

.landing-contact-details p {
  margin: 0; 
  flex: 1; 
  min-width: 150px; 
}

@media (max-width: 768px) {
  .landing-footer {
    flex-direction: column; 
    align-items: flex-start;
    gap: 2rem;
  }

  .landing-contact-details {
    flex-direction: column;
    align-items: flex-start; 
  }

  .landing-color-submark-logo {
    margin-bottom: 1rem; 
    width: 20%;
  }
}

.landing-multi-table-container {
  margin: 3rem;
  padding: 3rem;
}

.landing-text-transform {
  text-transform: uppercase;
}

.landing-multi-table-header {
  text-align: center !important;
  font-size:clamp(0.7em, 3vw, 1.1em);
  font-weight: 700;
}

.landing-multi-table-hidden {
  display: hidden !important;
}


.pagination-wrapper {
  text-align: center; 
  margin-top: 15px;   
}

.dataTables_paginate {
  display: inline-block;
}

div.pagination-wrapper {
  text-align: center;
  margin-top: 15px;
}

div.pagination-wrapper nav button.dt-paging-button {
  display: inline-block; 
  padding: 10px 16px;    
  margin: 0 5px;        
  border: 1px solid #ccc; 
  border-radius: 4px;   
  background-color: #f5f5f5; 
  color: #333;          
  font-size: 14px;       
  cursor: pointer;       
  text-decoration: none; 
  transition: all 0.3s ease;
}

/* Style the active (current) button */
div.pagination-wrapper nav button.dt-paging-button.current {
  background-color: #144289; 
  color: white;            
  border-color: #144289;    
  cursor: default;         
}

/* Style disabled buttons */
div.pagination-wrapper nav button.dt-paging-button.disabled {
  background-color: #e9ecef; /* Muted gray background */
  color: #6c757d;           /* Muted text color */
  border-color: #ddd;       /* Light gray border */
  cursor: not-allowed;      /* Disabled cursor */
}

/* Hover effect for enabled buttons (optional, remove if undesired) */
div.pagination-wrapper nav button.dt-paging-button:not(.disabled):hover {
  background-color: #144289; /* Blue background on hover */
  color: white;             /* White text on hover */
  border-color: #144289;    /* Blue border on hover */
}

#multi-table-description {
  text-align: center;
}

.black-swatch {
  height: 20px;
  width: 20px;
  background-color: black;
  border-radius: 50%;
  display: inline-block;
  margin: 0rem 0.5rem;
}

.red-swatch {
  height: 20px;
  width: 20px;
  background-color: #cc0000;
  border-radius: 50%;
  display: inline-block;
  margin: 0rem 0.5rem;
}

.yellow-swatch {
  height: 20px;
  width: 20px;
  background-color: #ffcc00;
  border-radius: 50%;
  display: inline-block;
  margin: 0rem 0.5rem;
}

.green-swatch {
  height: 20px;
  width: 20px;
  background-color: #33cc66;
  border-radius: 50%;
  display: inline-block;
  margin: 0rem 0.5rem;
}

.blue-swatch {
  height: 20px;
  width: 20px;
  background-color: #0033cc;
  border-radius: 50%;
  display: inline-block;
  margin: 0rem 0.5rem;


}

.orange-swatch {
  height: 20px;
  width: 20px;
  background-color: #cc3300;
  border-radius: 50%;
  display: inline-block;
  margin: 0rem 0.5rem;
}

span.other-colors {
  text-transform: none;
  font-weight: 300 !important;
  font-size:clamp(0.2em, 2vw, 0.6em) !important;
  line-height: 0.7;
  margin-top: -0.1rem;
}



/* Overall description container */
#multi-table-description .description-container {
  display: flex;
  flex-wrap: wrap;           
  justify-content: center;  
  align-items: flex-start;  
  margin: 4.5rem 0rem;
  gap: 20px;                
}

/* Title styling */
#multi-table-description .description-title {
  font-weight: 900;
  text-align: left;
  font-size: clamp(1em, 4vw, 1.8em);
  flex: 0 0 auto;            
  white-space: nowrap;       
}

/* Description text styling */
#multi-table-description .description-text {
  text-align: left;
  font-size: 14px;
  color: #555;
  flex: 1 1 400px;           
  word-wrap: break-word;    
  max-width: 750px;         
}


.aero-bolt-table-img {
  width: 70%;
  height: auto;
  margin-bottom: 2rem;
}


.landing-multi-table-tr {
  vertical-align: middle !important;
}