.jrow {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* Temel Column Yapısı */
[class*="jcol-"] {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.jcol-1 {
    flex: 0 0 8.33%;
    max-width: 8.33%;
}

.jcol-2 {
    flex: 0 0 16.66%;
    max-width: 16.66%;
}

.jcol-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.jcol-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.jcol-5 {
    flex: 0 0 41.66%;
    max-width: 41.66%;
}

.jcol-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.jcol-7 {
    flex: 0 0 58.33%;
    max-width: 58.33%;
}

.jcol-8 {
    flex: 0 0 66.66%;
    max-width: 66.66%;
}

.jcol-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.jcol-10 {
    flex: 0 0 83.33%;
    max-width: 83.33%;
}

.jcol-11 {
    flex: 0 0 91.66%;
    max-width: 91.66%;
}

.jcol-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.jrow h1,
.jrow h2,
.jrow h3,
.jrow h4,
.jrow h5,
.jrow h6 {
    display: block;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    font-weight: normal;
}

.jrow h1 {
    font-size: 40px;
    margin-top: 0.87em;
    margin-bottom: 0.87em;
}

.jrow h2 {
    font-size: 32px;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
}

.jrow h3 {
    font-size: 26px;
    margin-top: 0.73em;
    margin-bottom: 0.73em;
}

.jrow h4 {
    font-size: 19px;
}

.jrow h5 {
    font-size: 16px;
}

.jrow h6 {
    font-size: 13px;
}

.jrow .w-100 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.jcenter {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.jimg_free {
    width: max-content;
}

.jheader.jheader-1 .jdesc {
    font-size: 32px;
    letter-spacing: 3px;
    font-family: 'font', Arial, Helvetica, sans-serif;
    width: 100%;
}

.jheader.jheader-1 .jtitle,
.jheader.jheader-1 .jtitle p {
    font-size: 52px;
    font-weight: 500;
    letter-spacing: 3px;
    font-family: 'semi_bold';
    margin-top: 60px;
    margin-bottom: 60px;
    width: 100%;
    color: #313131;
}

.jheader.jheader-1 .jtitle p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.jheader.jheader-2 .jdesc {
    font-size: 28px;
    letter-spacing: 3px;
    font-family: 'font', Arial, Helvetica, sans-serif;
    font-family: 'semi_bold';
    width: 100%;
    color: #808080;
}

.jheader.jheader-2 .jtitle,
.jheader.jheader-2 .jtitle p {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 3px;
    font-family: 'semi_bold';
    margin-top: 30px;
    margin-bottom: 60px;
    width: 100%;
    color: #313131;
    line-height: 50px;
}

.jheader.jheader-2 .jtitle p {
    margin-top: 0px;
    margin-bottom: 0px;
}


.j-local-video-container {
    max-width: 74%;
    margin: 0 auto;
}

.j-local-video-container.vertical {
    max-width: 420px;
    margin: 0 auto;
}

.j-local-video-container-full {
    max-width: 100%;
    margin: 0 auto;
}

.j-yt-video-container-full {
    max-width: 100%;
    margin: 0 auto;
}

.j-yt-video-container {
    max-width: 74%;
    margin: 0 auto;
}

.j-yt-video-container .video-responsive,
.j-yt-video-container-full .video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.j-yt-video-container .video-responsive iframe,
.j-yt-video-container-full .video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.j-yt-video-col {
    max-width: 100%;
    margin: 0 auto;
}

.j-yt-video-col {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.j-yt-video-col iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 768px) {
    [class*="jcol-md-"] {
        flex-basis: 100%;
        max-width: 100%;
    }

    .jcol-md-1 {
        flex: 0 0 8.33%;
        max-width: 8.33%;
    }

    .jcol-md-2 {
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }

    .jcol-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .jcol-md-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .jcol-md-5 {
        flex: 0 0 41.66%;
        max-width: 41.66%;
    }

    .jcol-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .jcol-md-7 {
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }

    .jcol-md-8 {
        flex: 0 0 66.66%;
        max-width: 66.66%;
    }

    .jcol-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .jcol-md-10 {
        flex: 0 0 83.33%;
        max-width: 83.33%;
    }

    .jcol-md-11 {
        flex: 0 0 91.66%;
        max-width: 91.66%;
    }

    .jcol-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .jcol-mb-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .j-yt-video-container {
        padding-bottom: 56.2%;
        max-width: 100%;
    }

    .jheader.jheader-2 .jdesc {
        font-size: 21px;
    }

    .jheader.jheader-2 .jtitle {
        font-size: 20px;
        letter-spacing: 0;
        line-height: 40px;

    }

    .mb-mb-1 {
        margin-bottom: 10px;
    }

    .mb-mb-2 {
        margin-bottom: 20px;
    }

    .mb-mb-3 {
        margin-bottom: 30px;
    }
}


/* Varsayılan gösterim */
.only-show-mobile,
.only-show-desktop {
    display: none;
}

/* Mobil görünüm - max 768px */
@media (max-width: 768px) {
    .only-show-mobile {
        display: flex;
    }
}

/* Masaüstü görünüm - min 769px */
@media (min-width: 769px) {
    .only-show-desktop {
        display: flex;
    }
}

/* Hem mobil hem masaüstü için */
.only-show-both {
    display: flex;
}

.vertical-center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}