
@import url("../base.css");


 
  /* about */

.about {
    display: flex;
    background-image: url("../images/Asset Maisoft/about.jpg");

    color: white;
    background-size: cover;
   background-repeat: no-repeat;
    padding:  60px 80px 120px;
    align-items: center;
    justify-content: space-between;
    

  position: relative;
height: 70vh;
   
  }
  .about-content{
    width: 80%;
  }
  .about-content h3{
    font-size: 45px;
   
    font-weight: 500;
    font-family: var(--ff-secondary);
    margin-bottom: 50px;
    text-align: left;

  }

  .back{
    display:  flex;
    gap: 20px;
    align-items: center;
    color: white;
    
  }
  .back a {
    color: white;
  }
  .icons {
    display: flex;
  }


  @media (max-width: 1024px) {
    .about {
      flex-direction: column;
      padding: 40px 20px;
      height: auto;
      text-align: center;
    }
    .about-content{
      width: 100%;
    }
   
  
    .about-content h3 {
      font-size: 36px;
      margin-bottom: 30px;
      text-align: center;
    }
  
    .back {
      flex-direction: column;
      gap: 10px;
    }
  
    .icons img {
      width: 20px;
    }
  }
  
  @media (max-width: 768px) {
    .about-content h3 {
      font-size: 28px;
      margin-bottom: 20px;
    }
  
    .icons img {
      width: 18px;
    }
  }
  
  @media (max-width: 480px) {
    .about-content h3 {
      font-size: 24px;
      margin-bottom: 15px;
    }
  
    .icons {
      gap: 5px;
    }
  
    .icons img {
      width: 16px;
    }
  
    .back span {
      font-size: 14px;
    }
  
    .back a {
      font-size: 14px;
    }
  }
  

/* pentest section */


