/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Project Name
VERSION:	Versoin Number
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
/* 1.1 typography */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
body {
    line-height: 31px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
}

p,
.paragraph {
    font-weight: 300;
    color: #ffffff;
    font-size: 17px;
    line-height: 31px;
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 1.5;
}

h1,
.h1 {
    font-size: 56px;
}

h2,
.h2 {
    font-size: 43px;
}

h3,
.h3 {
    font-size: 37px;
}

h4,
.h4 {
    font-size: 22px;
}

h5,
.h5 {
    font-size: 16px;
}

h6,
.h6 {
    font-size: 13px;
}

.btn {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    font-weight: 400;
    border: 0;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: 0.2s ease;
}

.btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.btn:active {
    box-shadow: none;
}

.btn-primary {
    background-image: linear-gradient(25deg, #17ffd3 0%, #a14dbe 95%);
    color: #ffffff;
    transition: background 1s ease-out;
}

.btn-primary:active {
    background: linear-gradient(25deg, #17ffd3 0%, #a14dbe 95%) !important;
}

.btn-primary:hover {
    background: linear-gradient(205deg, #17ffd3 0%, #a14dbe 95%);
    color: #ffffff;
}

.btn-secondary {
    background-image: linear-gradient(6deg, #17ffd3 0%, #a14dbe 100%);
    background-color: transparent;
    color: #ffffff;
}

.btn-secondary:active {
    background: linear-gradient(6deg, #17ffd3 0%, #a14dbe 100%) !important;
}

.btn-secondary:hover {
    background: linear-gradient(186deg, #17ffd3 0%, #a14dbe 100%);
    color: #ffffff;
}

.btn-lg {
    padding: 15px 85px;
}

body {
    overflow-x: hidden;
}

::-moz-selection {
    background: #20a5ff;
    color: #fff;
}

::selection {
    background: #20a5ff;
    color: #fff;
}

/* preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

ol,
ul {
    list-style-type: none;
    margin: 0px;
}

img {
    vertical-align: middle;
    border: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a,
button,
select {
    cursor: pointer;
    transition: 0.2s ease;
}

a:focus,
button:focus,
select:focus {
    outline: 0;
}

a:hover {
    color: #008dec;
}

.slick-slide {
    outline: 0;
}

.section {
    padding-top: 130px;
    padding-bottom: 130px;
}

.section-sm {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-lg {
    padding-top: 200px;
    padding-bottom: 200px;
}

@media (max-width: 575px) {
    .section-lg {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}

.section-title {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .section-title {
        text-align: center;
    }
}

.bg-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* overlay */
.overlay {
    position: relative;
}

.overlay::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}

.outline-0 {
    outline: 0 !important;
}

.d-unset {
    display: unset !important;
}

.page-title {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-primary {
    background: #008dec !important;
}

.bg-gray {
    background: #f2f3f5;
}

.text-primary {
    color: #008dec !important;
}

.text-dark {
    color: #091337 !important;
}

.text-purple {
    color: #9491ff !important;
}

.text-color {
    color: #4d546f;
}

.primary-shadow {
    box-shadow: 0px 35px 46px 0px rgba(172, 189, 199, 0.28);
}

.border-blue {
    border-color: #dcebf4 !important;
}

.shadow-primary {
    box-shadow: 0px 35px 46px 0px rgba(172, 189, 199, 0.28);
}

.facebook {
    color: #334bff;
}

.twitter {
    color: #45d9f0;
}

.linkedin {
    color: #1b91ff;
}

.black {
    color: #000;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.translate-y-150 {
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
}

@media (max-width: 575px) {
    .translate-y-150 {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.left-right-animation {
    animation: left_right 3s ease-in infinite alternate-reverse;
}

@-webkit-keyframes left_right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes left_right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.up-down-animation {
    animation: up_down 3s ease-in infinite alternate-reverse;
}

@-webkit-keyframes up_down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes up_down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.zindex-1 {
    z-index: 1;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}

.navigation {
    transition: 0.3s ease;
}

.navbar {
    transition: 0.3s ease;
}

@media (max-width: 991px) {
    .navbar-collapse {
        padding-bottom: 20px;
    }
}

.nav-bg {
    background: rgba(0, 0, 0, 0.453);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

.nav-bg .navbar {
    padding: 10px 0;
}

.nav-item {
    padding: 5px 5px;
}

@media (max-width: 991px) {
    .nav-item {
        padding: 0;
    }
    .nav-bg .navbar {
        padding: 10px;
    }
}

.hero-section {
    padding-top: 250px;
    padding-bottom: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

/* Ubah margin-bottom jadi 0 di HP */
@media (max-width: 768px) {
    .hero-section {
        margin-bottom: 0;
    }
}

.banner-image {
    position: absolute;
    top: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hero-bg-1 {
    position: absolute;
    left: 30px;
    top: 200px;
}

@media (max-width: 767px) {
    .hero-bg-1 {
        display: none;
    }
}

.hero-bg-2 {
    position: absolute;
    top: 50%;
    left: 20%;
}

@media (max-width: 767px) {
    .hero-bg-2 {
        display: none;
    }
}

.hero-bg-3 {
    position: absolute;
    bottom: 0%;
    left: 10%;
}

@media (max-width: 767px) {
    .hero-bg-3 {
        display: none;
    }
}

.hero-bg-4 {
    top: 210px;
    right: 40%;
    position: absolute;
}

@media (max-width: 767px) {
    .hero-bg-4 {
        display: none;
    }
}

.hero-bg-5 {
    position: absolute;
    top: 250px;
    right: 17%;
}

@media (max-width: 767px) {
    .hero-bg-5 {
        display: none;
    }
}

.hero-bg-6 {
    position: absolute;
    right: 10%;
    bottom: 20%;
}

@media (max-width: 767px) {
    .hero-bg-6 {
        display: none;
    }
}

.hero-bg-7 {
    position: absolute;
    left: 20%;
    bottom: -17%;
    z-index: 1;
}

@media (max-width: 767px) {
    .hero-bg-7 {
        display: none;
    }
}

.hero-bg-8 {
    position: absolute;
    bottom: -30%;
    right: 50%;
    z-index: 1;
}

@media (max-width: 767px) {
    .hero-bg-8 {
        display: none;
    }
}

.hero-bg-9 {
    position: absolute;
    right: 20%;
    bottom: -10%;
    z-index: 1;
}

@media (max-width: 767px) {
    .hero-bg-9 {
        display: none;
    }
}

.feature {
    position: relative;
}

.feature-item h4 {
    line-height: 1;
}

.feature-item p {
    line-height: 25px;
}

.feature-item:hover .feature-icon {
    box-shadow: 0px 18px 43px 0px rgba(0, 141, 236, 0.21);
}

.feature-bg-1 {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
}

@media (max-width: 767px) {
    .feature-bg-1 {
        display: none;
    }
}

.feature-bg-2 {
    position: absolute;
    right: 0;
    bottom: 10%;
    z-index: -1;
}

@media (max-width: 767px) {
    .feature-bg-2 {
        display: none;
    }
}

.feature-icon {
    display: inline-block;
    height: 90px;
    width: 90px;
    border-radius: 5px;
    color: #fff;
    font-size: 45px;
    line-height: 90px;
    background: #008dec;
    box-shadow: 0px 18px 25px 0px rgba(0, 141, 236, 0.1);
    text-align: center;
    transition: 0.2s ease;
}

.seo {
    position: relative;
    overflow: visible;
}

.seo-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

@media (max-width: 1200px) {
    .seo-bg {
        max-width: 500px;
    }
}

@media (max-width: 991px) {
    .seo-bg {
        max-width: 400px;
    }
}

.seo-bg-shape-1 {
    position: absolute;
    left: 25%;
    top: 0;
    z-index: -1;
}

@media (max-width: 767px) {
    .seo-bg-shape-1 {
        display: none;
    }
}

.seo-bg-shape-2 {
    position: absolute;
    right: 2%;
    top: 40%;
    z-index: -1;
}

@media (max-width: 767px) {
    .seo-bg-shape-2 {
        display: none;
    }
}

.seo-bg-shape-3 {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

@media (max-width: 767px) {
    .seo-bg-shape-3 {
        display: none;
    }
}

.service {
    position: relative;
    overflow: visible;
}

.service-list li {
    margin-bottom: 30px;
    color: #4d546f;
}

.service-list li i {
    margin-right: 20px;
    color: #4d546f;
}

.service-bg {
    position: absolute;
    right: 0;
    top: -10%;
    z-index: -1;
}

@media (max-width: 1200px) {
    .service-bg {
        max-width: 500px;
    }
}

@media (max-width: 991px) {
    .service-bg {
        max-width: 400px;
        top: 0;
    }
}

.service-bg-shape-1 {
    position: absolute;
    left: 0;
    top: 150px;
    z-index: -1;
}

@media (max-width: 767px) {
    .service-bg-shape-1 {
        display: none;
    }
}

.service-bg-shape-2 {
    position: absolute;
    left: 40%;
    bottom: 0;
    z-index: -1;
}

@media (max-width: 767px) {
    .service-bg-shape-2 {
        display: none;
    }
}

.team {
    overflow: visible;
    position: relative;
}

.team-slider {
    overflow: hidden;
    padding-bottom: 100px;
}

.team-slider .slick-list {
    overflow: visible;
}

.team-slider .slick-arrow {
    border: 0;
    background: transparent;
    color: #008dec;
    position: absolute;
    bottom: 0;
    z-index: 1;
    font-size: 25px;
}

.team-slider .slick-arrow.slick-disabled {
    color: #86ceff;
}

.team-slider .prevArrow {
    left: 10px;
}

.team-slider .nextArrow {
    left: 50px;
}

.team-member {
    padding: 30px 45px;
    background: #fff;
    box-shadow: 0px 23px 43px 0px rgba(172, 189, 199, 0.49);
    margin: 0 20px;
}

@media (max-width: 1200px) {
    .team-member {
        padding: 30px;
    }
}

.team-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.team-bg-shape-1 {
    position: absolute;
    top: 100px;
    left: 20px;
    z-index: -1;
}

@media (max-width: 767px) {
    .team-bg-shape-1 {
        display: none;
    }
}

.team-bg-shape-2 {
    position: absolute;
    top: 100px;
    right: -5px;
    z-index: -1;
}

@media (max-width: 767px) {
    .team-bg-shape-2 {
        display: none;
    }
}

.team-bg-shape-3 {
    position: absolute;
    bottom: 20%;
    right: 40%;
    z-index: -1;
}

@media (max-width: 767px) {
    .team-bg-shape-3 {
        display: none;
    }
}

.team-bg-shape-4 {
    position: absolute;
    bottom: 20%;
    right: 180px;
    z-index: -1;
}

@media (max-width: 767px) {
    .team-bg-shape-4 {
        display: none;
    }
}

.pricing {
    position: relative;
    overflow: visible;
}

.pricing-table {
    padding: 50px 35px 30px;
    transition: 0.2s ease;
}

@media (max-width: 1200px) {
    .pricing-table {
        padding: 30px 20px;
    }
}

.pricing-table h1 {
    font-size: 65px;
}

.pricing-table h1 span {
    font-size: 20px;
    vertical-align: top;
    line-height: 65px;
    margin-right: 5px;
}

.pricing-table:hover {
    box-shadow: 0px 59px 43px 0px rgba(216, 233, 243, 0.3);
}

.pricing-table.table-1 {
    background-image: linear-gradient(59deg, #d5fc71 0%, #64feab 95%);
}

.pricing-table.table-2 {
    background-image: linear-gradient(59deg, #06ffdf 0%, #42dbef 95%);
}

.pricing-table.table-3 {
    background-image: linear-gradient(59deg, #0bfce0 0%, #c5fd78 95%);
}

.pricing-btn {
    font-size: 25px;
    font-weight: 700;
    color: #091337;
}

@media (max-width: 1200px) {
    .pricing-btn {
        padding: 5px;
    }
}

.pricing-btn:hover {
    color: #008dec;
}

.pricing-bg-shape-1 {
    position: absolute;
    left: 30%;
    top: 100px;
    z-index: -1;
}

@media (max-width: 767px) {
    .pricing-bg-shape-1 {
        display: none;
    }
}

.pricing-bg-shape-2 {
    position: absolute;
    right: 10%;
    top: 110px;
    z-index: -1;
}

@media (max-width: 767px) {
    .pricing-bg-shape-2 {
        display: none;
    }
}

.pricing-bg-shape-3 {
    position: absolute;
    bottom: 20%;
    left: 0;
    z-index: -1;
}

@media (max-width: 767px) {
    .pricing-bg-shape-3 {
        display: none;
    }
}

.newsletter {
    position: relative;
}

.newsletter-form {
    height: 85px;
    width: 100%;
    padding: 0 40px;
    border: 0;
    background: #fff;
    box-shadow: 0px 35px 46px 0px rgba(172, 189, 199, 0.28);
    border-radius: 5px;
}

.newsletter-form:focus {
    outline: 0;
    box-shadow: 0;
}

.newsletter-btn {
    position: absolute;
    height: 100%;
    background: #8986ff;
    top: 0;
    right: 0;
    border-radius: 0 5px 5px 0;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .newsletter-btn {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.newsletter-bg-shape {
    position: absolute;
    top: 0;
    right: 10%;
    z-index: -1;
}

@media (max-width: 767px) {
    .newsletter-bg-shape {
        display: none;
    }
}

.footer {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.footer-section {
    padding-top: 500px;
    padding-bottom: 100px;
}

.footer-menu a {
    color: #091337;
    display: block;
    padding: 15px;
    font-weight: 400;
}


.footer-menu {
    display: flex;
    gap: 10px;
}

@media (max-width: 768px) {
    .footer-menu {
        flex-direction: column;
        align-items: center;
    }

    .list-inline-item {
        display: block;
        margin: 5px 0; /* Beri sedikit jarak antar item */
    }

}

.social-icon {
    display: flex;
    gap: 10px; /* Memberi jarak antar ikon */
}

.deskripsi-footer{
    margin-top: 5rem;
}

.contact-footer {
    display: flex;
    gap: 10px;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px; /* Ukuran ikon */
    height: 50px;
    background-color: black; /* Background hitam */
    border-radius: 50%; /* Bulat */
    font-size: 24px; /* Ukuran ikon */
    color: #9400FF; /* Neon ungu */
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.social-icon:hover {
    background-color: #6400b5; /* Warna hitam berubah ke ungu gelap saat hover */
}


@media (max-width: 768px) {
    .social-icon {
        justify-content: center;
    }
    .deskripsi-footer {
        text-align: center;
        max-width: 100%;
    }
}


.social-icon li a {
    height: 45px;
    width: 45px;
    background: #fff;
    border-radius: 5px;
    line-height: 45px;
    display: block;
    text-align: center;
}

.client-logo-slider img {
    transition: 0.2s ease;
    transition: 0.1s ease;
}

.client-logo-slider a:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/* service page */
.service-bg-image {
    background-size: containe;
    background-repeat: no-repeat;
    background-position: center 400px;
}

.service-bg-1 {
    position: absolute;
    left: 50px;
    top: 10%;
    z-index: -1;
}

@media (max-width: 767px) {
    .service-bg-1 {
        display: none;
    }
}

.service-bg-2 {
    position: absolute;
    right: 50px;
    top: 10%;
    z-index: -1;
}

@media (max-width: 767px) {
    .service-bg-2 {
        display: none;
    }
}

.service-bg-3 {
    position: absolute;
    right: 50px;
    top: 50%;
    z-index: -1;
}

@media (max-width: 767px) {
    .service-bg-3 {
        display: none;
    }
}

.service-bg-4 {
    position: absolute;
    left: 50px;
    bottom: 30%;
    z-index: -1;
}

@media (max-width: 767px) {
    .service-bg-4 {
        display: none;
    }
}

.service-bg-5 {
    position: absolute;
    left: 10%;
    bottom: 5%;
    z-index: -1;
}

@media (max-width: 767px) {
    .service-bg-5 {
        display: none;
    }
}

.about {
    position: relative;
    overflow: visible;
}

.about-video {
    position: relative;
}

.about-video .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.about-bg-1 {
    position: absolute;
    left: 30%;
    top: 30%;
    z-index: -1;
}

@media (max-width: 767px) {
    .about-bg-1 {
        display: none;
    }
}

.about-bg-2 {
    position: absolute;
    top: 30%;
    right: 40px;
    z-index: -1;
}

@media (max-width: 767px) {
    .about-bg-2 {
        display: none;
    }
}

.about-bg-3 {
    position: absolute;
    bottom: 20%;
    left: 30px;
    z-index: auto;
}

@media (max-width: 767px) {
    .about-bg-3 {
        display: none;
    }
}

.about-bg-4 {
    position: absolute;
    top: 20%;
    left: 40px;
    z-index: -1;
}

@media (max-width: 767px) {
    .about-bg-4 {
        display: none;
    }
}

.about-bg-5 {
    position: absolute;
    bottom: 10%;
    right: 40px;
    z-index: auto;
}

@media (max-width: 767px) {
    .about-bg-5 {
        display: none;
    }
}

.about-bg-6 {
    position: absolute;
    top: 10%;
    right: 10%;
    z-index: -1;
}

@media (max-width: 767px) {
    .about-bg-6 {
        display: none;
    }
}

.play-btn {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    color: #fff;
    line-height: 70px;
    font-size: 20px;
    text-align: center;
    background: #7aff91;
    display: inline-block;
    transition: 0.2s ease;
    box-shadow: 0px 23px 43px 0px rgba(94, 254, 198, 0.3);
}

.play-btn:hover {
    color: #fff;
    font-size: 30px;
}

.product {
    position: relative;
    overflow: visible;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.about-bg {
    position: absolute;
    left: 0;
    top: 0px;
    z-index: -1;
}

.form-control {
    height: 65px;
    width: 100%;
    background: #f7fafc;
}

.form-control:focus {
    border-color: #008dec;
    box-shadow: none;
}

textarea.form-control {
    height: 157px;
}

.contact-bg {
    background-color: #f3f7fb;
}

.round-icon {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.round-icon.green {
    background: #e0fef4;
    color: #00f7a7;
}

.round-icon.blue {
    background: #e0f1ff;
    color: #008cff;
}

.round-icon.orange {
    background: #fff1e0;
    color: #ff8b00;
}

.contact {
    position: relative;
}

.contact-bg-1 {
    position: absolute;
    left: 0;
    top: 10%;
    z-index: -1;
}

@media (max-width: 767px) {
    .contact-bg-1 {
        display: none;
    }
}

.contact-bg-2 {
    position: absolute;
    top: 20%;
    right: 10%;
    z-index: -1;
}

@media (max-width: 767px) {
    .contact-bg-2 {
        display: none;
    }
}

.contact-bg-3 {
    position: absolute;
    top: 10%;
    left: 40%;
    z-index: -1;
}

@media (max-width: 767px) {
    .contact-bg-3 {
        display: none;
    }
}

.contact-bg-4 {
    position: absolute;
    bottom: 10%;
    left: 10%;
    z-index: -1;
}

@media (max-width: 767px) {
    .contact-bg-4 {
        display: none;
    }
}

.contact-bg-5 {
    position: absolute;
    bottom: 10%;
    right: 10%;
    z-index: -1;
}

@media (max-width: 767px) {
    .contact-bg-5 {
        display: none;
    }
}

/* hero section */
@media (max-width: 767px) {
    .hero-section h1 {
        font-size: 43px;
    }
}

/* custom feature */
/* Styling untuk feature item */
.feature-item {
    background: #1f0f2b;
    padding: 30px;
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px #8f44a8;
    text-align: center;
    min-height: 180px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    /* Memastikan padding tidak menambah ukuran */
}

.feature-item:hover {
    transform: translateY(-10px);
    background: #2a143a;
}
.feature-item-nonLanding{
    background: #000000;
    box-shadow: none;
}
.feature-item-nonLanding:hover {
    transform: translateY(-10px);
    background: #000000;
}

/* Judul */
.feature h4 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
    color: #ffffff;
    word-wrap: break-word;
}

/* Styling untuk counter */
.counter {
    font-size: 42px;
    font-weight: bold;
    display: block;
    background: #FFFFFF;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1;
    padding: 0 5px;
    text-align: center;
}

@media (max-width: 767px) {
    .feature p {
        text-align: center;
    }

    .counter {
        font-size: 32px;
    }

    .feature {
        padding-bottom: 0px;
    }

    .feature h2 {
        text-align: center;
    }

    .feature h4 {
        font-size: 18px;
    }

    .feature-item {
        padding: 20px;
        min-height: 150px;
    }
}

/* custom services */
.scroll-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.scroll-wrapper {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 10px;
    scrollbar-width: none;
}

.scroll-wrapper::-webkit-scrollbar {
    display: none;
}

.card-custom {
    flex: 0 0 calc(100% / 1.5);
    height: 400px;
    background-size: cover;
    background-position: center;
    padding: 50px;
    border-radius: 10px;
    color: white;
    box-shadow: 0 5px 15px #8f44a8;
    scroll-snap-align: start;
    transition: transform 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden; /* Pastikan pseudo-element tidak keluar dari kartu */
}

.card-custom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: inherit; /* Menggunakan latar belakang dari .card-custom */
    background-size: cover;
    background-position: center;
    filter: blur(8px); /* Atur tingkat blur sesuai kebutuhan */
    z-index: 1; /* Pastikan pseudo-element di belakang konten */
}

.card-custom-body {
    position: relative;
    z-index: 2; /* Pastikan konten berada di atas pseudo-element */
}

/* Card 1 dengan gambar pertama */
.card-1 {
    background-image: url("../../frontend/images/background-card/2.webp"); /* Ganti dengan path gambar pertama */
}

/* Card 2 dengan gambar kedua */
.card-2 {
    background-image: url("../../frontend/images/background-card/3.webp"); /* Ganti dengan path gambar kedua */
}

/* Menjadikan teks di dalam card benar-benar di tengah */
.card-custom-body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: justify;
}

.card-custom-text {
    font-weight: bold;
    font-size: 1rem;
    line-height: 2;
    margin: 0;
}

@media (max-width: 992px) {
    .card-custom-text {
        text-align: left; /* Kembali rata kiri */
        display: block; /* Kembali ke format biasa */
        font-weight: normal; /* Normal kembali */
        line-height: 1.5;
    }

    .card-custom {
        height: auto;
        flex: 0 0 90%;
    }
    .card-custom::before {
        top: -10px;
        height: 120%;

    }
}

/* Tombol tetap dalam container */
.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.6);
    box-shadow: 0px 4px 10px #a14dbe;
    background-color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.scroll-btn.left {
    left: 12px;
}

.scroll-btn.right {
    right: 10px;
}

/* Media query untuk mobile (lebar layar < 768px) */
@media (max-width: 767px) {
    /* Sembunyikan tombol scroll */
    .scroll-btn {
        display: none;
    }

    /* Ubah scroll-wrapper menjadi tata letak vertikal */
    .scroll-wrapper {
        display: flex;
        flex-direction: column; /* Kartu ditumpuk vertikal */
        overflow-x: hidden; /* Nonaktifkan scroll horizontal */
        scroll-snap-type: none; /* Nonaktifkan scroll snap */
        gap: 2rem; /* Jarak antar kartu */
    }

    /* Sesuaikan lebar dan tinggi kartu untuk mobile */
    .card-custom {
        flex: 0 0 100%; /* Lebar penuh */
        height: 300px; /* Kurangi tinggi untuk mobile, sesuaikan jika perlu */
        scroll-snap-align: none; /* Nonaktifkan scroll snap */
    }
}

/* client logo slider */
.slider {
    width: 100%;
    height: var(--height);
    overflow: hidden;
    position: relative;
    background-color: #000000;
    mask-image: linear-gradient(
        to right,
        transparent,
        #000 10% 90%,
        transparent
    );
}

.slider .list {
    display: flex;
    width: 100%;
    min-width: calc(var(--width) * var(--quantity));
    position: relative;
}

.slider .list .item {
    width: var(--width);
    height: calc(var(--height) - 40px);
    position: absolute;
    left: 100%;
    animation: autoRun 20s linear infinite;
    animation-delay: calc(
        (20s / var(--quantity)) * (var(--position) - 1) - 20s
    ) !important;
}

.card-custom-sponsored {
    width: 100%;
    height: 100%;
    padding: 5px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    background: #1f0f2b;
    box-shadow: 1px 4px 8px #8f44a8;
    transition: transform 0.3s ease-in-out, filter 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .card-custom-sponsored {
        padding: 0 20px;
    }
    .slider {
        --height: 5rem;
    }
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

@keyframes autoRun {
    from {
        left: 100%;
    }

    to {
        left: calc(var(--width) * -1);
    }
}

.slider:hover .item {
    animation-play-state: paused !important;
}

.slider:hover .card-custom-sponsored {
    filter: grayscale(1);
}

.slider .card-custom-sponsored:hover {
    filter: grayscale(0);
    transform: scale(1.05);
}

.slider[reverse="true"] .item {
    animation: reversePlay 20s linear infinite;
}

@keyframes reversePlay {
    from {
        left: calc(var(--width) * -1);
    }

    to {
        left: 100%;
    }
}
/* call to back */
.feature-item-call {
    background-image: linear-gradient(
            to bottom right,
            rgba(30, 30, 30, 0.9),
            rgba(15, 15, 15, 0.8),
            rgba(0, 0, 0, 0.6)
        ),
        url("../../frontend/assets/img/aw2.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    width: 100%;
    position: relative;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Styling untuk tombol */
.call-to-action {
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 10px;
    color: #ffffff;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
}

/* Efek hover untuk tombol */
.call-to-action:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transition: background-color 0.3s ease;
}

/* testimonial */
.content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.left-section {
    text-align: left;
    flex: 1;
    max-width: 40%;
}

.right-section {
    flex: 1;
    max-width: 60%;
}

.testimonials-wrapper {
    height: 600px;
    overflow-y: auto;
    border: none;
    background-color: transparent;
    position: relative;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

/* Menyembunyikan scrollbar */
.testimonials-wrapper::-webkit-scrollbar {
    display: none;
}

.testimonials-wrapper {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* Efek shadow atas dan bawah */
.testimonials-wrapper::before,
.testimonials-wrapper::after {
    content: "";
    position: sticky;
    left: 0;
    right: 0;
    height: 50px;
    pointer-events: none;
    z-index: 2;
}

.testimonials-wrapper::before {
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.testimonials-wrapper::after {
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.testimonials-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.testimonial-item {
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.5);
    background: #1f0f2b;
    box-shadow: 1px 4px 8px #8f44a8;
    min-height: 220px;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out,
        z-index 0.5s ease-in-out;
    position: relative;
}

.testimonial-item.visible {
    transform: scale(1);
    opacity: 1;
    z-index: 1;
}

.testimonial-item.hidden {
    transform: scale(0.95);
    opacity: 0.7;
    z-index: 0;
}

.rating {
    color: #ffd700;
    margin-bottom: 10px;
}

.rating i {
    font-size: 16px;
    margin-right: 2px;
}

.testimonial-text {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 3; */
    -webkit-box-orient: vertical;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 10px;
    bottom: 20px;
    left: 20px;
    margin-top: 15px;
}

.testimonial-author img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.author-info {
    display: flex;
    flex-direction: column;
}

.author-info .author-name {
    font-weight: bold;
    color: #ffffff;
    display: block;
}

.author-info .author-title {
    font-size: 14px;
    color: #e0e0e0;
    display: block;
}

.counting{
    flex-direction: row;
    display: flex;
    gap: 7rem;
    justify-content: center;
}

/* Responsif */
@media (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .left-section,
    .right-section {
        max-width: 100%;
    }

    h2 {
        font-size: 28px;
    }

    .description {
        font-size: 16px;
    }

    .testimonials-wrapper {
        height: 550px;
    }

    .testimonial-item {
        min-height: 240px;
        /* Penyesuaian untuk mobile */
    }

    .testimonial-author {
        bottom: 15px;
    }
    .counting{
        gap :3rem;
    }
    .headingText{
        text-align: center;
    }
}
