.gsteam-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.gsteambox{
    position: relative;
    width: 320.977px;
    height: 338.597px;
    overflow: hidden;
    flex-shrink: 0;
     
}
.gsteam-card {
      
    
   position: relative;
    width: 320.977px;
    height: 338.597px;
    padding: 30px;
    background-size: cover;
    background-position: center;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
     
}
.gsteam-card:hover {
    transform: scale(1.02); 
    transition: all 0.3s ease-in-out;
} 
.gsteam-image {
   
    height: 150px;
    background-size: cover;
    background-position: center;
}

.gsteam-content {
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; 
    background: linear-gradient(90deg, rgba(254, 249, 88, 0.80) 0%, rgba(177, 247, 66, 0.80) 100%); 
    color: #000;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    padding: 20px;
    box-sizing: border-box;
    z-index: 1;
}
.gsteam-card:hover .gsteam-content {
    opacity: 0.8;
}

.gsteam-card:hover {
    filter: brightness(100%);
}
/* Touch-Specific Devices (No Hover) */
@media (hover: none) {
   .gsteam-card:hover  , .gsteam-card:focus , .gsteam-card:active  {
 
        filter: brightness(100%);
    }
    .gsteam-card:hover .gsteam-content,.gsteam-card:focus .gsteam-content,.gsteam-card:active .gsteam-content {
        opacity: 0.8;
    }
}

.gsteam-content h3 {
    margin: 10px 0;
    font-size: 18px;
}

.gsteam-content p {
    color: #000; 
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Lato !Important;
    opacity: 0
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}

.gsteam-card-alt {
    background-color: #f8f8ff; /* Light lavender background */
    display:flex;
    
    width: 320.977px; 
     
     
}

.gsteam-description {
    font-size: 14px;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.gsteam-footer {
    
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.gsteam-name {
    font-size: 18px;
    font-weight: bold;
    color: #4a00ff; /* Purple text */
    margin: 0;
}

.gsteam-role {
    font-size: 14px;
    color: #4a4a4a;
    margin: 5px 0;
}

.gsteam-linkedin {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #4a00ff; /* Purple text */
    text-decoration: none;
    border: 2px solid #4a00ff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
}
.gsteam-linkedid{
    
    padding-top:14px;
}

/* Styles for second design */
.gsteam-footer-alt {
    width: 80%;
    justify-content: space-between; 
    padding: 15px;     
}

.gsteam-name-alt {
    font-size: 18px;
    font-weight: bold;
    color: #4a00ff;
    margin: 0;
    text-transform:none;
    font-weight: 800; 
    font-family: "PP Agrandir";
}

.gsteam-role-alt {
    color: #000; 
    font-feature-settings: 'liga' off, 'clig' off; 
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}

.gsteam-linkedin-alt {
    font-size: 25px;
    font-weight: bold;
    color: #4a00ff;
    text-decoration: none;
    padding: 1.25px 1.25px 2.322px 1.25px;
     
    width: 25px;
    height: 25px;
   
    text-align: center;
    line-height: 26px;
}


/* Parent container styles */
.postjoblist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  background-color: #fff;
}

/* Child card styles inheriting from postjoblist */
.postjoblist-item {
  flex: 1 1 calc(25% - 20px); /* Ensures 4 items per row with spacing */
  max-width: calc(25% - 20px);  
   background: rgba(241, 241, 242, 0.50);  
 
  display: flex;
  flex-direction: column;
  align-items: center;
  
  overflow: hidden;
}

/* Image styles inheriting from postjoblist */
.postjoblist-item img {
  width: 100%;
  height:262px;
  object-fit: cover;
}

/* Content container styles inheriting from postjoblist */
.postjoblist-content {

  padding: 18px;
  padding-bottom:10px;
  padding-top:30px;
  text-align: left;
  overflow: hidden;
  min-height:220px;
}

/* Title styles inheriting from postjoblist */
.postjoblist-title {
  	color: #000;
    font-family: texgyreadventorbold, sans-serif ! Important;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom:12px;
}

/* Description styles inheriting from postjoblist */
.postjoblist-description {
  	color: #000; 
    font-family: texgyreadventorregular, sans-serif ! Important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  margin-bottom: 15px;
  min-height: 96px;
}

/* Read More button styles inheriting from postjoblist */
.postjoblist-readmore {
  text-decoration: none;
  background-color: #00ff00;
  color: #fff;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.postjoblist-readmore:hover {
  background-color: #008000;
}

/* Footer Button Styles */
.postjoblist-footer-button {
  display: inline-block;
   
  padding: 10px 20px;
   
  font-weight: bold;
  color: #000; /* Text color */
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
   
  background: var(--Green-Gradient, linear-gradient(90deg, #FEF958 0%, #B1F742 100%));
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, transform 0.2s ease;
  width:100%; 
    font-family: "PP Agrandir";
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}

.postjoblist-footer-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

#postjoblist-load-more {
    width: 836px;
    height: 60px;
    color: #000;

    text-align: center;
    font-family: "PP Agrandir";
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    border:0px;
    margin: 20px auto;   background: #B1F742; 
}

/* Responsive Design */
@media (max-width: 1024px) {
  .postjoblist-item {
    flex: 1 1 calc(50% - 20px); /* 2 items per row for medium screens */
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .postjoblist-item {
    flex: 1 1 calc(100% - 20px); /* 1 item per row for small screens */
    max-width: calc(100% - 20px);
  }
}