.HomePage_splashScreen__IOGDh{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#94091a;display:flex;align-items:center;justify-content:center;z-index:9999;animation:HomePage_fadeOut__sTKHw 1s ease-out 5.5s forwards}@keyframes HomePage_fadeOut__sTKHw{0%{opacity:1}to{opacity:0;visibility:hidden}}@media (max-width:768px){.HomePage_splashScreen__IOGDh{background:#94091a}}.HomePage_homePageContainer__kjHih.HomePage_hidden__DI7L3{opacity:0;pointer-events:none}.HomePage_homePageContainer__kjHih{display:flex;min-height:100vh;width:100%;max-width:100vw;overflow-x:hidden;overflow-y:hidden;background:linear-gradient(90deg,#ffffff 0,#ffffff 15%,#94091a 0,#94091a);position:relative;box-sizing:border-box;transition:opacity .5s ease-in}.HomePage_homePageContainer__kjHih:not(.HomePage_hidden__DI7L3){opacity:1;pointer-events:auto}.HomePage_exploreSidebar__2tBCI{width:444px;background:#262626;padding:0;position:fixed;height:calc(100vh - 100px);overflow-y:hidden;overflow-x:hidden;top:50px;bottom:50px;left:100px;z-index:1000;border-right:1px solid rgba(255,255,255,.1)}.HomePage_exploreHeader__Nku9I{color:#ffffff;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;padding:0 1rem;text-transform:uppercase;letter-spacing:2px;text-align:center}.HomePage_sidebarBlocks__coi3Z{display:flex;flex-direction:column;gap:1.5rem}.HomePage_lawButton__TfsnV{background:#94091a;color:white;padding:1rem 1.5rem;border-radius:8px;text-align:center;cursor:pointer;transition:all .3s ease;text-decoration:none;display:block;margin-bottom:0}.HomePage_lawButton__TfsnV:hover{background:#94091a;transform:translateY(-2px);box-shadow:0 4px 12px rgba(220,38,38,.3)}.HomePage_lawButtonGrid__p8VVJ{background:#e90b0b;color:white;padding:.75rem;border-radius:8px;text-align:center;cursor:pointer;transition:all .3s ease;text-decoration:none;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%}.HomePage_lawButtonGrid__p8VVJ:hover{background:#b91c1c;transform:translateY(-2px);box-shadow:0 4px 12px rgba(220,38,38,.3)}.HomePage_lawButtonTitle__xssw5{font-size:.95rem;font-weight:700;margin-bottom:.25rem}.HomePage_lawButtonSubtitle__SKbie{font-size:.75rem;opacity:.9}.HomePage_sidebarGrid__S_wCz{display:flex;flex-direction:column;gap:1.5rem;height:100%;padding-bottom:3rem;margin-bottom:2rem}.HomePage_showcaseSliderContainer__bjkO4{position:relative;width:100%;height:calc(100vh - 100px);overflow:hidden;padding:0;box-sizing:border-box}.HomePage_showcaseImage__zexcA{position:absolute;top:0;left:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center;padding:0;box-sizing:border-box;opacity:0;transition:opacity .8s ease-in-out;pointer-events:none}.HomePage_showcaseImageActive__T2za_{opacity:1;pointer-events:auto;z-index:1}.HomePage_showcaseImagePlaceholder__JprTX{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#ffffff;font-size:1rem;text-align:center;z-index:1}.HomePage_sliderContainer__4Xq43{position:relative;width:100%;height:380px;overflow:hidden;padding:0;box-sizing:border-box;margin-top:1.5rem;border-radius:16px;background:#1a1a2e;box-shadow:0 8px 32px rgba(0,0,0,.4)}.HomePage_sliderWrapper__258Tz{position:relative;width:100%;height:100%}.HomePage_sliderSlide__f5FrI{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transform:translateX(30px) scale(.95);transition:all 2.5s cubic-bezier(.25,.46,.45,.94);display:flex;align-items:center;justify-content:center;text-decoration:none;pointer-events:none}.HomePage_sliderSlideActive__ksbpT{opacity:1;transform:translateX(0) scale(1);z-index:2;pointer-events:auto}.HomePage_sliderCard__5pm7H{width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:16px;overflow:hidden;transition:transform .8s cubic-bezier(.4,0,.2,1)}.HomePage_sliderCard__5pm7H:hover{transform:scale(1.02)}.HomePage_lawCard__HN8uO{width:100%;height:100%;background:linear-gradient(135deg,#e90b0b,#b91c1c);color:white;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 2rem;text-align:center;border-radius:16px;position:relative;overflow:hidden}.HomePage_lawCard__HN8uO:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0,transparent 70%);animation:HomePage_pulse__jsIyL 3s ease-in-out infinite}.HomePage_lawCardTitle__2_CP4{font-size:1.75rem;font-weight:700;margin-bottom:.75rem;letter-spacing:.5px;position:relative;z-index:1}.HomePage_lawCardSubtitle__C3WQj{font-size:1.1rem;opacity:.95;font-weight:500;position:relative;z-index:1}.HomePage_contentCard__6Jevv{width:100%;height:100%;background:linear-gradient(135deg,#2a3441,#1a1a2e);color:white;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:1.5rem;text-align:center;border-radius:16px;border:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden}.HomePage_contentCard__6Jevv:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2)}.HomePage_contentCardTitle__qXlGx{font-size:1.4rem;font-weight:700;margin-bottom:1.25rem;color:#ffffff;letter-spacing:.5px;text-transform:uppercase;position:relative;z-index:1}.HomePage_contentCardImage___Axbu{width:100%;max-width:240px;height:240px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.3);transition:all .6s cubic-bezier(.4,0,.2,1);object-fit:cover;background:#1a1a2e}.HomePage_contentCard__6Jevv:hover .HomePage_contentCardImage___Axbu{transform:scale(1.05);box-shadow:0 8px 30px rgba(0,0,0,.5)}.HomePage_contentCardPlaceholder__yRYFF{color:#9ca3af;font-size:.9rem;padding:2rem;display:flex;align-items:center;justify-content:center;min-height:200px;background:rgba(255,255,255,.03);border-radius:8px;border:1px dashed rgba(255,255,255,.1)}.HomePage_sliderNext__KG5Ab,.HomePage_sliderPrev__QFkgV{position:absolute;top:50%;transform:translateY(-50%);background:linear-gradient(135deg,rgba(255,255,255,.25),rgba(255,255,255,.15));backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);color:white;border:2px solid rgba(255,255,255,.4);width:56px;height:56px;border-radius:50%;font-size:0;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .5s cubic-bezier(.4,0,.2,1);box-shadow:0 6px 20px rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.3),inset 0 -1px 0 rgba(0,0,0,.2);line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.HomePage_sliderNext__KG5Ab:before,.HomePage_sliderPrev__QFkgV:before{content:"";position:absolute;width:0;height:0;border-style:solid;transition:all .3s ease}.HomePage_sliderPrev__QFkgV:before{border-width:10px 14px 10px 0;border-color:transparent white transparent transparent;left:50%;transform:translateX(-40%)}.HomePage_sliderNext__KG5Ab:before{border-width:10px 0 10px 14px;border-color:transparent transparent transparent white;right:50%;transform:translateX(40%)}.HomePage_sliderNext__KG5Ab:hover,.HomePage_sliderPrev__QFkgV:hover{background:linear-gradient(135deg,rgba(255,255,255,.35),rgba(255,255,255,.25));border-color:rgba(255,255,255,.6);transform:translateY(-50%) scale(1.2);box-shadow:0 10px 30px rgba(0,0,0,.5),inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.3)}.HomePage_sliderPrev__QFkgV:hover:before{transform:translateX(-50%);border-color:transparent white transparent transparent}.HomePage_sliderNext__KG5Ab:hover:before{transform:translateX(50%);border-color:transparent transparent transparent white}.HomePage_sliderNext__KG5Ab:active,.HomePage_sliderPrev__QFkgV:active{transform:translateY(-50%) scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.2)}.HomePage_sliderPrev__QFkgV{left:16px}.HomePage_sliderNext__KG5Ab{right:16px}.HomePage_sliderDots__t_o1x{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:12px;z-index:10;background:rgba(0,0,0,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px 16px;border-radius:20px;border:1px solid rgba(255,255,255,.1)}.HomePage_sliderDot____Vye{width:10px;height:10px;border-radius:50%;border:2px solid rgba(255,255,255,.5);background:transparent;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);padding:0}.HomePage_sliderDot____Vye:hover{border-color:rgba(255,255,255,.8);transform:scale(1.2)}.HomePage_sliderDotActive__z1Mj9{background:white;border-color:white;width:24px;height:10px;border-radius:5px;box-shadow:0 0 10px rgba(255,255,255,.5)}.HomePage_sidebarGridRow__h15NN{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;align-items:stretch;grid-auto-flow:row;grid-auto-rows:auto}.HomePage_sidebarGridRow__h15NN:first-child{flex-shrink:0;height:auto;min-height:0}.HomePage_sidebarGridRow__h15NN:last-child{flex:1 1;min-height:220px;max-height:240px;align-content:start;margin-bottom:1.5rem;display:grid;grid-template-columns:1fr 1fr;grid-auto-flow:row;grid-auto-columns:1fr;grid-template-rows:1fr}.HomePage_sidebarGridItem__ZhP6O{display:flex;flex-direction:column;gap:.75rem;height:100%;min-width:0;max-width:100%;width:100%;overflow:hidden;padding:.25rem}.HomePage_sidebarGridItemLogo__Lpuc4{height:120px!important;margin-top:50px;background-color:#e90b0b}.HomePage_sidebarGridRow__h15NN:last-child .HomePage_sidebarGridItem__ZhP6O{grid-column:span 1;box-sizing:border-box}.HomePage_sidebarGridRow__h15NN:first-child .HomePage_sidebarGridItem__ZhP6O{height:100%;align-items:stretch;display:flex;flex-direction:column}.HomePage_sidebarGridRow__h15NN:first-child .HomePage_sidebarGridItem__ZhP6O>:last-child{flex:1 1;display:flex}.HomePage_sidebarGridRow__h15NN:last-child .HomePage_sidebarGridItem__ZhP6O{height:100%;min-height:220px;max-height:240px;display:flex;flex-direction:column}.HomePage_sidebarGridRow__h15NN:last-child .HomePage_sidebarGridItem__ZhP6O>:last-child{flex:1 1;display:flex}.HomePage_sidebarGridIcon__rTyOi{width:60px;height:60px;object-fit:contain}.HomePage_sidebarCategories__CgIwk{display:flex;flex-direction:column;gap:1.75rem}.HomePage_sidebarCategory__zZRlh{display:flex;flex-direction:column;gap:.5rem}.HomePage_sidebarCategoryTitle__N3z_s{color:#ffffff;text-transform:capitalize;letter-spacing:0;margin-bottom:.75rem;margin-top:.25rem;text-align:center}.HomePage_sidebarCategoryItem__BMmNN{align-items:flex-start;gap:.75rem;padding:.75rem;min-height:120px}.HomePage_sidebarCategoryItemImageOnly__e7qm6,.HomePage_sidebarCategoryItem__BMmNN{display:flex;background:#ffffff;border-radius:8px;cursor:pointer;transition:all .2s ease;text-decoration:none;color:#1a1a1a;box-shadow:0 2px 4px rgba(0,0,0,.1);width:100%;height:100%}.HomePage_sidebarCategoryItemImageOnly__e7qm6{align-items:stretch;justify-content:stretch;padding:0;max-width:100%;overflow:hidden;flex-shrink:0}.HomePage_sidebarGridRow__h15NN:last-child .HomePage_sidebarCategoryItemImageOnly__e7qm6{min-height:220px;max-height:240px}.HomePage_sidebarCategoryItem__BMmNN:hover{background:#f5f5f5;transform:translateX(3px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.HomePage_sidebarCategoryItemImageOnly__e7qm6:hover{transform:scale(1.02);box-shadow:0 4px 12px rgba(0,0,0,.2)}.HomePage_sidebarCategoryThumbnail__t0DVP{width:80px;height:80px;border-radius:6px;object-fit:cover;flex-shrink:0;border:1px solid rgba(0,0,0,.08);background:#f5f5f5}.HomePage_sidebarCategoryImageFull__xN7qo{width:100%;height:100%;border-radius:8px;object-fit:cover;display:block}.HomePage_sidebarGridRow__h15NN:last-child .HomePage_sidebarCategoryImageFull__xN7qo{min-height:220px;max-height:240px}.HomePage_sidebarCategoryText__1nv6x{flex:1 1;min-width:0}.HomePage_sidebarCategoryName__QNIqG{font-size:.9rem;font-weight:700;margin-bottom:.4rem;color:#000000;-webkit-line-clamp:2;line-height:1.4}.HomePage_sidebarCategoryDesc__nBCjv,.HomePage_sidebarCategoryName__QNIqG{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}.HomePage_sidebarCategoryDesc__nBCjv{font-size:.75rem;color:#4b5563;line-height:1.5;-webkit-line-clamp:3;margin-top:.125rem}.HomePage_sidebarLoading__qswCK{color:#9ca3af;font-size:.85rem;padding:.75rem;text-align:center}.HomePage_sidebarEmpty__50bnT{color:#6b7280;font-size:.85rem;padding:.75rem;text-align:center}.HomePage_mainContentArea__SnWjX{flex:1 1;margin-left:480px;background:linear-gradient(135deg,#94091a,#94091a 50%,#94091a);min-height:100vh;padding:1rem 1.5rem;width:calc(100% - 484px);max-width:calc(100vw - 484px - 100px);position:relative;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;display:flex;flex-direction:column}.HomePage_mainContentArea__SnWjX:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:0}.HomePage_mainContentArea__SnWjX>*{position:relative;z-index:1}.HomePage_brandingHeader__bkFwZ{text-align:center;margin-bottom:0;padding-top:0;animation:HomePage_fadeInDown__hhUUz .8s ease-out}@keyframes HomePage_fadeInDown__hhUUz{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.HomePage_brandingLogo__sJ7xB{display:flex;align-items:center;justify-content:center}@keyframes HomePage_pulseGlow__hLHyw{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(1)}50%{opacity:.5;transform:translate(-50%,-50%) scale(1.1)}}.HomePage_brandingIcon__FIDEo{max-width:100%;height:250px;filter:drop-shadow(0 4px 12px rgba(0,0,0,.3));transition:transform .3s ease}.HomePage_brandingIcon__FIDEo:hover{transform:scale(1.05)}.HomePage_brandingTagline__RMpQr{font-size:1rem;color:rgba(255,255,255,.98);font-weight:600;letter-spacing:2px;text-transform:uppercase;text-shadow:0 2px 8px rgba(0,0,0,.3);position:relative;display:inline-block;padding:.5rem 2rem;border-left:2px solid rgba(255,235,59,.5);border-right:2px solid rgba(255,235,59,.5)}.HomePage_categoryCardsContainer__H03Kc{max-width:100%;padding:0;width:100%;overflow-y:visible;display:flex;flex-direction:column;align-items:center}.HomePage_categoryCardsContainer__H03Kc,.HomePage_topRowGrid__EZ55g{margin:0 auto;box-sizing:border-box;overflow-x:hidden;justify-content:center}.HomePage_topRowGrid__EZ55g{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:0;gap:0;justify-items:center;align-items:start;animation:HomePage_fadeInUp__C75tL .6s ease-out;width:auto;max-width:-moz-fit-content;max-width:fit-content;overflow-y:hidden}@media (min-width:1200px){.HomePage_topRowGrid__EZ55g{grid-template-columns:repeat(4,1fr)}}.HomePage_topRowGrid__EZ55g .HomePage_categoryCard__4_Y1Z:first-child{animation:HomePage_fadeInUp__C75tL .6s ease-out .1s both}.HomePage_topRowGrid__EZ55g .HomePage_categoryCard__4_Y1Z:nth-child(2){animation:HomePage_fadeInUp__C75tL .6s ease-out .2s both}.HomePage_topRowGrid__EZ55g .HomePage_categoryCard__4_Y1Z:nth-child(3){animation:HomePage_fadeInUp__C75tL .6s ease-out .3s both}.HomePage_topRowGrid__EZ55g .HomePage_categoryCard__4_Y1Z:nth-child(4){animation:HomePage_fadeInUp__C75tL .6s ease-out .4s both}@keyframes HomePage_fadeInUp__C75tL{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.HomePage_dividerBar__Gdzv5{display:none}.HomePage_comingSoonSection__K9PK0{animation:HomePage_fadeInUp__C75tL .8s ease-out .2s both;display:flex;flex-direction:column;align-items:center;background-color:rgba(185,28,28,.3);border:2px solid rgba(185,28,28,.5);border-radius:16px;padding:2rem 1.5rem;margin:1.5rem auto;width:-moz-fit-content;width:fit-content;max-width:100%;box-sizing:border-box}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCard__4_Y1Z:first-child{animation:HomePage_fadeInUp__C75tL .6s ease-out .5s both}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCard__4_Y1Z:nth-child(2){animation:HomePage_fadeInUp__C75tL .6s ease-out .6s both}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCard__4_Y1Z:nth-child(3){animation:HomePage_fadeInUp__C75tL .6s ease-out .7s both}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCard__4_Y1Z:nth-child(4){animation:HomePage_fadeInUp__C75tL .6s ease-out .8s both}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCard__4_Y1Z:nth-child(5){animation:HomePage_fadeInUp__C75tL .6s ease-out .9s both}.HomePage_comingSoonGrid__xTM97{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:0;gap:0;justify-items:center;align-items:center;justify-content:center;margin:0 auto;width:auto;max-width:-moz-fit-content;max-width:fit-content;box-sizing:border-box;overflow-x:hidden;overflow-y:hidden}@media (min-width:1200px){.HomePage_comingSoonGrid__xTM97{grid-template-columns:repeat(5,1fr)}}.HomePage_categoryCard__4_Y1Z{display:flex;flex-direction:column;cursor:pointer;transition:all .3s ease;text-decoration:none;color:#ffffff;margin:0 auto}.HomePage_categoryCard__4_Y1Z,.HomePage_topRowGrid__EZ55g .HomePage_categoryCard__4_Y1Z{align-items:center;justify-content:flex-start;padding:0;background:transparent;border:none;box-shadow:none}.HomePage_topRowGrid__EZ55g .HomePage_categoryCard__4_Y1Z{margin:0 -.25rem}.HomePage_categoryCard__4_Y1Z:hover,.HomePage_topRowGrid__EZ55g .HomePage_categoryCard__4_Y1Z:hover{transform:scale(1.05);background:transparent;border:none;box-shadow:none}.HomePage_comingSoonCard__mvMe3{opacity:.7;cursor:not-allowed;pointer-events:none}.HomePage_comingSoonCard__mvMe3:hover{transform:translateY(-4px) scale(1.01);opacity:.85}.HomePage_categoryIconWrapper__1vDI0{padding:0;margin:0 0 .25rem;transition:transform .3s ease}.HomePage_topRowGrid__EZ55g .HomePage_categoryIconWrapper__1vDI0{padding:0;margin:0 0 .25rem;width:100%;height:200px;display:flex;justify-content:center;align-items:center;flex-shrink:0}.HomePage_categoryCard__4_Y1Z:hover .HomePage_categoryIconWrapper__1vDI0,.HomePage_topRowGrid__EZ55g .HomePage_categoryCard__4_Y1Z:hover .HomePage_categoryIconWrapper__1vDI0{transform:scale(1.05)}.HomePage_categoryIcon__kiULx{width:180px;height:200px;max-width:200px;max-height:200px;margin:0;padding:0;display:block;object-fit:contain;flex-shrink:0;transition:filter .3s ease}.HomePage_topRowGrid__EZ55g .HomePage_categoryIcon__kiULx{max-width:200px;max-height:200px;width:200px;height:200px;margin:0}.HomePage_comingSoonCard__mvMe3 .HomePage_categoryIcon__kiULx{width:100%;max-width:224px;max-height:224px;filter:grayscale(.3)}.HomePage_comingSoonText__kSYJN{text-align:center;color:#ffffff;background-color:rgba(185,28,28,.6);width:170px;font-size:1rem;font-weight:700;letter-spacing:3px;text-transform:uppercase;margin:1rem auto 0;padding:10px 20px;border-radius:8px;display:block;text-shadow:0 2px 8px rgba(0,0,0,.3);animation:HomePage_pulse__jsIyL 3s ease-in-out infinite;border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 12px rgba(0,0,0,.2)}.HomePage_categoryTitle__e_418{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;text-align:center;color:#ffffff;line-height:1.3;letter-spacing:.5px;text-shadow:0 2px 4px rgba(0,0,0,.3);transition:color .3s ease}.HomePage_categoryCard__4_Y1Z:hover .HomePage_categoryTitle__e_418{color:#ffeb3b;text-shadow:0 2px 8px rgba(255,235,59,.4)}.HomePage_categoryDescription__f0lkK{font-size:.8rem;text-align:center;color:rgba(255,255,255,.95);line-height:1.5;margin-bottom:.4rem;font-weight:500}.HomePage_categoryDescriptionHindi__HF2hz{font-size:.75rem;text-align:center;color:rgba(255,255,255,.85);margin-top:.3rem;line-height:1.4;font-weight:400}.HomePage_categoryCardText__v8_ij{text-align:center;color:#ffffff;margin:0;padding:0;width:100%}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCardText__v8_ij,.HomePage_topRowGrid__EZ55g .HomePage_categoryCardText__v8_ij{text-align:center;position:absolute;margin-top:120px;font-weight:700;font-size:1rem}.HomePage_categoryCardTextSub__wZPVd{font-size:.65rem;position:absolute;margin-top:145px}.HomePage_categoryCardTextHindi__1lWuU{font-size:.75rem;line-height:1.4;color:rgba(255,255,255,.9);position:absolute;margin:160px 0 0}.HomePage_comingSoonBadge__n8LF8{position:absolute;bottom:-12px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#ffeb3b;padding:.5rem 1.2rem;border-radius:25px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;box-shadow:0 4px 12px rgba(0,0,0,.4),0 0 8px rgba(255,235,59,.3);border:1px solid rgba(255,235,59,.2);animation:HomePage_pulse__jsIyL 2s ease-in-out infinite}@keyframes HomePage_pulse__jsIyL{0%,to{box-shadow:0 4px 12px rgba(0,0,0,.4),0 0 8px rgba(255,235,59,.3)}50%{box-shadow:0 4px 16px rgba(0,0,0,.5),0 0 12px rgba(255,235,59,.5)}}.HomePage_aiPoweredBadge__jAXop{position:absolute;top:10px;left:10px;background:rgba(16,185,129,.9);color:white;padding:.3rem .6rem;border-radius:15px;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.HomePage_mobileMenuToggle__8Grnu,.HomePage_sidebarOverlay__hS8Yi{display:none}@media (max-width:1422px){.HomePage_exploreSidebar__2tBCI{width:410px;background:#262626;padding:0;position:fixed;height:calc(100vh - 100px);overflow-y:hidden;overflow-x:hidden;top:50px;bottom:50px;left:46px;z-index:1000;border-right:1px solid rgba(255,255,255,.1)}.HomePage_mainContentArea__SnWjX{width:calc(100% - 450px);max-width:calc(100vw - 450px - 100px);padding:1rem .5rem;overflow-x:hidden;overflow-y:hidden}.HomePage_categoryCardsContainer__H03Kc,.HomePage_comingSoonGrid__xTM97,.HomePage_topRowGrid__EZ55g{width:100%;max-width:100%;overflow-x:hidden;overflow-y:hidden}.HomePage_comingSoonGrid__xTM97{grid-template-columns:repeat(5,1fr);gap:.05rem;padding:0}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryIconWrapper__1vDI0{height:200px;width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:.25rem}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryIcon__kiULx{width:160px;max-width:160px;max-height:160px;height:160px;object-fit:contain}.HomePage_comingSoonCard__mvMe3 .HomePage_categoryIcon__kiULx{width:160px;max-width:160px;max-height:160px}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCardText__v8_ij{font-size:1rem;font-weight:700;margin-top:120px}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCardTextSub__wZPVd{font-size:.65rem;margin-top:145px}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCardTextHindi__1lWuU{font-size:.75rem;margin-top:160px;line-height:1.4;color:rgba(255,255,255,.9)}}@media (min-width:1423px) and (max-width:1500px){.HomePage_exploreSidebar__2tBCI{width:410px;background:#262626;padding:0;position:fixed;height:calc(100vh - 100px);overflow-y:hidden;overflow-x:hidden;top:50px;bottom:50px;left:46px;z-index:1000;border-right:1px solid rgba(255,255,255,.1)}.HomePage_mainContentArea__SnWjX{width:calc(100% - 440px);max-width:calc(100vw - 440px - 60px);margin-left:440px;padding:1rem .5rem;overflow-x:hidden;overflow-y:hidden}.HomePage_categoryCardsContainer__H03Kc,.HomePage_comingSoonGrid__xTM97,.HomePage_topRowGrid__EZ55g{width:100%;max-width:100%;overflow-x:hidden;overflow-y:hidden}.HomePage_comingSoonGrid__xTM97{grid-template-columns:repeat(5,1fr);gap:.05rem;padding:0;margin-left:0}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryIconWrapper__1vDI0{height:200px;width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:.25rem}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryIcon__kiULx{width:170px;max-width:170px;max-height:170px;height:170px;object-fit:contain}.HomePage_comingSoonCard__mvMe3 .HomePage_categoryIcon__kiULx{width:170px;max-width:170px;max-height:170px}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCardText__v8_ij{font-size:1rem;font-weight:700;margin-top:120px}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCardTextSub__wZPVd{font-size:.65rem;margin-top:145px}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCardTextHindi__1lWuU{font-size:.75rem;margin-top:160px;line-height:1.4;color:rgba(255,255,255,.9)}}@media (max-width:998px) and (min-width:768px){.HomePage_mainContentArea__SnWjX{padding:1.5rem;overflow-x:hidden;overflow-y:hidden}.HomePage_categoryCardsContainer__H03Kc{overflow-x:hidden;overflow-y:hidden;width:100%;max-width:100%}.HomePage_topRowGrid__EZ55g{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:0 .5rem;max-width:100%;width:100%;justify-items:center;overflow:hidden;box-sizing:border-box;margin-bottom:1rem}.HomePage_topRowGrid__EZ55g .HomePage_categoryCard__4_Y1Z{padding:0;margin:0;max-width:100%;width:100%}.HomePage_topRowGrid__EZ55g .HomePage_categoryIconWrapper__1vDI0{height:150px;margin-bottom:.2rem}.HomePage_topRowGrid__EZ55g .HomePage_categoryIcon__kiULx{width:140px;height:140px;max-width:140px;max-height:140px}.HomePage_topRowGrid__EZ55g .HomePage_categoryCardText__v8_ij{font-size:.9rem;margin-top:90px}.HomePage_topRowGrid__EZ55g .HomePage_categoryCardTextSub__wZPVd{font-size:.6rem;margin-top:105px}.HomePage_topRowGrid__EZ55g .HomePage_categoryCardTextHindi__1lWuU{font-size:.65rem;margin-top:115px}.HomePage_comingSoonGrid__xTM97{grid-template-columns:repeat(2,1fr);gap:.75rem;overflow-x:hidden;overflow-y:hidden;width:100%;max-width:100%;padding:0 .5rem;justify-items:center}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCard__4_Y1Z{width:100%;max-width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCard__4_Y1Z:nth-child(5){grid-column:1/-1;justify-self:center;max-width:50%}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryIconWrapper__1vDI0{height:150px;width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:.2rem}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryIcon__kiULx{width:140px;height:140px;max-width:140px;max-height:140px;object-fit:contain}.HomePage_comingSoonCard__mvMe3 .HomePage_categoryIcon__kiULx{width:140px;max-width:140px;max-height:140px}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCardText__v8_ij{font-size:.9rem;font-weight:700;margin-top:90px}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCardTextSub__wZPVd{font-size:.6rem;margin-top:110px}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCardTextHindi__1lWuU{font-size:.65rem;margin-top:125px;line-height:1.4;color:rgba(255,255,255,.9)}}@media (max-width:1024px){.HomePage_exploreSidebar__2tBCI{width:336px;left:50px;top:30px;bottom:30px;height:calc(100vh - 60px)}.HomePage_showcaseImage__zexcA{max-height:calc(100vh - 60px)}.HomePage_mainContentArea__SnWjX{margin-left:386px;padding:2rem;width:calc(100vw - 386px);padding:1.5rem;overflow-x:hidden;overflow-y:hidden}.HomePage_categoryCardsContainer__H03Kc,.HomePage_topRowGrid__EZ55g{overflow-x:hidden;overflow-y:hidden;width:100%;max-width:100%}.HomePage_topRowGrid__EZ55g{grid-template-columns:repeat(2,1fr);gap:0}.HomePage_comingSoonGrid__xTM97{grid-template-columns:repeat(2,1fr);gap:.75rem;overflow-x:hidden;overflow-y:hidden;width:100%;max-width:100%;padding:0 .5rem;justify-items:center}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCard__4_Y1Z{width:100%;max-width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCard__4_Y1Z:first-child,.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCard__4_Y1Z:nth-child(2),.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCard__4_Y1Z:nth-child(3),.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCard__4_Y1Z:nth-child(4){width:100%;max-width:100%}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCard__4_Y1Z:nth-child(5){grid-column:1/-1;justify-self:center;max-width:50%}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryIconWrapper__1vDI0{height:200px;width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:.25rem}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryIcon__kiULx{width:200px;height:200px;max-width:200px;max-height:200px;object-fit:contain}.HomePage_comingSoonCard__mvMe3 .HomePage_categoryIcon__kiULx{width:200px;max-width:200px;max-height:200px}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCardText__v8_ij{font-size:1rem;font-weight:700;margin-top:120px;margin-bottom:.5rem}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCardTextSub__wZPVd{font-size:.65rem;margin-top:145px}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCardTextHindi__1lWuU{font-size:.75rem;margin-top:160px;line-height:1.4;color:rgba(255,255,255,.9)}.HomePage_categoryCard__4_Y1Z{max-width:100%;width:100%}}@media (max-width:768px){.HomePage_exploreSidebar__2tBCI{transform:translateX(-100%);transition:transform .3s ease;z-index:1100;left:0;top:0;height:100vh}.HomePage_showcaseImage__zexcA{max-height:100vh;padding:.75rem}.HomePage_exploreSidebar__2tBCI.HomePage_open___eOXM{transform:translateX(0)}.HomePage_mainContentArea__SnWjX{margin-left:0;padding:.75rem;width:100vw;max-width:100vw;overflow:hidden;box-sizing:border-box;min-height:100vh;display:flex;flex-direction:column}.HomePage_brandingHeader__bkFwZ{margin-bottom:.5rem;padding-top:.5rem}.HomePage_brandingIcon__FIDEo{max-width:200px;height:auto}.HomePage_categoryCardsContainer__H03Kc{overflow:hidden;width:100%;max-width:100%;box-sizing:border-box;display:flex;flex-direction:column}.HomePage_topRowGrid__EZ55g{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:0 .5rem;max-width:100%;width:100%;justify-items:center;overflow:hidden;box-sizing:border-box;margin-bottom:1rem}.HomePage_topRowGrid__EZ55g .HomePage_categoryCard__4_Y1Z{padding:0;margin:0;max-width:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.HomePage_topRowGrid__EZ55g .HomePage_categoryIconWrapper__1vDI0{height:150px;margin-bottom:.2rem;width:100%;display:flex;justify-content:center;align-items:center}.HomePage_topRowGrid__EZ55g .HomePage_categoryIcon__kiULx{width:140px;height:140px;max-width:140px;max-height:140px}.HomePage_topRowGrid__EZ55g .HomePage_categoryCardText__v8_ij{font-size:.9rem;margin-top:90px;margin-bottom:.5rem}.HomePage_topRowGrid__EZ55g .HomePage_categoryCardTextSub__wZPVd{font-size:.6rem;margin-top:110px}.HomePage_topRowGrid__EZ55g .HomePage_categoryCardTextHindi__1lWuU{font-size:.65rem;margin-top:125px}.HomePage_comingSoonGrid__xTM97{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.75rem;gap:.75rem;padding:0 .5rem;max-width:100%;width:100%;justify-items:center;overflow:hidden;box-sizing:border-box}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCard__4_Y1Z{width:100%;max-width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCard__4_Y1Z:nth-child(5){grid-column:1/-1;justify-self:center;max-width:50%}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryIconWrapper__1vDI0{height:150px;margin-bottom:.2rem;width:100%;display:flex;justify-content:center;align-items:center}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryIcon__kiULx{width:140px;height:140px;max-width:140px;max-height:140px;object-fit:contain}.HomePage_comingSoonCard__mvMe3 .HomePage_categoryIcon__kiULx{width:140px;max-width:140px;max-height:140px}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCardText__v8_ij{font-size:.9rem;font-weight:700;margin-top:90px}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCardTextSub__wZPVd{font-size:.6rem;margin-top:110px}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCardTextHindi__1lWuU{font-size:.65rem;margin-top:125px;line-height:1.4;color:rgba(255,255,255,.9)}.HomePage_comingSoonCard__mvMe3 .HomePage_categoryIcon__kiULx{width:280px;max-width:280px;max-height:280px}.HomePage_categoryIcon__kiULx{width:336px;max-width:336px;max-height:336px}.HomePage_comingSoonText__kSYJN{font-size:1rem;letter-spacing:2px}.HomePage_categoryTitle__e_418{font-size:.95rem}.HomePage_categoryDescription__f0lkK{font-size:.7rem}.HomePage_categoryDescriptionHindi__HF2hz{font-size:.65rem}.HomePage_dividerBar__Gdzv5{margin:2rem 0}.HomePage_brandingHeader__bkFwZ{text-align:center;margin-bottom:2rem;padding-right:0;margin-top:15px}.HomePage_mobileMenuToggle__8Grnu{position:fixed;top:1rem;left:1rem;z-index:1200;background:#94091a;color:white;border:none;padding:.75rem;border-radius:8px;cursor:pointer;font-size:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.3);display:block}.HomePage_sidebarOverlay__hS8Yi{position:fixed;inset:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1050;display:block}}@media (max-width:480px){.HomePage_topRowGrid__EZ55g{grid-template-columns:repeat(2,1fr);gap:.6rem;padding:0 .5rem;max-width:100%;justify-items:center;overflow-x:hidden;overflow-y:hidden;width:100%}.HomePage_topRowGrid__EZ55g .HomePage_categoryCard__4_Y1Z{padding:0;margin:0;max-width:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.HomePage_topRowGrid__EZ55g .HomePage_categoryIconWrapper__1vDI0{height:130px;margin-bottom:.15rem;width:100%;display:flex;justify-content:center;align-items:center}.HomePage_topRowGrid__EZ55g .HomePage_categoryIcon__kiULx{width:120px;height:120px;max-width:120px;max-height:120px}.HomePage_topRowGrid__EZ55g .HomePage_categoryCardText__v8_ij{font-size:.85rem;margin-top:80px}.HomePage_topRowGrid__EZ55g .HomePage_categoryCardTextSub__wZPVd{font-size:.55rem;margin-top:105px}.HomePage_topRowGrid__EZ55g .HomePage_categoryCardTextHindi__1lWuU{font-size:.6rem;margin-top:125px}.HomePage_comingSoonGrid__xTM97{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.6rem;gap:.6rem;padding:0 .5rem;max-width:100%;justify-items:center;overflow-x:hidden;overflow-y:hidden;width:100%}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCard__4_Y1Z{width:100%;max-width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCard__4_Y1Z:nth-child(5){grid-column:1/-1;justify-self:center;max-width:50%}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryIconWrapper__1vDI0{height:130px;margin-bottom:.15rem;width:100%;display:flex;justify-content:center;align-items:center}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryIcon__kiULx{width:120px;height:120px;max-width:120px;max-height:120px;object-fit:contain}.HomePage_comingSoonCard__mvMe3 .HomePage_categoryIcon__kiULx{width:120px;max-width:120px;max-height:120px}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCardText__v8_ij{font-size:.85rem;font-weight:700;margin-top:80px}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCardTextSub__wZPVd{font-size:.55rem;margin-top:105px}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCardTextHindi__1lWuU{font-size:.6rem;margin-top:125px;line-height:1.4;color:rgba(255,255,255,.9)}.HomePage_comingSoonCard__mvMe3 .HomePage_categoryIcon__kiULx{width:210px;max-width:210px;max-height:210px}.HomePage_categoryIcon__kiULx{width:252px;max-width:252px;max-height:252px}.HomePage_comingSoonText__kSYJN{font-size:.85rem;letter-spacing:1.5px}.HomePage_brandingIcon__FIDEo{max-width:250px;height:auto}.HomePage_brandingTagline__RMpQr{font-size:.85rem;letter-spacing:1px;padding:.4rem 1rem}}@media (max-width:425px){.HomePage_homePageContainer__kjHih{background:#94091a}.HomePage_exploreSidebar__2tBCI{width:280px;left:0;top:0;height:100vh;transform:translateX(-100%);transition:transform .3s ease;z-index:1100}.HomePage_exploreSidebar__2tBCI.HomePage_open___eOXM{transform:translateX(0)}.HomePage_showcaseImage__zexcA{max-height:100vh;padding:.5rem}.HomePage_mainContentArea__SnWjX{margin-left:0;padding:.75rem;width:100vw;min-height:100vh}.HomePage_brandingHeader__bkFwZ{margin-bottom:1rem;padding-top:.5rem}.HomePage_brandingIcon__FIDEo{max-width:180px;height:auto}.HomePage_categoryCardsContainer__H03Kc{max-width:100%;margin:0 auto;padding:0;width:100%;box-sizing:border-box;overflow-x:hidden;overflow-y:hidden}.HomePage_topRowGrid__EZ55g{grid-template-columns:repeat(2,1fr);gap:.5rem;padding:0 .25rem;max-width:100%;justify-items:center;overflow-x:hidden;overflow-y:hidden;width:100%}.HomePage_topRowGrid__EZ55g .HomePage_categoryCard__4_Y1Z{padding:0;margin:0;max-width:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.HomePage_topRowGrid__EZ55g .HomePage_categoryIconWrapper__1vDI0{height:120px;margin-bottom:.1rem;width:100%;display:flex;justify-content:center;align-items:center}.HomePage_topRowGrid__EZ55g .HomePage_categoryIcon__kiULx{width:110px;height:110px;max-width:110px;max-height:110px}.HomePage_topRowGrid__EZ55g .HomePage_categoryCardText__v8_ij{font-size:.8rem;margin-top:70px}.HomePage_topRowGrid__EZ55g .HomePage_categoryCardTextSub__wZPVd{font-size:.5rem;margin-top:90px}.HomePage_topRowGrid__EZ55g .HomePage_categoryCardTextHindi__1lWuU{font-size:.55rem;margin-top:110px}.HomePage_comingSoonGrid__xTM97{width:100%;max-width:100%;grid-template-columns:repeat(2,1fr);gap:.5rem;padding:0 .25rem;overflow-x:hidden;overflow-y:hidden;justify-items:center}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCard__4_Y1Z{width:100%;max-width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCard__4_Y1Z:nth-child(5){grid-column:1/-1;justify-self:center;max-width:50%}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryIconWrapper__1vDI0{height:120px;width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:.1rem}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryIcon__kiULx{width:110px;height:110px;max-width:110px;max-height:110px;object-fit:contain}.HomePage_comingSoonCard__mvMe3 .HomePage_categoryIcon__kiULx{width:110px;max-width:110px;max-height:110px}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCardText__v8_ij{font-size:.8rem;font-weight:700;margin-top:70px}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCardTextSub__wZPVd{font-size:.5rem;margin-top:90px}.HomePage_comingSoonGrid__xTM97 .HomePage_categoryCardTextHindi__1lWuU{font-size:.55rem;margin-top:110px;line-height:1.4;color:rgba(255,255,255,.9)}}