:root {
    --color-primary: #F9CC41;
    --color-dark: #5a5a5a;
    --color-light: #f9f9f9;
    --color-accent: #ffdd57;
    --font-main: 'Roboto', sans-serif;
}

body {
    font-family: var(--font-main);
    color: var(--color-dark);
    background-color: var(--color-light);
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important;
}

/* =-=-=-=-=-=-= Global Style =-=-=-=-=-=-= */

.section-padding {
    padding: 100px 0;
}
.theme-color {
    color: #F9CC41!important
}
.white-color {
    color: #fff!important
}
.theme-bg {
    background-color: #F9CC41!important;
}
.gray-bg {
    background-color: #f9f9f9!important;
}
.white-bg {
    background-color: #f0f0f0!important;
}
.merah-bg {
    background-color: #ec4545!important;
}





/* Button Style
/* ------------------------------ */

.btn {
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 700;
}

.btn-primary {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: #000;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:active:focus {
    background-color: #e6b931;
    border-color: #d4ab2e;
    color: #000;
}


.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn:active:focus, 
.btn:focus,
button:focus {
    outline: none !important;
}




a {
    color: var(--color-primary);
    text-decoration: none;
}






a:focus,
a:hover {
    color: #d4ab2e;
    outline: none;
    text-decoration: none;
}


/* ================JUDUL========= */
.section-title {
    display: table;
}

.title-border-container {
    display: table-cell;
    vertical-align: bottom;
    width: 100%;
    position: relative;
}

.title-border-container .title-border {
    display: block;
    background: url('/assets/images/pattern.png') repeat-x;
    width: 100%;
    height: 4px;
    position: relative;
    top: -6px;
    left: 10px;
}

.section-title h2 {
    display: block;
    font-size: 40px;
    font-weight: 700;
    color: #404040;
    text-transform: uppercase;
    white-space: pre;
    margin: 0;
}

.section-title h2 span {
    font-weight: 300!important;
}


.section-title.center {
    display: block;
    text-align: center;
    background: url('/assets/images/border.png') repeat-x 0 32px;
}
.section-title.center h2 {
    display: inline-block;
    background: #fff;
    padding: 0 10px;
}


@media screen and (max-width: 479px) {
    .title-border-container .title-border {
        display: none;
    }
    .section-title h2 {
        font-size: 24px;
    }

}



/* Navbar Styling */
.navbar-custom {
    width: 100%;
    background-color: #fff;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    z-index: 1050;
    box-shadow: 0 3px 6px rgba(0,0,0,.12);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.12);

    position: sticky;
    /* top: 5px; */

}

.navbar-custom .navbar-nav .nav-link {
    color: #2b3135;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.4s ease-in-out;
    padding: 15px 33px;
    /* margin-right: 10px; */
}


@media (min-width: 768px) {
    .navbar-custom .navbar-brand {
        padding: 0px 0px;
        display: flex;
        align-items: left;
    }

    .navbar-custom .navbar-brand img {
        max-height: 40px;
        vertical-align: middle;
    }

    .navbar-custom .navbar-nav .nav-link:hover,
    .navbar-custom .navbar-nav .nav-link.active {
        color: var(--color-primary);
        background-color: transparent;
        box-shadow: inset 0 3px var(--color-primary);
    }

    /* Sticky state */
    .is-sticky .navbar-brand {
        padding: 0px 0px;
    }

    .is-sticky .navbar-nav .nav-link {
        padding: 15px 35px;
        margin-right: 10px;
    }


    .navbar-custom.is-sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1050;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    }
}

/* Mobile */
@media (max-width: 767px) {
/* @media (max-width: 991.98px) { */
    .navbar-custom .navbar-brand img {
        max-height: 30px;
    }

    .navbar-toggler {
        border: none;
        background: transparent !important;
        padding: 10px;
    }

    .navbar-toggler-icon {
        background-image: none;
        width: 24px;
        height: 2px;
        background-color: var(--color-primary);
        display: block;
        position: relative;
    }

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {
        content: '';
        position: absolute;
        width: 24px;
        height: 2px;
        background-color: var(--color-primary);
        left: 0;
        transition: all 0.3s;
    }

    .navbar-toggler-icon::before {
        top: -8px;
    }

    .navbar-toggler-icon::after {
        top: 8px;
    }

    .navbar-collapse {
        background-color: #f8f9fa;
        padding: 20px;
        border-radius: 5px;
    }

    .navbar-custom .navbar-nav .nav-link {
        padding: 10px 15px;
    }

    .navbar-custom.is-sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1050;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    }
}

