@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: #F8FAFC;
    font-family: 'Inter',sans-serif;
}
nav{
    width: 100%;
}
.con1{
    width: 100%;
    height: 80px;
    border: 1px solid black;
    display: flex;
    justify-content: space-between;
}

.btn{
    font-weight: bold;
    padding-left: 32px;
    padding-top: 30px;
    padding-bottom: 32px;
    padding-right: 35.97px;
    font-size: medium;
}
.links{
    display: flex;
    padding-top: 30px;
    display: flex;
    gap: 40px;
} 
a{
    text-decoration: none;
    color: gray;
    font-weight: bold;
}
a:active{
    color: #003EC7;
    text-decoration: underline;
}
.btn1{
    height: 35px;
    width: 130px;
    background: linear-gradient(#003EC7,#0052FF);
    border-radius: 9px;
    color: white;
    font-size: small;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    margin-right:20px ;
}
.capabilities{
    width:100%;
    background:#F8FAFC;
    display:flex;
    justify-content:center;
}

.capwrap{
    width:1395px;
    padding-top:80px;
    padding-bottom:80px;
    background-color: #faf8ff;
}
.capheader{
    display:grid;
    grid-template-columns:2fr 1fr;
    column-gap:80px;
}

.capsmall{
    font-size:14px;
    letter-spacing:3px;
    color:#005A3C;
}

.capheading{
    font-family:'Manrope';
    font-size:66px;
    margin-top:15px;
}

.capheading span{
    color:#003EC7;
}

.capright{
    font-size:21px;
    color:#434656;
    margin-top: 62px;
}
.caprow{
    margin-top:109px;
    display:grid;
    grid-template-columns:1fr 1fr;
    column-gap:60px;
    align-items:center;
    height: 616px;
}

.caprow.reverse{
    margin-top:120px;
}

.capsub{

    font-size:12px;
    letter-spacing:2px;
    color:#6B7280;
}
#top{
    margin-bottom: 480px;
}

.captitle{
    font-size:40px;
    font-family:'Manrope';
    margin-top:10px;
}

.capdesc{
    margin-top:15px;
    font-size:16px;
    color:#434656;
    width:420px;
    line-height: 1.7;
}

.caplist{
    margin-top:25px;
    display:flex;
    flex-direction:column;
    gap:8px;
    color:#005A3C;
    line-height: 1.5;
}

.caplinks{
    margin-top:20px;
    color:#0052FF;
    line-height: 1.7;
}
.capimage img{
    width:100%;
    border-radius:12px;
    height: 750px;
}
#newimg{
    width:100%;
    border-radius:12px;
    height: 263px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.capgrid{
    margin-top:120px;
    display:grid;
    grid-template-columns:1fr 1fr;
    column-gap:40px;
}

.gridcard{
    padding:40px;
    border-radius:12px;
}

.gridcard.light{
    background:#EEF2F7;
}

.gridcard.blue{
    background:#0F3FBF;
}

.gridtitle{
    font-size:26px;
    margin-top:10px;
}

.gridtext{
    margin-top:15px;
    font-size:15px;
    color:#434656;
}

.white{
    color:white;
}

.tags{
    margin-top:20px;
}

.tags span{
    background:#DDE3FF;
    padding:6px 12px;
    border-radius:6px;
    font-size:12px;
    margin-right:8px;
}

.gridlink{
    margin-top:25px;
    color:white;
}
.productdesign{
    width:100%;
    height:420px;
    background:#EEF2F7;
    display:flex;
    justify-content:center;
    align-items:center;
}

.pdwrap{
    width:1395px;
    text-align:center;
}

.pdsmall{
    font-size:12px;
    letter-spacing:3px;
    color:#6B7280;
}

.pdtitle{
    font-family:'Manrope';
    font-size:40px;
    margin-top:10px;
}

.pddesc{
    margin-top:10px;
    font-size:15px;
    color:#434656;
}
.pdgrid{
    margin-top:50px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    column-gap:40px;
}

.pdcard{
    padding:20px;
}

.pdcard img{
    margin-bottom:12px;
}

.cardtitle{
    font-size:16px;
    font-weight:bold;
}

.carddesc{
    margin-top:6px;
    font-size:14px;
    color:#6B7280;
}
.cta3{
    width:100%;
    height:320px;
    background:#E9EEF8;
    display:flex;
    justify-content:center;
    align-items:center;
}

.cta3wrap{
    width:1395px;
    text-align:center;
}

.cta3title{
    font-family:'Manrope';
    font-size:42px;
}

.cta3title span{
    color:#0052FF;
}

.cta3desc{
    margin-top:12px;
    font-size:15px;
    color:#6B7280;
}

.cta3buttons{
    margin-top:25px;
    display:flex;
    justify-content:center;
    gap:20px;
}

.cta3btn1{
    width:180px;
    height:48px;
    background:linear-gradient(#003EC7,#0052FF);
    color:white;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:8px;
}

.cta3btn2{
    width:200px;
    height:48px;
    background:white;
    color:#005A3C;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:8px;
}
.footer2{
    width:100%;
    height:140px;
    background-color:#F8FAFC;
    display:flex;
    justify-content:center;
    align-items:center;
}

.footerwrap{
    width:1395px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.fleft{
    font-weight:bold;
}

.fcenter{
    display:flex;
    gap:40px;
    color:gray;
    font-size:14px;
}
@media (max-width: 1024px) {
    .capheader {
        grid-template-columns: 1fr;
    }
    .capright {
        margin-top: 20px;
    }
    .caprow {
        grid-template-columns: 1fr;
    }
    .reverse {
        flex-direction: column-reverse;
    }
    .capgrid {
        grid-template-columns: 1fr;
    }
    .pdgrid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .con1 {
        flex-direction: column;
        height: auto;
        padding: 15px;
        gap: 15px;
    }
    .links {
        padding-top: 10px;
        gap: 20px;
    }
    .btn1 {
        margin: 0;
    }
    .capwrap {
        width: 100%;
        padding: 40px 20px;
    }
    .capheading {
        font-size: 42px;
    }
    .caprow {
        height: auto;
    }
    .capimage img, #newimg {
        height: auto;
    }
    .productdesign {
        height: auto;
        padding: 40px 20px;
    }
    .pdwrap {
        width: 100%;
    }
    .pdgrid {
        grid-template-columns: 1fr;
    }
    .cta3 {
        height: auto;
        padding: 40px 20px;
    }
    .cta3wrap {
        width: 100%;
    }
    .cta3title {
        font-size: 28px;
    }
    .cta3buttons {
        flex-direction: column;
        align-items: center;
    }
    .footer2 {
        height: auto;
        padding: 30px 20px;
    }
    .footerwrap {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .fcenter {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.fright{
    font-size:14px;
    color:gray;
}
