body::before {
  display: block;
  content: '';
  height: 60px;
}



@media (min-width: 768px) {
  .news-input {
    width: 40%;
  }
}

/* .w-logo {
  width: 60%;
} */

.navbar-dark .navbar-nav .nav-link {
  display: inline-block;
  padding: 10px;
  color: #ffffff;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
  text-decoration: none;
}


.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgb(51, 255, 0);
}

/* Adding scroll offset equal to navbar margin */
:target { scroll-margin-top: 140px; } 
  
.custom-icon-size {
  width: 100px;
  height: 100px;
}

.icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px; /* Adjust as needed to control the vertical spacing */
}

*,*::after, *::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


em {
  color: #0d6efd;
}

/* Controls */
.carousel-control-next {
  margin: 0 3em;
}

i.fa-arrow-right,
i.fa-arrow-left {
background: none;
border: 2px solid #0d6efd;
color: #0d6efd;
padding: 10px;
border-radius: 100%;
transition: background .6s ease;
}

i.fa-arrow-right:hover,
i.fa-arrow-left:hover {
  background: #0d6efd;
  color: white;
}

/* Indicators */
.carousel-indicators {
  justify-content: flex-start;
 transform: translate(40%, 60px);
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid #0d6efd;
}

.carousel-indicators .active {
  opacity: 1;
  background-color:  #0d6efd;
}

/* Control buttons */
.control-btn {
  position: absolute;
  top: -60px;
  right: 10em;
}
.carousel-control-next, 
.carousel-control-prev {
  top: 1em;
  left: 3em;
}

.testimonial-text {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 20px; 
}

.wow {
  position: relative;
  grid-column: span 2;
}

.carousel-landmark {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 15px;
  border: 2px solid #e0e0e0;
  grid-column: span 3;
}

@media screen and (max-width: 576px) {
  .testimonial-text {
      margin-top: 50px;
  row-gap: 50px;
  
}
  .wow {
  grid-column: span 5;
}

.carousel-landmark {  
  grid-column: span 5;
}
}

.card {
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.carousel-item {
  padding: 15px;
}

.card-title {
  color: #007bff;
  font-weight: bold;
}

.card-text {
  color: #555;
}

.overview-section .card-text {
  color: white;
}