.pentest-section {
    display: flex;
    background-image: url("../images/Asset Maisoft/img.png");
    color: white;
    background-size: cover;
   background-repeat: no-repeat;
    padding:  100px 80px;
    align-items: center;
    justify-content: space-between;
    /* border-radius: 10px; */
  position: relative;
z-index: 5;
   
  }
  
  .pentest-content {
    width: 50%;
  }

  .pentest-content h3{
    font-size: 45px;
    line-height: 40px;
    font-weight: 500;
    font-family: var(--ff-secondary);
    padding-bottom: 10px;
  }


  
  .pentest-highlight {
    color: var(--clr-orange);
    

  }
  
  .pentest-content .team {
    font-family: var(--ff-secondary);
    font-size: 24px;
    margin-top: 10px;
    font-weight: 500;
 
  }
  
  .pentest-content .desc {
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.5;
    width: 75%;
    font-family: var(--ff-primary);
    padding: 20px 0;
  }
  
  .buttons {
    margin-top: 20px;
  }
  
  .contact-btn,
  .about-btn {
    padding: 10px 20px;
    margin-right: 12px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .contact-btn {
    background-color: #ffa500;
    color: white;
  }
  
  .about-btn {
    background-color: transparent;
    border: 2px solid white;
    color: white;
  }
  
  .pentest-image img {
    max-width: 300px;
    border-radius: 10px;
  }


/* ✅ Responsive Design */
@media (max-width: 1024px) {
  .pentest-section {
    padding: 80px 40px;
  }
  .pentest-content {
    width: 100%;
  }

  .pentest-content {
    max-width: 100%;
    text-align: center;
  }

  .pentest-content h3 {
    font-size: 36px;
    line-height: 44px;
  }

  .pentest-content .team {
    font-size: 20px;
  }

  .pentest-content .desc {
    font-size: 15px;
    width: 100%;
    margin: 0 auto;
  }

  .buttons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .pentest-section {
    padding: 60px 20px;
  }

  .pentest-content h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .pentest-content .team {
    font-size: 18px;
  }

  .pentest-content .desc {
    font-size: 14px;
  }

  .btn {
    width: 100%;
    text-align: center;
  }

  .buttons {
    flex-direction: column;
    align-items: stretch;
  }
}



 /******************* ABOUT   *********************/

 .about-section {
  padding: 60px 40px;
  background-color: #fff;
  
  overflow: hidden;

}

.about-container {
  display: flex;
  max-width: 100%;
  margin: auto;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

.about-text {
  flex: 1 1 50%;
}

.about-text h2 {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
 


  font-family: var(--ff-secondary);
}

.about-text p {
  font-size: 18px;
  line-height: 1.8;
  color: #414141;
  display: block;
  padding: 18px 0;
  font-family: var(--ff-primary);
  text-align: justify;

}

.about-cta {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  font-family: var(--ff-secondary);

}

.btn-primary {
  background: linear-gradient(90deg, #0647C5 0%, #0954E6 100%);

  color: white;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-primary img {
  width: 30px;
  background-color: white;
  border-radius: 3px;
  padding: 3px;
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 10px;
  
  font-family: var(--ff-tertiary);
}

.avatar {
  background-color: #f4b066;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar i {
  font-size: 30px;
  color: white;
}

.about-image {
  flex: 1 1 20%;
}

.about-image img {
  width: 100%;
  border-radius: 12px;
  margin-top: -80px;
  
}

@media (max-width: 1400px) {

  .about-text p {
    font-size: 16px;
  }

}



@media (max-width: 1200px) {
    .about-container {
      flex-direction: column;
  align-items: center;
  justify-content: center;

    }

    .about-image img{
    width: 500px;
         margin: 0  auto;
        }
}

@media (max-width: 1024px) {
  .about-text h2 {
    font-size: 30px;
  }

  .about-text p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .about-section {
    padding: 60px 20px;
  }
  .about-text h2 {
    font-size: 24px;
    text-align: center;
  }

  .about-text p {
    font-size: 14px;
    text-align: justify;
  }

  .about-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-primary {
    width: 100%;
    justify-content: center;
  }

  .contact-info {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
  }

  .about-image img {
    width: 100%;
    margin-top: 20px;
  }

  .about-container {
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .about-text h2 {
    font-size: 20px;
  }

  .about-text p {
    font-size: 13px;
  }

  .btn-primary {
    padding: 10px 16px;
    font-size: 14px;
  }

  .avatar {
    width: 35px;
    height: 35px;
  }

  .avatar i {
    font-size: 16px;
  }
}

  
  /******************* SERVICES   *********************/

  .nos-services {
    padding: 60px 20px;
    text-align: center;
    font-family: var(--ff-secondary);
    background-color: #fff;
  }
  
  .services-title {
    font-size: 40px;
    font-family: var(--ff-secondary);
    font-weight: 500;
    margin-bottom: 10px;
  }
  
 
  
  .services-subtitle {
    max-width: 1300px;
 
    margin: 0 auto 50px;
    
    font-size: 18px;
    font-weight: 500;
    color: var(--clr-grey);
    line-height: 1.6;
    font-family: var(--ff-primary);
    text-align: center;
  }
  
  .services-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

    .services-grid {
            display: grid;
        grid-template-columns: repeat(3, 1fr);
            justify-content: center;
            gap: 30px;
            max-width: 1500px;
            width: 100%;
            margin: 0 auto;
            padding: 0 50px;
        }

        .service-card {
      
       
          
          border-radius: 10px;
          background-color: #fff;
          transition: transform 0.3s ease;
          position: relative;
        }

        .service-card:hover {
            transform: translateY(-5px);
        }

        .card-img {
            width: 100%;
            height: 380px;
            object-fit: cover;
            border-radius: 5px 5px 0  0;
        }

        .card-body {
          padding: 70px 16px 30px;
  position: relative;
  text-align: left;
  background: white;
  margin-top: -140px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 5px;
  box-shadow: 0px 4px 4px 0px #00000040;
  height: 300px;


        }

        .icon-circle {
            position: absolute;
            top: -30px;
            right: 20px;
            background: linear-gradient(90deg, #F88E20 0%, #E37707 100%);

            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        .icon-circle img {
            width: 40px;
            height: 40px;
        }

        .card-title {
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 15px;
            font-family: var(--ff-secondary);
            
            padding-right: 60px;
        }

        .card-text {
            font-size: 14px;
            font-weight: 400;
font-family: var(--ff-primary);
            margin-bottom: 20px;
            line-height: 1.5;
            padding-bottom: 20px;
        }

       

  /* Responsive design */
  @media (max-width: 1200px) {
    .services-grid {
      max-width: 1000px;
   
  grid-template-columns: repeat(2, 1fr);
    }

  }
@media (max-width: 768px) {
  .services-title {
    font-size: 30px;
  }

  .services-grid {
    max-width: 500px;
 
grid-template-columns: repeat(1, 1fr);
  }

}
  .card-body {
    padding: 60px 12px 25px;
    margin: -120px 10px 0;
  }

  .icon-circle {
    width: 50px;
    height: 50px;
    top: -25px;
    right: 15px;
  }

  .icon-circle img {
    width: 24px;
    height: 24px;
  }

  .card-title {
    font-size: 0.95rem;
    padding-right: 50px;
  }

  .card-text {
    font-size: 0.9rem;
  }

  .card-btn {
    font-size: 0.9rem;
    padding: 10px 20px;
  }


@media (max-width: 640px) {
  
  .services-title {
    font-size: 30px;
  }
  .services-subtitle {
    font-size: 16px;
  }
}


  /******************* METHO   *********************/

  
  .metho-section {
    display: flex;
    background-image: url("../images/Asset Maisoft/PAGE A PROPOS.jpg");

    color: white;
    background-size: cover;
   background-repeat: no-repeat;
    padding:  60px 80px 120px;
    align-items: center;
    justify-content: end;
    
    
  margin-top: 30px;
  position: relative;
z-index: 5;
   
  }
  
  .metho-content {
    width: 90%;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
  }

  .metho-content h3{
    font-size: 40px;
   text-align: left;
    font-weight: 500;
    font-family: var(--ff-tertiary);
    margin-bottom: 50px;
  }


  
  .metho-highlight {
    color: var(--clr-orange);
    display: block;
    

  }
  .metho-desc {
    margin-bottom: 80px;
  }
  
 
  
  .metho-content .desc {
    font-size: 16px;
    margin-top: 15px;
    line-height: 3;
    gap: 6px;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-family: var(--ff-tertiary);
    text-transform: capitalize;

  }
  
  .buttons {
    margin-top: 20px;
  }
  
  .contact-btn,
  .about-btn {
    padding: 10px 20px;
    margin-right: 12px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .contact-btn {
    background-color: #ffa500;
    color: white;
  }
  
  .about-btn {
    background-color: transparent;
    border: 2px solid white;
    color: white;
  }
  
  .metho-image img {
    max-width: 300px;
    border-radius: 10px;
  }
  
  
/* Responsive pour tablettes */
@media (max-width: 992px) {
  .metho-section {
    flex-direction: column;
    padding: 50px 10px;
    text-align: center;
  }

  .metho-content {
    max-width: 100%;
  }

  .metho-content h3 {
    font-size: 36px;
    margin-bottom: 30px;
    text-align: left;
  }

  .metho-content .desc {
    width: 100%;
    font-size: 15px;
    line-height: 2.2;
  }

  .buttons {
    justify-content: center;
  }
}

@media (max-width: 500px) {
  .metho-content h3{
    font-size: 28px;
  }
}


  /******************* PARTENAIRES   *********************/

  .partenaires {
    padding: 60px 20px;
    text-align: center;
    font-family: var(--ff-secondary);
    background-color: #fff;
  }
  
  .partenaires-title {
    font-size: 40px;
    font-family: var(--ff-secondary);
    font-weight: 500;
    margin-bottom: 10px;
  }
  
 
  
  .partenaires-subtitle {
    max-width: 1280px;
    margin: 0 auto 50px;

    font-size: 18px;
    font-weight: 500;
    color: var(--clr-grey);
    line-height: 1.6;
    font-family: var(--ff-primary);
    text-align: center;

  }
  .carousel-container {
    width: 100%;
    max-width: 1400px;
    overflow: hidden;
    position: relative;
    padding: 50px 0;
    background: white;
    box-shadow: 4px 4px 4px 0px #00000040;
    box-shadow: 0px 4px 4px 0px #0000000F inset;
    border: 1px solid #DFD8D8;
    border-radius: 10px;
    margin: 0 auto;
    cursor: grab;
}

.carousel-container:active {
    cursor: grabbing;
}

.carousel-track {
    display: flex;
    transition: transform 0.3s ease-out;
    gap: 40px;
    padding: 0 20px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.carousel-item {
    min-width: 225px;
    height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 8px;
    padding: 15px;
    transition: transform 0.3s ease;
    border: 1px solid #DFD8D8;
}

.carousel-item:hover {
    transform: scale(1.05);
}

.carousel-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: filter 0.3s ease;
    pointer-events: none;
}

.carousel-item:hover img {
    filter: grayscale(0%);
}

@media (max-width: 768px) {
    .carousel-container {
        max-width: 100%;
        padding: 10px 0;
    }

    .carousel-item {
        min-width: 150px;
        height: 75px;
    }}


