body{
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  height: 100vh;
  width: 100%;
   font-family: 'Poppins', sans-serif; /* Modern and clean font */
   background: linear-gradient(to left, #e0f7fa, #e1bee7); /* Soft gradient background */
    margin: 0;
    padding: 0;
   
    
  
  color: black;
  padding-top: 120px; /* Adjust according to your header height */
}

.first {
  height: 90vh;
  margin-top: 100px;
  background-image: url('./images/website-8305450.jpg');
  opacity: 0.5;
  color: black;
  background-repeat: no-repeat;
  background-size: cover;
}
.border-bottom{
  color: black;
}


span{
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 50px;
  color:rgb(247, 8, 8);

}
.development{
  background-image: url('./images/Page\ 4\ _\ Desktop\ Background\ Images\ -\ Free\ Download\ on\ Freepik.jpeg');
  color: black;
  background-repeat: no-repeat;
  background-size: cover;
}



.boxes-area
.box1{
  background-image: linear-gradient(to right, #000046, #1CB5E0);
  color: white;
  border: 2px;
  border-radius: 30px;
  height: 250px;
  width: 300px;
  padding-top: 30px;
  margin-left: 20px;
  position: relative;
  

}
.boxes-area
.box2{
  background-image: linear-gradient(to right, #000046 , #1CB5E0);
  color: white;
  border: 2px;
  border-radius: 30px;
  height: 250px;
  width: 300px;
  padding-top: 30px;
  margin-left: 20px;
  position: relative;


}
.boxes-area
.box3{
  background-image: linear-gradient(to right, #000046 , #1CB5E0);
  color: white;
  border: 2px;
  border-radius: 30px;
  height: 250px;
  width: 300px;
  padding-top: 30px;
  margin-left: 20px;
  position: relative;

}
.boxes-area
.box4{
  position:relative;
  background-image: linear-gradient(to right, #000046 , #1CB5E0);
  color: white;
  border: 2px;
  border-radius: 30px;
  height: 250px;
  width: 300px;
  padding-top: 30px;
  margin-left: 20px;

}
.boxes-area
.inner-text{
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 10px;
}

.boxes-area
.box1:hover{
  
  
  border-radius: 30px;
  padding-top: 40px;
  background-image: linear-gradient(to right, #bdc2e8 , #e6dee9);
  color: black;
  transition: 1s;

}
.boxes-area
.box2:hover{
 
  border-radius: 30px;
  padding-top: 40px;
  background-image: linear-gradient(to right, #bdc2e8 , #e6dee9);
  color: black;
  transition: 1s;
  
  
  
}

.boxes-area
.box3:hover{
  
  border-radius: 30px;
  padding-top: 40px;
  background-image: linear-gradient(to right, #bdc2e8 , #e6dee9);
  color: black;
  transition: 1s;
}

.boxes-area
.box4:hover{
  border-radius: 30px;
  padding-top: 40px;
  background-image: linear-gradient(to right, #bdc2e8 , #e6dee9);
  color: black;
  transition: 1s;
}



/* Ensuring each list item takes up 50% width on large screens */
.list-group-item {
  width: calc(100% - 16px); /* Two items per row on large screens */
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border: 1px solid #ddd; /* Border around the item */
  border-radius: 8px; /* Rounded corners */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect for list items */
.list-group-item:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Responsive Design: Stack items vertically on small screens */
@media (max-width: 768px) {
  .list-group-item {
    width: 100%; /* Stack items vertically on small screens */
  }
}

/* Basic styling, adjust as needed */
section  {
  margin-top: 50px;
}

.row {
  margin-bottom: 30px;
}

.col-md-6 {
  padding: 20px;
}

img {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
}

.btn-primary {
  padding: 15px 30px;
  border-radius: 5px;
}

