
        /* Projects image sizing fix */
        .projects-style-2 .tcr-project-image-container,
        .projects-style-1 .tcr-project-image-container {
            width: 100%;
            overflow: hidden;
        }
        .projects-style-2 .tcr-project-image-container img.project-image,
        .projects-style-1 .tcr-project-image-container img.project-image {
            width: 100% !important;
            max-width: 100% !important;
            height: auto !important;
            max-height: 300px;
            object-fit: cover;
            display: block;
        }
        /* Footer fix: original dark bg (siyah1.png), just make text visible */
        .site-footer,
        .site-footer * {
            color: #ddd !important;
        }
        .site-footer .widget-title,
        .site-footer h2,
        .site-footer h3 {
            color: #f0f0f0 !important;
        }
        .site-footer a {
            color: #e6e6e6 !important;
        }
        .site-footer a:hover {
            color: #f65551 !important;
        }
        .tcr-copyright .footer-bottombar * {
            color: #d4d4d4 !important;
        }
        .footer-topbar .crator-content,
        .footer-topbar .crator-content a {
            color: #fff !important;
        }
        /* Mobile: logo slightly larger, desktop unchanged */
        @media (max-width: 768px) {
            .site-header .sticky-site-logo,
            .site-header .site-logo {
                height: 72px !important;
            }
            .site-header .site-logo img,
            .site-header .sticky-site-logo img {
                height: 44px !important;
                min-height: 44px !important;
                width: auto !important;
            }
        }
    