.elementor-kit-7{--e-global-color-primary:#343434;--e-global-color-secondary:#000000;--e-global-color-text:#FFFFFF;--e-global-color-accent:#916F4F;--e-global-color-bf5a293:#FFFFFF00;--e-global-typography-primary-font-family:"Jost";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Jost";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Jost";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Jost";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-secondary );color:var( --e-global-color-accent );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-accent );border-radius:0px 0px 0px 0px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-secondary );}.elementor-kit-7 a:hover{color:var( --e-global-color-accent );}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{color:var( --e-global-color-accent );box-shadow:8px 8px 0px 0px #916F4F;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@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 *//* Define Global Variables */
:root {
  --top-space: 120px;
  --bottom-space: 120px;
}

@media (max-width: 1024px) {
  :root {
    --top-space: 100px;
    --bottom-space: 100px;
  }
}

@media (max-width: 767px) {
  :root {
    --top-space: 80px;
    --bottom-space: 80px;
  }
}

.mt { margin-top: var(--top-space) !important; }
.mb { margin-bottom: var(--bottom-space) !important; }
.pt { padding-top: var(--top-space) !important; }
.pb { padding-bottom: var(--bottom-space) !important; }
.mtb {
  margin-top: var(--top-space) !important;
  margin-bottom: var(--bottom-space) !important;
}
.ptb {
  padding-top: var(--top-space) !important;
  padding-bottom: var(--bottom-space) !important;
}

/* Prevent rubber-band scroll bounce from revealing hidden content */
html, body { overscroll-behavior-y: none; }

/* Remove blue highlight on link click (focus & tap) */
a:focus, a:active {
    outline: none !important;
}
a {
    -webkit-tap-highlight-color: transparent;
}

/* Remove unwanted bottom spacing in columns */
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding-bottom: 0 !important;
}

/* Smooth transition for links & buttons */
a {
    transition: color 0.3s ease-in-out, opacity 0.5s ease-in-out;
}

button, .button, .elementor-button {
    transition: background-color 0.3s ease-in-out, transform 0.5s ease-in-out;
}

/* Smooth transition for text inside Elementor buttons */
.elementor-button-text {
    transition: color 0.5s ease-in-out, opacity 0.5s ease-in-out!important;
}

/* Smooth transition for Elementor button icons */
.elementor-button-icon svg {
    transition: transform 0.3s ease-in-out, fill 0.3s ease-in-out;
}

/* Remove bottom margin only for the last paragraph inside any container */
p:last-of-type {
    margin-block-end: 0 !important;
}/* End custom CSS */