/*
Template Name: Uplon - Bootstrap 4 Landing Page Tamplat
Author: CoderThemes
Email: support@coderthemes.com
File: Main scss file
*/
/*******************************
1.General
2.Helper
3.Hero
4.Testimonial
5.Pricing
6.Clients
7.Footer
8.Back to Top
9.Responsive
********************************/
@import url("http://fonts.googleapis.com/css?family=Roboto:400,500,700|Open Sans&display=swap");
/*******************
    1.General
*******************/
body {
    font-size: 0.95rem;
    color: #333333; /* Hitam Abu Tua untuk teks utama */
    background-color: #ffffff; /* Putih Bersih */
}

a {
    text-decoration: none !important;
    outline: none;
}

p {
    line-height: 1.6;
}

/*******************
    2.Helper
*******************/
.card {
    border: none;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(73, 80, 87, 0.15);
    box-shadow: 0px 0px 35px 0px rgba(73, 80, 87, 0.15);
    border-radius: 7px;
    margin-bottom: 30px;
}

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

.btn {
    font-size: 0.9rem;
    padding: 0.45rem 0.9rem;
    text-transform: uppercase;
    font-weight: 500;
}

.btn-rounded {
    border-radius: 30px;
}

.btn-primary {
    color: #ffffff;
    background: #247ba0; /* Ganti dari #2F6B2D */
    border-color: #247ba0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .open > .dropdown-toggle.btn-primary {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
 background: #FFB800; 
    border-color: #FFB800;
    color: #333333;
}

.bg-primary {
    background-color: #247ba0 !important;
}

.text-primary {
     color: #247BA0 !important;
}

.bg-success {
    background-color: #0692d5 !important;
}

.text-success {
    color: #f4b400 !important;
}

.bg-info {
    background-color: #3db9dc !important;
}

.text-info {
    color: #3db9dc !important;
}

.bg-warning {
    background-color: #f1b53d !important;
}

.text-warning {
    color: #f1b53d !important;
}

.bg-danger {
    background-color: #ff5d48 !important;
}

.text-danger {
    color: #ff5d48 !important;
}

.bg-dark {
    background-color: #14213D !important;
}

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

.bg-muted {
    background-color: #6c757d !important;
}

.text-muted {
    color: #6c757d !important;
}

.bg-purple {
    background-color: #9261c6 !important;
}

.text-purple {
    color: #9261c6 !important;
}

.bg-pink {
    background-color: #ff7aa3 !important;
}

.text-pink {
    color: #ff7aa3 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.text-white {
    color: #ffffff !important;
}

.font-14 {
    font-size: 14px;
}

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

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

.font-20 {
    font-size: 20px;
}

.avatar-md {
    height: 3.5rem;
    width: 3.5rem;
}

.title {
    font-family: "Open Sans", cursive;
}

.bg-pattern {
    background: url("../images/bg-pattern.png") no-repeat;
    background-size: cover;
    position: relative;
}

/******************
    2.Navbar
*******************/
.navbar-custom {
    padding: 20px 0px;
    width: 100%;
    z-index: 999;
    margin-bottom: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  background-color: #247BA0; 
}

.navbar-custom .logo .logo-light {
    display: inline-block;
}

.navbar-custom .logo .logo-dark {
    display: none;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
    line-height: 26px;
    color: #ffffffcc; /* putih dengan transparansi */
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: transparent !important;
    padding: 6px 10px;
    margin: 0 7px;
}

.navbar-custom .navbar-nav .nav-item .nav-link:hover,
.navbar-custom .navbar-nav .nav-item .nav-link:active {
      color: #FFB800; /* Ganti dari #F4B400 */
}

.navbar-custom .navbar-nav .nav-item.active .nav-link {
    color: #ffffff;
}

.navbar-custom .navbar-btn {
    margin-left: 10px;
}

.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

/*--- navbar sticky ---*/
.nav-sticky.navbar-custom {
    margin-top: 0px;
    padding: 10px 0px;
    background-color: #343a40;
    /* background-color: #0692d4; */
    -webkit-box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
}

/******************
    3.Hero/aboute
*******************/
.hero-section {
    padding-top: 110px;
}

