body{font-family:'Noto Sans Bengali',sans-serif;background-color:var(--bg-lighter);color:var(--text-dark);line-height:1.8}.breadcrumb-section{background:white;padding:1rem 0;margin-bottom:2rem;box-shadow:0 2px 8px rgba(6,182,212,0.1)}.breadcrumb{background:transparent;margin-bottom:0;padding:0}.breadcrumb-item a{color:var(--primary-color);text-decoration:none;transition:color 0.3s ease}.breadcrumb-item a:hover{color:var(--secondary-color)}.breadcrumb-item.active{color:var(--text-dark)}.hero-section{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:white;padding:4rem 0;margin-bottom:3rem;border-radius:20px}.hero-section h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.faq-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.category-card{background:white;padding:2rem;border-radius:15px;text-align:center;transition:all 0.3s ease;box-shadow:0 5px 20px rgba(6,182,212,0.1);cursor:pointer}.category-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px rgba(6,182,212,0.2)}.category-card i{font-size:3rem;color:var(--primary-color);margin-bottom:1rem}.category-card h3{color:var(--text-dark);font-weight:600;font-size:1.3rem}.faq-section{background:white;padding:3rem;border-radius:15px;margin-bottom:3rem;box-shadow:0 5px 20px rgba(6,182,212,0.1)}.faq-section h2{color:var(--primary-color);font-weight:700;margin-bottom:2rem;border-bottom:3px solid var(--secondary-color);padding-bottom:1rem}.faq-item{margin-bottom:1.5rem;border:2px solid var(--bg-light);border-radius:10px;overflow:hidden}.faq-question{background:var(--bg-light);padding:1.5rem;cursor:pointer;transition:all 0.3s ease;display:flex;justify-content:space-between;align-items:center}.faq-question:hover{background:var(--secondary-color);color:white}.faq-question h3{margin:0;font-size:1.2rem;font-weight:600}.faq-question i{transition:transform 0.3s ease}.faq-answer{padding:1.5rem;display:none;background:white}.faq-answer.active{display:block}.faq-item.active .faq-question i{transform:rotate(180deg)}.cta-section{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:white;padding:4rem 3rem;border-radius:15px;text-align:center;margin-bottom:3rem}.cta-section h2{font-size:2.5rem;margin-bottom:1.5rem}.btn-cta{background:white;color:var(--primary-color);padding:1rem 3rem;font-size:1.3rem;font-weight:600;border-radius:50px;border:none;transition:all 0.3s ease;box-shadow:0 4px 15px rgba(0,0,0,0.2);text-decoration:none;display:inline-block}.btn-cta:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,0.3);color:var(--primary-color)}.contact-box{background:var(--bg-light);padding:2rem;border-radius:15px;margin-bottom:3rem;text-align:center}.contact-box h3{color:var(--primary-color);font-weight:700;margin-bottom:1rem}@media (max-width:768px){.hero-section h1{font-size:2rem}.faq-section{padding:1.5rem}}
