/******************** section 1 ****************/
.hero {
  background: url("../images/inscription.png") no-repeat center center/cover;
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  z-index: 3;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4;
}

.hero-content {
  position: relative;
  z-index: 8;
  padding: 20px;
}

.hero-content .small {
  font-size: 14px;
  font-weight: 500;
}

.hero-content h1 {
  font-size: 50px;
  font-weight: 600;
}

.hero-content p {
  font-size: 16px;
  margin:  20px 0; 
  line-height: 1.4;

  font-weight: 500;
  color: white;

  /* margin: 0 auto 30px; */
}

.hero-content p a {
  color: white;
  transition: 0.3s ease-in-out;
}
.hero-content p a:hover {
  color: #c77f05;
}

.underline {
  height: 5px;
  width: 214px;
  background: var(--clr-orange); /* Secondary color */
  margin: 10px auto 20px;
}
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 34px;
  }

  .hero-content p {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .hero {
    height: 60vh;
  }

  .hero-content h1 {
    font-size: 26px;
  }

  .underline {
    width: 114px;
  }
}

/******************** section 2 ****************/

.tarif {
  padding: 60px 40px;
  text-align: center;
  position: relative;
  overflow-x: hidden;

}

.tarif-text {
  position: relative;
  z-index: 3;
}

.tarif-title {
  font-size: 40px;
  background: var(--clr-orange);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  font-weight: 500;
  padding-bottom: 20px;
}

.tarif-subtitle {
  max-width: 1510px;
  margin: 0 auto 50px;
  padding-bottom: 30px;

  font-size: 18px;
  font-weight: 400;

  line-height: 1.6;

  text-align: center;
}

.background {
  background: url("../images/globej.png") no-repeat center center/cover;
  position: absolute;
  background-position: left;
  background-size: contain;
  top: -70px;
  left: 0;
  height: 838px;
  width: 838px;
  z-index: 1;
}

.card-container {
    display: grid;
    max-width: 1400px;
    
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: center;
    margin: 20px auto;
   
    gap: 50px;
 



  position: relative;
  z-index: 4;
}
.card {
  /* width: 423px; */
  height: 524px;
width: 100%;
  border-radius: 20px;
  background: var(--clr-orange);
  padding: 10px 0 30px;
  margin: 0 auto;
}

.card-content {
    width: 100%;
  background-color: white;
  height: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 30px 20px 20px;
  
}

.card-content h3 {
 
  font-weight: 500;
  font-size: 30px;

  text-transform: uppercase;
}

.divider {
    height: 1px;
    width: 177px;
    background: var(--clr-orange); /* Secondary color */
    margin: 10px auto 30px;
}

.pack {
    padding: 20px 10px 0;
    text-align: center;
   

}

p.desc {
    font-size: 15px;
    padding-bottom: 18px;
    gap: 15px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  font-family: var(--ff-tertiary);
    text-transform: capitalize;
}

.souscrire{
    border: none;
    display: flex;
    background: var(--clr-orange);
 
    justify-content: center;
    gap: 8px;
  
    align-items: center;

    padding: 16px 30px;
  font-size: 15px;
  border-radius: 5px;

  cursor: pointer;
  transition: all 0.3s ease;

  text-align: center;
  margin: 20px auto;
}

.souscrire a{
    color: white;

}


@media screen and (max-width: 1258px) {
    .card-container{
        max-width: 900px;
        grid-template-columns: repeat(2, 1fr);
    }
  }


@media screen and (max-width: 1024px) {
  .tarif-title {
    font-size: 32px;
  }

  .tarif-subtitle {
    font-size: 16px;
    padding: 0 10px;
  }

 
}

