@import url('references.css');

.intro-img.intro-web{
    background-image: url(../img/services/intro-web.webp);
}
.intro-img.intro-software{
    background-image: url(../img/services/intro-software.jpeg);
}
.intro-img.intro-mobile{
    background-image: url(../img/services/intro-mobile.jpg);
}
.intro-img.intro-saas{
    background-image: url(../img/services/intro-saas.webp);
}
.intro-img.intro-commerce{
    background-image: url(../img/services/intro-commerce.webp);
}
.intro-img.intro-mvp{
    background-image: url(../img/services/intro-mvp.png);
}

.service-detail{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 30px;
}
.service-detail > .text-container:not(.full-width){
    width: 50%;
}
.service-detail > .text-container > span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-detail .support-side{
    width: 35%;
}
.service-detail p{
    color: #4D5F5E;
}
.service-detail a{
    text-decoration: underline;
    font-size: 17px;
    font-weight: 600;
}
.service-detail hr{
    margin: 40px 0;
}
.service-detail .text-container ~ hr{
    max-width: 45%;
}
.service-detail h4{
    font-size: 1.5rem;
    font-weight: 600;
}
.service-detail .text-container > .text{
    padding: 10px 0;
    position: relative;
}
.service-detail .text-container > .text .glow{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, var(--background), transparent 25%);
    z-index: 1;
    pointer-events: none;
}
.service-detail .text-container > .text h3{
    font-size: 1.25rem;
    font-weight: 400;
    color: #000;
    margin: 40px 0 0
}
.service-detail .flex{
    column-gap: 60px;
}
.support-side{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-left: 60px;
    padding: 30px 30px 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 600px;
    height: 600px;
    align-self: end;
    margin-bottom: 40px;
    font-size: 1rem !important;
}
.support-side a{
    font-size: 1rem !important;
}
.support-side h3{
    font-size: 1.5rem;
}