

.whyus{
	
  background-image:url("../images/assets/banner2-bg.png");	
   background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 610px;
  box-sizing: border-box;
  padding: 30px;

}

.whyus-head{
text-align: center;
color: white;	
font-weight: bold;
    font-family: "Open Sans", sans-serif;

}

.whyus-details{
color: white;
padding: 5px;
max-width: 600px;
margin-left: auto;
margin-right: auto;
text-align: center;
font-size: 16px;
    font-family: "Open Sans", sans-serif;

}


.whyus-topic {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  text-align: center;
}

.whyus-topic img {
  width: 120px;
  height: 120px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: border-color 0.3s, transform 0.2s;
  
}

.whyus-topic img:hover {
  border-color: #00f7ff;
  transform: scale(1.05);
}

.details {
  margin-top: 25px;
  padding: 15px 20px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 6px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  color: #333;
  display: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}



#whyus-title{
	text-align: center;
	color:  white;
	
	
	
}

#detailsBox h1{
	text-align: center;
	color: #504c89;
	
}
#detailsBox p{
	text-align: center;
	color: #504c89
	
	
}




@media (max-width: 992px){
	
	.whyus-topic img {
  width: 70px;
  height: 70px;
  
	}
  .whyus{
	  
	  height: 750px;
  }
  
  
  
  
	
}


@media (max-width: 768px) {
  .whyus {
    height: auto;
    padding: 20px 15px;
  }

  .whyus-head {
    font-size: 24px;
  }

  .whyus-details {
    font-size: 14px;
    padding: 0 10px;
  }

  .whyus-topic {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }

  .whyus-topic img {
    width: 70px;
    height: 70px;
  }

  #whyus-title {
    font-size: 12px;
    margin-top: 5px;
  }

  .details {
    padding: 10px;
    font-size: 12px;
    margin: 20px auto;
  }

  #detailsBox h1 {
    font-size: 14px;
  }

  #detailsBox p {
    font-size: 12px;
  }
}




















































