/* Portfolio Custom Styles */
.portfolio-item {
  position: relative;
  margin-bottom: 30px;
}

.portfolio-content {
  background: #fff;
  padding: 20px;
  text-align: left;
  border: 1px solid #eee;
  border-top: none;
  transition: all 0.3s ease;
}

.portfolio-content h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
  min-height: 40px;
}

.portfolio-content p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin: 0;
  min-height: 60px;
}

.portfolio-item:hover .portfolio-content {
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

.shot-item {
  position: relative;
  overflow: hidden;
}

.shot-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .portfolio-content h5 {
    font-size: 14px;
    min-height: auto;
  }
  
  .portfolio-content p {
    font-size: 12px;
    min-height: auto;
  }
}
