  
        .image-placeholder {
            height: 400px;
            background: #f0f0f0;
            position: relative;
            margin: 3%;
        }
   
        .text{
            align-items: center;
            font-family: 'Times New Roman', Times, serif;
            
        }
        .text p{
            font-size: 16px;
            line-height: 150%;
            margin: 3%;
            margin-bottom: 8%;
        }
        .text h3{
            font-size: 24px;
            margin-left: 25%;
            
        }
        .text a{
            align-self: center;
            font-size: 16px;
            margin: 25%;
            
        }
     
      .stats {
            background: #232f3e;
            color: #FCA914;
            padding: 2rem;
            display: flex;
            justify-content: space-around;
            align-items: center;
        }
        .stat {
            text-align: center;
        }
        .stat-icon {
            font-size: 2rem;
            margin-bottom: 0.5rem;
            
        }

        .projects-title {
            font-size: 24px;
            margin-bottom: 5%;
            margin-left: 39%;
            align-items: center;
            font-family: 'Times New Roman', Times, serif;
        }
      
        .projects-subtitle {
            font-size: 1.5rem;
            margin-bottom: 2rem;
        }
        .projects-cards {
            display: flex;
            justify-content: center;
            gap: 2rem;
            margin-bottom: 2rem;
        }
           #discover-work-btn{
            margin-left: 40%;
        }
        .satisfied {
            background: #ff6600;
            color: white;
            padding: 2rem;
            border-radius: 8px;
            align-items: center;
            
        }
        .satisfied h3 {
            margin-bottom: 1rem;
            margin-left: 40%;
        }
        .drop-btn {
            background: white;
            color: #ff6600;
            padding: 0.5rem 1rem;
            border: none;
            cursor: pointer;
            margin-top: 1rem;
            margin-left: 40%;
        }

       


@media (max-width: 760px) {
         .text a{
           
            font-size: 16px;
        }
           .text h3{
            font-size: 20px;
            
        }
         
           .satisfied h3 {
            font-size: 20px;
            margin-bottom: 1rem;
            margin-left: 15%;
        }
        .drop-btn {
            margin-left: 30%;
        }
         .projects-title {
            font-size: 20px;
            margin-bottom: 3%;
            margin-left: 10%;
        }
        #discover-work-btn{
            margin-left: 10%;
            font-size: 16px;
        }
 

}




.footer-bottom {
      background: linear-gradient(180deg, #232f3e 0%, #1a2332 100%);
    text-align: center;
    padding: 1.5rem 2rem;
    margin-top: 3rem;
    border-top: 1px solid rgba(255, 102, 0, 0.2);
    font-family: 'Times New Roman', Times, serif;
}

.footer-bottom p {
    margin: 0;
    font-size: 0.9rem;
    color: #aaa;
}

.footer-bottom a {
    color: #ff6600;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}


