/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
:root{--primary-blue:#2563eb;--primary-blue-dark:#1d4ed8;--light-blue:#eff6ff;--text-dark:#1f2937;--text-gray:#6b7280;--border-light:#e5e7eb;--white:#ffffff;--success-green:#10b981}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:Arial,Helvetica,Verdana,sans-serif;color:var(--text-dark);line-height:1.6;background-color:var(--white)}
.hero-section{background:linear-gradient(135deg,var(--light-blue) 0%,#f8fafc 100%);padding:4rem 0;min-height:500px;display:flex;align-items:center}
.hero-content h1{font-size:3.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1.5rem;line-height:1.2}
.hero-content p{font-size:1.25rem;color:var(--text-gray);margin-bottom:2rem;max-width:600px}
.btn-primary-custom{background-color:var(--primary-blue);border:none;padding:0.75rem 2rem;font-size:1.1rem;font-weight:600;border-radius:8px;transition:all 0.3s ease;text-decoration:none;display:inline-block;color:var(--white)}
.btn-primary-custom:hover{background-color:var(--primary-blue-dark);transform:translateY(-2px);box-shadow:0 8px 25px rgba(37,99,235,0.3);color:var(--white)}
.featured-categories{padding:4rem 0;background-color:var(--white)}
.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:var(--text-dark)}
.category-card{background:var(--white);border-radius:12px;padding:2rem;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,0.08);transition:all 0.3s ease;height:100%;border:1px solid var(--border-light)}
.category-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,0.12)}
.category-icon{font-size:3rem;color:var(--primary-blue);margin-bottom:1.5rem}
.category-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-dark)}
.category-card p{color:var(--text-gray);margin-bottom:1.5rem;font-size:1rem}
.btn-outline-custom{border:2px solid var(--primary-blue);color:var(--primary-blue);padding:0.5rem 1.5rem;font-weight:600;border-radius:8px;transition:all 0.3s ease;text-decoration:none;display:inline-block}
.post-content h1{font-weight: 700 !important;}
.btn-outline-custom:hover{background-color:var(--primary-blue);color:var(--white)}
.blog-section{padding:4rem 0;background-color:#f8fafc}
.blog-card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.08);transition:all 0.3s ease;height:100%}
.blog-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(0,0,0,0.12)}
.blog-image{height:200px;background:linear-gradient(135deg,var(--light-blue),#dbeafe);display:flex;align-items:center;justify-content:center;color:var(--primary-blue);font-size:3rem}
.blog-content{padding:1.5rem}
.blog-date{color:var(--text-gray);font-size:0.9rem;margin-bottom:0.5rem}
.blog-title{font-size:1.25rem;font-weight:600;margin-bottom:0.75rem;color:var(--text-dark)}
.blog-excerpt{color:var(--text-gray);margin-bottom:1rem;font-size:0.95rem}
.read-more{color:var(--primary-blue);text-decoration:none;font-weight:600;font-size:0.9rem}
.read-more:hover{color:var(--primary-blue-dark)}
.cta-banner{background:linear-gradient(135deg,var(--primary-blue),var(--primary-blue-dark));color:var(--white);padding:4rem 0;text-align:center}
.cta-banner h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}
.cta-banner p{font-size:1.2rem;margin-bottom:2rem;opacity:0.9}
.btn-white-custom{background-color:var(--white);color:var(--primary-blue);border:none;padding:0.75rem 2rem;font-size:1.1rem;font-weight:600;border-radius:8px;transition:all 0.3s ease;text-decoration:none;display:inline-block}
.btn-white-custom:hover{background-color:#f1f5f9;transform:translateY(-2px);box-shadow:0 8px 25px rgba(255,255,255,0.3);color:var(--primary-blue)}
@media (max-width:768px){.hero-content h1{font-size:2.5rem}
.hero-content p{font-size:1.1rem}
.section-title{font-size:2rem}
.category-card{margin-bottom:2rem}
.cta-banner h2{font-size:2rem}
}@media (max-width:576px){.hero-content h1{font-size:2rem}
.hero-section{padding:2rem 0}
.featured-categories,.blog-section{padding:2rem 0}
}.navbar{background-color:var(--white);box-shadow:0 2px 15px rgba(0,0,0,0.08);padding:1rem 0;position:sticky;top:0;z-index:1000}
.navbar-brand{font-size:1.8rem;font-weight:700;color:var(--primary-blue) !important;text-decoration:none}
.navbar-nav .nav-link{color:var(--text-dark) !important;font-weight:500;margin:0 0.5rem;padding:0.5rem 1rem !important;border-radius:8px;transition:all 0.3s ease}
.navbar-nav .nav-link:hover{background-color:var(--light-blue);color:var(--primary-blue) !important}
.navbar-nav .nav-link.active{background-color:var(--primary-blue);color:var(--white) !important}
.footer{background-color:var(--text-dark);color:var(--white);padding:3rem 0 1rem}
.footer h5{color:var(--white);font-weight:600;margin-bottom:1.5rem;font-size:1.1rem}
.footer-links{list-style:none;padding:0;margin:0}
.footer-links li{margin-bottom:0.5rem}
.footer-links a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.3s ease;font-size:0.9rem}
.footer-links a:hover{color:var(--white)}
.footer-brand{font-size:1.5rem;font-weight:700;color:var(--white);margin-bottom:1rem}
.footer-description{color:rgba(255,255,255,0.7);font-size:0.9rem;line-height:1.6;margin-bottom:1.5rem}
.social-links{display:flex;gap:1rem;margin-bottom:1.5rem}
.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:rgba(255,255,255,0.1);border-radius:50%;color:rgba(255,255,255,0.7);text-decoration:none;transition:all 0.3s ease}
.social-links a:hover{background-color:var(--primary-blue);color:var(--white);transform:translateY(-2px)}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:1.5rem;margin-top:2rem;text-align:center}
.footer-bottom p{margin:0;color:rgba(255,255,255,0.6);font-size:0.9rem}
.footer-bottom a{color:rgba(255,255,255,0.7);text-decoration:none;margin:0 0.5rem}
.footer-bottom a:hover{color:var(--white)}
.post-content{font-size:1.05rem;line-height:1.8;color:#2d3748}
.post-content h2,.post-content h3,.post-content h4{margin-top:2rem;margin-bottom:1rem;font-weight:600;color:#1e3a8a}
.post-content h2{font-size:1.5rem;border-bottom:2px solid #e2e8f0;padding-bottom:0.3rem}
.post-content p{margin-bottom:1.25rem}
.post-content ul,.post-content ol{padding-left:1.5rem;margin-bottom:1.5rem}
.post-content ul li,.post-content ol li{margin-bottom:0.5rem}
.post-content table{width:100%;border-collapse:collapse;margin:1.5rem 0}
.post-content table th,.post-content table td{border:1px solid #e2e8f0;padding:12px 16px;text-align:left}
.post-content table thead{background-color:#f1f5f9;font-weight:600}
.post-content blockquote{border-left:4px solid #3182ce;padding-left:1rem;color:#4a5568;margin:1.5rem 0;font-style:italic;background:#f8fafc}
.post-content img{max-width:100%;height:auto;border-radius:8px;margin:1rem 0;box-shadow:0 2px 8px rgba(0,0,0,0.06)}
.post-content.mb-5 table{width:100%;border-collapse:collapse;margin-bottom:1.5rem;background-color:#fff}
.post-content.mb-5 th,.post-content.mb-5 td{border:1px solid #dee2e6;padding:0.75rem;text-align:left;vertical-align:middle;white-space:nowrap}
.post-content.mb-5 thead{background-color:#f8f9fa;font-weight:600}
@media (max-width:768px){.post-content.mb-5 table{display:block;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}
}
.related-posts .card{background:#f8f9fa;border:1px solid #e2e8f0;border-radius:10px;transition:all 0.3s ease}
.related-posts .card:hover{transform:translateY(-4px);box-shadow:0 6px 20px rgba(0,0,0,0.06)}
.related-posts .card-title a{color:#1e3a8a;text-decoration:none;font-size:1.1rem;font-weight:600;line-height:1.4;display:block;margin-bottom:0.5rem}
.related-posts .card-title a:hover{color:#2c5282;text-decoration:underline}
.related-posts .card-text{color:#4a5568;font-size:0.92rem;margin-bottom:1rem}
.related-posts .btn-outline-primary{font-size:0.85rem;padding:6px 14px}