/* search */
.sresultone{
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 0px 6px;
    background-color: black;
    color: white;
    display: inline-block;
}
.sresult{
    text-align: center;
    padding: 20px 0px;
    border-bottom: 1px solid;
}
.sbody{
    padding: 0px 20px;
}
 .searchbar {
      background: #e0e0e0;  /* light grey */
      display: flex;
     margin: 0 auto;
     align-items: center;
      padding: 0px 12px;
      width: 500px;     
      height: 40px;     /* adjust width as needed */
    }

    .searchbar input {
      flex: 1;
      border: none;
      outline: none;
      background: transparent;
      font-size: 16px;
      font-family: Georgia, serif;
      color: #333;
      line-height: 40px;

    }

    .searchbar img {
      width: 18px;
      height: 18px;
      cursor: pointer;
    }
    .sarchieveone{
        font-size: 26px;
        font-family: "Oswald", sans-serif;
        line-height: 1.1;
        font-weight: 700;
        padding-bottom: 10px;
    }
    .sarchieve{
        padding: 2em 0em;
        border-bottom: 1px solid;
    }
    .scontact{
        border-bottom: 1px solid;
        padding: 2em 0em;
    }
    .sspace{
        padding-top: 10px;
        font-size: 14px;
    }
    .sabout{
        display: flex;
        gap: 30px;
        border-bottom: 1px solid;
        padding: 2em 0em;
    }
    .saboutone{
        width: 30%;
    }
    .sabouttwo{
        width: 70%;
    }
    .saboutone img{
width: 100%;
height: 250px;
    }
    .sdate{
        font-size: 14px;
    }


    /* load more */
       /* Loader grid styling */
.loader {
  display: none; /* hidden by default */
  grid-template-columns: repeat(3, 20px);
  grid-template-rows: repeat(3, 20px);
  gap: 5px;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  width: 10px;
  height: 10px;
}

.loader div {
  width: 20px;
  height: 20px;
  background-color: black;
  opacity: 0.3;
  animation: rotateHighlight 1.2s linear infinite;
}

/* Rotation order delays */
.loader div:nth-child(1) { animation-delay: 0s; }
.loader div:nth-child(2) { animation-delay: 0.15s; }
.loader div:nth-child(3) { animation-delay: 0.3s; }
.loader div:nth-child(6) { animation-delay: 0.45s; }
.loader div:nth-child(9) { animation-delay: 0.6s; }
.loader div:nth-child(8) { animation-delay: 0.75s; }
.loader div:nth-child(7) { animation-delay: 0.9s; }
.loader div:nth-child(4) { animation-delay: 1.05s; }

/* Middle square stays empty */
.loader div:nth-child(5) {
  background-color: transparent;
  animation: none;
}

@keyframes rotateHighlight {
  0%, 20% { opacity: 1; }
  80%, 100% { opacity: 0.3; }
}

/* Hidden items initially */
.extra-items {
  display: none;
}

/* Button styling */
.load-btn {
  display: block;
  margin: 15px auto;
  padding: 8px 16px;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
}
.ssearch .aboutus{
    margin: 0px;
    padding: 80px 0px;
}
body.dark .ssearch{
    background-color: #000;
    color: white;
}
.ssearch{
    padding: 0px 100px;
}
body.dark .load-btn{
    border: 1px solid;
}
body.dark .loader div {
  background-color: #fff; /* White squares */
}
body.dark .abody{
    background-color: #000;
    color: white;
}
body.dark .abodytwoone img{
    filter: brightness(0) invert(1);
}
.abodytwoone img {
  transition: filter 0.3s ease;
}

.abodytwoone img:hover {
  filter: brightness(0) saturate(100%) invert(31%) sepia(70%) saturate(7490%) hue-rotate(351deg) brightness(91%) contrast(97%);
}
body.dark .abodytwoone img:hover {
  filter: brightness(0) saturate(100%) invert(31%) sepia(70%) saturate(7490%) hue-rotate(351deg) brightness(91%) contrast(97%);
}

body.dark .loader div:nth-child(5) {
  background-color: transparent; /* Keep center transparent */
}
.sabout:last-child{
    border-bottom: none;
}
.amain{
    display: flex;
    gap: 20px;
    padding: 20px 400px;
}
.amain img{
    border-radius: 50%;
    width: 90px;
    height: 90px;
}
.amainone{
    font-size: 2em;
    text-transform: uppercase;
    line-height: 1.1;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
}
.abodytwoone img{
    width: 22px;
    height: 22px;
}
.abodytwoone{
    padding: 10px 0px;
    display: flex;
    gap:20px;
}
.abodytwotwo{
    line-height: 1.4;
    font-size: 1.1em;
    font-weight: 300
}
.abecome{
    padding-bottom: 30px;
    border-bottom: 1px solid;
    margin-bottom: 30px;
}
.abody .us{
    border-top: 1px solid;
    margin: 0px 100px;
    border-bottom: none;
    padding: 30px 0px;
}
.aextra{
    padding-top: 30px;
    border-top: 1px solid;
    margin-top: 30px;
}
.abody .aboutus{
    padding: 80px 80px 30px 80px;
    margin: 0px;
}
.abody .header{
    padding: 0px 100px;
}
.abody .headerthree{
    margin: 0px 100px;
}

.abody .iconn::before {
 
  bottom: 90%; /* slightly below tooltip box */

}