.commonStyle__zt3BrandBg {
  background-color: rgba(18, 92, 250);
}

:root {
  --color-brand: rgba(18, 92, 250);
}


.ContentBox__boxInnerHome {
  background-color: white;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 
              0 8px 10px -6px rgba(0, 0, 0, 0.1);
  transition: all 300ms ease-in-out;
  cursor: pointer;
  text-align: center;
}

.ContentBox__boxInnerHome:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transform: scale(1.01);
}

.Header__searchTitle {
  display: flex;
    justify-content: flex-end;  
  font-size: clamp(1rem, 4vw, 4.5rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: -1.5rem;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

.Header__homeContent .Header__navbar {
  background-color: rgba(0, 1, 37);
}

.hero_subtitle {
  font-size: clamp(1rem, 2vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  color: white;
  margin-bottom: 3.5rem;
  font-family: "Inter", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: #e8f5ff;
    letter-spacing: 1.5px;
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.28);
    margin-top: 10px;
}


.highlight-link {
  color: white;
  font-weight: 700;
  transition: color 0.3s ease;
}

.Header__homeContent .Header__searchSection {
  padding: 10rem;
  padding-right:7%;
}

.Header__description {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  text-align:right;
  margin-right:0;
  width:50%;
      font-family: "Inter", sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    color: #e8f5ff;
    line-height: 1.6;
    margin-bottom: 18px;
    text-shadow: 0px 2px 6px rgba(0,0,0,0.35);
}

.Header__globalSearch{
    margin-right:0;
} 

.popularAricles{background: white;
    padding: 25px 30px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    width: 350px; 
}
.ContentList__topicList {
    margin: 10px 0;
    padding: 10px 12px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    transition: 0.25s ease;
    cursor: pointer;
	background: white;
  border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.ContentList__topicList:hover {
    background:  white;
  transform: translateX(5px);
  border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.ContentList__topicList:hover a {
  color: rgba(18, 92, 250);}

.Header__header{
background-color: rgba(0,0,0,0.5); 
    background-blend-mode: multiply;}

