/* === Extra Modern Redesign for sakti333.life (Shape Only) === */

/* Rounded box cards and shadow */
.card {
  border-radius: 20px !important;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
  transform: translateY(-5px);
}

/* Navigation Bar */
.navbar {
  height: 70px;
  border-bottom: 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

/* Buttons */
.btn {
  border-radius: 30px !important;
  padding: 10px 25px;
  font-weight: 600;
  border: none;
  transition: all 0.3s ease;
}

/* Inputs and Selects */
input, select, textarea {
  border-radius: 10px;
  padding: 10px 15px;
  font-size: 15px;
}

/* Custom Footer */
.footercontentdesktop {
  border-radius: 20px 20px 0 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Headings */
h1, h2, h3, h4, h5 {
  font-family: 'Segoe UI Semibold', sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Animation for links */
a {
  transition: all 0.2s ease;
}