.hero-section{min-height:35vh;background:linear-gradient(180deg,var(--light-color) 0,#dbeafe 100%);margin-top:-20px;display:flex;align-items:center;justify-content:center;text-align:center;padding:30px 0}.hero-title{font-size:1.5rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem;animation:.8s ease-out fadeInDown}.highlight-text{color:var(--secondary-color);position:relative;display:inline-block}.highlight-text::after{content:'';position:absolute;bottom:3px;left:0;width:100%;height:6px;background:var(--accent-color);opacity:.3;z-index:-1}.hero-subtitle{font-size:.9rem;color:#64748b;margin-bottom:1rem;max-width:500px;margin-left:auto;margin-right:auto;line-height:1.4}.search-container{max-width:450px;margin:0 auto;box-shadow:0 6px 15px rgba(58,110,165,.12);border-radius:40px;background:#fff;padding:1px}.hero-search-input{border:none;height:44px;width:100%;padding-left:40px;padding-right:110px;border-radius:40px;font-size:.95rem;outline:0;color:var(--mega-menu-text)}.hero-search-btn{position:absolute;right:3px;top:3px;bottom:3px;background:var(--primary-color);color:#fff;border:none;border-radius:35px;padding:0 1.5rem;font-weight:600;font-size:.9rem;transition:.3s}.hero-search-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:var(--secondary-color);font-size:1rem;pointer-events:none}.blog-title a:hover,.card-icon,.section-header h2{color:var(--primary-color)}.categories-section{padding:40px 0;background:#fff}.section-header{text-align:center;margin-bottom:2rem!important}.section-header h2{font-weight:700;font-size:1.25rem;margin-bottom:.25rem}.separator{width:50px;height:2px;background:var(--primary-color);border-radius:1px;margin:.5rem auto}.section-header p{font-size:.85rem;color:#64748b;margin-top:.25rem}.row.justify-content-center{--bs-gutter-x:0.5rem;--bs-gutter-y:0.5rem}.category-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1rem;text-align:center;display:block;height:100%;transition:.3s;box-shadow:0 1px 3px rgba(0,0,0,.04);text-decoration:none;min-height:120px;display:flex;flex-direction:column;justify-content:center;align-items:center}.btn-quiz:hover,.card-icon{background:var(--light-color)}.category-card:hover{transform:translateY(-3px);box-shadow:0 5px 10px rgba(0,0,0,.06);border-color:var(--accent-color)}.card-icon{width:45px;height:45px;margin:0 auto .5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;transition:.3s}.category-card:hover .card-icon{background:var(--primary-color);color:#fff;transform:scale(1.05)}.card-title{color:#1e293b;font-weight:600;margin-bottom:0;font-size:.9rem;line-height:1.3}.card-text{display:none!important}.calculator-count{display:block;font-size:.7rem;color:#64748b;margin-top:2px;font-weight:500}@media (min-width:1200px){.col-lg-2{flex:0 0 auto;width:16.66666667%;padding-left:.25rem;padding-right:.25rem}}@media (min-width:768px) and (max-width:1199.98px){.col-md-3{flex:0 0 auto;width:25%}.category-card{min-height:110px;padding:.75rem}.card-icon{width:40px;height:40px;font-size:1rem}.card-title{font-size:.85rem}}@media (min-width:576px) and (max-width:767.98px){.col-sm-4{flex:0 0 auto;width:33.333333%}.category-card{min-height:100px;padding:.75rem}.card-icon{width:38px;height:38px;font-size:.95rem}}@media (max-width:575.98px){.card-icon,.card-title{font-size:.9rem;margin:0}.categories-section .col-6{width:100%!important;flex:0 0 100%!important;max-width:100%!important}.category-card{flex-direction:row;align-items:center;justify-content:flex-start;padding:.6rem .8rem;min-height:auto;gap:.6rem}.card-icon{width:38px;height:38px;flex-shrink:0}.card-text-wrapper{display:flex;align-items:center;justify-content:space-between;width:100%;white-space:nowrap}.card-title{line-height:1.2;white-space:nowrap}.calculator-count{font-size:.75rem;margin:0;white-space:nowrap;text-align:right}}.text-center.mt-5{margin-top:2rem!important}.btn-custom-primary{padding:.4rem 1.5rem;font-size:.9rem;border-radius:30px}.accordion-button{font-size:.9rem}.accordion-body{font-size:.85rem}.search-dropdown{box-shadow:0 5px 15px rgba(0,0,0,.1)}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.blog-section{padding:80px 0;background-color:#f8fafc}.blog-card{background:#fff;border-radius:12px;overflow:hidden;height:100%;transition:.3s;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}.blog-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.blog-img-wrapper{height:200px;overflow:hidden;position:relative}.blog-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.blog-card:hover .blog-img-wrapper img{transform:scale(1.05)}.blog-content{padding:1.5rem}.blog-category{font-size:.75rem;font-weight:700;color:var(--secondary-color);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;display:block}.blog-title{font-size:1.1rem;font-weight:700;color:#1e293b;margin-bottom:.75rem;line-height:1.4}.blog-title a{color:inherit;text-decoration:none;transition:color .2s}
.blog-meta {
    font-size:.85rem;
    color:#495057 !important;
    margin-top:1rem;
    padding-top:1rem;
    border-top:1px solid #ecf0f1;
    display:flex;
    justify-content:space-between;
    align-items:center
}

.blog-meta span {
    color: #495057 !important;
}

.blog-meta i {
    color: #495057 !important;
}
.blog-meta .date-badge,
.blog-meta .time-badge {
    background-color: #f8f9fa;
    color: #212529 !important;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 500;
    display: inline-block;
}
.quiz-section{position:relative;overflow:hidden}.categories-section,.quiz-content{position:relative;z-index:1}.quiz-icon{font-size:4rem;margin-bottom:1.5rem;color:rgba(255,255,255,.9)}.btn-quiz,.btn-quiz:hover{color:var(--primary-color)}.btn-quiz{background:#fff;font-weight:600;padding:12px 30px;border-radius:50px;border:none;transition:.3s;box-shadow:0 4px 15px rgba(0,0,0,.2)}.btn-quiz:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.25)}.faq-section{padding:80px 0;background-color:#fff}.accordion-item{border:1px solid #e2e8f0;border-radius:12px!important;margin-bottom:1rem;overflow:hidden;box-shadow:none}.accordion-button{font-weight:600;color:#1e293b;background-color:#fff;padding:1.25rem;box-shadow:none!important}.accordion-button:not(.collapsed){color:var(--primary-color);background-color:#f8fafc}.accordion-button:focus{border-color:rgba(58,110,165,.1)}.accordion-body{padding:1.25rem;color:#64748b;line-height:1.6}.search-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.12);max-height:380px;overflow-y:auto;z-index:9999;animation:.2s slideDown}@keyframes slideDown{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.search-results{padding:6px}.search-result-item{gap:6px;display:flex;align-items:center;padding:8px 10px;border-radius:8px;text-decoration:none;color:inherit;transition:.15s;margin-bottom:3px;gap:10px}.search-result-item:hover{background:#f8fafc;transform:translateX(3px)}.result-icon{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#3a6ea5 0,#5a8ec7 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.85rem;flex-shrink:0}.result-content{flex:1;min-width:0}.result-title{font-weight:600;color:#1e293b;margin-bottom:2px;font-size:.85rem;line-height:1.3}.result-description{font-size:.72rem;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.2}.hero-section,.hero-section .col-lg-8,.hero-section .container,.hero-section .row{overflow:visible!important}.result-category{flex-shrink:0}.category-badge{display:inline-block;padding:2px 8px;background:#e0f2fe;color:#0369a1;border-radius:12px;font-size:.65rem;font-weight:600}.search-result-item mark{background:#fef08a;color:inherit;padding:1px 0;border-radius:2px}.search-loading,.search-no-results{padding:25px 15px;text-align:center;color:#64748b}.search-loading i{font-size:1.4rem;color:#3a6ea5;margin-bottom:6px;display:block}.search-error p,.search-loading span{font-size:.8rem}.search-no-results i{font-size:2rem;color:#cbd5e1;margin-bottom:10px}.search-no-results p{font-size:.85rem;margin-bottom:3px;color:#475569}.search-no-results strong{color:#1e293b}.search-no-results small{font-size:.72rem;color:#94a3b8}.search-error{padding:25px 15px;text-align:center;color:#dc2626}.search-error i{font-size:1.8rem;margin-bottom:10px}.search-dropdown::-webkit-scrollbar{width:6px}.search-dropdown::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.search-dropdown::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.search-dropdown::-webkit-scrollbar-thumb:hover{background:#94a3b8}.search-container{position:relative;z-index:100}.hero-section{position:relative;z-index:50}@media (max-width:768px){.hero-section{min-height:30vh;padding:20px 0}.hero-title{font-size:1.3rem}.hero-subtitle{font-size:.8rem;max-width:90%;margin-bottom:.75rem}.search-container{max-width:90%}.hero-search-input{height:40px;font-size:.85rem;padding-left:35px;padding-right:90px}.hero-search-btn{padding:0 1rem;font-size:.8rem}.hero-search-icon{left:12px;font-size:.9rem}.search-dropdown{max-height:320px;border-radius:10px}.search-result-item{padding:7px 8px;gap:8px}.result-icon{width:28px;height:28px;font-size:.75rem}.result-title{font-size:.8rem}.result-description{font-size:.7rem}.category-badge{font-size:.6rem;padding:2px 6px}}@media (max-width:480px){.hero-section{min-height:25vh}.hero-title{font-size:1.1rem;margin-bottom:.25rem}.hero-subtitle{font-size:.75rem;margin-bottom:.5rem}.hero-search-input{height:36px;font-size:.8rem;padding-left:32px;padding-right:75px}.hero-search-btn{padding:0 .75rem;font-size:.75rem}.hero-search-icon{left:10px;font-size:.8rem}.card-icon{width:32px;height:32px;font-size:.85rem}.card-title{font-size:.75rem}.search-dropdown{border-radius:8px;max-height:280px}.search-result-item{padding:6px 8px}.result-icon{width:26px;height:26px;font-size:.7rem}.category-badge,.result-description{display:none}}