.hero-wrapper .hero-title {
    font-family: "Open Sans", cursive;
}

.present-mockup {
    position: relative;
    top: 60px;
}

    /* About Section Styling */
    .about-section {
        padding: 100px 0;
        position: relative;
        overflow: hidden;
        background-color: #ffffff;
    }
    
    .about-image-wrapper {
        position: relative;
        padding-right: 30px;
    }
    
    .image-frame {
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
        border: 10px solid white;
        transform: perspective(1000px) rotateY(-5deg);
        transition: all 0.5s ease;
    }
    
    .about-img {
        width: 100%;
        height: auto;
        display: block;
        transition: transform 0.5s ease;
    }
    
    .experience-badge {
        position: absolute;
        bottom: -20px;
        right: 0;
        background: linear-gradient(135deg, #247BA0, #3DB9DC);
        color: white;
        padding: 15px 25px;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(36, 123, 160, 0.3);
        text-align: center;
        z-index: 2;
    }
    
    .years {
        display: block;
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1;
    }
    
    .label {
        font-size: 0.9rem;
        font-weight: 500;
    }
    
    /* Content Styling */
    .about-content {
        padding-left: 30px;
    }
    
    .section-label {
        display: inline-block;
        background-color: rgba(36, 123, 160, 0.1);
        color: #247BA0;
        padding: 5px 15px;
        border-radius: 30px;
        font-size: 0.9rem;
        font-weight: 600;
        margin-bottom: 15px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    
    /* .title {
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1.3;
        color: #14213D;
        margin-bottom: 20px;
    } */
    
    .text-highlight {
        color: #247BA0;
        position: relative;
    }
    
    .text-highlight::after {
        content: '';
        position: absolute;
        bottom: 5px;
        left: 0;
        width: 100%;
        height: 8px;
        background-color: rgba(244, 180, 0, 0.3);
        z-index: -1;
        transform: skewX(-15deg);
    }
    
    .divider {
        width: 80px;
        height: 4px;
        background: linear-gradient(90deg, #247BA0, #FFB800);
        margin: 20px 0;
        border-radius: 4px;
    }
    
    .about-text .lead {
        font-size: 1.1rem;
        line-height: 1.8;
        color: #4a5568;
        margin-bottom: 0;
    }
    
    /* Features Styling */
    .about-features {
        margin-top: 30px;
    }
    
    .feature-box {
        display: flex;
        align-items: center;
        padding: 12px 15px;
        background-color: white;
        border-radius: 8px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
    }
    
    .feature-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }
    
    .feature-icon {
        color: #FFB800;
        font-size: 1.2rem;
        margin-right: 10px;
    }
    
    .feature-text {
        font-weight: 500;
        color: #2d3748;
    }
    
    /* Button Styling */
    .btn {
        padding: 12px 25px;
        font-weight: 600;
        border-radius: 8px;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
    }
    
    .btn-primary {
        background-color: #247BA0;
        border-color: #247BA0;
        box-shadow: 0 4px 15px rgba(36, 123, 160, 0.3);
    }
    
    .btn-primary:hover {
        background-color: #1c5f7d;
        border-color: #1c5f7d;
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(36, 123, 160, 0.4);
    }
    
    .btn-outline-primary {
        color: #247BA0;
        border-color: #247BA0;
    }
    
    .btn-outline-primary:hover {
        background-color: #247BA0;
        color: white;
        transform: translateY(-3px);
        box-shadow: 0 8px 25px rgba(36, 123, 160, 0.4);
    }
    
    /* Hover Effects */
    .image-frame:hover {
        transform: perspective(1000px) rotateY(0deg);
    }
    
    .image-frame:hover .about-img {
        transform: scale(1.05);
    }
    
    /* Responsive Design */
    @media (max-width: 1199.98px) {
        .title {
            font-size: 2.2rem;
        }
    }
    
    @media (max-width: 991.98px) {
        .about-section {
            padding: 80px 0;
        }
        
        .about-content {
            padding-left: 0;
            margin-top: 50px;
        }
        
        .about-image-wrapper {
            padding-right: 0;
        }
        
        .title {
            font-size: 2rem;
        }
    }
    
    @media (max-width: 767.98px) {
        .about-section {
            padding: 60px 0;
        }
        
        .title {
            font-size: 1.8rem;
        }
        
        .about-text .lead {
            font-size: 1rem;
        }
        
        .experience-badge {
            padding: 10px 20px;
        }
        
        .years {
            font-size: 2rem;
        }
    }
    
    @media (max-width: 575.98px) {
        .about-section {
            padding: 50px 0;
        }
        
        .title {
            font-size: 1.6rem;
        }
        
        .about-cta .btn {
            display: block;
            width: 100%;
            margin-bottom: 15px;
        }
        
        .about-cta .btn:last-child {
            margin-bottom: 0;
        }
    }


/******************
    4.Testimonial
*******************/
.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #0692d5;
}

/******************
    5.Pricing
*******************/
.pricing-box {
    max-width: 345px;
    margin: 0px auto;
}

/******************
    6.Clients
*******************/
/* 6.Clients */
.client-images {
    margin: 20px 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    cursor: pointer;
}

.client-images img {
    display: block;
    margin: 0 auto;
    max-height: 100px;
    opacity: 0.7;
    filter: grayscale(60%);
    transition: all 0.3s ease;
    object-fit: contain;
}

.client-images:hover img {
    opacity: 1;
    filter: grayscale(0%);
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

/* Elegant Partner Section Styling */
.partner-section {
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}

.section-header {
    position: relative;
    padding-bottom: 20px;
}

.section-title {
    font-size: 2.3rem;
    font-weight: 700;
    color: #2d3748;
    position: relative;
    display: inline-block;
}

.section-title:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, #3b82f6, #8b5cf6);
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.section-subtitle {
    color: #64748b;
    font-size: 1.1rem;
    max-width: 650px;
    line-height: 1.6;
}

.partner-item {
    padding: 15px;
    height: 100%;
}

.partner-logo-wrapper {
    position: relative;
    height: 160px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    overflow: hidden;
}

.partner-logo {
    max-height: 80px;
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.8;
    transition: all 0.4s ease;
}

.partner-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(59, 130, 246, 0.9), transparent);
    color: white;
    padding: 20px 15px 10px;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.3s ease;
    text-align: center;
}

