@charset "UTF-8";
/* Theme Name: The AeroTrax Theme Theme URI: aerotrax.nl Author: AeroTrax Author URI: aerotrax.nl Description: Custom Template Made By Jo-Ann Remmelink Version: 1.0 Text Domain: AeroTrax */
:root {
  --bs-primary: $primary-color;
  --bs-secondary: $secondary-color;
  --bs-primary-rgb: 11,57,84;
  --bs-secondary-rgb: 200,29, 37;
}

/* Theme Name: The AeroTrax Theme Theme URI: aerotrax.nl Author: AeroTrax Author URI: aerotrax.nl Description: Custom Template Made By Jo-Ann Remmelink Version: 1.0 Text Domain: AeroTrax */
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #000;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body a {
  color: #0B3954;
}

.container {
  max-width: 1650px;
  overflow: hidden;
}

h1, h2, h3, .products li.product h2, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Orbitron", sans-serif;
}

h1, .h1 {
  font-size: 2.25rem;
  line-height: 2.8125rem;
}

h2, .h2 {
  font-size: 1.75rem;
  line-height: 2.25rem;
}

h3, .products li.product h2, .h3 {
  font-size: 1.375rem;
  line-height: 1.625rem;
}

h4, .h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

h5, .h5 {
  font-size: 1.125rem;
  line-height: 1.375rem;
}

.text-section .content {
  text-align: justify;
}
.text-section .content h1, .text-section .content h2, .text-section .content h3, .text-section .content .products li.product h2, .products li.product .text-section .content h2, .text-section .content h4, .text-section .content h5 {
  text-align: left;
}

.text-section .content p {
  margin-bottom: 12px;
}

.text-section .content h1:not(:first-of-type),
.text-section .content h2:not(:first-of-type),
.text-section .content h3:not(:first-of-type),
.text-section .content h4:not(:first-of-type),
.text-section .content h5:not(:first-of-type),
.text-section .content h6:not(:first-of-type) {
  margin-top: 1.5rem;
}

a {
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}

.bg-light-blue {
  background-color: #EAF5F8;
}

.header-img {
  width: 100%;
  height: 40vh;
  object-fit: cover;
}

.number {
  background-color: #0B3954;
  color: #FFF;
  font-size: 1.75rem;
  line-height: 3.125rem;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  text-align: center;
  margin-bottom: 20px;
}

.larger p, p.larger {
  font-size: 1.25rem !important;
  line-height: 1.875rem !important;
}

.smaller p, p.smaller, .products li.product p {
  font-size: 1rem;
  line-height: 1.875rem;
}

header {
  padding-top: 30px;
  padding-bottom: 30px;
}
header .navbar {
  height: 100%;
}
header .navbar .nav-item .nav-link {
  padding: 0 30px;
  line-height: 48px;
  font-weight: 500;
  color: #000;
}
header .navbar .nav-item .nav-link:hover {
  color: #0B3954 !important;
  opacity: 0.8;
}
header .navbar .nav-item .btn {
  margin-left: 15px;
}

.btn {
  border-radius: 32px !important;
  padding: 13px 28px !important;
  border: none;
  font-size: 18px;
  line-height: 22px !important;
  transition: opacity 300ms ease;
}
.btn.btn-primary {
  background-color: #0B3954 !important;
  color: #fff !important;
}
.btn.btn-secondary {
  background-color: #C81D25 !important;
}
.btn:hover {
  opacity: 0.8;
}

.link_with_arrow {
  text-decoration: none;
  border-bottom: 1px solid #91BFCE;
}
.link_with_arrow img {
  width: 20px;
}
.link_with_arrow.arrow_down {
  padding-bottom: 3px;
}
.link_with_arrow.arrow_down img {
  transform: rotate(90deg);
}

.img-fluid.logo {
  max-width: 300px;
}

.border-top-primary {
  border-top: 6px solid #0B3954;
}

.logo-rotate {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  position: absolute;
  top: calc(50% - 100px);
  left: -100px;
  z-index: 5;
  background-color: #FFF;
  padding: 20px;
}
.logo-rotate img {
  position: absolute;
}
.logo-rotate img.logo-arrow {
  border-radius: 50% !important;
}
.logo-rotate img.logo-fan {
  width: 70px;
  height: 70px;
  top: 35px;
  left: 35px;
}

