@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=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.pimcore-url-hint {
    display: block;
    margin-top: 4px;
    padding: 2px 6px;
    background: #fffbe6;
    border: 1px dashed #cca;
    border-radius: 3px;
    font-size: 11px;
    color: #666;
}

:root {
    --fs10:10px;
    --fs12:12px;
    --fs14:14px;
    --fs16:16px;
    --fs18:18px;
    --fs20:20px;
    --fs22:22px;
    --fs24:24px;
    --fs32:32px;
    --fs26:26px;
    --fs28:28px;
    --fs30:30px;
    --fs32:32px;
    --fs34:34px;
    --fs36:36px;
    --fs38:38px;
    --fs40:40px;
    --fs42:42px;
    --fs44:44px;
    --fs46:46px;
    --fs48:48px;
    --fs50:50px;
    --fs52:52px;
    --fs54:54px;
    --fs60:60px;
    --fs62:62px;
    --fs64:64px;
    --fs70:70px;

    --inter:"Inter", sans-serif;
    --tight:"Inter Tight", sans-serif;;
    --open:"Open Sans", sans-serif;

    --scroller-speed: 20s; /* lower = faster */

    --blue:#191A3D;
    --green:#00AB75;
    --sand:#F6F1EC;
    --lime:#2BE573;
    --black:#000;
    --white:#fff;

    --text:#555855;


    --border:#d9d9d9;
}

body {
   font-family: var(--tight);
   padding-top: 94px;
}

main {
    width:100%;
    height:auto;
    overflow:hidden;
}

h1,
h2,
h3,
h4,
h5,
h6{
    color:var(--blue);
    font-family: var(--tight);
}

p {
    font-size:var(--fs20);
    line-height:var(--fs30);
    color:var(--text);
    font-weight:400;
}

a{
    text-decoration: none;
}

ul{
    margin: 0px;
    padding: 0px;
}

li{
    list-style: none;
}

.container {
    max-width:1500px;
}

/* Common  */

.padd10 {
    padding:10px 0px;
}

.padd20 {
    padding:20px 0px;
}

.padd30 {
    padding:30px 0px;
}

.padd40 {
    padding:40px 0px;
}

.padd50 {
    padding:50px 0px;
}

.padd60 {
    padding:60px 0px;
}

.padd70 {
    padding:70px 0px;
}

.padd80 {
    padding:80px 0px;
}

.padd90 {
    padding:90px 0px;
}

.padd100 {
    padding:100px 0px;
}
.padd110 {
    padding:110px 0px;
}
.padd120 {
    padding:120px 0px;
}

.z-0 {
    z-index:0
}

.z-1 {
    z-index:1
}

.z-2 {
    z-index:2
}




/* Heading */

.heading .subtitle{
    color: var(--green);
    font-family: var(--open);
    font-weight: 600;
    letter-spacing: 1px;
    font-size: var(--fs14);
}  
.heading h2{
    font-size: var(--fs42);
    line-height: var(--fs52);
    font-weight: 600;
    color: var(--blue);
    margin: 0px;
}
.heading a{
    font-size: var(--fs16);
    font-family: var(--inter);
    font-weight: 500;
    color: var(--blue);
    gap: var(--fs12);
}


/* Buttons */

.btn-primary{
    background: var(--green);
    border:2px solid var(--green);
    color: var(--white);
    border-radius: var(--fs48);
    padding: 0 var(--fs26);
    line-height: var(--fs50);
    font-weight: 500;
    transition: all 0.8s ease-in-out;
    font-family: var(--inter);
    text-transform: capitalize;
}
.btn-primary:hover{
    background: transparent;
    color: var(--blue);
    border-color: var(--blue);
    transition: all 0.8s ease-in-out;
}



/* Header */

.header{
    background: var(--blue);
    padding: var(--fs24) 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.header .container-fluid{
    max-width:96%;
}

.mainMenu > ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--fs30);
}
.mainMenu > ul > li > a{
    font-size: calc(var(--fs16) - 2px);
    font-weight:500;
    letter-spacing:1.1px;
    text-transform: uppercase;
    color: var(--white);
    font-family: var(--inter);
}
.mainMenu > ul > li > a:hover{
    color: var(--green);
}

