<style data-wp-block-html="css">
/* ===== استایلهای Boroexim.com - قرار دادن در Additional CSS وردپرس ===== */
.boroexim-wrapper * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
.boroexim-wrapper {
font-family: 'Yekan Bakh', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
padding: 40px 20px;
line-height: 1.6;
direction: rtl;
}
.boroexim-wrapper .container {
max-width: 1200px;
margin: 0 auto;
}
.boroexim-wrapper header {
text-align: center;
margin-bottom: 50px;
color: #003D7A;
}
.boroexim-wrapper header h1 {
font-size: 3em;
margin-bottom: 10px;
font-weight: 800;
}
.boroexim-wrapper header p {
font-size: 1.2em;
color: #666;
}
.boroexim-wrapper .section {
background: white;
border-radius: 15px;
padding: 40px;
margin-bottom: 30px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.boroexim-wrapper .section h2 {
color: #003D7A;
font-size: 1.8em;
margin-bottom: 30px;
border-bottom: 3px solid #D4AF37;
padding-bottom: 15px;
}
.boroexim-wrapper .color-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
margin-bottom: 30px;
}
.boroexim-wrapper .color-card {
border-radius: 12px;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
transition: transform 0.3s;
}
.boroexim-wrapper .color-card:hover {
transform: translateY(-5px);
}
.boroexim-wrapper .color-sample {
height: 150px;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-weight: bold;
font-size: 0.9em;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.boroexim-wrapper .color-info {
padding: 15px;
background: #f9f9f9;
}
.boroexim-wrapper .color-info h3 {
color: #003D7A;
margin-bottom: 8px;
font-size: 1.1em;
}
.boroexim-wrapper .color-code {
font-family: 'Courier New', monospace;
background: #f0f0f0;
padding: 8px;
border-radius: 5px;
color: #D4AF37;
font-weight: bold;
margin: 8px 0;
}
.boroexim-wrapper .color-description {
font-size: 0.9em;
color: #666;
}
.boroexim-wrapper .color-primary { background: #003D7A; }
.boroexim-wrapper .color-accent { background: #D4AF37; }
.boroexim-wrapper .color-success { background: #00B050; }
.boroexim-wrapper .color-secondary { background: #0052CC; }
.boroexim-wrapper .color-warning { background: #FF9800; }
.boroexim-wrapper .color-error { background: #F44336; }
.boroexim-wrapper .button-showcase {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
margin-top: 30px;
}
.boroexim-wrapper .button {
padding: 12px 24px;
border: none;
border-radius: 8px;
font-size: 1em;
font-weight: 600;
cursor: pointer;
transition: all 0.3s;
text-align: center;
color: white;
}
.boroexim-wrapper .button-primary {
background: #003D7A;
}
.boroexim-wrapper .button-primary:hover {
background: #002550;
box-shadow: 0 5px 15px rgba(0, 61, 122, 0.4);
}
.boroexim-wrapper .button-success {
background: #00B050;
}
.boroexim-wrapper .button-success:hover {
background: #008035;
box-shadow: 0 5px 15px rgba(0, 176, 80, 0.4);
}
.boroexim-wrapper .button-accent {
background: #D4AF37;
color: #003D7A;
}
.boroexim-wrapper .button-accent:hover {
background: #B8900D;
box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
}
.boroexim-wrapper .typography-section {
background: #f9f9f9;
padding: 30px;
border-radius: 12px;
margin-top: 30px;
}
.boroexim-wrapper .typography-section h3 {
color: #003D7A;
margin-bottom: 15px;
font-size: 1.2em;
}
.boroexim-wrapper .typography-example {
margin-bottom: 20px;
padding-bottom: 15px;
border-bottom: 1px solid #ddd;
}
.boroexim-wrapper .typography-example:last-child {
border-bottom: none;
}
.boroexim-wrapper .example-label {
color: #666;
font-size: 0.9em;
margin-bottom: 5px;
}
.boroexim-wrapper h1 { font-size: 2.5em; font-weight: 800; }
.boroexim-wrapper h2 { font-size: 2em; font-weight: 700; }
.boroexim-wrapper h3 { font-size: 1.5em; font-weight: 700; }
.boroexim-wrapper h4 { font-size: 1.25em; font-weight: 600; }
.boroexim-wrapper p { font-size: 1em; color: #333; }
.boroexim-wrapper .stats {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
gap: 20px;
margin-top: 30px;
}
.boroexim-wrapper .stat-card {
text-align: center;
padding: 20px;
border-radius: 10px;
background: linear-gradient(135deg, #003D7A 0%, #0052CC 100%);
color: white;
}
.boroexim-wrapper .stat-number {
font-size: 2em;
font-weight: bold;
color: #D4AF37;
}
.boroexim-wrapper .stat-label {
font-size: 0.9em;
margin-top: 10px;
}
.boroexim-wrapper .comparison-table {
width: 100%;
border-collapse: collapse;
margin-top: 20px;
overflow: hidden;
border-radius: 10px;
}
.boroexim-wrapper .comparison-table th {
background: #003D7A;
color: white;
padding: 15px;
text-align: right;
font-weight: bold;
}
.boroexim-wrapper .comparison-table td {
padding: 15px;
border-bottom: 1px solid #eee;
}
.boroexim-wrapper .comparison-table tr:hover {
background: #f9f9f9;
}
.boroexim-wrapper .comparison-table tr:last-child td {
border-bottom: none;
}
.boroexim-wrapper .sample-website {
background: white;
border-radius: 15px;
overflow: hidden;
margin-top: 30px;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}
.boroexim-wrapper .sample-header {
background: #003D7A;
color: white;
padding: 40px;
text-align: center;
}
.boroexim-wrapper .sample-hero {
background: linear-gradient(135deg, #003D7A 0%, #0052CC 100%);
color: white;
padding: 60px 40px;
text-align: center;
}
.boroexim-wrapper .sample-hero h2 {
font-size: 2.5em;
margin-bottom: 20px;
border-bottom: none;
}
.boroexim-wrapper .sample-hero p {
color: #ddd;
font-size: 1.1em;
}
.boroexim-wrapper .sample-content {
padding: 40px;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 30px;
}
.boroexim-wrapper .sample-box {
padding: 30px;
border-radius: 10px;
text-align: center;
}
.boroexim-wrapper .sample-box-primary {
background: #003D7A;
color: white;
}
.boroexim-wrapper .sample-box-accent {
background: #D4AF37;
color: #003D7A;
}
.boroexim-wrapper .sample-box-success {
background: #00B050;
color: white;
}
.boroexim-wrapper .sample-footer {
background: #1a1a1a;
color: white;
padding: 30px;
text-align: center;
}
.boroexim-wrapper .footer {
text-align: center;
margin-top: 50px;
padding-top: 20px;
border-top: 2px solid #D4AF37;
color: #666;
}
@media (max-width: 768px) {
.boroexim-wrapper .section {
padding: 20px;
}
.boroexim-wrapper header h1 {
font-size: 1.8em;
}
.boroexim-wrapper .color-grid {
grid-template-columns: 1fr;
}
}
</style>