body {
    font-family: Arial, sans-serif;
    background-color: #f5f6fa;
    margin: 0;
    padding: 0;
}
#payement {
    text-align: center;
    padding: 50px 0;
    /* background-color: #ffffff8c; */
    position: relative;
    top: 600px;
}
#payement h1 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #00FFFF;
}
.container2 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 320px;
    height: 750px;
    transition: all 0.3s ease-in-out;
}
.card:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}
.card h3 {
    font-size: 1.5em;
    color: darkorange;
    margin-bottom: 10px;
    border-bottom: 2px solid darkorange;
    padding-bottom: 10px;
}
.card h2 {
    font-size: 1.5em;
    color: #007bff;
    margin-bottom: 15px;
   
}
.card h2 span {
    font-size: 1.8em;
    /* color: #ff4757; */
    color: #007bff;
    display: block;
    margin-top: 5px;
}
.card .fomo {
    font-size: 1.4em;
    font-weight: bold;
    color: #ff4757;
    margin-bottom: 20px;
}
.card ul {
    list-style-type: disc;
    padding: 0;
    margin: 0 0 20px;
}
.card ul li {
    list-style-type:circle;
    margin-bottom: 10px;
    text-align: start;
    color: #333;
}
.card form {
    text-align: left;
}
.card label {
    display: block;
    margin-bottom: 5px;
    font-size: .9rem;
    font-weight: bold;
}
.card select {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.card button {
    display: block;
    width: 100%;
    background: #007bff;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-size: 1em;
    cursor: pointer;
    transition: background 0.3s ease;
}
.card button:hover {
    background: #0056b3;
}
/* 
@media screen and (max-width: 800px) {
    #payement{
        top: 700px;
    }
} */


.stats-section {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f5f7fa, #c3cfe2);
  text-align: center;
  position: relative;
  top: 800px;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 200px;
  border-radius: 10px;
}

.container-stat {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.stat-box {
  background-color: white;
  border-radius: 15px;
  padding: 30px 20px;
  width: 250px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.icon-stat {
  font-size: 40px;
  margin-bottom: 15px;
}

.counter {
  font-size: 48px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 18px;
  color: #555;
}

/* Responsive */
@media (max-width: 768px) {
  .stat-box {
    width: 100%;
    max-width: 300px;
  }
  .stats-section  {
    top: 950px;
  }
}


@media screen and (max-width: 820px) {
    #payement{
        top: 700px;
    }
    #payement h1{
        font-size: 1.8em;
    }
    .container2 {
        flex-direction: row;
        align-items: center;
    }
    .card {
        width: 300px;
        margin: 10px 0;
    }
    .card h3 {
        font-size: 1.2em;
    }
    .card h2 {
        font-size: 1.2em;
    }
    .card button {
        font-size: 1em;
        padding: 7px;
    }
    .card .fomo{
        font-size: 1.2em;
    }
    .card select{
        height: 35px;
        padding: 5px;
        font-size: 15px;
    }
}




@media screen and (max-width: 600px) {
    #payement h1{
        font-size: 1.5em;
    }
    #payement{
        top: 700px;
    }
    .container2 {
        flex-direction: row;
        align-items: center;
    }
    .card {
        width: 300px;
        height: 700px;
        margin: 10px 0;
    }
    .card h3 {
        font-size: 1.2em;
    }
    .card h2 {
        font-size: 1.2em;
    }
    .card button {
        font-size: .9em;
        padding: 7px;
    }
    .card .fomo{
        font-size: 1.1em;
    }
    .card select{
        height: 30px;
        padding: 3px;
        font-size: 15px;
    }
    .card ul li{
        font-size: 15px;
    }
}


@media screen and (max-width: 480px) {
    #payement h1{
        font-size: 1.5em;
    }
    #payement{
        top: 900px;
    }
    .container2 {
        flex-direction: row;
        align-items: center;
    }
    .card {
        width: 300px;
        height: 700px;
        margin: 10px 0;
    }
    .card h3 {
        font-size: 1.2em;
    }
    .card h2 {
        font-size: 1.2em;
    }
    .card button {
        font-size: .9em;
        padding: 7px;
    }
    .card .fomo{
        font-size: 1.1em;
    }
    .card select{
        height: 30px;
        padding: 3px;
        font-size: 15px;
    }
    .card ul li{
        font-size: 15px;
    }
}
