 
.hero{
     background-image: url(Dewi\ Bootstrap\ Template\ Demo_files/hero-bg.jpg);
     background-size: cover;
    min-height:100vh;
    color: white;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7)
}
#home{
    background-color: #000910;
}




#stats {
    background-color: #f8f9fa; 
    padding: 60px 0;
}

#stats i {
    margin-bottom: 10px;
}

#stats h3 {
    font-size: 2rem;
    font-weight: bold;
}

#stats p {
    font-size: 1.1rem;
    color: #666;
}
.why-us .nav-link {
    background: #f8f9fa;
    color: #333;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 12px;
    text-align: left;
    transition: 0.3s;
}

.why-us .nav-link.active {
    background: #007bff;
    color: white;
}

.why-us .tab-content img {
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in-out;
}

.testimonials {
    padding: 60px 0;
    background-color: brown;
}

.testimonial-item {
    max-width: 700px;
    margin: auto;
    text-align: center;
}

.testimonial-img {
    width: 200px;
    height: 200px;
    border: 4px solid #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.testimonial-item h5 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.testimonial-item span {
    display: block;
    font-size: 24px;
    color: black;
    margin-bottom: 10px;
}

.testimonial-item p {
    font-style: italic;
    font-size: 20px;
    color: black;
}

.bi{
    color: orangered;
    font-size: 20px;
}
.box-1{
    color: white;
    background-color: orangered;
    
}
.box-1 i{
    color: white;
}
/* .carousel-item {
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .carousel-item img.profile {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid white;
    margin-bottom: 20px;
  }

  .carousel-caption {
    position: static;
  }

  .carousel-caption h4,
  .carousel-caption h5 {
    margin: 5px 0;
  } */

  .carousel-item{
    width: 100%;
    height: 100%;
    background-image: url("./Dewi Bootstrap Template Demo_files/testimonials-bg.jpg");
     
  }
  .carousel-item img{
    width: 550px;
    /* height: 550px; */
    border-radius: 30px;
    margin: 20px;
  }
  .carousel-item p{
    color: black;
  }
  .team{
    background-color: lightblue;
  }