.elementor-2207 .elementor-element.elementor-element-ae63653{--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 );}body.elementor-page-2207:not(.elementor-motion-effects-element-type-background), body.elementor-page-2207 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#DFF6FF;}/* Start custom CSS */.item-img.img-parallax {
    position: relative;
    width: 100%;
    min-height: 120vh;          /* alanı uzattık */
    background-image: url("https://www.canigrup.com/wp-content/uploads/2026/02/harita.png");
    background-size: contain;   /* tamamı sığsın */
    background-position: center top; /* alt ülkeler gelsin */
    background-repeat: no-repeat;
    background-color: transparent;     /* boş kalan yerler siyah */
}

.item-img.img-parallax img {
    display: none !important;
}

@media (max-width: 768px) {
    .item-img.img-parallax {
        min-height: 160vh;          /* alan büyür */
        background-size: 200%;      /* zoom etkisi */
        background-position: center top;
    }
}/* End custom CSS */