.AllQA_container__BIQDC{max-width:1600px;padding:60px 20px;min-height:-moz-fit-content;min-height:fit-content;margin:0 auto 20px}.AllQA_header__thE0U{text-align:center;margin-bottom:30px}.AllQA_title__1rWwq{font-size:36px;font-weight:600;color:var(--dark-blue);margin-bottom:40px}.AllQA_categoryTabs__17oYN{display:flex;gap:10px;margin-bottom:30px;flex-wrap:wrap;justify-content:flex-start;align-items:center}.AllQA_categoryTab__apLMK{background-color:#d1d5db;border:none;border-radius:20px;padding:8px 16px;font-size:14px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease;white-space:nowrap}.AllQA_categoryTab__apLMK:hover{background-color:#9ca3af;color:#fff}.AllQA_activeTab__TukrC{background-color:var(--dark-blue)!important;color:#fff!important}.AllQA_questionsGrid__5fWid{display:block}.AllQA_questionCard__bJyRR{background-color:var(--light-blue-bg);border-radius:12px;padding:20px;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:transform .2s ease,box-shadow .2s ease;width:100%;margin-bottom:20px}.AllQA_questionCard__bJyRR:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.AllQA_cardHeader__R8uLk{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.AllQA_categoryBadge__mYJdh{background-color:var(--dark-blue);color:#fff;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500}.AllQA_viewsContainer___jErk{display:flex;align-items:center;gap:4px;color:#6b7280}.AllQA_eyeIcon__6MynS{width:16px;height:16px}.AllQA_views__mC1Zp{font-size:12px;font-weight:500}.AllQA_question__CdSE2{font-size:18px;font-weight:600;color:var(--dark-blue);margin:0 0 15px;line-height:1.4}.AllQA_answer__TPLRL{font-size:14px;line-height:1.6;color:#374151;margin:0 0 15px}.AllQA_cardFooter__blt1E{border-top:1px solid #d1d5db;padding-top:12px}.AllQA_answeredBy__J5R2q{font-size:12px;color:#6b7280;font-weight:500}@media (max-width:768px){.AllQA_container__BIQDC{padding:15px;margin-top:40px}.AllQA_title__1rWwq{font-size:20px}.AllQA_categoryTabs__17oYN{justify-content:center;gap:8px}.AllQA_categoryTab__apLMK{padding:6px 12px;font-size:12px}.AllQA_questionsGrid__5fWid{grid-template-columns:1fr;gap:15px}.AllQA_questionCard__bJyRR{padding:20px}.AllQA_question__CdSE2{font-size:16px}.AllQA_answer__TPLRL{font-size:13px}}@media (max-width:480px){.AllQA_container__BIQDC{padding:10px}.AllQA_title__1rWwq{font-size:18px}.AllQA_categoryTabs__17oYN{gap:6px}.AllQA_categoryTab__apLMK{padding:5px 10px;font-size:11px}.AllQA_questionCard__bJyRR{padding:12px}.AllQA_question__CdSE2{font-size:15px}.AllQA_answer__TPLRL{font-size:12px}.AllQA_cardHeader__R8uLk{flex-direction:column;align-items:flex-start;gap:8px}.AllQA_viewsContainer___jErk{align-self:flex-end}}@media (min-width:769px) and (max-width:1024px){.AllQA_questionsGrid__5fWid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.AllQA_categoryTabs__17oYN{justify-content:flex-start}}.ExpertSection_navbarContainer__133Eh{padding-top:170px;background:#0c2d50;padding-bottom:10px}.ExpertSection_expertSection__90Iq5{background-color:var(--lighter-mustard-bg);padding:60px 0 80px;position:relative}.ExpertSection_container__7Rphu{max-width:1600px;margin:0 auto;padding:0 20px}.ExpertSection_title__cgzQP{font-size:36px;font-weight:700;color:var(--dark-blue);text-align:center;margin-bottom:16px;line-height:1.2}.ExpertSection_subtitle__8dKFa{font-size:18px;color:#666;text-align:center;margin-bottom:60px;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}.ExpertSection_carouselContainer__gV2bv{position:relative;display:flex;align-items:center;gap:20px}.ExpertSection_cardsGrid__DpMHR{flex:1;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.ExpertSection_expertCard__CE_XK{background:#fff;border-radius:12px;padding:0 24px 30px;box-shadow:0 4px 12px rgba(12,45,80,.1);display:flex;flex-direction:column;align-items:flex-start;min-height:280px;position:relative;border:1px solid var(--light-blue)}.ExpertSection_avatar__iUA2j{width:80px;height:80px;background-color:var(--dark-blue);border-radius:50%;margin-bottom:20px;margin-top:-40px}.ExpertSection_expertName__Z1u5x{font-size:1.25rem;font-weight:600;color:var(--dark-blue);margin-bottom:20px}.ExpertSection_expertiseSection__WR0mv{margin-bottom:30px;width:100%}.ExpertSection_expertiseLabel__PcpW_{font-size:.95rem;color:#666;display:block;margin-bottom:12px;font-weight:500}.ExpertSection_expertiseTags__pijDC{display:grid;grid-template-columns:1fr 1fr;gap:8px}.ExpertSection_expertiseTag___9fp8{padding:6px 12px;background-color:var(--light-blue);border-radius:12px;font-size:.85rem;color:var(--dark-blue);font-weight:500;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ExpertSection_buttonGroup__GMfmS{display:flex;gap:12px;margin-top:auto;width:100%}.ExpertSection_askExpertBtn___MNVE,.ExpertSection_knowMoreBtn__AWRtQ{flex:1;padding:12px 16px;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.ExpertSection_knowMoreBtn__AWRtQ{text-decoration:none;background-color:var(--dark-blue);color:#fff}.ExpertSection_knowMoreBtn__AWRtQ:hover{background-color:#0a2444}.ExpertSection_askExpertBtn___MNVE{background-color:var(--dark-blue);color:#fff}.ExpertSection_askExpertBtn___MNVE:hover{background-color:#0a2444}.ExpertSection_navButton__EC9Po{width:50px;height:50px;border-radius:50%;background-color:var(--dark-blue);color:#fff;border:none;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.ExpertSection_navButton__EC9Po:hover:not(.ExpertSection_disabled__T_SRU){background-color:#0a2444;transform:scale(1.05)}.ExpertSection_navButton__EC9Po:active:not(.ExpertSection_disabled__T_SRU){transform:scale(.95)}.ExpertSection_navButton__EC9Po.ExpertSection_disabled__T_SRU{background-color:#ccc;cursor:not-allowed;opacity:.6}.ExpertSection_prevButton__w3u_j{margin-right:10px}.ExpertSection_nextButton__zkD89{margin-left:10px}@media (max-width:1024px){.ExpertSection_title__cgzQP{font-size:2.2rem}.ExpertSection_cardsGrid__DpMHR{grid-template-columns:repeat(2,1fr)}.ExpertSection_expertCard__CE_XK{min-height:300px;margin-bottom:30px}.ExpertSection_navbarContainer__133Eh{padding-top:80px;padding-bottom:0}}@media (max-width:768px){.ExpertSection_expertSection__90Iq5{padding:60px 0}.ExpertSection_container__7Rphu{padding:0 16px}.ExpertSection_title__cgzQP{font-size:1.8rem;margin-bottom:12px}.ExpertSection_subtitle__8dKFa{font-size:1rem;margin-bottom:40px}.ExpertSection_carouselContainer__gV2bv{gap:15px}.ExpertSection_cardsGrid__DpMHR{grid-template-columns:1fr;gap:15px}.ExpertSection_expertCard__CE_XK{padding:24px 20px;min-height:320px}.ExpertSection_avatar__iUA2j{width:70px;height:70px;margin-bottom:16px;overflow:hidden}.ExpertSection_avatar__iUA2j img{width:100%;height:100%;border:2px solid salmon;-o-object-fit:cover;object-fit:cover}.ExpertSection_expertName__Z1u5x{font-size:1.1rem;margin-bottom:16px}.ExpertSection_expertiseSection__WR0mv{margin-bottom:25px}.ExpertSection_expertiseTags__pijDC{grid-template-columns:1fr}.ExpertSection_expertiseTag___9fp8{font-size:.8rem;padding:5px 10px}.ExpertSection_buttonGroup__GMfmS{gap:10px}.ExpertSection_askExpertBtn___MNVE,.ExpertSection_knowMoreBtn__AWRtQ{padding:10px 14px;font-size:.85rem}.ExpertSection_navButton__EC9Po{width:45px;height:45px;font-size:20px}}@media (max-width:480px){.ExpertSection_title__cgzQP{font-size:1.6rem}.ExpertSection_subtitle__8dKFa{font-size:.95rem}.ExpertSection_cardsGrid__DpMHR,.ExpertSection_carouselContainer__gV2bv{gap:10px}.ExpertSection_expertCard__CE_XK{padding:20px 16px;min-height:300px}.ExpertSection_avatar__iUA2j{width:60px;height:60px;margin-bottom:14px}.ExpertSection_expertName__Z1u5x{font-size:1rem;margin-bottom:14px}.ExpertSection_expertiseLabel__PcpW_{font-size:.85rem;margin-bottom:10px}.ExpertSection_expertiseTag___9fp8{font-size:.75rem;padding:4px 8px}.ExpertSection_buttonGroup__GMfmS{gap:8px}.ExpertSection_askExpertBtn___MNVE,.ExpertSection_knowMoreBtn__AWRtQ{padding:8px 12px;font-size:.8rem}.ExpertSection_navButton__EC9Po{width:40px;height:40px;font-size:18px}.ExpertSection_navbarContainer__133Eh{padding-top:60px}}.AskExpertModal_askTrigger__IwmWw{color:#0d6efd;font-weight:600;cursor:pointer;display:inline-block;padding:8px 16px;background-color:#eef3ff;border-radius:6px;transition:background-color .2s}.AskExpertModal_askTrigger__IwmWw:hover{background-color:#dbe5ff}.AskExpertModal_modalOverlay__CLlm7{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;overflow:hidden;z-index:2000}.AskExpertModal_modal__NKc4z{background:var(--white);padding:20px;border-radius:10px;box-shadow:0 2px 4px rgba(0,0,0,.2);position:relative;width:600px;max-width:95%;overflow:auto}.AskExpertModal_modalHeader__8RJb3{display:flex;justify-content:space-between;align-items:center}.AskExpertModal_close__FUKDu{border:none;cursor:pointer;height:30px;width:30px;background:var(--white);border-radius:50%;position:absolute;top:20px;right:10px;font-weight:700}.AskExpertModal_modalBody__jQY_A{margin-top:10px}.AskExpertModal_modalBody__jQY_A label{display:block;margin-top:10px;margin-bottom:5px;font-weight:500}.AskExpertModal_modalBody__jQY_A select{width:100%;margin-top:10px;padding:0 10px;border-radius:8px;border:1px solid var(--input-border);background:var(--white);color:grey;height:35px}.AskExpertModal_modalBody__jQY_A textarea{width:100%;padding:8px;border-radius:6px;border:1px solid #ccc;font-size:14px}.AskExpertModal_modalFooter__JUY8Y{margin-top:15px;display:flex;justify-content:flex-end;gap:10px}.AskExpertModal_modalFooter__JUY8Y button{position:relative;width:100%;padding:10px;border-radius:8px;border:none;margin-top:10px;cursor:pointer}.AskExpertModal_modalFooter__JUY8Y button:first-child{background:var(--dark-blue);color:var(--white)}.AskExpertModal_modalFooter__JUY8Y button:last-child{background-color:#f0f0f0}.BlogHero_blogCarousal__p0NiS{display:inherit;position:relative;width:100%;height:516px;max-height:516px;size:100% 100%}.BlogHero_gradientOverlayStyle__lD9yl{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#000 1.48%,rgba(0,0,0,.31) 99.91%,transparent 0)}.BlogHero_blogHeadingContainer__4t38N{position:absolute;top:260px;width:100%;color:var(--white);padding-left:8%}.BlogHero_blogHeading__P85ns{text-shadow:5px 5px 5px #000;font-size:3.35vw;margin-bottom:20px}.BlogHero_blogSubHeading__4WOpq{font-size:24px;max-width:95%;line-height:150%}.BlogHero_blog_banner__7jgJK{height:100%;width:100%;position:absolute;background-size:contain;-o-object-fit:fill;object-fit:fill}@media screen and (max-width:768px){.BlogHero_blogCarousal__p0NiS{height:286px;max-height:286px}.BlogHero_blogHeadingContainer__4t38N{top:100px;padding-left:8%}.BlogHero_blogHeading__P85ns{font-size:22px;margin-bottom:20px}.BlogHero_blogSubHeading__4WOpq{font-size:18px}}.AllBlogs_blog_slider_main_container__HfDsv{height:200px}.AllBlogs_AllBlogHeading__7ZSmU{font-size:2.083vw;text-align:center;margin:40px 0}.AllBlogs_all_blog_container__KRnbm{padding:0 5%;margin-bottom:50px}.AllBlogs_blog_cat_card_container__DZaBT{display:flex;justify-content:space-between;gap:40px}.AllBlogs_all_blogs__MLXZ9{display:grid;grid-template-columns:repeat(3,1fr);gap:40px!important}.AllBlogs_blogs_category_container__LiV_l{display:flex;width:100%;gap:40px}.AllBlogs_category_list___OaNc{width:25%}.AllBlogs_single_blog_card__766w5{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:40px 0}.AllBlogs_blog_heading_search__wZ4ED{display:flex;justify-content:flex-end;align-items:center;text-align:center;gap:20%;margin-left:auto}.AllBlogs_blogsSearch__ZfaX0{width:25%}@media screen and (min-width:481px) and (max-width:1024px){.AllBlogs_blog_slider_main_container__HfDsv{height:auto}.AllBlogs_AllBlogHeading__7ZSmU{text-align:left;font-size:18px}.AllBlogs_all_blogs__MLXZ9{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;width:100%}.AllBlogs_blogs_category_container__LiV_l{width:100%;gap:10px}.AllBlogs_single_blog_card__766w5{width:60%;display:grid;grid-template-columns:repeat(1,1fr)}.AllBlogs_category_list___OaNc{width:40%}.AllBlogs_blog_heading_search__wZ4ED{gap:10%;margin-left:auto}}@media screen and (max-width:768px){.AllBlogs_blog_heading_search__wZ4ED{display:flex;justify-content:space-between;align-items:center;text-align:center;width:100%;gap:20%;flex-wrap:wrap}.AllBlogs_blogs_category_container__LiV_l{flex-direction:column}.AllBlogs_category_list___OaNc{width:100%}.AllBlogs_blogsSearch__ZfaX0{width:35%}}@media screen and (max-width:660px){.AllBlogs_blog_heading_search__wZ4ED{display:flex;flex-direction:column}.AllBlogs_blogsSearch__ZfaX0{width:65%;padding-left:10%;padding-bottom:10px}}@media screen and (max-width:480px){.AllBlogs_blog_slider_main_container__HfDsv{height:auto}.AllBlogs_AllBlogHeading__7ZSmU{text-align:left;font-size:18px;margin:20px 0 10px}.AllBlogs_all_blogs__MLXZ9{display:grid;grid-template-columns:repeat(1,1fr);gap:20px;width:100%}.AllBlogs_blogs_category_container__LiV_l{display:grid;width:100%;gap:0}.AllBlogs_category_list___OaNc{width:100%}.AllBlogs_single_blog_card__766w5{width:100%;display:grid;grid-template-columns:repeat(1,1fr)}.AllBlogs_blogsSearch__ZfaX0{width:90%;padding-left:15%}}.AuthorInfo_container__m3oBa{max-width:100%;background-color:#fef9ed;margin:0 auto;padding:2rem 1rem;font-family:Segoe UI,sans-serif}.AuthorInfo_author__YNIoQ{background-color:#fef9ed;border-radius:12px;padding:2rem}.AuthorInfo_author_head__whHk0{display:flex;align-items:center;flex-direction:column;gap:2rem;margin-bottom:1.5rem;flex-wrap:wrap}.AuthorInfo_author_img__3EjWt img{width:280px;height:280px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:4px solid #e6e6e6}.AuthorInfo_auth_sub_head__SqeUT{display:flex;align-items:center;flex-direction:column;flex:1}.AuthorInfo_types__6ZE9n{font-size:.9rem;color:#888;text-transform:uppercase;letter-spacing:1px;display:block;margin-bottom:.4rem}.AuthorInfo_author_name__1OtJe{font-size:1.8rem;font-weight:600;color:#222;margin:0 0 .8rem}.AuthorInfo_social_list__4WNO6{list-style:none;padding:0;margin:0;display:flex;gap:1rem}.AuthorInfo_social_list__4WNO6 li a img{width:50px;height:50px;transition:transform .2s ease}.AuthorInfo_social_list__4WNO6 li a:hover img{transform:scale(1.1)}.AuthorInfo_invertimage___zYzA{filter:invert(1)}.AuthorInfo_author_des__0JFEV{margin-top:1.5rem;line-height:1.7;color:#444}.AuthorInfo_des_items__W7_4P{margin-bottom:2rem}.AuthorInfo_detail_title__zY_Lh{font-size:1.2rem;color:#111;font-weight:600;margin-bottom:.6rem;background:linear-gradient(135deg,#e89e26,#f4b942);border-radius:20px;padding:4px 12px;box-shadow:0 2px 8px rgba(232,158,38,.3)}.AuthorHeader_navbarContainer__HtiZO{padding-top:170px;background:#0c2d50;padding-bottom:10px}.ExpertDetailCard_card__20x7_{background:#fff;margin:2%;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.1);padding:20px;max-width:100%;font-family:Arial,sans-serif;color:#0a1e3f}.ExpertDetailCard_header__1p0_4{display:flex;justify-content:space-between;align-items:center}.ExpertDetailCard_profileSection__IxsJ_{display:flex;align-items:center;gap:10px}.ExpertDetailCard_profileImage__ulKGX{width:120px;height:120px;border-radius:50%;border:4px solid #fcb900;-o-object-fit:cover;object-fit:cover}.ExpertDetailCard_name__qi1Wz{font-weight:700;font-size:30px}.ExpertDetailCard_linkedinIcon__LOpKq{width:25px;height:25px}.ExpertDetailCard_askButton__xuqK_{background-color:#fcb900;color:#fff;border:none;padding:8px 14px;font-size:13px;font-weight:700;border-radius:6px;cursor:pointer}.ExpertDetailCard_tags__TnOSM{display:flex;gap:10px;margin-top:10px}.ExpertDetailCard_tag__JKPiM{background-color:#0a1e3f;color:#fff;padding:6px 16px;font-size:12px;font-weight:700;border-radius:20px}.ExpertDetailCard_aboutSection__jFztQ{margin-top:15px}.ExpertDetailCard_aboutTitle__nIFpJ{font-weight:700;margin-bottom:6px;font-size:16px}.ExpertDetailCard_aboutText__6sEra{font-size:14px;color:#1a2a4f;line-height:1.5}.BlogCategories_blog_category_container__ndM2Q{width:30%}.BlogCategories_latest_blog_container__S9l_v{display:flex;gap:40px;width:100%}.BlogCategories_cat_sub_heading__ubSMq{background-color:var(--dark-blue);color:var(--white);text-align:left;margin-bottom:10px;padding:10px 1px 10px 10px;font-weight:500;font-size:16px}.BlogCategories_home_browse_course_list_main_box__YIXik{height:111rem;overflow-y:scroll;display:flex;flex-direction:column;padding:0;border-radius:10px;background:var(--white);box-shadow:0 0 4px 0 #e7f2fb;scrollbar-width:5px;border-bottom:4px solid var(--dark-blue)}.BlogCategories_home_browse_course_list_main_box__YIXik::-webkit-scrollbar{width:5px;margin-top:5px}.BlogCategories_home_browse_course_list_main_box__YIXik::-webkit-scrollbar-thumb{background-color:var(--dark-blue);border-radius:6px}.BlogCategories_bgColor__OcNNX{background-color:var(--dark-blue);color:var(--white)}.BlogCategories_home_course_list_btn__qdxNr{background-color:transparent;text-align:left}.BlogCategories_home_course_list_single_box__P2vIc{border-radius:5px;text-align:left;margin-bottom:5px;padding:10px 1px 10px 10px;font-weight:500;font-size:.83vw;color:var(--black);cursor:pointer}.BlogCategories_home_course_list_single_box__P2vIc:hover{background-color:var(--dark-blue);text-shadow:0 4px 4px rgba(0,0,0,.25);color:var(--white)}.BlogCategories_main_blogs__hkQlJ{width:100%}@media screen and (max-width:1440px){.BlogCategories_home_course_list_single_box__P2vIc{font-size:14px}}@media screen and (max-width:768px){.BlogCategories_blog_category_container__ndM2Q{width:100%;display:flex;gap:5px}.BlogCategories_latest_blog_container__S9l_v{display:block;gap:0;width:100%}.BlogCategories_cat_sub_heading__ubSMq{margin:0;padding:10px;font-size:14px;border-radius:10px;min-width:-moz-max-content;min-width:max-content;display:flex;justify-content:center;align-items:center}.BlogCategories_home_browse_course_list_main_box__YIXik{height:auto;overflow-y:hidden!important;overflow-x:scroll;display:flex;flex-direction:row;gap:3px;padding:0;border-radius:0;border-bottom:0}.BlogCategories_home_browse_course_list_main_box__YIXik::-webkit-scrollbar{height:10px}.BlogCategories_home_browse_course_list_main_box__YIXik::-webkit-scrollbar-thumb{height:2px}.BlogCategories_home_course_list_single_box__P2vIc{margin-bottom:0;padding:10px;font-size:14px;min-width:-moz-max-content;min-width:max-content}.BlogCategories_main_blogs__hkQlJ{margin-top:10px}}.SingleBlogCard_blog_link__hbF4A{text-decoration:none}.SingleBlogCard_singleBlogContainer__15LQw{height:100%;display:flex;flex-direction:column;justify-content:space-between;border-radius:5px;background-size:200% 200%;background-image:linear-gradient(to top,var(--mustard-yellow) 50%,transparent 20%);transition:background-position .5s ease;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2);border-bottom:5px solid var(--mustard-yellow)}.SingleBlogCard_singleBlogContainer__15LQw:hover{background-image:linear-gradient(to top,var(--mustard-yellow) 51%,transparent 20%);background-position:0 100%;transition:background-position 1s ease}.SingleBlogCard_bannerImg__QItlV{-o-object-fit:contain;object-fit:contain;width:100%;height:auto;border-radius:5px 5px 0 0}.SingleBlogCard_author_profile_container__VTwek{padding:0 12px;display:flex;gap:10px;align-items:center}.SingleBlogCard_auther_img__773C2{height:40px;width:40px;border-radius:100%}.SingleBlogCard_blog_author_name__jv0bF{font-size:12px;font-weight:500;color:var(--black)}.SingleBlogCard_blog_date__CLESk{color:#646464;font-size:12px;line-height:120%}.SingleBlogCard_blog_title_excerpt_container__YFISS{padding:0 12px}.SingleBlogCard_single_blog_heading__yRrXQ{font-size:18px;font-weight:600;margin-bottom:15px;line-height:120%}.SingleBlogCard_blog_excerpt__dXl41,.SingleBlogCard_single_blog_heading__yRrXQ{color:var(--black);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;text-overflow:ellipsis}.SingleBlogCard_blog_excerpt__dXl41{font-size:14px;line-height:normal;line-height:120%}.SingleBlogCard_read_more_container__jvcJE{display:flex;gap:10px;margin:20px 0;padding:0 12px}.SingleBlogCard_blog_card_readMore_arrow__MHsYw{transition:transform .5s;width:auto;height:auto;max-width:40px;width:40px}.SingleBlogCard_singleBlogContainer__15LQw:hover .SingleBlogCard_blog_card_readMore_arrow__MHsYw{transform:rotate(-25deg);transition:transform .5s}.SingleBlogCard_blog_card_readMore_text__h4L__{font-size:16px;color:var(--black)}@media screen and (max-width:768px){.SingleBlogCard_single_blog_heading__yRrXQ{font-size:16px}.SingleBlogCard_blog_card_readMore_arrow__MHsYw{max-width:30px;width:30px}.SingleBlogCard_blog_card_readMore_text__h4L__{font-size:14px}}.BlogSliderCard_blogSliderContainer__Utcfo{color:var(--black);width:100%;margin:auto;background:linear-gradient(180deg,#ffe .01%,#fffff1);display:flex;padding:2%;gap:5%}.BlogSliderCard_slide_card_heading__bR6RR{font-size:1.823vw;line-height:120%}.BlogSliderCard_blog_slide_card_date__slpPu{color:#646464;font-size:16px;font-weight:400;margin:10px 0}.BlogSliderCard_blog_slide_card_details__cQmmX{font-size:18px;font-weight:400}.BlogSliderCard_blog_slide_read__aqzO6{color:#006b78;font-size:18px;font-weight:500;margin:10px 0}@media screen and (max-width:768px){.BlogSliderCard_blogSliderContainer__Utcfo{width:100%;display:grid;margin-top:0;padding:20px}.BlogSliderCard_slide_card_heading__bR6RR{font-size:18px}.BlogSliderCard_blog_slide_card_date__slpPu{font-size:14px}.BlogSliderCard_blog_slide_card_details__cQmmX{font-size:18px}.BlogSliderCard_blog_slide_read__aqzO6{font-size:18px;margin:10px 0}.BlogSliderCard_slider_image__3NT_m,.BlogSliderCard_slider_image__3NT_m>img{width:100%}}.SearchBlogInput_searchInputContainer__sEbqE{display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px rgba(0,0,0,.1);border-radius:8px}.SearchBlogInput_blogSearchInputContainer___WrDh{flex:1}.SearchBlogInput_blogSearchInput__EXHFp{height:40px;width:100%;padding-left:15px;border-radius:8px 0 0 8px;border:1px solid #e89e26}.SearchBlogInput_blogSearchInput__EXHFp::-moz-placeholder{color:#002d62;font-size:14px;font-family:Work Sans,sans-serif;font-weight:lighter}.SearchBlogInput_blogSearchInput__EXHFp::placeholder{color:#002d62;font-size:14px;font-family:Work Sans,sans-serif;font-weight:lighter}.SearchBlogInput_blogSearchSubmit__MsIoa{border:1px solid #e89e26;height:40px;width:40px;background:transparent;border-radius:0 8px 8px 0;background-color:#e89e26;color:#fff}.SearchBlogInput_blogSearchSubmit__MsIoa:hover{cursor:pointer;background-color:#f1ac21}@media screen and (max-width:768px){.SearchBlogInput_blogSearchInput__EXHFp{height:30px}.SearchBlogInput_blogSearchSubmit__MsIoa{height:30px;width:30px}}@media screen and (max-width:658px){.SearchBlogInput_searchInputContainer__sEbqE{margin-top:20px;width:100%}.SearchBlogInput_blogSearchInput__EXHFp{height:50px}.SearchBlogInput_blogSearchSubmit__MsIoa{height:50px;width:50px}}.UsefulTools_usefultools_container__0usj7{padding:60px 6%;margin:auto;max-width:1600px}.UsefulTools_usefultools_heading__T1fgC{color:var(--black);font-size:32px;font-weight:700;margin-bottom:6px}.UsefulTools_usefultools_subheading__P4IkQ{color:#3b82f6;font-size:.875rem;margin-bottom:.8rem;font-weight:500}.UsefulTools_toolGrid__sVhb_{display:grid;grid-template-columns:repeat(7,1fr);gap:1.5rem;margin-top:20px;width:100%}.UsefulTools_toolLink__ztevN{text-decoration:none;color:inherit}.UsefulTools_toolCard__fe_ci{background-color:#fff;border-radius:.5rem;box-shadow:0 10px 28px 0 rgba(0,0,0,.12),0 0 0 1px rgba(0,0,0,.06);padding:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;height:100%;transition:box-shadow .3s ease,background-position .6s ease,transform .3s ease;background:#fff}.UsefulTools_toolCard__fe_ci:hover{background:linear-gradient(to top,var(--light-blue),#fff);background-size:100% 200%;background-position:0 100%;box-shadow:0 10px 36px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.06);transform:scale(1.1)}.UsefulTools_iconWrapper__hAyFp{width:3rem;height:3rem;background-color:#ebf5ff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.UsefulTools_icon__wppRA{width:1.5rem;height:1.5rem;color:#3b82f6}.UsefulTools_toolName___I8lN{color:#1f2937;font-size:.9rem;font-weight:500;margin-bottom:.4rem}.UsefulTools_buttonWrapper__hoyza{margin-top:auto}.UsefulTools_buttonText__LGVjG{color:#3b82f6;font-size:.7rem;font-weight:500}@media screen and (max-width:1300px){.UsefulTools_toolGrid__sVhb_{grid-template-columns:repeat(5,1fr)}}@media screen and (max-width:1024px){.UsefulTools_usefultools_heading__T1fgC{font-size:28px}.UsefulTools_toolGrid__sVhb_{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:768px){.UsefulTools_usefultools_heading__T1fgC{font-size:24px}.UsefulTools_usefultools_subheading__P4IkQ{font-size:14px}.UsefulTools_toolGrid__sVhb_{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:480px){.UsefulTools_usefultools_heading__T1fgC{font-size:22px}.UsefulTools_usefultools_container__0usj7{padding:40px 6%}}.WhyUs_container__jG_LS{max-width:1600px;margin:auto;padding:80px 6%;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.WhyUs_heroSection__fE4YP{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:3rem;align-items:start}.WhyUs_leftSection__dvECi{display:flex;flex-direction:column;align-items:flex-start}.WhyUs_rightSection__MwuY5{display:flex;flex-direction:column;align-items:flex-end}.WhyUs_experienceCard__mZ824{background-color:var(--lighter-mustard-bg);color:var(--black);padding:1.5rem;display:inline-block;margin-bottom:1.2rem;align-self:flex-end;border-radius:.5rem;box-shadow:0 10px 28px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.06);transition:box-shadow .2s ease,opacity .6s ease,transform .6s ease}.WhyUs_experienceCard__mZ824:hover{background:linear-gradient(to top,var(--light-mustard-bg),#fff);background-size:100% 200%;background-position:0 100%;box-shadow:0 10px 36px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.06);transform:scale(1.05)}.WhyUs_experienceContent__bU0un{display:flex;align-items:center;gap:1rem}.WhyUs_timeIcon__ie8GL{font-size:3rem}.WhyUs_experienceCard__mZ824 h2,.WhyUs_experienceCard__mZ824 p{font-size:1.5rem;font-weight:700;margin:0}.WhyUs_imageWrapper__UfsSb{position:relative;border-radius:.5rem;overflow:hidden;width:100%;max-width:530px;box-shadow:0 10px 28px 0 transparent,0 0 0 1px transparent}.WhyUs_image__pqSOt{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:.5rem}.WhyUs_imageOverlay__s3DZX{position:absolute;bottom:1rem;right:1rem;background-color:hsla(0,0%,100%,.9);padding:.75rem;border-radius:.5rem}.WhyUs_reviewCard__hFj11{background-color:#e8f6fd;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1);display:flex;align-items:center;gap:1rem;margin-top:1.2rem;align-self:flex-start;max-width:300px;border-radius:.5rem;box-shadow:0 10px 28px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.06);transition:box-shadow .2s ease,opacity .6s ease,transform .6s ease}.WhyUs_reviewCard__hFj11:hover{background:linear-gradient(0deg,#d5f0ff,#fff);background-size:100% 200%;background-position:0 100%;box-shadow:0 10px 36px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.06);transform:scale(1.05)}.WhyUs_reviewHeader__1G6H9{display:flex;align-items:center;gap:.5rem}.WhyUs_reviewHeader__1G6H9 span{font-size:1.5rem;font-weight:700}.WhyUs_avatarGroup__hCobu svg{font-size:3rem;color:var(--black)}.WhyUs_aboutSection__oJ_R3{margin-bottom:2.5rem;max-width:800px}.WhyUs_aboutHeader__kzyyu{color:#3b82f6;font-size:.875rem;margin-bottom:.8rem;font-weight:500}.WhyUs_mainTitle__Y5jRZ{color:var(--black);font-size:32px;font-weight:700;margin-bottom:1rem;line-height:1.2}.WhyUs_description__y2f5_{margin-bottom:1rem;line-height:150%}.WhyUs_exploreButton__CFVYV{background-color:#e89e26;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;display:inline-flex;align-items:center;gap:.5rem;margin:30px 0;border:none;cursor:pointer;transition:background-color .2s;text-decoration:none}.WhyUs_exploreButton__CFVYV:hover{background-color:var(--dark-blue)}.WhyUs_arrowIcon__xypJT{font-size:1rem}@media (max-width:1000px){.WhyUs_container__jG_LS{padding:3rem;grid-template-columns:1fr;gap:2rem}.WhyUs_heroSection__fE4YP{grid-template-columns:1fr 1fr;margin:auto}.WhyUs_leftSection__dvECi,.WhyUs_rightSection__MwuY5{flex:1}.WhyUs_mainTitle__Y5jRZ{font-size:24px}.WhyUs_description__y2f5_{font-size:14px}.WhyUs_experienceCard__mZ824,.WhyUs_exploreButton__CFVYV,.WhyUs_reviewCard__hFj11{width:100%}}@media (max-width:580px){.WhyUs_heroSection__fE4YP{grid-template-columns:1fr;margin:auto}}.FeatureCards_grid__eohS1{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.FeatureCards_card__nomhR{padding:1.5rem;border-radius:.5rem;box-shadow:0 10px 28px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.06);transition:box-shadow .2s ease,opacity .6s ease,transform .6s ease;border-left-width:4px;border-left-style:solid}.FeatureCards_card__nomhR:hover{background-size:100% 200%;background-position:0 100%;box-shadow:0 10px 36px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.06);transform:scale(1.05)}.FeatureCards_blue__Zui4W{background-color:#e8f6fd;border-left-color:#3b82f6}.FeatureCards_yellow__UlRWd{background-color:#fef9ed;border-left-color:#e89e26}.FeatureCards_iconContainer__nJWtY{margin-bottom:.5rem}.FeatureCards_blue__Zui4W .FeatureCards_icon__xRWQo{color:#3b82f6}.FeatureCards_yellow__UlRWd .FeatureCards_icon__xRWQo{color:#e89e26}.FeatureCards_title__2rUbs{font-size:20px;font-weight:600;margin-bottom:.75rem;color:#111827}.FeatureCards_description__WKAA2{color:#6b7280;line-height:150%;font-size:16px}@media (max-width:900px){.FeatureCards_grid__eohS1{grid-template-columns:repeat(2,1fr)}.FeatureCards_title__2rUbs{font-size:18px}.FeatureCards_description__WKAA2{font-size:14px}}@media (max-width:480px){.FeatureCards_grid__eohS1{grid-template-columns:repeat(1,1fr)}}.TOC_tocWrapper__7VJ65{background:#f8f9fa;padding:15px;border-radius:8px;border:1px solid #eee;max-width:100%}.TOC_ez_toc_list__LQ0Tt{list-style:none;padding-left:0!important}.TOC_item__cXPxL{color:#000;margin:6px 0}.TOC_item__cXPxL a{text-decoration:none;font-size:15px;transition:.2s ease-in-out;color:#000}.SingleBlog_related_Blog_web_mob__Kb0QY,.SingleBlog_search_blog_container_mob__4MQl4{display:none}.SingleBlog_nav_banner___dXdP{padding-top:170px;background:var(--dark-blue)}.SingleBlog_single_blog_main__ueLEZ{display:flex;justify-content:space-between;gap:60px;width:90%;margin:auto auto 50px;padding-top:40px}.SingleBlog_single_blog_left__KkDI7{width:70%}.SingleBlog_single_blog_right__eD4zm{max-width:30%}.SingleBlog_blogCarousal__3OFtp{display:inherit;position:relative;width:100%;height:500px;max-height:516px;size:100% 100%}.SingleBlog_bannerHeading____2F6{font-size:44px;text-shadow:5px 5px 5px #000}.SingleBlog_gradientOverlayStyle__G31eQ{position:absolute;top:0;left:0;width:100%;height:50%;background:linear-gradient(180deg,#000 5.48%,rgba(0,0,1,.11) 80.91%,transparent 90.99%)}.SingleBlog_blogHeadingContainer__sbOxW{position:absolute;top:260px;width:100%;color:var(--white);padding-left:8%}.SingleBlog_blogHeading__x5P54{color:var(--dark-blue);font-size:2.8vw;margin-bottom:20px}.SingleBlog_blog_cardProfile__b2urs{display:flex;gap:12px;align-items:center;margin-bottom:10px}.SingleBlog_blog_cardProfile_Image__Y7BwP img{max-width:35px;max-height:35px;border-radius:100%;width:100%;-o-object-fit:cover;object-fit:cover}.SingleBlog_blog_cardProfile_text_1__7noo_{color:#0c0c0c;font-size:14px;font-weight:500}.SingleBlog_blog_cardProfile_text_2__DDXWf{color:#646464;font-size:12px;line-height:120%}.SingleBlog_single_blog_enquiry_mobile__J3_BD{display:none;border-radius:10px;box-shadow:0 3px 6px rgba(138,191,234,.24),0 3px 6px rgba(138,191,234,.24)}.SingleBlog_featuredImage__YXpNJ{max-width:100%;width:100%;height:auto;margin:10px 0;border-radius:8px}.SingleBlog_blogSubHeading__tbmgq{font-size:24px;max-width:50%;line-height:150%}.SingleBlog_blog_banner__zOmjY{height:100%;width:100%;position:absolute;background-size:contain;-o-object-fit:fill;object-fit:fill}.SingleBlog_blog_content__rrleM p a #SingleBlog_enquire__uV3BJ{border:5px solid red}.SingleBlog_SingleBlog_blog_content__UWinw>div>div>p{color:red}.SingleBlog_blog_content__rrleM>div:first-of-type>div:first-of-type>p{color:#000;font-weight:600!important;font-size:24px!important;padding:10px 0;margin-bottom:0!important;padding-bottom:0!important}.SingleBlog_blog_content__rrleM>div:first-of-type{background-color:#f4feff;padding:20px 30px;margin-bottom:40px;box-shadow:0 2px 4px rgba(0,0,0,.1);border-radius:8px;border:.3px dotted #002d62}.SingleBlog_blog_content__rrleM div nav{background-color:#f4feff}.SingleBlog_blog_content__rrleM div nav ul{padding:0 20px;margin:0!important;padding-bottom:0!important;list-style-type:"📖 "}.SingleBlog_blog_content__rrleM div nav ul li{padding-left:3px;margin-top:5px!important;text-decoration:none!important}.SingleBlog_blog_content__rrleM div nav ul li a{text-decoration:none;color:var(--black);margin-top:50px!important;line-height:200%!important}.SingleBlog_blog_content__rrleM div nav ul li a:hover{cursor:pointer}.SingleBlog_blog_content__rrleM h2{margin-top:40px!important;margin-bottom:10px;font-size:26px!important;font-weight:600!important}.SingleBlog_blog_content__rrleM h3{margin-top:30px!important;margin-bottom:10px;font-size:22px!important;font-weight:600!important}.SingleBlog_blog_content__rrleM h4{margin-top:25px!important;margin-bottom:10px;font-size:18px!important;font-weight:600!important}.SingleBlog_blog_content__rrleM table{width:100%;max-width:100%;font-size:14px!important;line-height:150%;border-collapse:collapse;margin:20px 0}.SingleBlog_blog_content__rrleM table td,.SingleBlog_blog_content__rrleM table th{padding:5px;border:1px solid #a9a9a9!important}.SingleBlog_blog_content__rrleM table th{background-color:#0c2d4f}.SingleBlog_blog_content__rrleM ul{margin:20px 0;padding-left:30px}.SingleBlog_blog_content__rrleM button{background-color:var(--dark-blue);margin:40px auto 0;padding:5px;color:#fff;border:5px solid var(--dark-blue);border-radius:5px;display:flex;justify-content:center}.SingleBlog_blog_content__rrleM button a{text-decoration:none;color:#fff;font-size:16px;font-weight:600}.SingleBlog_blog_content__rrleM ol>li{line-height:150%;margin-bottom:10px}.SingleBlog_blog_content__rrleM>ol{padding-left:30px;font-size:16px!important}.SingleBlog_blog_content__rrleM p{font-size:16px!important;line-height:150%;margin-bottom:12px;font-weight:400!important}.SingleBlog_blog_content__rrleM>p>img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;margin-top:20px}.SingleBlog_blog_content__rrleM>figure>img{width:100%;margin:10px 0}.SingleBlog_single_blog_enquiry__GhJ5Y{position:sticky;top:30px;z-index:10;border-radius:10px;box-shadow:0 3px 6px rgba(138,191,234,.24),0 3px 6px rgba(138,191,234,.24)}.SingleBlog_breadcrumb__rOMzh{display:flex;font-size:14px;margin-bottom:15px;background-color:#fff9ed;width:-moz-fit-content;width:fit-content;padding:8px 12px;box-shadow:0 2px 4px rgba(0,0,0,.1);border:2px dotted #e89e26;border-radius:8px}.SingleBlog_breadcrumbItem__iW8SA{color:#3c3c3c}.SingleBlog_link__LMqqB{text-decoration:none;color:#e89e26}.SingleBlog_link__LMqqB:hover{text-decoration:underline}.SingleBlog_separator__j401S{margin:0 5px;color:#aaa}.SingleBlog_querysection__zE08j{background-color:#f4feff;padding:20px;box-shadow:0 2px 4px rgba(0,0,0,.1);border:2px dotted #002d62;border-radius:8px;margin-top:30px}.SingleBlog_querysection__zE08j h4{font-size:22px;color:#333;margin-bottom:10px;font-weight:700}.SingleBlog_querysection__zE08j p{font-size:16px;color:#444;margin-bottom:20px;line-height:1.5;max-width:800px}.SingleBlog_cvforumbutton__P2Geg{display:inline-block;background-color:#002d62;color:#fff;padding:12px 24px;border-radius:30px;text-decoration:none;font-size:16px;font-weight:500;transition:background-color .3s ease}.SingleBlog_authorCard__6lvB2{display:flex;align-items:center;background:linear-gradient(135deg,#fff,#f8f9ff);border-radius:16px;padding:24px;box-shadow:0 4px 20px rgba(3,46,91,.1),0 1px 3px rgba(3,46,91,.05);border:1px solid rgba(3,46,91,.08);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;gap:20px;max-width:100%;margin-top:30px}.SingleBlog_authorCard__6lvB2:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#032e5b,#e89e26)}.SingleBlog_authorCard__6lvB2:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(3,46,91,.15),0 2px 6px rgba(3,46,91,.08);border-color:rgba(232,158,38,.2)}.SingleBlog_authorImageWrapper__EKI1r{position:relative;flex-shrink:0;width:80px;height:80px}.SingleBlog_authorImage__RCXPx{width:80px;height:80px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:3px solid #e89e26;transition:all .3s ease;position:relative;z-index:2}.SingleBlog_authorImageOverlay__UqHNX{position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:50%;background:linear-gradient(45deg,#032e5b,#e89e26);z-index:1;opacity:0;transition:opacity .3s ease}.SingleBlog_authorCard__6lvB2:hover .SingleBlog_authorImageOverlay__UqHNX{opacity:1}.SingleBlog_authorCard__6lvB2:hover .SingleBlog_authorImage__RCXPx{transform:scale(1.05);border-color:transparent}.SingleBlog_authorContent__u2wpu{flex:1;min-width:0;position:relative}.SingleBlog_authorNameWrapper__F3j4B{display:flex;align-items:center;gap:12px;margin-bottom:8px;flex-wrap:wrap}.SingleBlog_authorName__DIcfq{font-size:1.25rem;font-weight:700;color:#032e5b;margin:0;line-height:1.4;display:flex;align-items:center;gap:10px;letter-spacing:-.02em;flex:1;min-width:0}.SingleBlog_authorLinkIcon__3_MeX{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.SingleBlog_authorLinkIcon__3_MeX:hover{transform:translateY(-2px) scale(1.05);transition:.3s ease}.SingleBlog_authorIcon__fAmPE{width:36px;height:36px;-o-object-fit:contain;object-fit:contain}.SingleBlog_authorField__ZcWZM{font-size:1rem;font-weight:600;color:#e89e26;margin:0 0 12px;line-height:1.3;text-transform:capitalize}.SingleBlog_authorDescription__13L2w{font-size:.95rem;color:#4a5568;line-height:1.6;margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.SingleBlog_authorBadge__M3X7e{background:linear-gradient(135deg,#e89e26,#f4b942);border-radius:20px;padding:4px 12px;box-shadow:0 2px 8px rgba(232,158,38,.3);font-size:12px}.SingleBlog_badgeText__CkToS{font-size:.75rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}@media screen and (max-width:1300px){.SingleBlog_nav_banner___dXdP{padding-top:140px}}@media screen and (max-width:1110px){.SingleBlog_nav_banner___dXdP{padding-top:80px}.SingleBlog_blogHeadingContainer__sbOxW{padding-left:3%}.SingleBlog_blogHeading__x5P54{font-size:36px}}@media screen and (max-width:1024px){.SingleBlog_blogCarousal__3OFtp{height:465px}.SingleBlog_blogHeadingContainer__sbOxW{padding-left:3%;top:248px}.SingleBlog_blogSubHeading__tbmgq{font-size:24px;max-width:45%;line-height:150%}.SingleBlog_blog_content__rrleM h2{font-size:24px!important}.SingleBlog_blog_content__rrleM h3{font-size:20px!important}.SingleBlog_blog_content__rrleM h4{font-size:18px!important}}@media screen and (max-width:768px){.SingleBlog_blogSubHeading__tbmgq{font-size:16px;max-width:51%}.SingleBlog_single_blog_enquiry_mobile__J3_BD{display:inline;max-width:100%;margin-top:10px}.SingleBlog_related_Blog_web__2EJrb,.SingleBlog_search_blog_container__t6SKy{display:none}.SingleBlog_search_blog_container_mob__4MQl4{display:inline}.SingleBlog_related_Blog_web_mob__Kb0QY{display:inline;margin-bottom:30px!important}.SingleBlog_single_blog_enquiry__GhJ5Y{position:static}.SingleBlog_blogCarousal__3OFtp{height:350px}.SingleBlog_blogHeadingContainer__sbOxW{width:100%;padding-left:4%;top:205px}.SingleBlog_blogHeading__x5P54{font-size:28px;margin-bottom:10px}.SingleBlog_News__cardProfile_text_1__kaMUR{font-size:14px}.SingleBlog_News__cardProfile_text_2__bAiZG{font-size:10px}.SingleBlog_blog_content__rrleM h2{font-size:24px!important}.SingleBlog_blogSubHeading__tbmgq{font-size:18px;max-width:95%}.SingleBlog_blog_banner__zOmjY{-o-object-fit:cover;object-fit:cover}.SingleBlog_single_blog_main__ueLEZ{gap:20px;max-width:100%;flex-direction:column;justify-content:center}.SingleBlog_single_blog_left__KkDI7{width:100%;max-width:100%}.SingleBlog_single_blog_right__eD4zm{max-width:100%}.SingleBlog_blog_content__rrleM ul{margin-top:20px;padding-left:20px}.SingleBlog_blog_content__rrleM div nav ul li{margin-bottom:10px}.SingleBlog_blog_content__rrleM div nav ul li a{margin-top:50px!important;line-height:150%!important}.SingleBlog_blog_content__rrleM table{display:block;max-width:700px;position:relative;overflow-x:scroll!important;overflow-x:auto!important;font-weight:400!important}.SingleBlog_blog_content__rrleM p{font-size:16px!important}.SingleBlog_authorCard__6lvB2{padding:20px 16px;gap:16px;border-radius:12px}.SingleBlog_authorImageWrapper__EKI1r{width:70px;height:70px}.SingleBlog_authorImage__RCXPx{width:70px;height:70px;border-width:2px}.SingleBlog_authorNameWrapper__F3j4B{gap:10px}.SingleBlog_authorName__DIcfq{font-size:1.1rem}.SingleBlog_authorIcon__fAmPE{width:28px;height:28px}.SingleBlog_authorField__ZcWZM{font-size:.9rem;margin-bottom:10px}.SingleBlog_authorDescription__13L2w{font-size:.9rem}}@media (max-width:480px){.SingleBlog_authorCard__6lvB2{flex-direction:column;text-align:center}.SingleBlog_authorImageWrapper__EKI1r,.SingleBlog_authorImage__RCXPx{width:60px;height:60px}.SingleBlog_authorNameWrapper__F3j4B{gap:8px;margin-bottom:6px}.SingleBlog_authorName__DIcfq{font-size:1rem}.SingleBlog_authorIcon__fAmPE{width:24px;height:24px}.SingleBlog_authorField__ZcWZM{font-size:.85rem;margin-bottom:8px}.SingleBlog_authorDescription__13L2w{font-size:.85rem;line-height:1.5}.SingleBlog_badgeText__CkToS{font-size:.7rem;padding:3px 10px}}@media screen and (max-width:450px){.SingleBlog_nav_banner___dXdP{padding-top:60px}.SingleBlog_blog_content__rrleM table{position:relative;overflow-x:scroll}}@media screen and (max-width:360px){.SingleBlog_single_blog_left__KkDI7{width:90%;max-width:100%}.SingleBlog_single_blog_right__eD4zm{max-width:90%;width:90%}.SingleBlog_blog_content__rrleM table{width:320px;display:block;position:relative;overflow-x:scroll}.SingleBlog_authorCard__6lvB2{flex-direction:column;text-align:center;padding:20px 16px;gap:16px}.SingleBlog_authorImageWrapper__EKI1r{width:80px;height:80px;align-self:center}.SingleBlog_authorImage__RCXPx{width:80px;height:80px}.SingleBlog_authorContent__u2wpu{width:100%}.SingleBlog_authorNameWrapper__F3j4B{justify-content:center;gap:12px}.SingleBlog_authorName__DIcfq{text-align:center;flex:none}.SingleBlog_authorDescription__13L2w,.SingleBlog_authorField__ZcWZM{text-align:center}}@media screen and (max-width:320px){.SingleBlog_single_blog_left__KkDI7,.SingleBlog_single_blog_right__eD4zm{width:90%;max-width:90%}.SingleBlog_blog_content__rrleM table{width:280px;display:block;position:relative;overflow-x:scroll}}.Admissions_container__lpKQv{margin-top:60px}.Admissions_heading__paqsP{font-size:34px;margin-top:60px;font-style:normal;font-weight:700;line-height:120%}.Admissions_description__sKdUj{margin-top:10px;font-size:16px;font-style:normal;font-weight:400;line-height:150%}.Admissions_step__4mDzm{display:grid;grid-template-columns:150px 1fr;gap:40px;margin-top:40px;box-sizing:border-box;position:relative;z-index:1}.Admissions_stepCount__f9yhl,.Admissions_stepText___L_GT{display:flex;font-size:16px;align-items:center;font-weight:600}.Admissions_stepCount__f9yhl{flex-direction:column;justify-content:center;border-radius:4px;background:var(--dark-blue);padding:1.25rem 1rem;max-width:150px;width:150px;color:#fff;text-align:center;box-sizing:border-box}.Admissions_stepCount__f9yhl:before{content:"";position:absolute;top:0;bottom:0;left:0;margin-bottom:-40px;margin-left:70px;width:1px;z-index:-1;background-color:var(--black)}.Admissions_stepCount__f9yhl:not(:first-child):before{content:"";position:absolute;top:0;left:0;width:20px;border-left:1px solid var(--black);z-index:0}.Admissions_stepCount__f9yhl:not(:last-child):before{content:"";position:absolute;top:0;bottom:0;left:0;width:1px;background-color:var(--black);z-index:-1}.Admissions_stepCount__f9yhl:not(:last-child):after{content:"";position:absolute;top:0;left:100%;width:20px;border-left:1px solid var(--black);z-index:-1}.Admissions_stepHide__nIt_6{background-color:#fffef7;height:100px;z-index:1;position:relative}@media screen and (max-width:1024px){.Admissions_heading__paqsP{font-size:28px}}@media screen and (max-width:768px){.Admissions_heading__paqsP{font-size:24px}.Admissions_description__sKdUj,.Admissions_stepCount__f9yhl,.Admissions_stepText___L_GT{font-size:14px}}@media screen and (max-width:480px){.Admissions_heading__paqsP{font-size:22px;margin:20px 0}.Admissions_stepCount__f9yhl{width:100px}.Admissions_step__4mDzm{padding:0;gap:0}.Admissions_stepText___L_GT{max-width:100%;width:100%;margin-left:0;margin-right:20px}.Admissions_stepCount__f9yhl:before{margin-left:50px}}.Certificates_wrapper__hjNB4{width:100%;margin-top:60px}.Certificates_container__X9Jsj{border-radius:12px;background:var(--light-mustard-bg);padding:1.5rem}.Certificates_heading__Jr9Js{font-size:34px;margin:20px 0 10px}.Certificates_subHeading__CKwq6{font-size:18px;margin-bottom:20px;font-style:normal;font-weight:600;line-height:150%}.Certificates_detail_img_container__jHvTy{display:flex;justify-content:space-between;align-items:center;gap:5px}.Certificates_pointBox__xwwq4{font-size:16px;font-weight:400;line-height:150%;display:flex;gap:20px;margin-top:10px}.Certificates_point__XYWLq{font-size:16px}.Certificates_img__GOe9v{position:relative;border:10px solid #000;box-shadow:0 0 55px hsla(60,24%,53%,.7)}@media screen and (max-width:1024px){.Certificates_heading__Jr9Js{font-size:28px}}@media screen and (max-width:768px){.Certificates_container__X9Jsj{padding:1rem;flex-direction:column}.Certificates_heading__Jr9Js{font-size:24px}.Certificates_subHeading__CKwq6{font-size:16px}.Certificates_point__XYWLq{color:var(--black);font-size:14px}.Certificates_detail_img_container__jHvTy{flex-direction:column;gap:20px}}@media screen and (max-width:480px){.Certificates_heading__Jr9Js{font-size:22px;font-weight:700;line-height:120%;margin:20px 0 10px}.Certificates_img__GOe9v{max-width:100%;width:100%;height:180px}}.Breadcrumb_breadcrumb__j1UHX{display:flex;font-size:14px;margin-bottom:15px;background-color:#fff9ed;width:-moz-fit-content;width:fit-content;padding:8px 12px;box-shadow:0 2px 4px rgba(0,0,0,.1);border:2px dotted #e89e26;border-radius:8px}.Breadcrumb_breadcrumbItem__lnXIo{color:#3c3c3c}.Breadcrumb_link__zmGnw{text-decoration:none;color:#e89e26}.Breadcrumb_link__zmGnw:hover{text-decoration:underline}.Breadcrumb_separator__e7M6o{margin:0 5px;color:#aaa}@media screen and (max-width:480px){.Breadcrumb_breadcrumb__j1UHX{font-size:11px;padding:6px 8px;margin-bottom:10px;flex-wrap:wrap;margin-right:12px}.Breadcrumb_separator__e7M6o{margin:0 3px}}@media screen and (min-width:481px) and (max-width:768px){.Breadcrumb_breadcrumb__j1UHX{font-size:12px;padding:7px 10px}}@media screen and (min-width:769px) and (max-width:1024px){.Breadcrumb_breadcrumb__j1UHX{padding:8px 12px}}@media screen and (min-width:1025px){.Breadcrumb_breadcrumb__j1UHX{font-size:14px;padding:8px 14px}}.CourseBenefits_benefits_container__HTmun{margin:1rem auto;padding:0}.CourseBenefits_benefit_card__MSZpX{margin:1rem 0;border-radius:8px;transition:transform .3s ease}.CourseBenefits_benefit_card_with_heading__GQe2M,.CourseBenefits_benefit_card_with_heading__GQe2M:hover{background-color:#f4feff;box-shadow:0 2px 4px rgba(0,0,0,.1);border:2px dotted #002d62}.CourseBenefits_benefit_card_with_heading__GQe2M:hover{background-color:#fff7ee;transform:translateY(-5px)}.CourseBenefits_benefit_card_without_heading__mx5F0{background:#fff}.CourseBenefits_benefit_content__o7da3{padding:1.2rem}.CourseBenefits_benefit_heading__VaifU{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:var(-dark-blue)}.CourseBenefits_benefit_description__xKviE{font-size:1rem;line-height:1.7}.CourseBenefits_benefit_card_with_heading__GQe2M .CourseBenefits_benefit_description__xKviE,.CourseBenefits_benefit_card_without_heading__mx5F0 .CourseBenefits_benefit_description__xKviE{color:#333}@media (max-width:768px){.CourseBenefits_benefit_content__o7da3{padding:1.5rem;font-size:14px}.CourseBenefits_benefit_heading__VaifU{font-size:1rem}.CourseBenefits_benefit_description__xKviE{font-size:14px}}.TableOfContents_toc_container__Tu4fl{margin:1rem auto 0;padding:.8rem;border-radius:12px;background:#fff;box-shadow:0 4px 20px rgba(12,45,81,.08)}.TableOfContents_content_item__Ik7VM{padding:.8rem 1rem;margin:.5rem 0;border-radius:8px;transition:all .3s ease;border-left:3px solid transparent;background:rgba(12,45,81,.02)}.TableOfContents_content_item__Ik7VM:hover{background:rgba(12,45,81,.05);border-left:3px solid #e89e26;background-color:#fdf7ee;transform:translateX(5px)}.TableOfContents_content_link__PJdPu{text-decoration:none;color:#0c2d51;display:flex;align-items:center;font-size:1.02rem;font-weight:600;line-height:1.5}.TableOfContents_content_link__PJdPu:hover{color:#f09f1e!important}.TableOfContents_content_number__FsXh9{min-width:28px;height:28px;background:#0c2d51;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:12px;font-size:.9rem;font-weight:500}.TableOfContents_content_text__Ff7hf{flex:1}@media (max-width:768px){.TableOfContents_content_item__Ik7VM{padding:.6rem .8rem}.TableOfContents_content_link__PJdPu{font-size:15px}.TableOfContents_content_number__FsXh9{min-width:24px;height:24px;font-size:.8rem}}.CourseFaqAccordion_faq_accordion__UfRag{display:flex;flex-direction:column;max-width:100%;border-bottom:1px solid #d2d2d2;padding-bottom:20px;margin-top:25px}.CourseFaqAccordion_faq_section__f95iw{margin-bottom:8px}.CourseFaqAccordion_faq_section_input___0D1u{display:none}.CourseFaqAccordion_faq_section_label__Gy2lP{display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:18px!important}.CourseFaqAccordion_faq_section_input___0D1u:checked+.CourseFaqAccordion_section_label__Jpu8c{font-size:18px!important}.CourseFaqAccordion_faq_symbol__t00Lf:after{content:"+";font-size:20px;margin-left:10px}.CourseFaqAccordion_faq_section_input___0D1u:checked+.CourseFaqAccordion_faq_section_label__Gy2lP .CourseFaqAccordion_faq_symbol__t00Lf:after{content:"x";font-size:18px}.CourseFaqAccordion_faq_section_content__sJuZj{display:none}.CourseFaqAccordion_faq_section_input___0D1u:checked+.CourseFaqAccordion_faq_section_label__Gy2lP+.CourseFaqAccordion_faq_section_content__sJuZj{display:block;font-size:16px;color:var(--text-txt-secondary,rgba(60,60,67,.85));margin-top:15px}.CourseFaqAccordion_faq_section_input___0D1u:not(:checked)+.CourseFaqAccordion_faq_section_label__Gy2lP+.CourseFaqAccordion_faq_section_content__sJuZj{display:none}.CourseFaqAccordion_faq_section_input___0D1u:not(:checked)+.CourseFaqAccordion_faq_section_label__Gy2lP{font-size:18px!important}.CourseFaqAccordion_course_faq_question__ZUh8K{font-size:18px}@media screen and (max-width:480px){.CourseFaqAccordion_course_faq_question__ZUh8K{font-size:16px}}.Loader_loader_container__FQAJg{padding:200px 20%;display:flex;justify-content:center;align-items:center;justify-items:center}.Loader_loader__SmvAR{width:-moz-fit-content;width:fit-content;font-size:17px;font-family:monospace;line-height:1.4;font-weight:700;--c:no-repeat linear-gradient(#000 0 0);background:var(--c),var(--c),var(--c),var(--c),var(--c),var(--c),var(--c);background-size:calc(1ch + 1px) 100%;border-bottom:10px solid #0000;position:relative;color:#000;animation:Loader_l8-0__qGpZ4 3s linear infinite;clip-path:inset(-20px 0)}.Loader_loader__SmvAR:before{content:"Loading"}.Loader_loader__SmvAR:after{content:"";position:absolute;width:10px;height:14px;background:#25adda;left:-10px;bottom:100%;animation:Loader_l8-1__zG_aQ 3s linear infinite}@keyframes Loader_l8-0__qGpZ4{0%,12.5%{background-position:calc(0*100%/6) 0,calc(1*100%/6) 0,calc(2*100%/6) 0,calc(3*100%/6) 0,calc(4*100%/6) 0,calc(5*100%/6) 0,calc(6*100%/6) 0}25%{background-position:calc(0*100%/6) 40px,calc(1*100%/6) 0,calc(2*100%/6) 0,calc(3*100%/6) 0,calc(4*100%/6) 0,calc(5*100%/6) 0,calc(6*100%/6) 0}37.5%{background-position:calc(0*100%/6) 40px,calc(1*100%/6) 40px,calc(2*100%/6) 0,calc(3*100%/6) 0,calc(4*100%/6) 0,calc(5*100%/6) 0,calc(6*100%/6) 0}50%{background-position:calc(0*100%/6) 40px,calc(1*100%/6) 40px,calc(2*100%/6) 40px,calc(3*100%/6) 0,calc(4*100%/6) 0,calc(5*100%/6) 0,calc(6*100%/6) 0}62.5%{background-position:calc(0*100%/6) 40px,calc(1*100%/6) 40px,calc(2*100%/6) 40px,calc(3*100%/6) 40px,calc(4*100%/6) 0,calc(5*100%/6) 0,calc(6*100%/6) 0}75%{background-position:calc(0*100%/6) 40px,calc(1*100%/6) 40px,calc(2*100%/6) 40px,calc(3*100%/6) 40px,calc(4*100%/6) 40px,calc(5*100%/6) 0,calc(6*100%/6) 0}87.4%{background-position:calc(0*100%/6) 40px,calc(1*100%/6) 40px,calc(2*100%/6) 40px,calc(3*100%/6) 40px,calc(4*100%/6) 40px,calc(5*100%/6) 40px,calc(6*100%/6) 0}to{background-position:calc(0*100%/6) 40px,calc(1*100%/6) 40px,calc(2*100%/6) 40px,calc(3*100%/6) 40px,calc(4*100%/6) 40px,calc(5*100%/6) 40px,calc(6*100%/6) 40px}}@keyframes Loader_l8-1__zG_aQ{to{left:115%}}.strapi_container__PUhOJ{margin:40px 0}.strapi_heading__7eZFb{font-size:34px}.strapi_headingLevel2__bX2d8{font-size:24px;margin:40px 0 10px;color:#605e5e}.strapi_paragraph__FXk_U{margin-top:1rem;margin-bottom:1rem;line-height:1.625;color:#000}.strapi_list__8pc_j{margin:1rem 0;padding-left:1.2rem}.strapi_listItem__5gzFw{margin-bottom:10px;padding-left:0;text-indent:-.1rem;line-height:1.7;list-style-position:outside}.strapi_listDisc__B0ufS{list-style-type:disc}.strapi_listDecimal__IB_7L{list-style-type:decimal}.strapi_bold__OJaZT{font-weight:500}.strapi_italic__m0OXF{font-style:italic}.strapi_underline__God_q{text-decoration:underline}@media screen and (max-width:768px){.strapi_heading__7eZFb{font-size:24px}.strapi_headingLevel2__bX2d8{font-size:20px}.strapi_paragraph__FXk_U{font-size:14px}}.Exam_container__muz_Z{margin-top:60px}.Exam_heading__jCWCC{font-size:34px;margin:20px 0 10px}.Exam_examDesc___HPjs{font-size:16px;font-style:normal;font-weight:400;line-height:150%}.Exam_Button__4a7Yw{padding:20px;border-radius:10px;border:none;font-size:16px;font-style:normal;font-weight:600;line-height:120%;margin-top:32px;margin-bottom:60px;background:var(--dark-blue);color:var(--white)}.Exam_eligibilityCriteriaHeading__4obqg{color:var(--black);font-size:34px;font-style:normal;font-weight:700;line-height:120%;margin-top:40px;margin-bottom:20px}.Exam_eligibilityCriteriaDescription__I_o2n{font-size:16px;font-style:normal;font-weight:400;line-height:150%}.Exam_title__zgD3N{color:16px;font-weight:600}.Exam_paragraph__CFH4S{margin:10px 0;line-height:150%}.Exam_text__iZpVR{line-height:150%}@media screen and (max-width:1024px){.Exam_examDesc___HPjs{font-size:16px;margin-top:10px}.Exam_heading__jCWCC{font-size:28px}}@media screen and (max-width:786px){.Exam_examDesc___HPjs{font-size:14px}.Exam_heading__jCWCC{font-size:28px}}@media screen and (max-width:480px){.Exam_heading__jCWCC{font-size:22px}.Exam_Button__4a7Yw{padding:15px 20px;border-radius:5px;font-size:14px;margin-top:20px;margin-bottom:30px}.Exam_eligibilityCriteriaHeading__4obqg{font-size:20px}.Exam_eligibilityCriteriaDescription__I_o2n{font-size:16px}}.Highlights_container__yqw8t{margin:40px 0}.Highlights_heading__QnGK2{font-size:34px;margin:0 0 30px}.Highlights_grid__zFaon{display:grid;grid-template-columns:repeat(2,1fr);line-height:150%;gap:25px;font-size:16px;font-weight:500}.Highlights_pointContainer__5_snP{display:flex;align-items:center}.Highlights_pointIcon__m_iYg{color:var(--dark-blue);justify-items:center;justify-content:center;flex-direction:row;align-items:center;margin-right:10px;font-size:20px;line-height:100%}@media screen and (max-width:1024px){.Highlights_heading__QnGK2{font-size:28px}}@media screen and (max-width:760px){.Highlights_heading__QnGK2{font-size:24px}}@media screen and (max-width:480px){.Highlights_heading__QnGK2{font-size:22px;margin:20px 0}.Highlights_grid__zFaon{grid-template-columns:repeat(1,1fr);font-size:14px;gap:15px}.Highlights_pointContainer__5_snP{align-items:flex-start}.Highlights_pointIcon__m_iYg{margin-right:5px;font-size:16px;margin-top:5px;min-width:16px;min-height:16px;width:16px;height:16px}.Highlights_container__yqw8t{margin:10px 0 40px}}.courseEligibility_wrapper__WDP1x{display:flex;margin-bottom:60px}.courseEligibility_container__fIu_K{width:100%;display:inherit;flex-direction:column}.courseEligibility_richTextWrapper__82Oew *{margin:0;padding:0;box-sizing:border-box}.courseEligibility_heading__W_PzA{font-size:34px;margin-top:20px;margin-bottom:10px}.courseEligibility_course_college_name__f2JsU{font-size:16px;line-height:140%}.courseEligibility_courseHeading__ayUwY{font-size:34px;background-color:var(--mustard-yellow);padding:20px;color:#fff;font-weight:500;line-height:normal}.courseEligibility_courseBox__8_EKI{border:1px solid var(--mustard-yellow);padding:20px;font-size:16px;font-weight:400;line-height:150%;border-collapse:collapse}.courseEligibility_table_container__UYE7g{border-collapse:collapse}.courseEligibility_modal_overlay__nwGFA{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;overflow:hidden;z-index:400}.courseEligibility_modal__Vz8Yb{background:#fff;padding:20px;border-radius:10px;box-shadow:0 2px 4px rgba(0,0,0,.2);position:relative;width:50%;max-width:95%;height:400px;overflow:auto;display:flex;justify-content:center}.courseEligibility_modal__Vz8Yb::-webkit-scrollbar{width:10px}.courseEligibility_modal__Vz8Yb::-webkit-scrollbar-track{border-radius:5px}.courseEligibility_modal__Vz8Yb::-webkit-scrollbar-thumb{background-color:var(--mustard-yellow);border-radius:14px}.courseEligibility_close_button__ZYXC4{border:none;cursor:pointer;border-radius:50%;height:30px;width:30px;background:var(--white);position:absolute;top:10px;right:10px;font-weight:700}.courseEligibility_join_popup__kkn_n{width:90%}.courseEligibility_course_table__Sr9wq{border-collapse:collapse;width:100%;text-align:left;border:1px solid var(--dark-blue);margin-top:20px}.courseEligibility_course_head__XJkFa>th:first-child,.courseEligibility_course_head__XJkFa>th:nth-child(2){width:25%;color:var(--white);padding:10px;font-size:16px}.courseEligibility_course_head__XJkFa>th:nth-child(3){width:50%}.courseEligibility_tbody__Lm_uf>td{border:1px solid var(--dark-blue);padding:12px;font-size:16px;border-collapse:collapse;text-align:justify}.courseEligibility_specilaization_modal__LbTbb{cursor:pointer}.courseEligibility_specilaization_modal__LbTbb>div{display:flex;justify-content:center;align-items:center;gap:3px}.courseEligibility_specilaization_modal__LbTbb:hover{color:blue}.courseEligibility_eligible_tbody__q_tOM>td{border:1px solid var(--dark-blue);padding:10px;font-size:16px}.courseEligibility_eligible_tbody__q_tOM>td:first-child{font-weight:500}.courseEligibility_eligible_table__ZvMdh{border-collapse:collapse;text-align:left;border:1px solid var(--dark-blue);width:100%;margin-top:10px}.courseEligibility_eligible_table__ZvMdh>thead{background:var(--dark-blue)}.courseEligibility_eligible_head__GsY_a>th{color:var(--white);padding:10px;font-size:16px}.courseEligibility_eligible_head__GsY_a>th:first-child{width:-moz-fit-content;width:fit-content}@media screen and (max-width:1024px){.courseEligibility_heading__W_PzA{font-size:28px}}@media screen and (max-width:768px){.courseEligibility_heading__W_PzA{font-size:24px}.courseEligibility_course_college_name__f2JsU,.courseEligibility_eligible_head__GsY_a>th,.courseEligibility_eligible_tbody__q_tOM>td,.courseEligibility_tbody__Lm_uf>td{font-size:14px}.courseEligibility_modal__Vz8Yb{width:90%}.courseEligibility_close_button__ZYXC4{right:5px}}@media screen and (max-width:480px){.courseEligibility_heading__W_PzA{font-size:22px;margin:0 0 10px}.courseEligibility_courseHeading__ayUwY{padding:10px}.courseEligibility_courseBox__8_EKI{padding:5px}}@media screen and (max-width:350px){.courseEligibility_eligible_head__GsY_a>th{font-size:12px}.courseEligibility_eligible_tbody__q_tOM>td{padding:1%;font-size:10px}}@media screen and (max-width:380px){.courseEligibility_viewSpsl__ef2lh{word-break:break-all;display:flex;flex-direction:column;gap:20px}}.course_blink__UmdFn{width:8px;height:8px;background-color:var(--mustard-yellow);border-radius:100px;animation-name:course_blink__UmdFn;animation-duration:.9s;animation-iteration-count:infinite}@keyframes course_blink__UmdFn{50%{opacity:0}}.course_collegWrapper__zFRly{display:flex;width:100%}.course_collegeContainer__wMQw3{width:100%;height:100%;display:inherit;flex-direction:column}.course_dataSection__hQLNF{max-width:100%;width:100%;display:flex;justify-content:space-between;gap:40px;margin:auto;color:var(--black);box-shadow:0 4px 4px 0 rgba(0,0,0,.25);background:linear-gradient(180deg,#f8fbff .01%,#fff);padding:50px 7.5% 7.5%;-o-object-fit:contain;object-fit:contain}.course_Heading__gUubo{font-size:44px;margin:20px 0 40px}.course_specialHeading__Pn663{margin:60px 0 40px;font-size:40px}@media screen and (max-width:1024px){.course_dataSection__hQLNF{padding:4%;flex-direction:column}}