
        







    #footer_area {
        background-image: url(../assets/gorseller/insaat-firmasi-1/arkaplan/BBADBD1951_1029779-download-black-elegant-wallpaper-1920x1080-phone.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%; /* Eğer üst elemanlar da yüzde yüz yükseklik alıyorsa */
    }




    #footer_area {
        padding: 0px!important;
    }

    #copyright_area {
        padding: 500!important;
    }





#footer_area a {
    color: ;
}



/*MOBİL*/
#language_area {
            display: none!important; /* Gizli */
    }






.copyright_text {
    text-align: center!important;
}

    #copyright_area {
        background: #12171C!important;
    }



/* Theme Settings Panel Styles */
.theme-settings-trigger {
    position: fixed;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: #e74c3c;
    color: white;
    border-radius: 25px 0 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 2px 0 10px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.theme-settings-trigger:hover {
    background: #7a1fb2;
    transform: translateY(-50%) translateX(5px);
}

.theme-settings-trigger i {
    font-size: 18px;
    animation: rotate 2s linear infinite;
}


/* Theme Settings Panel Styles */
.demo-settings-trigger {
    position: fixed;
    right: 0;
    top: 47%;
    transform: translateY(-50%);
    width: 80px;
    height: 50px;
    background: #e74c3c;
    color: white;
    border-radius: 25px 0 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
    box-shadow: 2px 0 10px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.demo-settings-trigger:hover {
    background: #7a1fb2;
    transform: translateY(-50%) translateX(5px);
}


@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.theme-settings-panel {
    position: fixed;
    left: -450px;
    top: 0;
    width: 450px;
    height: 100vh;
    background: white;
    z-index: 1000000;
    box-shadow: 2px 0 15px rgba(0,0,0,0.1);
    transition: left 0.3s ease;
    overflow-y: auto;
}

.theme-settings-panel.active {
    left: 0;
}

.theme-settings-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.theme-settings-header h4 {
    margin: 0;
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.btn-delete-cookies {
    background: #e74c3c;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    cursor: pointer;
    transition: background 0.3s ease;
font-weight: bold;
}

.btn-delete-cookies:hover {
    background: #c0392b;
}

.theme-settings-content {
    padding: 20px;
}

.setting-group {
    margin-bottom: 30px;
}

.setting-group h5 {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Theme Colors */
.theme-colors {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(45px, 1fr));
    gap: 8px;

  
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 8px;
}

.color-option {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-option:hover {
    transform: scale(1.05);
    border-color: #333;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.color-option.active {
    border-color: #333;
    box-shadow: 0 0 0 3px rgba(51,51,51,0.3);
}

.color-option.active::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-shadow: 0 0 3px rgba(0,0,0,0.5);
}

/* Layout Options */
.layout-options {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.layout-option {
    flex: 1;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    border-radius: 8px;
    transition: background 0.2s ease;
}

.layout-option:hover {
    background: #f8f9fa;
}

.layout-option.active {
    background: #e8f5e8;
}

.layout-preview {
    width: 60px;
    height: 40px;
    margin: 0 auto 8px;
    border: 2px solid #ddd;
    border-radius: 4px;
    position: relative;
}

.layout-option.active .layout-preview {
    border-color: #28a745;
}

.wide-preview {
    background: #f8f9fa;
}

.boxed-preview {
    background: #f8f9fa;
    margin: 0 auto 8px;
    width: 50px;
}

.frame-preview {
    background: #f8f9fa;
    border: 3px solid #ddd;
}

.layout-option span {
    display: block;
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

.layout-option.active span {
    color: #28a745;
    font-weight: 600;
}

/* Header Options */
.header-options {
    display: flex;
    gap: 10px;
}

.header-option {
    flex: 1;
    padding: 12px 20px;
    border: 1px solid #ddd;
    background: white;
    color: #666;
    cursor: pointer;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.header-option:hover {
    border-color: #bbb;
}

.header-option.active {
    background: #007bff;
    border-color: #007bff;
    color: white;
}

/* Logo Options */
.logo-options {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.logo-option {
    flex: 1;
    text-align: center;
    cursor: pointer;
    padding: 15px 10px;
    border: 2px solid #ddd;
    border-radius: 8px;
    transition: all 0.2s ease;
    background: white;
}

.logo-option:hover {
    border-color: #007bff;
    box-shadow: 0 2px 8px rgba(0,123,255,0.1);
}

.logo-option.active {
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0,123,255,0.1);
    background: #f8f9ff;
}

.logo-preview {
    width: 80px;
    height: 50px;
    margin: 0 auto 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 4px;
    overflow: hidden;
}

.logo-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.logo-option span {
    display: block;
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

.logo-option.active span {
    color: #007bff;
    font-weight: 600;
}

/* Overlay */
.theme-settings-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.theme-settings-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Responsive */
@media (max-width: 768px) {
    .theme-settings-panel {
        width: 350px;
        left: -350px;
    }
    
    .theme-colors {
        grid-template-columns: repeat(auto-fill, minmax(40px, 1fr));
        max-height: 250px;
    }
    
    .color-option {
        width: 40px;
        height: 40px;
    }
    
    .theme-settings-trigger {
        width: 45px;
        height: 45px;
    }
    
    .theme-settings-trigger i {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .theme-settings-panel {
        width: 320px;
        left: -320px;
    }
    
    .theme-colors {
        grid-template-columns: repeat(auto-fill, minmax(35px, 1fr));
        max-height: 200px;
    }
    
    .color-option {
        width: 35px;
        height: 35px;
    }
}
