/* =======================================
           FOOTER CSS (Genel Ayarlar)
           ======================================= */
        .dproje-footer-title {
            font-size: 0.75rem;
            font-weight: 600;
            color: #f4b93e;
            letter-spacing: 2.5px;
            text-transform: uppercase;
            margin-bottom: 25px;
            display: block;
        }

        .dproje-footer-logo img {
            max-width: 200px;
            height: auto;
            transition: 0.3s;
        }

        .dproje-footer-logo img:hover {
            opacity: 0.8;
        }

        .dproje-tagline {
            font-size: 0.85rem;
            color: #888;
            line-height: 1.8;
            margin-top: 20px;
            font-weight: 300;
            padding-right: 20px;
        }

        .dproje-contact-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .dproje-contact-list li {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            margin-bottom: 18px;
        }

        .dproje-contact-list .contact-icon {
            color: #f4b93e;
            font-size: 1rem;
            margin-top: 2px;
            flex-shrink: 0;
        }

        .dproje-contact-list .contact-text {
            font-size: 0.8rem;
            color: #888;
            line-height: 1.6;
            font-weight: 400;
        }

        .dproje-contact-list .contact-text a {
            color: #888;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .dproje-contact-list .contact-text a:hover {
            color: #a6a182;
        }

        .dproje-social-links {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .dproje-social-item {
            display: flex;
            align-items: center;
            gap: 15px;
            text-decoration: none;
            padding: 8px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
            transition: all 0.3s ease;
        }

        .dproje-social-item:last-child {
            border-bottom: none;
        }

        .dproje-social-item:hover {
            border-bottom-color: rgba(166, 161, 130, 0.3);
        }

        .dproje-social-item .social-icon-wrap {
            width: 34px;
            height: 34px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #888;
            font-size: 0.9rem;
            transition: all 0.3s ease;
            flex-shrink: 0;
        }

        .dproje-social-item:hover .social-icon-wrap {
            background-color: #f4b93e;
            border-color: #f4b93e;
            color: #ffffff;
        }

        .dproje-social-item .social-label {
            font-size: 0.75rem;
            font-weight: 500;
            color: #666;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            transition: color 0.3s ease;
        }

        .dproje-social-item:hover .social-label {
            color: #ffffff;
        }

        .dproje-bottom-bar {
            padding-top: 25px;
            margin-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.06);
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 15px;
        }

        .dproje-copyright {
            font-size: 0.7rem;
            color: #555;
            letter-spacing: 1.5px;
            font-weight: 400;
            text-transform: uppercase;
            margin: 0;
        }

        .dproje-copyright strong {
            color: #888;
            font-weight: 500;
        }

        .dproje-webdesign-credit {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .dproje-webdesign-credit span {
            font-size: 0.65rem;
            color: #ffffff;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            font-weight: 400;
        }

        .dproje-webdesign-credit .credit-logo {
            display: inline-flex;
            align-items: center;
            gap: 5px;
            text-decoration: none;
            padding: 4px 12px;
            border: 1px solid rgba(255, 255, 255, 0.07);
            transition: border-color 0.3s ease;
        }

        .dproje-webdesign-credit .credit-logo:hover {
            border-color: #f4b93e;
        }

        .dproje-webdesign-credit .credit-logo-text {
            font-size: 0.7rem;
            font-weight: 700;
            color: #a6a182;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        /* =======================================
           Masaüstü (Desktop) Görünüm İçin Senin Tasarımın
           ======================================= */
        @media (min-width: 992px) {
            .footer-col-contact {
                margin-left: 50px;
            }

            .footer-col-social {
                margin-left: -115px;
            }
        }

        /* =======================================
           Mobil (Responsive) Görünüm İçin Benim Tasarımım
           ======================================= */
        @media (max-width: 991px) {

            /* Hakkımızda Mobil Fixleri */
            .dproje-about-alt {
                padding: 80px 0;
            }

            .about-image-box {
                height: 400px;
                margin-bottom: 40px;
            }

            .about-text-box {
                padding-left: 0;
                margin-bottom: 40px;
            }

            .about-text-box .main-title {
                font-size: 2.2rem;
            }

            .vm-card {
                margin-bottom: 25px;
            }

            /* Footer Mobil Fixleri */
            .footer-col-contact {
                margin-left: 0 !important;
                margin-bottom: 40px;
            }

            .footer-col-social {
                margin-left: 0 !important;
            }

            .dproje-bottom-bar {
                flex-direction: column;
                text-align: center;
                justify-content: center;
            }

            .dproje-webdesign-credit {
                justify-content: center;
                margin-top: 10px;
            }
        }

        @media (max-width: 767px) {
            .about-image-box {
                height: 300px;
            }

            .about-exp-badge {
                padding: 15px 20px;
            }

            .about-exp-badge h3 {
                font-size: 2rem;
            }

            .about-exp-badge span {
                font-size: 0.6rem;
            }

            .about-text-box .main-title {
                font-size: 1.8rem;
            }
        }
        /* Loader ekranı 'dproje' yazısı efekti */
#preloader .loading-text span {
    color: transparent;
    -webkit-text-stroke: 1px #f4b93e;
}