  /* IDV Landing Page CSS */

body .container{
	max-width: 1300px !important;
} 

   #hero {
    position: relative;
    background-color: #003152;
    color: #fff;
    background-image: url('/wp-content/uploads/2025/06/hero-image.webp');
    padding: 5rem 0 3rem 0;
    overflow: hidden;
    background-size: cover;
    background-position: center right;
	
}

  #hero .container {
    position: relative;
    z-index: 2;
  }

  #hero h1 {
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: white;
  }

  #hero h3 {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-top: 0.5rem;
    color: white;
    font-family: 'Tungsten A';
    max-width: 55%;	  
}

body .idv-template-container .btn-cta{
    background-color: #f9a602;
    color: #003152;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 12px 30px;
    border: none;
    border-radius: 0;
    transition: background-color 0.3s ease;
    font-family: 'Tungsten A';
    font-size: 24px;
	
}

body .idv-template-container .cta-section .btn-cta {
  
    padding: 12px 40px;
   
}

/* .cta-section .btn-cta{	
	width: 100%;
} */

html[lang="fr-FR"] h3.heading-with-image span:first-child {
  width: 60% !important;
}

html[lang="fr-FR"] #hero h3 {
  max-width: 60%;
}

html[lang="fr-FR"] #stats .sources {
  width: 14% !important;
  margin-left: 15px;
}


.logo-group img {
    height: 30px;
    vertical-align: middle;
    width: 15%;
}
  #hero p.description {
    max-width: 500px;
    font-weight: 300;
    font-size: 1.1rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    color: white;
  }

  .btn-cta {
    color: #003152;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
    font-size: 1.5rem;
    z-index: 9;
  }

  
  #hero p.small-text {
    font-weight: 600;
    font-size: 1.2rem;
    color: white;
    font-family: 'Tungsten A';
        letter-spacing: 2px;
        margin-top: 15px;
  }

 

  #stats {
   
    /* padding: 3rem 7rem 2rem 0; */
    display: flex;
    justify-content: right;
    
    font-family: 'Oswald', sans-serif;
    position: relative;
/*     margin-top: -150px; */
    align-items: center;
  }

#stats .stats-container{
	 margin-top: -150px;
	
}



@media (min-width: 320px) and (max-width: 480px) {
  #stats .sources{
	margin-top: 1rem !important;
}
  
}
  .stat-circle {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 3px solid #005b9e;
    background: white;
    color: #005b9e;
    box-shadow: 0 8px 16px rgba(0, 74, 144, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .stat-circle .number {
    font-size: 5rem;
    font-weight: 800;
    line-height: 1;
    font-family: 'Tungsten A';
	color: #005b9e; 
  }

  .stat-circle .description {
    margin-top: 0.5rem;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.3;
    font-family: var(--body-font);
    color: #505050;
	width: 55%;
}

  #stats .sources {
  
    font-size: 0.75rem;
    color: #e3e3e3;
    line-height: 15px;
    font-style: italic;
  }

.d-flex > .stat-circle:nth-child(2) > .number {
     display: flex
;
    align-items: center;
    gap: 10px;
}

span.highlight {
	font-size: 3rem;
	line-height: 30px;
	margin-top: -5px;
}

html[lang="fr-FR"] .stat-circle .description {
 
    width: 80%;
}


  /* guard profits section */
 
section.guard-profits-section {
    padding-bottom: 6rem;
	padding-top: 3rem;
}

p.intro {
    max-width: 700px;
    margin-bottom: 50px;
    color: #3e3e3e;
}

img.profits-image {
    height: 590px;
    width: 100%;
    object-fit: cover;
    padding-left: 40px;
    object-position: top;
}

section.guard-profits-section h2 {
    margin-bottom: 40px;
    font-size: 60px;
    line-height: 1.133;
    text-align: left;
	letter-spacing: 1px;
	color: #3e3e3e;
}

  .profits-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    max-width: 100%;
	margin-top: 50px;
  }


  .profits-card {
    position: relative;
    border: 2px solid #005b9e;
    border-radius: 15px;
    padding: 3rem 32px
;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0 74 144 / 0.15);
    cursor: default;
    
}

  .profits-card h3 {
    color: #005b9e;
    font-weight: 800;
    margin-bottom: 0.8rem;
    line-height: 1;
    font-size: 34px !important;
    font-family: "Tungsten A", "Tungsten B";
	letter-spacing: 1px !important;
}
.profits-card p {
    line-height: 24px;
    margin-bottom: 0px !important;
	color: #3e3e3e;
}

