/*gambar */
.acm-features.style-6 {
    background: url("https://dti.unand.ac.id/images/bg-visimis.png") !important;
    background-size: cover;
    background-position: center;
}

/*gambar di jadwal agenda*/
.event-detail .content-right .event-information::after { 
    background: url("https://dti.unand.ac.id/images/bg-visimis.png") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }

.event-detail .content-right .event-information .info-item .item-icon i {
    color: #ffffff;
    font-size: 2.2rem;
}

.acm-features.style-6 .sub-feature {
    background-color: #2E8B57 !important; /* contoh hijau bootstrap */
}

.acm-contact-info.style-1 .font-icon {
  background: rgb(255, 255, 255);
}

.items-row .item .item-inner {
  background: #EFF2ED;
}

.t4-palette-blue {
  background-color: #136f3c;
  color: #f8f9fa;
}

.form-control {
    border: 1px solid #136f3c;
}

.categories-module > li .numitems {
  color: #2e8b57;
}

.moduletable > h3, .moduletable > .h3 {
  color: #136f3c;
}

/*logo*/
img {
  max-width: 140%;
}

/*gambar smart search*/
img {
  max-width: 100%;
}

/* ===============================
   ICON ACCESSIBILITY CUSTOM
================================ */
.theme-8C4600 .trigger {
  background-color: #c8ac73 !important;;
}


/* ===============================
   INFO HEAD CUSTOM
================================ */
.acm-contact-info.style-1 .contact-subtitle {
  color: #fff;
}

/* ===============================
   Search CUSTOM
================================ */
.nav-search {
    display: flex;
    align-items: center;
    gap: 10px; /* jarak icon & input */
}

/* Icon */
.search-icon {
    font-size: 24px;
    cursor: pointer;
    color: #21a759;
}

/* Input default */
.search-form input {
    width: 0;
    opacity: 0;
    padding: 10px 0;
    border-radius: 30px;
    border: 2px solid #21a759; 
    transition: all 0.3s ease;
    font-size: 15px;
}

/* Saat aktif */
.nav-search.active .search-form input {
    width: 260px;
    opacity: 1;
    padding: 10px 18px;
}


/* ===============================
   SDM CUSTOM
================================ */
.modern-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.modern-table th {
  background-color: #e6f4ec; /* hijau lembut */
  color: #000;
  text-align: left;
  padding: 10px;
  font-weight: 600;
}

.modern-table td {
  padding: 8px 10px;
  border-bottom: 1px solid #e9ecef;
}

.modern-table tr.section-title td {
  background-color: #d1e7dd;
  font-weight: 600;
  color: #000;
}

.modern-table tr:hover {
  background-color: #f8f9fa;
}

.indent-1 { padding-left: 25px !important; }
.indent-2 { padding-left: 45px !important; }
.indent-3 { padding-left: 65px !important; }

/* ===============================
   Pimpinan CUSTOM
================================ */
.pimpinan-card {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s ease;
}

.pimpinan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.pimpinan-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.pimpinan-body {
  padding: 30px;
  text-align: center;
}

.pimpinan-nama {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
}

.pimpinan-jabatan {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 15px;
}

.pimpinan-info {
  background-color: #f0dead; /* kuning lembut */
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 13px;
  color: #000;
}

/* ===============================
   Layanan CUSTOM
================================ */
.layanan-card {
  border: none;
  border-radius: 14px;
  padding: 30px 20px;
  text-align: center;
  transition: 0.3s ease;
  background: #ffffff;
}

.layanan-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.layanan-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: white;
}

