/* Override: always show project title + button on small screens */
@media only screen and (max-width: 768px) {
  .project_area_five .single_project_box { overflow: visible !important; }

  .project_area_five .single_project-tmb img { width:100% !important; height:auto !important; display:block !important; }

  .project_area_five .single_project_content {
   position: absolute !important;
        bottom: 12px !important;
        left: 12px !important;
        right: 12px !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;

        padding: 8px 10px !important;
        background: rgb(0 0 0 / 24%) !important;
        border-radius: 10px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 8px !important;
        z-index: 9999 !important;
        backdrop-filter: saturate(180%) blur(3px);
        -webkit-backdrop-filter: blur(8px);
  }

  .project_area_five .single_project_content h3 {
    font-size: 15px !important;
    line-height: 1.2 !important;
    color: #fff !important;
    font-weight: 600 !important;
    margin: 0 !important;
    flex: 1 1 auto !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .project_area_five .single_project_button a {
    display: inline-block !important;
        background: #0b0b0bb8 !important;
        color: #fdc200 !important;
        padding: 6px 12px !important;
        border-radius: 6px !important;
        text-decoration: none !important;
        flex: 0 0 auto !important;
        white-space: nowrap !important;
        font-size: 10px !important;
        backdrop-filter: saturate(180%) blur(20px);
        -webkit-backdrop-filter: blur(8px);
  }
}
