.elementor-kit-223{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-5764552b:#4054B2;--e-global-color-3547d05d:#23A455;--e-global-color-70b89f71:#000;--e-global-color-69989370:#FFF;--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;}.elementor-kit-223 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end: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 *//* =============================================== */
/* FULL HYBRID FLIPBOX SYSTEM – FINAL FIX VERSION */
/* =============================================== */

/* Outer container */
.hybrid-flipbox {
    perspective: 1000px;
    width: 100%;
    height: 260px;
    position: relative;
    margin-bottom: 35px;
}

/* Rotating inner wrapper */
.hybrid-flipbox-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Flip on hover */
.hybrid-flipbox:hover .hybrid-flipbox-inner {
    transform: rotateY(180deg);
}

/* BOTH SIDES — EXACT MATCHED DIMENSIONS */
.hybrid-front,
.hybrid-back {
    position: absolute;
    width: 100%;
    height: 100% !important;
    min-height: 260px !important;
    backface-visibility: hidden;
    border-radius: 12px;

    /* NEW HARD OVERRIDES: perfect centering */
    display: flex !important;
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;

    padding: 0 !important;
    margin: 0 !important;
}

/* ----------------------------------------------- */
/* FRONT (image + overlay + icon + title)          */
/* ----------------------------------------------- */
.hybrid-front {
    background-size: cover !important;
    background-position: center !important;
    overflow: hidden;
    position: relative;
}

/* Dark overlay */
.hybrid-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.55) !important;
    z-index: 1;
    border-radius: 12px;
}

/* Front content */
.hybrid-front-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

/* Icon */
.hybrid-front i {
    font-size: 48px !important;
    color: #DCA54A !important;
    text-shadow: 0 0 6px rgba(0,0,0,0.7);
    margin-bottom: 8px;
}

/* Title */
.flip-title {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #DCA54A !important;
    text-shadow: 0 0 6px rgba(0,0,0,0.7);
    margin-top: 6px;
}

/* ----------------------------------------------- */
/* BACK PANEL                                       */
/* ----------------------------------------------- */
.hybrid-back {
    background: #ffffff !important;
    transform: rotateY(180deg);
    border: 1px solid #ddd;
    padding: 20px !important;

    /* NEW FIX: Force the text to center vertically */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column;
    text-align: center !important;
}

.hybrid-back p {
    margin: 0 !important;
    max-width: 90%;
    color: #333;
    line-height: 1.4;
    font-size: 16px;
}/* End custom CSS */