#hero{
    background: linear-gradient(135deg, #f084a2, #eeced7); /* arah gradasi & warna */
    color: #fff;
}

#hero .click-clicking{
    position: absolute;
    width: 40px;
    right: -20px;
    top: 10px;
}

#hero h1{
    font-size: 40px;
    font-weight: 900 !important;
}

#event-type {
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    font-weight: 600 !important;
}

h2.text-primary, strong.text-primary{
    color: #f084a2 !important;
}

.btn.btn-primary.btn-pk{
    background-color: #f084a2;
    color: #fff;
    border-color: #f084a2;
}

.btn.btn-primary.btn-pk:hover{
    background-color: transparent;
    color: #f084a2;
    border-color: #f084a2;
}

.fa.text-primary{
    color: #f084a2 !important;
}

#request-registration .btn.btn-primary {
    background: linear-gradient(135deg, #f084a2, #fca4c3);
    color: #fff;
    border: none;
    padding: 14px 28px; 
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    box-shadow: 0 4px 4px rgba(240, 132, 162, 0.4);
    transition: all 0.3s ease;
}

#request-registration .btn.btn-primary:hover {
    background: linear-gradient(135deg, #fca4c3, #f084a2);
    box-shadow: 0 6px 6px rgba(240, 132, 162, 0.5);
    transform: translateY(-2px);
}


#artikel .bg-gradient-article {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    color: #fff;
}
#artikel .ratio-9x16 {
    aspect-ratio: 16 / 9;
    border: 1.5px solid #f084a2;
}
#artikel .object-fit-cover {
    object-fit: cover;
}
#artikel .card a img {
    transition: transform 0.3s ease;
}
#artikel .card a:hover img {
    transform: scale(1.05);
}

#artikel .bg-primary {
    background-color: #f084a2 !important;
}


#tetimoni-section .card {
    border-radius: 20px !important;
}

#tetimoni-section .card-body {
    padding: 20px;
    border: 1px solid #f084a2;
    border-radius: 20px !important;
    min-height: 100px;
}

#tetimoni-section .card img {
    width: 40px !important;
    height: 40px !important;
    object-fit: cover;
    object-position: center center;
}

#tetimoni-section .ratings .fa {
    font-size: 16px;
}

#tetimoni-section .testimonial-name {
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
}

#tetimoni-section .testimonial-impression {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}

#tetimoni-section .social-icons .fa {
    font-size: 18px;
    margin: 0 10px;
}

#tetimoni-section .social-icons a {
    color: #333;
    transition: color 0.3s;
}

#tetimoni-section .social-icons a:hover {
    color: #007bff;
}

#tetimoni-section hr {
    border: none;
    height: 2px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
}

#tetimoni-section .owl-dot.active span{
    background-color: #f084a2;
    width: 10px;
    border-radius: 50%;
    border: 2px solid #666;
    width: 20px;
    height: 20px;
}
#tetimoni-section .owl-dot span{
    background-color: #ffffffc2;
    width: 10px;
    border-radius: 50%;
    border: 2px solid #eeced7 !important;
    width: 14px;
    height: 14px;
}


#tetimoni-section .owl-dots{
    display: flex;
    justify-content: center;
    margin-top: 20
}
