\x89PNG\r\n\x1a\n\x00\x00\x00\x0DIHDR\x00\x00\x00\x01\x00 \x00\x00\x01\x08\x06\x00\x00\x00\x1F\x15\xC4\x89\x00\x00\x00 \x0AIDATx\x9Ccb\x00\x00\x00\x06\x00\x03\x1A\x05\x9D\x00\x00 \x00\x00IEND\xAE\x42\x60\x82 csarite.com
KUJUNTI.ID MINISH3LL
Path : /var/www/html/yedekle24/BackupShieldv1/static/css/
(S)h3ll Cr3at0r :
F!le Upl0ad :

B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H

Current File : /var/www/html/yedekle24/BackupShieldv1/static/css/style.css


/* YedekleDB24 - Main Stylesheet */

:root {
    --primary: #1a73e8;
    --primary-dark: #0d47a1;
    --primary-light: #e8f0fe;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --white: #ffffff;
    --body-bg: #ffffff;
    --body-color: #333333;
}

/* General Styles */
body {
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: var(--body-color);
    background-color: var(--body-bg);
    padding-top: 80px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

a {
    color: var(--primary);
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: var(--primary-dark);
}

.btn {
    border-radius: 4px;
    font-weight: 500;
    padding: 0.5rem 1.5rem;
    transition: all 0.2s ease-in-out;
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}

.btn-primary:hover {
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}

.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
}

.btn-outline-primary:hover {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary);
}

.text-primary {
    color: var(--primary) !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.rounded-4 {
    border-radius: 0.5rem !important;
}

/* Navigation */
.navbar {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 0.75rem 1rem;
}

.navbar-brand img {
    height: 40px;
}

.nav-link {
    font-weight: 500;
    color: var(--dark);
    padding: 0.5rem 1rem !important;
}

.nav-link.active {
    color: var(--primary) !important;
}

.navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
}

.dropdown-toggle::after {
    vertical-align: 0.15em;
}

.dropdown-item.active {
    background-color: var(--primary-light);
    color: var(--primary);
}

/* Hero Section */
.hero-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.hero-image-container {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
}

/* Feature Icons */
.feature-icon-container, .deployment-icon-container, .support-icon-container, .contact-icon-container {
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* Database Icons */
.database-icon {
    color: var(--primary);
    transition: transform 0.3s ease;
}

.database-icon:hover {
    transform: scale(1.1);
}

/* Pricing Toggle */
.pricing-switch {
    background-color: var(--light);
    border-radius: 8px;
    display: inline-flex;
    padding: 4px;
}

.pricing-btn {
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.pricing-btn.active {
    background-color: var(--primary);
    color: var(--white);
}

/* Pricing Cards */
.pricing-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.ribbon {
    border-radius: 0 4px 0 8px;
    top: 0;
    right: 0;
    font-size: 0.8rem;
}

/* Support Cards */
.support-card, .feature-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.support-card:hover, .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* FAQ Accordion */
.accordion-button {
    font-weight: 600;
    color: var(--dark);
    padding: 1rem 1.5rem;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: var(--primary-light);
}

.accordion-button:not(.collapsed) {
    color: var(--primary);
    background-color: var(--primary-light);
}

.accordion-button::after {
    background-size: 1rem;
}

/* Footer */
footer {
    color: var(--secondary);
    background-color: var(--light);
}

footer a {
    color: var(--secondary);
    text-decoration: none;
}

footer a:hover {
    color: var(--primary);
}

/* Contact Form */
.form-control:focus {
    border-color: var(--primary-light);
    box-shadow: 0 0 0 0.25rem rgba(26, 115, 232, 0.25);
}

/* Feature List */
.feature-list li {
    margin-bottom: 1rem;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
    .navbar .btn {
        margin-top: 0.5rem;
    }
    
    .hero-section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media (max-width: 767.98px) {
    .hero-section {
        text-align: center;
    }
    
    .d-flex.flex-wrap {
        justify-content: center;
    }
    
    .feature-list {
        padding-left: 0;
    }
}

/* Content Wrapper */
.content-wrapper {
    min-height: calc(100vh - 80px - 450px); /* Navbar + Footer approximate height */
}

/* Feature Placeholder */
.feature-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Custom Plan Card */
.custom-plan-card {
    transition: transform 0.3s ease;
}

.custom-plan-card:hover {
    transform: translateY(-5px);
}

/* Support Plan Cards */
.support-plan-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.support-plan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Error Page Styles */
.error-page {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.error-page .display-1 {
    font-size: 8rem;
    font-weight: 800;
    opacity: 0.8;
    margin-bottom: 2rem;
    text-shadow: 2px 8px 6px rgba(0,0,0,0.1);
}

.error-page .btn {
    padding: 0.8rem 2rem;
    font-weight: 600;
}

.error-page a.d-block {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.error-page a.d-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Cookie Consent Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--white);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-top: 3px solid var(--primary);
}

@media (min-width: 768px) {
    .cookie-banner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.cookie-banner .cookie-content {
    flex: 1;
}

.cookie-banner h5 {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.cookie-banner p {
    margin-bottom: 0;
    font-size: 0.9rem;
    color: var(--secondary);
}

.cookie-banner .cookie-buttons {
    display: flex;
    gap: 0.75rem;
    flex-shrink: 0;
}

.cookie-banner .btn {
    padding: 0.5rem 1.5rem;
    font-weight: 500;
}

© KUJUNTI.ID