.elementor-14263 .elementor-element.elementor-element-c4dde54{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:50px 50px;--row-gap:50px;--column-gap:50px;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;--border-radius:30px 30px 30px 30px;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-14263 .elementor-element.elementor-element-c4dde54:not(.elementor-motion-effects-element-type-background), .elementor-14263 .elementor-element.elementor-element-c4dde54 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F0EAD8;}.elementor-14263 .elementor-element.elementor-element-5109068 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 20px 0px;}.elementor-14263 .elementor-element.elementor-element-ac933e2 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-14263 .elementor-element.elementor-element-ac933e2.elementor-element{--align-self:center;}.elementor-14263 .elementor-element.elementor-element-ac933e2 .qodef-e-inner{border-radius:22px 22px 22px 22px;}.elementor-14263 .elementor-element.elementor-element-eec2c86 > .elementor-widget-container{margin:100px 0px 0px 0px;padding:0px 0px 20px 0px;}.elementor-14263 .elementor-element.elementor-element-3ac190a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-14263 .elementor-element.elementor-element-3ac190a.elementor-element{--align-self:center;}.elementor-14263 .elementor-element.elementor-element-3ac190a .qodef-e-inner{border-radius:22px 22px 22px 22px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-14263 .elementor-element.elementor-element-c4dde54{--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-14263 .elementor-element.elementor-element-eec2c86 > .elementor-widget-container{margin:100px 0px 0px 0px;}}@media(max-width:767px){.elementor-14263 .elementor-element.elementor-element-c4dde54{--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for qi_addons_for_elementor_image_slider, class: .elementor-element-ac933e2 */.elementor-14263 .elementor-element.elementor-element-ac933e2 .swiper-wrapper {
      -webkit-transition-timing-function: linear !important;
      -moz-transition-timing-function: linear !important;
      -o-transition-timing-function: linear !important;
      transition-timing-function: linear !important; 
}/* End custom CSS */
/* Start custom CSS for qi_addons_for_elementor_image_slider, class: .elementor-element-3ac190a */.elementor-14263 .elementor-element.elementor-element-3ac190a .swiper-wrapper {
      -webkit-transition-timing-function: linear !important;
      -moz-transition-timing-function: linear !important;
      -o-transition-timing-function: linear !important;
      transition-timing-function: linear !important; 
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-c4dde54 *//* Ensure the flip box is styled correctly */
.elementor-flip-box {
  position: relative;
  perspective: 1000px; /* Create a 3D perspective if needed */
}

/* Front side styling */
.elementor-flip-box__front {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
  pointer-events: auto; /* Enable interactions */
}

/* Back side styling */
.elementor-flip-box__back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.6s ease-in-out;
  pointer-events: none; /* Disable interactions initially */
}

/* Trigger fade effect and interactivity on hover */
.custom-container:hover .elementor-flip-box__front {
  opacity: 0;
  pointer-events: none; /* Disable front side interaction */
}

.custom-container:hover .elementor-flip-box__back {
  opacity: 1;
  z-index: 2;
  pointer-events: auto; /* Enable back side interaction */
}/* End custom CSS */