:root {
  --heading-color: black;
  --content-color: #313336d5;
  --accent-color: rgb(0, 139, 127);
  --accent-color-rgb: 0, 139, 127;
  --contrast-color: whitesmoke;
}

/*--------------------------------------------------------------
# Product Hero Section
--------------------------------------------------------------*/
.product-hero {
  width: 100%;
  min-height: 70vh;
  position: relative;
  padding: 80px 0 120px 0;
  display: flex;
  align-items: center;
}

.product-hero .hero-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.product-hero .container {
  position: relative;
  z-index: 3;
}

.product-hero h1 {
  margin: 0 0 20px 0;
  font-size: var(--text-hero);
  line-height: 1.15;
  color: black;
}

.product-hero p {
  color: var(--clr-text-muted);
  margin: 5px 0 20px 0;
}

.product-hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.product-hero-image-position {
  bottom: -125%;
  max-width: 110%;
  height: 250%;
}

.product-hero-image-position-old {
  bottom: -20%
}

@media (max-width: 640px) {
  .product-hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .product-hero p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }

  .product-hero .btn-get-started,
  .product-hero .btn-watch-video {
    font-size: 13px;
  }

  .product-hero-image-position {
    top: 50%;
    left: 25.5%;
    width: 53%;
    height: auto !important;
  }

  .product-hero-image-position-old {
    display: none;
  }
}

.product-hero .hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.product-hero .wave1 use {
  animation: move-forever1 10s linear infinite;
  animation-delay: -2s;
  fill: #fdbc31;
  opacity: 0.6;
}

.product-hero .wave2 use {
  animation: move-forever2 8s linear infinite;
  animation-delay: -2s;
  fill: #6fbf59;
  opacity: 0.4;
}

.product-hero .wave3 use {
  animation: move-forever3 6s linear infinite;
  animation-delay: -2s;
  fill: #498a7e;
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Applications / Compliance Section
--------------------------------------------------------------*/
.applications h3 {
  font-size: var(--text-xl);
  font-weight: 700;
  margin-bottom: 8px;
}

.applications h4 {
  font-size: clamp(0.95rem, 2.8vw, 1.2rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  opacity: 0.85;
}

.applications h4 span {
  opacity: 0.4;
  margin: 0 6px;
}

/* Compliance rounded images — smooth hover animation */

.applications .compliance-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1), filter 0.45s ease;
}

.applications .compliance-img-wrapper:hover img {
  transform: scale(1.12);
}

.applications .compliance-label {
  font-size: var(--text-sm);
  font-weight: 500;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.9);
  transition: color 0.3s ease;
}

.applications .compliance-col:hover .compliance-label {
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .applications .compliance-img-wrapper {
    width: 90px;
    height: 90px;
  }

  .applications .compliance-label {
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
# Advantage Section
--------------------------------------------------------------*/

section#advantage {
  padding-bottom: 0 !important;
}

.advantage .heading {
  margin-bottom: 4px;
}

.advantage h4 {
  font-size: clamp(0.95rem, 2.8vw, 1.2rem);
  font-weight: 600;
  color: black;
  line-height: var(--lh-snug);
}

.advantage p {
  font-size: 16px;
  color: var(--content-color);
}

.advantage i {
  color: var(--contrast-color);
}

.advantage-img-box {
  width: 100%;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--background-color);
  overflow: hidden;
}

.advantage-img-box img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.standby-cooling-img {
  width: 130% !important;
  max-width: 130% !important;
  height: auto !important;
  max-height: 130% !important;
  object-fit: contain !important;
  margin: -15% !important;
}

.advantage-img-box:has(.standby-cooling-img) {
  overflow: visible !important;
}

.advantage-image-carousel .carousel-inner {
  border-radius: 14px;
}

.advantage-slide-content {
  padding-right: 8px;
}

.advantage-counter {
  font-size: 13px;
  color: #888;
  font-weight: 500;
  letter-spacing: 0.04em;
}

/* ── Smooth crossfade animation for Advantage carousel ── */
#carouselExample .carousel-inner,
#carouselImageExample .carousel-inner {
  min-height: 260px;
  position: relative;
}

#carouselExample .carousel-item,
#carouselImageExample .carousel-item {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(12px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block !important;
  pointer-events: none;
  z-index: 0;
}

#carouselExample .carousel-item.active,
#carouselImageExample .carousel-item.active {
  opacity: 1;
  transform: translateY(0);
  position: relative;
  pointer-events: auto;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .advantage-img-box {
    height: 260px;
    margin-bottom: 24px;
  }
  #carouselExample .carousel-inner {
    min-height: 300px;
  }
}

.icon-container {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  gap: 20px;
  padding: 10px;
  scroll-snap-type: x mandatory;
}

