.elementor-kit-6{--e-global-color-primary:#1A1A1A;--e-global-color-secondary:#54595F;--e-global-color-text:#1A1A1A;--e-global-color-accent:#FF6B03;--e-global-color-4634e0d:#FF6B03;--e-global-color-5cfbc1d:#000000;--e-global-color-44b3781:#FFFFFF;--e-global-color-4a25789:#02010100;--e-global-color-db0304d:#858585;--e-global-typography-primary-font-family:"Noto Serif";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:50px;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:20px;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:20px;--e-global-typography-fa7ff69-font-family:"Noto Serif";--e-global-typography-fa7ff69-font-size:44px;--e-global-typography-fa7ff69-font-weight:600;--e-global-typography-fa7ff69-line-height:56px;--e-global-typography-75f0a42-font-family:"Noto Serif";--e-global-typography-75f0a42-font-size:28px;--e-global-typography-75f0a42-font-weight:500;--e-global-typography-75f0a42-line-height:36px;--e-global-typography-cfb8105-font-family:"Noto Serif";--e-global-typography-cfb8105-font-size:16px;--e-global-typography-cfb8105-font-weight:600;--e-global-typography-cfb8105-text-transform:uppercase;--e-global-typography-cfb8105-line-height:20px;--e-global-typography-f770372-font-family:"Inter";--e-global-typography-f770372-font-size:18px;--e-global-typography-f770372-font-weight:700;--e-global-typography-f770372-line-height:24px;--e-global-typography-96966b6-font-family:"Noto Serif";--e-global-typography-96966b6-font-size:20px;--e-global-typography-96966b6-font-weight:700;--e-global-typography-96966b6-line-height:28px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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);}.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;}}:root { --Black:#000000; --BigHeading:Inter; --White:#ffffff; --BigHeadingOrange:Inter; --Orange:#FF6B00; --paragraphText:Inter; --buttonborderradius:12px; --contactbuttonwidth:150px; --buttontext:Inter; --lightorange:#FF6B00; --gray:#f5f5f5; --grey:#858585; --yellow:#FFCA57; --pale_orange:#ffd9bf; }
/* Start custom CSS */.fc-card {
  perspective: 1000px;
}
.fc-inner {
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
  position: relative;
  width: 100%;
  height: 100%;
}
.fc-front,
.fc-back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.fc-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateY(180deg);
}
body:not(.elementor-editor-active) .fc-card:hover .fc-inner {
  transform: rotateY(180deg);
}
.fc2-card {
  perspective: 1000px;
  height: 500px;
}
.fc2-inner {
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.fc2-front,
.fc2-back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.fc2-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  transform: rotateY(180deg);
}
body:not(.elementor-editor-active) .fc2-card:hover .fc2-inner {
  transform: rotateY(180deg);
}

.service-card {
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-20px);
}/* End custom CSS */