.partner-name {
    font-weight: 600;
    font-size: 1rem;
    display: block;
    transform: translateY(10px);
    transition: transform 0.3s ease;
}

.partner-item:hover .partner-logo-wrapper {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.partner-item:hover .partner-logo {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

.partner-item:hover .partner-info {
    transform: translateY(0);
    opacity: 1;
}

.partner-item:hover .partner-name {
    transform: translateY(0);
}

/* Carousel Indicators Styling */
.carousel-indicators-wrapper {
    display: flex;
    justify-content: center;
}

.carousel-indicators {
    position: static;
    margin: 0;
    display: flex;
    gap: 8px;
}

.carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #cbd5e1;
    border: none;
    padding: 0;
    text-indent: -9999px;
    transition: all 0.3s ease;
}

.carousel-indicators button.active {
    background-color: #FFB800;
    transform: scale(1.2);
}

@media (max-width: 992px) {
    .partner-logo-wrapper {
        height: 140px;
        padding: 20px;
    }
    
    .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .partner-logo-wrapper {
        height: 120px;
    }
    
    /* Responsive untuk 3 kolom */
    .col-xl-4, .col-lg-4, .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    /* Untuk mobile, tampilkan 1 mitra per slide */
    #partnerCarousel .carousel-inner .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/******************
    7.Footer (Warna Serasi dengan Biru)
*******************/
.footer .footer-list li {
    padding: 7px 0px;
}

.footer .footer-list li a {
    color: rgba(255, 255, 255, 0.8); /* Putih transparan */
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.footer .footer-list li a:hover {
    color: #FFB800; /* Aksen emas saat hover */
}

.footer .footer-alt {
    background-color: #1A4E6B; /* Biru navy gelap */
}

.footer .footer-alt .social-links li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #153C55; /* Biru lebih gelap untuk ikon */
    color: #ffffffcc;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.footer .footer-alt .social-links li a:hover {
    background-color: #247BA0; /* Sama dengan warna navbar */
    color: #FFB800; /* Emas terang saat hover */
}


/* tombol wa */
    .whatsapp-float-container {
        position: fixed;
        bottom: 25px;
        right: 25px;
        z-index: 9999;
    }
    .whatsapp-float {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        background: #25D366;
        color: white;
        border-radius: 50%;
        font-size: 30px;
        box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
        transition: all 0.3s;
        position: relative;
        animation: float 2s ease-in-out infinite;
    }
    .whatsapp-float:hover {
        transform: scale(1.1) translateY(-5px);
        background: #128C7E;
        box-shadow: 0 8px 20px rgba(37, 211, 102, 0.5);
    }
    .whatsapp-pulse {
        position: absolute;
        width: 100%;
        height: 100%;
        background: inherit;
        border-radius: 50%;
        animation: pulse 2s infinite;
        z-index: 1;
    }
    .whatsapp-tooltip {
        position: absolute;
        right: 70px;
        background: #333;
        color: white;
        padding: 8px 12px;
        border-radius: 8px;
        font-size: 14px;
        line-height: 1.3;
        width: max-content;
        max-width: 200px;
        opacity: 0;
        transform: translateX(10px);
        transition: all 0.3s;
        pointer-events: none;
    }
    .whatsapp-float:hover .whatsapp-tooltip {
        opacity: 1;
        transform: translateX(0);
    }
    @keyframes float {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-10px); }
    }
    @keyframes pulse {
        0% { transform: scale(1); opacity: 0.7; }
        70% { transform: scale(1.4); opacity: 0; }
        100% { transform: scale(1.4); opacity: 0; }
    }

