.elementor-kit-9{--e-global-color-primary:#A2B4B4;--e-global-color-secondary:#6E8080;--e-global-color-text:#889A9A;--e-global-color-accent:#556666;--e-global-color-105a332:#A2B4B4;--e-global-color-1081ed1:#B8C5C5;--e-global-color-e04453c:#CFD7D7;--e-global-color-9e5470d:#E5E8E8;--e-global-color-fd93650:#889A9A;--e-global-color-5d16c67:#6E8080;--e-global-color-1409fb6:#556666;--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;color:#889A9A;}.elementor-kit-9 button:hover,.elementor-kit-9 button:focus,.elementor-kit-9 input[type="button"]:hover,.elementor-kit-9 input[type="button"]:focus,.elementor-kit-9 input[type="submit"]:hover,.elementor-kit-9 input[type="submit"]:focus,.elementor-kit-9 .elementor-button:hover,.elementor-kit-9 .elementor-button:focus{background-color:#F76C5E;color:#FFFFFF;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{color:#556666;}.elementor-kit-9 h1{color:#556666;}.elementor-kit-9 h2{color:#556666;}.elementor-kit-9 h3{color:#556666;}.elementor-kit-9 h4{color:#556666;}.elementor-kit-9 h5{color:#556666;}.elementor-kit-9 h6{color:#556666;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{color:#FFFFFF;}.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 *//* 🔘 Base Button Style */
.elementor-button {
  background-color: #a2b4b4 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 12px 28px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 12px rgba(162, 180, 180, 0.4);
  transition: all 0.3s ease-in-out;
}

/* 🔁 Hover Style */
.elementor-button:hover {
  background-color: #f76c5e !important;
  color: #ffffff !important;
  box-shadow: 0 6px 18px rgba(247, 108, 94, 0.5);
  transform: translateY(-2px);
}

/* 💥 Active/Click effect */
.elementor-button:active {
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}/* End custom CSS */