/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

ul.submenu li a {
    font-size: 14px !important;
    color: #ccc !important;
}

#slideMenu ul li a.active {
            	color: #6BC4A0;
            	border-bottom: 2px solid #6BC4A0;
            }

    /* Layout dasar container 2 kolom */
.course-detail-hero-container {
    display: flex;
    align-items: flex-start;
    gap: 2rem; /* jarak antar kolom */
}

/* Kolom konten utama */
.course-hero-container {
    flex: 2;
}

/* Kolom aside */
aside.course-column {
    flex: 1;
    position: sticky;
    top: 100px; /* Jarak sticky dari atas */
    align-self: flex-start;
    z-index: 10;
}

/* Tambahan responsif agar tetap rapi di mobile */
@media screen and (max-width: 768px) {
    .course-detail-hero-container {
        flex-direction: column;
    }

    aside.course-column {
        position: relative;
        top: unset;
        z-index: unset;
    }
}

.comment-form input#author {
    width: 500px;
}

.comment-form input#email
 {
    width: 500px;
    margin-left: 6px;
}

.comment-form p.comment-form-url {
    display: none;
}

.comment-form-wrap h3.form-title
 {
    color: #2c3e50 !important;
}

.contact-welabs textarea#message_contact {
    height: 100px;
}

.swiperWorkshops .swiper-wrapper {
    justify-content: center;
}

.swiperWorkshops .box_grid img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 2 / 3;
}

.contact-welabs {
    width: 1170px;
    margin: auto;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 50px;
    border-radius: 30px;
    margin-top: -60px;
}

.contact-welabs form p {
    margin: 0px;
}

.box-info-contact {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    padding: 40px;
    text-align: center;
}

.box-info-contact .icon i
 {
    font-size: 50px;
    color: #6BC4A0;
    font-weight: 600;
    margin-bottom: 20px;
}

.box-info-contact h4
 {
    font-size: 20px;
}

.list-contact-info {
    width: 1170px;
    margin: auto;
}

.box-new-cta.box-cta-contact {
    margin-bottom: 0;
    margin-top: 95px;
    border-radius: 0px;
}

ul.submenu li {
    margin: 15px 0px !important;
}

		.bottom-menu-mobile {
    margin-top: 100px;
}
		#slideMenu .follow_us ul li {
			margin: 0;
		}
.course-hero .course-detail-hero-container .course-info h1
		#slideMenu .follow_us ul li a {
			font-size: 20px;
			color: #fff;
			padding-right: 10px;
		}

		#slideMenu .follow_us {
			text-align: center;
		}

		#slideMenu ul.button-header a {
			width: 100%;
		}

		#slideMenu ul.button-header {
			display: unset;
		}

		.submenu {
			max-height: 0;
			overflow: hidden;
			transition: max-height 0.7s ease, padding 0.7s ease;
			padding: 0 0;
		}

		.has-submenu.open .submenu {
			max-height: 300px;
			/* cukup besar untuk isi menu */
			padding: 5px 0;
		}

		li.has-submenu i {
			color: #fff;
			padding-left: 10px;
			float: right;
		}

		.has-submenu .submenu-icon {
			transition: transform 0.3s ease;
		}

		.has-submenu.open .submenu-icon {
			transform: rotate(180deg);
		}

		.logo-mobile {
			text-align: center;
			margin-bottom: 50px;
		}

		/* HAMBURGER TOGGLE */
		.hamburger-icon {
			width: 25px;
			height: 17px;
			z-index: 10001;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			background: none;
			border: none;
			padding: 0;
			cursor: pointer;
		}

		.hamburger-icon span {
			display: block;
			height: 3px;
			width: 100%;
			background-color: #ccc;
			border-radius: 3px;
			transition: all 0.3s ease;
		}

		/* TRANSFORM TO X */
		.hamburger-icon.active span:nth-child(1) {
			transform: rotate(45deg) translateY(10px);
		}

		.hamburger-icon.active span:nth-child(2) {
			opacity: 0;
		}

		.hamburger-icon.active span:nth-child(3) {
			transform: rotate(-45deg) translateY(-10px);
		}

		/* SLIDE MENU */
		#slideMenu {
			position: fixed;
			top: 0;
			right: -280px;
			width: 280px;
			height: 100vh;
			background: linear-gradient(332deg, rgb(107 196 160 / 68%) 0%, rgb(55 38 117 / 77%) 50%);
			box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
			transition: right 0.3s ease;
			z-index: 10000;
			padding: 60px 20px 20px;
			overflow-y: auto;
		}

		#slideMenu ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}

		#slideMenu ul li {
			margin: 20px 0;
		}

		#slideMenu ul li a {
			text-decoration: none;
			color: #fff;
			font-size: 16px;
			font-weight: 500;
		}

		/* OVERLAY */
		#menuOverlay {
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(0, 0, 0, 0.4);
			opacity: 0;
			visibility: hidden;
			z-index: 9999;
			transition: 0.3s ease;
		}

		/* BODY SHIFTED */
		body.menu-open header,
		body.menu-open main,
		body.menu-open footer {
			transform: translateX(-280px) !important;
			transition: transform 0.3s ease !important;
		}

		body.menu-open #slideMenu {
			right: 0;
		}

		body.menu-open #menuOverlay {
			opacity: 1;
			visibility: visible;
		}

ul.button-header li a {
    background-color: #6BC4A0;
    color: #fff;
    padding: 13px 30px;
    position: relative;
    top: 5px;
}