section.idv-process-section p.intro {
    color: black;
}

.idv-process-section h2 {
    font-size: 60px !important;
    line-height: 1.133 !important;
    text-align: left !important;
	letter-spacing: 1px !important;
	 color: #3e3e3e !important;
}

.profits-card::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 5px;
    width: 180px;
    height: 180px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
}


  .protect-sale::before {
    background-image: url('/wp-content/uploads/2025/06/protect-every-sale.svg');
  }

  .consumer-trust::before {
    background-image: url('/wp-content/uploads/2025/06/earn-consumer-trust.svg');
  }

  .fraud-prevention::before {
    background-image: url('/wp-content/uploads/2025/06/fraud-is-expensive.svg');
  }

  .kyc-built-in::before {
    background-image: url('/wp-content/uploads/2025/06/kyc-already-built-in.svg');
  }

 /* IDV Process Section */


 .idv-process-section {
  background-color: #f2f2f2;
  padding: 5rem 0;
  font-family: 'Oswald', sans-serif;
  color: #002f6c;
}

.process-cards {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.process-card {
    background: white;
    border-radius: 40px;
    padding: 2rem 2rem 3rem 2rem;
}
.process-card .number {
    font-size: 7rem;
    font-weight: 900;
    color: #00263e;
    display: flex
;
    align-items: center;
    gap: 1rem;
    font-family: "Tungsten A", "Tungsten B";
}


.process-card .number img {
    width: 80px;
    height: 80px;
}

.process-card h3 {
    color: #005b9e !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
	letter-spacing: 1px !important;
	font-family: "Tungsten A", "Tungsten B" !important;
	font-size: 34px !important;
	max-width: 89%;
}

html[lang="fr-FR"] .process-card h3 {
    
	max-width: 95%;
	min-height: 110px !important;
}

.process-card h3{
	
	min-height: 80px !important;
}

html[lang="fr-FR"] .trusted-tech-section p.final-note {
	width: 75%;
}

.process-card p {
/*     margin: 0; */
    line-height: 20px !important;
    max-width: 100%;
    color: black;
}

p.idv-note {
    color: black;
}

section.idv-process-section .col-12.col-md-6.col-lg-3 {
    padding: 0px 10px;
}


/* Trusted Technology Section */
.trusted-tech-section {
  padding: 5rem 0 !important;
  font-family: 'Oswald', sans-serif;
  color: #002f6c;
}

section.trusted-tech-section h2 {
    font-size: 60px;
    line-height: 1.133;
    text-align: left;
    color: #3e3e3e;
    letter-spacing: 1px;
}

p.lead-text {
    color: black;
}

.trusted-list {
  list-style: none;
  padding-left: 0;
  max-width: 100%;
  margin-top: 50px;
}

.trusted-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #005b9e;
  font-weight: 800;
  margin-bottom: 2rem;
  line-height: 1.1;
  font-size: 45px;
      font-family: "Tungsten A", "Tungsten B";
}

html[lang="fr-FR"] .idv-process-section h2 {
  width: 70% !important;
}
	

.trusted-list li img.icon {
  width: 40px;
  height: 40px;
}

.trusted-tech-section p.final-note {
  width: 100%;
  margin-top: 40px;
  color: black;
  line-height: 22px !important;
}

html[lang="fr-FR"] .trusted-list li{
	width: 70%;
}

html[lang="fr-FR"] h3.heading-with-image img {
    margin-top: -60px !important;
}
/* cta section */

body .cta-section {
    background: url('/wp-content/uploads/2025/06/cta-image.webp') center center/cover no-repeat;
    padding: 5rem 0;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
  }

body .cta-content {
    text-align: center;
  }

.cta-content h2 {
    color: white !important;
    font-size: 55px !important;
    margin-bottom: 0 !important;
	letter-spacing: 1px !important;
}

  .btn-cta {
    background-color: #f9a602;
    color: #003152;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 12px 30px;
    border: none;
    border-radius: 0;
    transition: background-color 0.3s ease;
  }

