.project-image-container {
    position: relative;
}

.project-image {
    height: 350px;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
    filter: brightness(0.95);
}

.project-logo {
    top: 0;
    left: 0;
    padding: 10px;
}

.project-logo .logo-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: white;
    padding: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.progress-container {
    height: 17px;
    border-radius: 5px;
    position: relative;
    background-color: #e3dfdf;
}

.progress-text {
    font-weight: bold;
    position: absolute;
    width: 100%;
    text-align: center;
}

.other-projects {
    background-color: #fffbfb;
    border-radius: 16px;
}

.other-project-item {
    background-color: rgba(255, 255, 255, 0.1);
}

.other-project-img {
    width: 60px;
    height: 60px;
}

.progress-bar-container {
    height: 6px;
    border-radius: 3px;
    background-color: #e3dfdf;
}

.progress-bar-container .progress-bar {
    height: 100%;
}

    .btn-social {
        background: transparent;
        border: 2px solid #0056b3;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: #0056b3;
        transition: 0.3s ease;
    }

    .btn-social:hover {
        background: #0056b3;
        color: white;
    }

    .modal-header {
        border-bottom: none;
        text-align: right;
    }

    .modal-header .btn-close {
        position: absolute;
        left: 15px;
        top: 15px;
    }

    .btn-social {
        border-radius: 50%;
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        transition: 0.3s ease-in-out;
        border: none;
    }


    .btn-facebook {

         background-color: white;
        color: #1877F2;
        border: 2px solid #1877F2
    }
    .btn-facebook:hover {

         background-color: #1877F2;
        color: #fff;
        border: 2px solid #fff
    }


    .btn-twitter {
         background-color: white;
        color: #1DA1F2;
        border: 2px solid #1DA1F2
    }
 .btn-twitter:hover {
         background-color: #1DA1F2;
        color: #fff;
        border: 2px solid #fff
    }
    .btn-linkedin {

         background-color: white;
        color: #0077B5;
        border: 2px solid #0077B5
    }

     .btn-linkedin:hover {

         background-color: #0077B5;
        color: #fff;
        border: 2px solid #fff
    }

    .btn-whatsapp {
         background-color: white;
        color: #25D366;
        border: 2px solid #25D366
    }
     .btn-whatsapp:hover {
         background-color: #25D366;
        color: #fff;
        border: 2px solid #fff
    }

    .btn-copy {
        background-color: white;
        color: #6c757d;
        border: 2px solid #6c757d
    }
    .btn-copy:hover {
        background-color: #6c757d;
        color: #fff;
        border: 2px solid #fff
    }


    .btn-social:hover {
        filter: brightness(85%);
    }


    .modal-header {
        border-bottom: none;
        text-align: right;
    }

    .modal-header .btn-close {
        position: absolute;
        left: 15px;
        top: 15px;
    }
    .project-title {
        font-size: 22px;
        margin-bottom: 20px;
        color: rgb(36, 90, 165);
    }

    .trees-section h2{
            font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(36, 90, 165);
    }

    @media (max-width: 768px) {
        .trees-section h2{
            font-size: 20px;

    }

    }
