/* ----- HERO CENTER FIX (section 88a8d62) ----- */

/* Center all widgets in this section */
.elementor-section.elementor-element-88a8d62 .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Override the ElementsKit left alignment */
.elementor-section.elementor-element-88a8d62 .elementskit-section-title-wraper.text_left {
  text-align: center !important;
}

/* Make the small "Welcome to CrawlSec" pill centered */
.elementor-section.elementor-element-88a8d62 .ekit-header-info {
  display: flex;
  justify-content: center;
  padding-left: 0;
}

/* Center the two CTA buttons and space them */
.elementor-section.elementor-element-88a8d62 .center-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  /* space between buttons */
  flex-wrap: wrap;
}

/* Safety: ensure the H1 and paragraph are centered regardless of theme styles */
.elementor-section.elementor-element-88a8d62 h1,
.elementor-section.elementor-element-88a8d62 p {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

/* --- your existing custom.css rules --- */


/* --- new spacing adjustments --- */



/* Space below the button row ("Join the Community" + "Contact Us") */
.elementor-section.elementor-element-88a8d62 .center-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 60px;
  /* adjust as needed */
}


/* Only adjust on desktop */



/* logo - about section  */
.logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.logo-centered {
  max-width: 60%;
  /* adjust logo size */
  max-height: 60%;
  object-fit: contain;
}