section.homepage-hero {
  height: 70vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
section.homepage-hero .hero-content {
  max-width: 700px;
  flex: 0 0 auto;
}
section.homepage-hero .hero-content h1 {
  font-size: 36px;
  line-height: 45px;
}
section.homepage-hero .hero-content p {
  max-width: 600px;
}

section.text-section p {
  margin: 0 auto;
  max-width: 900px;
}
section.text-section .text-section-inner.bg-light {
  background-color: #FFF !important;
}
section.text-section .text-section-inner.bg-dark {
  padding: 80px 20px;
  background-color: #0B3954 !important;
  color: #FFF !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}
section.text-section .text-section-inner.bg-dark .btn {
  background-color: #FFF !important;
  color: #0B3954 !important;
}
section.text-section .text-section-inner.bg-dark a {
  color: #FFF !important;
}

section.panel-section {
  position: relative;
  background-color: #EAF5F8;
  z-index: 0;
}
section.panel-section:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: transparent url("/wp-content/uploads/2025/10/swirl.png") top center no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 0.06;
}
section.panel-section .container {
  position: relative;
  z-index: 2;
}

section.panel-numbers-section {
  background-color: #F7F7F7;
}

.panel, .products li.product {
  text-decoration: none;
  background-color: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  overflow: hidden;
  position: relative !important;
  transition: box-shadow 0.3s ease;
}
.panel:hover, .products li.product:hover {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3333333333);
}
.panel:hover img, .products li.product:hover img {
  transform: scale(1.1);
}
.panel .panel-image, .products li.product .panel-image {
  height: 270px;
  width: 100%;
  overflow: hidden;
  flex: 0 0 auto;
}
.panel .panel-image img, .products li.product .panel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
  display: block;
}
.panel .panel-bg-image, .products li.product .panel-bg-image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #91BFCE !important;
}

.nf-form-title, .nf-form-fields-required, .ninja-forms-req-symbol {
  display: none !important;
}

.nf-field-label label {
  font-weight: 300 !important;
  font-size: 16px !important;
}

.nf-field input {
  border: none !important;
  padding: 5px;
}

.form-img-container {
  height: 100%;
  position: relative;
}
.form-img-container img {
  height: 100% !important;
  object-fit: cover;
  width: 50vw !important;
  max-width: unset !important;
  left: 0;
  top: 0;
}

footer {
  background-color: #EAF5F8;
  padding-top: 50px;
  padding-bottom: 50px;
}
footer h3, footer .products li.product h2, .products li.product footer h2 {
  font-family: "Open Sans", sans-serif;
}
footer ul {
  list-style-type: none !important;
  padding-left: 0;
}

.products li.product {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.products li.product h2 {
  font-size: 1.375rem !important;
  line-height: 2rem !important; /* increased for readability */
  color: var(--text-color, #222);
  margin-bottom: 20px !important;
  padding-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* show up to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  /* perfectly matches 3 lines × 1.8rem = 5.4rem — add a small buffer */
  min-height: 110px;
  max-height: 110px;
  box-sizing: border-box;
}
.products li.product h2, .products li.product p {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.products li.product p {
  color: #000 !important;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of visible lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 4.5em !important; /* keeps consistent height */
}
.products li.product .btn {
  margin: 1.5rem !important;
}
.products li.product:hover img {
  transform: none !important;
}
.products li.product img {
  width: 100%;
  height: 300px !important; /* set a consistent height */
  object-fit: cover; /* crop instead of stretching */
}

.woocommerce-products-header p {
  max-width: 1200px;
}

.woocommerce div.product {
  display: inline-block !important;
}

.woocommerce-pagination {
  margin-bottom: 80px;
}

.description_tab a {
  font-weight: 300 !important;
}

.product-information {
  padding-top: 60px;
  padding-bottom: 60px;
}

.product_meta .posted_in {
  display: none !important;
}

@media screen and (max-width: 1199px) {
  h1, .h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .img-fluid.logo {
    max-width: 250px;
  }
  section.homepage-hero {
    height: 100vh;
  }
  section.homepage-hero .hero-content {
    max-width: 100%;
    display: block !important;
  }
  section.homepage-hero .hero-content h1 {
    font-size: 36px;
    line-height: 45px;
  }
  .form-img-container img {
    width: 100% !important;
  }
  footer h4 {
    line-height: 40px;
  }
  .woocommerce li.product {
    width: 100% !important;
  }
  h1 {
    font-size: 2.5rem;
    line-height: 2.9rem;
  }
}
/*
Debug
 */
@media screen and (max-width: 1199px) {
  .text-section img:not(.logo) {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    aspect-ratio: 16/9 !important; /* adjust if your images aren't 16:9 */
    animation: fadeIn 3s;
  }
  .text-section {
    /* Optional: prevent .h-100 from breaking images */
  }
  .text-section img.h-100 {
    height: auto !important;
  }
  .text-section {
    /* Extra safeguard for iOS WebKit rendering */
  }
  @supports (-webkit-touch-callout: none) {
    .text-section img:not(.logo) {
      transform: rotate(0deg);
    }
  }
}

/*# sourceMappingURL=style.css.map */
