/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

}
.redtrack-intro-section .intro-image-wrapper img {
  border-radius: 8px;
}
@media (max-width: 549px) {
    .redtrack-intro-section .intro-buttons-row .col-inner {
        text-align: center !important;
        margin-bottom: 10px;
    }
     .redtrack-intro-section .intro-button-demo {
         margin-right: 0;
     }
}

/* === Badge Banner Section === */
.redtrack-badge-banner-section {
  /* background-color: #f8f8f8; */
}
.badge-banner-row {
  /* gap: 30px; */
}
.badge-col .badge-banner__link {
  transition: opacity 0.3s;
}
.badge-col .badge-banner__link:hover {
  opacity: 0.8;
}
.badge-col-chrome .badge-banner__description {
  font-size: 0.9em;
  color: #555;
}
@media (max-width: 849px) {
  .badge-banner-row {
      /* flex-direction: column; */
  }
  .badge-col {
      margin-bottom: 15px;
      text-align: center;
  }
   .badge-col-chrome .badge-banner__link {
       justify-content: center;
   }
  .badge-col-meta .badge-banner__link img {
      margin-left: auto;
      margin-right: auto;
  }
}

/* === Media Logos Section === */
.redtrack-media-logos-section .ux-gallery .col {
    padding: 15px; /* Add padding around logos */
}
.redtrack-media-logos-section .ux-gallery img {
    max-height: 40px; /* Limit logo height */
    width: auto;
    margin: 0 auto;
    filter: grayscale(100%); /* Make logos grayscale */
    opacity: 0.7;
    transition: all 0.3s;
}
.redtrack-media-logos-section .ux-gallery .col:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}
.redtrack-media-logos-section .section-title h2 {
    margin-bottom: 30px;
}

/* === Why Choose Section === */
.redtrack-why-choose-section .featured-box .icon-box-img {
    margin-bottom: 15px; /* Space between icon and text */
    margin-right: 15px; /* For pos="left" */
}
.redtrack-why-choose-section .featured-box h4 {
    font-size: 1.2em;
    margin-bottom: 0.5em;
}
.redtrack-why-choose-section .featured-box p {
    font-size: 0.95em;
    color: #555;
}
@media (max-width: 849px) {
    .redtrack-why-choose-section .featured-box {
        /* Adjust alignment or spacing for tablet if needed */
    }
}
@media (max-width: 549px) {
    .redtrack-why-choose-section .featured-box {
       margin-bottom: 25px !important; /* Ensure spacing on mobile */
    }
    .redtrack-why-choose-section .featured-box .icon-box-img {
        margin-right: 0; /* Reset margin for center alignment on mobile maybe */
        margin-bottom: 10px;
    }
     .redtrack-why-choose-section .featured-box .icon-box-text {
        text-align: center; /* Center text on mobile if icon is centered */
     }
}

