@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

.orange-text{
    color: #F16522;
}

h1, h2, h3, p {
    margin: 0;
}
.sec-content{
    width: 100%;
    max-width: 1148px;
}

.banner-sec{
    background-color: #1B3660;
    background-image: url('https://www.tech5-us.ai/wp-content/uploads/2025/09/Certifications-banner-left-BG.png'), url('https://www.tech5-us.ai/wp-content/uploads/2025/09/Certifications-banner-right-BG.png');
    background-position: center left, center right;
    background-repeat: no-repeat, no-repeat;
    min-height: 328px;
    background-size: auto 100%, auto 100%;
    padding: 5px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-sec .sec-content{
    display: grid;
    grid-template-columns: 1.75fr 1fr;
    gap: 30px;
}

.banner-sec .sec-content .text-col{
    padding: 60px;
    border-left: 10px solid #F26522;
    position: relative;
    box-shadow: 0px 4px 4px 0px #00000040;
    width: 100%;
}

.text-col-wrraper{
    display: flex;
    align-items: center;
}

.banner-sec .sec-content .text-col::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    mix-blend-mode: soft-light;
}

.img-col {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.banner-sec .sec-content .img-col img{
    width: 100%;
    max-width: 300px;
    position: relative;
}

.banner-sec .sec-content .img-col::before{
     content: '';
    width: 195px;
    height: 195px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
    mix-blend-mode: soft-light;
    border-radius: 200px;
    transform: translate(-50%, -50%);
    filter: blur(50px);
}

.banner-sec .sec-content .text-col h1{
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    z-index: 9;
}

.text-sec{
    background-color: #E4E5E7;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 60px 20px;
}

.text-sec .sec-content p{
    background-color: #fff;
    padding: 25px 60px 25px 30px;
}


.text-sec .sec-content p{
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0%;
    color: #2A2E35;
    z-index: 6;
    position: relative;
}

.text-sec .sec-content p span{
    color: #1B396A;
    font-weight: 700;
}

img.hex-top-left {
    position: absolute;
    top: 20px;
    left: -40px;
}

img.hex-top-right {
    position: absolute;
    top: -27px;
    right: -50px;
}

.text-sec .sec-content {
    position: relative;
}

.cards-sec{
    background: linear-gradient(to bottom, #003148, 80%, #004855);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
}

.cards-sec .sec-content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.cards-sec .sec-content .cols{
    background-color: #FFFFFF;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding: 40px;
}

.cards-sec .cols h2{
    font-weight: 700;
    font-size: 26px;
    color: #1B396A;
    min-height: 100px;
}

.cards-sec .cols p{
    font-weight: 500;
    font-size: 16px;
    color: #2A2E35;
    min-height: 120px;
}

.cards-sec .sec-content .cols img{
    width: 100%;
    max-width: 364px;
}

.cards-sec .cols a{
    padding: 12px 40px;
    background-color: #F16522;
    color: #fff;
    font-size: 16px;
    border-radius: 11px;
    text-decoration: none;
    transition: all 0.3s;
}

.cards-sec .cols a:hover{
    transform: translateY(-2px);
}

.cta-sec{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #006767;
    min-height: 150px;
    background-image: url('https://www.tech5-us.ai/wp-content/uploads/2025/09/cta-bg-left-center.png'), url('https://www.tech5-us.ai/wp-content/uploads/2025/09/cta-bg-center.png'), url('https://www.tech5-us.ai/wp-content/uploads/2025/09/cta-bg-top-right.png');
    background-position: center left, top right, 85% bottom;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 60px 20px;
}

.cta-sec .sec-content{
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    color: #FFFFFF;
}

.cta-sec .sec-content h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    color: #FFFFFF;
}

.cta-sec .sec-content p{
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    margin-top: 10px;
}

.cta-sec .sec-content .col-right{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.cta-sec .sec-content .col-right::before{
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 60px;
    mix-blend-mode: soft-light;
    filter: blur(30px);
}

.cta-sec .sec-content .col-right a{
    padding: 12px 40px;
    background-color: #F16522;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 11px;
    text-decoration: none;
    transition: all 0.3s;
    z-index: 3;
    border: 1px solid #fff;
}

.cta-sec .sec-content .col-right a:hover{
    transform: translateY(-2px);
}

@media screen and (max-width: 1024px) {
    .cards-sec .sec-content{
        grid-template-columns: repeat(1, 1fr);
        width: fit-content;
    }
    .cards-sec .sec-content .cols{
        max-width: 500px;
    }
}

@media screen and (max-width: 768px) {
    .banner-sec .sec-content{
        grid-template-columns: repeat(1, 1fr);
    }
    .banner-sec{
        background-image: url('images/Certifications banner left BG.png');
        background-position: bottom left;
        background-repeat: no-repeat;
        background-size: 450px;
    }
    .cta-sec .sec-content{
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
    }
    .cta-sec .sec-content h2{
        font-size: 32px;
    }
    
}

@media screen and (max-width: 480px) {
    .cards-sec .sec-content .cols{
        padding: 24px;
    }
    .cards-sec .sec-content .cols h2{
        font-size: 22px;
    }
    .banner-sec .sec-content .text-col{
        padding: 20px;
    }
    .banner-sec{
        padding: 60px 20px;
    }
    .banner-sec .sec-content .text-col h1{
        font-size: 32px;
    }
    .text-sec .sec-content p{
        padding: 24px;
    }
    .cta-sec .sec-content h2{
        font-size: 24px;
    }
    .cta-sec .sec-content p{
        font-size: 16px;
    }
}


.main-footer{
    margin-top: 0;
}