@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;
}

body {
    font-family: "Montserrat", sans-serif;
}

p, h1, h2, h3, h4, h5{
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5{
    line-height: 100%;
}
.orange-text {
    color: #F26522;
}

.shareaholic-share-buttons-container .shareaholic-custom{
    margin-left: 0px !important;
}
.shareaholic-share-buttons-container ul.shareaholic-share-buttons{
    position: relative;
    left: -13px;
}
.py-30 {
    padding-top: 0px !important
}
.hero-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #FEFEFE 0%, #DFDEDE 100%);
    position: relative;

}

.img-top-left {
    width: 145px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.img-bottom-left {
    width: 85px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1;
}

.img-top-right {
    width: 222px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.img-bottom-right {
    width: 215px;
    position: absolute;
    bottom: 2px;
    right: 10px;
    z-index: 2;
}

.img-center {
    width: 271px;
    height: 279px;
    position: absolute;
    top: 25px;
    left: 50%;
    z-index: 1;
}

.hero-sec-content {
    width: 100%;
    max-width: 1200px;
    min-height: 325px;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 20px;
}

.hero-content-col-left {
    background: rgba(255, 255, 255, 0.6);
    min-height: 180px;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.25);
    border-left: 10px solid #F26522;
    border-radius: 0px 6px 6px 0px;
    width: 70%;
    display: flex;
    align-items: center;
    padding-left: 70px;
}

.hero-content-col-left h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    letter-spacing: 0%;
    text-shadow: 0px 2px 1px #00000040;
    color: #1B3A6A;

}

.hero-content-col-right {
    width: calc(30% - 20px);
    display: flex;
    justify-content: center;
}

@media (max-width: 1024px) {
    .img-center {
        display: none;
    }
}

/* Tablet (<= 992px) */
@media (max-width: 768px) {
    .img-center {
        display: none;
    }

    .hero-sec-content {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .hero-content-col-left,
    .hero-content-col-right {
        width: 100%;
        padding: 20px;
        min-height: 130px;
    }

    .hero-content-left h1 {
        font-size: 26px;
        line-height: 1.3;
    }
}

/* Mobile (<= 576px) */
@media (max-width: 480px) {
    .hero-content-col-left h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .hero-sec-content {
        gap: 20px;
    }

    .hero-content-col-right img {
        max-width: 100%;
        height: auto;
    }
}




/* Banner Sec */

.banner-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px;
}

.banner {
    width: 100%;
    max-width: 1154px;
    min-height: 760px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.banner .logo-frame {
    position: absolute;
    top: -40px;
    left: 0;
}

.banner .topic-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 178px;
}

.banner .content {
    max-width: 840px;
    padding: 32px 0px 32px 70px;
    background: linear-gradient(90deg, #128bbb75 55.5%, rgba(255, 255, 255, 0) 100%);
    display: flex;
    align-items: center;
}

.banner .content h1 {
    max-width: 466px !important;
    color: white;
    font-size: 36px;
    line-height: 48px;
}

.banner .content img {
    margin: -100px -236px -100px 0px;
    width: 100%;
}




.main-content-sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 35px;
    padding-top: 0px;
}

.main-content-wrraper {
    width: 100%;
    max-width: 1154px;
}

.main-content-sec .title {
    color: #1B396A;
    font-size: 40px;
    font-weight: 700;

}

.main-content-sec p.excerpt {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    padding-top: 21px;
}

.how-it-work {
    margin-top: 50px;
    padding: 29px 34px 38px 42px;
    background-color: #EDEDED;
    display: flex;
    gap: 56px;

}

.how-it-work h1 {
    width: 100%;
    max-width: 443px;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 40px;
    color: #1B396A;
    margin: auto;
}

.how-it-work div {
    width: calc(100% - 490px);
}
.how-it-work div p{
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #000;
    margin-bottom: 20px;
}

.counter-wrraper {
    margin-top: 21px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
    column-gap: 32px;
}

.counter-box {
    padding: 20px 30px;
    background-color: #F3F3F3;
    display: flex;
    gap: 27px;
    box-shadow: 0px 4.57px 4.57px 0px #00000026;
}

.count-number {
    width: 100px;
    height: 53px;
    

}
.count-number img{
    width: 100%;
    height: 100%;
    margin-right: auto;
}

.counter-box .counter-content h3 {
    margin-bottom: 15px;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1B396A;
}

.counter-box .counter-content p {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #000000;
}

.contnet-wrraper {
    margin-top: 71px;
    background: #fff;
    padding: 36px;
}

.contnet-wrraper .img-and-text {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 27px;
    gap: 28px;
    position: relative;
}

