.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for section, class: .elementor-element-45e82a20 *//* Base Container */
.cbi-date-change-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    font-family: 'Arial', sans-serif;
}

/* Header Styling */
.cbi-header {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.cbi-header h2 {
    color: #8B1D24;
    font-size: 28px;
    margin-bottom: 5px;
}

.cbi-subheading {
    color: #666;
    font-size: 16px;
}

/* Info Section */
.cbi-info-section {
    margin-bottom: 30px;
}

/* Description Notice */
.cbi-description-notice {
    background-color: #f8f8ff;
    border-left: 4px solid #8B1D24;
    padding: 15px;
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
    border-radius: 4px;
}

.cbi-description-notice i {
    color: #8B1D24;
    font-size: 20px;
    margin-right: 15px;
    margin-top: 2px;
    flex-shrink: 0;
}

.cbi-description-notice p {
    margin: 0;
    color: #333;
    font-size: 15px;
    line-height: 1.5;
}

/* Process Steps */
.cbi-process-section {
    margin-bottom: 30px;
}

.cbi-process-section h3 {
    color: #8B1D24;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
}

.cbi-process-steps {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.cbi-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.cbi-step:not(:last-child):after {
    content: '';
    position: absolute;
    top: 25px;
    right: -10px;
    width: 20px;
    height: 2px;
    background-color: #e0e0e0;
}

.cbi-step-number {
    width: 50px;
    height: 50px;
    background-color: #8B1D24;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.cbi-step-content h4 {
    color: #333;
    font-size: 18px;
    margin: 0 0 8px 0;
}

.cbi-step-content p {
    color: #666;
    font-size: 14px;
    margin: 0;
    line-height: 1.4;
}

/* Notes Section */
.cbi-notes-section {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 30px;
}

.cbi-notes-section h3 {
    color: #8B1D24;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
}

.cbi-notes-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.cbi-notes-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
}

.cbi-notes-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.cbi-notes-list li i {
    color: #8B1D24;
    font-size: 18px;
    margin-right: 12px;
    margin-top: 2px;
    flex-shrink: 0;
}

.cbi-notes-list li span {
    color: #444;
    font-size: 15px;
    line-height: 1.5;
}

/* Form Section */
.cbi-form-section {
    margin-bottom: 30px;
}

.cbi-form-section h3 {
    color: #8B1D24;
    margin-bottom: 20px;
    font-size: 20px;
}

.cbi-form-container {
    background-color: #f9f9f9;
    padding: 25px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
}

/* Contact Information */
.cbi-contact-info {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.cbi-contact-item {
    display: flex;
    align-items: center;
}

.cbi-contact-item i {
    color: #8B1D24;
    font-size: 24px;
    margin-right: 15px;
    flex-shrink: 0;
}

.cbi-contact-item h4 {
    color: #333;
    font-size: 18px;
    margin: 0 0 5px 0;
}

.cbi-contact-item p {
    color: #555;
    font-size: 15px;
    margin: 0;
}

/* Form Styling Enhancements */
.cbi-form-container .wpcf7-form label {
    font-weight: 600;
    color: #444;
    margin-bottom: 5px;
    display: block;
}

.cbi-form-container .wpcf7-form input[type="text"],
.cbi-form-container .wpcf7-form input[type="email"],
.cbi-form-container .wpcf7-form input[type="tel"],
.cbi-form-container .wpcf7-form input[type="date"],
.cbi-form-container .wpcf7-form textarea,
.cbi-form-container .wpcf7-form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 15px;
    font-family: inherit;
}

.cbi-form-container .wpcf7-form input[type="submit"] {
    background-color: #8B1D24;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s;
}

.cbi-form-container .wpcf7-form input[type="submit"]:hover {
    background-color: #701218;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .cbi-process-steps {
        flex-direction: column;
        gap: 30px;
    }
    
    .cbi-step:not(:last-child):after {
        top: auto;
        right: auto;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
        width: 20px;
    }
}

@media (max-width: 480px) {
    .cbi-date-change-container {
        padding: 20px 15px;
    }
}/* End custom CSS */