/* === Solution Tabs Section === */
.redtrack-solution-tabs-section .tabgroup.vertical > .nav-vertical {
    width: 30%; /* Adjust width of vertical nav */
    border-right: 1px solid #eee;
    padding-right: 20px;
}
.redtrack-solution-tabs-section .tabgroup.vertical > .nav-vertical .nav-line {
    display: none; /* Hide default line */
}
.redtrack-solution-tabs-section .tabgroup.vertical > .nav-vertical li a {
    padding: 15px !important;
    border-radius: 8px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    transition: all 0.3s;
    display: block; /* Ensure link takes full width */
}
.redtrack-solution-tabs-section .tabgroup.vertical > .nav-vertical li.active a {
    border-color: #eee;
    background-color: #f9f9f9;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}
.redtrack-solution-tabs-section .tabgroup.vertical > .tab-panels {
    width: 70%; /* Adjust width of content panel */
    padding-left: 30px;
}
.redtrack-solution-tabs-section .tab-title-wrapper {
    display: flex;
    align-items: center;
    text-align: left;
}
.redtrack-solution-tabs-section .tab-icon {
    margin-right: 15px;
    flex-shrink: 0;
}
.redtrack-solution-tabs-section .tab-main-title {
    font-size: 1.1em;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}
.redtrack-solution-tabs-section .tab-description {
    font-size: 0.9em;
    line-height: 1.4;
    margin-bottom: 0;
    color: #666;
}
.redtrack-solution-tabs-section .solution-sub-tabs .nav-tabs > li > a {
    padding: 8px 15px; /* Adjust sub-tab padding */
    font-size: 0.9em;
}
.redtrack-solution-tabs-section .solution-sub-tabs .tab-panel {
    padding-top: 30px; /* Space above sub-tab content */
}
.redtrack-solution-tabs-section .solution-sub-tabs h3 {
     font-size: 1.4em;
}
.redtrack-solution-tabs-section .tab-learn-more-button {
    margin-top: 15px;
}
/* Responsive for tabs */
@media (max-width: 849px) {
    .redtrack-solution-tabs-section .tabgroup.vertical > .nav-vertical,
    .redtrack-solution-tabs-section .tabgroup.vertical > .tab-panels {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        border-right: none;
        border-bottom: 1px solid #eee; /* Add border below nav */
        margin-bottom: 20px;
    }
    .redtrack-solution-tabs-section .tabgroup.vertical > .nav-vertical li {
        display: inline-block; /* Make tabs horizontal on mobile */
        margin-right: 5px;
    }
    .redtrack-solution-tabs-section .tabgroup.vertical > .nav-vertical li a {
        margin-bottom: 5px;
    }
}
@media (max-width: 549px) {
     .redtrack-solution-tabs-section .tab-icon {
         display: none; /* Hide icon on small screens */
     }
     .redtrack-solution-tabs-section .tab-title-wrapper {
         justify-content: center;
         text-align: center;
     }
    .redtrack-solution-tabs-section .tabgroup.vertical > .nav-vertical li {
        display: block; /* Stack tabs vertically again if needed */
        margin-right: 0;
    }
    .redtrack-solution-tabs-section .solution-sub-tabs .nav-tabs > li > a {
         padding: 6px 10px;
         font-size: 0.85em;
    }
     .redtrack-solution-tabs-section .solution-sub-tabs .tab-panel .col_inner {
         margin-bottom: 20px; /* Space between image/text columns on mobile */
     }
}

/* === Chrome Extension Section === */
.redtrack-chrome-ext-section .col {
    background-color: rgb(247, 248, 250); /* Re-apply bg color */
    border-radius: 10px;
    padding: 5%;
}
.redtrack-chrome-ext-section .chrome-ext-title h2 {
    margin-bottom: 0.5em;
}
.redtrack-chrome-ext-section .chrome-ext-button {
    margin-top: 20px;
}
@media (max-width: 549px) {
     .redtrack-chrome-ext-section .chrome-ext-text {
         margin-bottom: 30px; /* Space text and image on mobile */
     }
}

/* === Integrations Section === */
.redtrack-integrations-section .integrations-main-tabs .nav-pills > li > a {
    padding: 10px 25px; /* Adjust main tab padding */
    border-radius: 30px; /* Rounded pills */
}
.redtrack-integrations-section .integration-logo-item {
    margin-bottom: 25px;
    text-align: center;
}
.redtrack-integrations-section .integration-logo-item a {
    text-decoration: none;
    color: inherit;
    display: block;
}
.redtrack-integrations-section .integration-logo-item img {
    margin-bottom: 10px;
    transition: transform 0.3s;
    max-height: 60px; /* Ensure logos aren't too big */
    width: auto;
}
.redtrack-integrations-section .integration-logo-item p {
    font-size: 0.9em;
    margin-bottom: 0;
    color: #333;
}
.redtrack-integrations-section .integration-logo-item a:hover img {
    transform: scale(1.1);
}
.redtrack-integrations-section .integrations-main-tabs .tab-content .row_inner {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
@media (max-width: 549px) {
    .redtrack-integrations-section .integrations-main-tabs .nav-pills > li {
        display: block; /* Stack tabs on mobile if needed */
        margin-bottom: 5px;
    }
    .redtrack-integrations-section .integrations-main-tabs .nav-pills > li > a {
        padding: 8px 15px;
    }
     .redtrack-integrations-section .integration-logo-item {
        /* Adjust column span via shortcode if needed */
     }
}

/* === FAQ Section === */
.redtrack-faq-accordion .accordion-item .accordion-title {
    font-size: 1.1em;
    padding: 15px 20px;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #fff;
}
.redtrack-faq-accordion .accordion-item .accordion-title:after {
    /* Style the arrow icon if desired */
    font-size: 1.4em;
    right: 20px;
}
.redtrack-faq-accordion .accordion-item.active .accordion-title {
    background-color: #f9f9f9;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.redtrack-faq-accordion .accordion-item .accordion-inner {
    padding: 20px;
    border: 1px solid #eee;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 10px;
    margin-top: -10px; /* Overlap slightly with title */
    background-color: #fff;
}

/* === Footer Form Section === */
.redtrack-footer-form-section {
    background-color: #f8f9fa; /* Light background for the section */
}
.redtrack-footer-form-section .footer-form-left-col h2 {
    margin-bottom: 1em;
}
.redtrack-footer-form-section .feature-item .icon-box-img {
    margin-right: 10px; /* Space between icon and text */
    margin-bottom: 0; /* Reset default bottom margin */
}
.redtrack-footer-form-section .feature-item .icon-box-text p {
     margin-bottom: 0;
     font-size: 0.95em;
}
.redtrack-footer-form-section .feature-item {
     margin-bottom: 15px; /* Ensure spacing between items */
}
.redtrack-footer-form-section .hubspot-form-placeholder {
    /* Add styles for the form container if needed */
    /* background-color: #fff; */
    /* padding: 30px; */
    /* border-radius: 8px; */
    /* box-shadow: 0 5px 15px rgba(0,0,0,0.08); */
}
@media (max-width: 549px) {
    .redtrack-footer-form-section .footer-form-left-col {
        margin-bottom: 40px; /* Space between columns on mobile */
    }
     .redtrack-footer-form-section .feature-item {
        /* Ensure alignment looks good */
     }
}