/* Warna berbeda tiap layanan */
.icon-blue { background: linear-gradient(135deg, #4e73df, #224abe); }
.icon-purple { background: linear-gradient(135deg, #7b2ff7, #5f0fd6); }
.icon-orange { background: linear-gradient(135deg, #ff9a44, #fc6076); }
.icon-teal { background: linear-gradient(135deg, #17a2b8, #138496); }
.icon-red { background: linear-gradient(135deg, #e74a3b, #c0392b); }

.layanan-title {
  font-size: 20px;
  font-weight: 600;
}

/* ===============================
   PENGUMUMAN CUSTOM
================================ */
.pengumuman-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.pengumuman-card {
  border: none;
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 15px;
  background: #ffffff;
  transition: 0.3s ease;
}

.pengumuman-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.pengumuman-date {
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  background-color: #fff3e0; /* orange soft */
  color: #e65100;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
}

.pengumuman-title a {
  font-weight: 600;
  font-size: 16px;
  color: #c8a852;
  text-decoration: none;
}

.pengumuman-title a:hover {
  color: #c8a852;
}

.pengumuman-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.pengumuman-link:hover {
  color: inherit;
}

.pengumuman-section {
  max-width: 900px;
  margin: 0 auto;
}

.pengumuman-main-card {
  border: none;
  border-radius: 14px;
  padding: 25px;
  background: #ffffff;
}

.pengumuman-heading {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #21a759;
  border-left: 4px solid #c8a852;
  padding-left: 12px;
}

.pengumuman-item {
  padding: 15px 0;
  border-bottom: 1px solid rgb(224 244 228);
}

.pengumuman-item:last-child {
  border-bottom: none;
}

.pengumuman-date {
  font-size: 13px;
  color: #fff;
  background: linear-gradient(135deg,#21a759,#c8a852);
  padding: 3px 10px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 6px;
}

.pengumuman-title a {
  font-weight: 400;
  font-size: 18px;
  color: #1f2937;
  text-decoration: none;
}

.pengumuman-title a:hover {
  color: #21a759;
}

/* ===============================
   AGENDA CUSTOM
================================ */
.agenda-section {
  max-width: 900px;
  margin: 0 auto;
}

.agenda-main-card {
  border: none;
  border-radius: 14px;
  padding: 25px;
  background: #ffffff;
}

.agenda-heading {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #21a759;
  border-left: 4px solid #c8a852;
  padding-left: 12px;
}

.agenda-item {
  display: flex;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgb(224 244 228);
}

.agenda-item:last-child {
  border-bottom: none;
}

.agenda-date-box {
  min-width: 60px;
  text-align: center;
  background: linear-gradient(135deg, #21a759, #c8a852);
  color: #fff;
  padding: 10px 0;
  border-radius: 12px;
  margin-right: 18px;
}

.agenda-date-day {
  font-size: 18px;
  font-weight: 700;
}

.agenda-date-month {
  font-size: 13px;
}

.agenda-content a {
  font-weight: 400;
  font-size: 18px;
  color: #1f2937;
  text-decoration: none;
}

.agenda-content a:hover {
  color: #21a759;
}

.agenda-location {
  font-size: 14px;
  color: #6c757d;
  margin-top: 4px;
}

.agenda-location i {
  margin-right: 6px;
  color: #7b2ff7;
}

/* ===============================
   ICON KANAN CUSTOM
================================ */
.acm-contact-info.style-1 .font-icon {
  background: #ffffff !important;   /* putih solid */
  border-radius: 8px;
  font-size: 1.2rem;
  padding: 0.6rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.acm-contact-info.style-1 .font-icon.text-success {
  color: #c8a852 !important; /* emas tetap */
}

/* ===============================
   HERO CUSTOM
================================ */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
}

.software-table th,
.software-table td{
  padding:12px 15px;
}

/* ===============================
   BUTTON DOWNLOAD CUSTOM
================================ */
.btn-download{
  display:inline-block;
  background:#21a759;
  color:white;
  padding:8px 18px;
  border-radius:6px;
  font-weight:600;
  text-decoration:none;
  transition:0.2s;
}

.btn-download:hover{
  background:#1b8a49;
  color:white;
}

/* ================================
   FAQ MODULE
   ================================ */

.jm-faq {
    max-width: 900px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    color: #222;
}

.jm-faq__header {
    text-align: center;
    margin-bottom: 30px;
}

.jm-faq__title {
    margin: 0 0 10px;
    font-size: 32px;
    font-weight: 700;
    color: #1f2937;
}

.jm-faq__subtitle {
    margin: 0;
    font-size: 16px;
    color: #6b7280;
    line-height: 1.6;
}

.jm-faq__item {
    margin-bottom: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    transition: all 0.25s ease;
}

.jm-faq__item:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* Pertanyaan */
.jm-faq__question {
    position: relative;
    display: block;
    padding: 20px 55px 20px 20px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    color: #1f2937;
    background: #fff;
    list-style: none;
}

/* Hilangkan marker default */
.jm-faq__question::-webkit-details-marker {
    display: none;
}

.jm-faq__question::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
    font-weight: 400;
    color: #2563eb;
    transition: transform 0.25s ease;
}

/* Saat FAQ terbuka */
.jm-faq__item[open] .jm-faq__question {
    color: #2563eb;
    background: #f8fafc;
}

.jm-faq__item[open] .jm-faq__question::after {
    content: "−";
}

/* Jawaban */
.jm-faq__answer {
    padding: 0 20px 20px;
    background: #f8fafc;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.7;
}

.jm-faq__answer p {
    margin: 0;
}

.jm-faq__answer a {
    color: #2563eb;
    text-decoration: none;
}

.jm-faq__answer a:hover {
    text-decoration: underline;
}

/* ================================
   RESPONSIVE
   ================================ */

@media (max-width: 768px) {

    .jm-faq {
        width: 100%;
    }

    .jm-faq__title {
        font-size: 26px;
    }

    .jm-faq__subtitle {
        font-size: 14px;
    }

    .jm-faq__question {
        padding: 16px 50px 16px 16px;
        font-size: 15px;
    }

    .jm-faq__question::after {
        right: 16px;
    }

    .jm-faq__answer {
        padding: 0 16px 16px;
        font-size: 14px;
    }
}