/* title-page */
.title-page{
    padding: 160px 0 60px;
    background: #292D3F url(https://www.profisea.com/wp-content/uploads/2025/10/header-image-oracle.png) 100% 0% / contain;
    background-repeat: no-repeat;
    border-radius: 0 0 120px 120px;
    min-height: 352px;
    /* background-size: 60%; */
}
.title-page h1{
    font-size: 62px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    max-width: 680px;
    max-width: 450px;
}
.title-page h1 span{
    display: block;
}
.title-page .title-page-content p{
    font-size: 20px;
    color: #C3C5CA;
    line-height: 1.5;
    max-width: 680px;
    margin: 24px 0;
}
.title-page .we-support{
    display: flex;
    gap: 20px;
    align-items: center;
}
.title-page .we-support p{
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fff;
    margin: 0;
}
@media screen and (max-width: 1399px){
    .title-page h1{
        font-size: 50px;
    }
}
@media screen and (max-width: 1230px){
    .title-page h1{
        font-size: 40px;
        padding-left: 50px;
    }
    .title-page .title-page-content p{
        font-size: 18px;
        padding-left: 50px;
    }
    .title-page .we-support{
        padding-left: 50px;
    }
    .title-page .we-support p{
        font-size: 24px;
        
    }

}
@media screen and (max-width: 1100px){
    .title-page{
        padding: 160px 0 60px;
        background: #292D3F url(https://www.profisea.com/wp-content/uploads/2025/10/header-image-oracle.png) 125% 0% / contain;
        background-repeat: no-repeat;
        border-radius: 0 0 120px 120px;
        min-height: 352px;
        /* background-size: 70%; */
    }
}
@media screen and (max-width: 991px){
    .title-page{
        padding: 140px 0 30px;
        background: #292D3F url(https://www.profisea.com/wp-content/uploads/2025/10/header-image-oracle.png) 145% 0% / contain;
        /* background-size: 75%; */
        background-repeat: no-repeat;
    }
    .title-page h1,
    .title-page .we-support{
        padding-left: 0;
    }
    .title-page .title-page-content p {
        font-size: 16px;
        max-width: 500px;
        margin: 20px 0;
        padding-left: 0;
    }
    .title-page .we-support img{
        width: 50px;
        height: 50px;
    }
    .title-page h1{
        max-width: 300px;
    }
}
@media screen and (max-width: 767px){
    .title-page{
        border-radius: 0 0 80px 80px;
        height: 325px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 180px;
    }
    .title-page h1,
    .title-page .title-page-content p,
    .title-page .we-support{
        padding-left: 50px;
    }
    .title-page .container{
        padding: 0 30px;
    }
    .title-page h1 {
        max-width: 320px;
    }
}
@media screen and (max-width: 690px){
    .title-page{
        padding-bottom: 100px;
        background: #292D3F url(https://www.profisea.com/wp-content/uploads/2025/10/header-image-oracle.png) 100% 100% / contain;
        background-repeat: no-repeat;
        /* background-size: 87%; */
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 180px;
    }
    .title-page h1,
    .title-page .title-page-content p{
        text-align: left;
        padding-left: 0;
    }
    .title-page .we-support{
        /* text-align: center; */
        padding-left: 0;
    }
    .title-page .title-page-content p{
        padding-left: 0;
    }
    .title-page .we-support{
        flex-wrap: wrap;
        /* justify-content: center; */
    }
    .title-page .we-support p{
        display: block;
        width: 100%;
    }
    
}
@media screen and (max-width: 479px){
    .title-page{
        padding-bottom: 50px;
        background: #292D3F url(https://www.profisea.com/wp-content/uploads/2025/10/header-image-oracle-mobile.png) 100% 100% / cover;
        border-radius: 0 0 60px 60px;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 50% 100%;
        min-height: 660px;
    }
    .title-page h1{
        max-width: 285px;
        text-align: center;
        margin: auto;
    }
    .title-page .we-support p{
        text-align: center;
    }
    .title-page .we-support{
        justify-content: center;
    }
    
}