@media screen and (max-width: 856px) {
    .card-container{
        max-width: 430px;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 768px) {
  .tarif-title {
    font-size: 28px;
  }

  .tarif-subtitle {
    font-size: 16px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 450px) {
    .card{
        height: 100%;
    }
    p.desc {
        font-size: 14px;
    }

    .card-content h3 {
        font-size: 26px;
    }
}



/******************** section 2 ****************/

.formulaire {
    background-color: #f5f5f5;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}


.formulaire-title {
    font-size: 40px;
    background: var(--clr-orange);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
  
    font-weight: 500;
    padding-bottom: 20px;
  }
  
  .formulaire-subtitle {
    max-width: 1510px;
    margin: 0 auto 50px;
    padding-bottom: 30px;
  
    font-size: 18px;
    font-weight: 400;
  
    line-height: 1.6;
  
    text-align: center;
  }

  .form {
    padding:  30px 0px ;
  }

  .form-container {
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    margin: 0 auto;
    padding-bottom: 40px;
    font-family: var(--ff-tertiary);
  
  }

  .input-card {
    width: 100%;
    background-color: white;
    padding: 15px 20px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 18px;
    height: 66px;
  }

  .input-card img {
    width: 33px;
    height: 33px;
  }

  .input-card .name {
    width: 22px;
    height: 22px;
  }

  label {
  
    font-family: var(--ff-tertiary);
font-weight: 400;
font-size: 20px;
text-align: left;




  }

  input, select {
    border: none;
    font-family: var(--ff-tertiary);
    font-weight: 300;
    font-size: 16px;
    text-align: left;
    outline: none;
    width: 100%;
    color: #000000A1;


  }

  option {
    width: 100%;
  }

  .btn.sub{

    width: 500px;
    }

    .statut-section {
      padding-bottom: 80px;
    
      border-radius: 4px;
    max-width: 1200px;
    margin: 30px auto;
   
   
    border-bottom: 1px solid #75757540;
    }

      .statut-section.fd {
        border: none;
        padding-bottom: 50px;
      }
    
    .statut-title {
      display: block;
      font-size: 20px;
      margin-bottom: 15px;
      font-weight: 600;
    }
    
    .statut-options {
      display: flex;
      flex-wrap: wrap;
      justify-content: start;
      gap: 40px;
    }
    
    .statut-options div {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      white-space: nowrap;
      /* font-size: 14px; */
    }

    .champ input[type="checkbox"] {
      border: none;
      outline: none;
      box-shadow: none;
      /* appearance: none;
      -webkit-appearance: none; */
      width: 20px;
      height: 20px;
      background-color: white;
      cursor: pointer;
    }
    .champ input[type="text"] {
      padding-left: 10px;
      padding:  8px;
    
    
    }
    
    .champ label {
      font-size: 18px;
    }
    
    .autre-option {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      flex-wrap: wrap;
    }
    
    .autre-input {
      padding: 0.3rem;
      border: 1px solid #ccc;
      border-radius: 4px;
      min-width: 150px;
    }
    
    /* Responsive tweaks */
    @media (max-width: 600px) {
      .statut-options {
        flex-direction: column;
      }
    
      .autre-input {
        width: 100%;
      }
    }
    

@media screen and (max-width: 1024px) {
    .formulaire-title {
      font-size: 32px;
    }
  
    .formulaire-subtitle {
      font-size: 16px;
      padding: 0 10px;
    }
  
   
  }
  @media screen and (max-width: 830px) {

  .form-container {
    gap: 20px;
  }

  .input-card img {
    width: 22px;
    height: 22px;
  }

  .input-card .name {
    width: 15px;
    height: 15px;
  }
  .input-card{
    height: 50px;
  }

  input, select {
    font-size: 14px;
  }

  label {
    font-size: 16px;
  }
}
  @media screen and (max-width: 708px) {
    .formulaire-title {
      font-size: 28px;
    }


  
    .formulaire-subtitle {
      font-size: 16px;
      padding: 0 10px;
    }

    .form-container{
        grid-template-columns: repeat(1, 1fr);
        max-width: 500px;
    }
  }
  @media screen and (max-width: 708px) {

  .btn.sub{

    width: 300px;
    }
}