.contnet-wrraper .img-and-text .content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contnet-wrraper .img-and-text div .main-vector {
    width: 100%;
}

.contnet-wrraper .img-and-text .content p {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}

.contnet-wrraper .img-and-text .content p a{
    color: #437FEC;
    text-decoration: none;
}

.img-hexs {
    position: absolute;
    right: 0;
    bottom: 0;
}


.key-takeaways {
    margin-top: 54px;
    padding: 40px 46px 35px 44px;
    background-color: #EDEDED;
    display: flex;
    justify-content: space-between;
}

.key-takeaways h1 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;

    margin: auto 0px;
    color: #1B396A;
}

.key-takeaways p {
    max-width: 695px;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
}


.content-cta {
    background-color: #006767;
    min-height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('https://www.tech5-us.ai/wp-content/uploads/2025/04/register-cta-img-left.png'), url('https://www.tech5-us.ai/wp-content/uploads/2025/04/register-cta-img-right.png');
    background-position: center left, center right;
    background-repeat: no-repeat, no-repeat;
    mix-blend-mode: multiply;
}

.content-cta .content-wrapper {
    background-color: #03ffff71;
    border-left: 10px solid #F26522;
    padding: 40px;
    width: 100%;
}

.content-cta .content-wrapper .content {
    max-width: 1154px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
}

.content-cta .content-wrapper .content h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    max-width: 794px;
}

.content-cta .content-wrapper .content a {
    padding: 12px 52px;
    background-color: #F26522;
    color: #fff;
    text-decoration: none;
    border: 1px solid #FFFFFF;
    border-radius: 11px;
    font-weight: bold;
    max-width: 230px;
}



@media screen and (max-width: 1200px) {
    .hero-sec-content {
        padding: 35px;
    }

    .banner .content img {
        margin: -100px -100px -100px 0px;
        max-width: 436px;
    }

    .banner .content h1 {
        font-size: 26px;
        line-height: 34px;
    }

    .how-it-work {
        flex-direction: column;
        gap: 20px;
        align-content: flex-start;
    }

    .how-it-work h1 {
        margin: unset;
        margin-right: auto;
        max-width: 100%;
    }

    .how-it-work p {
        width: 100%;
    }

    .key-takeaways {
        flex-direction: column;
        gap: 20px;
    }

    .content-cta .content-wrapper .content a {
        padding: 12px 52px;
        max-width: 220px;
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .main-content-sec .title {
        font-size: 28px;
    }

    .how-it-work {
        padding: 26px;
    }

    .how-it-work h1 {
        font-size: 28px;
    }

    .counter-wrraper {
        grid-template-columns: repeat(1, 1fr);
    }

    .contnet-wrraper .img-and-text {
        grid-template-columns: repeat(1, 1fr);
    }

    .key-takeaways h1 {
        font-size: 28px;
    }

    .content-cta .content-wrapper .content {
        gap: 20px;
        flex-direction: column;
    }

    .content-cta .content-wrapper .content a {
        margin-right: auto;
    }

    .content-cta .content-wrapper {
        padding: 35px;
    }

    .banner .content {
        flex-direction: column;
        max-width: 100%;
        width: 100%;
        padding: 35px;
        background: linear-gradient(180deg, #128bbb75 0.5%, rgba(255, 255, 255, 0) 60% 100%);
    }

    .banner .content img {
        margin: 0;
    }

    .banner .content h1 {
        max-width: 100% !important;
        text-align: center;
    }

    .banner {
        min-height: unset;
        padding: 175px 70px 0px 70px;
    }
}

@media screen and (max-width: 768px) {
    .hero-sec-content {
        padding: 20px;
    }

    .banner-sec {
        padding: 20px;
    }

    .main-content-sec {
        padding: 20px;
    }

    .contnet-wrraper {
        margin-top: 20px;
    }

    .content-cta .content-wrapper {
        padding: 20px;
    }

    .banner {
        padding: 130px 30px 0px 30px;
    }

    img.logo-frame {
        width: 90%;
    }

    .banner .topic-badge {
        width: 124px;
    }
}

@media screen and (max-width: 480px) {
    .banner .topic-badge {
        width: 72px;
    }

    img.logo-frame {
        top: -16px !important;
    }

    .banner {
        padding: 0px 0px 0px 0px;
    }

    .banner .content {
        padding: 100px 20px 20px 20px;
        gap: 20px;
    }

    .banner .content img {
        margin-left: -30px;
    }

    .key-takeaways {
        padding: 26px;
    }
}

.main-footer{
    margin-top: 0px;
}
.main-footer .full-cta-section{
    display: none;
}