.icon-wrapper {
  flex: 0 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  scroll-snap-align: start;
}

.icon {
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.icon:hover {
  transform: scale(1.2);
}

/* Hide scrollbar but allow scrolling */
.icon-container::-webkit-scrollbar {
  display: none;
}

.icon-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Responsive: Show 9 icons at once on large screens */
@media (min-width: 1200px) {
  .icon-container {
    justify-content: center;
  }
}

/*--------------------------------------------------------------
# Technical Features Section — Refined
--------------------------------------------------------------*/
section.technical-features {
  padding-bottom: 0 !important;
}

.technical-features .heading {
  margin-bottom: var(--sp-6);
  text-align: left;
}

/* Tab navigation — pill-style */
.technical-features .nav-tabs {
  border: none;
  background: #f1f5f9;
  border-radius: var(--radius-pill);
  padding: 4px;
  gap: 0;
  display: inline-flex;
}

.technical-features .nav-tabs .nav-item {
  flex-shrink: 0;
}

.technical-features .nav-tabs .nav-link {
  border: none;
  border-radius: var(--radius-md) !important;
  padding: 10px 28px;
  background: transparent;
  color: var(--clr-text-muted);
  transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
}

.technical-features .nav-tabs .nav-link h4 {
  font-size: var(--text-sm);
  font-weight: 600;
  margin: 0;
  color: inherit;
}


/* Tab content area */
.technical-features .tab-content {
  margin-top: var(--sp-7);
}

/* Accordion — clean & minimal */
.technical-features .accordion {
  border: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.technical-features .accordion-button:not(.collapsed) {
  background-color: rgb(242, 240, 239, 0.4) !important;
  color: black;
  box-shadow: none;
}

.technical-features .accordion-item {
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md) !important;
  overflow: hidden;
  background: #ffffff;
  transition: all 0.3s ease;
}

.technical-features .accordion-header button {
  font-size: var(--text-base);
  font-weight: 600;
  padding: 20px 24px;
  color: var(--clr-text-strong);
  border-radius: var(--radius-md) !important;
}

.technical-features .accordion-button:focus {
  box-shadow: none;
  outline: none;
}

.technical-features .accordion-button::after {
  transition: transform 0.3s ease;
}

.technical-features .accordion-body {
  padding: 16px 24px 24px;
}

/* Spec items grid inside accordion */
.technical-features .feature-item {
  padding: 16px 0;
  border-bottom: 1px solid #f1f5f9;
  margin-bottom: 0 !important;
  transition: background 0.25s ease;
}

.technical-features .feature-item:last-child {
  border-bottom: none;
}

.technical-features .feature-item .feature-content h5 {
  font-size: var(--text-xs);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
  color: var(--clr-text-muted);
}

.technical-features .feature-item .feature-content p {
  color: var(--clr-text-strong);
  font-size: var(--text-base);
  font-weight: 600;
  margin-bottom: 0;
  line-height: var(--lh-snug);
}

.technical-features .specifications-container .accordion-body .col-lg-6 {
  display: flex;
  align-items: center;
}

/* Spec sub-category labels */
.spec-category-label {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--clr-text-muted);
  border-bottom: 1px solid var(--clr-border);
  padding-bottom: 6px;
  margin-bottom: 1.25rem;
  margin-top: 0.5rem;
}

@media (max-width: 991.98px) {
  .technical-features .feature-item {
    text-align: center !important;
    margin-bottom: 0.5rem !important;
  }

  .technical-features .feature-item .d-flex {
    flex-direction: column;
    text-align: center;
    justify-content: center !important;
  }
  
  .technical-features .nav-tabs .nav-link {
    padding: 8px 18px;
  }

  .technical-features .nav-tabs .nav-link h4 {
    font-size: 12px;
  }
}

/* Sizes table — refined */
.technical-features .table {
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  font-size: var(--text-sm);
}

.technical-features .table tbody tr {
  transition: background 0.2s ease;
}

.technical-features .table td,
.technical-features .table th {
  vertical-align: middle;
  padding: 12px;
}

/* Features Services Styling */
/* Make all images in the featured-services section grayscale */
.featured-services img {
  filter: grayscale(100%);
  opacity: 0.8;
  transition: filter 0.5s ease;
}

/* Return to normal color on hover */
.featured-services img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

/*--------------------------------------------------------------
# Additional Features Tab 
--------------------------------------------------------------*/

#additional-features-tab .row {
  gap: var(--sp-7);
}

#additional-features-tab > .row > .col-12 {
  display: grid;
  grid-template-columns: 1fr;
}

#additional-features-tab .category-title {
  font-size: var(--text-md);
  font-weight: 600;
  color: var(--heading-color);
  margin: 0;
}

