.elementor-kit-41{--e-global-color-primary:#0054AF;--e-global-color-secondary:#336699;--e-global-color-text:#333333;--e-global-color-accent:#00FF00;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.5px;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#E0E0E0;color:#333333;}.elementor-kit-41 button,.elementor-kit-41 input[type="button"],.elementor-kit-41 input[type="submit"],.elementor-kit-41 .elementor-button{background-color:transparent;color:#000000;background-image:linear-gradient(180deg, #0056FF 0%, #00000000 100%);box-shadow:0px 0px 20px 0px #00FF7F;border-radius:25px 25px 25px 25px;}.elementor-kit-41 button:hover,.elementor-kit-41 button:focus,.elementor-kit-41 input[type="button"]:hover,.elementor-kit-41 input[type="button"]:focus,.elementor-kit-41 input[type="submit"]:hover,.elementor-kit-41 input[type="submit"]:focus,.elementor-kit-41 .elementor-button:hover,.elementor-kit-41 .elementor-button:focus{background-color:#0054AF;box-shadow:0px 0px 40px 15px rgba(0, 255, 0, 0.8);}.elementor-kit-41 e-page-transition{background-color:#FFBC7D;}.elementor-kit-41 h2{color:#333333;}.elementor-kit-41 h3{font-family:"Roboto", Lato;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{--lightbox-text-color:#FFFFFF;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Back-to-Top Button Styles (Unchanged) */
.back-to-top-btn {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  pointer-events: none;
}

.back-to-top-btn.visible {
  opacity: 1;
  pointer-events: auto;
}

/* Progress Bar Styles for Trend Meters */
.dynamic-trend-meter .elementor-progress-wrapper {
  background-color: #000 !important; /* Black background for unfilled portion */
  border-radius: 5px; /* Optional: Add rounded corners */
  overflow: hidden; /* Ensure the progress bar stays within bounds */
}

.dynamic-trend-meter .elementor-progress-bar {
  height: 100%; /* Ensure the bar fills the height of the wrapper */
  transition: width 0.3s ease-in-out, background-color 0.3s ease-in-out; /* Smooth animations */
}
/* ========== Responsive Fix for AI Cards ========== */

@media (max-width: 1024px) {
  .ai-card-container {
    display: flex;
    flex-direction: column;
    align-items: center;         /* ✅ Center-aligns the cards */
    justify-content: center;     /* ✅ Optional: centers in container */
    gap: 24px;
    padding: 20px 15px;
  }

  .ai-card {
    width: 100%;
    max-width: 500px;            /* ✅ Adds consistent width */
    box-sizing: border-box;
    padding: 24px;
    margin: 0 auto;
  }
}
/* Optional fade-in animation */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Container for the card section */
.ai-card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 20px;
}

/* Individual card styling */
.ai-card {
  width: 100%;
  max-width: 400px;
  flex: 1 1 300px;
  box-sizing: border-box;
  margin: 0 auto;
}

/* Optional: Add smooth animation if needed */
.ai-card {
  transition: all 0.3s ease-in-out;
}/* End custom CSS */