@import url("https://fonts.googleapis.com/css2?family=Michroma&display=swap");
body {
    font-family: "Michroma", sans-serif;
    background: white;
        margin: 0;
    padding: 0;
}

body, .container, .header {
    margin-top: 0;
    padding-top: 0;
}

.header, .navbar {
    padding-top: 0;
}

.custom-body {
  overflow-y: auto;
  -ms-overflow-style: none;       /* IE/Edge */
  scrollbar-width: none;          /* Firefox */
}

.custom-body::-webkit-scrollbar {
  display: none;                  /* Chrome/Safari */
}

body, html {
  overflow-x: hidden; /* This prevents horizontal scrolling */
}

.not-visible{
    opacity:1;
    visibility:hidden;
}

.footer {
  text-align: center;
  padding: 3px;
  background-color:white;
  color: #228B22;
}


.media_img_size{
  height: 100%;
  max-width: 30%;
}


@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .media_img_size {
    height: 100%;
    max-width: 50%;
  }
}

.media_img_border {
  border-style: hidden;
  border-color: green;
  background-color: white;
}

.trending_tag {
  padding: 5px;
  background-color: #02385c;
  color: white;
  text-align: left;
  border-style: solid;
  border-width: 0 0 0 10px;
  border-color: #4c799e;
  font-size: 15px;
  color:white;
}


.left-half {
  position: relative;
  left: 0px;
  width: 70%;
  padding: 20px;
}

.mobile_view{
    width: 70%;
}

.right-half {
  position: absolute;
  right: 0px;
  width: 30%;
  padding: 20px;
}

.article {
  position: absolute;
  top: 70%;
  left: 70%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px;
}

.choice_list {
  position: relative;
  top: 30%;
  left: 30%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px;
}
.mobile-view-visible{
        position: relative;
        right: 0px;
        width: 100%;
        display:none;
    }
@media all and (max-width: 767px){
     .mobile_view {
        position: relative;
        width: 100%;
      }
    .mobile_view_not-visible{
    opacity:0;
    visibility:hidden;
}
    .mobile-view-visible{
        position: relative;
        width: 100%;
        display:block;
    }
}

@media all and (max-width: 767px){
    .desktop_view {
}
}
.relative-view{
    position: relative;
}

.full_page_white{
  width: 100%;
  height: 100%;
  border-style:solid;
  border-width: 2000px 2000px 2000px 2000px;
  border-color: white;
  z-index: 9999;
  }

#overlay {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 1000;
}

#overlay div {
     width:300px;
     margin: 100px auto;
     background-color: #fff;
     border:1px solid #000;
     padding:15px;
     text-align:center;
}


body {
  font-family: "Michroma", sans-serif;
  height: 100vh;
}


.loading-page {
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  color: #191654;
}

#svg {
  height: 150px;
  width: 150px;
  stroke: white;
  fill-opacity: 100;
  stroke-width: 20px;
  stroke-dasharray: 4500;
  animation: draw 8s ease;
}

@keyframes draw {
  0% {
    stroke-dashoffset: 4500;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.loading-page .name-container {
  height: 30px;
  overflow: hidden;
}

.loading-page .logo-name {
  color: black;
  font-size: 20px;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-left: 20px;
  font-weight: bolder;
}

/* The 40px x 40px Image Styling */
.logo-img {
    width: 60px;
    height: 60px;
    padding-bottom:20px;
    display: block; /* Removes bottom whitespace */
    object-fit: contain;
}

.news-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    color: white;
}

.news-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
}

.news-title {
    font-size: 14px;
    font-weight: 600;
}

.news-date {
    font-size: 12px;
    color: #eb8334;
}

.big-card {
    height: 400px;
}

.small-card {
    height: 190px;
}

.section-title {
    border-left: 5px solid #eb8334;
    padding-left: 10px;
    font-weight: bold;
    margin: 20px 0;
}

.relevant-card img {
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
}

.btn-orange {
    background-color: #eb8334;
    color: white;
    border: none;
}

.btn-orange:hover {
    background-color: black;
    color: white;
}

/* TITLE */
.news-title {
    font-size: 28px;
    font-weight: 700;
}

/* META */
.news-meta {
    color: gray;
    font-size: 14px;
}

/* IMAGE */
.news-image {
    width: 100%;
    border-radius: 10px;
    margin: 15px 0;
}

/* CONTENT */
.news-content {
    font-size: 17px;
    line-height: 1.8;
}

/* TAG */
.tag {
    background: #eb8334;
    color: white;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 12px;
}

/* SIDEBAR */
.sidebar-card img {
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
}

.news-card {
    background: #fff;
    overflow: hidden;
    transition: 0.25s ease;
    display: flex;
    flex-direction: column;
}

.news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.news-image-wrapper {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.news-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tag {
    display: inline-block;
    padding: 3px 8px;
    font-size: 12px;
    background: #eb8334;
    color: white;
    border-radius: 4px;
}

.news-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
}

.news-meta {
    font-size: 12px;
}

.news-content {
    font-size: 14px;
    color: #555;
}

.search-header-container {
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.search-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}

.search-subtitle {
    font-size: 14px;
    color: #666;
}

.search-query-text {
    font-weight: 600;
    color: #eb8334;
}

.search-count {
    font-size: 13px;
    margin-top: 5px;
}