.carousel,
.item,
.active {
  height: 100%;
}

.carousel-inner {
  height: 100%;
}

.carousel-caption {
  padding-bottom: 80px;
}
.header-logo img {
  max-width: 220px;
}
.fixed-header > .header-logo img.main-logo {
  width: 200px !important;
  height: auto;
 }

/* Background images are set within the HTML using inline CSS, not here */

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  opacity: 0.6;
}

/**
 * Button
 */
.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.btn-transparent:hover {
  background-color: #fff;
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}

/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.home-slider {
  padding-top: 20vh;
}

.home-slider h1 {
  font-size: 90px;
  text-transform: capitalize;
  font-weight: 200;
  color: var(--gray500);
}

.rounded-lg {
  border-radius: 1rem;
}

.img-prodi {
  width: 175px;
  height: 175px;
  object-fit: cover;
  border-radius: 1rem;
  border: 1px solid white;
  object-position: top center;
}

.service-description p {
  font-size: 10px;
  color: var(--gray500);
  margin-top: 10px;
}

p.service-description {
  font-size: 12px;
  color: var(--gray500);
}

.img-partners {
  height: 100px;
  width: auto;
}

.pop-up {
  position: relative;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.pop-up:hover {
  transform: translateY(-5px);
}

.tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background: #ffffff;
  padding: 20px 30px;
  border-radius: 4px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 999;
  width: 500px;
  font-size: 1.2rem;
  border-radius: 20px;
  border: 1px solid var(--primary);
}

.pop-up:hover .tooltip {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(-20px);
}

.video-bg-img img {
  max-height: 463px;
  object-fit: cover;
  object-position: center center;
}

.play-video {
  position: absolute;
  right: 50px;
  bottom: 50px;
}

img.img-story{
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center center;
}

.wv-p-80 {
  padding: 80px;
}

.btn-center {
  display: flex !important;
  justify-content: center;
}
.box-shadow {
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05)
}
.border{
  border: 1px solid var(--primary);
}
table {
  width: 100%;
}
h5.widget-title {
  background-color: var(--primary);
  color: var(--white);
  text-transform: capitalize;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 20px;
}
.menu-pendaftaran {
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,.09);
  border-radius: 15px;
  padding: 15px;
}
.pendaftaran ul li a {
  color: var(--primary) !important;
}
.toll_free {
  background: var(--secondary);
  padding: 15px;
  display: flex;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  border-radius: 14px;
}
.toll_free i{
  font-size: 40px;
  padding: 10px;
  border: 1px solid #000;
  margin-right: 17px;
  border-radius: 13px;
  }
.service-details p{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.author-flex {
  display: flex;
  align-items: center;
}
img.author-thumb {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center center;
  border-radius: 50%;
}
.author-dentity {
  margin-left: 20px;
}
img.h-100.img-rounded.img-cover {
  object-fit: cover;
  object-position: center center;
}
.theme_btn_all.color_one.mt-5.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
img.h-350{
  height: 350px !important;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}


.feature-card {
  transition: transform 0.3s ease;
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-number {
  width: 80px;
  height: 80px;
  background-color: var(--primary);
  color: white;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 1;
  font-size: 30px;
  border: 2px solid white;
}

.blog-pagination .page-item .page-link {
  margin-left: 10px;
  color: var(--primary);
  border-radius: 15px;
  padding: 25px 30px;
}
.blog-pagination .page-item.active .page-link {
  background-color: var(--primary) !important;
  border-radius: 15px;
  color: #fff;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
}
.content p{
  margin-bottom: 1rem;
}
.content ul li{
  margin-bottom: 1rem;
}



@media (max-width: 1199px) {
  .wv-p-xl-40 {
    padding: 40px;
  }
}

@media (max-width: 992px) {
  .wv-p-lg-30 {
    padding: 40px;
  }
}

@media screen and (max-width: 768px) {
  .home-slider h1 {
    font-size: 75px;
  }

  .home-slider h1 span {
    font-size: 30px;
  }

  .wv-p-md-20 {
    padding: 20px;
  }
}

@media screen and (max-width: 576px) {
  .home-slider h1 {
    font-size: 60px;
  }

  .tooltip {
    width: 100%;
  }

  .wv-p-sm-15 {
    padding: 13px;
  }
  .wcu-lists ul li .wcu-content a{
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: 20px;
    top: -5px;
    right: -5px;
  }
  .footer-menu-title{
    text-align: center;
  }
}

@media screen and (max-width: 400px) {
  .home-slider h1 {
    font-size: 30px;
  }

  .wv-p-xs-10 {
    padding: 9px;
  }
}