.hSearch{
    position: relative;
    width: 360px;
}
.hSearch input{
    width: 100%;
    height: auto;
    line-height: var(--fs46);
    border-radius: var(--fs50);
    border: 0px;
    padding: 0px var(--fs16) 0px var(--fs44);
    font-size: var(--fs14);
    font-weight: 500;
}
.hSearch span {
    position: absolute;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--blue);
    font-size: var(--fs22);
}
.hSearch input:focus{
    outline:none;
}
.lang{
    cursor: pointer;
}
.lang > div{
    color: var(--white);
    font-size: var(--fs14);
    letter-spacing:1px;
}
.lang > div img{
    border-radius:4px;
}
.lang svg{
    height: var(--fs14);
}
.lang svg path{
    fill: rgba(255,255,255,0.50);
}

.lang {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: var(--fs10);
}



.language-dropdown{
    position: relative;
    width: fit-content  ;
}
 
.dropdown-btn{
    width: 100%;
    height: 46px;
    background: #191a3d;
    border: none;
    color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: var(--fs10);
    padding: 0 0px;
    cursor: pointer;
}
 
.selected-flag{
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.selected-flag img{
    border-radius: 2px;
    height: 100%;
}
 
.selected-text{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}
 
.arrow{
    margin-left: auto;
    font-size: 13px;
    transition: transform .3s ease;
    opacity: 0.7;
    color: #fff;
}
.dropdown-btn.open .arrow{
    transform: rotate(180deg);
}
 
.customDropdown-menu{
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
    background: #191a3d;
    border-radius: 12px;
    overflow: hidden;
    display: none;
    z-index: 100;
    box-shadow: 0 12px 28px rgba(0,0,0,.35);
}
 
.customDropdown-menu.active{
    display: block;
}
 
.dropdown-item{
    color: white;
    padding: 14px 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
}
 
.dropdown-item:hover{
    background: rgba(255,255,255,1
    );
}





.megaMenu {
    position: absolute;
    top:150px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all 1s ease-in-out;
    max-width: 53%;
}
.mainMenu > ul > li:hover .megaMenu{
    top: 94px;
    z-index: 99;
    visibility:visible;
    opacity: 1;
    transition: all 1s ease-in-out;
}
.megaMenu .row {
    background: var(--white);
    border-radius: var(--fs24);
    padding: var(--fs34) var(--fs14);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.megaMenu h5{
    text-transform: uppercase;
    font-size: var(--fs14);
    font-family: var(--inter);
    letter-spacing:0.5px;
    font-weight:600;
    margin-bottom: var(--fs24);
}

ul.subMenu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: calc(var(--fs10) + 2px);
}

ul.subMenu li {
    line-height: normal;
}

ul.subMenu li a {
    color: var(--text);
    line-height: normal;
    display: inline-block;
    font-size: var(--fs14);
    font-family: var(--inter);
    font-weight: 500;
}
ul.subMenu li a:hover{
    color: var(--blue);
}

.hamburger {
    background: transparent;
    height: var(--fs28);
    width: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding-left: var(--fs16);
    margin-left: var(--fs16);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.hamburger span {
    color:var(--white);
    font-size:var(--fs40);
}

.serIcon {
}

.serIcon span {
    color: #fff;
}
.serIcon:hover{
    opacity: 1;
}


.smmenu{display: none;}


/* Banner */

.hero{
    background-image: url(/static/frontend/img/banner.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    position: relative;
   
}
.hero:before{
    position: absolute;
    left: 0;
    bottom: 0;
    background-image:url(/static/frontend/img/herobg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center left;
    width:62%;
    height: 100%;
    content: "";
}
.hero:after {
    position: absolute;
    left: -12%;
    bottom: 0;
    background-image: url(/static/frontend/img/waveline4.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center left;
    width: 473px;
    height: 100%;
    content: "";
    right: 0;
    margin: 0 auto;
}
.hero .container{
     height:700px;
     display: flex;
     align-items: center;
     justify-content: flex-start;
}
.heroText {
    position: relative;
    max-width: 670px;
    z-index: 9;
}

.heroText label{
    font-size: var(--fs14);
    letter-spacing: 1.5px;
    font-weight: 500;
    border-radius: var(--fs30);
    padding: calc(var(--fs10) - 4px) var(--fs16);
    text-transform: uppercase;
    color: rgba(255,255,255,0.8);
    margin-bottom: var(--fs20);
    background:rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.8);
}
.heroText h1{
    font-weight:600;
    font-size: var(--fs64);
    line-height: var(--fs70);
    color: var(--white);
    margin-bottom: var(--fs20);
}
.heroText p{
    color:rgba(255,255,255,0.8) ;
    letter-spacing: 0.3px;
    font-size: var(--fs24);
    line-height: var(--fs34);
    margin-bottom: var(--fs40);
}
.heroText > div button:first-child:hover{
    background: var(--white);
    color: var(--blue);
    border-color: var(--white);
}
.heroText > div button:last-child{
    border-color: var(--white);
    color: var(--white);
    background: transparent;
}
.heroText > div button:last-child:hover{
    background: var(--green);
    border-color: var(--green);
    color: var(--white);
}


/* Industry */

.inditem{
    overflow: hidden;
    border-radius:var(--fs24);
    position: relative;
}
.inditem img{
    max-width: 100%;
    display: block;
    transform: scale(1.0);
    transition: all 0.8s ease-in-out;
}
.inditem:hover img{
    transform: scale(1.1) rotate(3deg);
    transition: all 0.8s ease-in-out;
}
.indText{
    background: rgba(25, 26, 61, 0.36);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    padding: var(--fs24);
    gap: var(--fs20);
}
.indText h4{
    font-size: var(--fs24);
    font-weight: 600;
    color: var(--white);
    letter-spacing: 0.4px;
    margin-bottom: var(--fs10);
}
.indText p{
    font-size: var(--fs16);
    line-height: var(--fs22);
    color: var(--white);
    letter-spacing: 0.2px;
    font-weight: 300;
    margin-bottom: 0px;
}
.indText a span{
    color: var(--white);
}


/* Stats */

.stats{
    position: relative;
    background: #191A3D;
    background: linear-gradient(125deg, rgba(25, 26, 61, 1) 21%, rgba(43, 229, 115, 1) 100%);
}
.stats:before {
    background-image: url(/static/frontend/img/stats/statsbg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
    z-index: 1;
}
.stats .container{
    position: relative;
    z-index: 9;
}
.stats .row > div{
    display: flex;
    justify-content: center;
    border-right:1px solid rgba(255, 255, 255, 0.30);
}
.stats .row > div:last-child{
    border-right: 0px;
}
.sItem{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: var(--fs24);
}
.sItem .number{
    font-size: var(--fs36);
    font-weight:600;
    color: var(--white);
    letter-spacing: 1px;
    line-height: var(--fs38);
    margin-bottom: calc(var(--fs10) - 5px);
}
.sItem label{
    font-size: var(--fs16);
    color:var(--white);
    font-family: var(--inter);
    margin-bottom: 0px;
}



/* Solutions */

.solutions{
    position: relative;
}
.solutions .container{
    z-index: 2;
    position: relative;
}
.solutions:before {
    position: absolute;
    content: "";
    width: 38%;
    height: 60%;
    background-image: url(/static/frontend/img/waveline.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    bottom: 97px;
    z-index: 1;
}
.solutions button{
    margin-top: var(--fs30);
}
.solItem{
    border-radius: var(--fs24);
    overflow: hidden;
    position: relative;
}
.solItem img{
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1.0);
    transition: all 0.8s ease-in-out;
}
.solItem:hover img{
    transform: scale(1.1) rotate(-3deg);
    transition: all 0.8s ease-in-out;
}
.solItem h4{
    margin: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: var(--fs24);
    color: var(--white);
    font-size: var(--fs24);
    letter-spacing: 0.3px;
    font-weight: 600;

    background: rgba(25, 26, 61, 0.36);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);s
}



/* Products */

.prodItem{
    border-radius: var(--fs24);
    overflow: hidden;
    border:1px solid var(--border);
    transition: all 0.5s ease-in-out;
}
.prodItem:hover{
    border-color: var(--blue);
    transition: all 0.5s ease-in-out;
}
.prodItem img{
    display: block;
    width: 100%;
    height: 100%;
}
.prodItem > div a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: var(--fs24);
}
.prodItem > div a h4{
    margin: 0px;
    font-weight: 600;
    font-size: var(--fs22);
    max-width: 30%;
}
.prodItem > div a span{
    color: var(--blue);
}



/* Technical Resources */


.technical{
    position: relative;
    background: #F6F1EC;
    background: linear-gradient(90deg, rgba(246, 241, 236, 1) 0%, rgba(43, 229, 115, 1) 100%);
}

.technical .heading h2 {
    font-size: var(--fs34);
    line-height: var(--fs46);
}


.technical .container{
    position: relative;
    z-index: 2;
}
.technical:before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 772px;
    height: 271px;
    content: "";
    z-index: 1;
    background-image: url(/static/frontend/img/waveline1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.technical:after{
    position: absolute;
    right: 0;
    top: 0;
    width: 772px;
    height: 271px;
    content: "";
    z-index: 1;
    background-image: url(/static/frontend/img/waveline.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.techItem img{
    height: 45px;
    width: autos;
}

.techItem > div{
    margin-top: var(--fs28);
}

.techItem > div h4{
    font-size: var(--fs20);
    font-weight: 600;
    margin-bottom:7px;
}
.techItem > div p{
    font-size: var(--fs16);
    line-height:normal;
    margin-bottom: 0px;
}

.bxs > div{
    display: flex;
    justify-content: center;
    border-right: 1px solid rgba(0,0,0,0.30);
}
.bxs > div:last-child{
    border-right: 0px;
}




/* Case Studies */

.headCard {
    background-image: url(/static/frontend/img/case/casebg.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    border-radius: var(--fs24);
    padding: var(--fs40);
    padding-bottom: 56px;
    padding-right: 35px;
    height: 100%;
}
.headCard .heading h2, .headCard p{
    color: var(--white);
}
.headCard p{
    font-size: var(--fs16);
    line-height: var(--fs26);
    letter-spacing: 0.3px;
    padding-right: var(--fs50);
}
.headCard button{
    margin-top: var(--fs30);
    width: fit-content;
}

.caseItem{
    display: flex;
    flex-direction: column;
    gap: var(--fs24);
}
.caseItem .img{
    border-radius: var(--fs24);
    overflow: hidden;
    min-height: 346px;
}
.caseItem .img img{
    transform: scale(1.0);
    transition: all 0.8s ease-in-out;
}

.caseItem:hover .img img{
    transform: scale(1.1) rotate(-3deg);
    transition: all 0.8s ease-in-out;
}
.caseItem .indText{
    background: transparent;
    padding:0px;
}

.caseItem .indText h4{
    color: var(--blue);
    margin-bottom:7px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.caseItem .indText p{
    color: var(--black);
    font-weight: 400;
    font-size: calc(var(--fs18) - 1px);
    letter-spacing: 0.3px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.caseItem .indText a{
    height: var(--fs34);
}
.caseItem .indText a span{
    color: var(--blue);
    font-size: var(--fs34);
}



/* News & Updates */

.artcleItem{
    width: 100%;
    height: auto;
    overflow: hidden;
    border:1px solid var(--border);
    border-radius: var(--fs24);
}
.artcleItem:hover{
    border-color: var(--blue);
}

.artcleItem a{
    display: flex;
    flex-wrap: wrap;
}
.artcleItem a .img{
    width:50%;
    overflow: hidden;
    border-radius: var(--fs24);
}
.artcleItem a .img img {
    height: 100%;
}
.newsTxt{
    width: 50%;
    padding: var(--fs20) var(--fs24);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
        gap: 16px;
}

.newsTxt ul{
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap:  var(--fs24);
}

.newsTxt ul li{
    color: var(--text);
    font-size: calc(var(--fs14) - 1px);
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    opacity: 0.7;
    line-height: normal;
}

.newsTxt h4{
    font-size: var(--fs18);
    font-weight: 600;
    color: var(--blue);
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newsTxt span{
    color: var(--blue);
}



/* CTA Section */


.getintouch{
    padding: calc(calc(var(--fs20) * 3) + 10px);
    background: #191A3D;
    border-radius: var(--fs24);
    background: linear-gradient(109deg, rgba(25, 26, 61, 1) 26%, rgba(0, 171, 117, 1) 100%);
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    gap:135px;
    position: relative;
}
.getintouch:after {
    position: absolute;
    width: 58%;
    height: 100%;
    right: 0;
    bottom: 0;
    content: "";
    background-image: url(/static/frontend/img/waveline2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: 1;
}

.getintouch h2{
    color: var(--white);
    font-size: var(--fs52);
    line-height: var(--fs60);
    font-weight: 700;
    letter-spacing: 1px;
}

.getintouch h2 span{
    color: var(--green);
}

.btmtext{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.btmtext p {
    width: 48%;
    font-size: var(--fs24);
    line-height: var(--fs36);
    color: var(--white);
    font-weight: 300;
    margin-bottom: 0px;
}



/* Footer */

.footer{
    background: #191A3D;
    position: relative;
}
.footer:after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(/static/frontend/img/waveline3.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    z-index: 1;
}
.tpFt{
    position: relative;
    z-index: 2;
}
.btFt{
    border-top: 1px solid rgba(255,255,255,0.10);
    position: relative;
    z-index: 2;
}
.btFt p{
    margin: 0px;
    font-size: var(--fs16);
    color: rgba(255,255,255,0.75);
    letter-spacing: 0.5px;
    margin: 0px;
}

.socialmedia{
    gap: calc(var(--fs10) - 5px);
}
.socialmedia a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--fs38);
    height: var(--fs38);
    border-radius: var(--fs50);
    border:1px solid rgba(255,255,255,0.60);
    color: rgba(255,255,255,0.60);
}
.socialmedia a:hover{
    background: var(--green);
    border-color: var(--green);
    color: var(--white);
}

.getintouch button{
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.2);
}


.shrtinfo a{
    display: inline-block;
    margin-bottom: var(--fs30);
}
.shrtinfo p {
    color: rgba(255, 255, 255, 0.85);
    font-size: var(--fs16);
    line-height: var(--fs24);
    letter-spacing: 0.3px;
    font-weight: 300;
    margin-bottom: 0px;
}
.certification{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:var(--fs10);
    margin-top: var(--fs20);
}
.certification a{
    font-size: var(--fs12);
    font-weight: 600;
    border-radius: var(--fs40);
    color: rgba(255,255,255,0.65);
    border:1px solid rgba(255,255,255,0.65);
    padding:3px var(--fs10) 2px;
    letter-spacing: 0.5px;
    margin:0px !important;
}
.certification a:hover{
    background: var(--white);
    border-color: var(--white);
    color: var(--blue);
}

.fLinks h4{
    color: var(--white);
    font-weight: 500;
    font-size: var(--fs24);
    letter-spacing: 0.3px;
    margin-bottom: var(--fs24);
}
.fLinks > div{
    display: flex;
    flex-direction: column;
    gap: var(--fs16);
}
.fLinks > div a{
    font-size: var(--fs16);
    color: rgba(255,255,255,0.70);
    display: inline-block;
    line-height:normal;
}
.fLinks > div a:hover{
    color: var(--green);
}


.solItem h4{
    font-size:var(--fs20);
    letter-spacing: 0.5px;
    font-weight: 600;
}


.fSearch {
    padding: 16px 20px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 60px;
    z-index: 99;
    background: #fff;
    display: none;
}

.fSearch input {
    width: 80%;
    line-height: normal;
    border: 0px;
    font-size: 15px;
    font-family: var(--inter);
    padding-left: 32px;
}
.fSearch input:focus{
    outline: none;
}

.fSearch > span {
    position: absolute;
    left: 18px;
    top: 18px;
    color: var(--blue);
    font-size: 22px;
}

.cls {
    position: absolute;
    right: 28px;
    top: 16px;
    opacity: 0.5;
    cursor: pointer;
}