/******************
    8.Back to Top
*******************/
.back-to-top {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
    text-align: center;
    z-index: 10000;
    border-radius: 3px;
      background-color: #FFB800; /* Ganti dari #F4B400 */
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.back-to-top i {
    color: #ffffff;
    font-size: 22px;
    display: block;
    line-height: 30px;
}

/******************
    9.Responsive
*******************/
@media (min-width: 200px) and (max-width: 1199px) {
    .container-fluid {
        max-width: 95%;
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        max-width: 85%;
    }
}

@media (min-width: 1600px) {
    .container-fluid {
        max-width: 70%;
    }
}

@media (max-width: 991px) {
    .navbar-custom {
        margin-top: 0px;
        padding: 10px 0px !important;
       background-color: #247BA0 !important;
        -webkit-box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
    }
    .navbar-custom .logo img {
        height: 28px;
    }
    .navbar-custom .navbar-nav .nav-item .nav-link {
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        margin: 0px;
        padding: 6px 0px;
    }
    .navbar-custom .navbar-btn {
        margin-left: 0px;
    }
    .navbar-toggler {
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #ffffff;
    }
    .hero-section {
        padding-top: 80px;
    }
}
/*# sourceMappingURL=style.css.map */
/* 
/* 
---------------------------------------------
Contact Style
--------------------------------------------- 
*/

/* 
---------------------------------------------
Compact Contact Style
--------------------------------------------- 
*/

.contact-us {
  position: relative;
  padding: 40px 0;
}

.contact-us .contact-us-content {
  border-radius: 15px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.contact-us .contact-us-content #contact-form {
  padding: 30px;
  border-radius: 15px 15px 0 0;
  border: 1px solid #e9ecef;
  background-color: #f8f9fa;
}

#contact-form .section-heading h2 {
  color: #343a40;
  font-size: 1.8rem;
  margin-bottom: 20px;
  text-align: center;
}

#contact-form .section-heading h2 span {
  color: #ffc107;
  font-weight: 600;
}

#contact-form .section-heading h2 em {
  color: #007bff;
  font-style: normal;
}

#contact-form input {
  width: 100%;
  height: 45px;
  border-radius: 22px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  padding: 0 15px;
  font-size: 14px;
  color: #495057;
  margin-bottom: 15px;
}

#contact-form textarea {
  width: 100%;
  height: 120px;
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  padding: 15px;
  font-size: 14px;
  color: #495057;
  margin-bottom: 15px;
}

