\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
| Path : /var/www/html/veridatapostgres/VeridataWebsite-v3/static/css/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : /var/www/html/veridatapostgres/VeridataWebsite-v3/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 */
.partner-logo {
max-height: 60px;
width: auto;
filter: grayscale(100%);
transition: filter 0.3s ease;
}
.partner-logo:hover {
filter: grayscale(0%);
}
/* 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;
}
.iso-certs {
display: flex;
justify-content: center;
gap: 40px;
margin-top: 20px;
flex-wrap: wrap;
}
.iso-cert {
display: flex;
flex-direction: column;
align-items: center;
}
.iso-cert img {
width: 120px;
height: auto;
margin-bottom: 10px;
transition: transform 0.3s ease;
}
.iso-cert img:hover {
transform: scale(1.05);
}
.iso-cert p {
font-weight: 500;
color: var(--dark-color);
margin: 10px 0 0 0;
}
/* Responsive adjustments */
@media (max-width: 768px) {
.iso-certs {
gap: 20px;
}
.iso-cert img {
width: 100px;
}
}
/* 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;
}
}
/* Certifications Section */
.cert-section {
text-align: center;
margin: 40px 0;
}
.cert-section h2 {
margin-bottom: 20px;
color: var(--dark-color);
}
.cert-logos {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 30px;
margin-top: 20px;
}
.cert-logo {
display: flex;
flex-direction: column;
align-items: center;
}
.cert-logo img {
width: 120px;
height: auto;
transition: transform 0.3s ease;
}
.cert-logo:hover img {
transform: scale(1.05);
}
.cert-logo p {
margin-top: 10px;
color: var(--dark-color);
font-weight: 500;
}
/* Responsive adjustments */
@media (max-width: 768px) {
.cert-logos {
gap: 20px;
}
.cert-logo img {
width: 100px;
}
}
/* 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: 20px;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
height: 120px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 10px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.expertise-logo:hover {
transform: translateY(-5px);
box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
.expertise-logo i {
color: var(--primary-color);
opacity: 0.7;
transition: opacity 0.3s ease, transform 0.3s ease;
}
.expertise-logo:hover i {
opacity: 1;
transform: scale(1.1);
}
.logo-text {
font-size: 0.9rem;
font-weight: 500;
color: var(--dark-color);
text-align: center;
margin-top: 5px;
}
/* Responsive adjustments */
@media (max-width: 768px) {
.expertise-logo {
height: 100px;
padding: 15px;
}
.expertise-logo i {
font-size: 2em;
}
.logo-text {
font-size: 0.8rem;
}
}