.elementor-11173 .elementor-element.elementor-element-1073c0bf{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--gap:22px 22px;--row-gap:22px;--column-gap:22px;--flex-wrap:nowrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:44px;--padding-bottom:0px;--padding-left:12px;--padding-right:12px;}.elementor-11173 .elementor-element.elementor-element-1073c0bf:not(.elementor-motion-effects-element-type-background), .elementor-11173 .elementor-element.elementor-element-1073c0bf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#D6D6D6;}.elementor-11173 .elementor-element.elementor-element-9121882 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-11173 .elementor-element.elementor-element-9121882{text-align:left;}.elementor-11173 .elementor-element.elementor-element-9121882 .dce-content{margin-bottom:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), arial, serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-search{--e-search-input-color:var( --e-global-color-text );}.elementor-widget-search.e-focus{--e-search-input-color:var( --e-global-color-text );}.elementor-widget-search .elementor-pagination{font-family:var( --e-global-typography-primary-font-family ), arial, serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-11173 .elementor-element.elementor-element-53509f0{--e-search-results-columns:1;--e-search-results-row-gap:3px;}.elementor-11173 .elementor-element.elementor-element-06fffcd{--spacer-size:100vh;}.elementor-11173 .elementor-element.elementor-element-06fffcd > .elementor-widget-container{padding:0% 0% 10% 0%;}@media(min-width:768px){.elementor-11173 .elementor-element.elementor-element-1073c0bf{--content-width:500px;}}/* Start custom CSS for container, class: .elementor-element-1073c0bf *//* Smooth scale and shadow effect on hover */
.wp-block-button__link {
  transition: all 0.3s ease !important;
}

.wp-block-button__link:hover {
  transform: scale(1.05) !important;
  box-shadow: 0 5px 15px rgba(12, 38, 155, 0.3) !important;
  background-color: #1a36b3 !important; /* Slightly lighter blue on hover */
}

/* Optional: Add a subtle pulse animation on hover */
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(12, 38, 155, 0.4); }
  70% { box-shadow: 0 0 0 10px rgba(12, 38, 155, 0); }
  100% { box-shadow: 0 0 0 0 rgba(12, 38, 155, 0); }
}

.wp-block-button__link:hover {
  animation: pulse 1.5s infinite;
}

/* Improved Search Box Styling with Smaller Button */
.e-search {
  max-width: 600px;
  margin: 0 auto;
}

.e-search-form {
  display: flex;
  align-items: center;
}

.e-search-input-wrapper {
  flex: 1;
  position: relative;
}

.e-search-input {
  width: 100%;
  height: 40px;
  padding: 4px 16px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 4px 0 0 4px;
  background-color: #fff;
  color: #333;
  box-shadow: none;
  transition: border-color 0.2s ease-in-out;
}

.e-search-input:focus {
  outline: none;
  border-color: #aaa;
}

.e-search-input::placeholder {
  color: #888;
  opacity: 1;
}

/* Hide the X icon */
.e-font-icon-svg.e-fas-times {
  display: none !important;
}



/* Style the submit button */
.e-search-submit {
  height: 40px;
  padding: 0 6px;
  background-color: #333;
  color: white;
  border: none;
  border-radius: 0 4px 4px 0;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.e-search-submit:hover {
  background-color: #444;
}

/* Hide the button text and just show the icon if one exists */
.e-search-submit .elementor-screen-only {
  display: none;
}

/* Remove any extra padding or margins */
.e-search-label {
  display: none;
}

/* Ensure the form doesn't have excessive padding */
.elementor-widget-container {
  padding: 0 !important;
}
.elementor-element.elementor-element-da86f1e {
    background: #d7d7d7;
}
.elementor-11173 .elementor-element.elementor-element-1073c0bf {max-height:1600px;}/* End custom CSS */