.blue-yellow-button {
  border: none;
  height: 45px;
  background: linear-gradient(90deg, #007bff 0%, #00bfff 100%);
  width: 100%;
  border-radius: 22px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s;
}

.blue-yellow-button:hover {
  background: linear-gradient(90deg, #0069d9 0%, #00a8e8 100%);
  transform: translateY(-2px);
}

.contact-us-content .more-info {
  text-align: center;
  background: linear-gradient(90deg, #007bff 0%, #00bfff 100%);
  border-radius: 0 0 15px 15px;
  padding: 20px 15px;
}

.contact-us-content .more-info .info-item {
  text-align: center;
  margin-bottom: 15px;
  padding: 0 10px;
}

.contact-us-content .more-info i {
  font-size: 24px;
  color: #ffc107;
  margin-bottom: 10px;
}

.contact-us-content .more-info h4 {
  margin: 0;
}

.contact-us-content .more-info h4 a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

/* Responsive Adjustments */
@media (max-width: 1199px) {
  .contact-us .contact-us-content {
    padding: 15px;
  }
  
  #contact-form {
    padding: 20px !important;
  }
}

@media (max-width: 991px) {
  #contact-form .section-heading h2 {
    font-size: 1.5rem;
  }
  
  #map {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .contact-us {
    padding: 30px 0;
  }
  
  #contact-form {
    padding: 15px !important;
  }
  
  .contact-us-content .more-info .info-item {
    margin-bottom: 20px;
  }
  
  #contact-form input,
  #contact-form textarea {
    font-size: 13px;
  }
  
  .blue-yellow-button {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .contact-us-content .more-info .row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .contact-us-content .more-info .info-item {
    margin-bottom: 15px;
  }
  
  #contact-form .section-heading h2 {
    font-size: 1.3rem;
  }
}

  /* Timeline Container */
  #timelineContainer {
    display: flex;
    overflow-x: auto;
    gap: 1.5rem;
    padding: 1rem 0;
    scroll-behavior: smooth;
    margin: 2rem 0;
    max-height: 380px;
  }
  
  #timelineContainer::-webkit-scrollbar {
    height: 8px;
    background-color: #f8f9fa;
  }
  
  #timelineContainer::-webkit-scrollbar-thumb {
    background-color: #f4b400;
    border-radius: 4px;
  }
  
  /* Timeline Event */
  .timeline-event {
    position: relative;
    flex: 0 0 320px;
    background: linear-gradient(135deg, #ffffff, #fff9e6);
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 8px 20px rgba(244, 180, 0, 0.2);
    transition: all 0.4s ease;
    opacity: 0;
    transform: translateY(50px);
    display: flex;
    flex-direction: column;
    border: 1px solid #f0f0f0;
  }
  
  .timeline-event.visible {
    opacity: 1;
    transform: translateY(0);
  }
  
  .timeline-event:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(244, 180, 0, 0.3);
    z-index: 10;
  }
  
  .timeline-content {
    display: flex;
    height: 100%;
  }
  
  .timeline-icon {
    position: relative;
    flex-shrink: 0;
    width: 60px;
    margin-right: 1.2rem;
  }
  
  .timeline-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, #f4b400, #ffcc33);
  }
  
  .timeline-icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    background: #f4b400;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 0 0 2px #f4b400;
  }
  
  .timeline-year {
    position: relative;
    z-index: 2;
    background: #f4b400;
    color: white;
    font-weight: bold;
    font-size: 0.9rem;
    padding: 0.3rem 0.5rem;
    border-radius: 20px;
    text-align: center;
    margin-top: 5px;
    box-shadow: 0 4px 6px rgba(244, 180, 0, 0.3);
  }
  
  .timeline-details {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  
  .timeline-image {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .timeline-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  .timeline-event:hover .timeline-image img {
    transform: scale(1.05);
  }
  
  .timeline-text {
    padding: 0.8rem 0;
    flex: 1;
  }
  
  .timeline-text h5 {
    color: #1a365d;
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
    position: relative;
    padding-bottom: 0.5rem;
  }
  
  .timeline-text h5::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #f4b400;
    border-radius: 2px;
  }
  
  .timeline-text p {
    color: #4a5568;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
  }
  
  /* Responsive */
  @media (max-width: 768px) {
    .timeline-event {
      flex: 0 0 280px;
    }
    
    .timeline-icon {
      width: 50px;
    }
    
    .timeline-image {
      max-height: 150px;
    }
  }

/*layanan  kop kita (simpanan, pinjaman , dan ukm*/

    /* Section Styling */
    .section-title-wrapper {
        position: relative;
        padding-bottom: 15px;
    }
    
    .title-border {
        width: 80px;
        height: 3px;
        background: linear-gradient(90deg, #3b82f6, #06b6d4);
        margin: 0 auto;
        border-radius: 3px;
        opacity: 0;
        transform: translateY(-10px);
        transition: all 0.8s ease;
    }
    
    .animate__fadeIn .title-border {
        opacity: 1;
        transform: translateY(0);
    }
    
    /* Card Styling */
    .service-card {
        background-color: #fff;
        border-radius: 16px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        overflow: hidden;
        border: none;
        opacity: 0;
        transform: translateY(20px);
    }
    
    .service-card.animate__fadeInUp {
        opacity: 1;
        transform: translateY(0);
    }
    
    .service-card:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }
    

    
    /* Icon Styling */
    .icon-wrapper {
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(59, 130, 246, 0.1);
        border-radius: 18px;
        transition: all 0.3s ease;
        flex-shrink: 0;
    }
    
    .service-card:hover .icon-wrapper {
        transform: rotate(10deg) scale(1.1);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
    
    .text-primary { color: #3b82f6 !important; }
    .text-success { color: #10b981 !important; }
    .text-warning { color: #f59e0b !important; }
    .text-info { color: #06b6d4 !important; }
    
    /* Custom Icon */
    .custom-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
    }
    
    .custom-icon svg {
        width: 100%;
        height: 100%;
    }
    
    /* Text Styling */
    .service-title {
        font-weight: 700;
        color: #1e293b;
        font-size: 1.2rem;
        transition: color 0.3s ease;
    }
    
    .service-card:hover .service-title {
        color: #3b82f6;
    }
    
    .service-desc {
        font-size: 0.95rem;
        line-height: 1.6;
        color: #64748b;
    }
    
    /* Button Styling */
    .btn-hover-scale {
        transition: all 0.3s ease;
        border-radius: 8px;
        position: relative;
        overflow: hidden;
    }
    
    .btn-hover-scale:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
    
    .btn-hover-scale .transition-all {
        transition: all 0.3s ease;
    }
    
    .btn-hover-scale:hover .transition-all {
        transform: translateX(3px);
    }
    
    .btn-outline-primary {
        border-color: #3b82f6;
        color: #3b82f6;
    }
    
    .btn-outline-success {
        border-color: #10b981;
        color: #10b981;
    }
    
    .btn-outline-warning {
        border-color: #f59e0b;
        color: #f59e0b;
    }
    
    /* Animation Delay */
    [data-animation-delay] {
        animation-delay: calc(var(--animation-delay, 0s) + attr(data-animation-delay) * 1s);
    }
    
    /* Responsive Design */
    @media (max-width: 992px) {
        .service-card {
            margin-bottom: 20px;
        }
        
        .icon-wrapper {
            width: 60px;
            height: 60px;
        }
    }
    
    @media (max-width: 768px) {
        .col-md-6 {
            flex: 0 0 100%;
            max-width: 100%;
        }
        
        .service-card {
            flex-direction: row;
            align-items: center;
        }
        
        .icon-wrapper {
            width: 50px;
            height: 50px;
            border-radius: 12px;
        }
    }


/*---------------------------------------
  FAQs              
-----------------------------------------*/
.faq-section .accordion-item {
  border: 0;
}

.faq-section .accordion-button {
  font-size: var(--h6-font-size);
  font-weight: var(--font-weight-semibold);
}

.faq-section .accordion-item:first-of-type .accordion-button {
  border-radius: var(--border-radius-large);
}

.faq-section .accordion-button:not(.collapsed) {
  border-radius: var(--border-radius-large);
  box-shadow: none;
  color: var(--primary-color);
}

.faq-section .accordion-body {
  color: var(--p-color);
  font-size: var(--btn-font-size);
  line-height: 40px;
}