body {
  margin: 0;
  font-family: sans-serif;
  background: linear-gradient(135deg, #1e293b, #0f172a);
  color: white;
}

.navbar {
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-brand {
  font-size: 18px;
}

.nav-link {
  font-size: 14px;
  padding: 5px 10px;
}

.tentang-section {
  min-height: 100vh;
  background: linear-gradient(135deg, #ff1493 0%, #0000ff 100%);
  overflow: hidden;
  position: relative;
  padding-top: 120px;
}

.tentang-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-radius: 30px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  max-width: 1100px;
}

.tentang-card:hover {
  transform: translateY(-10px);
}

.text-outline-custom {
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.8);
}

.text-primary-custom {
  color: #ff3c78;
  letter-spacing: 1px;
}

.text-light-gray {
  color: #e0e0e0;
  font-size: 1.1rem;
  line-height: 1.8;
  max-width: 600px;
}

.btn-primary-custom {
  background: linear-gradient(45deg, #ff3c78, #3498db);
  border: none;
  color: white;
  box-shadow: 0 10px 20px rgba(255, 60, 120, 0.3);
  transition: all 0.3s ease;
}

.btn-primary-custom:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 15px 25px rgba(255, 60, 120, 0.5);
  color: white;
}

.foto-container {
  display: inline-block;
}

.ring-blur-custom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 380px;
  height: 380px;
  background: rgba(255, 60, 120, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  z-index: 1;
}

.foto-profil-modern {
  position: relative;
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 50%;
  border: 8px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
  z-index: 2;
  transition: all 0.5s ease;
}

.foto-profil-modern:hover {
  transform: rotate(3deg) scale(1.03);
  border-color: #ff3c78;
}

@media (max-width: 991px) {
  .tentang-section {
    padding-top: 150px;
  }
  .text-light-gray {
    margin: 0 auto 30px auto;
  }
  .btn-wrapper {
    justify-content: center;
  }
  .display-3 {
    font-size: 3rem;
  }
  .display-4 {
    font-size: 2.5rem;
  }
  .ring-blur-custom {
    width: 320px;
    height: 320px;
  }
  .foto-profil-modern {
    width: 250px;
    height: 250px;
  }
}

#pendidikan {
  background: url("Asset/image/bgrterbarufiks.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

#pendidikan h1 {
  color: white;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.pendidikan-section {
  min-height: 100vh;
  background: linear-gradient(135deg, #ff1493 0%, #0000ff 100%);
  padding: 120px 0 80px 0;
}

.timeline-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding-left: 20px;
  border-left: 3px solid rgba(255, 255, 255, 0.2); /* Garis vertikal */
}

.timeline-item {
  position: relative;
  margin-bottom: 50px;
}

.timeline-dot {
  position: absolute;
  left: -31px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #ff3c78;
  border-radius: 50%;
  box-shadow: 0 0 15px #ff3c78;
}

.education-card-modern {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.education-card-modern:hover {
  transform: translateX(15px);
  background: rgba(255, 255, 255, 0.1);
  border-color: #ff3c78;
}

.logo-wrapper {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 15px;
  display: inline-block;
}

.logo-wrapper img {
  max-width: 70px;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

.text-primary-custom {
  color: #ff3c78;
}

.text-light-gray {
  color: #e0e0e0;
  line-height: 1.6;
}

.badge-year-v2 {
  background: #ff3c78;
  color: white;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .education-card-modern:hover {
    transform: translateY(-5px);
  }
  .timeline-container {
    border-left: 2px solid rgba(255, 255, 255, 0.2);
  }
  .timeline-dot {
    left: -30px;
  }
}

#pengalaman {
  padding: 50px 20px;
  text-align: center;
  background: url("Asset/image/bgrterbarufiks.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#pengalaman h1 {
  color: white;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.list-organisasi {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.organisasi-card {
  background: white;
  color: black;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.organisasi-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 10px;
}

.organisasi-card:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}

.organisasi-card {
  width: 90%;
  max-width: 500px;
  background: white;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}

.card-photo-carousel {
  width: 100%;
  margin: 15px 0;
}

.carousel-inner img {
  width: 100% !important;
  height: auto;
}

.pengalaman-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #ff1493 0%, #0000ff 100%);
  min-height: 100vh;
}

.organisasi-card-modern {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 25px;
  padding: 25px;
  height: 100%;
  transition: all 0.4s ease;
}

.organisasi-card-modern:hover {
  transform: translateY(-10px);
  border-color: #ff3c78;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.card-header-custom {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.logo-bulat-mini {
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #ff3c78;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-bulat-mini img {
  width: 80%;
  height: auto;
}

.badge-bakti {
  font-size: 0.75rem;
  color: #ff3c78;
  font-weight: bold;
  background: rgba(255, 60, 120, 0.1);
  padding: 3px 10px;
  border-radius: 50px;
}

.carousel-item img {
  height: 250px;
  object-fit: cover;
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
  background: rgba(0, 0, 0, 0.2);
}

#kemampuan {
  padding: 60px 20px;
  text-align: center;
  background: url("Asset/image/bgrterbarufiks.jpg");
  min-height: 100vh;
}

#kemampuan h1 {
  color: white;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.kemampuan-section {
  min-height: 100vh;
  background: linear-gradient(135deg, #ff007f 0%, #0000ff 100%);
  position: relative;
  padding-top: 100px;
  overflow: hidden;
}

.skill-card-glass {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-radius: 30px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.skill-card-glass:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3);
  border-color: #ff3c78;
}

.skill-icon-box {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.skill-icon-box img {
  max-width: 40px;
  height: auto;
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.3));
}

.skill-bar-container {
  width: 100px;
  height: 6px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  overflow: hidden;
  margin-left: 20px;
}

.skill-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #3a86ff, #ff3c78);
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255, 60, 120, 0.6);
}

