.custom1 .navbar,
.custom1 .bg-light-alt,
.custom1 .hero-section::before {
     background-color: #F3F014;
}

.custom1 .bg-white {
     background-color: #0054B7 !important;
}

.custom1 .service-icon {
     color: #0054B7 !important;
}

.custom1 .stats-number,
.custom1 .bg-white .container .section-title,
.custom1 .step-item h4 {
     color: #F3F014 !important;
}

.custom1 .section-title,
.custom1 .section-subtitle,
.custom1 .hero-headline span {
    color: #0054B7 !important;
}

.custom1 .bg-white .container span {
     color: #fff !important;
}

.custom1 .step-item p.text-muted {
     color: #ffffff !important;
     opacity: 0.9;
}

.custom1 .stats-label {
     color: #ffffff !important;
     opacity: 0.9;
}

.custom1 .service-card {
     background-color: #FFFFFF !important;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
     border-radius: 12px;
     padding: 25px;
     transition: transform 0.3s ease;
}

.custom1 .service-card:hover {
    transform: translateY(-5px);
}

.custom1 .service-card h4 {
    color: #0054B7 !important;
    margin-top: 15px;
    font-weight: 700;
}

.custom1 .service-card p {
    color: #6c757d !important;
}

/* Tambahkan padding pada section agar lebih lega (kecuali hero) */
.custom1 section:not(.hero-section) {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Testimonial text color fix for blue background */
.custom1 #testimonialCarousel h5, 
.custom1 #testimonialCarousel p.lead {
    color: #ffffff !important;
}

.custom1 #testimonialCarousel .text-muted {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Navbar Styling */
.custom1 .navbar-landing {
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all 0.3s ease;
}

.custom1 .navbar-landing .nav-link {
    color: #0054B7 !important;
    font-weight: 600;
    font-size: 1rem;
    margin-left: 15px;
    margin-right: 15px;
}

.custom1 .navbar-landing .nav-link:hover {
    color: #000000 !important;
}

/* Hero Section Typography */
.custom1 .hero-headline {
    color: #0054B7 !important;
    font-weight: 800;
    font-size: 3.5rem; /* Make it big */
    line-height: 1.2;
    margin-bottom: 20px;
}

.custom1 .hero-subheadline {
    color: #333333 !important; /* Dark grey */
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.6;
}

/* Custom Buttons */
.custom1 .btn-primary-custom {
    background-color: #0054B7 !important;
    border: 2px solid #0054B7 !important;
    color: #FFFFFF !important;
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 600;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.custom1 .btn-primary-custom:hover {
    background-color: #004494 !important;
    border-color: #004494 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0,0,0,0.15);
}

.custom1 .btn-outline-custom {
    background-color: transparent !important;
    border: 2px solid #0054B7 !important;
    color: #0054B7 !important;
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.custom1 .btn-outline-custom:hover {
    background-color: #0054B7 !important;
    color: #FFFFFF !important;
    transform: translateY(-2px);
}

/* CTA Section Styling */
.custom1 .cta-section {
    background-color: #F3F014 !important;
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(243, 240, 20, 0.2);
}

.custom1 .cta-section h2 {
    color: #0054B7 !important;
    font-weight: 700;
    font-size: 2.5rem;
}

.custom1 .cta-section p.lead {
    color: #333333 !important;
    font-weight: 500;
}

/* Footer Styling */
.custom1 footer {
    background-color: #FFFFFF !important;
    padding-top: 60px;
    padding-bottom: 30px;
}

.custom1 footer h4, 
.custom1 footer h6 {
    color: #0054B7 !important;
    font-weight: 700;
}

.custom1 footer p, 
.custom1 footer li, 
.custom1 footer a {
    color: #555555 !important;
    transition: color 0.3s ease;
}

.custom1 footer a:hover {
    color: #0054B7 !important;
    text-decoration: none;
}

.custom1 footer .border-top {
    border-color: #eee !important;
}