
.goalhero {
    background-color: #5e84aa26 !important;
  
    text-align: center;
    padding: 100px 0;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}
/* General body setup */


.goalcol6 h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 45px;
}
  
.description {
    font-size: 1.2em;
    line-height: 1.8;
    color: #012970; /* Deep navy color */
    background: #ffffff;
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: fit-content;
    margin: 10px auto;
    text-align: justify;
    position: relative;
    overflow: hidden;
  }
  
  .description strong {
    color: #0072ff; /* Highlight The UniClud with a bright blue color */
  }
  
  .description::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 5px;
    background: linear-gradient(to right, #00c6ff, #0072ff);
  }
  
  .description:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
    transition: all 0.3s ease-in-out;
  }
.goalcol6{
    margin-top: auto;
    margin-bottom: auto;
    justify-content: center;
   text-align: justify;
}
.timeline {
    position: relative;
    max-width: 900px;
    margin: 50px auto;
    padding: 20px 0;
    list-style-type: none;
}
.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background-color: #012970;
}
.timeline-item {
    position: relative;
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
    opacity: 0;
    animation: fadeSlide 1s ease-in-out forwards, float 3s ease-in-out infinite;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.timeline-item.left {
    left: 0;
    animation-delay: 0.3s;
}
.timeline-item.right {
    left: 50%;
    animation-delay: 0.6s;
}
.timeline-item::before {
    content: '';
    position: absolute;
    top: 15px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 4px solid #012970;
    border-radius: 50%;
    z-index: 1;
}
.timeline-item.left::before {
    right: -10px;
}
.timeline-item.right::before {
    left: -10px;
}
.timeline-item-content {
    padding: 20px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    
}
.timeline-item-content h3 {
  
    font-size: 20px;
    
}

.timeline-item-content:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 123, 255, 0.5); /* Glow effect */
    background-color: #e3f2fd; /* Light blue background on hover */
}
@keyframes fadeSlide {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
@media screen and (max-width: 768px) {
    .timeline::before {
        left: 8px;
    }
    .timeline-item {
        width: 100%;
        padding-left: 30px;
        padding-right: 0;
        animation: fadeSlideMobile 1s ease-in-out forwards, float 3s ease-in-out infinite;
    }
    .timeline-item.left,
    .timeline-item.right {
        left: 0;
    }
    .timeline-item.left::before,
    .timeline-item.right::before {
        left: 0;
    }
}
@keyframes fadeSlideMobile {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
/* goal find */

.university-card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  
  .university-card {
    width: 100%;
    max-width: 300px;
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
  }
  
  .university-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  
  .university-card-body {
    padding: 20px;
   
    border-radius: 0 0 12px 12px;
  }
  

  .university-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  }
  
  .university-card .university-card-body h5 {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  
  .university-card .university-card-body p {
    margin: 5px 0;
    font-size: 1rem;
  }
  
  .search-container {
    max-width: 700px;
    margin: 20px auto;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;

    border-radius: 10px;
  }
  
  .search-container input,
  .search-container select,
  .search-container button {
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16) , 0px 0px 0px 3px rgb(51, 51, 51) !important;
    margin: 0px 10px !important;
  }
  
  .search-container input:focus,
  .search-container select:focus,
  .search-container button:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.8); /* Blue glow on focus */
  }
  
  .search-container input {
    width: 70%;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    margin: 0 10px;
  }
  
  .search-container select {
    width: 30%;
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    margin: 0 10px;
  }
  
  .search-container button {
    background-color: #0056b3;
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    width: 25%;
    transition: background-color 0.3s ease;
    margin: 0 10px;
  }
  
  .search-container button:hover {
    background-color: #004085;
  }
  
  @media (max-width: 768px) {
    .university-card-container {
      gap: 15px;
    }
    .university-card {
      max-width: 100%;
    }
  }
  
 
