.project-container {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.project-gallery {
    width: 40%;
}
.project-single b a {
   color:#1399fc!important;
    font-weight:400;
}

.project-container .main-image {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
    margin-left: 0;
}


.project-container .gallery-thumbnails {
    display: flex;
    gap: 10px;
    flex-direction: row;
    overflow: hidden;
}

.project-container .gallery-thumbnails img {
    width: 60px;
    height: auto;
    cursor: pointer;
    border-radius: 5px;
}

.project-container  .right-column {
    /* width: 60%; */
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    justify-content: space-between;
}

.project-container .right-column h1 {
    font-size: 24px;
    margin: 20px 0 0;
}

.project-container .right-column p {margin-bottom: 10px;line-height: 1.4;font-size: 2vh;}

.price-container {
    background-color: #ffffff;
    display: flex;
    padding: 20px;
    margin-top: 20px;
    gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 30px rgb(110 66 66 / 7%);
        border-radius: 6px;

}

.price-container p {
      font-size: clamp(18px, 2vw, 25px);
    max-width: 400px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.project-container .btn-call-master {
    display: inline-block;
    padding: 10px 20px;
    background-color: #1399fc;
    color: white;
    text-decoration: none;
    font-weight: bold;
}

 .btn-call-master:hover {
    background-color: #1981c7;
         color: white;
}

/* ÃÅ“ÃÂ¾ÃÂ±ÃÂ¸ÃÂ»Ã‘Å’ÃÂ½ÃÂ°Ã‘Â ÃÂ°ÃÂ´ÃÂ°ÃÂ¿Ã‘â€šÃÂ°Ã‘â€ ÃÂ¸Ã‘Â */
@media (max-width: 768px) {
   .project-container {
        flex-direction: column;
    }
    .price-container {
    background-color: #f2f2f2;
    display: flex;
    padding: 20px;
    margin-top: 20px;
    gap: 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
    .certificate-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f9f9f9;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    /* max-width: 700px; */
    margin: 20px auto;
    gap: 60px;
    align-content: flex-start;
    flex-direction: column;
}

   .project-gallery, 
    .right-column {
        width: 100%;
      
    }
    .project-container .right-column 
    {
        width: 100%;
        padding-left: 0;
    }
}