@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");

/* =========================================
   GROWTH SECTION
========================================= */

.growth-section{
    padding:60px 0;
    background:#ffffff;
}

.growth-section .container{
    max-width:1400px;
    margin:auto;
    padding:0 40px;
}

/* Header */

.growth-header{
    text-align:center;
    max-width:900px;
    margin:0 auto 70px;
}

.growth-badge{
    display:inline-block;

    padding:12px 24px;

    background:none;

    border-radius:5px;
    border: 1px solid rgba(29,118,236,.3);
    color:#1d76ec;

    font-size:14px;
    font-weight:700;

    margin-bottom:25px;
}

.growth-header h2{
    font-size:34px;
    line-height:1.2;
    font-weight:800;

    color:#08255e;

    margin-bottom:25px;
}

.growth-header p{
    font-size:20px;
    line-height:1.8;

    color:#667892;
}

/* Stats */

.growth-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.growth-card{
    text-align:center;

    padding:5px 15px;

    background:#f8fbff;

    border:1px solid #e8f1ff;

    border-radius:24px;

    transition:.35s ease;
}

.growth-card:hover{
    transform:translateY(-8px);

    border-color:#1d76ec;

    box-shadow:
    0 20px 40px rgba(29,118,236,.12);
}

.growth-card h3{
    font-size:42px;
    font-weight:800;

    color:#1d76ec;

    margin-bottom:15px;
}

.growth-card span{
    display:block;

    font-size:18px;
    font-weight:600;

    color:#08255e;

    line-height:1.5;
}

/* Responsive */

