.embed-container {
    text-align: center;
    position: relative;
    margin: 16px 0px;
    overflow: hidden;
    height: 400px;
    width: 100%;
}

.embed-container :is( iframe, object, embed ) {
    width: 100%;
    height: 100%;
    max-width: 750px;
    border-radius: 12px;
}

/* start elementor */
.elementor :is( embed, iframe, object, video ) {
    border-radius: 12px;
    max-width: 700px !important;
    width: 100%;
    margin: 0;
    height: 100%;
    line-height: 1;
    border: none;
}
/* end elementor */

.teknisa-cta {
    color: #2d68c4;
}

/** START TEKPOPUP **/
.teknisa-popup:target .tek_popup_child {
    margin: auto;
    overflow: auto;
    width: 100%;
}
.teknisa-popup:target .tek_popup_child::-webkit-scrollbar-thumb {
    border-radius: 100vh;
    background-color: #ccc;
}
.teknisa-popup:target .tek_popup_child::-webkit-scrollbar {
    width: 6px;
}
.teknisa-popup {
    display: none;
}
.teknisa-popup:target {
    position: fixed;
    display: flex;
    inset: 0;
    z-index: 5000;
    box-sizing: border-box;
    background-color: rgb(0 0 0 / .40);
}
.teknisa-popup-internal {
    background-color: white;
    padding: 32px;
    border-radius: 4px;
    display: flex;
    margin: auto;
    flex-direction: column;
    width: 600px;
    max-height: 80vh;
}

/* Media queries */
@media( max-width: 640px ){
    .teknisa-popup-internal{
        padding: 20px;
        margin-inline: 16px;
    }
}
/** END TEKPOPUP **/

/*start Tek Ebook*/
.tek__ebook-form {
    flex: 40%;
    place-self: center;
    padding: 24px;
    background: white;
    border-radius: 8px;
    box-shadow: 2px 4px 28px 4px #0000000a;
}
.tek__ebook-text {
    flex: 40%;
    padding: 16px;
    min-width: 300px;
}
.tek__ebook-wrapper {
    display: flex;
    padding: 24px;
    flex-wrap: wrap;
    column-gap: 48px;
}
/*End Tek Ebook*/