.stretched-link::after {
  content: none !important;
  position: static !important;
}

.faq .faq-container .faq-item .faq-content {
  grid-template-rows: 1fr !important;
  visibility: visible !important;
  opacity: 1 !important;
  padding-top: 10px !important;
}

.topbar {
  background-color: #00354e;
  color: white;
  height: 30px;
  display: block;
  z-index: 10000;
}

body {
  margin-top: 20px;
}

.timeline-steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}

.timeline-steps .timeline-step {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 1rem
}

@media (min-width:768px) {
  .timeline-steps .timeline-step:not(:last-child):after {
    content: "";
    display: block;
    border-top: .25rem dotted #3b82f6;
    width: 3.46rem;
    position: absolute;
    left: 7.5rem;
    top: .3125rem
  }

  .timeline-steps .timeline-step:not(:first-child):before {
    content: "";
    display: block;
    border-top: .25rem dotted #3b82f6;
    width: 3.8125rem;
    position: absolute;
    right: 7.5rem;
    top: .3125rem
  }
}

.timeline-steps .timeline-content {
  width: 10rem;
  text-align: center
}

.timeline-steps .timeline-content .inner-circle {
  border-radius: 1.5rem;
  height: 1rem;
  width: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #3b82f6
}

.timeline-steps .timeline-content .inner-circle:before {
  content: "";
  background-color: #3b82f6;
  display: inline-block;
  height: 3rem;
  width: 3rem;
  min-width: 3rem;
  border-radius: 6.25rem;
  opacity: .5
}

#mainnav {
  background-color: #fa8128;
  height: 30px;
   color: white
}

#mainnav #navmenu.active {
  color: white;
}

.navmenu .dropdown ul a {
  background-color: white;
  color: black;
}

.navmenu .dropdown ul a:hover {
  background-color: beige;
  color: white;
}

/* float-social */
nav.float-social {
  position: fixed;
  width: 35px;
  margin-top: 500px;
  transition: all 0.3s linear;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, .4);
  z-index: 10000;
}

nav.float-social ul {
  margin-top: 0;
  margin-bottom: 0rem;
}

nav.float-social li {
  height: 45px;
  position: relative;
  text-decoration: none !important;
}

nav.float-social li a {
  color: #fff !important;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 45px;
  padding-left: 25%;
  border-bottom: 1px solid rgba(0, 0, 0, .4);
  transition: all .3s linear;
  text-decoration: none !important;
}

nav.float-social li:nth-child(1) a {
  background: #040404;
}

nav.float-social li:nth-child(2) a {
  background: #2867B2;
}

nav.float-social li:nth-child(3) a {
  background: #E1306C;
}

nav.float-social li:nth-child(4) a {
  background: #ff0000;
}

nav.float-social li a i {
  position: absolute;
  font-size: 16px;
}

.float-social ul li a span {
  display: none;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.float-social a:hover {
  z-index: 1;
  width: 200px;
  border-bottom: 1px solid rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
}

.float-social ul li:hover a span {
  padding-left: 30%;
  display: block;
  font-size: 15px;
}

/** Float Accessibility */
.float-accessibility {
  background-color: #00354e;
  border-radius:  0px 20px 20px 0px;
  outline-color: #060606;
  padding: 10px;
}

.invert {
  mix-blend-mode:difference;
}

.grayscale {
   background-color:gray;
   mix-blend-mode:luminosity;
}

.big-cursor {
  cursor: none;
  width: 97px;
  height: 137px;
  background: url("/article-sources/images/pointer-cursor.gif") no-repeat left top;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: 10000;
}

.reading-guide {
  position: fixed;
  width: 100%;
  height: 2px;
  background-color: red;
  pointer-events: none;
  z-index: 10000;
  display: none;
}

.float-accessibility {
  position: fixed;
  width: 35px;
  top: 30%;
  /*margin-top: 500px;*/
  transition: all 0.3s linear;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, .4);
  z-index: 10000;
}

