/* Fix for equal height carousel items */
.owl-carousel .owl-item {
  display: flex;
  align-items: stretch;
}

.program-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  width: 100% !important;
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.program-selection-carousel .card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
}

.program-selection-carousel .owl-stage-outer {
  margin-bottom: 50px !important;
}

.program-selection-carousel.owl-dots {
  margin: 0 !important;
}

@media (max-width: 576px) {
  .program-selection-carousel .card-img-top {
    height: 300px !important;
  }
}
.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-4 {
  border-radius: 0.5rem !important;
}

.rounded-5 {
  border-radius: 1rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.3rem !important;
  border-top-right-radius: 0.3rem !important;
}

.rounded-top-4 {
  border-top-left-radius: 4rem !important;
  border-top-right-radius: 4rem !important;
}

.rounded-bottom {
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-left,
.rounded-start {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-right,
.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.program-section {
  background: linear-gradient(135deg, #f8f9ff 0%, #e8f2ff 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.section-badge {
  background: rgba(74, 144, 226, 0.1);
  color: #4a90e2;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 20px;
}

.section-description {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 30px;
}

.program-card {
  background: white;
  border-radius: 20px;
  padding: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 10px;
}

.program-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.card-image {
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 20px;
}

.carousel-container {
  position: relative;
}

.card-badge {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

.card-content {
  padding: 25px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
  line-height: 1.4;
}

.card-description {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 20px;
}

.btn-detail {
  background: #4a90e2;
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-detail:hover {
  background: #357abd;
  color: white;
  transform: translateY(-2px);
}

.cpns-card {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.kedinasan-card {
  background: linear-gradient(135deg, #ffd89b 0%, #19547b 100%);
}

.tni-card {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.ptn-card {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.owl-item {
  width: 250px;
}

.owl-nav button {
  position: absolute;
  background: white !important;
  color: #4a90e2 !important;
  border-radius: 50% !important;
  width: 50px !important;
  height: 50px !important;
  font-size: 20px !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.3s ease !important;
}

.owl-nav button:hover {
  background: #4a90e2 !important;
  color: white !important;
  transform: scale(1.1) !important;
}

.owl-nav .owl-prev {
  left: -25px;
}

.owl-nav .owl-next {
  right: -25px;
}

.owl-dots {
  text-align: center;
  margin-top: 50px !important;
}

.text-decoration-line-through {
  text-decoration: line-through;
}

.discounted-price {
  font-weight: 700;
}

.owl-dots .owl-dot {
  display: inline-block;
  background: #ddd !important;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  transition: all 0.3s ease;
  margin-left: 0.5rem !important;
}

.owl-dots .owl-dot:first-child {
  margin-left: 5px !important;
}

.owl-dots .owl-dot.active {
  background: #4a90e2 !important;
}

.program-badge {
  box-shadow: 10px 10px 19px -1px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 10px 10px 19px -1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 19px -1px rgba(0, 0, 0, 0.75);
  transform: translateY(-50px);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
}

.program-card {
  width: 250px;
  border-radius: 20px;
}
.program-card .card-text {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: black;
}
.program-card .card-body {
  padding: 0;
}

.card-footer {
  padding: 0;
}

.program-btn {
  box-shadow: 0px 0px 5px 0px #4a90e2;
  -webkit-box-shadow: 0px 0px 5px 0px #4a90e2;
  -moz-box-shadow: 0px 0px 5px 0px #4a90e2;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
}

.program-badge {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  background-color: #4a90e2;
}

.feature-program-section {
  background: linear-gradient(135deg, #f8f9ff 0%, #e8f2ff 100%);
  position: relative;
}
.feature-program-section .feature-card {
  background: white;
  border-radius: 25px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.feature-program-section .feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  border-radius: 25px 25px 0 0;
  transition: all 0.3s ease;
}
.feature-program-section .feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
.feature-program-section .feature-card .feature-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  position: relative;
  transition: all 0.3s ease;
}
.feature-program-section .feature-card .feature-icon i {
  font-size: 35px;
  color: white;
}
.feature-program-section .feature-card .feature-title {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1a1a1a;
  line-height: 1.3;
}
.feature-program-section .feature-card .feature-description {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
}
.feature-program-section .structured-learning::before {
  background: linear-gradient(135deg, #6c5ce7, #a29bfe);
}
.feature-program-section .structured-learning .feature-icon {
  background: linear-gradient(135deg, #6c5ce7, #a29bfe);
  box-shadow: 0 10px 30px rgba(108, 92, 231, 0.3);
}
.feature-program-section .structured-learning:hover .feature-icon {
  box-shadow: 0 15px 40px rgba(108, 92, 231, 0.4);
  transform: scale(1.1);
}
.feature-program-section .success-rate::before {
  background: linear-gradient(135deg, #fdcb6e, #e17055);
}
.feature-program-section .success-rate .feature-icon {
  background: linear-gradient(135deg, #fdcb6e, #e17055);
  box-shadow: 0 10px 30px rgba(253, 203, 110, 0.3);
}
.feature-program-section .success-rate:hover .feature-icon {
  box-shadow: 0 15px 40px rgba(253, 203, 110, 0.4);
  transform: scale(1.1);
}
.feature-program-section .intensive-program::before {
  background: linear-gradient(135deg, #00b894, #55a3ff);
}
.feature-program-section .intensive-program .feature-icon {
  background: linear-gradient(135deg, #00b894, #55a3ff);
  box-shadow: 0 10px 30px rgba(0, 184, 148, 0.3);
}
.feature-program-section .intensive-program:hover .feature-icon {
  box-shadow: 0 15px 40px rgba(0, 184, 148, 0.4);
  transform: scale(1.1);
}

.testimonial-section {
  background: linear-gradient(135deg, #e0e7ff 0%, #f8fafc 100%);
}

.testimonial-card {
  background: linear-gradient(135deg, #6dd5ed 0%, #2193b0 100%);
  border-radius: 22px;
  box-shadow: 0 8px 32px rgba(33, 147, 176, 0.1);
  min-height: 400px;
}

.testimonial-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 1.5rem;
  border-radius: 22px 22px 0 0;
}

.testimonial-icon {
  background: #fff;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.testimonial-icon i {
  font-size: 1.3rem;
  color: #2193b0;
}

.testimonial-title {
  font-weight: bold;
  color: white;
  margin-bottom: 0;
}

.testimonial-content {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 16px rgba(33, 147, 176, 0.08);
  padding: 2rem 1rem 1.5rem;
  margin: 2.5rem 1rem 1rem;
  position: relative;
}

.testimonial-image {
  width: 64px !important;
  height: 64px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 2px 8px rgba(33, 147, 176, 0.1);
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}

.testimonial-owl-carousel .owl-carousel .owl-item img {
  width: 0 !important;
}

.img-bg-circle h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #000000;
}
.img-bg-circle h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #000000;
}

.waves {
  z-index: -1;
  background-color: transparent;
}

.times {
  width: 150px;
}

.section-promo h4 {
  font-family: "inter", sans-serif;
  font-weight: 600;
  color: #000000;
}
.section-promo .promo-card {
  border-radius: 23px;
}

.qna-section .qna-card {
  border-radius: 22px;
  font-family: "inter", sans-serif;
}
.qna-section .qna-card h4 {
  font-weight: 600;
  color: white;
}
.qna-section .qna-card h5 {
  color: white;
  font-weight: 500;
}
.qna-section .qna-card img {
  width: 250px;
}

.btn-question {
  background-color: white;
  border-radius: 25px;
}

.img-question {
  height: 25px;
}

.faq-title {
  font-family: "Poppins", sans-serif;
  color: #358ff7;
}
.faq-title span {
  font-family: "Poppins", sans-serif;
  color: #000000;
}

.text-purple {
  color: #358ff7;
}

.faq-question {
  cursor: pointer;
  font-weight: 600;
  color: #358ff7;
  font-size: 1rem;
}

.faq-answer {
  color: #4b5563;
  /* abu-abu gelap */
  font-size: 0.95rem;
  line-height: 1.5;
}

.faq-card .toggle-icon {
  transition: transform 0.3s ease;
}

/* Saat collapse terbuka, rotate ikon */
.faq-question[aria-expanded=true] .toggle-icon {
  transform: rotate(0deg);
}

.faq-question.collapsed .toggle-icon {
  transform: rotate(0deg);
}

.video-modal {
  z-index: 1060;
  border-radius: 20px;
}

.modal-backdrop {
  display: none;
}

.program-selection-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.program-selection-carousel .owl-item {
  width: 350px;
}

.btn-question {
  font-size: clamp(0.9rem, 2vw, 1rem);
}

.rounded-image {
  border-radius: 20px !important;
}

/* Custom Owl Dots Active Style */
.owl-dots .owl-dot.active span {
  background-color: #106ac4 !important;
  width: 25px;
  height: 10px;
}

.bg-primary {
  background-color: #106ac4 !important;
}

.play-wrapper {
  position: relative;
  width: 60px;
  height: 60px;
  transform: translateX(-30px);
}

.play-button {
  width: 60px;
  height: 60px;
  background-color: #1e73e8;
  /* Biru solid */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  z-index: 2;
  position: relative;
}

.play-wrapper::before {
  content: "";
  position: absolute;
  scale: 1.3;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px dashed #1e73e8;
  /* Warna sama dengan button */
  animation: rotateDash 10s linear infinite;
  z-index: 1;
}

@keyframes rotateDash {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Program Section Responsive */
.program-section-title {
  font-size: clamp(1.25rem, 3.5vw, 2rem);
}

.program-section-subtitle {
  font-size: clamp(0.85rem, 2.2vw, 1.1rem);
}

/* Program Cards Equal Height */
.program-cards-group .program-card {
  display: flex;
  height: 100%;
  border-radius: 20px !important;
}

.program-cards-group .program-card .card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 500px;
  border-radius: 20px !important;
}

.program-cards-group .program-card .card .bg-white {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.program-cards-group .program-card .excerpt-parent {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.program-cards-group .program-card .card-text {
  flex: 1;
}

.program-cards-group .program-card .mt-auto {
  margin-top: auto !important;
}

/* Join Section Responsive */
.join-title {
  font-size: clamp(1.1rem, 2.8vw, 1.75rem);
}

.join-subtitle {
  font-size: clamp(0.9rem, 2.2vw, 1.25rem);
}

/* Promo Section Responsive */
.promo-title {
  font-size: clamp(1.1rem, 2.8vw, 1.25rem);
  line-height: 1.3;
}

.promo-image {
  max-width: clamp(120px, 80%, 200px);
  height: auto;
}

/* Testimonial Section Responsive */
.testimonial-title {
  font-size: clamp(1.25rem, 3.5vw, 2rem);
}

.testimonial-text {
  font-size: clamp(0.8rem, 1.8vw, 1.05rem);
  color: #222;
}

/* Story Section Responsive */
.story-title {
  font-size: clamp(1.25rem, 3.5vw, 2rem);
}

.story-video-title {
  font-size: clamp(0.75rem, 1.8vw, 1rem);
}

/* Program Carousel Section Responsive */
.program-carousel-title {
  font-size: clamp(1.25rem, 3.5vw, 2rem);
}

.program-carousel-text {
  font-size: clamp(0.8rem, 1.8vw, 1rem);
}

.program-card img {
  border-radius: 20px;
}

/* FAQ Section Responsive */
.faq-title {
  font-size: clamp(1.5rem, 4.5vw, 2.5rem);
}

/* Video Card Responsive */
.video-card {
  border-radius: 20px;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  z-index: 2;
}

.video-play-button {
  bottom: 12px;
  right: 12px;
  z-index: 3;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.25);
  color: white;
  border: none;
  border-radius: 50%;
}

/* Modal Close Button */
.modal-close-button {
  right: 10px;
  top: 10px;
  z-index: 1;
  opacity: 0.7;
  background: rgb(238, 25, 25);
  color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
}

/* Program Badge */
.program-badge {
  margin-left: 1rem;
}

/* Blue Line Divider */
.blue-divider {
  height: 4px;
  width: 260px;
  background: #3b7ddd;
  border-radius: 2px;
  margin-bottom: 1.5rem;
}

/* Card Gradient Background */
.card-gradient-bg {
  background: linear-gradient(135deg, #e0cbff, #f3e7ff);
  border-radius: 22px;
}

/* Card Margin Top */
.card-content-overlap {
  margin-top: -1rem;
}

/* Program Tab Icon */
.program-tab-icon {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Custom Responsive CSS */
@media (max-width: 576px) {
  .play-wrapper {
    transform: none;
  }
  .card-img-top {
    height: auto !important;
  }
  .container-fluid {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  .py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .modal-body {
    padding: 1rem 0.8rem;
  }
  .modal-title {
    font-size: 1.1rem;
  }
  .video-modal .modal-dialog {
    margin: 1rem 0.5rem;
  }
  .hero-custom-container h1 {
    font-size: 1.5rem !important;
    line-height: 1.3;
  }
  .hero-custom-container .text-white {
    font-size: 0.85rem;
  }
  .testimonial-card {
    margin: 0 0.5rem;
  }
  .testimonial-content {
    font-size: 0.8rem;
  }
  .btn {
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
  }
  .program-tab {
    font-size: 0.75rem;
    padding: 0.3rem 0.6rem !important;
    margin-bottom: 0.4rem;
  }
  .program-tab img {
    width: 20px !important;
    height: 20px !important;
  }
  .program-cards-group .program-card .card {
    min-height: 450px;
  }
  .promo-title {
    font-size: 1.1rem !important;
  }
  .promo-image {
    max-width: 80% !important;
  }
  .qna-button {
    font-size: 0.9rem !important;
    margin-top: 1rem;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .qna-card h4 {
    font-size: 1.3rem !important;
  }
  .qna-card h5 {
    font-size: 1.1rem !important;
  }
  .qna-card .btn-question {
    font-size: 0.95rem !important;
  }
  /* .qna-card img {
                  max-width: 70px !important;
              } */
}
@media (max-width: 575.98px) {
  .qna-section .qna-title,
  .qna-section .qna-subtitle,
  .qna-section .text {
    text-align: center !important;
  }
  .qna-section .left {
    align-items: center !important;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .hero-custom-container h1 {
    font-size: 1.8rem !important;
  }
  .program-tab {
    font-size: 0.85rem;
    padding: 0.4rem 0.8rem !important;
  }
  .program-tab img {
    width: 24px !important;
    height: 24px !important;
  }
  .program-cards-group .program-card .card {
    min-height: 480px;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .promo-title {
    font-size: 1.2rem !important;
  }
  .promo-image {
    max-width: 90% !important;
  }
}
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
  .program-card {
    height: auto;
    margin: 5px;
  }
  .card-content {
    height: auto;
  }
  .owl-nav button {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .faq-question {
    font-size: 0.85rem;
  }
  .faq-answer {
    font-size: 0.8rem;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .promo-title {
    font-size: 1.3rem !important;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .hero-custom-container h1 {
    font-size: 2rem !important;
  }
}
@media (min-width: 769px) {
  .program-cards-group .program-card .card {
    min-height: 520px;
  }
  .program-selection-carousel .owl-nav {
    display: none !important;
  }
}/*# sourceMappingURL=home.css.map */