.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Section wrapper */
.why-choose-section {
    padding: 40px 0;
}

/* Card setiap item */
.why-choose-item {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 25px;
    text-align: center;
    transition: all 0.35s ease;
    border: 1px solid #eef2f6;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

/* Efek hover */
.why-choose-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(87, 178, 226, 0.18);
    border-color: #57b2e2;
}

/* Icon dibuat dalam lingkaran */
.why-choose-item .elementor-icon,
.why-choose-item svg,
.why-choose-item img {
    background: rgba(87, 178, 226, 0.12);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    transition: all 0.35s ease;
}

.why-choose-item:hover .elementor-icon,
.why-choose-item:hover svg,
.why-choose-item:hover img {
    background: #57b2e2;
    transform: scale(1.1) rotate(-8deg);
}

.why-choose-item:hover .elementor-icon svg path,
.why-choose-item:hover svg path {
    fill: #ffffff !important;
}

/* Heading */
.why-choose-item h2,
.why-choose-item h3,
.why-choose-item .elementor-heading-title {
    font-weight: 700;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.why-choose-item:hover h2,
.why-choose-item:hover h3,
.why-choose-item:hover .elementor-heading-title {
    color: #2f8fc4;
}

/* Paragraf */
.why-choose-item p {
    color: #6b7280;
    line-height: 1.7;
    font-size: 15px;
}

/* Responsive */
@media (max-width: 768px) {
    .why-choose-item {
        margin-bottom: 20px;
        padding: 30px 20px;
    }
}/* End custom CSS */