.elementor-kit-6{--e-global-color-primary:#0E55BD;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"SF Pro";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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 */.container-group {
    display: flex !important;
    width: 100% !important;
    height: 630px !important;
    overflow: hidden !important;
}

.container-group .box-item {
    flex: 1;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: flex 0.5s ease, transform 0.5s ease;
    cursor: pointer;
    position: relative;
}


/* Smooth expand on hover WITHOUT ANY GAP */
.container-group .box-item:hover {
    flex: 3 !important;
    transform: scale(1.03);
}

/* Shrink the rest completely (no blank space) */
.container-group .box-item:hover ~ .box-item,
.container-group .box-item:has(~ .box-item:hover) {
    flex: 0.0001 !important;
}

/* Smooth background zoom */
.container-group .box-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: inherit;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease;
    z-index: -1;
}

.container-group .box-item:hover::before {
    transform: scale(1.12);
}

/* Mobile */
@media (max-width: 767px) {
    .container-group {
        flex-direction: column !important;
        height: auto !important;
    }

    .container-group .box-item {
        height: 200px !important;
    }

    .container-group .box-item:hover {
        flex: none !important;
        height: 260px !important;
    }
}/* End custom CSS */