.elementor-kit-7{--e-global-color-primary:#B89944;--e-global-color-secondary:#54595F;--e-global-color-text:#010101;--e-global-color-accent:#B89944;--e-global-color-8d086b9:#FFFFFF;--e-global-color-10a7f96:#010101;--e-global-color-fe35659:#F8EDD9;--e-global-color-a23e729:#8E6821;--e-global-color-0b42b6a:#FFD484;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;background-color:#F8EDD9;font-family:"Montserrat", Sans-serif;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-primary );}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{color:var( --e-global-color-8d086b9 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.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 */.btn1 {
  position: relative;
  color: #fff;
  overflow: hidden;
}

.btn1::before {
  content: "";
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: #000;
  transition: all 0.4s ease;
  z-index: 0;
}

.btn1:hover::before {
  left: 0;
}

.btn1 span {
  position: relative;
  z-index: 1;
}
/*Button 1*/
.button1:hover {
  position: relative;
  overflow: hidden;
}

.button1::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #2c3e50;
  transform: scale(0);
  transition: transform 0.3s ease-in-out;
}

.button1:hover::after {
  transform: scale(1);
}
/*Button 2*/
.button2 {
  position: relative;
  overflow: hidden;
}

.button2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.5) 0%, transparent 80%);
  transform: skewX(-20deg);
}

.button2:hover::before {
  animation: shine 0.75s forwards;
}

@keyframes shine {
  100% { left: 125%; }
}
/*Button 3*/
.button3 {
  background: linear-gradient(90deg, #2c3e50, #3498db);
  background-size: 200% auto;
  transition: background-position 0.4s ease;
}

.button3:hover {
  background-position: right center;
}/* End custom CSS */