/* Container */
.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 0;
}

/* Header */
.BlogTemplate_header__GY7eq {
  text-align: center;
  padding: 8vh 0 0;
}

.BlogTemplate_title__JavCN {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Main Layout */
.BlogTemplate_main__CtJan {
  display: flex;
  max-width: 85%;
  margin: 3rem 0;
  gap: 2rem;
  min-height: calc(100vh - 7rem);
  width: 100%;
  box-sizing: border-box;
}

/* Sidebar */
.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;
  /* max-height: calc(100vh - 4rem); */
  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: 0.75rem;
  position: relative;
}

.BlogTemplate_searchIcon__faLKI {
  font-size: 1.3rem;
  color: #a95eff;
}

/* Modify existing .searchInput */
.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, 0.6);
  font-size: 0.85rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.BlogTemplate_searchInput__eEYNX::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.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: 0.7;
  transition: opacity 0.3s ease;
}

.BlogTemplate_clearSearch__3_NTO:hover {
  opacity: 1;
}

.BlogTemplate_searchInfo__J1Xs9 {
  font-size: 0.8rem;
  color: rgba(169, 94, 255, 0.8);
  margin-top: 0.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: 0.5rem;
  overflow: hidden;
}

.BlogTemplate_categoryItem__sYy5p {
  position: relative;
  padding: 1rem;
  font-size: 1.1rem;
  cursor: pointer;
  border-radius: 12px;
  z-index: 0;
  transition: all 0.3s ease;
  overflow: hidden;
  margin-top: 0.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: 0.8rem;
  opacity: 0.7;
  margin-left: 0.5rem;
  color: rgba(169, 94, 255, 0.8);
}

.BlogTemplate_subcategoryTag__dbVzB {
  font-size: 0.85rem;
  opacity: 0.8;
  font-weight: normal;
}