ul#top_menu {
    float: unset;
    text-align: center;
    position: relative;
    top: 15px;
}

ul.button-header {
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
}

ul#top_menu li:last-child {
    top: unset;
}

header.header.sticky {
    padding-bottom: 0px;
}

#searchOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9999999999;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
    transition: transform 0.3s ease-out, opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
}

#searchOverlay.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.search-container {
    max-width: 1170px;
    margin: auto;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    animation: slideDown 0.3s ease-out;
}

.search-container button#closeSearch {
    background: transparent;
    border: none;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

button#toggleSearch {
    padding: 13px 13px 11px;
    position: relative;
    top: 5px;
    background:#f15a25;
}

.search-container input[type="text"] {
    flex: 1;
    padding: 5px 15px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-radius: 0px;
    margin-right: 15px;
    border-top: unset;
    border-left: unset;
    border-right: unset;
}

.search-container input[type="text"]:focus {
    outline: none;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #000;
}

button#closeSearch i {
    font-size: 13px;
}

ul.contacts li a {
    font-size: 20px;
}

.footer-widget-1 p {
    font-size: 16px;
}

.footer-widget-1 img {
    width: 220px;
    height: auto;
}

.button-footer a {
    color: #6BC4A0;
    font-size: 16px;
    text-transform: uppercase;
    border: 2px solid #6BC4A0;
    padding: 11px 40px;
    border-radius: 99px;
    text-align: center;
    width: 60%;
}

.button-footer a:hover {
    background: #6BC4A0;
    color: #fff;
}

.button-footer {
    margin-top: 25px;
    margin-bottom: 50px;
}

.img-ecosystem img {
    width: 100%;
    height: 85px;
    object-fit: contain;
}

.hamburger.hamburger--spin {
    display: none;
}

.generic-block {
    position: relative;
    overflow: hidden;
}

.hidden {
    display: none !important;
}

body #content .generic-block-wrapper.block.block--true-black,
body #content .flex-open-block-wrapper.block--left.block--true-black {
    background: #1b1834;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    color: #fff !important;
}

.generic-block-wrapper.padding-bottom-zero {
    padding-bottom: 0;
}

.generic-block-wrapper.padding-top-zero {
    padding-top: 0;
}

.generic-block--auto {
    min-height: 0;
}

.generic-block-wrapper {
    padding: 100px 0;
    position: relative;
    background-size: cover;
}

.section-develop-tech-teams .image-left img {
    width: 100%;
    border-radius: 29px;
    height: 400px;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

section.section-develop-tech-teams {
    background-color: #17152a;
    padding: 120px 0px;
    position: relative;
    padding-bottom: 35px;
}

.content-right h5 {
    font-size: 16px;
    color: #6bc4a0;
    font-weight: normal;
}

.content-right h1 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin: 20px 0px;
}

.content-right p {
    color: #D1D2E6;
    font-size: 16px;
    line-height: 28px;
}

.content-right ul li {
    color: #D1D2E6;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
}


.content-right ul {
    list-style: circle;
    margin-left: 20px;
}

.section-develop-tech-teams .image-left {
    width: 85%;
    margin: auto;
    margin-top: 40px;
}

.button-develop a.btn_1.rounded {
    margin-right: 20px;
}

.button-develop a.btn-see-all {
    color: #6bc4a0;
}

.button-develop {
    margin-top: 50px;
}

.shape-welabs-1 img {
    width: 450px;
    position: absolute;
    rotate: 115deg;
    top: -95px;
}

.section-develop-tech-teams .content-right {
    padding-left: 30px;
}

.logo-wit-ecosystem img {
    width: 100%;
}

.logoSwiper {
    padding: 20px 0;
    margin-top: 30px;
}

.logoSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logoSwiper img {
    max-width: 100px;
    height: 100px;
    opacity: 0.8;
    transition: 0.3s;
    object-fit: contain;
}

.logoSwiper img:hover {
    opacity: 1;
}

section.section-why-choose {
    padding: 80px 0px;
    position: relative;
}

.section-workshop {
    padding-top: 80px;
}

.card-why-choose {
    background-color: #fff;
    padding: 35px;
    border-radius: 15px;
    position: relative;
}

.shape-welabs-6 img {
    width: 600px;
    position: absolute;
    bottom: -500px;
    left: -115px;
}

.shape-welabs-7 img {
    width: 850px;
    position: absolute;
    right: -140px;
    top: -200px;
    z-index: -1;
}

.card-why-choose h1 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 10px;
}

.card-why-choose p {
    font-size: 16px;
}

.card-why-choose img {
    width: 50px;
}

section.section-top-tier-home img
 {
    width: 100%;
}

section.section-top-tier-home {
    padding: 80px 0px;
    padding-bottom: 0px;
    position: relative;
}

.shape-welabs-2 img {
    width: 800px !important;
    position: absolute;
    top: -200px;
    right: -200px;
    z-index: -1;
}

.section-top-tier-home .content-right h1{
    color: #000;
}

.section-top-tier-home .content-right p {
    color: rgb(62,86,116);
}

.section-top-tier-home .content-right {
    padding-left: 35px;
    position: relative;
}

.shape-welabs-3 img
 {
    width: 700px !important;
    position: absolute;
    left: -100px;
    bottom: -300px;
}

.section-top-tier-home .image-left {
    width: 85%;
    margin: auto;
}

.section-top-tier-home .button-develop {
    margin-top: 0px;
}

.category-card {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
}

