.navLogo img {
  height: 60px;
}
.site-logo img {
  height: 70px;
}
.tenders {
  padding: 40px;
  border-radius: 20px;
  background-color: #f1f1f1;
}
.tenders .post-entry{
    border: none;
    padding: 0;
    margin: 0;
}
.tenders .post-entry ul li{
    font-size: 16px;
}
.sliderIcon {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}
.testimonial-company-slider {
  padding: 40px 0;
}
.tenders {
  width: 50%;
}
.upperheader > .container > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.upperheader {
  border: 1px solid #cecece;
}

.upperheader > .container > div > div {
  display: flex;
  align-items: center;
}
.upperheader > .container > div > div >h3{
    padding: 10px;
}
.upperheader div h3 {
  font-size: 12px;
  font-weight: 600;
}
.borderLeft {
  border-left: 1px solid #cecece;
}
.padding1020 {
  padding: 10px 0;
}
.footer {
  background-color: #2c5271;
  padding: 20px;
  text-align: center;
  border-top: 2px solid #ddd;
}

.footer a {
  text-decoration: none;
  color: #fff;
  padding: 0 15px;
  font-size: 14px;
}

.footer a:hover {
  text-decoration: underline;
}

.footer div {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}

.footer div:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #ccc;
}
.documentations {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 40px 0;
}
.documentations .docIn {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: #f1f1f1;
    padding: 40px;
    border-radius: 0;
    border-radius: 20px;
}
.documentations .docIn ul li a {
  color: var(--primary-color);
  text-decoration: none;
  transition: all 0.5s;
}
.documentations .docIn ul li a:hover {
  color: #81848a;
  text-decoration: underline;
}
.docIn > a,
.Archive > a {
  color: var(--accent-color);
  width: 100%;
  border: 1px solid var(--accent-color);
  padding: 5px 20px;
  text-align: center;
  max-width: 110px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.5s;
}
.docIn > a:hover {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white-color);
  text-decoration: none;
}
.services-list-box .service-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu {
  display: flex;
  justify-content: center;
  background-color: #f4f4f4;
  padding: 10px 0;
  transition: all 0.5s;
  border-bottom: 2px solid #ddd;
}

.menu a,
.Archive a {
  text-decoration: none;
  color: var(--primary-color);
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  display: block;
  transition: all 0.5s;
}
.Archive a {
  font-weight: 400;
}
.Archive > a {
  color: var(--accent-color);
}
.Archive h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 20px;
}
.Archive .ebook {
  padding: 30px 0;
}
.menu a:hover,
.Archive a:hover,
.Archive .ebook > a {
  background-color: var(--accent-color);
  color: #fff;
  border-radius: 5px;
}
.Archive .ebook > a:hover {
  background-color: var(--primary-color);
}
.menu-item {
  margin: 0 5px;
}
.fileIcon {
    width: 20px;
}
.team-image img{
    object-position: top;
}
.IconWrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    justify-content: center;
}
.sliderIcon img{
    height: 20px;
}
.sliderIcon{
    cursor: pointer;
}
.our-team{
    background-image: url(../images/about-us-bg.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
}
.mahotsav {
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 30px 0;
}
/* Responsive Design */
@media (max-width: 768px) {
  .menu {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 10px;
  }

  .menu-item {
    flex: 1 1 calc(50% - 10px);
    margin: 5px;
    text-align: center;
  }

  .menu a {
    font-size: 14px;
    padding: 8px;
  }
}

@media (max-width: 480px) {
  .menu {
    justify-content: center;
  }

  .menu-item {
    flex: 1 1 100%;
  }

  .menu a {
    font-size: 14px;
    padding: 10px 0;
  }
}
@media (max-width: 768px) {
  .footer div {
    display: block;
    padding: 10px 0;
  }
  .footer div:not(:last-child)::after {
    content: none;
    width: 0;
  }
  .documentations {
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  .padding1020 {
    padding: 10px 0;
  }
  .upperheader div h3 {
    font-size: 10px;
    font-weight: 600;
  }
  .tenders {
    width: 100%;
  }
}