/* =-=-=-=-=-=-= Preloader =-=-=-=-=-=-= */
#preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#status,
.status-mes {
    background-image: url('/assets/images/preloder.gif');
    /* background-image: url("/assets/images/preloder.gif"); */
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}


/* =-=-=-=-=-=-= Topbar Section =-=-=-=-=-=-= */
.top-bar {
    padding: 12px 0;
    background-color: #3C455C;
    /* background-color: #23282c; */
}
.cta-wrapper ul li a i {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #F9CC41;
    color: #282828;
    text-align: center;
    border-radius: 3px;
    margin-right: 10px;
}
.cta-wrapper ul li a {
    display: inline-block;
    font-weight: 400;
    color: #F9CC41;
}
.cta-wrapper ul li a:hover {
    color: #fff;
}

.social-wrapper ul li a {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 26px;
    background: #F9CC41;
    text-align: center;
    color: #282828;
    border-radius: 3px;
}
.social-wrapper ul li a:hover {
    background: #fff;
    color: #F9CC41;
}

@media screen and (max-width: 767px) {
    .cta-wrapper,
    .social-wrapper {
        text-align: center;
    }
    .social-wrapper {
        margin-top: 20px;
    }

}






/* =-=-=-=-=-=-= Slider Section =-=-=-=-=-=-= */
.slider-section {
    background: url('/assets/images/slide-1.jpg') no-repeat;
    background-size: cover;
    overflow: hidden;
  
  }
  .tt-carousel .carousel-inner{
    min-height: 590px;  
  }
  .carousel-intro {
      padding-top: 160px;  
  }
  .carousel-title,
  .crousel-subtitle{
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
  }
  .carousel-title{
      font-size: 40px;
  }
  .crousel-subtitle{
      font-size: 60px;
  }
  .carousel-intro p{
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      color: #fff;
  }
  .carousel-intro .btn{
      border: 2px solid #fff;
      border-radius: 0;
      margin-top: 20px;
  }
  .carousel-img {
      float: right;
  }
  .layer-one {
      padding-top: 115px;
  }
  
  @media (min-width: 992px) and (max-width: 1199px) {
      .carousel-intro {
          padding-top: 100px;
      } 
  }
  @media (min-width: 768px) and (max-width: 991px) {
      .tt-carousel .carousel-inner {
          min-height: 430px;
      }
      .carousel-intro {
          padding-top: 100px;
      }
      .carousel-intro h1 {
          font-size: 25px;
      }
      .carousel-intro h2 {
          font-size: 38px;
      }
      .layer-two {
          padding-top: 70px;
      }
  }
  @media (max-width: 767px) {
      .tt-carousel .carousel-inner {
          min-height: 450px;
      }
      .carousel-intro {
          padding-top: 80px;
      }  
  }
  @media (max-width: 530px) {
      .carousel-intro h1 {
          font-size: 22px;
          margin-bottom: 0;
      }
      .carousel-intro h2 {
          font-size: 30px;
      }
      .carousel-intro p {
          font-size: 14px;
          line-height: 20px;
      }
  }


  
/* ---------------------------------------------------- */
/* Animations Delay */
/* ---------------------------------------------------- */

.animation-delay-3 {
    -webkit-animation-delay: .3s !important;
    -moz-animation-delay: .3s !important;
    -ms-animation-delay: .3s !important;
    -o-animation-delay: .3s !important;
    animation-delay: .3s !important;
  }
  .animation-delay-4 {
    -webkit-animation-delay: .4s !important;
    -moz-animation-delay: .4s !important;
    -ms-animation-delay: .4s !important;
    -o-animation-delay: .4s !important;
    animation-delay: .4s !important;
  }
  .animation-delay-5 {
    -webkit-animation-delay: .5s !important;
    -moz-animation-delay: .5s !important;
    -ms-animation-delay: .5s !important;
    -o-animation-delay: .5s !important;
    animation-delay: .5s !important;
  }
  .animation-delay-6 {
    -webkit-animation-delay: .6s !important;
    -moz-animation-delay: .6s !important;
    -ms-animation-delay: .6s !important;
    -o-animation-delay: .6s !important;
    animation-delay: .6s !important;
  }
  .animation-delay-7 {
    -webkit-animation-delay: .7s !important;
    -moz-animation-delay: .7s !important;
    -ms-animation-delay: .7s !important;
    -o-animation-delay: .7s !important;
    animation-delay: .7s !important;
  }
  .animation-delay-8 {
    -webkit-animation-delay: .8s !important;
    -moz-animation-delay: .8s !important;
    -ms-animation-delay: .8s !important;
    -o-animation-delay: .8s !important;
    animation-delay: .8s !important;
  }
  .animation-delay-9 {
    -webkit-animation-delay: .9s !important;
    -moz-animation-delay: .9s !important;
    -ms-animation-delay: .9s !important;
    -o-animation-delay: .9s !important;
    animation-delay: .9s !important;
  }
  .animation-delay-10 {
    -webkit-animation-delay: 1s !important;
    -moz-animation-delay: 1s !important;
    -ms-animation-delay: 1s !important;
    -o-animation-delay: 1s !important;
    animation-delay: 1s !important;
  }
  
  




