/* --- Basic Page Layout --- */
body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    color: #333;
}

/* This rule pushes the main content down
  to make space for your fixed header.
  Adjust this '100px' value to match
  the exact height of your 'header.php'.
*/
.site-main {
    padding-top: 100px; 
}

/* This centers your content on the page */
.site {
    width: 90%;
    max-width: 1200px;
    margin: 20px auto;
}

/* --- WordPress Theme Styles (Minimal) --- */
/* These are styles from the original theme that your page relies on */

.sabbi-page-header {
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    position: relative;
}

.page-header-content {
    position: relative;
    z-index: 2;
}

.sabbi-page-header h1.page-title {
    font-size: 3rem;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    margin: 0;
}

.auth-breadcrumb-wrap {
    background-color: #EDF2F6;
    padding: 15px 0;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.breadcrumb.sabbi-breadcrumb {
    padding: 0;
    margin: 0;
    list-style: none;
    background: none;
    text-align: center;
}

.sabbi-breadcrumb li {
    display: inline-block;
    font-size: 0.9rem;
    color: #333;
}

.sabbi-breadcrumb li a {
    color: #DB3243;
    text-decoration: none;
}

.sabbi-breadcrumb li .separator {
    margin: 0 8px;
    color: #888;
}

/* --- Your Custom Styles (-0004) --- */

.payment-container-0004 {
    max-width: 800px;
    margin: 2rem auto;
    padding: 2rem;
    font-family: 'Arial', sans-serif;
}
.payment-info-0004 {
    background: linear-gradient(135deg, #fff5f5 0%, #fff 100%);
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(219, 50, 67, 0.1);
}
.payment-info-title-0004 {
    color: #DB3243;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.payment-info-text-0004 {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}
.payment-features-0004 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}
.feature-item-0004 {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}
.feature-item-0004:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(219, 50, 67, 0.1);
}
.feature-icon-0004 {
    width: 40px;
    height: 40px;
    background: #fff5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #DB3243;
    font-size: 1.2rem;
}
.feature-text-0004 {
    color: #333;
    font-size: 0.95rem;
}
.payment-form-0004 {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.form-title-0004 {
    color: #333;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f0f0f0;
    text-align: center;
}
.form-group-0004 {
    margin-bottom: 1.5rem;
}
.form-label-0004 {
    display: block;
    color: #333;
    margin-bottom: 0.5rem;
    font-weight: 500;
}
.form-input-0004 {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-sizing: border-box; /* Added */
}
.form-input-0004:focus {
    outline: none;
    border-color: #DB3243;
    box-shadow: 0 0 0 3px rgba(219, 50, 67, 0.1);
}
.form-input-0004:disabled {
    background: #f8f9fa;
    cursor: not-allowed;
}
.payment-summary-0004 {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 2rem;
}
.summary-row-0004 {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    color: #666;
}
.summary-row-0004.total {
    border-top: 2px solid #ddd;
    margin-top: 1rem;
    padding-top: 1rem;
    color: #333;
    font-weight: 600;
    font-size: 1.1rem;
}
.submit-btn-0004 {
    background: linear-gradient(45deg, #DB3243, #ff6b6b);
    color: white;
    padding: 1rem 2rem;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.submit-btn-0004:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(219, 50, 67, 0.2);
}
@media (max-width: 768px) {
    .payment-container-0004 {
        padding: 1rem;
        margin: 1rem;
    }
    .payment-features-0004 {
        grid-template-columns: 1fr;
    }
    .form-title-0004 {
        font-size: 1.2rem;
    }
}
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}
.paper-id-container-0004 {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.paper-id-container-0004 .form-input-0004 {
    flex: 1;
}
.help-btn-0004 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: #f8f9fa;
    color: #DB3243;
    border: 2px solid #DB3243;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.help-btn-0004:hover {
    background: #DB3243;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(219, 50, 67, 0.2);
}
.help-btn-0004 i {
    font-size: 1rem;
}
@media (max-width: 768px) {
    .paper-id-container-0004 {
        flex-direction: column;
        gap: 0.5rem;
    }
    .help-btn-0004 {
        width: 100%;
        justify-content: center;
    }
}