.project-details{padding:50px 0}.project-details .project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.project-details .project-header h1{font-size:2.5rem;color:#fff}.project-details .project-header .project-link{padding:.75rem 1.5rem;background-color:#007bff;color:#fff;border-radius:4px;text-decoration:none;transition:background-color .3s}.project-details .project-header .project-link:hover{background-color:#0056b3}.project-details .project-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media(max-width:768px){.project-details .project-content{grid-template-columns:1fr}}.project-details .project-content .project-image img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.project-details .project-content .project-info{display:flex;flex-direction:column;justify-content:flex-start;gap:2rem}.project-details .project-content .project-info h1{font-size:2.5rem;color:#fff;margin-bottom:1.5rem}.project-details .project-content .project-info h2{color:#fff;margin-bottom:1rem}.project-details .project-content .project-info .description{margin-bottom:auto}.project-details .project-content .project-info .description p{line-height:1.6;color:#fff}.project-details .project-content .project-info .project-bottom-info .website-link{margin-bottom:2rem;display:block}.project-details .project-content .project-info .project-bottom-info .website-link a{padding:.75rem 1.5rem;background-color:#007bff;color:#fff;border-radius:4px;text-decoration:none;transition:background-color .3s}.project-details .project-content .project-info .project-bottom-info .website-link a:hover{background-color:#0056b3}.project-details .project-content .project-info .project-bottom-info .info-row{display:flex;gap:2rem}.project-details .project-content .project-info .project-bottom-info .info-row .services,.project-details .project-content .project-info .project-bottom-info .info-row .technologies{flex:1}.project-details .project-content .project-info .project-bottom-info .services,.project-details .project-content .project-info .project-bottom-info .technologies{margin-bottom:1.5rem}.project-details .project-content .project-info .project-bottom-info .services h2,.project-details .project-content .project-info .project-bottom-info .technologies h2{font-size:1.2rem;margin-bottom:.5rem}.project-details .project-content .project-info .project-bottom-info .services ul,.project-details .project-content .project-info .project-bottom-info .technologies ul{display:flex;flex-direction:column;flex-wrap:wrap;gap:1rem;list-style:none;padding:0}.project-details .project-content .project-info .project-bottom-info .services ul li,.project-details .project-content .project-info .project-bottom-info .technologies ul li{font-size:.85rem;color:#fff;padding:0;background:none}.project-details .error,.project-details .loading,.project-details .not-found{text-align:center;padding:2rem;font-size:1.2rem;color:#666}.project-details .error{color:#dc3545}