/* graditnt-2 */
.background-container {
    position: relative;
    z-index: 0;
    background-color: black;
    overflow: hidden;
    min-height: 100vh;
    width: 100%;
    padding-bottom: 50px;
}
.background-container::before {
    content: "";
    position: absolute;
    width: 50vw;
    height: 50vw; 
    border-radius: 50%;
    filter: blur(8vw); 
    opacity: 0.6;
    z-index: 0;
}
.background-container::after {
    content: "";
    position: absolute;
    width: 80vw;
    height: 50vw;
    border-radius: 50%;
    filter: blur(7vw);
    opacity: 0.5;
    z-index: 0;
}
.background-container::before {
    background: linear-gradient(to right, #C9260C 5%, #FF8000 100%);
    top: 10%;   
    left: 1%; 
}
.background-container::after {
    background: linear-gradient(to right, #C9260C 0%, #FA9CEA 51%, #7300FF 100% );
    top: -1%;
    left: 30%;
}
.background-container::before {
    width: 50vw;
    height: 50vw;
    filter: blur(10vw);
    top: 3%;
    left: -2%;
}
@media (max-width: 768px) {
    .background-container::before {
        width: 100vw;
        height: 100vw;
        filter: blur(15vw);
        top: 7%;
        left: -30%;
    }
    .background-container::after {
        width: 120vw;
        height: 120vw;
        filter: blur(17vw);
        top: 1%;
        left: 10%;
    }
}
@media (max-width: 425px) {
    .background-container {
        padding-bottom: 40px;
    }
}

.hero {
    padding: 200px 50px 100px;
    text-align: left;
}
.hero h1{
    font-weight: normal;
    line-height: 70px;
    margin-bottom: 60px;
}
.hero p{
    font-size: 1.5em;
    color: white;
}
.hero-content {
    max-width: 100vw;
    padding-right: 20vw;
}
@media (max-width: 1024px) {
    .hero {
        padding: 180px 40px 100px;
    }
}
@media (max-width: 768px) {
    .hero {
        padding: 130px 30px 0px;
    }
    .hero h1{
        font-size: 2rem;
    }
    .hero p{
        font-size: 1em;
    }
}
@media (max-width: 425px) {
    .hero {
        padding: 140px 24px 0px;
    }
    .hero .container {
        padding: 0;
    }
    .hero h1{
        text-align: start;
        font-size: 32px;
        margin-bottom: 60px;
        line-height: 1.1;
    }
    .hero p{
        font-size: 20px;
        font-weight: 500;
    }
    .hero-content {
        padding-right: 0;
    }
}
@media (min-width: 1430px) {
    .hero {
        padding: 280px 50px 60px;
    }
    .hero h1{
        font-size: 62px;
        margin-bottom: 120px;
    }
    .hero p{
        font-size: 32px;
    }
}

.service-block {
    color: white;
    position: relative;
    z-index: 1;
}
.service-item {
    display: flex;
    padding: 50px;
    padding-top: 60px;
    border-top: 1px solid rgb(190, 190, 190);
    gap: 32px;
}
.service-image {
    flex: 1;
    max-width: 50%;
}
.service-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}
.service-item .service-image {
    position: relative; 
    overflow: hidden;   
}
.service-item .service-image::before {
    content: '';      
    position: absolute;
    left: 0;           
    bottom: 0;         
    width: 100%;       
    height: 50%;   
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    pointer-events: none;
    z-index: 1;
}
.service-info {
    flex: 1;
    max-width: 50%;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.service-title {
    font-size: 2rem;
    border: 2px solid #FF9000;
    padding: 5px 15px;
    border-radius: 30px;
    display: inline-block;
    width: fit-content;
    margin-bottom: 30px;
}
.service-description {
    margin-top: 10px;
}
.service-list {
    list-style: none;
    padding: 0;
    margin-top: auto; 
}
.service-list li {
    margin-bottom: 5px;
    color: #ABABAB;
}
.service-item.inverted .service-list {
    text-align: right;

}

@media (min-width: 769px) {
    .service-item.inverted .service-image img {
        transform: scaleX(-1);
    }
}
@media (max-width: 1024px) {
    .service-item {
        padding: 40px;
        gap: 20px;
    }
    .service-title {
        font-size: 1.5rem;
        border: 2px solid #FF9000;
        padding: 5px 15px;
        border-radius: 30px;
        display: inline-block;
        width: fit-content;
        margin-bottom: 30px;
    }
    .service-description {
        font-size: 0.9em;
    }
    .service-list {
        font-size: 0.9em;
    }
    .service-list li{
        margin-bottom: 0;
    }
}
@media (max-width: 768px) {
    .service-item {
        flex-direction: column;
        padding: 50px 30px;
    }
    .service-block > .service-item.inverted{
        flex-direction: column-reverse;
    }
    .service-image,
    .service-info {
        max-width: 100%;
    }
    .service-item.inverted{
        flex-direction: column;
    }
    .service-item.inverted .service-list {
        text-align: left;
    }
    .service-info {
        padding: 40px 0px 0px 0px;
    }
    .service-title {
        font-size: 2.2rem;
        border: 2px solid #FF9000;
        padding: 5px 15px;
        border-radius: 30px;
        display: inline-block;
        width: fit-content;
        margin-bottom: 50px;
    }
    .service-description {
        font-size: 1.5em;
        font-weight: lighter;
        margin-bottom: 100px;
    }
    .service-list {
        font-size: 1.5em;
    }
}
@media (max-width: 425px) {
    .service-item {
        padding: 40px 24px;
        gap: 32px;
    }
    .service-info {
        padding: 0;
    }
    .service-title {
        font-size: 20px;
        border: 1px solid #FF9000;
        margin-bottom: 20px;
    }
    .service-description {
        font-size: 14px;
        margin-bottom: 60px;
        margin-top: 0;
    }
    .service-list {
        font-size: 14px;
    }
}
@media (min-width: 1430px) {
    .service-item {
        padding: 70px;
        padding-top: 60px;
    }
    .service-title {
        font-size: 32px;
        margin-bottom: 40px;
    }
    .service-description {
        font-size: 16px;
    }
    .service-list li {
        font-size: 16px;
    }
}