/**
    Styles fixes and/or new styles that are not in the main css files
*/

:root {
    --airdog-color-primary: #144196;
    --airdog-color-secondary: #1E64F1;
}

.font2-i,
.font2 {
    color: var(--airdog-color-secondary) !important;
    font-weight: 400 !important;
}

.cat-group a .item-content {
    height: 35%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.pagebuilder-column > div:not(.footer-menu-list) > p {
    color: var(--airdog-color-secondary);
}

#view-all-posts-btn {
    color: #fff !important;
    background-color: var(--airdog-color-secondary);
}

#view-all-posts-btn:hover {
    background-color: var(--airdog-color-primary);
}

.btn.btn-primary {
    background-color: var(--airdog-color-primary);
}

.btn.btn-primary:hover {
    background-color: var(--airdog-color-secondary);
}

.btn.btn-primary span {
    color: #fff;
}



/* Glider slider - One card at a time with scroll */
@media (max-width: 768px) {
  .glider {
    overflow: visible !important;
    padding: 0 10px !important;
  }
  
  .glider-track {
    display: flex !important;
    margin: 0 !important;
    width: 100% !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important; /* Firefox */
  }
  
  .glider-track::-webkit-scrollbar {
    display: none !important; /* Hide scrollbar for Chrome/Safari */
  }
  
  .glider-slide {
    flex: 0 0 105% !important;
    width: 105% !important;
    scroll-snap-align: start !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
  }
  
  .glider-slide > * {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
}

/* Responsive styles */
@media (max-width: 768px) {
  /* Feature grid */
  .feature-grid {
    flex-direction: column;
    align-items: center;
    gap: 0px !important;
}   
  
  .feature-item {
    width: 100%;
    margin-bottom: 1rem;
  }
  
  /* Center product page */
  .product-page {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 768px) {
    #html-body [data-content-type=column].footer-social-content {
        width: 100%;
        padding: 20px;
    }

    a:not(:is(.nav-link, .hero .btn, .contact-options .option, .hero_ctas > a)):hover {
      color: #fff !important;
      text-decoration: none;
    }

    header a:not(.nav-link):hover {
        color: inherit !important;
    }
}
.pt-6 {
    padding-top: 1.5rem !important;
}


.product-info-header .product-item-link {
  color: black !important;
  text-decoration: none !important;
}

.product-info-header .product-item-link:hover {
  color: black !important;
  text-decoration: none !important;
}

.product-info-header .product-item-link:active {
  color: black !important;
  text-decoration: none !important;
}

/* Tech specs section - Bootstrap overrides */
.tech-specs {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}

.tech-specs h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #21282D;
  text-align: center;
}

.tech-specs .accordion {
  border: none;
  box-shadow: none;
  background: transparent;
}

.tech-specs .accordion-item {
  margin-bottom: 0 !important;
  padding-bottom: 5px !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  border-radius: 0 !important;
  overflow: visible !important;
  background-color: transparent !important;
}



.tech-specs .accordion-item:first-child {
  border-top: 1px solid #ccc !important;
}

.tech-specs .accordion-toggle {
  width: 100% !important;
  padding: 15px 0 !important;
  background-color: transparent !important;
  border: none !important;
  text-align: left !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  color: #333 !important;
  cursor: pointer !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  box-shadow: none !important;
}



.tech-specs .caret {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #4b5563;
  border-bottom: 2px solid #4b5563;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.tech-specs .accordion-item.active .caret {
  transform: rotate(-135deg);
  margin-top: 5px;
}

.tech-specs .accordion-content {
  max-height: 0 !important;
  overflow: hidden !important;
  transition: max-height 0.3s ease !important;
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
}

.tech-specs .accordion-item.active .accordion-content {
  max-height: 500px !important;
  padding: 0 0 15px !important;
}

.tech-specs .accordion-content ul {
  /* list-style: disc !important; */
  padding-left: 20px !important;
  margin: 0 !important;
}

.tech-specs .accordion-content li {
  margin-bottom: 8px !important;
  color: #21282D !important;
  text-align: left !important;
}

.tech-specs .accordion-content a {
  color: #333 !important;
  font-weight: 600 !important;
}

.tech-specs .accordion-content a:hover {
  color: #1E64F1 !important;
}
.usp-cms-block[data-content-type=row] .row-full-width-inner{
  padding-left: 0 !important;
}
.usp-cms-block.fw-block .usp-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px !important;
}
