.elementor-kit-17{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-bcd0b49:#CFF1FF;--e-global-color-3f6b464:#E6FBFF;--e-global-color-59e6ac4:#267531;--e-global-color-e9792be:#D8FC93;--e-global-color-0c302df:#1B5E25;--e-global-color-7b3f7d1:#011504;--e-global-color-02f8913:#FFFFFF;--e-global-color-501d571:#1B1C5E;--e-global-color-2ae5e41:#263275;--e-global-color-363e51c:#B9EFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--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;}.elementor-kit-17 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */html, body {
    overflow-x: hidden;
}

.padding {
    padding-left:15px;
    padding-right:15px;
}

/* Use '.elementor-kit-17' to target the specific button widget you are editing */
.elementor-button {
    position: relative; /* Needed to position the ::before element */
    overflow: hidden;   /* Hides the slide-in element when it's outside the button */
    z-index: 1;         /* Ensures button content is above the background */
    transition: color 0.4s ease-in-out; /* Smoothly transitions text color */
}

/* This is the colored background that will slide in */
.elementor-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0; /* Starts with zero width */
    height: 100%;
    background-color: #006400; /* <<-- CHANGE THIS to your desired hover background color */
    transition: width 0.4s ease-in-out; /* This is the slide animation */
    z-index: -1; /* Places the background behind the text */
}

/* This is what happens when you hover over the button */
.elementor-button:hover {
    color: #ffffff !important; /* <<-- CHANGE THIS to your desired hover text color */
}

.elementor-button:hover::before {
    width: 100%; /* Expands the background to full width on hover */
}


/* --- Frosted Glass Container --- */
.blur {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.4);
  
  /* Optional: Add some padding and a subtle border */
  padding: 25px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.blur .elementor-field {
  background-color: rgba(255, 255, 255, 0.3) !important;
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  border-radius: 5px;
  color: #333 !important;
}
.blur .elementor-field::placeholder {
  color: white !important; /* Placeholder text color */
  opacity: 0.8; /* Make it slightly less prominent */
}/* End custom CSS */