/* =-=-=-=-=-=-= About Section =-=-=-=-=-=-= */

@media (max-width: 991px) {
    .about-section .post-desc {
        margin-bottom: 40px;
    }
    .about-section .post-img img{
        width: 100%;
    }  
}




/* =-=-=-=-=-=-= Feature Section =-=-=-=-=-=-= */
.feature-img {
    padding: 75px 0;  
}

@media (max-width: 991px) {
    .feature-img {
        padding: 30px 0;  
    }
    .feature-img img{
        width: 100%;  
    }
}

.featured-item .icon{
    width: 30px;
    height: 30px;
    background-color: #515151;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    float: left;
    margin-right: 15px;
}
.icon.square {
    border-radius: 3px;
}
.icon.circle {
    border-radius: 50%;
}

.featured-item .title {
    display: inline-block;
}
.featured-item .title h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 8px 0 20px;
}
.featured-item:hover .title h3 {
    color: #F9CC41;
}
.featured-item:hover .icon {
    background-color: #F9CC41;
}
.featured-item .icon,
.featured-item .title h3 {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}




/* =-=-=-=-=-=-= Video Section =-=-=-=-=-=-= */
.video-section {
    min-height: 550px;
    /* background: url(assets/images/video-bg.jpg) no-repeat #000; */
    background: url('/assets/images/video-bg.jpg') no-repeat #000;

    background-size: cover;
    position: relative;
}
.dark-overlay {
    content: "";
    background-color: rgba(24, 27, 31, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-intro {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    padding: 0 15px;
}
.video-intro h3 {
    font-size: 28px;
    font-weight: 700;
    color: #ececec;
    margin-bottom: 30px;
}
.video-intro a i {
    font-size: 32px;
    font-weight: 400;
    color: #ffffff;
}


/* Features Style (VAA) */
#features {
  /* background-color: #f9f9f9; */
}

.features-item {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  color: #333;
}

.features-item h5 {
  font-weight: 600;
  color: #333;
}

.features-item p {
  color: #666;
}

.features-item:hover {
  background: linear-gradient(135deg, #f7eb4c 0%, #f1dd00 100%);
  color: #0f0101;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.features-item:hover h5,
.features-item:hover p {
  color: #0f0101;
}

.features-number {
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto 20px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  border-radius: 50%;
  background-color: #222;
}

.features-icon {
  width: 60px;
  height: 60px;
  margin: 10px auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.bg-image-1 { background-image: url('/assets/images/features-icon-black-01.png'); }
.bg-image-2 { background-image: url('/assets/images/features-icon-black-02.png'); }
.bg-image-3 { background-image: url('/assets/images/features-icon-black-01.png'); }
.bg-image-4 { background-image: url('/assets/images/features-icon-black-02.png'); }

.features-item:hover .bg-image-1 { background-image: url('/assets/images/features-icon-white-01.png'); }
.features-item:hover .bg-image-2 { background-image: url('/assets/images/features-icon-white-02.png'); }
.features-item:hover .bg-image-3 { background-image: url('/assets/images/features-icon-white-01.png'); }
.features-item:hover .bg-image-4 { background-image: url('/assets/images/features-icon-white-02.png'); }

.line-dec {
  width: 60px;
  height: 3px;
  background-color: #f4da35;
  margin: 15px auto;
  transition: background-color 0.3s ease;
}

/* =-=-=-=-=-=-= Promo Section =-=-=-=-=-=-= */

.promo-box {
    padding: 47px 40px;
    display: block;
    width: 100%;
    position: relative;
}
.promo-info {
    padding-right: 200px;
}
.promo-info h3{
    font-weight: 700;
    margin: 0;
}

.promo-btn {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -22px;
}


@media screen and (max-width: 767px) {
    .promo-info {
        padding-right: 0px;
    }

    .promo-btn {
        margin-top: 0;
        position: relative;
        right: 0;
        top: 0;
        margin-top: 20px;
    }
}




  
/*==================================clients=====================*/

.clients {
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.clients li {
    float: left;
    position: relative;
    padding: 20px 0;
    text-align: center;
}
.clients li a img {
    width: 100%;
}

.clients li a, 
.clients li img {
    display: block;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.clients.grid-2 li {
    width: 50%;
}

.clients.grid-3 li {
    width: 33.33%;
}

.clients.grid-4 li {
    width: 25%;
}

.clients.grid-5 li {
    width: 20%;
}

.clients.grid-6 li {
    width: 16.66%;
}


@media screen and (max-width: 991px) {

    .client-testimonial {
        margin-bottom: 40px;
    }

    .clients.grid-3 li, 
    .clients.grid-4 li, 
    .clients.grid-5 li, 
    .clients.grid-6 li {
        width: 33.33%;
    }
}

@media screen and (max-width: 767px) {
    .clients.grid-2 li, 
    .clients.grid-3 li, 
    .clients.grid-4 li, 
    .clients.grid-5 li, 
    .clients.grid-6 li {
        width: 50%;
    }
}

@media screen and (max-width: 479px) {
    .clients.grid-2 li, 
    .clients.grid-3 li, 
    .clients.grid-4 li, 
    .clients.grid-5 li, 
    .clients.grid-6 li {
        width: 100%;
    }
}

.clients.plus-box li:before {
    height: 100%;
    top: 0;
    right: -2px;
    border-right: 1px solid #DDD;
}
.clients.plus-box li:after  {
    width: 100%;
    height: 0;
    top: auto;
    right: 0;
    bottom: -1px;
    border-bottom: 1px solid #DDD;
}
.clients.plus-box li:after,
.clients.plus-box li:before {
    content: '';
    position: absolute;
}

/* -============sweeper testimonial====== */

.swiper {
    
    width: 100%;
    max-height: 400px;
    overflow: hidden; /* atau overflow-y: auto; jika ingin scroll manual */
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

.testimonial-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.testimonial-item .avatar {
    margin-right: 15px;
}

.testimonial-item .avatar img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.testimonial-item .content {
    max-width: 500px;
}

.testimonial-meta {
    font-weight: bold;
}

.testimonial-meta span {
    display: block;
    font-size: 0.875rem;
    color: #666;
}








/* =========== PRICING ============== */


.white-color {
    color: #fff;
}

.light-text {
    font-weight: 300;
}

/* Section Title */
.section-title {
    margin-bottom: 2rem;
}

.section-title h2 {
    font-size: 2.5rem;
    margin: 0;
}

.section-title .subtitle {
    font-size: 1.2rem;
    margin-top: 0.5rem;
    color: #ccc;
}

/* Pricing Container */
.pricing-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 20px;
}

/* Switcher */
.pricing-switcher {
    text-align: center;
    margin-bottom: 30px;
}

.pricing-switcher .fieldset {
    display: inline-block;
    position: relative;
    background: #2c2c2c;
    border-radius: 50px;
    padding: 6px 10px;
}

.pricing-switcher input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.pricing-switcher label {
    padding: 10px 20px;
    cursor: pointer;
    font-weight: 500;
    font-size: 0.9rem;
    color: #ccc;
    transition: color 0.3s;
}

.pricing-switcher input:checked + label {
    color: #fff;
    background-color: #ff9800;
    border-radius: 30px;
}

/* Pricing List */
.pricing-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center; /* ubah ini jadi flex-start jika ingin rata kiri */
    list-style: none;
    padding: 0;
    margin: 0; /* ← Tambahkan ini untuk pastikan tidak ada margin default UL */
    width: 100%;
    max-width: 1200px; /* opsional: batasi jika perlu */
}

.pricing-list > li {
    flex: 1 1 300px;  /* fleksibel tapi minimal 300px */
    max-width: 350px; /* tambahkan batas agar tidak terlalu lebar */
    /* flex: 1 1 300px; */
    background: #1e1e1e;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease;
    position: relative;
}

.pricing-list > li:hover {
    transform: translateY(-10px);
}

.exclusive {
    border: 2px solid #ff9800;
}

/* Plan Wrapper */
.pricing-wrapper {
    padding-left: 0;
    margin-left: 0;
    list-style: disc;
}

.pricing-wrapper > li {
    display: none;
    animation: fadeIn 0.5s ease-in-out;

    padding-left: 0;
    margin-left: 0;
}

.pricing-wrapper > li.is-visible {
    display: block;
}

/* Header */
.pricing-header {
    padding: 30px 20px 20px;
    text-align: center;
    background: #292929;
    position: relative;
}

.pricing-header h2 {
    margin: 0 0 10px;
    font-size: 1.5rem;
}

.badge {
    background: #ff9800;
    color: #fff;
    padding: 3px 10px;
    border-radius: 10px;
    font-size: 0.8rem;
    position: absolute;
    top: 15px;
    right: 15px;
}

/* Price */
.price {
    font-size: 1.8rem;
    color: #fff;
}

.price .currency {
    font-size: 1rem;
    vertical-align: super;
}

.price .duration {
    font-size: 0.9rem;
    color: #bbb;
}

/* Features */
.pricing-body {
    padding: 20px;
    background-color: #1a1a1a;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-item {
    padding: 10px 0;
    border-bottom: 1px solid #333;
    font-size: 0.95rem;
    color: #ddd;
}

/* Footer */
.pricing-footer {
    text-align: center;
    padding: 20px;
    background-color: #292929;
}

.pricing-footer .select {
    background-color: #ff9800;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 25px;
    font-weight: bold;
    transition: background 0.3s;
}

.pricing-footer .select:hover {
    background-color: #e68900;
}

/* Animation */
@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

/* Responsive */
@media (max-width: 768px) {
    .pricing-list {
        flex-direction: column;
        align-items: center;
    }
}  





/* ===========halaman feature============== */
/* General styling for section */
.container-feature {
    max-width: 1200px;
    margin: auto;
}

/* Card styling */
.card-feature {
    opacity: 0;
    /* transform: translateY(30px); */
    animation: fadeUp 0.8s ease forwards;
    animation-delay: 0.2s; /* default delay jika tidak ditimpa class */
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 16px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    /* will-change: transform; */
}


/* Animasi fade-up */
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0); /* akan digantikan oleh :hover nanti */
    }
}

/* Delay animasi per card */
.card-feature.delay-1 { animation-delay: 0.2s; }
.card-feature.delay-2 { animation-delay: 0.4s; }
.card-feature.delay-3 { animation-delay: 0.6s; }
.card-feature.delay-4 { animation-delay: 0.8s; }
.card-feature.delay-5 { animation-delay: 1s; }
.card-feature.delay-6 { animation-delay: 1.2s; }



/* Efek Hover */
.card-feature:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}


/* Card body padding */
.card-feature .card-body {
    padding: 2rem;
}

/* SVG ikon */
/* Styling ikon default */
.card-feature svg {
    transition: transform 0.4s ease, color 0.3s ease;
    border-radius: 50%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.05);
}

