.faq-container{width:100%;display:flex;justify-content:center;align-items:flex-start;background:linear-gradient(90deg,#fffaf3,#fffab3,#fffaf3);padding:clamp(1rem,3vw,3rem)}.faq-inner-box{background:#fff;border-radius:18px;box-shadow:0 10px 25px rgba(255,171,45,.15);padding:clamp(1rem,3vw,2rem);width:min(1100px,100%);transition:all .3s ease}.blog-faq-heading{font-size:clamp(1.4rem,3vw,2rem);font-weight:800;color:#b69502;background:linear-gradient(90deg,#d6af01,#d8b104,#d6af01);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-transform:uppercase;letter-spacing:1px;margin-bottom:clamp(1rem,2vw,2.5rem)}.blog-faq{background:#fffdf7;border:2px solid transparent;border-radius:14px;margin-bottom:1.2rem;padding:.9rem 1rem;box-shadow:0 3px 10px rgba(31,21,0,.103);cursor:pointer;transition:all .3s ease}.blog-faq:hover{border-color:#c59a0c;box-shadow:0 6px 20px rgba(255,174,0,.15);transform:translateY(-3px)}.blog-faq.active{border-color:#c59a0c;background:linear-gradient(135deg,#fff7e0,#fffad1);box-shadow:0 8px 25px rgba(255,111,0,.2)}.blog-faq-symbol{font-size:clamp(1.4rem,2vw,1.8rem);color:#c59a0c;transition:transform .3s ease}.blog-faq.active .blog-faq-symbol{transform:rotate(180deg);color:#c59a0c}.blog-faq-question{font-size:clamp(1rem,2vw,1.2rem);font-weight:600;color:#3e2723;line-height:1.4}.blog-faq-content{font-size:clamp(.95rem,1.5vw,1.05rem);color:#5d4037;line-height:1.7;padding-left:2.2rem;padding-top:.6rem;opacity:0;max-height:0;overflow:hidden;transition:all .4s ease}.blog-faq.active .blog-faq-content{opacity:1;max-height:200px}@media (max-width:768px){.faq-inner-box{padding:1.5rem;border-radius:14px}.blog-faq-heading{font-size:clamp(1.5rem,5vw,2rem)}.blog-faq-question{font-size:1rem}.blog-faq-content{font-size:.9rem}}@media (max-width:480px){.faq-container{padding:2rem .5rem}.faq-inner-box{width:100%;border-radius:10px;box-shadow:0 6px 18px rgba(255,174,0,.12)}.blog-faq{padding:1rem}.blog-faq-symbol{font-size:1.2rem}}.blogPage_container__ZheeO{display:flex;gap:20px;margin:120px auto 60px;justify-content:center}.blogPage_imageWarper__gq8zB{overflow:hidden;height:auto;width:100%;border-radius:15px;margin-top:20px;position:relative}.blogPage_blogContainer__EJK6_{max-width:900px;width:100vw;overflow:hidden;padding:.5rem;background:#fff;border-radius:20px;box-shadow:0 4px 16px rgba(0,0,0,.08);line-height:1.8;font-family:Inter,Noto Sans Tamil,sans-serif}.blogPage_recentBlogList__eO44L{flex-basis:25%}.blogPage_blogContainer__EJK6_ .blogPage_banner__JSpMi{text-align:center;background-color:#f0f079;border-radius:20px;padding:10px 20px 20px;margin-bottom:20px}.blogPage_blogContainer__EJK6_ .blogPage_banner__JSpMi .blogPage_title__l5rfc{font-size:25px;line-height:2.5rem;font-weight:700;color:#222;margin-bottom:.5rem}.blogPage_blogContainer__EJK6_ .blogPage_banner__JSpMi .blogPage_description__vqyYJ{color:#000;font-size:16px}.blogPage_blogContainer__EJK6_ .blogPage_banner__JSpMi .blogPage_meta__ZAwGR{display:flex;justify-content:center;gap:1rem;color:#777;font-size:.9rem;margin-bottom:1.2rem}.blogPage_content__ihTxV{color:#333;text-align:justify}.blogPage_content__ihTxV h2{font-size:18px;font-weight:600;margin-top:2rem;margin-bottom:1rem;color:#2c3e50;border-left:4px solid #f0b429;padding-left:.75rem}.blogPage_content__ihTxV h3{font-size:20;font-weight:600;margin-left:.5rem;margin-bottom:.8rem;color:#34495e;border-left:3px solid #f4d387;padding-left:.6rem}.blogPage_content__ihTxV h4{font-size:18;font-weight:500;margin-top:1.2rem;margin-left:.5rem;margin-bottom:.6rem;color:#3c5a72;padding-left:.5rem;font-style:italic}.blogPage_content__ihTxV>blockquote,.blogPage_content__ihTxV>p{background-color:#fbf6df;color:#302f2f;padding:15px;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.08);line-height:1.7;margin:10px 0 10px .5rem}.blogPage_content__ihTxV p{color:#302f2f}.blogPage_content__ihTxV blockquote{display:flex;justify-content:center;font-style:italic;font-weight:700;color:#302f2f;line-height:1.7}.blogPage_content__ihTxV strong{color:#000}.blogPage_content__ihTxV ol,.blogPage_content__ihTxV ul{padding-left:30px;margin:15px 0 15px .5rem;list-style:none;position:relative}.blogPage_content__ihTxV li::marker{content:"◈ ";color:orange;font-size:1rem}.blogPage_content__ihTxV li{position:relative;background:#fdf8e3;padding:5px 10px;border-radius:10px;margin-bottom:10px;box-shadow:0 3px 8px rgba(0,0,0,.05);font-weight:500;color:#2c3e50;transition:transform .2s,box-shadow .2s}.blogPage_content__ihTxV ol ol,.blogPage_content__ihTxV ol ul,.blogPage_content__ihTxV ul ol,.blogPage_content__ihTxV ul ul{padding-left:1.5rem;margin-top:.5rem;margin-bottom:.5rem;background:#fcf8e8;border-radius:8px}.blogPage_content__ihTxV li:hover{transform:translateX(3px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.blogPage_content__ihTxV img{width:100%;height:auto;border-radius:8px;margin:1rem 0;display:block}@media (max-width:1024px){.blogPage_container__ZheeO{max-width:1280px}}@media (max-width:768px){.blogPage_container__ZheeO{flex-direction:column}.blogPage_blogContainer__EJK6_{padding:1.2rem}.blogPage_blogContainer__EJK6_ .blogPage_banner__JSpMi .blogPage_title__l5rfc{font-size:20px;line-height:2.2rem}.blogPage_content__ihTxV h2{font-size:17px}.blogPage_content__ihTxV h3{font-size:16px}.blogPage_content__ihTxV h4{font-size:14px}.blogPage_content__ihTxV h2,.blogPage_content__ihTxV h3,.blogPage_content__ihTxV h4{line-height:1.7rem}}@media (max-width:480px){.blogPage_blogContainer__EJK6_{padding:1rem}.blogPage_blogContainer__EJK6_ .blogPage_banner__JSpMi .blogPage_title__l5rfc{font-size:14px;line-height:1.4rem}.blogPage_blogContainer__EJK6_ .blogPage_banner__JSpMi .blogPage_description__vqyYJ{font-size:12px}.blogPage_content__ihTxV h2,.blogPage_content__ihTxV h3{font-size:13px}.blogPage_content__ihTxV h4{font-size:12px}.blogPage_content__ihTxV h2,.blogPage_content__ihTxV h3,.blogPage_content__ihTxV h4{line-height:1.3rem}.blogPage_content__ihTxV blockquote,.blogPage_content__ihTxV p{font-size:10px}}