@media(max-width:1024px){

    .growth-stats{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:768px){

    .growth-header h2{
        font-size:38px;
    }

    .growth-stats{
        grid-template-columns:1fr;
    }

    .growth-card h3{
        font-size:48px;
    }
}


/* ===================================
   WHO WE ARE
=================================== */

.who-enterprise{
  padding:60px 0;
  background:none;
}

.who-enterprise-container{
  max-width:1180px;
  margin:0 auto;
  padding:0 40px;
  display:grid;
  grid-template-columns:0.95fr 1.05fr;
  gap:90px;
  align-items:center;
  text-align: left;
}

.who-eyebrow{
  display:inline-block;
  margin-bottom:20px;
  color:#1d76ec;
  font-size:13px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.who-enterprise-left h2{
  margin:0 0 30px;
  color:#061f4d;
  font-size:48px;
  line-height:1.08;
  font-weight:800;
  letter-spacing:-.035em;
  text-align: left;
}

.who-enterprise-left p{
  max-width:560px;
  margin:0 0 18px;
  color:#526784;
  font-size:19px;
  line-height:1.8;
  text-align: left;
}

.who-enterprise-right{
  background:#fff;
  border:1px solid rgba(29,118,236,.12);
  border-radius:28px;
  padding:38px;
  box-shadow:0 24px 60px rgba(9,42,104,.08);
}

.industry-row,
.expert-row{
  display:flex;
  align-items:center;
  gap:18px;
  padding:20px 0;
  border-bottom:1px solid #eaf1fb;
  color:#061f4d;
  font-size:18px;
  font-weight:700;
}

.industry-row:last-of-type{
  border-bottom:none;
}

.industry-row i,
.expert-row i{
  width:46px;
  height:46px;
  border-radius:14px;
  background:#f0f7ff;
  color:#1d76ec;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
}

.expert-row{
  margin-top:24px;
  padding:22px 24px;
  border:none;
  border-radius:20px;
  background:#061f4d;
  color:#fff;
}

.expert-row i{
  background:rgba(255,255,255,.12);
  color:#fff;
}

@media(max-width:900px){
  .who-enterprise-container{
    grid-template-columns:1fr;
    gap:50px;
  }

  .who-enterprise-left h2{
    font-size:40px;
  }
}


/* ===================================
   WHY CHOOSE US
=================================== */



.dx-proof-section{
  padding:80px 0;
  background:#ffffff;
}

.dx-proof-wrap{
  max-width:1180px;
  margin:0 auto;
  padding:0 40px;
  display:grid;
  grid-template-columns:0.9fr 1.1fr;
  gap:80px;
  align-items:center;
  font-family: 'Poppins';
}

.dx-proof-media img{
  width:100%;
  height:620px;
  object-fit:cover;
  display:block;
  border-radius:28px;
  box-shadow:0 24px 60px rgba(9,42,104,.10);
}

.dx-proof-label{
  display:inline-block;
  margin-bottom:18px;
  color:#1d76ec;
  font-size:13px;
  font-weight:800;
  letter-spacing:.14em;
}

.dx-proof-content h2{
  margin:0 0 38px;
  color:#061f4d;
  font-size:54px;
  line-height:1.06;
  font-weight:800;
  letter-spacing:-.04em;
}

.dx-proof-content h2 span{
  display:block;
  color:#1d76ec;
}

.dx-proof-item{
  display:grid;
  grid-template-columns:64px 1fr;
  gap:24px;
  padding:26px 0;
  border-top:1px solid #dbe9f8;
  text-align: left;
}

.dx-proof-item:first-child{
  border-top:0;
  padding-top:0;
}

.dx-proof-item i{
  width:64px;
  height:64px;
  border-radius:18px;
  background:#eef6ff;
  color:#1d76ec;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
}

.dx-proof-item p{
  margin:0;
  color:#526784;
  font-size:18px;
  line-height:1.85;
}

@media(max-width:900px){
  .dx-proof-wrap{
    grid-template-columns:1fr;
  }

  .dx-proof-media img{
    height:420px;
  }

  .dx-proof-content h2{
    font-size:40px;
  }
}

/*---------------- INTRODUCING ------------*/

.dx-techforge-section{
    padding:90px 0;
    background:#eaf6ff;
    font-family: 'Poppins';
}

.dx-techforge-wrap{
    max-width:1280px;
    margin:0 auto;
    padding:0 40px;

    display:grid;
    grid-template-columns:1fr 520px;
    gap:80px;
    align-items:center;
}

.dx-techforge-label{
    display:inline-block;

    padding:10px 22px;

    border:1px solid rgba(29,118,236,.25);

    border-radius:8px;

    color:#1d76ec;

    font-size:13px;
    font-weight:700;

    letter-spacing:.12em;

    margin-bottom:20px;
}

.dx-techforge-content h2{
    font-size:54px;
    line-height:1.08;
    font-weight:800;

    color:#061f4d;

    margin-bottom:25px;
}

.dx-techforge-content h2 span{
    color:#1d76ec;
}

.dx-techforge-content p{
    font-size:19px;
    line-height:1.9;

    color:#5a6f89;

    margin-bottom:35px;
}

.dx-techforge-list{
    list-style:none;
    padding:0;
    margin:0;
}

.dx-techforge-list li{
    display:flex;
    align-items:center;

    gap:15px;

    margin-bottom:20px;

    color:#061f4d;

    font-size:18px;
    font-weight:600;
}

.dx-techforge-list i{
    color:#1d76ec;
}

.dx-techforge-image img{
    width:100%;
    height:580px;

    object-fit:cover;

    border-radius:30px;

    display:block;

    box-shadow:
    0 25px 60px rgba(9,42,104,.10);
}

@media(max-width:992px){

    .dx-techforge-wrap{
        grid-template-columns:1fr;
    }

    .dx-techforge-image{
        order:-1;
    }
}


/* -------- */


.dx-talentforge-section{
  padding:90px 0;
  background:#ffffff;
}

.dx-talentforge-wrap{
  max-width:950px;
  margin:0 auto;
  padding:0 40px;
  font-family: 'Poppins';
}

.dx-talentforge-head{
  max-width:880px;
  margin:0 auto 60px;
  text-align:center;
}

.dx-talentforge-label{
  display:inline-block;
  margin-bottom:18px;
  color:#1d76ec;
  font-size:13px;
  font-weight:800;
  letter-spacing:.14em;
}

.dx-talentforge-head h2{
  margin:0 0 24px;
  color:#061f4d;
  font-size:52px;
  line-height:1.08;
  font-weight:800;
  letter-spacing:-.035em;
}

.dx-talentforge-head h2 span{
  display:block;
  color:#1d76ec;
}

.dx-talentforge-head p{
  margin:0 auto;
  max-width:820px;
  color:#526784;
  font-size:19px;
  line-height:1.8;
}

.dx-talentforge-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}

.dx-talentforge-card{
  padding:34px;
  background:#f8fbff;
  border:1px solid #e4eefc;
  border-radius:24px;
  transition:.3s ease;
}

.dx-talentforge-card:hover{
  transform:translateY(-8px);
  border-color:#1d76ec;
  box-shadow:0 18px 40px rgba(29,118,236,.10);
}

.dx-talentforge-icon{
  width:64px;
  height:64px;
  margin-bottom:22px;
  border-radius:18px;
  background:#eef6ff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:30px;
}

.dx-talentforge-card h3{
  margin:0 0 14px;
  color:#061f4d;
  font-size:22px;
  line-height:1.3;
  font-weight:800;
}

.dx-talentforge-card p{
  margin:0;
  color:#5b6f8c;
  font-size:16px;
  line-height:1.75;
}

@media(max-width:1000px){
  .dx-talentforge-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:700px){
  .dx-talentforge-head h2{
    font-size:38px;
  }

  .dx-talentforge-grid{
    grid-template-columns:1fr;
  }
}

