@charset "utf-8";
/* CSS Document */

#single-project {
  padding-top: 80px;
  padding-bottom: 15px;
}

/*---------------------------------------
   Single Project section              
-----------------------------------------*/

#single-project {
  text-align: center;
}

#single-project .col-md-12,
#single-project .col-md-6,
#single-project .col-md-4 {
  padding-left: 0px;
  padding-bottom: 22px;
}

#single-project .col-md-12 {
  padding-top: 12px;
}
#single-project  h1 {
  padding-bottom: 20px;
}

#single-project .text-center strong {
  display: block;
  padding-top: 12px;
}

#single-project a {
  color: #555;
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 14px;
}


/* Portfolio overlay with gradient for better legibility */
.portfolio-overlay {
    background: linear-gradient(to bottom, #099 0%, #099 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    text-align: center;
    padding: 15px;
    color: #fff;
}

/* Show overlay on hover with slight zoom for a modern effect */
.portfolio-wrap:hover .portfolio-overlay {
    opacity: 0.9;
    transform: scale(1.03);
}

/* Title styling */
.portfolio-overlay h3 {
    color: #fff; /* bright blue */
    font-size: 1.9rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

/* Subtitle styling */
.portfolio-overlay p {
    color: #fff; /* light grey */
    font-size: 1.3rem;
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
