*{
    margin: 0;
    padding: 0;
    line-height: 1.5!important;
    font-family: "Work Sans", sans-serif;
}

.navbar-brand img{
    width: 40px;
}


.social-links a{
    margin: 0 4px;
}

.social-links a:hover img{
    transform: scale(1.1);
}


header{
    padding: 7% 0 10%;
    text-align: center;
    position: relative;
    top: -65px;
    z-index: -999;
}


.content-container{
    max-width: 1200px!important;
    margin: 0 auto;
    padding: 0 20px;
}

.title-items{
    text-align: center;
    max-width: 700px;
    margin: 0 auto 4rem;
}

.title-items .cat{
    color: #4A5565;
    font-size: 14px;
    font-weight: 600;
}

.title-items .title{
    color: #88A587;
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 20px;
}

.title-items .intro{
    color: #4A5565;
    font-size: 18px;
    font-weight: 400;}


.align{
    color: #88A587;
}

.atlas{
    color: #E7205F!important;
}

.section-bg{
    background-color: #f8f8f8;
}

section{
    padding: 0px 0 60px 0px;
}

.align-hero-img{
    text-align: center;
    margin-top: -300px;
    margin-bottom: 24px;
    border-radius: 10px;
}

.list-items .list-title{
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #4A5565;
}

.list-items .list-text{
    font-size: 18px;
    font-weight: 600;
    color: #29293D;
    margin-top: -8px;
}

.project-overview{
    max-width: 600px;
    margin: 0 auto;
}

.project-overview .title{
    font-size: 36px;
    margin-bottom: 12px;
    font-weight: 700;
    color: #29293D;
}

.project-overview .text{
    color: #4A5565;
    font-size: 18px;
    font-weight: 400;}

    .large-img{
        margin: 0px auto;
        text-align: center;
    }

    .process-img{
        border-radius: 10px;
        max-width: 1120px;
    }


.main-cta{
    padding: 24px 66px;
    background-color: #88A587;
    color: #f8f8f8;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

.testimonial-card {
            background: linear-gradient(145deg, #ffffff, #f5f5f5);
            border-radius: 20px;
            padding: 2rem;
            box-shadow: 8px 8px 16px #e6e6e6, -8px -8px 16px #ffffff;
            transition: transform 0.3s ease;
        }
        
        .testimonial-card:hover {
            transform: translateY(-5px);
        }
        
        .quote-icon {
            font-size: 4rem;
            color: #6c63ff;
            opacity: 0.2;
            position: absolute;
            top: 1rem;
            right: 2rem;
        }
        
        .avatar {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid #6c63ff;
        }
        
        .carousel-indicators {
            bottom: -3rem;
        }
        
        .carousel-indicators button {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #6c63ff;
            opacity: 0.5;
        }
        
        .carousel-indicators .active {
            opacity: 1;
        }
        
        .testimonial-text {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #555;
        }
        
        .client-name {
            color: #2d2d2d;
            font-weight: 600;
        }
        
        .client-position {
            color: #6c63ff;
            font-size: 0.9rem;
        }

        .testimonial-name{
    color: #4A5565;
    font-size: 16px;
    font-weight: 400;
    margin-top: 12px;
    text-transform: uppercase;
        }

        .large-img{
            padding: 60px 16px!important;
        }

@media only screen and (max-width: 1920px){
.align-hero-img{
    margin-top: -200px;
}
}


@media only screen and (max-width: 1250px){
.align-hero-img{
    margin-top: -200px;
}

.process-img{
    width: 100%;
}
}

@media only screen and (max-width: 912px){
.text-section{
    padding: 0px 16px 60px;
}

.align-hero-img{
    margin-top: -140px;
}

header{
    padding: 12% 0 10%;
}

.title-items{
    padding: 0px 16px;
}

.list-item{
    margin-bottom: 12px;
}

}

@media only screen and (max-width: 568px){


.title-items .title{
    font-size: 48px;
    line-height: 40px!important;
}

.align-hero-img{
    margin-top: -180px;
}

header{
    padding: 24% 0 24%;
}

.title-items .intro{
    font-size: 18px;
}

.title-items .title{
    margin-bottom: 32px;
}
}