.left-side {
  background-color:rgb(5, 107, 167);

}
.right-side .image img{
max-width: 100%;
width: 50%;
}
.right-img-bg{
background-color: aliceblue;
}
.right-side{
text-align: center;
}

.section-computer .font h1 {
  font-family:sans-serif;
  font-weight: bold;
  /* font-size: 20px; */
  /* margin-bottom: -10px; */
}
.section-computer .fonts h1 {
font-family: sans-serif;
font-weight: bold;
font-size:50px;
margin: auto !important;

}
.section-computer .overlay-content{
margin-top: 0px;
}

@media (min-width: 350px) {
.section-computer .fonts  h1{
font-family: sans-serif;
font-weight: bold;
font-size:50px;
padding: 20px;
}
.thematic{
flex-wrap: wrap;
}
}


/* Right Section */
.right-side {
  background-position: center center;
  background-size: cover;
  position: relative;
  color: white;
  height: auto;
  max-width: 100%;
}

.all {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 100%;
}

.sub-area-button {
  background-color: #0a7fb9;
  color: white;
  border-radius: 10px;
  padding: 5px;
  font-size: 20px;
  /* Adjust font size to fit text within each box */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 125px;
  /* Consistent height for all boxes */
  width: 100%;
  /* Takes full width of the column */
  font-weight: 500;

}

.card-title {
  font-size: 16px;
  font-weight: 600;
}

.all {
  width: 150px;
}

.search__listing-wrapper {
  height: 300px;
}

.search__listing-head h5 {
  font-size: 1.875rem;
  color: #0a7fb9;
}

.computer .card {
  border: none;
  border-radius: 0px;
  border-bottom:10px solid #076cc4;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* transition: all 0.3s ease-in-out; */
}
/* .computer .card :hover{
  transform: scale(1.05);

} */
.icon{
  padding: 26px;
}
.icons{
  padding: 13px;
}
.iconss{
  padding: 22px;
}

.computer .card .card-icon {
  font-size: 1.5rem;
  color: #0d6efd;
  margin-bottom: 10px;
}
.computer .card .card-icon2 {
  font-size: 1.5rem;
  color: #0d6efd;
  margin-bottom: 8px;
}
.computer .card .card-icon img{
  max-width: 100%;
}
.computer .card .card-footer {
  background-color: #0d6efd;
  height: 5px;
  border-radius: 0 0 8px 8px;
}

.container-title {
  text-align: center;
  margin-bottom: 30px;
}


.area {
  font-family: 'Times New Roman', Times, serif;
  font-size: 44px;
}

.areas {
  font-size: 60px;
  font-weight: 400;

}

.thematic-card {
  /* border: 1px solid #ddd; */
  padding: 10px;
  /* border-radius: 8px; */
  text-align: center;
  /* background-color: #f8f9fa; */
  /* transition: transform 0.2s; */
  min-width: 150px;
  /* Ensures cards are visible on small screens */
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
  transition: all 0.3s ease-in-out;
}

.thematic-card:hover {
  transform: scale(1.05);
}

.thematic-icon {
  font-size: 48px;
  margin-bottom: 10px;
  color: #6c757d;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

  /* background-image:url(../assets/img/thematic-areas/11.png); */
  background-position: center center;
  background-size: cover;
}

.thematic-icon img {
  height: 130px;
  width: auto;
}

.thematic-title {
  font-weight: 400;
  /* margin-top: 10px; */
  max-width: 140px;
  text-align: center;
  margin: auto;

}

/* Horizontal scrolling container */
.scrolling-wrapper {
  display: flex;
  overflow-x: auto;
  gap: 16px;
  padding-bottom: 10px;
}

/* Hides scrollbar for a cleaner look */
.scrolling-wrapper::-webkit-scrollbar {
  display: none;
}

.scrolling-wrapper {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.institute-logo {
  height: 130px;
  width: auto;
}


 /* lead and co-lead */
 .lead-card {
  border-radius: 15px 0px 15px 0px;
  /* text-align: center; */
  height: 100%;
  transition: 0.5s;
 
}
.custom-col{
  flex: 0 0 calc(100%/5);
  max-width: calc(100%/5);
}

.lead-card-header { 
  background-position: center center;
  background-size: cover;
  max-width: 100%;
  border-radius: 15px 0 15px 0;
  position: relative;
  top: 20px;
}
.lead-card:hover{
  padding-top: -10px;
 
}

.ma{
  max-width: 100%;
  border-radius: 15px 0px 15px 0px;
  height: 200px;
}


 .color{
  background-color: #166ab4;
  color: white;
  border-radius: 15px 0 15px 0;
  padding: 20px 0 0 0;

 }

.lead-card-title {
  margin-top: 20px;
  font-weight: bold;
  color: #333;
}

.lead-card-subtitle {
  font-size: 0.9rem;
  color: #555;
}
@media (max-width: 1280px) {
  .custom-col {
      flex: 0 0 20%;
      max-width: 20%;
  }
  .color h5{
    font-size: 13px;
  }
  .color img{
    height: 90px;
  }
}
@media (min-width: 1800px) {

  .color img{
    height: 110px;
  }
  .color h5{
    font-size: 19px;
  }
  .custom-col {
    flex: 0 0 20%;
    max-width: 20%;
}

}

@media (max-width: 992px) {
  .custom-col {
      flex: 0 0 33.33%;
      max-width: 33.33%;
  }
}

@media (max-width: 768px) {
  .custom-col {
      flex: 0 0 50%;
      max-width: 50%;
  }
  .color{
    flex-direction: column;
    border-radius: 0px 0px 10px 0px;
    
  }
  .ma{
    height: 120px;
    border-radius: 10px 0px 0px 0px;
  }

}