* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: Arial, sans-serif;
background: #f5f5f5;
color: #333;
line-height: 1.6;
} header {
background: #2c2c2c;
color: white;
padding: 10px 0;
}
.header-top {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.slogan {
font-size: 14px;
font-style: italic;
}
.contact-info {
display: flex;
align-items: center;
gap: 10px;
}
.contact-icons {
border: 2px solid #b0ff00;
border-radius: 4px;
padding: 5px;
display: flex;
gap: 5px;
}
.contact-icons img {
width: 20px;
height: 20px;
}
.phone {
font-weight: bold;
} nav {
background: #2c2c2c;
border-top: 1px solid #444;
}
.nav-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.menu {
list-style: none;
display: flex;
justify-content: center;
gap: 40px;
}
.menu li {
position: relative;
}
.menu a {
color: white;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
padding: 15px 0;
display: block;
transition: background 0.3s;
}
.menu a:hover,
.menu .current-menu-item a {
background: #444;
} .container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
background: #f5f5f5;
}
.content-wrapper {
background: white;
padding: 30px;
border-radius: 5px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}  h1,
h2,
h3,
h4,
h5,
h6 {
color: #2c2c2c;
margin-bottom: 20px;
}
h1 {
font-size: 28px;
text-align: center;
margin-bottom: 30px;
}
h2 {
font-size: 24px;
border-bottom: 2px solid #b0ff00;
padding-bottom: 10px;
}
h3 {
font-size: 20px;
} .button {
display: inline-block;
background: #2c2c2c;
color: white;
padding: 10px 20px;
text-decoration: none;
border-radius: 4px;
transition: background 0.3s;
border: none;
cursor: pointer;
}
.button:hover {
background: #444;
} footer {
background: #2c2c2c;
color: white;
padding: 30px 0;
margin-top: 50px;
}
.footer-content {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
text-align: center;
} @media (max-width: 768px) {
.header-top {
flex-direction: column;
gap: 10px;
text-align: center;
}
.menu {
flex-direction: column;
gap: 0;
}
.menu a {
padding: 10px 20px;
border-bottom: 1px solid #444;
}
.container {
padding: 10px;
}
.content-wrapper {
padding: 20px;
}
} .wp-block-image img {
max-width: 100%;
height: auto;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
float: left;
margin-right: 1em;
}
.alignright {
float: right;
margin-left: 1em;
} .wp-block-group {
margin-bottom: 20px;
}
.wp-block-columns {
display: flex;
gap: 20px;
}
.wp-block-column {
flex: 1;
}  :root {
--primary-color: #b0ff00;
--secondary-color: #2c2c2c;
--text-color: #555;
--light-gray: #f5f5f5;
--border-color: #e0e0e0;
} .container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.content-wrapper {
background: white;
padding: 40px;
margin: 20px 0;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
} img {
max-width: 100%;
height: auto;
} .button {
display: inline-block;
padding: 12px 24px;
background: var(--primary-color);
color: var(--secondary-color);
text-decoration: none;
border-radius: 5px;
font-weight: bold;
transition: all 0.3s ease;
}
.button:hover {
background: #9ee600;
transform: translateY(-2px);
} h1, h2, h3, h4, h5, h6 {
color: var(--secondary-color);
margin-bottom: 20px;
}
h1 {
font-size: 2.5em;
font-weight: bold;
}
h2 {
font-size: 2em;
font-weight: bold;
}
h3 {
font-size: 1.5em;
font-weight: bold;
} p {
margin-bottom: 15px;
line-height: 1.6;
color: var(--text-color);
} ul, ol {
margin-bottom: 15px;
padding-left: 20px;
}
li {
margin-bottom: 5px;
} a {
color: var(--primary-color);
text-decoration: none;
transition: color 0.3s ease;
}
a:hover {
color: #9ee600;
} input, textarea, select {
width: 100%;
padding: 12px;
border: 2px solid var(--border-color);
border-radius: 5px;
font-size: 16px;
transition: border-color 0.3s ease;
}
input:focus, textarea:focus, select:focus {
outline: none;
border-color: var(--primary-color);
} table {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
}
th, td {
padding: 12px;
text-align: left;
border-bottom: 1px solid var(--border-color);
}
th {
background: var(--light-gray);
font-weight: bold;
} code {
background: var(--light-gray);
padding: 2px 6px;
border-radius: 3px;
font-family: monospace;
}
pre {
background: var(--light-gray);
padding: 15px;
border-radius: 5px;
overflow-x: auto;
margin-bottom: 20px;
} blockquote {
border-left: 4px solid var(--primary-color);
padding-left: 20px;
margin: 20px 0;
font-style: italic;
color: var(--text-color);
} hr {
border: none;
height: 1px;
background: var(--border-color);
margin: 30px 0;
} .text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 10px; }
.mb-2 { margin-bottom: 20px; }
.mb-3 { margin-bottom: 30px; }
.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 10px; }
.mt-2 { margin-top: 20px; }
.mt-3 { margin-top: 30px; }
.p-0 { padding: 0; }
.p-1 { padding: 10px; }
.p-2 { padding: 20px; }
.p-3 { padding: 30px; }.page-content {
max-width: 1200px;
margin: 0 auto;
padding: 40px 20px;
}
.page-header {
text-align: center;
margin-bottom: 50px;
padding: 60px 0;
background: linear-gradient(135deg, #2c2c2c, #444);
color: white;
border-radius: 15px;
position: relative;
overflow: hidden;
}
.page-header::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(//xn--80abfhcmeaewvicaacbgcr7bcfs1d.xn--p1ai/wp-content/themes/securitytech/assets/css/%23grain)"/></svg>');
opacity: 0.3;
}
.page-header h1 {
font-size: 3em;
margin: 0;
color: white;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
position: relative;
z-index: 1;
}
.page-header .subtitle {
font-size: 1.2em;
margin-top: 15px;
opacity: 0.9;
position: relative;
z-index: 1;
} .content-section {
margin: 60px 0;
padding: 40px;
background: white;
border-radius: 15px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
position: relative;
overflow: hidden;
} .content-section.narrow {
max-width: 900px;
margin-left: auto;
margin-right: auto;
}
.content-section::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #b0ff00, #9ee600);
}
.content-section h2 {
color: #2c2c2c;
font-size: 2.2em;
margin-bottom: 30px;
position: relative;
padding-bottom: 15px;
}
.content-section h2::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 60px;
height: 3px;
background: #b0ff00;
border-radius: 2px;
}
.content-section h3 {
color: #2c2c2c;
font-size: 1.5em;
margin: 30px 0 15px;
padding-left: 20px;
border-left: 4px solid #b0ff00;
}
.content-section p {
font-size: 1.1em;
line-height: 1.8;
color: #555;
margin-bottom: 20px;
} .modern-card {
background: white;
border-radius: 15px;
padding: 30px;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.modern-card::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, #b0ff00, #9ee600);
transform: scaleX(0);
transition: transform 0.3s ease;
}
.modern-card:hover::before {
transform: scaleX(1);
}
.modern-card:hover {
transform: translateY(-5px);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
} .modern-image {
border-radius: 10px;
overflow: hidden;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
}
.modern-image:hover {
transform: scale(1.02);
}
.modern-image img {
width: 100%;
height: auto;
display: block;
} .modern-button {
display: inline-block;
padding: 15px 30px;
background: linear-gradient(135deg, #b0ff00, #9ee600);
color: #2c2c2c;
text-decoration: none;
border-radius: 25px;
font-weight: bold;
font-size: 1.1em;
transition: all 0.3s ease;
box-shadow: 0 5px 15px rgba(176, 255, 0, 0.3);
border: none;
cursor: pointer;
}
.modern-button:hover {
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(176, 255, 0, 0.4);
color: #2c2c2c;
}
.modern-button.secondary {
background: linear-gradient(135deg, #2c2c2c, #444);
color: white;
box-shadow: 0 5px 15px rgba(44, 44, 44, 0.3);
}
.modern-button.secondary:hover {
box-shadow: 0 8px 20px rgba(44, 44, 44, 0.4);
color: white;
} .modern-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
margin: 40px 0;
}
.modern-grid-2 {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
gap: 40px;
margin: 40px 0;
} @keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.animate-fade-in-up {
animation: fadeInUp 0.6s ease-out;
} .modern-list {
list-style: none;
padding: 0;
}
.modern-list li {
padding: 15px 0;
border-bottom: 1px solid #eee;
position: relative;
padding-left: 30px;
}
.modern-list li:last-child {
border-bottom: none;
}
.modern-list li::before {
content: "✓";
position: absolute;
left: 0;
top: 15px;
color: #b0ff00;
font-weight: bold;
font-size: 1.2em;
} .modern-quote {
background: linear-gradient(135deg, #f8f9fa, #e9ecef);
border-left: 4px solid #b0ff00;
padding: 30px;
margin: 30px 0;
border-radius: 10px;
font-style: italic;
font-size: 1.1em;
color: #555;
} .stats-section {
background: linear-gradient(135deg, #2c2c2c, #444);
color: white;
padding: 60px 40px;
border-radius: 15px;
text-align: center;
margin: 40px 0;
}
.stats-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 40px;
margin-top: 40px;
}
.stat-item {
padding: 20px;
}
.stat-number {
font-size: 3em;
font-weight: bold;
color: #b0ff00;
display: block;
margin-bottom: 10px;
}
.stat-label {
font-size: 1.1em;
opacity: 0.9;
} .pagination {
text-align: center;
margin: 30px 0;
}
.pagination .page-numbers {
display: inline-block;
padding: 10px 15px;
margin: 0 5px;
background: white;
color: #2c2c2c;
text-decoration: none;
border-radius: 5px;
transition: all 0.3s ease;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current {
background: #b0ff00;
color: #2c2c2c;
transform: translateY(-2px);
} .message {
padding: 15px 20px;
border-radius: 8px;
margin: 20px 0;
font-weight: bold;
}
.message.success {
background: #d4edda;
color: #155724;
border: 1px solid #c3e6cb;
}
.message.error {
background: #f8d7da;
color: #721c24;
border: 1px solid #f5c6cb;
}
.message.warning {
background: #fff3cd;
color: #856404;
border: 1px solid #ffeaa7;
}
.message.info {
background: #d1ecf1;
color: #0c5460;
border: 1px solid #bee5eb;
} .loading {
text-align: center;
padding: 40px;
color: #666;
}
.loading::after {
content: "";
display: inline-block;
width: 20px;
height: 20px;
border: 2px solid #b0ff00;
border-radius: 50%;
border-top-color: transparent;
animation: spin 1s linear infinite;
margin-left: 10px;
}
@keyframes spin {
to {
transform: rotate(360deg);
}
} .card {
background: white;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
overflow: hidden;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.card-header {
padding: 20px;
background: linear-gradient(135deg, #2c2c2c, #444);
color: white;
}
.card-body {
padding: 20px;
}
.card-footer {
padding: 15px 20px;
background: #f9f9f9;
border-top: 1px solid #eee;
} .btn {
display: inline-block;
padding: 10px 20px;
border-radius: 5px;
text-decoration: none;
font-weight: bold;
transition: all 0.3s ease;
border: none;
cursor: pointer;
font-size: 14px;
}
.btn-primary {
background: #b0ff00;
color: #2c2c2c;
}
.btn-primary:hover {
background: #9ee600;
transform: translateY(-2px);
}
.btn-secondary {
background: #2c2c2c;
color: white;
}
.btn-secondary:hover {
background: #444;
transform: translateY(-2px);
}
.btn-outline {
background: transparent;
color: #2c2c2c;
border: 2px solid #2c2c2c;
}
.btn-outline:hover {
background: #2c2c2c;
color: white;
}
.btn-small {
padding: 8px 15px;
font-size: 12px;
}
.btn-large {
padding: 15px 30px;
font-size: 16px;
} .form-group {
margin-bottom: 20px;
}
.form-group label {
display: block;
margin-bottom: 8px;
font-weight: bold;
color: #2c2c2c;
font-size: 14px;
}
.form-group input,
.form-group textarea,
.form-group select {
width: 100%;
padding: 12px 15px;
border: 2px solid #e0e0e0;
border-radius: 8px;
font-size: 16px;
transition: border-color 0.3s ease;
background: white;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
outline: none;
border-color: #b0ff00;
box-shadow: 0 0 0 3px rgba(176, 255, 0, 0.1);
}
.form-group textarea {
min-height: 100px;
resize: vertical;
}
.form-group .required {
color: #ff4444;
} .alert {
padding: 15px 20px;
border-radius: 8px;
margin: 20px 0;
border-left: 4px solid;
}
.alert-success {
background: #d4edda;
color: #155724;
border-left-color: #28a745;
}
.alert-error {
background: #f8d7da;
color: #721c24;
border-left-color: #dc3545;
}
.alert-warning {
background: #fff3cd;
color: #856404;
border-left-color: #ffc107;
}
.alert-info {
background: #d1ecf1;
color: #0c5460;
border-left-color: #17a2b8;
} .badge {
display: inline-block;
padding: 4px 8px;
border-radius: 4px;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
}
.badge-primary {
background: #b0ff00;
color: #2c2c2c;
}
.badge-secondary {
background: #2c2c2c;
color: white;
}
.badge-success {
background: #28a745;
color: white;
}
.badge-warning {
background: #ffc107;
color: #2c2c2c;
}
.badge-error {
background: #dc3545;
color: white;
} .spinner {
display: inline-block;
width: 20px;
height: 20px;
border: 2px solid #f3f3f3;
border-top: 2px solid #b0ff00;
border-radius: 50%;
animation: spin 1s linear infinite;
}
.spinner-large {
width: 40px;
height: 40px;
border-width: 3px;
} .modal {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(5px);
}
.modal.show {
display: flex;
align-items: center;
justify-content: center;
}
.modal-content {
background: white;
border-radius: 15px;
padding: 30px;
max-width: 600px;
width: 90%;
max-height: 80vh;
overflow-y: auto;
position: relative;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}
.modal-header {
margin-bottom: 20px;
padding-bottom: 15px;
border-bottom: 1px solid #eee;
}
.modal-header h3 {
color: #2c2c2c;
font-size: 24px;
font-weight: bold;
margin: 0;
}
.modal-close {
position: absolute;
top: 20px;
right: 20px;
background: none;
border: none;
font-size: 28px;
cursor: pointer;
color: #666;
transition: color 0.3s ease;
font-weight: bold;
}
.modal-close:hover {
color: #2c2c2c;
}
#modalClientContent {
line-height: 1.6;
color: #666;
}
#modalClientContent p {
margin-bottom: 15px;
}
#modalClientInfo {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #eee;
}
#modalClientInfo p {
margin-bottom: 10px;
}
#modalClientInfo a {
color: #0073aa;
text-decoration: none;
transition: color 0.3s ease;
}
#modalClientInfo a:hover {
color: #005a87;
text-decoration: underline;
} .table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
background: white;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.table th,
.table td {
padding: 12px 15px;
text-align: left;
border-bottom: 1px solid #eee;
}
.table th {
background: #2c2c2c;
color: white;
font-weight: bold;
}
.table tr:hover {
background: #f9f9f9;
}
.table-responsive {
overflow-x: auto;
} .list {
list-style: none;
padding: 0;
}
.list-item {
padding: 10px 0;
border-bottom: 1px solid #eee;
}
.list-item:last-child {
border-bottom: none;
}
.list-item a {
color: #2c2c2c;
text-decoration: none;
transition: color 0.3s ease;
}
.list-item a:hover {
color: #b0ff00;
} .divider {
height: 1px;
background: #eee;
margin: 30px 0;
}
.divider-dashed {
border-top: 2px dashed #eee;
height: 0;
} .text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-primary {
color: #b0ff00;
}
.text-secondary {
color: #2c2c2c;
}
.text-muted {
color: #666;
}
.mb-0 {
margin-bottom: 0;
}
.mb-1 {
margin-bottom: 10px;
}
.mb-2 {
margin-bottom: 20px;
}
.mb-3 {
margin-bottom: 30px;
}
.mt-0 {
margin-top: 0;
}
.mt-1 {
margin-top: 10px;
}
.mt-2 {
margin-top: 20px;
}
.mt-3 {
margin-top: 30px;
}
.p-0 {
padding: 0;
}
.p-1 {
padding: 10px;
}
.p-2 {
padding: 20px;
}
.p-3 {
padding: 30px;
} @media (max-width: 768px) {
.page-header h1 {
font-size: 2em;
}
.content-section {
padding: 20px;
margin: 30px 0;
}
.modern-grid,
.modern-grid-2 {
grid-template-columns: 1fr;
gap: 20px;
}
.stats-grid {
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
.modal-content {
width: 95%;
padding: 20px;
}
.table-responsive {
font-size: 14px;
}
.btn {
width: 100%;
margin-bottom: 10px;
}
.form-group input,
.form-group textarea,
.form-group select {
font-size: 16px; }
} .client-card {
cursor: pointer;
transition: all 0.3s ease;
border: 2px solid transparent;
padding: 20px;
text-align: center;
background: white;
border-radius: 15px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.client-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
border-color: #0073aa;
}
.client-card:active {
transform: translateY(-2px);
}
.client-card img {
transition: transform 0.3s ease;
}
.client-card:hover img {
transform: scale(1.05);
}
.client-card h3 {
transition: color 0.3s ease;
}
.client-card:hover h3 {
color: #0073aa !important;
}.home-hero {
text-align: center;
margin: 30px 0;
}
.home-hero img {
max-width: 100%;
height: auto;
border-radius: 5px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.home-title {
font-size: 32px;
color: #2c2c2c;
margin: 30px 0;
text-align: center;
font-weight: bold;
}
.home-content {
max-width: 800px;
margin: 0 auto;
line-height: 1.8;
}
.home-content p {
margin-bottom: 20px;
font-size: 16px;
color: #333;
} .home-services {
margin: 50px 0;
}
.home-services-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 25px;
margin: 30px 0;
}
.home-service-item {
background: white;
padding: 25px;
border-radius: 8px;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
text-align: center;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home-service-item:hover {
transform: translateY(-5px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.home-service-item img {
max-width: 80px;
height: auto;
margin-bottom: 20px;
}
.home-service-item h3 {
color: #2c2c2c;
margin-bottom: 15px;
font-size: 18px;
}
.home-service-item p {
color: #666;
margin-bottom: 20px;
line-height: 1.6;
} .home-personnel {
margin: 50px 0;
}
.home-personnel-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 25px;
margin: 30px 0;
}
.home-personnel-item {
background: white;
padding: 25px;
border-radius: 8px;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
text-align: center;
transition: transform 0.3s ease;
}
.home-personnel-item:hover {
transform: translateY(-3px);
}
.home-personnel-item img {
width: 120px;
height: 120px;
border-radius: 50%;
object-fit: cover;
margin-bottom: 20px;
border: 3px solid #b0ff00;
}
.home-personnel-item h3 {
color: #2c2c2c;
margin-bottom: 10px;
font-size: 18px;
}
.home-personnel-item .position {
color: #666;
font-style: italic;
} @media (max-width: 768px) {
.home-title {
font-size: 24px;
}
.home-services-grid,
.home-personnel-grid {
grid-template-columns: 1fr;
gap: 20px;
}
.home-service-item,
.home-personnel-item {
padding: 20px;
}
}.about-hero {
text-align: center;
margin: 30px 0;
}
.about-hero img {
max-width: 100%;
height: auto;
border-radius: 8px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.about-content {
max-width: 900px;
margin: 0 auto;
line-height: 1.8;
}
.about-content p {
margin-bottom: 20px;
font-size: 16px;
color: #333;
} .about-team {
margin: 50px 0;
}
.about-team-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
margin: 30px 0;
}
.about-team-item {
background: white;
padding: 30px;
border-radius: 10px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
text-align: center;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about-team-item:hover {
transform: translateY(-5px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.about-team-item img {
width: 150px;
height: 150px;
border-radius: 50%;
object-fit: cover;
margin-bottom: 25px;
border: 4px solid #b0ff00;
}
.about-team-item h3 {
color: #2c2c2c;
margin-bottom: 10px;
font-size: 20px;
}
.about-team-item .position {
color: #b0ff00;
font-weight: bold;
margin-bottom: 15px;
font-size: 16px;
}
.about-team-item .phone,
.about-team-item .email {
color: #666;
font-size: 14px;
margin-bottom: 5px;
}
.about-team-item .bio {
color: #333;
line-height: 1.6;
margin-top: 15px;
font-style: italic;
} .about-achievements {
background: #f9f9f9;
padding: 40px;
border-radius: 10px;
margin: 40px 0;
}
.about-achievements-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 30px;
text-align: center;
}
.achievement-item {
padding: 20px;
}
.achievement-item .number {
font-size: 3em;
font-weight: bold;
color: #b0ff00;
margin-bottom: 10px;
}
.achievement-item .label {
color: #2c2c2c;
font-weight: bold;
font-size: 16px;
} .about-mission {
margin: 50px 0;
padding: 40px;
background: linear-gradient(135deg, #2c2c2c, #444);
color: white;
border-radius: 10px;
}
.about-mission h2 {
color: #b0ff00;
border-bottom-color: #b0ff00;
}
.about-mission p {
color: #f0f0f0;
font-size: 18px;
line-height: 1.8;
} @media (max-width: 768px) {
.about-team-grid {
grid-template-columns: 1fr;
gap: 20px;
}
.about-team-item {
padding: 20px;
}
.about-team-item img {
width: 120px;
height: 120px;
}
.about-achievements-grid {
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
.about-mission {
padding: 30px 20px;
}
}.services-header {
text-align: center;
margin: 30px 0;
}
.services-intro {
max-width: 800px;
margin: 0 auto 40px;
text-align: center;
color: #666;
font-size: 18px;
line-height: 1.6;
} .services-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
margin: 40px 0;
} .service-card {
background: #fff;
border-radius: 12px;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
padding: 30px;
}
.service-name {
font-weight: bold;
font-size: 16px;
margin-top: 10px;
}
.service-name a {
color: #b0ff00;
text-decoration: none;
}
.service-name a:hover {
text-decoration: underline;
}
.service-image {
height: 160px;
display: flex;
align-items: center;
justify-content: center;
padding: 15px;
}
.service-image img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
border-radius: 8px;
}
.service-card:hover {
transform: translateY(-5px);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
} .service-card-header {
display: none;
}
.service-card-header img {
width: 80px;
height: 80px;
margin-bottom: 15px;
filter: brightness(0) invert(1);
}
.service-card-header h3 {
color: white;
margin-bottom: 10px;
font-size: 20px;
}
.service-card-body {
padding: 25px;
}
.service-card-body p {
color: #666;
line-height: 1.6;
margin-bottom: 20px;
}
.service-features {
list-style: none;
margin: 20px 0;
}
.service-features li {
padding: 8px 0;
color: #333;
position: relative;
padding-left: 25px;
}
.service-features li:before {
content: "✓";
position: absolute;
left: 0;
color: #b0ff00;
font-weight: bold;
font-size: 16px;
}
.service-price {
background: #f9f9f9;
padding: 15px;
border-radius: 8px;
text-align: center;
margin: 20px 0;
}
.service-price .price {
font-size: 24px;
font-weight: bold;
color: #b0ff00;
}
.service-price .period {
color: #666;
font-size: 14px;
}
.service-cta {
text-align: center;
margin-top: 20px;
}
.service-cta .button {
background: #b0ff00;
color: #2c2c2c;
font-weight: bold;
padding: 12px 25px;
border-radius: 25px;
transition: all 0.3s ease;
}
.service-cta .button:hover {
background: #9ee600;
transform: translateY(-2px);
} .services-filter {
margin: 30px 0;
text-align: center;
}
.filter-buttons {
display: flex;
justify-content: center;
gap: 15px;
flex-wrap: wrap;
margin: 20px 0;
}
.filter-button {
background: white;
border: 2px solid #2c2c2c;
color: #2c2c2c;
padding: 10px 20px;
border-radius: 25px;
cursor: pointer;
transition: all 0.3s ease;
font-weight: bold;
}
.filter-button:hover,
.filter-button.active {
background: #2c2c2c;
color: white;
} .service-detail {
max-width: 900px;
margin: 0 auto;
}
.service-detail-header {
text-align: center;
margin: 30px 0;
padding: 40px;
background: linear-gradient(135deg, #2c2c2c, #444);
color: white;
border-radius: 12px;
}
.service-detail-header img {
width: 100px;
height: 100px;
margin-bottom: 20px;
filter: brightness(0) invert(1);
}
.service-detail-content {
line-height: 1.8;
font-size: 16px;
}
.service-detail-content h3 {
color: #2c2c2c;
margin: 30px 0 15px;
border-bottom: 2px solid #b0ff00;
padding-bottom: 10px;
}
.service-detail-content ul {
margin: 20px 0;
padding-left: 20px;
}
.service-detail-content li {
margin-bottom: 10px;
color: #333;
} .service-info {
background: #f9f9f9;
padding: 20px;
border-radius: 8px;
margin: 20px 0;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
}
.service-price,
.service-duration {
text-align: center;
}
.service-price strong,
.service-duration strong {
color: #2c2c2c;
display: block;
margin-bottom: 5px;
}
.service-features-section {
margin: 30px 0;
}
.service-features-section h3 {
color: #2c2c2c;
margin-bottom: 15px;
border-bottom: 2px solid #b0ff00;
padding-bottom: 10px;
}
.service-features-list {
list-style: none;
padding: 0;
}
.service-features-list li {
padding: 10px 0;
color: #333;
position: relative;
padding-left: 25px;
border-bottom: 1px solid #eee;
}
.service-features-list li:last-child {
border-bottom: none;
}
.service-features-list li:before {
content: "✓";
position: absolute;
left: 0;
color: #b0ff00;
font-weight: bold;
font-size: 16px;
}
.service-description {
line-height: 1.8;
font-size: 16px;
color: #333;
margin: 30px 0;
}
.service-description h2,
.service-description h3,
.service-description h4 {
color: #2c2c2c;
margin: 30px 0 15px;
border-bottom: 2px solid #b0ff00;
padding-bottom: 10px;
}
.service-contact {
background: linear-gradient(135deg, #2c2c2c, #444);
color: white;
padding: 30px;
border-radius: 12px;
margin: 40px 0;
text-align: center;
}
.service-contact h3 {
color: #b0ff00;
margin-bottom: 20px;
border-bottom-color: #b0ff00;
}
.contact-buttons {
display: flex;
justify-content: center;
gap: 15px;
flex-wrap: wrap;
margin-top: 20px;
}
.contact-buttons .button {
background: #b0ff00;
color: #2c2c2c;
padding: 12px 25px;
border-radius: 25px;
text-decoration: none;
font-weight: bold;
transition: all 0.3s ease;
}
.contact-buttons .button:hover {
background: #9ee600;
transform: translateY(-2px);
} @media (max-width: 768px) {
.services-grid {
grid-template-columns: 1fr;
gap: 20px;
}
.service-card {
margin-bottom: 20px;
}
.filter-buttons {
flex-direction: column;
align-items: center;
}
.filter-button {
width: 200px;
}
.service-detail-header {
padding: 30px 20px;
}
.service-info {
grid-template-columns: 1fr;
gap: 15px;
}
.contact-buttons {
flex-direction: column;
align-items: center;
}
.contact-buttons .button {
width: 200px;
}
} .service-excerpt {
color: #666;
}.clients-header {
text-align: center;
margin: 30px 0;
}
.clients-intro {
max-width: 800px;
margin: 0 auto 40px;
text-align: center;
color: #666;
font-size: 18px;
line-height: 1.6;
} .clients-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 30px;
margin: 40px 0;
}
.client-card {
background: white;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
overflow: hidden;
transition: transform 0.3s ease, box-shadow 0.3s ease;
text-align: center;
padding: 30px;
}
.client-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.client-logo {
margin-bottom: 20px;
height: 120px;
display: flex;
align-items: center;
justify-content: center;
}
.client-logo img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
filter: grayscale(100%);
transition: filter 0.3s ease;
}
.client-card:hover .client-logo img {
filter: grayscale(0%);
}
.client-name {
color: #2c2c2c;
font-size: 16px;
font-weight: bold;
margin-top: 10px;
margin-bottom: 0;
}
.client-name a { color: #2c2c2c; text-decoration: none; }
.client-name a:hover { text-decoration: underline; }
.client-description {
color: #666;
font-size: 14px;
line-height: 1.5;
margin-bottom: 15px;
}
.client-link {
color: #b0ff00;
text-decoration: none;
font-weight: bold;
font-size: 14px;
transition: color 0.3s ease;
}
.client-link:hover {
color: #9ee600;
} .clients-filter {
margin: 30px 0;
text-align: center;
}
.filter-buttons {
display: flex;
justify-content: center;
gap: 15px;
flex-wrap: wrap;
margin: 20px 0;
}
.filter-button {
background: white;
border: 2px solid #2c2c2c;
color: #2c2c2c;
padding: 10px 20px;
border-radius: 25px;
cursor: pointer;
transition: all 0.3s ease;
font-weight: bold;
}
.filter-button:hover,
.filter-button.active {
background: #2c2c2c;
color: white;
} .clients-stats {
background: linear-gradient(135deg, #2c2c2c, #444);
color: white;
padding: 40px;
border-radius: 12px;
margin: 40px 0;
text-align: center;
}
.clients-stats h2 {
color: #b0ff00;
margin-bottom: 30px;
border-bottom-color: #b0ff00;
}
.stats-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 30px;
}
.stat-item {
padding: 20px;
}
.stat-item .number {
font-size: 3em;
font-weight: bold;
color: #b0ff00;
margin-bottom: 10px;
display: block;
}
.stat-item .label {
color: #f0f0f0;
font-weight: bold;
font-size: 16px;
} .clients-testimonials {
margin: 50px 0;
}
.testimonials-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
margin: 30px 0;
}
.testimonial-card {
background: white;
padding: 30px;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
position: relative;
}
.testimonial-card::before {
content: '"';
position: absolute;
top: 20px;
left: 20px;
font-size: 4em;
color: #b0ff00;
font-family: serif;
line-height: 1;
}
.testimonial-content {
margin-left: 30px;
margin-bottom: 20px;
font-style: italic;
color: #333;
line-height: 1.6;
}
.testimonial-author {
display: flex;
align-items: center;
gap: 15px;
margin-left: 30px;
}
.testimonial-author img {
width: 50px;
height: 50px;
border-radius: 50%;
object-fit: cover;
}
.testimonial-author-info {
flex: 1;
}
.testimonial-author-name {
font-weight: bold;
color: #2c2c2c;
margin-bottom: 5px;
}
.testimonial-author-position {
color: #666;
font-size: 14px;
} .clients-logos {
background: #f9f9f9;
padding: 40px;
border-radius: 12px;
margin: 40px 0;
}
.clients-logos h3 {
text-align: center;
margin-bottom: 30px;
color: #2c2c2c;
}
.logos-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
gap: 30px;
align-items: center;
}
.logo-item {
text-align: center;
padding: 20px;
background: white;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
transition: transform 0.3s ease;
}
.logo-item:hover {
transform: scale(1.05);
}
.logo-item img {
max-width: 100%;
max-height: 60px;
object-fit: contain;
filter: grayscale(100%);
transition: filter 0.3s ease;
}
.logo-item:hover img {
filter: grayscale(0%);
} .client-details-btn {
background: #b0ff00;
color: #2c2c2c;
border: none;
padding: 10px 20px;
border-radius: 25px;
cursor: pointer;
font-weight: bold;
transition: all 0.3s ease;
margin-top: 15px;
}
.client-details-btn:hover {
background: #9ee600;
transform: translateY(-2px);
} .modal {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(5px);
}
.modal.show {
display: flex;
align-items: center;
justify-content: center;
}
.modal-content {
background: white;
border-radius: 12px;
max-width: 800px;
width: 90%;
max-height: 80vh;
overflow-y: auto;
position: relative;
animation: modalSlideIn 0.3s ease;
}
@keyframes modalSlideIn {
from {
opacity: 0;
transform: translateY(-50px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.modal-close {
position: absolute;
top: 15px;
right: 20px;
background: none;
border: none;
font-size: 28px;
cursor: pointer;
color: #666;
transition: color 0.3s ease;
z-index: 10;
}
.modal-close:hover {
color: #2c2c2c;
}
.modal-header {
padding: 30px 30px 20px;
border-bottom: 1px solid #eee;
text-align: center;
}
.modal-client-logo {
width: 120px;
height: 120px;
object-fit: contain;
margin-bottom: 20px;
border-radius: 8px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.modal-header h2 {
color: #2c2c2c;
margin: 0;
font-size: 24px;
}
.modal-body {
padding: 30px;
line-height: 1.8;
color: #333;
}
.modal-body p {
margin-bottom: 20px;
}
.modal-website {
text-align: center;
margin-top: 30px;
padding-top: 20px;
border-top: 1px solid #eee;
} @media (max-width: 768px) {
.clients-grid {
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
}
.client-card {
padding: 20px;
}
.client-logo {
height: 80px;
}
.stats-grid {
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
.testimonials-grid {
grid-template-columns: 1fr;
gap: 20px;
}
.logos-grid {
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
.filter-buttons {
flex-direction: column;
align-items: center;
}
.filter-button {
width: 200px;
}
.modal-content {
width: 95%;
margin: 20px;
}
.modal-header {
padding: 20px 20px 15px;
}
.modal-body {
padding: 20px;
}
.modal-client-logo {
width: 80px;
height: 80px;
}
}.contacts-header {
text-align: center;
margin: 30px 0;
}
.contacts-intro {
max-width: 800px;
margin: 0 auto 40px;
text-align: center;
color: #666;
font-size: 18px;
line-height: 1.6;
} .contact-info-section {
margin: 40px 0;
}
.contact-details {
background: #f9f9f9;
padding: 30px;
border-radius: 10px;
margin-bottom: 30px;
}
.contact-item {
margin-bottom: 20px;
font-size: 16px;
display: flex;
align-items: center;
gap: 15px;
}
.contact-item i {
width: 30px;
height: 30px;
background: #b0ff00;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #2c2c2c;
font-weight: bold;
}
.contact-item strong {
color: #2c2c2c;
min-width: 100px;
} .contact-form-section {
background: white;
padding: 40px;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
margin: 40px 0;
}
.contact-form-section h2 {
text-align: center;
margin-bottom: 30px;
color: #2c2c2c;
}
.contact-form {
max-width: 600px;
margin: 0 auto;
}
.form-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin-bottom: 20px;
}
.form-group {
margin-bottom: 20px;
}
.form-group.full-width {
grid-column: 1 / -1;
}
.form-group label {
display: block;
margin-bottom: 8px;
font-weight: bold;
color: #2c2c2c;
font-size: 14px;
}
.form-group input,
.form-group textarea,
.form-group select {
width: 100%;
padding: 12px 15px;
border: 2px solid #e0e0e0;
border-radius: 8px;
font-size: 16px;
transition: border-color 0.3s ease;
background: white;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
outline: none;
border-color: #b0ff00;
box-shadow: 0 0 0 3px rgba(176, 255, 0, 0.1);
}
.form-group textarea {
min-height: 120px;
resize: vertical;
}
.form-group .required {
color: #ff4444;
}
.form-submit {
text-align: center;
margin-top: 30px;
}
.form-submit .button {
background: #b0ff00;
color: #2c2c2c;
font-weight: bold;
padding: 15px 40px;
border-radius: 25px;
font-size: 16px;
transition: all 0.3s ease;
border: none;
cursor: pointer;
}
.form-submit .button:hover {
background: #9ee600;
transform: translateY(-2px);
box-shadow: 0 4px 15px rgba(176, 255, 0, 0.3);
} #form-message {
margin-top: 20px;
padding: 15px;
border-radius: 8px;
text-align: center;
font-weight: bold;
}
#form-message .success {
background: #d4edda;
color: #155724;
border: 1px solid #c3e6cb;
}
#form-message .error {
background: #f8d7da;
color: #721c24;
border: 1px solid #f5c6cb;
}
#form-message .loading {
background: #d1ecf1;
color: #0c5460;
border: 1px solid #bee5eb;
} .map-section {
margin: 40px 0;
text-align: center;
}
.map-container {
background: #f9f9f9;
padding: 30px;
border-radius: 10px;
min-height: 300px;
display: flex;
align-items: center;
justify-content: center;
}
.map-placeholder {
color: #666;
font-size: 18px;
} .working-hours {
background: linear-gradient(135deg, #2c2c2c, #444);
color: white;
padding: 30px;
border-radius: 10px;
margin: 30px 0;
text-align: center;
}
.working-hours h3 {
color: #b0ff00;
margin-bottom: 20px;
border-bottom-color: #b0ff00;
}
.working-hours .hours-list {
list-style: none;
padding: 0;
}
.working-hours .hours-list li {
padding: 8px 0;
border-bottom: 1px solid #444;
}
.working-hours .hours-list li:last-child {
border-bottom: none;
}
.working-hours .hours-text {
font-size: 18px;
line-height: 1.6;
color: #f0f0f0;
} .social-links {
text-align: center;
margin: 30px 0;
}
.social-links h3 {
margin-bottom: 20px;
color: #2c2c2c;
}
.social-buttons {
display: flex;
justify-content: center;
gap: 15px;
flex-wrap: wrap;
}
.social-button {
display: inline-flex;
align-items: center;
gap: 10px;
background: #2c2c2c;
color: white;
padding: 12px 20px;
border-radius: 25px;
text-decoration: none;
transition: all 0.3s ease;
font-weight: bold;
}
.social-button:hover {
background: #b0ff00;
color: #2c2c2c;
transform: translateY(-2px);
} @media (max-width: 768px) {
.form-row {
grid-template-columns: 1fr;
gap: 0;
}
.contact-form-section {
padding: 30px 20px;
}
.contact-item {
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
.social-buttons {
flex-direction: column;
align-items: center;
}
.social-button {
width: 200px;
justify-content: center;
}
}.blog-header {
text-align: center;
margin: 30px 0;
}
.blog-intro {
max-width: 800px;
margin: 0 auto 40px;
text-align: center;
color: #666;
font-size: 18px;
line-height: 1.6;
} .blog-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
margin: 40px auto;
max-width: 1200px;
}
@media (max-width: 1200px) {
.blog-grid {
grid-template-columns: repeat(2, 1fr);
max-width: 900px;
}
}
@media (max-width: 768px) {
.blog-grid {
grid-template-columns: 1fr;
gap: 20px;
max-width: 600px;
}
}
.blog-post-card {
background: white;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
overflow: hidden;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-post-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.blog-post-thumbnail {
position: relative;
overflow: hidden;
height: 220px;
}
.blog-post-thumbnail img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.blog-post-card:hover .blog-post-thumbnail img {
transform: scale(1.05);
}
.blog-post-content {
padding: 25px;
}
.blog-post-meta {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 15px;
font-size: 14px;
color: #666;
}
.blog-post-date {
background: #b0ff00;
color: #2c2c2c;
padding: 4px 8px;
border-radius: 4px;
font-weight: bold;
}
.blog-post-category {
color: #b0ff00;
font-weight: bold;
}
.blog-post-title {
margin-bottom: 15px;
}
.blog-post-title a {
color: #2c2c2c;
text-decoration: none;
font-size: 20px;
font-weight: bold;
line-height: 1.3;
transition: color 0.3s ease;
}
.blog-post-title a:hover {
color: #b0ff00;
}
.blog-post-excerpt {
color: #666;
line-height: 1.6;
margin-bottom: 20px;
}
.blog-post-readmore {
color: #b0ff00;
font-weight: bold;
text-decoration: none;
transition: color 0.3s ease;
}
.blog-post-readmore:hover {
color: #9ee600;
} .single-post {
max-width: 900px;
margin: 0 auto;
}
.single-post-header {
text-align: center;
margin: 30px auto;
padding: 40px;
background: linear-gradient(135deg, #2c2c2c, #444);
color: white;
border-radius: 12px;
max-width: 1000px;
}
.single-post-title {
color: white;
margin-bottom: 20px;
font-size: 32px;
line-height: 1.2;
}
.single-post-meta {
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
color: #f0f0f0;
font-size: 16px;
}
.single-post-content {
line-height: 1.8;
font-size: 18px;
color: #333;
max-width: 900px;
margin: 0 auto;
}
.single-post-content h2,
.single-post-content h3,
.single-post-content h4 {
color: #2c2c2c;
margin: 30px 0 15px;
border-bottom: 2px solid #b0ff00;
padding-bottom: 10px;
}
.single-post-content p {
margin-bottom: 20px;
}
.single-post-content ul,
.single-post-content ol {
margin: 20px 0;
padding-left: 20px;
}
.single-post-content li {
margin-bottom: 10px;
}
.single-post-content blockquote {
background: #f9f9f9;
border-left: 4px solid #b0ff00;
padding: 20px;
margin: 30px 0;
font-style: italic;
color: #666;
}
.single-post-content img {
max-width: 100%;
height: auto;
border-radius: 8px;
margin: 20px 0;
} .post-navigation {
margin: 40px auto;
padding: 30px;
background: #f9f9f9;
border-radius: 10px;
max-width: 1000px;
}
.post-navigation .nav-links {
display: flex;
justify-content: space-between;
align-items: center;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
flex: 1;
}
.post-navigation .nav-next {
text-align: right;
}
.post-navigation a {
color: #2c2c2c;
text-decoration: none;
font-weight: bold;
transition: color 0.3s ease;
}
.post-navigation a:hover {
color: #b0ff00;
}
.post-navigation .nav-subtitle {
font-size: 14px;
color: #666;
margin-bottom: 5px;
} .comments-section {
margin: 40px auto;
max-width: 900px;
}
.comment-list .comment {
background: #fff;
border-radius: 8px;
padding: 20px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.comment-reply-title {
margin-bottom: 15px;
}
.comment-respond {
background: #fff;
border-radius: 10px;
padding: 30px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.comments-title {
color: #2c2c2c;
margin-bottom: 30px;
border-bottom: 2px solid #b0ff00;
padding-bottom: 10px;
}
.comment-list {
list-style: none;
padding: 0;
}
.comment {
background: white;
padding: 20px;
border-radius: 8px;
margin-bottom: 20px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.comment-author {
font-weight: bold;
color: #2c2c2c;
margin-bottom: 5px;
}
.comment-meta {
font-size: 14px;
color: #666;
margin-bottom: 10px;
}
.comment-content {
color: #333;
line-height: 1.6;
} .comment-respond {
background: white;
padding: 30px;
border-radius: 10px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
margin-top: 30px;
}
.comment-reply-title {
color: #2c2c2c;
margin-bottom: 20px;
}
.comment-form {
display: grid;
gap: 20px;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
}
.comment-form-comment {
grid-column: 1 / -1;
}
.comment-form input,
.comment-form textarea {
width: 100%;
padding: 12px 15px;
border: 2px solid #e0e0e0;
border-radius: 8px;
font-size: 16px;
transition: border-color 0.3s ease;
}
.comment-form input:focus,
.comment-form textarea:focus {
outline: none;
border-color: #b0ff00;
}
.comment-form textarea {
min-height: 120px;
resize: vertical;
}
.form-submit {
text-align: center;
}
.form-submit .button {
background: #b0ff00;
color: #2c2c2c;
font-weight: bold;
padding: 12px 30px;
border-radius: 25px;
border: none;
cursor: pointer;
transition: all 0.3s ease;
}
.form-submit .button:hover {
background: #9ee600;
transform: translateY(-2px);
} .blog-pagination {
text-align: center;
margin: 40px 0;
}
.blog-pagination .page-numbers {
display: inline-block;
padding: 10px 15px;
margin: 0 5px;
background: white;
color: #2c2c2c;
text-decoration: none;
border-radius: 5px;
transition: all 0.3s ease;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers.current {
background: #b0ff00;
color: #2c2c2c;
transform: translateY(-2px);
} @media (max-width: 768px) {
.blog-grid {
grid-template-columns: 1fr;
gap: 20px;
}
.single-post-title {
font-size: 24px;
}
.single-post-meta {
flex-direction: column;
gap: 10px;
}
.post-navigation .nav-links {
flex-direction: column;
gap: 20px;
text-align: center;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
grid-template-columns: 1fr;
}
} .comment-list > li {
list-style: none;
}
.comment {
display: block;
}
.comment .comment-body {
display: grid;
grid-template-columns: 48px 1fr;
gap: 15px;
align-items: start;
}
.comment .comment-body .avatar {
width: 48px;
height: 48px;
border-radius: 50%;
object-fit: cover;
}
.comment .comment-header {
display: flex;
flex-wrap: wrap;
gap: 10px;
align-items: center;
margin-bottom: 8px;
}
.comment .comment-author {
margin: 0;
font-weight: 700;
color: #2c2c2c;
}
.comment .comment-meta {
margin: 0;
font-size: 13px;
color: #999;
}
.comment .reply {
margin-top: 10px;
}
.comment .reply a {
color: #b0ff00;
font-weight: 600;
text-decoration: none;
}
.comment .reply a:hover {
text-decoration: underline;
} .comment-respond .form-submit {
text-align: center;
}
.comment-respond .form-submit .submit {
background: #b0ff00;
color: #2c2c2c;
border: none;
padding: 12px 26px;
border-radius: 25px;
font-weight: 700;
cursor: pointer;
transition: all 0.2s ease;
}
.comment-respond .form-submit .submit:hover {
background: #9ee600;
transform: translateY(-1px);
}