/* Hover ikon */
.card-feature:hover svg {
    transform: rotate(8deg) scale(1.15);
    transition: transform 0.4s ease;
}

/* Custom bg color sesuai warna ikon */
.card-feature .text-primary { background-color: rgba(13, 110, 253, 0.1); }
.card-feature .text-success { background-color: rgba(25, 135, 84, 0.1); }
.card-feature .text-warning { background-color: rgba(255, 193, 7, 0.1); }
.card-feature .text-info    { background-color: rgba(13, 202, 240, 0.1); }
.card-feature .text-secondary { background-color: rgba(108, 117, 125, 0.1); }


/* Typography */
.card-feature .card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #333;
}

.card-feature .card-text {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
}

/* Responsive tweak */
@media (max-width: 767.98px) {
    .card-feature .card-body {
        padding: 1.5rem;
    }

    .card-feature .card-title {
        font-size: 1.1rem;
    }

    .card-feature .card-text {
        font-size: 0.9rem;
    }
}


















/* ==================TANYA JAWAB (ASK) */
.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
  }
  .faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  }
  .faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #F9CC41;
    bottom: -25px;
    margin-left: -30px;
  }
  .faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
  }
  
  .faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  margin-bottom: 50px;
  }
  
  .faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
  }
  
  .faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  }
  
  .faq .card .card-header:hover {
    background: rgba(247, 214, 28, 0.5);
    padding-left: 10px;
  }
  .faq .card .card-header .faq-title {
   display: flex; /* Tambahan penting */
   align-items: center;
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  }
  
  .faq .card .card-header .faq-title .badge-ask {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #F9CC41;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
  }
  
  .faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
  }
  
  .faq .card .card-body p {
  margin-bottom: 14px;
  }
  
  @media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
  }










/* =-=-=-=-=-=-= Contact Section =-=-=-=-=-=-= */

.contact-section {
    padding: 80px 0;
    background-color: #20242a;
}
.contact-form-wrapper {
    margin-top: 45px;
}