.elementor-78 .elementor-element.elementor-element-6fd66c1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS */body {
    background: #ffffff;
    color:#111;
}

.checkout-section {
    text-align: center;
    padding: 60px 20px;
}

.checkout-grid {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.checkout-card {
    background: white;
    padding: 30px;
    width: 300px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.checkout-card:hover {
    transform: translateY(-10px);
}

.checkout-card ul {
    text-align: left;
    padding: 0;
    list-style: none;
}

.checkout-card ul li {
    margin: 8px 0;
}

/* WhatsApp */
.whatsapp-card {
    border-top: 5px solid #25D366;
}

/* Payment */
.payment-card {
    border-top: 5px solid #ff6600;
}

.intro-section {
    text-align: center;
    padding: 60px 20px;
    max-width: 900px;
    margin: auto;
}

.intro-section h1 {
    font-size: 36px;
    margin-bottom: 10px;
}

.intro-section h2 {
    color: #ff6600;
    margin-bottom: 20px;
}

.intro-text {
    color: #555;
    line-height: 1.7;
    font-size: 16px;
}

/* SERVICE INFO */
.service-info {
    padding: 40px 20px;
    text-align: center;
}

.info-box {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.info-item {
    background: #fff;
    padding: 20px;
    width: 320px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.info-item h3 {
    color: #ff6600;
}/* End custom CSS */