.BlogTemplate_container__bMDyP{font-family:Geist Regular,sans-serif;background-color:#0a0a0a;color:white;overflow-x:hidden;box-sizing:border-box;display:flex;justify-content:center;flex-direction:column;align-items:center;margin:2rem 0 0}.BlogTemplate_header__GY7eq{text-align:center;padding:8vh 0 0}.BlogTemplate_title__JavCN{font-size:2rem;text-transform:uppercase;letter-spacing:1px}.BlogTemplate_main__CtJan{display:flex;max-width:85%;margin:3rem 0;gap:2rem;min-height:calc(100vh - 7rem);width:100%;box-sizing:border-box}.BlogTemplate_sidebar__dDOE9{flex:1;background:#160a1e;padding:1.5rem;border-radius:20px;display:flex;flex-direction:column;align-items:center;height:-moz-fit-content;height:fit-content;position:sticky;top:2rem;overflow:hidden}.BlogTemplate_searchBox__z9EnO{width:100%;margin-bottom:1rem}.BlogTemplate_searchInputWrapper__g3Y1D{display:flex;align-items:center;background:#33006d;border-radius:12px;padding:0 1rem;gap:.75rem;position:relative}.BlogTemplate_searchIcon__faLKI{font-size:1.3rem;color:#a95eff}.BlogTemplate_searchInput__eEYNX{flex:1;background:transparent;border:none;outline:none;padding:1.6rem 0;font-size:1rem;color:white;min-width:0;width:100%}.BlogTemplate_searchInput__eEYNX::-moz-placeholder{color:rgba(255,255,255,.6);font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.BlogTemplate_searchInput__eEYNX::placeholder{color:rgba(255,255,255,.6);font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.BlogTemplate_clearSearch__3_NTO{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:0;margin:0;opacity:.7;transition:opacity .3s ease}.BlogTemplate_clearSearch__3_NTO:hover{opacity:1}.BlogTemplate_searchInfo__J1Xs9{font-size:.8rem;color:rgba(169,94,255,.8);margin-top:.5rem;text-align:center;font-style:italic}.BlogTemplate_categoryNav__oJjgG{width:100%}.BlogTemplate_categoryList__wcDKT{list-style:none;padding:0;margin:0}.BlogTemplate_categoryGroup__7ktKO{margin-bottom:.5rem;overflow:hidden}.BlogTemplate_categoryItem__sYy5p{position:relative;padding:1rem;font-size:1.1rem;cursor:pointer;border-radius:12px;z-index:0;transition:all .3s ease;overflow:hidden;margin-top:.5rem}.BlogTemplate_mainCategory__y5_S_{display:flex;justify-content:space-between;align-items:center;font-weight:600}.BlogTemplate_categoryName__n4etr{flex:1;display:flex;align-items:center;justify-content:space-between}.BlogTemplate_blogCount__viDTY{font-size:.8rem;opacity:.7;margin-left:.5rem;color:rgba(169,94,255,.8)}.BlogTemplate_subcategoryTag__dbVzB{font-size:.85rem;opacity:.8;font-weight:400}.BlogTemplate_expandIcon__9rNuU{display:flex;align-items:center;font-size:.8rem;opacity:.7;transition:all .3s ease}.BlogTemplate_mainCategory__y5_S_:hover .BlogTemplate_expandIcon__9rNuU{opacity:1;transform:scale(1.1)}.BlogTemplate_subcategoryList__WUCFx{list-style:none;margin:0 0 0 1rem;border-left:2px solid rgba(169,94,255,.2);padding:0 0 0 .5rem;overflow:hidden}.BlogTemplate_subcategoryItem__hayOu{font-size:.95rem;font-weight:400;padding:.75rem 1rem;margin-top:.25rem;position:relative}.BlogTemplate_subcategoryItem__hayOu:before{content:"";position:absolute;left:-.5rem;top:50%;transform:translateY(-50%);width:4px;height:4px;background:rgba(169,94,255,.5);border-radius:50%;transition:all .3s ease}.BlogTemplate_subcategoryItem__hayOu:hover:before{background:rgba(169,94,255,.8);transform:translateY(-50%) scale(1.5)}.BlogTemplate_subcategoryItem__hayOu.BlogTemplate_activeCategory__BypQn:before{background:#a95eff;transform:translateY(-50%) scale(1.8)}.BlogTemplate_categoryItem__sYy5p:before{content:"";position:absolute;inset:0;border-radius:50px;padding:1px;opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:-1;width:13rem}.BlogTemplate_categoryItem__sYy5p:hover:not(.BlogTemplate_activeCategory__BypQn):before{opacity:1}.BlogTemplate_activeCategory__BypQn{font-weight:500}.BlogTemplate_noResults__I4yvj{color:#afafaf;font-size:clamp(1rem,1.5vw,1.125rem);text-align:center;padding:2rem}.BlogTemplate_postsSection__WIem3{flex:3;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;height:auto}.BlogTemplate_post__9qNCb{border-radius:10px;overflow:hidden;text-align:center;cursor:pointer;transition:.3s;display:flex;flex-direction:column;position:relative}.BlogTemplate_postImageContainer__L3s3U{width:100%;height:100%;overflow:hidden;position:relative;border-radius:15px;max-width:100%}.BlogTemplate_postImage__YuN7B{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease;display:block;max-width:100%}.BlogTemplate_hoverOverlay__kNLdP{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;@supports not ((-webkit-backdrop-filter:blur(8px)) or (backdrop-filter:blur(8px))){background:rgba(0,0,0,.9)}}.BlogTemplate_post__9qNCb:hover .BlogTemplate_hoverOverlay__kNLdP{opacity:1}.BlogTemplate_post__9qNCb:hover .BlogTemplate_postImage__YuN7B{transform:scale(1.05)}.BlogTemplate_hoverContent__0NFZa{text-align:center;padding:1.5rem;color:#bac1d9;width:100%;max-width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.BlogTemplate_hoverTitle__WOTYC{font-size:clamp(.9rem,2vw,1.2rem);margin-bottom:1.5rem;font-weight:600;line-height:1.4;text-shadow:0 2px 4px rgba(0,0,0,.5);word-wrap:break-word;overflow-wrap:break-word;max-width:100%;padding:0 .5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.BlogTemplate_hoverReadMore__jb79e{color:#f37a6b;font-weight:700;border:2px solid #f37a6b;background:rgba(243,122,107,.1);cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;border-radius:25px;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.BlogTemplate_hoverReadMore__jb79e:hover{background:#f37a6b;color:white;transform:translateY(-2px);box-shadow:0 4px 12px rgba(243,122,107,.3)}.BlogTemplate_skeleton__x1dB0{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border:1px solid #333}.BlogTemplate_skeletonImage__uqICy{width:100%;height:200px;background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 50%,#2a2a2a 75%);background-size:200% 100%;animation:BlogTemplate_shimmer__zf0JI 1.5s infinite;border-radius:10px 10px 0 0}.BlogTemplate_skeletonContent__gJnDW{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.BlogTemplate_skeletonTitle__Wi3dC{width:80%;height:1.5rem;border-radius:4px}.BlogTemplate_skeletonButton__i2_e7,.BlogTemplate_skeletonTitle__Wi3dC{background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 50%,#2a2a2a 75%);background-size:200% 100%;animation:BlogTemplate_shimmer__zf0JI 1.5s infinite;margin:0 auto}.BlogTemplate_skeletonButton__i2_e7{width:120px;height:2.5rem;border-radius:25px}@keyframes BlogTemplate_shimmer__zf0JI{0%{background-position:-200% 0}to{background-position:200% 0}}.BlogTemplate_rightSidebar__jDj6P{flex:1;display:flex;flex-direction:column;gap:2rem;height:-moz-fit-content;height:fit-content;position:sticky;top:2rem}.BlogTemplate_recommendedSection__LBZ33{border-radius:15px}.BlogTemplate_sectionTitle__PPIAs{font-size:1rem;font-weight:600;margin-bottom:1rem}.BlogTemplate_blogList__S_y_N{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.BlogTemplate_blogItem__C2fCa{display:flex;gap:.75rem;padding:.5rem;border-radius:8px;cursor:pointer;transition:all .3s ease}.BlogTemplate_blogThumbnailPlaceholder__ekRGw,.BlogTemplate_blogThumbnail__7d_de{width:3.5rem;height:3.5rem;flex-shrink:0;overflow:hidden;border-radius:6px}.BlogTemplate_blogThumbnailPlaceholder__ekRGw{display:flex;align-items:center;justify-content:center}.BlogTemplate_thumbnailImg__bCmjA{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.BlogTemplate_placeholderText__e5KBr{font-size:.625rem;color:#888}.BlogTemplate_blogInfo__2BWMy{flex:1;overflow:hidden}.BlogTemplate_blogTitle__tvcTF{font-size:.75rem;font-weight:500}.BlogTemplate_blogDesc__hD217,.BlogTemplate_blogTitle__tvcTF{line-height:1.2;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.BlogTemplate_blogDesc__hD217{font-size:.625rem;margin-top:.25rem}.BlogTemplate_blogType__ZiQ44{font-size:.5625rem;margin-top:.25rem}.BlogTemplate_noRecommendations__cKFFM{font-size:.75rem;color:#888}.BlogTemplate_servicesSection__z9uk6{padding:1rem 0}.BlogTemplate_servicesTitle__c_XmY{font-size:1.125rem;font-weight:700;margin-bottom:1rem}.BlogTemplate_servicesList__y4YzF{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.BlogTemplate_serviceLink__VveqF{display:flex;align-items:flex-start;gap:.5rem;text-decoration:none;transition:color .3s ease}.BlogTemplate_serviceIcon__QDYGK{margin-top:.125rem;flex-shrink:0}.BlogTemplate_serviceName__sQW1q{font-size:.875rem;line-height:1.5}@media (max-width:1200px){.BlogTemplate_main__CtJan{gap:1.5rem}.BlogTemplate_rightSidebar__jDj6P{display:none}.BlogTemplate_postsSection__WIem3{flex:4}}@media (max-width:1024px){.BlogTemplate_postsSection__WIem3{grid-template-columns:repeat(2,1fr);gap:1.5rem}.BlogTemplate_hoverTitle__WOTYC{font-size:1rem;-webkit-line-clamp:2}.BlogTemplate_sidebar__dDOE9{padding:1.25rem}.BlogTemplate_categoryItem__sYy5p{padding:1rem;font-size:1rem}.BlogTemplate_subcategoryItem__hayOu{padding:.85rem 1rem;font-size:.9rem}}@media (max-width:768px){.BlogTemplate_container__bMDyP{padding:1rem}.BlogTemplate_header__GY7eq{padding:4vh 0 0}.BlogTemplate_title__JavCN{font-size:1.5rem}.BlogTemplate_main__CtJan{flex-direction:column;align-items:stretch;max-width:100%;margin:2rem auto;gap:1.5rem}.BlogTemplate_sidebar__dDOE9{width:100%;position:relative;top:0;border-radius:20px;padding:1.25rem;max-height:none;overflow:visible}.BlogTemplate_postsSection__WIem3{grid-template-columns:1fr;max-height:none;overflow-y:visible;gap:1.5rem;width:100%;flex:unset;padding:0}.BlogTemplate_post__9qNCb{height:16rem;width:100%;max-width:100%}.BlogTemplate_postImageContainer__L3s3U{width:100%;max-width:100%}.BlogTemplate_postImage__YuN7B{width:100%;height:100%;max-width:100%}.BlogTemplate_rightSidebar__jDj6P{width:100%;position:relative;top:0;display:block;max-height:none}.BlogTemplate_recommendedSection__LBZ33,.BlogTemplate_servicesSection__z9uk6{width:100%;margin-bottom:1.5rem}.BlogTemplate_postImageContainer__L3s3U{height:100%}.BlogTemplate_hoverContent__0NFZa{padding:1rem}.BlogTemplate_hoverTitle__WOTYC{font-size:1.1rem;padding:0 .25rem;-webkit-line-clamp:2}.BlogTemplate_hoverReadMore__jb79e{padding:.5rem 1rem;font-size:.9rem}.BlogTemplate_categoryNav__oJjgG{display:block;width:100%;overflow:visible}.BlogTemplate_categoryList__wcDKT{display:flex;flex-direction:column;gap:.5rem;padding:.5rem 0;width:100%}.BlogTemplate_categoryGroup__7ktKO{margin-bottom:.25rem;width:100%}.BlogTemplate_categoryItem__sYy5p{margin-top:0;padding:.875rem 1rem;font-size:.9rem;text-align:left;display:flex;align-items:center;justify-content:space-between;width:100%;box-sizing:border-box}.BlogTemplate_mainCategory__y5_S_{flex-direction:row;justify-content:space-between;gap:.5rem;font-weight:600}.BlogTemplate_categoryName__n4etr{flex:1;text-align:left}.BlogTemplate_expandIcon__9rNuU{font-size:.8rem;flex-shrink:0}.BlogTemplate_subcategoryList__WUCFx{display:flex;flex-direction:column;margin-left:0;padding-left:0;border-left:none;gap:.25rem;margin-top:.5rem}.BlogTemplate_subcategoryItem__hayOu{font-size:.85rem;padding:.75rem 1rem;margin-left:1.5rem;position:relative;border-radius:8px}.BlogTemplate_subcategoryItem__hayOu:before{left:-1rem;width:3px;height:3px}.BlogTemplate_categoryItem__sYy5p{border:1px solid transparent;transition:all .3s ease}.BlogTemplate_categoryItem__sYy5p:active{transform:scale(.98)}.BlogTemplate_mainCategory__y5_S_{min-height:48px}.BlogTemplate_subcategoryItem__hayOu{min-height:44px}.BlogTemplate_categoryNav__oJjgG::-webkit-scrollbar{height:4px}.BlogTemplate_categoryNav__oJjgG::-webkit-scrollbar-track{background:transparent}.BlogTemplate_categoryNav__oJjgG::-webkit-scrollbar-thumb{background:rgba(169,94,255,.3);border-radius:2px;-webkit-transition:background .2s ease;transition:background .2s ease}.BlogTemplate_categoryNav__oJjgG:hover::-webkit-scrollbar-thumb{background:rgba(169,94,255,.6)}.BlogTemplate_categoryNav__oJjgG::-webkit-scrollbar-thumb:hover{background:rgba(169,94,255,.8)}.BlogTemplate_searchInputWrapper__g3Y1D{padding:0 .75rem}.BlogTemplate_searchInput__eEYNX{padding:1.2rem 0;font-size:.9rem}.BlogTemplate_searchInput__eEYNX::-moz-placeholder{font-size:.8rem}.BlogTemplate_searchInput__eEYNX::placeholder{font-size:.8rem}.BlogTemplate_clearSearch__3_NTO{font-size:1.3rem}.BlogTemplate_searchInfo__J1Xs9{font-size:.75rem;margin-top:.4rem}.BlogTemplate_searchBox__z9EnO{margin-bottom:1.25rem}.BlogTemplate_skeletonImage__uqICy{height:180px}.BlogTemplate_skeletonTitle__Wi3dC{width:90%;height:1.2rem}.BlogTemplate_skeletonButton__i2_e7{width:100px;height:2rem}}@media (max-width:480px){.BlogTemplate_container__bMDyP{padding:.5rem}.BlogTemplate_header__GY7eq{padding:3vh 0 0}.BlogTemplate_title__JavCN{font-size:1.25rem}.BlogTemplate_main__CtJan{margin:1.5rem auto;gap:1rem;max-width:100%;padding:0 .5rem}.BlogTemplate_postsSection__WIem3{gap:1rem;width:100%;padding:0}.BlogTemplate_post__9qNCb{height:14rem;width:100%;max-width:100%}.BlogTemplate_postImageContainer__L3s3U,.BlogTemplate_postImage__YuN7B{width:100%;max-width:100%;height:100%}.BlogTemplate_hoverTitle__WOTYC{font-size:.95rem}.BlogTemplate_hoverReadMore__jb79e{padding:.4rem .8rem;font-size:.85rem}.BlogTemplate_categoryItem__sYy5p{padding:.8rem 1rem;font-size:.85rem}.BlogTemplate_mainCategory__y5_S_{font-weight:600}.BlogTemplate_subcategoryItem__hayOu{font-size:.8rem;padding:.7rem 1rem;margin-left:1.25rem}.BlogTemplate_expandIcon__9rNuU{font-size:.75rem}.BlogTemplate_blogTitle__tvcTF{font-size:.7rem}.BlogTemplate_blogDesc__hD217{font-size:.6rem}.BlogTemplate_servicesTitle__c_XmY{font-size:1rem}.BlogTemplate_serviceName__sQW1q{font-size:.8rem}}.Footer_container__fqbok{display:flex;flex-wrap:wrap;justify-content:space-between;padding:2rem;color:#ffffff;font-family:Geist Regular,sans-serif;z-index:1}.Footer_section__ZlOz5{flex:1;margin:1rem 1rem 1rem 8rem}.Footer_title__Q46MN{font-weight:700;margin-bottom:1rem;color:#ffffff}.Footer_smallText__pEz2C{font-size:.875rem;margin:.5rem 0;color:#ccc}.Footer_followUs__H1ygt .Footer_socialIcons__CLKyT{display:flex;gap:0}.Footer_horizontalLine__0bcKO{width:100%;height:1px;background-color:#ccc;margin:1rem 0}.Footer_dmcaBox__w_K1A{display:inline-flex;border:1px solid #fff;border-radius:4px;overflow:hidden;margin:.5rem 0}.Footer_dmca__t3pLt{background-color:#f0f0f0;color:#000}.Footer_dmca__t3pLt,.Footer_protected__nba14{padding:.25rem .5rem;font-size:.875rem}.Footer_globalPresence__JUsDX .Footer_region__q4vrV{display:flex;gap:2rem;justify-content:space-between}.Footer_country__sErSf{font-weight:700;margin-bottom:.5rem;color:#ffffff}.Footer_contact__a_MVg{display:flex;align-items:center;gap:.5rem;color:#ccc;font-size:.875rem;margin-bottom:.5rem}.Footer_icon__CRMUB{font-size:1rem;color:#ccc}.Footer_logo__NpJo2{width:50%}.Footer_securityCompliance__cg5D_ .Footer_grid__AXi5S{display:grid;grid-template-columns:1fr 1fr;gap:0;width:60%}.Footer_contactItem__8qSuf{display:flex;align-items:center;white-space:nowrap}.Footer_icons___LYNo{display:flex;gap:1rem;width:55%}.Footer_linkContainer__N4I6f{font-size:.875rem;color:#ccc}.Footer_globalPresence__JUsDX{margin-top:.5rem}@media (max-width:1024px) and (min-width:768px){.Footer_container__fqbok{padding:1.5rem}.Footer_section__ZlOz5{margin:.5rem;height:45%}.Footer_icons___LYNo{gap:.75rem}.Footer_grid__AXi5S{grid-template-columns:1fr}.Footer_logo__NpJo2{width:60%}.Footer_securityCompliance__cg5D_ .Footer_grid__AXi5S{width:30%}}@media (max-width:768px){.Footer_container__fqbok{flex-direction:column;padding:1rem}.Footer_section__ZlOz5{margin:.5rem 0}.Footer_icons___LYNo{justify-content:center;gap:.5rem}.Footer_linkContainer__N4I6f{font-size:.75rem}.Footer_logo__NpJo2,.Footer_securityCompliance__cg5D_{display:none}.Footer_globalPresence__JUsDX .Footer_region__q4vrV{gap:1rem}}@media screen and (min-width:1400px) and (max-height:900px){.Footer_section__ZlOz5{margin-left:5rem}}.HeaderInner_contentContainer__qMABd{display:flex;justify-content:center;width:100%;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:fixed;top:0;z-index:1000;font-family:Geist Regular,sans-serif;height:10vh;font-weight:300}.HeaderInner_contentContainer__qMABd.HeaderInner_scrolled__rNNEY{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:rgba(0,0,0,.5);color:white}.HeaderInner_headerInner__plL_D{display:flex;align-items:center;justify-content:space-between;width:85%;padding:10px 0}.HeaderInner_nightHeading__P_aPF{color:white}.HeaderInner_themeToggleStyled__kUX_Z{position:relative;padding:.5rem 1.25rem;font-size:1rem;font-weight:600;border-radius:999px;background:linear-gradient(180deg,rgba(243,122,107,0),rgba(149,0,255,1));color:var(--textColor);transition:all .3s ease;border:none;cursor:pointer}.HeaderInner_logo__oM_Ht{height:clamp(60px,3vw,8rem);cursor:pointer;transition:opacity .4s ease,transform .4s ease}.HeaderInner_navMenu__WP_X0{display:flex;align-items:center;gap:2.5vw;font-size:clamp(10px,1vw,3.5rem);color:white}.HeaderInner_navMenu__WP_X0 p{font-size:clamp(10px,1vw,3.5rem);cursor:pointer}.HeaderInner_contactUsButton__Hi4cO{color:white;border:none;padding:10px 20px;cursor:pointer;border-radius:10px;font-size:clamp(8px,.9vw,3rem);position:relative;transition:background-color .3s ease}.HeaderInner_whatsappIcon__g8QgR{position:relative!important;bottom:auto!important;right:auto!important;width:35px!important;height:35px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:50%!important;box-shadow:0 2px 4px rgba(0,0,0,.2)!important;transition:transform .2s ease,background-color .3s ease!important}.HeaderInner_whatsappIcon__g8QgR:hover{transform:scale(1.1)!important}.HeaderInner_whatsappImage__ppYxH{width:25px!important;height:25px!important}.HeaderInner_menuButton__oBxN0{display:none;cursor:pointer}.HeaderInner_megaMenuContent__j0AzJ{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;position:absolute;top:6vh;left:-16vw;background-color:#11041c;padding:2.5rem;border-radius:10px;box-shadow:0 8px 16px rgba(0,0,0,.1);z-index:1;width:77vw}.HeaderInner_resourcesMegaMenu__eDKvY{grid-template-columns:repeat(1,1fr);width:25vw;left:50%;transform:translateX(-50%)}.HeaderInner_megaMenuItem__jfqQl{display:flex;align-items:flex-start;gap:1.5rem;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;padding:1.5rem;border-radius:8px;position:relative}.HeaderInner_megaMenuItem__jfqQl:hover{transform:translateY(-3px);box-shadow:0 4px 10px rgba(0,0,0,.1)}.HeaderInner_dropdown__jw2LB .HeaderInner_textContainer__apYi5{display:flex;flex-direction:column;gap:6px}.HeaderInner_disabled__vazHg{pointer-events:auto}.HeaderInner_disabledButton__9tdBf,.HeaderInner_disabled__vazHg{opacity:.5;cursor:not-allowed}.HeaderInner_megaMenuItemImage__izFHY{width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:5px}.HeaderInner_megaMenuUnderLine__A4g6k{width:30%}.HeaderInner_megaMenuItemHeading__vG4wB{font-size:.9rem!important;font-weight:700;margin:0;color:#fff}.HeaderInner_megaMenuItemDescription__hN6Gh{font-size:.9rem!important;color:#afafaf;margin:0}.HeaderInner_dropdown__jw2LB{position:relative;display:flex;flex-direction:column;align-items:center}.HeaderInner_dropdownTitle__JwiZ6{display:flex;align-items:center;justify-content:center;cursor:pointer;transition:color .3s ease}.HeaderInner_dropdownTitle__JwiZ6:hover{color:#d87775}.HeaderInner_sidebar__ARBJs{position:fixed;top:0;right:-100%;width:80%;height:100vh;display:flex;flex-direction:column;z-index:1000;transition:right .3s ease}.HeaderInner_sidebarOpen__3oOMC{right:0}.HeaderInner_headerBar__rgAJ7{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #e5e7eb;background-color:#fff}.HeaderInner_menuArea__ZuvIi{flex:1;background-color:#000;color:white;padding:1rem 0;display:flex;flex-direction:column}.HeaderInner_menuItem__K8w0X{padding:1.5rem 1rem;width:100%;cursor:pointer;font-size:1.2rem}.HeaderInner_menuItem__K8w0X:hover{background-color:#333}.HeaderInner_backHeader__j4Cmf{padding:1.5rem 1rem;cursor:pointer;font-size:1.2rem}.HeaderInner_backHeader__j4Cmf:hover{background-color:#333}.HeaderInner_subItem__bXocv{padding:1rem 1rem 1rem 2.5rem;display:flex;align-items:center;font-size:1rem}.HeaderInner_subItem__bXocv img{margin-right:.75rem}@media (max-width:768px){.HeaderInner_contactUsButton__Hi4cO{font-size:clamp(12px,.9vw,3rem)}.HeaderInner_whatsappIcon__g8QgR{width:28px!important;height:28px!important}.HeaderInner_whatsappImage__ppYxH{width:18px!important;height:18px!important}.HeaderInner_sidebarOpen__3oOMC{width:100%}.HeaderInner_menuItem__K8w0X{font-size:1.2rem}.HeaderInner_subItem__bXocv{font-size:1rem}.HeaderInner_dropdownContentMobile__bgSh4{display:block;max-height:100vh;overflow-y:auto;background-color:#523f7261;padding:1rem;width:130%;margin-top:1rem;box-sizing:border-box;border-radius:20px;opacity:1;visibility:visible}.HeaderInner_dropdownItem__fRzHP{display:flex;flex-direction:column;align-items:center;cursor:pointer;width:-moz-fit-content;width:fit-content}.HeaderInner_megaMenuItem__jfqQl{display:flex;align-items:center;gap:1rem;cursor:pointer;padding:8px 0;border-radius:8px;width:20rem;background:transparent}.HeaderInner_dropdownArrow__XECG8{font-size:1.5rem;color:#fff}.HeaderInner_megaMenuUnderLine__A4g6k{width:30%;height:2px;background:#fff}.HeaderInner_textContainer__apYi5{display:flex;flex-direction:column;gap:6px;color:#fff}.HeaderInner_titleContainer__byn_I{display:flex;flex-direction:row;gap:2rem;min-width:250px;overflow-x:auto;padding:1.5rem 0 1.5rem 10px;scrollbar-width:thin;scrollbar-color:#523f72 transparent}.HeaderInner_titleContainer__byn_I::-webkit-scrollbar{height:5px}.HeaderInner_titleContainer__byn_I::-webkit-scrollbar-thumb{background:#523f72;border-radius:5px}.HeaderInner_titleContainer__byn_I::-webkit-scrollbar-track{background:transparent}.HeaderInner_arrowContainer__1PBeX{display:flex;width:6rem}.HeaderInner_dropdownTitle__JwiZ6{display:flex;align-items:center;color:#fff;cursor:pointer;width:100%;padding:.5rem 0}.HeaderInner_megaMenuItem__jfqQl h4{font-size:clamp(10px,.9vw,3rem);font-weight:700;color:#fff;margin:0}.HeaderInner_megaMenuItem__jfqQl p{font-size:clamp(8px,.8vw,2rem);color:#afafaf;margin:0}.HeaderInner_megaMenuItem__jfqQl img{width:50px;height:50px;-o-object-fit:cover;object-fit:cover;border-radius:5px;display:inline-block}.HeaderInner_menuButton__oBxN0{display:flex;justify-content:space-between;align-items:center;gap:1rem}.HeaderInner_navMenu__WP_X0{display:none}.HeaderInner_headerInner__plL_D{width:95%;padding:.5rem}}@media (min-width:769px) and (max-width:1024px){.HeaderInner_sidebar__ARBJs{display:none}.HeaderInner_headerInner__plL_D{width:90%}.HeaderInner_navMenu__WP_X0{gap:.75rem}.HeaderInner_logo__oM_Ht{height:clamp(30px,2.5vw,10rem)}.HeaderInner_contactUsButton__Hi4cO{font-size:clamp(10px,.9vw,2rem);padding:8px 16px}.HeaderInner_whatsappIcon__g8QgR{width:30px!important;height:30px!important}.HeaderInner_whatsappImage__ppYxH{width:18px!important;height:18px!important}.HeaderInner_megaMenuContent__j0AzJ{grid-template-columns:repeat(2,1fr);width:70vw;left:50%;transform:translateX(-50%)}.HeaderInner_resourcesMegaMenu__eDKvY{width:25vw;left:50%;transform:translateX(-50%)}.HeaderInner_megaMenuItem__jfqQl{gap:.5rem;padding:.5rem}}@media (min-width:1025px) and (max-width:1440px){.HeaderInner_headerInner__plL_D{width:90%}.HeaderInner_navMenu__WP_X0{gap:1vw}.HeaderInner_logo__oM_Ht{height:clamp(35px,2.8vw,10rem)}.HeaderInner_contactUsButton__Hi4cO{font-size:clamp(10px,.85vw,2rem);padding:8px 18px}.HeaderInner_whatsappIcon__g8QgR{width:32px!important;height:32px!important}.HeaderInner_whatsappImage__ppYxH{width:20px!important;height:20px!important}}.blogs_footerContainer__wI0j5{display:flex;justify-content:center;background-color:#07060b}.blogs_contentWrapper__tj9dY{background:#03030f;display:flex;flex-direction:column}.blogs_headerImage__CdxGF{width:100%;height:100%;-o-object-position:center;object-position:center}