.category-card .icon img {
    width: 50px;
    margin-bottom: 20px;
}

.category-card h3 {
    font-size: 22px;
    font-weight: 600;
    color: #130f25;
    padding-bottom: 20px;
}

.category-card p {
    font-size: 15px;
    color: rgb(78, 101, 131);
    line-height: 28px;
    font-weight: 500;
}

.section-category-card {
    padding-top: 80px;
    position: relative;
}

.card-new-home
 {
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    position: relative;
}

.content-card-news h1 {
    font-size: 25px;
    font-weight: 700;
    padding: 20px 0px;
    margin-bottom: 0px;
}

.card-new-home img
 {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
}

.content-card-news p {
    font-size: 16px;
}

.section-list-card-news-home .btn_home_align {
    text-align: center;
    margin-top: 55px;
}

.section-list-card-news-home{
    position: relative;
}

.content-card-news .button-develop {
    margin-top: 0px;
}

.content-card-news .button-develop a {
    color: #6bc4a0;
}

.box-new-cta {
    background: #6BC4A0;
    background: linear-gradient(322deg,rgba(107, 196, 160, 1) 20%, rgba(55, 38, 117, 1) 50%);
    text-align: center;
    padding: 80px 0px;
    margin-bottom: 40px;
    border-radius: 15px;
    position: relative;
}

.box-new-cta h1 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}

.button-box-new-cta.button-box-new-cta .button-develop a
 {
    padding: 15px 70px;
    border: 1px solid #6bc4a0;
}

.button-box-new-cta.button-box-new-cta .button-develop a:hover{
    border: 1px solid #0054a6;
}

.button-box-new-cta
 {
    display: flex
;
    justify-content: center;
}

.button-box-new-cta .button-develop {
    margin-top: 20px;
}

.button-box-new-cta .button-develop:last-child a {
  color: #6bc4a0;
  background: transparent;
  border: 1px solid #6bc4a0;
}

.button-box-new-cta .button-develop:last-child a:hover {
    border: 1px solid #0054a6;
    background: #0054a6;
    color: #fff;
}

.shape-welabs-4 img {
    width: 500px;
    position: absolute;
    left: -95px;
    top: -50px;
    rotate: 20deg;
}

.shape-welabs-5 img {
    width: 500px;
    position: absolute;
    right: 0;
    top: 0;
}

.mobile-nav {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border-radius: 40px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  padding: 15px 20px;
  display: flex;
  gap: 30px;
  z-index: 9999999999999;
  display: none; /* hidden by default */
  width: 90%;
}

	.mobile-nav i {
    font-size: 27px;
}
	
