@charset "UTF-8"; /*!
 * Mohamed eRrais 
 * merrais@tech2us.ma
 * Sites v25.11.5 (https://tech2us.ma/) 
 * Copyright 2024-2025 The Tech2Us
 */

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    background-color: #ffffff;
    color: #333;
}

header {
    background-color: #f5f5f5;
    padding: 40px 20px;
    text-align: center;
}

header h1 {
    margin: 0;
    font-size: 2.5em;
}
header p {
    font-size: 1.2em;
    color: #666;
}

section {
    padding: 40px 20px;
    max-width: 1000px;
    margin: auto;
}
.contact, .services, .technical {
    margin-bottom: 40px;
}
.contact a {
    display: inline-block;
    margin-right: 10px;
    color: #0077cc;
    text-decoration: none;
}
.services ul {
    list-style: none;
    padding: 0;
}
.services li {
    background: transparent;
    margin: 10px 0;
    padding: 16px 32px;
    border-radius: 5px;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
th, td {
    border: 1px solid #ccc;
    padding: 12px;
    text-align: left;
}
th {
    background-color: #eee;
}
@media (max-width: 600px) {
    header h1 {
        font-size: 2em;
    }
    header p {
        font-size: 1em;
    }
}

.services {
    background-image: url("/assets/preview.jpg");
    background-size: cover; 
    background-position: center;
    color: white;
}


.link-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 30px 0;

}

.link-card {
  width: 160px;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  text-align: center;
  transition: transform 0.2s ease;

}

.link-card:hover {
  transform: scale(1.05);
}

.link-card img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.link-card span {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #333;
}


.viewport {
  width: 800px;
  height: 450px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  margin: 6rem auto;
}

.animated-image {
  position: absolute;
  transition: transform 8s ease-in-out;
}