.sdr-sayfa-ust-banner .ssub-byk-mtn {
            position: absolute;
            top: 259px;
            right: 0;
            font-size: 65px;
            font-weight: bold;
            opacity: 3%;
            text-transform: uppercase;
            line-height: 0.9;
        }

        section.site-sayfalari-section {
            margin-bottom: 2rem;
            padding-top: 5rem;
            min-height: 600px;
        }

        .site-sayfalari-section ul.pages-list li a {
            position: relative;
            text-decoration: none;
            color: #333;
            font-weight: 500;
            display: block;
            padding-right: 1.5rem;
            /* ikon için boşluk */
        }

        .site-sayfalari-section ul.pages-list li a .link-icon {
            position: absolute;
            right: -7px;
            top: 2px;
            transform: translateY(-50%);
            width: 1rem;
            height: 1rem;
            stroke: #007bff;
            transition: transform 0.2s, stroke 0.2s;
        }

        .site-sayfalari-section ul.pages-list li a:hover .link-icon {
            transform: translateY(-50%) translateX(2px);
            stroke: #0056b3;
        }

        section.site-sayfalari-section h2 {
            color: #007bff;
            margin-bottom: 1rem;
            font-size: 1.5rem;
            border-bottom: 2px solid #007bff;
            display: inline-block;
            padding-bottom: 0.25rem;
        }

        .site-sayfalari-section ul.pages-list {
            list-style: none;
            padding: 0;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 1rem;
        }

        .site-sayfalari-section ul.pages-list li {
            background-color: #fff;
            border-radius: 8px;
            padding: 1rem;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            transition: transform 0.2s, box-shadow 0.2s;
        }

        .site-sayfalari-section ul.pages-list li:hover {
            transform: translateY(-3px);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
        }

        .site-sayfalari-section ul.pages-list li a {
            text-decoration: none;
            color: #333;
            font-weight: 600;
            font-size: 15px;
            display: block;
        }

        .site-sayfalari-section ul.pages-list li a span {
            display: block;
            font-size: 13px;
            color: #666;
            font-weight: 500;
            margin-top: 0.25rem;
        }

        section[class^="sd-sayfa-"] {
            background-color: #ffffff;
        }

        section[class^="sd-sayfa-"] {
            padding-top: 10rem;
            padding-bottom: 10rem;
        }

        /* 2., 4., 6. sd-sayfa-* section */
        section[class^="sd-sayfa-"]:nth-of-type(even) {
            background-color: #f8f9fa !important;
        }

        section[class^="sd-sayfa-"] {
            transition: background-color 0.4s ease;
        }

        section:last-of-type {
            margin-bottom: 100px;
        }

        .uyari-bolumu {
            background-color: #ffffff;
        }

        .sd-sayfa-container .sd-image-box {
            position: relative;
        }

        .sd-sayfa-container .sd-image-box img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: contain;
        }

        .sd-sayfa-container .sd-image-text {
            position: absolute;
            bottom: 20px;
            left: 20px;
            background: rgba(0, 0, 0, 0.6);
            color: #fff;
            padding: 20px;
            max-width: 35%;
        }

        .sd-sayfa-container .sd-image-text h2 {
            font-size: 15px;
            margin-bottom: 3px;
        }

        .sd-sayfa-container .sd-image-text p {
            font-size: 14px;
            line-height: 1.5;
            font-weight: 300;
            letter-spacing: .2px;
        }

        .sd-sayfa-right span,
        .sd-sayfa-left span {
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 0.75rem;
            color: #777;
        }

        .sd-sayfa-right h2,
        .sd-sayfa-left h2 {
            font-size: 31px;
            margin: 3px 0 10px 0;
            padding: 0;
            box-sizing: border-box;
            font-weight: 600;

        }

        .sd-sayfa-right p,
        .sd-sayfa-left p {
            font-size: 16px;
            max-width: 90%;
            color: #444;
        }

        /* Image Text Section */
        .sd-sayfa-image-text {
            background-color: #f8f9fa;
        }

        /* Wrapper */
        .sd-image-text-wrapper {
            position: relative;
            overflow: hidden;
            border-radius: 14px;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
        }

        /* Image */
        .sd-image-text-wrapper img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
        }

        /* Overlay */
        .sd-image-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg,
                    rgba(0, 0, 0, 0.65) 0%,
                    rgba(0, 0, 0, 0.35) 50%,
                    rgba(0, 0, 0, 0.15) 100%);
            color: #fff;
            padding: 50px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            max-width: 55%;
        }

        /* Title */
        .sd-image-title {
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 10px;
        }

        /* Subtitle */
        .sd-image-subtitle {
            font-size: 1.2rem;
            font-weight: 500;
            margin-bottom: 20px;
            color: #e9ecef;
        }

        /* Description */
        .sd-image-description {
            font-size: 1rem;
            line-height: 1.8;
            color: #dee2e6;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .sd-image-overlay {
                max-width: 100%;
                padding: 30px;
                background: rgba(0, 0, 0, 0.6);
            }

            .sd-image-title {
                font-size: 1.7rem;
            }
        }

        /* Text Block Section */
        .sd-sayfa-text-block {
            background-color: #ffffff;
        }

        /* Content Wrapper */
        .sd-text-content {
            max-width: 820px;
            margin: 0 auto;
            /* okunabilirlik için ideal genişlik */
        }

        /* Title */
        .sd-text-title {
            font-size: 29px;
            font-weight: 700;
            color: #212529;
            margin-bottom: 15px;
        }

        /* Subtitle */
        .sd-text-subtitle {
            font-size: 20px;
            font-weight: 600;
            color: #57595b;
            margin-bottom: 5px;
        }

        /* Description */
        .sd-text-description {
            font-size: 1rem;
            color: #555;
            line-height: 1.8;
        }

        .sd-sayfa-hero {
            height: 100vh;
            position: relative;
            padding: 0 !important;
        }

        .sd-sayfa-hero img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .sd-sayfa-hero .sd-hero-content {
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.6);
            color: #fff;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

        /* Container Image Section */
        .sd-sayfa-container-image {
            background-color: #f8f9fa;
            /* açık kurumsal arka plan */
        }

        /* Image Wrapper */
        .sd-container-image {
            width: 100%;
            overflow: hidden;
            border-radius: 12px;
            /* kurumsal yumuşak köşe */
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
        }

        /* Image */
        .sd-container-image img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        /* Hover (isteğe bağlı ama profesyonel durur) */
        .sd-container-image:hover img {
            transform: scale(1.04);
        }

        .sd-sayfa-top {
            background-color: #ffffff;
        }

        .sd-sayfa-top h2 {
            font-size: 2.1rem;
            margin: 20px 0 10px 0;
            font-weight: 700;
            color: #212529;
        }

        .sd-sayfa-top h3 {
            font-size: 1.1rem;
            margin: 10px 0 10px 0;
            font-weight: 500;
            color: #6c757d;
        }

        .sd-sayfa-top p {
            font-size: 0.9rem;
            color: #555;
            line-height: 1.6;
            margin: 0 auto;
        }

        .sayfa-editor {
            opacity: 1 !important;
            transform: none !important;
        }
            .sayfa-editor{
        margin: 1.875rem 0;
        line-height: 35px;
    }
    .sayfa-editor h1,.sayfa-editor h2,.sayfa-editor h3,.sayfa-editor h4,.sayfa-editor h5,.sayfa-editor h6{
        margin-bottom:10px;
    }
    .sayfa-editor tbody, .sayfa-editor td, .sayfa-editor tfoot, .sayfa-editor th, .sayfa-editor thead, .sayfa-editor tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border: 1px solid;
    padding: 15px;
}

        /* IMAGE BOX */


        /* CTA */
        .sd-sayfa-cta {
            background: #0d6efd;
            color: #fff;
        }

        /* ANIMATION BASE */
        .sd-animate {
            opacity: 0;
            will-change: transform, opacity;
            transition: transform 0.8s cubic-bezier(.4, 0, .2, 1),
                opacity 0.8s ease;
        }

        /* Directions */
        .sd-up {
            transform: translateY(40px);
        }

        .sd-down {
            transform: translateY(-40px);
        }

        .sd-left {
            transform: translateX(-40px);
        }

        .sd-right {
            transform: translateX(40px);
        }

        .sd-fade {
            transform: scale(0.96);
        }

        /* Active */
        .sd-animate.active {
            opacity: 1;
            transform: translate3d(0, 0, 0) scale(1);
        }