*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.container{
    width: 90%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 2rem;
}

.logo {
    display: flex;
    flex-direction: row;
    align-items: center; 
    gap: 10px; 
    padding-left: 12rem;
}
.logo img {
    width: 90px;
    padding-left: 0; 
}
.logo h3{
    color: coral;
        font-size: 32px;
}
.logo span{
    color: black;
    font-size: 32px;
}
ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 30px;
    font-size: 18px;
    padding: 0;
}
ul li {
    cursor: pointer;
    transition: color 0.3s;
}
ul li:hover {
    color: coral; 
}
.cont_section{
    
    width: 90%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
}

.img img {
    width: 600px;
    padding-left: 0; 
    margin-left: 9rem;
}
.cont{
    width: 50%;
    height: auto;
    margin: auto;
    margin-left: 40px;
}
.cont h3{
    color: coral;
    font-size: 60px;
}

.cont h2{
    color: rgb(33, 33, 37);
    font-size: 70px;
}


.cont p{
    color: rgb(33, 33, 37);
    font-size: 20px;
}
.cont button{
    width: 20%;
background-color: rgb(0, 115, 255);
color: white;
padding: 10px;
border: none;
outline: none;
margin-top: 10px;
font-size: 22px;
}

.container1 {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

h1 {
  color: #2c3e50;
}

.card-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

.card {
  background: white;
  border-radius: 18px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  padding: 20px;
  width: 300px;
  transition: transform 0.3s;
}
.card h2{
    font-size: 18px;
}

.card:hover {
  transform: translateY(-5px);
}

.card img {
  width: 100%;
  height: auto;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.price {
  color: #e74c3c;
  font-weight: bold;
  font-size: 18px;
}

.buy-btn {
  background-color: #0057ff;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
}

.buy-btn:hover {
  background-color: #0041c4;
}

    .section {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 50px;
      gap: 40px;
      margin-top: 5rem;
    }

    .left-boxes {
      display: flex;
      flex-direction: column;
      gap: 30px;
      flex: 1;
    }

    .card1 {
      background: white;
      height: 100px;
      border-radius: 10px;
      width: 70%;
      padding: 10px 20px;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
      display: flex;
      gap: 30px;
      align-items: center;
    }

    .card1 i {
      font-size: 65px;
      color: #1f2f65;
      min-width: 40px;
    }

    .card1-content h3 {
      margin-bottom: 6px;
      color: #1f2f65;
      font-size: 18px;
    }

    .card1-content p {
      color: #333;
      font-size: 15px;
    }

    .right-illustration {
      flex: 1;
      display: flex;
      justify-content: center;
    }

    .right-illustration img {
      max-width: 100%;
      height: auto;
    }
  .newsletter {
      background-color: #e5e5e5;
      padding: 60px 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .newsletter-box {
      background: white;
      padding: 40px;
      border-radius: 20px;
      width: 90%;
      max-width: 900px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
      text-align: center;
    }

    .newsletter-box h2 {
      margin-bottom: 30px;
      color: #2a2a2a;
    }

    .input-group {
      display: flex;
      max-width: 600px;
      margin: 0 auto;
    }

    .input-group input {
      flex: 1;
      padding: 14px;
      border: 1px solid #ccc;
      border-right: none;
      border-radius: 4px 0 0 4px;
      font-size: 16px;
    }

    .input-group button {
      padding: 14px 24px;
      background-color: #3f51f5;
      color: white;
      border: none;
      border-radius: 0 4px 4px 0;
      font-size: 16px;
      cursor: pointer;
    }

.footer {
  background-color: #f1f1f1;
  padding: 40px 20px;
  text-align: center;
  display: flex;
  flex-direction: row;
  gap: 10rem;
  text-align: start;
  margin-top: 0.2;
  padding-left: 15rem;
  
}



.footer-bottom .highlight {
  color: #ff6b6b;
  font-weight: bold;
}



.footer-bottom p{
text-align: center;