.soft-skill-grid-modern {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 Kolom */
  gap: 15px;
}

.soft-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 15px;
  text-align: center;
  transition: 0.3s ease;
}

.soft-card img {
  width: 30px;
  margin-bottom: 10px;
}

.soft-card p {
  color: white;
  margin: 0;
  font-size: 0.85rem;
}

.soft-card:hover {
  background: rgba(255, 60, 120, 0.2);
  border-color: #ff3c78;
  transform: translateY(-5px);
}

.deskripsi-skill-row {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  border-left: 4px solid #ff3c78;
}

.underline-glow {
  width: 80px;
  height: 4px;
  background: #ff3c78;
  border-radius: 2px;
  box-shadow: 0 0 15px #ff3c78;
}

.text-pink-main {
  color: #ff3c78;
}
#kontak {
  padding: 60px 20px;
  text-align: center;
  background: url("Asset/image/bgrterbarufiks.jpg");
  min-height: 100vh;
}

#kontak h1 {
  color: white;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.kontak-section {
  background: url("Asset/image/bgrterbarufiks.jpg") no-repeat center
    center/cover;
  min-height: 100vh;
  padding-top: 100px;
}

.kontak-glass-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 25px;
  transition: 0.3s ease;
}

.kontak-glass-card:hover {
  border-color: #ff3c78;
  box-shadow: 0 10px 30px rgba(255, 60, 120, 0.2);
}

.form-control-custom {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 12px 15px;
  color: white;
  transition: 0.3s;
}

.form-control-custom:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ff3c78;
  box-shadow: 0 0 10px rgba(255, 60, 120, 0.3);
  outline: none;
}

.btn-kirim-glow {
  background: linear-gradient(90deg, #ff3c78, #ff1493);
  border: none;
  border-radius: 12px;
  padding: 12px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s;
}

.btn-kirim-glow:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 20px rgba(255, 60, 120, 0.5);
}

