.elementor-kit-6 {
  /* Deep charcoal for readable text */
  /* A lighter gray for subtle accents */

  --e-global-color-primary: #3a86ff; /* Vibrant royal blue */

  --e-global-color-secondary: #2b2d42; /* Deep navy grey */

  --e-global-color-text: #555b6e; /* Soft cool gray for text */
  --e-global-color-accent: #8a8a8a; /* Warm golden accent *
  --e-global-typography-primary-font-family: "Poppins";
  --e-global-typography-primary-font-weight: 600;
  --e-global-typography-secondary-font-family: "Playfair Display";
  --e-global-typography-secondary-font-weight: 500;
  --e-global-typography-text-font-family: "Inter";
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-accent-font-family: "Poppins";
  --e-global-typography-accent-font-weight: 500;

  background-color: #f9fafb; /* Soft white background */
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1500px;
}

.e-con {
  --container-max-width: 1500px;
}

.elementor-widget:not(:last-child) {
  --kit-widget-spacing: 20px;
}

.elementor-element {
  --widgets-spacing: 20px 20px;
  --widgets-spacing-row: 20px;
  --widgets-spacing-column: 20px;
}

h1.entry-title {
  display: var(--page-title-display);
}

/* Responsive Adjustments */
@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;
  }
}