.BlogTemplate_expandIcon__9rNuU {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.BlogTemplate_mainCategory__y5_S_:hover .BlogTemplate_expandIcon__9rNuU {
  opacity: 1;
  transform: scale(1.1);
}

.BlogTemplate_subcategoryList__WUCFx {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 1rem;
  border-left: 2px solid rgba(169, 94, 255, 0.2);
  padding-left: 0.5rem;
  overflow: hidden;
}

.BlogTemplate_subcategoryItem__hayOu {
  font-size: 0.95rem;
  font-weight: 400;
  padding: 0.75rem 1rem;
  margin-top: 0.25rem;
  position: relative;
}

.BlogTemplate_subcategoryItem__hayOu::before {
  content: "";
  position: absolute;
  left: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: rgba(169, 94, 255, 0.5);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.BlogTemplate_subcategoryItem__hayOu:hover::before {
  background: rgba(169, 94, 255, 0.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 0.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;
  /* overflow-y: auto; */
  /* max-height: calc(100vh - 5rem); */
  height: auto;
}

.BlogTemplate_post__9qNCb {
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  /* height: 22rem; */
  display: flex;
  flex-direction: column;
  position: relative;
}

.BlogTemplate_postImageContainer__L3s3U {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  max-width: 100%;
  /* border-radius: 2rem; */
}

.BlogTemplate_postImage__YuN7B {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.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, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  /* border-radius: 10px; */
  /* Fallback for browsers without backdrop-filter support */
  @supports not (backdrop-filter: blur(8px)) {
    background: rgba(0, 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(0.9rem, 2vw, 1.2rem);
  margin-bottom: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  padding: 0 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: bold;
  border: 2px solid #f37a6b;
  background: rgba(243, 122, 107, 0.1);
  cursor: pointer;
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  transition: all 0.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, 0.3);
}

/* Skeleton Loading Styles */
.BlogTemplate_skeleton__x1dB0 {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  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;
  background: linear-gradient(90deg, #2a2a2a 25%, #3a3a3a 50%, #2a2a2a 75%);
  background-size: 200% 100%;
  animation: BlogTemplate_shimmer__zf0JI 1.5s infinite;
  border-radius: 4px;
  margin: 0 auto;
}

.BlogTemplate_skeletonButton__i2_e7 {
  width: 120px;
  height: 2.5rem;
  background: linear-gradient(90deg, #2a2a2a 25%, #3a3a3a 50%, #2a2a2a 75%);
  background-size: 200% 100%;
  animation: BlogTemplate_shimmer__zf0JI 1.5s infinite;
  border-radius: 25px;
  margin: 0 auto;
}

@keyframes BlogTemplate_shimmer__zf0JI {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

/* Right Sidebar Styles */
.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 {
  /* padding: 1.5rem; */
  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: 0.75rem;
}

.BlogTemplate_blogItem__C2fCa {
  display: flex;
  gap: 0.75rem;
  padding: 0.5rem;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.BlogTemplate_blogThumbnail__7d_de,
.BlogTemplate_blogThumbnailPlaceholder__ekRGw {
  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: 0.625rem;
  color: #888;
}

.BlogTemplate_blogInfo__2BWMy {
  flex: 1;
  overflow: hidden;
}

.BlogTemplate_blogTitle__tvcTF {
  font-size: 0.75rem;
  font-weight: 500;
  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: 0.625rem;
  margin-top: 0.25rem;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.BlogTemplate_blogType__ZiQ44 {
  font-size: 0.5625rem;
  margin-top: 0.25rem;
}

.BlogTemplate_noRecommendations__cKFFM {
  font-size: 0.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: 0.75rem;
}

.BlogTemplate_serviceLink__VveqF {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.BlogTemplate_serviceIcon__QDYGK {
  margin-top: 0.125rem;
  flex-shrink: 0;
}

.BlogTemplate_serviceName__sQW1q {
  font-size: 0.875rem;
  line-height: 1.5;
}

/* Responsive */
@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;
  }

  /* Tablet-specific category improvements */
  .BlogTemplate_categoryItem__sYy5p {
    padding: 1rem;
    font-size: 1rem;
  }

  .BlogTemplate_subcategoryItem__hayOu {
    padding: 0.85rem 1rem;
    font-size: 0.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%;
    height: 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 0.25rem;
    -webkit-line-clamp: 2;
  }

  .BlogTemplate_hoverReadMore__jb79e {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
  .BlogTemplate_categoryNav__oJjgG {
    display: block;
    width: 100%;
    overflow: visible;
  }

  .BlogTemplate_categoryList__wcDKT {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.5rem 0;
    width: 100%;
  }

  .BlogTemplate_categoryGroup__7ktKO {
    margin-bottom: 0.25rem;
    width: 100%;
  }

  .BlogTemplate_categoryItem__sYy5p {
    margin-top: 0;
    padding: 0.875rem 1rem;
    font-size: 0.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: 0.5rem;
    font-weight: 600;
  }

  .BlogTemplate_categoryName__n4etr {
    flex: 1;
    text-align: left;
  }

  .BlogTemplate_expandIcon__9rNuU {
    font-size: 0.8rem;
    flex-shrink: 0;
  }

  .BlogTemplate_subcategoryList__WUCFx {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    gap: 0.25rem;
    margin-top: 0.5rem;
  }

  .BlogTemplate_subcategoryItem__hayOu {
    font-size: 0.85rem;
    padding: 0.75rem 1rem;
    margin-left: 1.5rem;
    position: relative;
    border-radius: 8px;
  }

  .BlogTemplate_subcategoryItem__hayOu::before {
    left: -1rem;
    width: 3px;
    height: 3px;
  }

  /* Mobile-specific category styling */
  .BlogTemplate_categoryItem__sYy5p {
    border: 1px solid transparent;
    transition: all 0.3s ease;
  }

  .BlogTemplate_categoryItem__sYy5p:active {
    transform: scale(0.98);
  }

  .BlogTemplate_mainCategory__y5_S_ {
    min-height: 48px; /* Minimum touch target size */
  }

  .BlogTemplate_subcategoryItem__hayOu {
    min-height: 44px; /* Minimum touch target size for subcategories */
  }

  /* Style scrollbar for better UX */
  .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, 0.3);
    border-radius: 2px;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
  }

  .BlogTemplate_categoryNav__oJjgG:hover::-webkit-scrollbar-thumb {
    background: rgba(169, 94, 255, 0.6);
  }

  .BlogTemplate_categoryNav__oJjgG::-webkit-scrollbar-thumb:hover {
    background: rgba(169, 94, 255, 0.8);
  }

  .BlogTemplate_searchInputWrapper__g3Y1D {
    padding: 0 0.75rem;
  }

  .BlogTemplate_searchInput__eEYNX {
    padding: 1.2rem 0;
    font-size: 0.9rem;
  }

  .BlogTemplate_searchInput__eEYNX::-moz-placeholder {
    font-size: 0.8rem;
  }

  .BlogTemplate_searchInput__eEYNX::placeholder {
    font-size: 0.8rem;
  }

  .BlogTemplate_clearSearch__3_NTO {
    font-size: 1.3rem;
  }

  .BlogTemplate_searchInfo__J1Xs9 {
    font-size: 0.75rem;
    margin-top: 0.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: 0.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 0.5rem;
  }

  .BlogTemplate_postsSection__WIem3 {
    gap: 1rem;
    width: 100%;
    padding: 0;
  }

  .BlogTemplate_post__9qNCb {
    height: 14rem;
    width: 100%;
    max-width: 100%;
  }

  .BlogTemplate_postImageContainer__L3s3U {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .BlogTemplate_postImage__YuN7B {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }

  .BlogTemplate_hoverTitle__WOTYC {
    font-size: 0.95rem;
  }

  .BlogTemplate_hoverReadMore__jb79e {
    padding: 0.4rem 0.8rem;
    font-size: 0.85rem;
  }

  .BlogTemplate_categoryItem__sYy5p {
    padding: 0.8rem 1rem;
    font-size: 0.85rem;
  }

  .BlogTemplate_mainCategory__y5_S_ {
    font-weight: 600;
  }

  .BlogTemplate_subcategoryItem__hayOu {
    font-size: 0.8rem;
    padding: 0.7rem 1rem;
    margin-left: 1.25rem;
  }

  .BlogTemplate_expandIcon__9rNuU {
    font-size: 0.75rem;
  }

  .BlogTemplate_blogTitle__tvcTF {
    font-size: 0.7rem;
  }

  .BlogTemplate_blogDesc__hD217 {
    font-size: 0.6rem;
  }

  .BlogTemplate_servicesTitle__c_XmY {
    font-size: 1rem;
  }

  .BlogTemplate_serviceName__sQW1q {
    font-size: 0.8rem;
  }
}

.Footer_container__fqbok {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2rem 4rem;
  color: #ffffff; 
  font-family: "Geist Regular", sans-serif;
  z-index: 1;
  max-width: 1920px;
  margin: 0 auto;
  align-items: flex-start;
}

.Footer_section__ZlOz5 {
  flex: 1 1 auto;
  margin: 1rem;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.Footer_section__ZlOz5:last-child {
  flex: 1 1 100%;
  width: 100%;
  margin: 1rem 0;
}

.Footer_title__Q46MN {
  /* font-size: 1.25rem; */
  font-weight: bold;
  margin-bottom: 1rem;
  color: #ffffff; 
}

.Footer_smallText__pEz2C {
  font-size: 0.875rem;
  margin: 0.5rem 0;
  color: #ccc; 
}

.Footer_followUs__H1ygt .Footer_socialIcons__CLKyT {
  display: flex;
  gap: 0;
}

.Footer_horizontalLine__0bcKO {
  width: 1px;
  height: 80px;
  background-color: #ccc;
  margin: 0;
  align-self: center;
}

.Footer_dmcaBox__w_K1A {
  display: inline-flex;
  border: 1px solid #fff;
  border-radius: 4px;
  overflow: hidden;
  margin: 0.5rem 0;
}

.Footer_dmca__t3pLt {
  background-color: #f0f0f0;
  color: #000;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.Footer_protected__nba14 {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.Footer_globalPresence__JUsDX .Footer_region__q4vrV {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  flex-shrink: 0;
}

.Footer_country__sErSf {
  /* font-size: 1.25rem; */
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #ffffff;
  white-space: nowrap;
}

.Footer_contact__a_MVg {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  color: #ccc;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.Footer_icon__CRMUB {
  font-size: 1rem;
  color: #ccc;
}

.Footer_logo__NpJo2{
  width: auto;
  max-width: 200px;
  height: 50px;
  align-self: center;
  margin-top: 0;
  margin-left: auto;
}


.Footer_securityCompliance__cg5D_ .Footer_grid__AXi5S {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  width: 100%;
  max-width: 250px;
  align-items: flex-start;
}

.Footer_contactItem__8qSuf {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.Footer_icons___LYNo {
  display: flex;
  gap: 1rem;
  width: auto;
  max-width: 300px;
}

.Footer_linkContainer__N4I6f{
  font-size: 0.875rem;
  color: #ccc;
  max-width: 100%;
}

.Footer_globalPresence__JUsDX{
  margin-top: .5rem;
  display: flex;
  flex-direction: row;
  gap: 3rem;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}

.Footer_footerRegion__ZSTzR {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
  flex-wrap: nowrap;
}

@media (min-width: 1441px) {
  .Footer_container__fqbok {
    padding: 2rem 6rem;
  }
  
  .Footer_section__ZlOz5 {
    margin: 1rem 2rem;
  }
}

@media (max-width: 1440px) and (min-width: 1025px) {
  .Footer_container__fqbok {
    padding: 2rem 3rem;
  }

  .Footer_section__ZlOz5 {
    margin: 1rem 1.5rem;
  }

  .Footer_securityCompliance__cg5D_ .Footer_grid__AXi5S {
    width: 80%;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .Footer_container__fqbok {
    padding: 1.5rem 2rem;
  }

  .Footer_section__ZlOz5 {
    margin: 1rem;
    flex: 1 1 45%;
  }

  .Footer_icons___LYNo {
    gap: 0.75rem;
    width: auto;
  }

  .Footer_securityCompliance__cg5D_ .Footer_grid__AXi5S {
    width: 100%;
    max-width: 300px;
  }

  .Footer_logo__NpJo2 {
    width: 60%;
    max-width: 200px;
  }
}

@media (max-width: 768px) {
  .Footer_container__fqbok {
    flex-direction: column;
    padding: 1rem;
  }

  .Footer_section__ZlOz5 {
    margin: 0.5rem 0;
  }
  
  .Footer_section__ZlOz5:last-child {
    flex: 1 1 auto;
    width: auto;
  }

  .Footer_icons___LYNo {
    justify-content: center;
    gap: 0.5rem;
  }

  .Footer_linkContainer__N4I6f {
    font-size: 0.75rem;
  }

  .Footer_logo__NpJo2 {
    display: none;
  }

  .Footer_securityCompliance__cg5D_{
    display: none;
  }
  
  .Footer_globalPresence__JUsDX {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
  
  .Footer_footerRegion__ZSTzR {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
  
  .Footer_globalPresence__JUsDX .Footer_region__q4vrV {
    gap: 1rem;
  }
  
  .Footer_horizontalLine__0bcKO {
    width: 100%;
    height: 1px;
    margin: 1rem 0;
  }
}

@media screen and (min-width: 1400px) and (max-height: 900px){
  .Footer_container__fqbok {
    padding: 2rem 4rem;
  }
  
  .Footer_section__ZlOz5{
    margin: 1rem 1.5rem;
  }
}
/* Core styles remain mostly unchanged */
.HeaderInner_contentContainer__qMABd {
  display: flex;
  justify-content: center;
  width: 100%;
  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 {
  backdrop-filter: blur(8px);
  background-color: rgba(0, 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: 0.5rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(243, 122, 107, 0) 0%,
    rgba(149, 0, 255, 1) 100%
  );
  color: var(--textColor); /* use theme-aware CSS variable */
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.HeaderInner_logo__oM_Ht {
  height: clamp(60px, 3vw, 8rem);
  cursor: pointer;
  transition:
    opacity 0.4s ease,
    transform 0.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, 0.9vw, 3rem);
  position: relative;
  transition: background-color 0.3s ease;
}

.HeaderInner_whatsappIcon__g8QgR {
  position: relative !important;
  bottom: auto !important;
  right: auto !important;
  width: 35px !important;
  height: 35px !important;
  /* background-color: #25D366 !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, 0.2) !important;
  transition:
    transform 0.2s ease,
    background-color 0.3s ease !important;
}

.HeaderInner_whatsappIcon__g8QgR:hover {
  transform: scale(1.1) !important;
}

.HeaderInner_whatsappImage__ppYxH {
  width: 25px !important;
  height: 25px !important;
  /* border-radius: 50% !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: 0px 8px 16px rgba(0, 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 0.3s ease,
    box-shadow 0.3s ease;
  padding: 1.5rem;
  border-radius: 8px;
  position: relative;
}

.HeaderInner_megaMenuItem__jfqQl:hover {
  transform: translateY(-3px);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.HeaderInner_dropdown__jw2LB .HeaderInner_textContainer__apYi5 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.HeaderInner_disabled__vazHg {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: auto;
}

.HeaderInner_disabledButton__9tdBf {
  opacity: 0.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: 0.9rem !important;
  font-weight: bold;
  margin: 0;
  color: #fff;
}

.HeaderInner_megaMenuItemDescription__hN6Gh {
  font-size: 0.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 0.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 0.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: 0.75rem;
}
@media (max-width: 768px) {
  .HeaderInner_contentContainer__qMABd {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .HeaderInner_contactUsButton__Hi4cO {
    font-size: clamp(12px, 0.9vw, 3rem);
  }

  .HeaderInner_whatsappIcon__g8QgR {
    width: 28px !important;
    height: 28px !important;
  }

  .HeaderInner_whatsappImage__ppYxH {
    width: 18px !important;
    height: 18px !important;
  }

  .HeaderInner_sidebarOpen__3oOMC {
    width: 95%;
  }

  .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 0px 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: 0.5rem 0;
  }

  .HeaderInner_megaMenuItem__jfqQl h4 {
    font-size: clamp(10px, 0.9vw, 3rem);
    font-weight: bold;
    color: #fff;
    margin: 0;
  }

  .HeaderInner_megaMenuItem__jfqQl p {
    font-size: clamp(8px, 0.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: 0.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: 0.75rem;
  }

  .HeaderInner_logo__oM_Ht {
    height: clamp(30px, 2.5vw, 10rem);
  }

  .HeaderInner_contactUsButton__Hi4cO {
    font-size: clamp(10px, 0.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: 0.5rem;
    padding: 0.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, 0.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%;
  /* object-fit: cover;  */
  -o-object-position: center;
     object-position: center;
}