#additional-features-tab .features-grid {
  display: grid;
  gap: var(--sp-5);
}

#additional-features-tab .features-grid.grid-1 {
  grid-template-columns: 1fr;
  max-width: 400px;
}

#additional-features-tab .features-grid.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

#additional-features-tab .features-grid.grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

#additional-features-tab .feature-card:hover::before {
  transform: scaleX(1);
}

#additional-features-tab .feature-card-inner {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-4);
}

#additional-features-tab .feature-card-content {
  flex: 1;
}

#additional-features-tab .feature-card-title {
  font-size: var(--text-base);
  font-weight: 600;
  color: var(--heading-color);
  margin: 0 0 4px 0;
  line-height: 1.3;
}

#additional-features-tab .feature-card-desc {
  font-size: var(--text-sm);
  color:var(--content-color);
  margin: 0;
  line-height: 1.5;
  transition: color 0.3s ease;
}

/* Responsive */
@media (max-width: 1199.98px) {
  #additional-features-tab .features-grid.grid-3 {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }

  #additional-features-tab .feature-card {
    padding: 20px;
  }

  #additional-features-tab .feature-card-title {
    font-size: var(--text-sm);
  }

  #additional-features-tab .feature-card-desc {
    font-size: 12px;
  }
}

@media (max-width: 767.98px) {
  #additional-features-tab .features-grid.grid-2 {
    grid-template-columns: 1fr;
  }

  #additional-features-tab .features-grid.grid-3 {
    grid-template-columns: 1fr;
  }

  #additional-features-tab .category-header {
    gap: var(--sp-2);
    margin-bottom: var(--sp-5);
  }

  #additional-features-tab .category-icon {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  #additional-features-tab .category-title {
    font-size: var(--text-base);
  }

  #additional-features-tab .feature-card {
    padding: 18px;
  }

  #additional-features-tab .feature-card-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  #additional-features-tab .feature-card-title {
    font-size: var(--text-sm);
  }

  #additional-features-tab .feature-card-desc {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  #additional-features-tab {
    padding: var(--sp-4) 0;
  }

  #additional-features-tab .row {
    gap: var(--sp-5);
  }

  #additional-features-tab > .row > .col-12 {
    margin-bottom: var(--sp-4);
  }

  #additional-features-tab .category-header {
    padding-bottom: var(--sp-3);
    margin-bottom: var(--sp-4);
  }

  #additional-features-tab .feature-card {
    padding: 16px;
  }

  #additional-features-tab .feature-card-icon {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  #additional-features-tab .feature-card-title {
    font-size: 13px;
  }

  #additional-features-tab .feature-card-desc {
    font-size: 11px;
  }
}

/*--------------------------------------------------------------
# Product Gallery Section
--------------------------------------------------------------*/
.portfolio .portfolio-section-title {
  text-align: left;
  margin-bottom: var(--sp-6);
}

.portfolio .portfolio-section-title p {
  color: var(--clr-text-muted);
  max-width: 600px;
  margin: 0;
}

.portfolio .portfolio-content {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}

.portfolio .portfolio-content img {
  transition: 0.3s;
  height: 400px;
}

.portfolio .portfolio-content .portfolio-info {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.portfolio .portfolio-content .portfolio-info p {
  position: absolute;
  bottom: 10px;
  text-align: center;
  display: inline-block;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.portfolio .portfolio-content .portfolio-info .preview-link,
.portfolio .portfolio-content .portfolio-info .details-link {
  position: absolute;
  left: calc(50% - 40px);
  font-size: 26px;
  top: calc(50% - 14px);
  color: #fff;
  transition: 0.3s;
  line-height: 1.2;
}

.portfolio .portfolio-content .portfolio-info .details-link {
  left: 50%;
  font-size: 34px;
  line-height: 0;
}

.portfolio .portfolio-content:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-content:hover img {
  transform: scale(1.1);
}

.portfolio .swiper {
  padding-bottom: 50px;
}

.portfolio .swiper-pagination {
  bottom: 0px;
}

.portfolio h3 {
  font-size: clamp(0.95rem, 2.8vw, 1.2rem);
  font-weight: 600;
}

.portfolio p {
  color: var(--content-color) !important;
  font-size: 16px;
}

.brochure-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
  backdrop-filter: blur(2px);
}

.brochure-modal-overlay.active {
  display: flex;
}

.brochure-modal-container {
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  max-width: 600px;
  width: 100%;
  padding: 20px 40px;
  animation: slideUp 0.3s ease;
  position: relative;
  margin: auto 0;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.brochure-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 26px;
  color: #666;
  cursor: pointer;
  z-index: 10;
  transition: color 0.3s ease;
  padding: 5px 10px;
  line-height: 1;
}

.brochure-modal-close:hover {
  color: #333;
}

.brochure-modal-content {
  display: flex;
  flex-direction: column;
}

.modal-title {
  color: #1a1a1a;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.3;
}

.modal-subtitle {
  color: #666;
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.brochure-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-group label {
  color: #1a1a1a;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.3px;
}

.required-star {
  color: #e74c3c;
}

.form-input {
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  font-family: inherit;
  transition: all 0.3s ease;
  background: white;
}

.form-input::placeholder {
  color: #999;
}

.form-input:hover {
  border-color: #bbb;
}

.form-input:focus {
  outline: none;
  border-color: #0066cc;
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.08);
}

.form-input.error {
  border-color: #e74c3c;
  background-color: #fef8f7;
}

.form-input.error:focus {
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.08);
}