.info-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.info-icon {
  width: 45px;
  height: 45px;
  background: rgba(255, 60, 120, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff3c78;
  font-size: 1.2rem;
}

.social-wrapper-glow {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.social-link {
  width: 50px;
  height: 50px;
  transition: 0.3s;
}

.social-link img {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-link:hover {
  transform: scale(1.15) rotate(5deg);
  filter: drop-shadow(0 0 10px #ff3c78);
}
.kontak-glass-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    text-align: center; 
}

.info-item-minimal {
    border-left: 3px solid #ff3c78;
    padding-left: 15px;
    text-align: left; 
    margin-bottom: 25px;
}

.info-label {
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.social-wrapper-center {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-icon-box {
    width: 55px;
    height: 55px;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.social-icon-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.social-icon-box:hover {
    transform: translateY(-8px) scale(1.1);
    filter: drop-shadow(0 0 15px #ff3c78);
}

@media (max-width: 768px) {
    .info-item-minimal {
        text-align: center;
        border-left: none;
        border-bottom: 2px solid #ff3c78;
        padding-left: 0;
        padding-bottom: 10px;
    }
}

#portofolio {
  padding: 60px 20px;
  text-align: center;
  background: url("Asset/image/bgrterbarufiks.jpg");
  min-height: 100vh;
}

#portofolio h1 {
  color: white;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.portofolio-section {
    background: url("Asset/image/bgrterbarufiks.jpg") no-repeat center center/cover;
    min-height: 100vh;
    padding-top: 80px;
}

.portofolio-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding-bottom: 50px;
}

.porto-glass-card {
    display: flex;
    width: 90%;
    max-width: 950px;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.porto-glass-card:hover {
    transform: scale(1.02);
    border-color: #ff3c78;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.porto-img-wrapper {
    position: relative;
    width: 45%;
    overflow: hidden;
}

.porto-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

.porto-glass-card:hover .porto-img {
    transform: scale(1.1);
}

.porto-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(255, 60, 120, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s;
}

.porto-img-wrapper:hover .porto-overlay {
    opacity: 1;
}

.porto-content {
    padding: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.porto-tag {
    font-size: 0.7rem;
    color: #ff3c78;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.porto-content h3 {
    color: white;
    font-weight: bold;
    margin-bottom: 15px;
}

.porto-content p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.6;
}

.porto-tech-icons {
    margin-top: 15px;
    color: white;
    font-size: 1.2rem;
    display: flex;
    gap: 15px;
    align-items: center;
}

.porto-tech-icons span {
    font-size: 0.8rem;
    opacity: 0.6;
}

.btn-visit {
    background: white;
    color: #ff3c78;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: 0.3s;
}

.btn-visit:hover {
    background: #ff3c78;
    color: white;
    transform: translateY(-3px);
}

.underline-glow {
    width: 100px;
    height: 4px;
    background: #ff3c78;
    border-radius: 5px;
    box-shadow: 0 0 15px #ff3c78;
}

@media (max-width: 768px) {
    .porto-glass-card {
        flex-direction: column;
    }
    .porto-img-wrapper {
        width: 100%;
        height: 200px;
    }
}
#prestasi {
  padding: 60px 20px;
  text-align: center;
  background: url("Asset/image/bgrterbarufiks.jpg");
  min-height: 100vh;
}

#prestasi h1 {
  color: white;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.prestasi-section {
  min-height: 100vh;
  background: linear-gradient(
    135deg,
    #ff1493 0%,
    #0000ff 100%
  ); /* Sesuai bgrterbarufiks.jpg */
  padding: 120px 0 80px 0;
}

.prestasi-card-unified {
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.text-highlight {
  color: #ff3c78;
  font-weight: 600;
}

.underline-custom {
  width: 60px;
  height: 4px;
  background: #ff3c78;
  border-radius: 2px;
}

.kegiatan-item-box {
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: 0.3s;
}

.kegiatan-item-box:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: scale(1.02);
  border-color: #ff3c78;
}

.kegiatan-bullet {
  width: 12px;
  height: 12px;
  background: #ff3c78;
  border-radius: 50%;
  margin-top: 6px;
  box-shadow: 0 0 10px #ff3c78;
}

.badge-year {
  font-size: 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 4px 12px;
  border-radius: 20px;
  color: #ff3c78;
  font-weight: bold;
  border: 1px solid rgba(255, 60, 120, 0.3);
}
