.elementor-621 .elementor-element.elementor-element-e2029b0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-621 .elementor-element.elementor-element-67fdff8{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-621 .elementor-element.elementor-element-6b2b579 img{width:30%;}.elementor-621 .elementor-element.elementor-element-e0ee449 img{width:30%;}.elementor-621 .elementor-element.elementor-element-29d4d64 img{width:30%;}/* Start custom CSS for container, class: .elementor-element-67fdff8 */.elementor-element-67fdff8.e-con {
    background: transparent;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.elementor-element-67fdff8 .elementor-widget-image {
    width: 920px; /* Fixed width */
    height: 220px; /* Fixed height */
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.elementor-element-67fdff8 img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* This ensures images fill the container */
    border-radius: 10px;
    transition: transform 0.4s ease;
}

.elementor-element-67fdff8 .elementor-widget-image:hover img {
    transform: scale(1.05);
}

/* Responsive adjustments - Maintain fixed sizes but adjust layout */
@media (max-width: 1024px) {
    .elementor-element-67fdff8.e-con {
        gap: 15px;
        padding: 20px;
    }
    
    .elementor-element-67fdff8 .elementor-widget-image {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 768px) {
    .elementor-element-67fdff8.e-con {
        gap: 20px;
        padding: 20px 10px;
    }
    
    .elementor-element-67fdff8 .elementor-widget-image {
        width: 180px;
        height: 180px;
    }
}

@media (max-width: 480px) {
    .elementor-element-67fdff8.e-con {
        flex-direction: column; /* Stack vertically on mobile */
        align-items: center;
    }
    
    .elementor-element-67fdff8 .elementor-widget-image {
        width: 250px;
        height: 250px;
        margin-bottom: 20px;
    }
}

/* Fade in animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.elementor-element-67fdff8 .elementor-widget-image {
    animation: fadeInUp 0.5s ease forwards;
    opacity: 0;
}

.elementor-element-67fdff8 .elementor-widget-image:nth-child(1) {
    animation-delay: 0.1s;
}

.elementor-element-67fdff8 .elementor-widget-image:nth-child(2) {
    animation-delay: 0.2s;
}

.elementor-element-67fdff8 .elementor-widget-image:nth-child(3) {
    animation-delay: 0.3s;
}

.elementor-element-67fdff8 .elementor-widget-image:nth-child(4) {
    animation-delay: 0.4s;
}/* End custom CSS */