.error-text {
  color: #e74c3c;
  font-size: 12px;
  display: none;
}

.form-group.field-error .error-text {
  display: block;
}

.phone-input-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
}

.country-code-select {
  flex: 0 0 90px;
  padding: 12px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
  background: white;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
}

.country-code-select:hover {
  border-color: #bbb;
}

.country-code-select:focus {
  outline: none;
  border-color: #0066cc;
  box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.08);
}

.phone-input-wrapper .form-input {
  flex: 1;
}

.download-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  cursor: pointer;
  border: none;
  color: ghostwhite;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  padding: 10px 20px;
  background: linear-gradient(to right, #3DB552, #00AB94);
  border-radius: 12px;
  margin-top: 5px;
}

.download-btn svg {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
}

.download-btn span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: inline-flex;
  align-items: center;
}

.download-btn::before,
.download-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.download-btn::before {
  content: "";
  background: #1a1a1a;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

.download-btn:hover span {
  color: ghostwhite;
}

.download-btn:hover::before {
  display: block;
  transform: translate3d(100%, 0, 0);
}

.download-btn:active {
  transform: scale(0.95);
}

.download-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.privacy-text {
  font-size: 12px;
  color: #999;
  text-align: center;
  margin-top: 10px;
}

.toast-notification {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  padding: 20px 24px;
  max-width: 400px;
  width: 90%;
  display: none;
  align-items: flex-start;
  gap: 16px;
  z-index: 10000;
  animation: slideInRight 0.4s ease;
}

.toast-notification.show {
  display: flex;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideOutRight {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100px);
  }
}

.toast-notification.hide {
  animation: slideOutRight 0.4s ease forwards;
}

.toast-content {
  flex: 1;
}

.toast-title {
  color: #27ae60;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 6px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.toast-title:before {
  content: '✓';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #27ae60;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  font-size: 12px;
}

.toast-message {
  color: #666;
  font-size: 13px;
  margin: 0;
  line-height: 1.4;
}

.toast-close {
  background: none;
  border: none;
  color: #999;
  font-size: 20px;
  cursor: pointer;
  padding: 0;
  transition: color 0.3s ease;
  line-height: 1;
  flex-shrink: 0;
}

.toast-close:hover {
  color: #333;
}

@media (max-width: 480px) {
  .brochure-modal-container {
    max-width: 95%;
    padding: 30px 25px;
  }

  .modal-title {
    font-size: 20px;
  }

  .modal-subtitle {
    font-size: 12px;
  }

  .brochure-form {
    gap: 16px;
  }

  .phone-input-wrapper {
    gap: 6px;
  }

  .country-code-select {
    flex: 0 0 80px;
    font-size: 12px;
    padding: 10px 8px;
  }

  .toast-notification {
    bottom: 20px;
    right: 15px;
    left: 15px;
    width: auto;
    max-width: none;
  }
}

.products-cta {
  color: #ffffff;
  background: url("../img/backgrounds/cta.png") center / cover no-repeat;
}

.products-cta .secondary-btn {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.products-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: 2.2rem;
  letter-spacing: 0;
}

.products-cta p {
  max-width: 680px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.75;
}

.products-action-btn {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.products-action-btn::before {
  display: block !important;
  transform: translateX(-120%) skew(30deg);
  z-index: 0;
}

.products-action-btn:hover {
  transform: translateY(-2px);
  color: #ffffff !important;
}

.products-action-btn:hover::before {
  display: block !important;
  transform: translateX(0) skew(30deg);
}

/* Fix for navmenu link hover colors on product pages */
#header .navmenu a:hover,
#header .navmenu li:hover > a,
#header .navmenu .active,
#header .navmenu .active:focus,
#header .navmenu .toggle-dropdown:hover,
#header .mobile-nav-toggle:hover {
  color: var(--accent-color, #008b7f) !important;
}