.nav-item {
  text-decoration: none;
  color: #ccc;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-item.active {
    color: #6bc4a0;
}
	
	.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
		background-color: #ccc;
		height: 2px;
		width: 25px;
	}
	
	.hamburger.hamburger--spin {
		right: -7px !important;
	}
	
	.hamburger-inner::before {
    top: -7px;
}
	
	.hamburger-inner::after {
    bottom: -7px;
}
	
	.hamburger-box {
    width: 45px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.filters_listing {
    background: #6BC4A0;
    padding: 15px 0px 15px 0px;
}

.filters_listing .switch-field
 {
    border-radius: 29px;
}

.switch-field label {
    float: left;
    display: inline-block;
    min-width: 70px;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    font-size: 16px;
    text-align: center;
    text-shadow: none;
    padding: 6px 30px 4px 30px;
    border-left: 1px solid #ededed;
    border-right: 0;
    line-height: unset;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.switch-field input:checked+label {
    background: #0054a6;
}

select.form-select.select-category {
    padding: 5px 45px 4px 30px;
    border-radius: 29px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.select-category.form-select:focus {
    border-color: unset !important;
    box-shadow: unset !important;
}



.select-label {
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
}

.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #0054a6;
    color: #fff;
    border: none;
    padding: 5px 30px 4px 30px;
    font-size: 16px;
    border-radius: 29px;
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 16px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.custom-select:focus {
  outline: none;
  background-color: #0056b3;
}

.custom-select option {
  color: #fff;
  font-size: 13px;
  padding-left: 0px;
}

section.section-page-list-seminar {
    background-color: #fff;
}

.section-page-list-seminar .animated .block-reveal img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.section-page-list-seminar .box_grid {
    display: flex;
    flex-direction: column;
}

.section-page-list-seminar .box_grid .wrapper {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
}

section.section-page-list-workshop {
    background-color: #fff !important;
}

.section-page-list-workshop figure.block-reveal img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
}

section.section-page-list-course {
    background: #fff;
}

.section-page-list-course figure.block-reveal img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

/*section.detail-post-welabs {*/
/*    padding: 80px 100px;*/
/*    background: #372675;*/
/*    color: #fff;*/
/*}*/

/*.box-right-detail {*/
/*    background: #fff;*/
/*    border-radius: 16px;*/
/*    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);*/
/*    padding: 40px;*/
/*    color: #130f25;*/
/*}*/


section.section-list-news-home {
    padding: 100px 0px;
}

.hero_single .wrapper {
    background: linear-gradient(350deg, rgb(107 196 160 / 68%) 20%, rgb(55 38 117 / 77%) 50%);
}

a.btn_explore.hidden_tablet {
    width: 50px;
    height: 50px;
    line-height: 53px;
    font-size: 20px;
}

  @keyframes scrollHint {
    0% {
      transform: translateX(0);
      opacity: 0.3;
    }
    100% {
      transform: translateX(20px);
      opacity: 0.7;
    }
  }


section.section-start-about {
    background: no-repeat, linear-gradient(200deg, #1b1834 0, #1b1834 40%, #1b1834f0 70%, #6bc4a0 100%);
    padding: 100px 0px;
}

.box-start-about {
    background: rgba(19, 15, 37, 0.4);
    border-radius: 24px;
    padding: 50px 0px;
}

.section-start-about .content-right img {
    width: 100%;
}

.box-start-about .row {
    align-items: center;
}

.box-start-about .content-left {
    padding-left: 50px;
    padding-right: 25px;
}

.box-start-about .content-left h1 {
    color: #fff;
    font-size: 35px;
    line-height: 48px;
    font-weight: 600;
}

.box-start-about .content-left p {
    font-size: 16px;
    line-height: normal;
    color: #fff;
    margin-top: 20px;
}

.box-start-about .course-cta a {
    border: 2px solid #585fa2;
    border-radius: 999px;
    background: transparent;
    color: #fff;
    text-transform: unset;
    letter-spacing: unset;
    padding: 10px 34px;
}

.box-start-about .course-cta svg {
    margin-right: 5px;
    vertical-align: text-top;
    margin-top: -3px;
}

section.section-top-tier-home.section-mision-about
 {
    padding: 120px 0px;
}

.section-mision-about .row-image-right {
    margin-bottom: 100px;
    position: relative;
}

.section-mision-about .shape-welabs-3 img {
    bottom: 0;
}

.section-mision-about .row-image-left {
    position: relative;
}

section.section-welabs-glance {
    background-color: #17152a;
    padding: 120px 0px;
    position: relative;
}

.box-stats {
    text-align: center;
    color: #fff;
}

.box-stats h4
 {
    font-size: 60px;
    font-weight: 600;
    background: linear-gradient(180deg, #00A1FF 0.01%, #02E088 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.section-welabs-glance .col-md-4 {
    border: 1px solid #404376;
    border-top: none;
    border-left: none;
    padding: 25px 5px;
    margin: 0;
}

.box-stats p {
    font-size: 20px;
    margin-top: 25px;
}

section.section-welabs-glance .col-md-4:nth-of-type(3n) {
    border-right: none;
}

section.section-welabs-glance .col-md-4:last-child {
    border-bottom: none;
}

section.section-welabs-glance .col-md-4:nth-of-type(4n) {
    border-bottom: none;
}

section.section-welabs-glance .col-md-4:nth-of-type(5n) {
    border-bottom: none;
}

.title-section h1 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 100px;
}

section.welabs-culture-about {
    padding: 120px 0px;
}

.list-culture {
    margin-top: 50px;
}

.list-culture h3
 {
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.list-culture p {
    font-size: 18px;
}

section.section-claims-about {
    padding: 150px 0px;
    background-color: #2A2753;
    background-image: url(https://welabs.id/wp-content/uploads/2025/07/bg-blue-lines-cropped.png);
    background-position: left 120%;
    background-size: auto;
    background-repeat: no-repeat;
}

.section-claims-about .title-section h1 {
    text-align: left;
    margin-bottom: 70px;
}

.list-box-claims {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.box-claims img {
    width: 70px;
    margin-bottom: 30px;
}

.box-claims {
    text-align: center;
    padding: 0px 15px;
}

.box-claims p {
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
}

/* Only show on mobile */
@media (max-width: 767px) {
  .mobile-nav {
    display: flex;
	justify-content: space-around;
  }
  
  .swiperWorkshops .swiper-wrapper {
    justify-content: unset;
}
  
  .list-contact-info {
    width: 100%;
    margin: auto;
    margin-top: 50px;
}

.box-info-contact {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    border-radius: 30px;
    padding: 40px;
    text-align: center;
    margin-bottom: 30px;
}

.contact-welabs {
    width: 100%;
    margin-top: 0px;
    padding: 30px;
}
  
      .box_list ul li
 {
    display: block;
    position: relative;
}

.box_list ul li:last-child a {
    position: absolute;
    top: -50px;
    right: 0;
    width: 125px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
}


.box-new-cta.detail-post {
    margin-bottom: 0px;
    border-radius: 0px;
}

/* Responsive */
@media screen and (max-width: 992px) {
    
    .box-start-about .content-left {
    padding-left: 10px;
    padding-right: 10px;
}

.box-start-about .course-cta a {
    text-align: center;
}

section.section-top-tier-home.section-mision-about {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-welabs-glance .title-section h1 {
    font-size: 28px;
    margin-bottom: 50px;
}

.section-mision-about .row-image-right .row {
    display: flex;
    flex-direction: column-reverse;
}

section.section-welabs-glance .col-md-4 {
    border: unset;
    padding: 0px;
}

.box-stats p {
    font-size: 15px;
    margin-top: 10px;
}

.list-culture p {
    font-size: 16px;
}

.list-culture h3 {
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 20px;
}

    .list-culture {
        margin-top: 0px !important;
        padding: 0px 20px;
    }
    
    .section-claims-about .title-section h1 {
    text-align: center;
    margin-bottom: 70px;
    font-size: 30px;
}

.list-box-claims
 {
    display: block;
}

.box-claims p {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 80px;
}

.welabs-culture-about .main_title_2 {
    margin-bottom: 80px;
}
    
    .switch-field label {
        min-width: unset;
    }
    
    .filters_listing .container > ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  /* Tahun scroll horizontal */
  .filters_listing li:first-child .switch-field {
    display: inline-flex;
    gap: 1px;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 95vw;
  }

  .filters_listing li:first-child .switch-field::-webkit-scrollbar {
    display: none;
  }
  .filters_listing li:first-child .switch-field {
    scrollbar-width: none; /* Firefox */
  }

  /* Lebar penuh untuk li */
  .filters_listing li {
    width: 100%;
  }

  /* Kategori dropdown lebar penuh */
  .custom-select-wrapper {
    width: 100%;
    margin-top: 25px;
  }
  .custom-select-wrapper select {
    width: 100%;
    padding: 5px 10px;
    text-align: center;
  }
    
    .hamburger.hamburger--spin {
        display: block;
        position: relative;
        top: 5px;
        right: 15px;
    }
    
    .hero_single {
        height: 100vh;
    }
    
        header.header.sticky_menu_active {
        background: #480048;
        background: -webkit-linear-gradient(left, #480048, #c04848);
        background: rgb(55 38 117 / 77%);
    }
    
    #main_menu.show
 {
    opacity: 1;
    visibility: visible;
    background: linear-gradient(350deg, rgb(107 196 160) 20%, rgb(55 38 117) 50%);
}

.filters_listing ul li:nth-child(2) {
        display: block;
        float: left;
    }
    
    .filters_listing .switch-field {
    border-radius: 5px;
    display: flex;
    margin-bottom: 5px;
}

/* Tambahkan scroll bar animasi di bawah filter tahun */
  .filters_listing li:first-child {
    position: relative;
  }

  .filters_listing li:first-child::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 3px;
    background: linear-gradient(to right, #0054a6, #0054a6);
    border-radius: 2px;
    opacity: 0.6;
    pointer-events: none;
    animation: scrollHint 1.5s infinite alternate;
  }

.section-page-list-course .box_list figure {
        min-height: 400px !important;
        max-height: 500px !important;
    }

	
html {
    overflow-x: hidden;
}
	
	.shape-welabs-2 img {
    width: 250px !important;
    position: absolute;
    top: 0;
    right: 0;
}
	
	.section-top-tier-home .image-left {
    width: 85%;
    margin: auto;
    position: relative;
}
	
	.shape-welabs-3 img {
    width: 200px;
    position: absolute;
    left: -100px;
    bottom: -300px;
}
	
	.section-top-tier-home .image-left {
        width: 100%;
        margin: auto;
        position: relative;
    }
	
	.section-top-tier-home .content-right {
    padding-left: 0px;
    position: relative;
    padding-top: 30px;
	text-align:center;
}
	
	.content-right h1 {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin: 20px 0px;
}
	
	.category-card {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(145, 145, 145, 0.75);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(145, 145, 145, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(145,145,145,0.75);
    margin-bottom: 30px;
}
	
	.shape-welabs-1 img {
    width: 200px;
    position: absolute;
    rotate: 115deg;
    top: 0;
}
	
	section.section-develop-tech-teams {
    background-color: #17152a;
    padding: 80px 0px;
    position: relative;
    padding-bottom: 35px;
}
	
	.section-develop-tech-teams .image-left {
    width: 100%;
    margin: auto;
    margin-top: 0;
}
	
	.section-develop-tech-teams .image-left img {
    width: 100%;
    border-radius: 29px;
    height: 250px;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
	
	.section-develop-tech-teams .content-right {
    padding-left: 0px;
    padding-top: 30px;
}
	
	.section-develop-tech-teams .button-develop {
    text-align: center;
}
	
	.card-why-choose {
    background-color: #fff;
    padding: 35px;
    border-radius: 15px;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(145, 145, 145, 0.75);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(145, 145, 145, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(145,145,145,0.75);
    margin-bottom: 30px;
}
	
	.shape-welabs-5 img {
    width: 200px;
    position: absolute;
    right: 0;
    top: 0;
}
	
	.shape-welabs-7 img
 {
    width: 300px;
    position: absolute;
    right: -100px;
    top: -100px;
    z-index: -1;
}
	
	.card-new-home img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
}
	
	.card-new-home
 {
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(145, 145, 145, 0.75);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(145, 145, 145, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(145,145,145,0.75);
    margin-bottom: 30px;
}
	
	.shape-welabs-4 img {
    width: 320px;
    position: absolute;
    left: -50px;
    top: -40px;
    rotate: 20deg;
}
	
	.box-new-cta h1 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    position: relative;
}
	
	.button-box-new-cta .button-develop {
    margin-top: 10px;
}
	
	.button-box-new-cta {
    display: block;
    margin-top: 35px;
		position: relative;
}
	
	.box-new-cta {
    background: #6BC4A0;
    background: linear-gradient(322deg, rgba(107, 196, 160, 1) 20%, rgba(55, 38, 117, 1) 50%);
    text-align: center;
    padding: 50px 0px;
    margin-bottom: 40px;
    border-radius: 15px;
    position: relative;
}
	
	.menu-footer {
    display: flex;
    gap: 100px;
}
	
	.button-footer {
    display: none;
}
	.box-new-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    opacity: 0.5;
}
	
	.hero_single.version_2:before {
		background-repeat: no-repeat;
	}
	
	.hero_single.version_2{
		height: 100vh;
	}
	
	header.header.sticky
 {
    padding-bottom: 20px;
}
	
	.menu-bottom-footer {
		padding-bottom: 100px;
	}
}






/*CSS DETAIL POST*/

.course-hero
 {
    background: #1b1834;
    background: no-repeat, linear-gradient(191deg, #1b1834 0, #1b1834 40%, #1b1834 70%, #6bc4a0 100%);
    background-position: 300px 0;
    color: #fff;
    position: relative;
}

@media screen and (min-width: 1090px) {
    .course-hero {
        background-position: top right;
    }
}

.course-hero .course-detail-hero-container {
    margin: 0 auto;
    gap: 100px;
    padding: 100px;
    display: flex;
    padding-top: 150px;
}

@media screen and (min-width: 1090px) {
    .course-hero .flex-row {
        flex-direction: row;
    }
}

.flex-row {
    flex-direction: row !important;
}

.flex-layout .flex-2, .flex-row .flex-2 {
    flex: 2;
}

.course-hero .course-detail-hero-container .course-info ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}

.flex-row.g3p_course-info {
    display: flex
;
    justify-content: space-between;
    align-items: flex-start;
}

.course-hero .course-info .flex-row.g3p_course-info .course-type-list.type-course {
    display: flex
;
    align-items: center;
    gap: 8px;
    background: 0;
    padding: 0;
}

@media screen and (min-width: 1090px) {
    .course-hero .course-detail-hero-container .course-info ul li.course-type-list {
        font-size: 12px;
    }
}

.course-hero .course-detail-hero-container .course-info ul li.course-type-list {
    font-size: 16px;
    color: #fff;
    line-height: 1;
    display: flex
;
    align-items: center;
}

.course-hero .course-info .flex-row.g3p_course-info .course-type-list.type-course img {
    display: flex
;
    width: 16px;
    height: 16px;
    padding: 2px;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    background: #6bc4a0;
}

.course-hero .course-info .flex-row.g3p_course-info .course-type-list.type-course span {
    color: var(--Tertiary-Dark-text-medium, #a5aacf);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
}

.course-hero .course-detail-hero-container .course-info ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}

.g3p_course-libraries {
    display: flex
;
    align-items: center;
    gap: 16px;
}



.g3p_info--icon {
    gap: 4px;
    position: relative;
    display: flex
;
}

.course-details__libraries {
    color: var(--Tertiary-Dark-text, #d1d2e6);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.g3p_info--icon .infoText {
    margin-top: 8px;
    top: 130%;
    visibility: hidden;
    width: 216px;
    background-color: white;
    color: #130f25;
    text-align: center;
    padding: 8px 12px;
    position: absolute;
    z-index: 5;
    font-size: 12px;
    left: 50%;
    margin-left: -74px;
    line-height: 20px;
}

.g3p_info--icon .infoText::after {
    rotate: 180deg;
    content: "";
    position: absolute;
    bottom: 100%;
    left: 47%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

.course-hero .course-detail-hero-container .course-info ul li.type-library {
    background: #2a2753;
    border: 1px solid #404376;
    border-radius: 50px;
    padding: 5px 15px;
    font-weight: bold;
}

.course-hero .course-detail-hero-container .course-info ul li.course-type-list {
    font-size: 16px;
    color: #fff;
    line-height: 1;
    display: flex
;
    align-items: center;
}

.g3p_course-libraries .course-type-list {
    color: var(--Tertiary-Dark-text-medium, #a5aacf) !important;
    font-size: 10px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 140% !important;
    background: none !important;
}

.course-hero .course-detail-hero-container .course-info h1 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
}

.course-info p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    margin-top: 30px;
}

.course-hero .course-detail-hero-container .course-info .course-authors-list {
    display: inline-flex
;
    align-items: center;
    gap: 20px;
}

.course-hero .course-detail-hero-container .course-info .course-authors-list .course-author {
    display: flex
;
    align-items: center;
    gap: 8px;
    margin: 32px 0;
}

.course-hero .course-detail-hero-container .course-info .course-authors-list>span {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}

.course-hero .course-detail-hero-container .course-info .course-authors-list .course-author .author-image {
    width: 48px;
    height: 48px;
    border-radius: 100px;
    border: 2px solid #6bc4a0;
    overflow: hidden;
    position: relative;
}

.course-hero .course-detail-hero-container .course-info .course-authors-list .course-author .author-image>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 1090px) {
    .course-hero .course-detail-hero-container .course-cta {
        display: flex
;
        flex-direction: row;
        gap: 24px;
        margin-bottom: 80px;
    }
}

.course-hero .course-detail-hero-container .course-cta .ps-button.-primary {
    background-color: #6bc4a0;
    border: 2px solid transparent;
}

.course-hero .course-detail-hero-container .course-cta .ps-button {
    position: relative;
    text-align: center;
    padding: 10px 34px;
    border-radius: 999px;
    transition: all 275ms ease-in-out;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
}

.course-hero .course-detail-hero-container .course-cta .ps-button.-stroked-blue {
    background-color: transparent;
    border: 2px solid #585fa2;
    display: flex
;
    align-items: center;
}

.course-hero .course-detail-hero-container .course-cta .ps-button.-stroked-blue>svg {
    margin-right: 10px;
}

.course-hero .course-detail-hero-container h2 {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
}

.course-hero .course-detail-hero-container .course-detail p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: justify;
}

.flex-layout .flex-1, .flex-row .flex-1 {
    flex: 1;
}

@media screen and (min-width: 1090px) {
    .course-hero .course-try-gate {
        padding: 40px;
    }
}

.course-hero .course-try-gate {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    padding: 24px;
    color: #130f25;
}

.course-hero .course-try-gate>h3 {
    margin: 0;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}

.course-hero .course-try-gate>p {
    margin: 4px 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.course-cta--container {
    display: flex
;
    padding-top: 12px;
    gap: 12px;
    flex-direction: column;
}

.course-cta--container a {
    text-decoration: none;
}

.course-cta--text {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.course-cta--primary {
    background: #6bc4a0;
    color: #fff;
}

.course-cta--btn {
    display: flex
;
    padding: 10px 34px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: fit-content;
    border-radius: 999px;
}

.course-cta--secondary {
    border: 2px solid var(--brand-Inky-blue, #130f25);
    color: var(--Primary-Dark-Blue, var(--brand-Inky-blue, #130f25));
}

.course-hero .course-try-gate>hr {
    margin: 24px 0;
    border: 1px solid rgba(137, 164, 199, 0.3);
}

.course-hero .course-try-gate>h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}

.course-try-gate h4 {
    margin: 0;
    padding: 0;
}

.course-hero .course-try-gate>p {
    margin: 4px 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .course-hero .course-try-gate .course-try-cta {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }
    

}

.course-hero .course-try-gate .course-try-cta {
    display: inline-flex
;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 500;
}

.course-hero .course-try-gate .course-try-cta>.text-link {
    color: #6bc4a0;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}

.course-hero .course-try-gate .course-try-cta>.text-link:after {
    content: "";
    display: inline-block;
    height: 4px;
    position: relative;
    transform: rotate(-45deg);
    border: solid;
    border-width: 0 2px 2px 0;
    padding: 3px;
    color: #6bc4a0;
    top: -1px;
    right: -4px;
    transition: all .3s ease;
}

.course-hero .course-mini-info {
    margin-top: 40px;
}

.course-hero .course-detail-hero-container h2 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
}

.course-hero .course-mini-info .course-mini-row {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(137, 164, 199, 0.3);
    padding: 8px 0;
}

.course-hero .course-mini-info .course-mini-row .course-mini-icon {
    display: inline-flex
;
    align-items: center;
}

.course-hero .course-mini-info .course-mini-row .course-mini-icon>img {
    margin-left: 12px;
}

.course-hero .course-mini-info .course-mini-row {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(137, 164, 199, 0.3);
    padding: 8px 0;
}

.course-hero .course-mini-info .course-mini-row .course-mini-icon>svg {
    margin-left: 12px;
}

.course-toc {
    background: #f4f7fa;
}

.course-toc .course-toc-container {
    margin: 0 auto;
    gap: 100px;
    padding: 100px 100px 120px 100px;
    color: #130f25;
}

@media screen and (min-width: 1090px) {
    .course-toc .flex-row {
        flex-direction: row;
    }
}

.course-toc .course-toc-container .simple-accordion-component {
    padding: 0 8px;
}

.course-toc .course-toc-container h2 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    margin: 0;
    padding: 16px 0;
}

.course-toc .course-toc-container .simple-accordion .simple-accordion-item:first-child {
    border-top: 0;
}

.course-toc .course-toc-container .simple-accordion-component .simple-accordion-item.open {
    padding: 12px 0 24px 0;
}

.course-toc .course-toc-container .simple-accordion-component .simple-accordion-item {
    padding: 12px 0;
    border-color: #dae3ee;
}

.simple-accordion .simple-accordion-item:first-child {
    border-top: 1px solid #89a4c7;
}

.simple-accordion .simple-accordion-item {
    padding: 20px 0;
    border-bottom: 1px solid #89a4c7;
}

.simple-accordion .simple-accordion-item h3 {
    margin: 0;
    font-size: inherit;
}

.course-toc .course-toc-container .simple-accordion .accordion-title>.ps-button {
    flex-direction: column;
}

.simple-accordion .accordion-title>.ps-button
 {
    width: 100%;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    color: #130f25;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
}

.course-toc .course-toc-container .accordion_btn_container {
    display: flex
;
    width: 100%;
    justify-content: space-between;
}

.course-toc .course-toc-container .accordion_btn_text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-align: left;
}

.simple-accordion .simple-accordion-item.open .accordion-title .accordion-caret {
    color: #393b6b;
    transform: rotate(-135deg);
    top: 0;
}

.course-toc .course-toc-container .simple-accordion .accordion-title .accordion-caret {
    color: #000;
}

.simple-accordion .accordion-title .accordion-caret {
    display: inline-block;
    width: 9px;
    height: 9px;
    position: relative;
    transform: rotate(45deg);
    border: solid;
    border-width: 0 2px 2px 0;
    padding: 2px;
    color: #8e93c2;
    top: -3px;
    right: 10px;
    transition: all .3s ease;
}

.course-toc .course-toc-container .toc-item .toc-small-text {
    width: 100%;
    text-align: left;
    color: #585fa2;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    font-weight: 500;
}

.simple-accordion .simple-accordion-item.open .accordion-panel
 {
    display: block;
}

.simple-accordion .simple-accordion-item .accordion-panel {
    display: none;
}

.course-toc .course-toc-container .toc-content ul {
    margin: 4px 0 0 0;
    padding: 0;
    list-style-type: none;
    display: flex
;
    flex-direction: column;
    gap: 8px;
}

.course-toc .course-toc-container .toc-content ul li a, .course-toc .course-toc-container .toc-content ul li button {
    font-size: 12px;
    font-weight: 500;
    color: #130f25;
    text-decoration: none;
    appearance: none;
    border: 0;
    background: transparent;
    cursor: pointer;
    line-height: 20px;
    padding: 0;
    text-align: left;
}

.course-toc .course-toc-container .simple-accordion-component .simple-accordion-item {
    padding: 12px 0;
    border-color: #dae3ee;
}

.simple-accordion .simple-accordion-item {
    padding: 20px 0;
    border-bottom: 1px solid #89a4c7;
}

.simple-accordion .simple-accordion-item h3 {
    margin: 0;
    font-size: inherit;
}

.course-toc .course-toc-container .simple-accordion .accordion-title>.ps-button {
    flex-direction: column;
}

.simple-accordion .accordion-title>.ps-button {
    width: 100%;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    color: #130f25;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
}

.course-toc .course-toc-container .accordion_btn_container {
    display: flex
;
    width: 100%;
    justify-content: space-between;
}

.course-toc .course-toc-container .accordion_btn_text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-align: left;
}

.course-toc .course-toc-container h2 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    margin: 0;
    padding: 16px 0;
}

.course-toc .toc-course-author {
    display: flex
;
    justify-content: flex-start;
    align-items: center;
}

.course-toc .toc-course-author .toc-author-image {
    display: flex
;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 999px;
    border: 2px solid #6bc4a0;
    margin: 0 8px 0 0;
}

.course-toc .toc-course-author .toc-author-image img {
    border-radius: 999px;
}

.course-toc .toc-course-author .toc-author-name {
    color: #130f25;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-weight: 500;
}

.course-toc .course-toc-container p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-weight: 500;
    overflow: hidden;
    color: #130f25;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 12px 0;
}

.course-toc .text-link {
    color: #ff5297;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    font-weight: 600;
    line-height: 24px;
}

.course-toc .text-link:after {
    content: "";
    display: inline-block;
    height: 4px;
    position: relative;
    transform: rotate(-45deg);
    border: solid;
    border-width: 0 2px 2px 0;
    padding: 3px;
    top: -1px;
    right: -4px;
    transition: all .3s ease;
    color: #ff5297;
}

.course-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0 linear .25s,opacity .25s 0,transform .25s;
    z-index: 1;
}

@media screen and (min-width: 1090px) {
    .course-modal .course-modal-content {
        min-width: 600px;
    }
}

.course-modal .course-modal-content {
    padding: 50px;
    text-align: center;
    color: #fff;
    position: absolute;
    min-width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #1b1834;
    width: 24rem;
    border-radius: 16px;
}

.course-modal .course-modal-content h3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin-top: 0;
    color: #fff;
}

.course-modal .course-modal-content p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
}

.course-modal .course-modal-content .course-modal-cta {
    display: flex
;
    flex-direction: column;
    align-items: center;
}

.course-modal .course-modal-content .course-modal-cta .ps-button.-primary {
    background-color: #e7005e;
    border: 2px solid transparent;
}

.course-modal .course-modal-content .course-modal-cta .ps-button {
    position: relative;
    text-align: center;
    padding: 10px 34px;
    border-radius: 999px;
    transition: all 275ms ease-in-out;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
}

.course-modal .course-modal-content a.button-cancel {
    margin-top: 10px;
    color: #fff;
    display: block !important;
}

.course-modal .course-modal-content a {
    text-decoration: none;
}

.course-hero .course-detail-hero-container .course-cta .ps-button.-primary:hover {
    background-color: transparent;
    border: 2px solid #6bc4a0;
    color: #6bc4a0;
}

.course-hero .course-detail-hero-container .course-cta .ps-button.-stroked-blue:hover
 {
    background-color: #0054a6;
    border-color: #0054a6;
}

.course-cta--primary:hover {
    background-color: #0054a6;
    color: #fff;
}

.course-cta--secondary:hover {
    background-color: #0054a6;
    color: #fff;
    border-color: #0054a6;
}

@media screen and (max-width: 992px) {
    .course-hero .course-detail-hero-container {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 100px;
}

.course-hero .course-detail-hero-container .course-info h1 {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
}

.course-info p {
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    margin-top: 20px;
}

.course-cta {
    display: flex
;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 50px;
}

.course-hero .course-detail-hero-container .course-cta .ps-button.-stroked-blue {
    background-color: transparent;
    border: 2px solid #585fa2;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.course-hero .course-try-gate {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    padding: 24px;
    color: #130f25;
    margin-top: 50px;
}

.course-cta--container a {
    width: 100%;
}

.course-hero {
    background: #1b1834;
    background: no-repeat, linear-gradient(191deg, #1b1834 0, #1b1834 40%, #1b1834 70%, #6bc4a0 100%);
    background-position: 0 0;
    color: #fff;
}
}

a.button-lynk
 {
    background: #0054a6 !important;
}

a.button-lynk:hover
 {
    background: #6BC4A0 !important;
}

.g3p_course-info
 {
    background: #6BC4A0;
    border-radius: 30px;
    padding: 5px 5px !important;
    padding-left: 10px !important;
}
.course-details__libraries {
    color: #fff;
}

.course-hero .course-detail-hero-container .course-info ul li.type-library {
    border: 1px solid #0054a6;
    color: #fff !important;
}

.course-hero .course-info .flex-row.g3p_course-info .course-type-list.type-course span {
    color: #fff;
}

.course-hero .course-detail-hero-container .course-info ul {
    align-items: center;
}

.course-hero .course-info .flex-row.g3p_course-info .course-type-list.type-course img {
    background: #0054a6;
}