* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family:'Times New Roman', serif;
  line-height: 1.6;
  background-color: #f8f9fa;
  color: #333;
}
header {
      background-color: #fff;
      border-bottom: 1px solid #ddd;
      padding: 10px 40px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .logo img {
      height: 80px;
      margin-right: 10px;
    }
.main {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  background:url('../images/test.jpg')no-repeat center center;
   background-size: cover;
}

.main-text h1 {
  font-size: 3.5rem;
  color: #f0f0f0;
  margin-bottom: 10px;
}
.main-text h1 span {
  font-size: 50px;
  color: #2cd3c7;
}

.main-text  p {
  font-size: 30px;
  color: #f0f0f0;
  margin-bottom: 30px;
}
.button{
  background-color: #0f6fdc;
  color: white;
  padding: 12px 24px;
  font-size: 20px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  text-decoration: none;
}
.recruiting-box {
  background-color: #eb8406;
  color: white;
  padding: 30px;
  border-radius: 15px;
  width: 350px;
  height:fit-content;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.icons {
  display: flex;
      justify-content: space-between;
      align-items: center;
      background: #333;
      padding: 10px 80px; 
    }

.icons ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #fff;
  font-family:'Times New Roman', serif;
  flex: 1;
}
.icons li {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  font-size: 14px;
}

.icons i {
font-size: 42px;
margin-bottom: 10px;
display: block;
}

.icons span {
 margin: 0;
font-size: 15px;
}

.final{
  font-size: 20px;
  padding: 60px;
  text-align: center;

}

.final.free-test-btn {
  padding: 12px 25px;
  background-color: #020d14;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
}
 a {
  text-decoration: none;
}

       
       .logo img {
        height: 80px;
        margin-right: 10px;
        }
        .container {
            max-width: 800px;
            margin: auto;
            background-color: #fff;
            padding: 30px;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
            border-radius: 8px;
        }

        h1 ,h2 {
            text-align: center;
        }
         
        

        p {
            line-height: 1.4;
        }

        ul {
            margin-left: 20px;
        }

        .test-list {
            display: flex;
            align-items: center;
            justify-content: space-between;
            max-width: 600px;
            margin-bottom: 20px;
        }
        .test-items{
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .test-items strong {
            font-size: 18px;
        }
        .open-btn {
            background-color: #0f9ddf;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
        }
        .open-btn:hover {
            background-color:#0f9ddf;
        }
        .end-point {
            font-size: 18px;
            text-align: center
        }