.float-accessibility p {
  color: white;
}

.float-accessibility button {
  border-radius: 5px;
  border: #ff0000
}

.section-gradient-bluered {
  background: rgb(63, 94, 251);
  background: linear-gradient(135deg, rgba(63, 94, 251, 1) 0%, rgba(252, 70, 107, 1) 100%);
}

#access-btn {
  background-color: transparent;
}

#access-btn i {
  color: white;
  height: 20px;
}

.no-change {
  font-size: 16px !important;
}

.no-change ul {
  padding: 5px 5px 5px 20px !important;
  margin: 5px !important;
}

.no-change p {
  margin: 1px !important;
}

#info-banner{
    min-width: 100%;
    height: 400px;
    object-fit: cover;
}

.featured-services .slick-prev:before,
.featured-services .slick-next:before{
color:#b0b0b0

}

@media (max-width: 575px) {
    .featured-services .slick-prev:before{
        margin-left:-50px;
    }
    
    .featured-services .slick-next:before{
        margin-right:-80px;
    }
}

@media (min-width:601px){
    .featured-services .slick-prev:before{
    margin-left:-90px;
    }

    .featured-services .slick-next:before{
        margin-right:-120px;
    }
}

/* @media(max-width:1400px){
    .footer .footer-contact .col-6{
        width: 100%;
    }
} */

.img-fit-cover {
  width: 100%;
  height: 175px;  /* Set a fixed height for consistent image size */
  object-fit: cover; /* Makes sure the image covers the space without distorting it */
}

.image-container {
  position: relative;
    width: 100%;
    height: 100%;
}

.image-overlay {
  position: absolute;
  top: 6rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent overlay */
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  text-align: left;
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out;
}

.image-container:hover .image-overlay {
  opacity: 1; /* Show overlay when hovering over the image */
}

.news-title {
  font-size: 1rem;
  color: white;
  margin: 0.5rem 0.45rem;
}

.news-date {
  font-size: 0.8rem;
  color:gold;
  margin: 0 0.45rem;
}

.nav .active{
    background-color: #fa8128 !important;
}

#header  .btn {
    background-color: white;
    border: none;
    padding: 10px;
    transition: none;
  }

#header  .btn:hover {
    background-color: #f0f0f0;
  }

#header  #searchArea {
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 15px;
  }

 #header .btn-search {
    background-color: #00354e;

  }

#header  .btn-outline-secondary {
    padding: 3px;
  }
 #header .helpline{
    padding:3px !important;
  }

  .box-container {
   display: flex;
   flex-wrap: wrap;
   justify-content: center; 
   gap: 20px; 
}

#tender {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left:100px ;
    padding-right:100px
}

@media (max-width: 768px) {
    #tender {
    padding-left:120px ;
    padding-right:120px;
    }
}

@media (max-width: 663px) {
    #tender {
    padding-left:100px ;
    padding-right:100px;
    }
}

@media (max-width: 556px) {
    #tender {
    padding-left:10px ;
    padding-right:10px;
    }
}

#tender .box-container {
    display: flex; /* Use flexbox for layout */
    flex-wrap: wrap; /* Allow wrapping */
    justify-content: space-between; /* Space between boxes */
}

#tender .box {
    position: relative;
    width: calc(25% - 20px); /* Adjust width for four boxes in a row */
    height: 150px; 
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white; 
    text-align: center;
    overflow: hidden;
    border-radius: 8px; 
    cursor: pointer;
    margin-bottom: 20px; /* Add margin to the bottom for spacing */
}

#tender .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); 
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem; 
}

@media (max-width: 768px) {
    #tender .box {
        width: 100%; /* Full width on small screens */
        height: 80px; 
    }
}

#tender p {
    margin-bottom: 0;
}


#featured-services .card {
   border-radius: 0px; 
   padding: 20px; 
   transition: transform 0.3s; 
   border:none;
}

#featured-services .card:hover {
   transform: translateY(-5px); 
}