/* BASIC COLOR */
:root {
  --bs-orange: #ef8200; /* Warna utama */
  --bs-orange-rgb: 253, 126, 20;

  /* Untuk text dan bg utilities */
  --bs-link-color: var(--bs-orange);
}

.btn-orange {
  color: #fff;
  background-color: var(--bs-orange);
  border-color: var(--bs-orange);
}

.btn-orange:hover {
  color: #fff;
  background-color: #e36d0c;
  border-color: #d65f00;
}

.text-orange {
  color: var(--bs-orange) !important;
}

.bg-orange {
  background-color: var(--bs-orange) !important;
}

.btn-outline-orange {
  color: orange;
  border: 2px solid orange;
  transition: all 0.3s ease;
}

.btn-outline-orange:hover {
  background-color: orange;
  color: white;
}

/* BASIC COLOR END*/

html,
body {
  height: 100%;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  background: #fff;
}
.main-content {
  flex: 1;
}

/* NAVBAR CSS */

.small-font {
  font-size: 15px;
}

.navbar-shadow-custom {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 999; /* pastikan di atas elemen lain */
}

.nav-link.active {
  color: #ef8200 !important;
}

.nav-link:hover {
  color: #ef8200 !important;
}

/* NAVBAR CSS END */

/* FOOTER CSS */

.footer-link-sun {
  color: #ef8200;
}

.footer-link-sun:hover {
  color: #d96f00;
}

/* Responsif */
@media (max-width: 576px) {
  .footer-cert-section .d-flex {
    flex-direction: column;
    align-items: center !important;
    text-align: center;
  }
  .footer-cert-section img {
    margin-bottom: 0.5rem;
  }
}

.footer-link {
  color: #161616;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.2s;
  font-weight: 400;
}
.footer-link:hover {
  color: #ef8200;
  text-decoration: underline;
}

/* .footer-link-sun {
  color: #ef8200;
} */

.footer-main {
  background: #fff;
  color: #161616;
}
.footer-main .fw-semibold,
.footer-main .fw-bold {
  letter-spacing: -0.5px;
}
.footer-cert {
  background: #fafafa;
}
.footer-copyright {
  background: #ef8200;
  width: 100%;
}
.footer-copyright .copyright-text {
  letter-spacing: 0.5px;
  color: #fff;
  font-size: 1rem;
  padding-top: 8px;
  padding-bottom: 8px;
}

.footer-main h3 {
  font-size: 2.5rem;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .footer-main .col-lg-6,
  .footer-main .col-lg-3,
  .footer-main .col-md-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .footer-main h3 {
    font-size: 2rem;
  }
  .footer-main .row > [class^="col-"] {
    text-align: center !important;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
  }
  .footer-main .footer-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
  }
  .footer-main .footer-links {
    display: inline-block;
    text-align: center !important;
    margin: 0 auto 1rem auto;
    padding: 0;
  }
  .footer-main h3 {
    text-align: center !important;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .footer-main .footer-desc,
  .footer-main {
    text-align: justify !important;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 1.7;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .footer-main .footer-socmed {
    justify-content: center !important;
    display: flex;
    margin-bottom: 2rem;
  }
  .footer-main .footer-cert .row {
    text-align: center !important;
  }
  .footer-address {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 1.7;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .footer-cert-section,
  .footer-copyright-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}

.footer-desc,
.footer-address {
  text-align: justify;
}

/* FOOTER CSS END */

/* HOME CSS */

.carousel-item {
  height: 100vh; /* Tinggi penuh layar */
  position: relative; /* supaya overlay dan teks bisa di-position */
}

.carousel-img {
  height: 100%;
  object-fit: cover;
}

.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.carousel-caption-custom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
}

.carousel-caption-custom h1 {
  font-size: 3rem;
  font-weight: bold;
}

.carousel-caption-custom p {
  font-size: 1.2rem;
}

/* Tambahan opsional untuk mobile */
@media (max-width: 768px) {
  .carousel-item {
    height: 70vh; /* Kurangi sedikit untuk mobile */
  }
  .carousel-caption-custom h1 {
    font-size: 2rem;
  }
  .carousel-caption-custom p {
    font-size: 1rem;
  }
}
.orange-underline {
  width: 80%;
  max-width: 350px;
  height: 10px;
  background-color: #ef8200;
  border-radius: 2px;
}

.card-hover:hover {
  background-color: #f57c00 !important;
  color: #fff !important;
  transform: scale(1.05);
  transition: all 0.5s ease;
}

.card-hover:hover .card-title,
.card-hover:hover .card-subtitle,
.card-hover:hover .card-text {
  color: #fff !important;
}

/* HOME CSS END */

:root {
  --sunrise-accent: #ef8200;
  --logo-size: clamp(48px, 6vw, 70px); /* logo Sunrise */
  --icon-size: clamp(28px, 3.2vw, 40px); /* ikon YouTube/IG (lebih kecil) */
  --text-size: clamp(14px, 1.4vw, 18px); /* ukuran teks */
}

/* Logo Sunrise */
.footer-logo {
  width: var(--logo-size);
  height: auto;
}

/* Ikon sosial */
.social-icon {
  font-size: var(--icon-size);
  color: var(--sunrise-accent);
  line-height: 1;
  vertical-align: middle;
}

/* Teks di samping ikon – TANPA underline */
.footer-link-sun {
  color: var(--sunrise-accent) !important;
  font-weight: 600;
  font-size: var(--text-size) !important;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none !important; /* no underline */
}
.footer-link-sun:hover,
.footer-link-sun:focus,
.footer-cert-section .d-flex a {
  text-decoration: none !important; /* pastikan semua link sosial tak bergaris */
}

/* Layout tetap rapi & responsif */
.footer-cert-section .d-flex {
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
