.packages {
  padding: 100px 50px;
}

.packages .item {
  background-color: #f3f5fa;
  border-radius: 10px;
  padding: 60px 50px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.packages .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #f35444, #ff7b6b);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.packages .item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

.packages .item:hover::before {
  transform: scaleX(1);
}

.packages .item .baslik {
  font-size: 25px;
  margin-bottom: 20px;
}

.packages .item .prices{
  margin-bottom: 20px;
}


.packages .item .price {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  color:#00ac00;
  font-weight: 600;
}

.packages .item .price-before{
  font-size: 24px;
}

.packages .item .liste {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
}

.packages .item .liste li {
  margin-bottom: 2px;
}

.packages .item .liste li i {
  color: #00ac00;
  padding-right: 20px;
}

.packages .item .liste li .fa-minus {
  color: #ff0000;
}

.packages .iris-btn {
  color: #f35444;
  background-color: transparent;
}

.packages .iris-btn:hover {
  color: #ffffff;
  background-color: #f35444;
}

.packages .orta {
  background-color: #31333e;
  color: #ffffff;
  transform: scale(1.05);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.packages .orta:hover {
  transform: scale(1.05) translateY(-6px);
}

.packages .orta:hover::before {
  transform: scaleX(1);
}

.packages .orta .baslik,
.packages .orta .fiyat {
  color: #ffffff;
}

.services {
  background: linear-gradient(#ffffff, #f6f7fb);
  padding-top: 100px;
}

.services .item {
  margin-bottom: 60px;
  padding: 30px;
  border-radius: 15px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.services .item:hover {
  background: #ffffff;
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.services .icon {
  font-size: 30px;
  color: #222222;
  transition: all 0.4s ease;
}

.services .item:hover .icon {
  color: #ffffff;
}

.services .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f35444;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-bottom: 16px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.services .item:hover .circle {
  background-color: #f35444;
  transform: rotate(360deg);
  box-shadow: 0 6px 20px rgba(243, 84, 68, 0.3);
}

.services .icerik {
  padding-right: 120px;
}

.services .metin {
  padding-right: 15px;
  padding-bottom: 15px;
}

.services .item .baslik {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}

.services .iris-btn {
  color: #f35444;
  background-color: transparent;
}

.services .iris-btn:hover {
  color: #ffffff;
  background-color: #f35444;
}

.services-bg {
  position: absolute;
  margin-top: -160px;
}

.services-bg img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .packages {
    padding: 0 15px;
    padding-top: 50px;
  }

  .packages .item {
    padding: 25px 18px;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  }

  .packages .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  }

  .packages .item .baslik {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .packages .item .prices {
    margin-bottom: 15px;
  }

  .packages .item .price {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #00ac00;
  }

  .packages .item .price-before {
    font-size: 18px;
  }

  .packages .item .liste {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .packages .orta {
    transform: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  }

  .packages .orta:hover {
    transform: translateY(-5px);
  }

  .services {
    padding-top: 30px;
    padding-bottom: 120px;
    text-align: center;
  }

  .services-bg {
    display: none;
  }

  .services .sol {
    margin-bottom: 30px;
  }

  .services .icerik {
    padding: 0 10px;
    margin-bottom: 15px;
  }

  .services .item {
    margin-bottom: 20px;
    padding: 18px 15px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  }

  .services .item:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  }

  .services .item .baslik {
    font-size: 15px;
  }

  .services .metin {
    padding: 0;
    font-size: 14px;
  }

  .services .circle {
    margin: 0 auto;
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
  }

  .services .icon {
    font-size: 18px;
  }

  .services .iris-btn {
    padding: 10px 25px;
    font-size: 14px;
    color: #f35444;
    background-color: transparent;
  }

  .services .iris-btn:hover {
    color: #ffffff;
    background-color: #f35444;
  }

  .packages .iris-btn {
    color: #f35444;
    background-color: transparent;
  }

  .packages .iris-btn:hover {
    color: #ffffff;
    background-color: #f35444;
  }
}