/* reliable */

.reliable h2{
    text-align: left;
}
.reliable .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.reliable .image{
    width: 100%;
    max-width: 443px;
}
.reliable .image-mobile{
    display: none;
}
.reliable .text{
    width: calc(100% - 493px);
}
.reliable .text p{
    line-height: 1.5;
    margin-bottom: 16px;
}
.reliable .text p:last-of-type{
    margin-bottom: 24px;
}

@media screen and (max-width: 991px){
    .reliable .image{
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .reliable .text{
        width: 100%;
    }
}
@media screen and (max-width: 479px){
    .reliable .image{
        display: none;
    }
    .reliable .image-mobile{
        display: block;
        margin-top: 20px;
    }
    .reliable a{
        width: 100%;
        text-align: center;
    }
}

/* why-aws */
.why-aws .text-center{
    text-align: center;
}
.why-aws a{
    background: #fff;
    color: #292D3F;
}
.why-aws a:hover{
    color: #fff;
    background: #0C60AD;
}
.why-aws h2{
    text-align: center;
    color: #fff;
    margin-bottom: 16px;
    font-size: 62px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
.why-aws .description-why-aws{
    max-width: 730px;
    text-align: center;
    margin: 0 auto 40px;
}
.items-benefits{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}
.items-benefits .item{
    width: calc((100% - 20px) / 3);
    border-radius: 16px;
    background: #3A3F58;
    padding: 24px;
}
.items-benefits .item:nth-child(4),
.items-benefits .item:nth-child(5){
    width: calc((100% - 20px) / 2);
}
.items-benefits .item .title{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    color: #fff;
}
.items-benefits .item .title svg{
    margin-left: 20px;
}
.items-benefits .item p{
    line-height: 1.5;
    color: #F2F2F2;
}
.items-benefits .item .title p{
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    max-width: calc(100% - 76px);
}
@media screen and (max-width: 1599px){
    .items-benefits .item p{
        font-size: 16px;
    }
    .items-benefits .item .title p{
        font-size: 20px;
    }
}
@media screen and (max-width: 1230px){
    .items-benefits{
        justify-content: center;
    }
    .items-benefits .item{
        width: calc((100% - 10px) / 2);
    }
}
@media screen and (max-width: 991px){
    .why-aws h2{
        font-size: 44px;
    }
}
@media screen and (max-width: 767px){
    .items-benefits .item{
        width: 100%;
    }
    .why-aws h2{
        font-size: 32px;
    }
    .items-benefits .item .title{
        align-items: center;
    }
    .items-benefits .item:nth-child(4), .items-benefits .item:nth-child(5){
        width: 100%;
    }
}
@media screen and (max-width: 479px){
    .why-aws h2{
        font-size: 28px;
    }
    .items-benefits{
        margin-bottom: 24px;
    }
    
}

/* for-business */

.for-business .text{
    max-width: 65%;
}
.for-business h2{
    text-align: left;
}
.for-business .text p{
    margin-bottom: 12px;
}
@media screen and (max-width: 1199px){
    .for-business .text{
        max-width: 85%;
    }
}
@media screen and (max-width: 991px){
    .for-business .text{
        max-width: 100%;
    }
}
@media screen and (max-width: 479px){
    .for-business .text{
        padding: 0 15px;
    }
}

/* we-provide */
.we-provide{
    background: radial-gradient(50.92% 77.82% at 50% 0%, #1650C8 0%, rgba(22, 80, 200, 0) 100%), linear-gradient(180deg, #202434 0%, #292D3F 70.08%);
}
.we-provide h2{
    margin-bottom: 40px;
    color: #fff;
}
.wrapper-we-provide{
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
.wrapper-we-provide .item{
    width: calc((100% - 10px) / 2);
    border-radius: 24px;
    border: 2px solid #3A3F58;
    padding: 40px;
    background: #292D3F;
}
.wrapper-we-provide .item p{
    color: #fff;
    line-height: 1.5;
    margin-bottom: 12px;
}
.wrapper-we-provide .item p.title{
    color: #FF9900;
    font-size: 24px;
    margin-bottom: 12px;
}


@media screen and (max-width: 1919px){
    .wrapper-we-provide .item p.title{
        font-size: 20px;
    }
}

@media screen and (max-width: 767px){
    .wrapper-we-provide .item{
        width: 100%;
    }
}
@media screen and (max-width: 479px){
    .we-provide{
        padding: 40px 0;
    }
    .we-provide h2{
        margin-bottom: 32px;
    }
    .wrapper-we-provide .item{
        padding: 24px;
    }
}


/* counter */
.counter{
    position: relative;
}
.counter h2{
    text-align: center;
    margin-bottom: 24px;
    position: relative;
    z-index: 9;
}
.lines-counter{
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}
.lines-counter svg{
    width: 100%;
    height: auto;
    position: absolute;
    top: 100px;
    left: 0;
}
.wrapper-counter{
    background: linear-gradient(228.44deg, #1B5CD2 27.42%, #369DFC 79.77%);
    border-radius: 60px;
    padding: 50px 0;
    position: relative;
    z-index: 9;
    overflow: hidden;
    
}
.wrapper-counter .container{
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 10;
    flex-wrap: wrap;
    gap: 10px;
}
.wrapper-counter .container .item{
    position: relative;
    width: calc((100% - 40px)/5);
    text-align: center;
    border: 2px solid #fff;
    padding: 24px;
    border-radius: 24px;
    background: rgba(41, 45, 63, 0.01);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
}
.wrapper-counter .container .item span{
    position: absolute;
    width: 40px;
    height: 40px;
    background: #2ED47A;
    border: 2px solid #1650C8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: -20px;
    left: calc((100% - 40px)/2);
}
.wrapper-counter .container .item p{
    line-height: 1.5;
    font-weight: 600;
}
@media screen and (max-width: 1330px){
    .wrapper-counter .container .item .num{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 1150px){
    .wrapper-counter .container .item{
        padding: 15px;
    }
    .wrapper-counter .container .item p{
        font-size: 18px;
    }
}
@media screen and (max-width: 991px){
    .wrapper-counter .container{
        justify-content: center;
    }
    .wrapper-counter .container .item{
        width: calc((100% - 20px)/3);
    }
    .lines-counter svg{
        top: 40%;
    }
}
@media screen and (max-width: 479px){
    .wrapper-counter .container .item{
        width: 100%;
    }
    .wrapper-counter{
        border-radius: 44px;
    }
    .lines-counter {
        width: 1440px;
        transform: rotate(45deg);
        top: 55%;
        left: -50%;
    }
    .wrapper-counter .container{
        gap: 24px;
    }
    .counter h2{
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* value */
.value{
    padding-bottom: 12px;
}
.value h2{
    margin-bottom: 12px;
    text-align: left;
    padding-right: 100px;
}
.value .text{
    max-width: 65%;
}
.value .text p{
    margin-bottom: 12px;
}
@media screen and (max-width: 1199px){
    .value .text{
        max-width: 85%;
    }
}
@media screen and (max-width: 991px){
    .value .text{
        max-width: 100%;
    }
}
@media screen and (max-width: 479px){
    .value .text{
        padding: 0 15px;
    }
    .value h2{
        padding-right: 0;
    }
    
}

/* lets-get-started */
.lets-get-started{
    background-image: url(../image/bg-lets-get-started.svg);
    background-position: center -60px;
    background-repeat: no-repeat;
    text-align: center;
}
.lets-get-started h2{
    margin-top: -20px;
}
.lets-get-started .btn-theme{
    position: relative;
    z-index: 9;
}
.btn-lets-get-started{
    position: relative;
    padding: 40px;
    border-radius: 56px;
    background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect rx='56' stroke-linecap='round' width='100%' height='100%' style='fill: none; stroke: rgba(37,172,255,.4); stroke-width: 0.5; stroke-dasharray: 4 8'/></svg>");
    display: inline-block;
}
.btn-lets-get-started:after{
    content: '';
    position: absolute;
    z-index: 0;
    top: -30px;
    left: -30px;
    bottom: -30px;
    right: -30px;
    border-radius: 68px;
    background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect rx='68' stroke-linecap='round' width='100%' height='100%' style='fill: none; stroke: rgba(37,172,255,.2); stroke-width: 0.5; stroke-dasharray: 4 10'/></svg>");
}
.btn-lets-get-started:before{
    content: '';
    position: absolute;
    z-index: 0;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    border-radius: 40px;
    background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect rx='40' stroke-linecap='round' width='100%' height='100%' style='fill: none; stroke: rgba(37,172,255,.7); stroke-width: 0.5; stroke-dasharray: 4 6'/></svg>");
}
.btn-lets-get-started > div{
    padding: 10px;
    border-radius: 32px;
    /* border: 0.5px dashed rgba(37,172,255,1); */
    background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect rx='32' stroke-linecap='round' width='100%' height='100%' style='fill: none; stroke: rgba(37,172,255,1); stroke-width: 0.5; stroke-dasharray: 4 4'/></svg>");
}
.section.lets-get-started h2,
.section.lets-get-started p{
    color: #fff;
}
.section.lets-get-started h2{
    font-size: 62px;
}
.section.lets-get-started h2 span{
    background-color: #fff;
    background-image: linear-gradient(90deg, #fff, #30A8FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1100px){
    .lets-get-started{
        background-position: center -90px;
        padding-bottom: 0;
    }
    .section.lets-get-started h2 {
        font-size: 44px;
    }
}
@media screen and (max-width: 991px){
    .lets-get-started{
        background-position: center -95px;
        padding-bottom: 0;
    }
    .lets-get-started h2{
        margin-top: 0;
    }
}
@media screen and (max-width: 479px){
    .section.lets-get-started h2{
        max-width: 300px;
        margin: 0 auto 30px;
    }
    .lets-get-started{
        background-position: center -68px;
        padding-bottom: 0;
    }
    .lets-get-started p{
        max-width: 260px;
        margin: 0 auto;
    }
}

/* certifications */
.certifications{
    padding: 40px 0 100px;
}
.certifications h2{
    text-align: center;
    margin-bottom: 16px;
}
.certifications .description{
    max-width: 730px;
    margin: 0 auto 40px;
    text-align: center;
}
.wrapper-certifications{
    background: #3A3F58;
    padding: 24px;
    border-radius: 32px;
    border: 1px solid #848698;
}
.wrapper-certifications p{
    text-align: center;
    background-color: #FED40B;
    background-image: linear-gradient(90deg, #FED40B, #FF9900);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
}
.certifications-items{
    display: flex;
    gap: 40px;
}
.certifications-items img{
    width: calc((100% - 160px) / 5);
}
@media screen and (max-width: 991px){
    .certifications-items{
        gap: 24px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .certifications-items img{
        width: 200px;
    }
}
@media screen and (max-width: 510px){
    .certifications-items{
        gap: 40px;
    }
    .wrapper-certifications{
        padding: 24px 16px;
    }
    .certifications-items img{
        width: calc((100% - 40px) / 2);
    }
}

/* -- certifications */

/* solutions */
.solutions{
    padding-top: 0px;
}
.solutions h2{
    margin: 0 auto 40px;
    max-width: 700px;
}

.solutions .container{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.solutions .container .image{
    width: calc(100% - 403px);
    padding-right: 40px;
}
.solutions .container .text{
    width: 403px
}
.solutions .container .text p{
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
@media screen and (max-width: 1919px) {
    .solutions h2{
        max-width: 600px;
    }
}
@media screen and (max-width: 991px){
    .solutions .container{
        flex-wrap: wrap;
    }
    .solutions .container .image{
        width: 100%;
        text-align: center;
        padding-right: 0;
    }
    .solutions .container .text{
        width: 100%;
        margin-top: 20px;
    }
}
@media screen and (max-width: 479px){
    .solutions .container .text p{
        font-size: 24px;
    }
    .section.lets-get-started h2 {
        font-size: 29px;
    }
}

