body{font-family:'Noto Sans Bengali',sans-serif;background-color:var(--bg-lighter);color:var(--text-dark);line-height:1.8}.hero-section{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:white;padding:5rem 0;margin-bottom:3rem;position:relative;overflow:hidden}.hero-section::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 1440 320"><path fill="rgba(255,255,255,0.1)" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,138.7C960,139,1056,117,1152,106.7C1248,96,1344,96,1392,96L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;background-size:cover}.hero-section h1{font-size:3rem;font-weight:700;margin-bottom:1.5rem;position:relative;z-index:1}.hero-section p{font-size:1.3rem;margin-bottom:2rem;position:relative;z-index:1}.btn-custom{background-color:white;color:var(--primary-color);padding:1rem 2.5rem;font-size:1.2rem;font-weight:600;border-radius:50px;border:none;transition:all 0.3s ease;box-shadow:0 4px 15px rgba(0,0,0,0.2)}.btn-custom:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,0.3);background-color:var(--bg-lighter)}.feature-card{background:white;border-radius:15px;padding:2rem;margin-bottom:2rem;box-shadow:0 5px 20px rgba(6,182,212,0.1);transition:all 0.3s ease;border:2px solid transparent;height:100%}.feature-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px rgba(6,182,212,0.2);border-color:var(--primary-color)}.feature-icon{font-size:3rem;color:var(--primary-color);margin-bottom:1.5rem}.feature-card h3{color:var(--text-dark);font-weight:600;margin-bottom:1rem}.content-section{background:white;padding:3rem;border-radius:15px;margin-bottom:3rem;box-shadow:0 5px 20px rgba(6,182,212,0.1)}.content-section h2{color:var(--primary-color);font-weight:700;margin-bottom:2rem;border-bottom:3px solid var(--secondary-color);padding-bottom:1rem}.content-section img{max-width:100%;height:auto;border-radius:15px;margin:2rem auto;display:block;box-shadow:0 5px 20px rgba(0,0,0,0.1)}.testimonial-card{background:var(--bg-light);padding:2rem;border-radius:15px;margin-bottom:2rem;border-left:5px solid var(--primary-color)}.testimonial-card .stars{color:#fbbf24;font-size:1.2rem;margin-bottom:1rem}.pricing-table{background:white;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px rgba(6,182,212,0.1);margin-bottom:3rem}.pricing-header{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:white;padding:2rem;text-align:center}.pricing-body{padding:2rem}.pricing-feature{padding:1rem;border-bottom:1px solid var(--bg-light);display:flex;align-items:center}.pricing-feature i{color:var(--primary-color);margin-right:1rem;font-size:1.2rem}.faq-section{background:white;padding:3rem;border-radius:15px;margin-bottom:3rem;box-shadow:0 5px 20px rgba(6,182,212,0.1)}.faq-item{margin-bottom:2rem;padding:1.5rem;background:var(--bg-light);border-radius:10px;border-left:4px solid var(--primary-color)}.faq-item h3{color:var(--primary-color);font-weight:600;margin-bottom:1rem}.cta-section{background:linear-gradient(135deg,var(--secondary-color),var(--primary-color));color:white;padding:4rem 0;text-align:center;border-radius:15px;margin-bottom:3rem}.cta-section h2{font-size:2.5rem;margin-bottom:1.5rem}.map-container{border-radius:15px;overflow:hidden;margin:2rem 0;box-shadow:0 5px 20px rgba(0,0,0,0.1)}@media (max-width:768px){.hero-section h1{font-size:2rem}.hero-section p{font-size:1rem}}