body .button-main-container {
    text-align: center !important;
    display: flex
;
    justify-content: center;
}

 h3.cta-text {
    color: white !important;
    font-weight: 300 !important;
    font-size: 45px !important;
    margin-bottom: 30px !important;
	font-family: "Tungsten A", "Tungsten B";
	margin-top: 10px !important;
}

html[lang="fr-FR"] img.profits-image {
    height: 100%;
}

  /* Responsive */
  @media (max-width: 575px) {
    .cta-content h2 {
      font-size: 1.8rem;
    }

    .cta-content p {
      font-size: 1.1rem;
    }

    body .btn-cta {
      padding: 0.7rem 2rem !important;
      font-size: 1.3rem !important;
    }
	  
	  html[lang="fr-FR"] .process-card h3{
	  min-height: 80px !important;
		  
	  } 
	  
	  html[lang="en-US"] h3.heading-with-image img {
      margin-top: -21px !important;
     }
	  
	  html[lang="fr-FR"] h3.heading-with-image img{
		  
	  margin-top: -40px !important;
	  }
  }




  /* Responsive */
  @media (max-width: 991px) {
    #hero {
            padding: 3rem 10px 12rem 10px;
    background-position: center;
    }

    #hero h1 {
        font-size: 30px !important;
        line-height: 1.35;
    }

    #hero h3{

            font-size: 22px;
    line-height: 30px !important;
		max-width: 65%;
    }

    .logo-group img {
    height: 30px;
    vertical-align: middle;
    width: 30%;
}

#hero p.description {
   
    font-size: 14px;
}

#hero p.small-text {
    font-weight: 600;
    font-size: 15px;
}
   
    #stats {
      flex-direction: column;
      gap: 1rem;
      padding: 3rem 1rem 4rem;
    }
   .stat-circle {
    width: 160px;
    height: 160px;
}

.stat-circle .description {
       font-size: 12px;
}

.stat-circle .number {
    font-size: 40px;
}

body #stats .sources {
        color: #18263e !important;
        font-size: 1rem !important;
        width: 50% !important;
        text-align: center !important;
    }
	  
	html[lang="fr-FR"] #stats .sources {
    width: 50% !important;
}  

section#stats .d-flex.justify-content-end.align-items-center.gap-3.flex-wrap {
    justify-content: center !important;
}

section.guard-profits-section {
    padding-bottom: 6rem;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

section.idv-process-section .col-12.col-md-6.col-lg-3 {
    padding: 0px 5px;
}
	  
img.profits-image {
   
    padding-left: 0;
    height: 100%;
}

.idv-process-section {
 
    padding: 5rem 10px;
  
}

.profits-card::before {
  
    top: 30px;
    right: 15px;
    width: 120px;
    height: 120px;
  
}
	  
.profits-card {
    height: 170px !important;
	align-content: center;
}	  

.process-card .number {
    font-size: 6rem;
}

.process-card p {
 
    max-width: 100%;
}

.trusted-tech-section {
    padding: 5rem 20px;
}

.trusted-list li {
  
    font-size: 25px;
   
}

.trusted-tech-section p.final-note {
    width: 100%;
    
}

.idv-template-container h3.cta-text {

    font-size: 26px;
}
	  
.idv-template-container .process-card h3 {
  
    font-size: 28px !important;
	min-height: 50px !important;
}	  

.idv-template-container h3.cta-text {
   
    font-size: 22px !important;
}
  .profits-cards {
      grid-template-columns: 1fr;
      max-width: 100%;
      margin-bottom: 3rem;
    }


     .process-cards {
      flex-direction: column;
      gap: 2rem;
    }
    .process-card {
      flex: 1 1 100%;
      min-width: auto;
    }
	  
	.idv-template-container section h2 {
        font-size: 30px !important;
    }  

	  .profits-card h3 {
    font-size: 26px !important;
}
	  

	  
section.trusted-tech-section.container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
	  
.heading-with-image span:first-child{
	width: 35% !important;  
}
	  
html[lang="fr-FR"] h3.heading-with-image span:first-child {
    width: 40% !important;
}
  
	  
  

html[lang="fr-FR"] .trusted-list li {
    width: 100%;
}	
	  
html[lang="fr-FR"] body .idv-process-section h2 {
        font-size: 30px !important;
        width: 100% !important;
}	  
	  
html[lang="fr-FR"] .trusted-tech-section p.final-note {
    width: 100%;
}	  

  }