.elementor-2018 .elementor-element.elementor-element-14882812:not(.elementor-motion-effects-element-type-background), .elementor-2018 .elementor-element.elementor-element-14882812 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://thisizabundance.com/wp-content/uploads/2025/11/joseph-corl-NeMTPo5haBk-unsplash-scaled.jpg");background-position:center center;background-size:cover;}.elementor-2018 .elementor-element.elementor-element-14882812 > .elementor-background-overlay{opacity:0;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2018 .elementor-element.elementor-element-14882812{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:380px 0px 80px 0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Inherit;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2018 .elementor-element.elementor-element-3388641b{text-align:center;}.elementor-2018 .elementor-element.elementor-element-3388641b .elementor-heading-title{font-family:"Inter", Inherit;font-size:34px;font-weight:700;line-height:100px;letter-spacing:3.7px;color:#F8F9FA;}.elementor-2018 .elementor-element.elementor-element-3388641b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2018 .elementor-element.elementor-element-bc07c44{margin-top:30px;margin-bottom:0px;}.elementor-2018 .elementor-element.elementor-element-ef89a44 > .elementor-widget-container{margin:0px 0px 0px 0px;}@media(min-width:1025px){.elementor-2018 .elementor-element.elementor-element-14882812:not(.elementor-motion-effects-element-type-background), .elementor-2018 .elementor-element.elementor-element-14882812 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:scroll;}}@media(max-width:1024px){.elementor-2018 .elementor-element.elementor-element-14882812{margin-top:0px;margin-bottom:0px;padding:180px 0px 10px 0px;}.elementor-2018 .elementor-element.elementor-element-3388641b .elementor-heading-title{font-size:35px;}.elementor-2018 .elementor-element.elementor-element-3388641b > .elementor-widget-container{margin:200px 0px 0px 0px;padding:0px 0px 40px 0px;}}@media(max-width:767px){.elementor-2018 .elementor-element.elementor-element-14882812{padding:95px 0px 85px 0px;}.elementor-2018 .elementor-element.elementor-element-3388641b .elementor-heading-title{font-size:18px;}.elementor-2018 .elementor-element.elementor-element-3388641b > .elementor-widget-container{margin:114px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-ef89a44 *//* This is your STYLING */
.eclipse-hero {
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: white;
    margin-bottom: 40px;
}

/* Update hero heading to white - KEEP ORIGINAL SIZE */
.eclipse-hero h1 {
    color: white !important;
    /* No font-size specified - keeps original size */
}

/* Ensure intro paragraph stays white too */
.eclipse-hero .intro {
    color: white !important;
}

/* Mobile Responsive - SMALLER sizes */
@media (max-width: 768px) {
    .eclipse-hero {
        padding: 40px 20px;
    }
    
    .eclipse-hero h1 {
        font-size: 1.6em; /* Reduced from 1.8em */
        line-height: 1.2;
    }
}

/* Extra Small Mobile - EVEN SMALLER */
@media (max-width: 480px) {
    .eclipse-hero {
        padding: 30px 15px;
    }
    
    .eclipse-hero h1 {
        font-size: 1.4em; /* Reduced from 1.6em */
        margin-bottom: 15px;
    }
    
    .eclipse-hero .intro {
        font-size: 0.95em; /* Also slightly reduce intro text */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-383d6b0 *//* 🌌 CELESTIAL MECHANICS SECTION - PROPER TYPOGRAPHY */
/* Aligned with your original "Conscious Engagement" styling */

.eclipse-celestial {
  background: #f8f9fa !important;
  padding: 40px !important;
  border-radius: 10px !important;
  margin: 40px 0 !important;
  border-left: 4px solid #667eea !important;
}

/* 🌟 TITLE - CONSISTENT WITH YOUR ORIGINAL STYLING */
.eclipse-celestial h2 {
  color: #2c3e50 !important;
  margin-bottom: 30px !important;
  font-size: 1.8em !important;
  border-bottom: 2px solid #e9ecef !important;
  padding-bottom: 10px !important;
  font-family: inter !important; /* Using your site's base font */
  background: none !important; /* Remove gradient */
  -webkit-text-fill-color: initial !important; /* Reset text fill */
  text-shadow: none !important; /* Remove shadows */
  text-align: left !important; /* Left align like original */
}

.eclipse-celestial h2::after {
  content: none !important; /* Remove the decorative line */
}

/* 🧭 SUBHEADERS - MATCHING YOUR ORIGINAL STYLE */
.eclipse-celestial h3 {
  color: #667eea !important;
  margin: 25px 0 15px 0 !important;
  font-size: 1.3em !important;
  border-left: none !important; /* Remove border left */
  padding-left: 0 !important; /* Remove padding */
  font-weight: 600 !important;
}

/* 🌙 CONTENT - CLEAN AND READABLE */
.eclipse-celestial > p:first-of-type {
  font-size: 1.1em !important;
  line-height: 1.7 !important;
  color: #495057 !important;
  text-align: left !important;
  margin: 0 0 25px 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
}

/* 🔮 STRATEGIC EMPHASIS */
.eclipse-celestial strong {
  color: #2c3e50 !important;
  font-weight: 600 !important;
}

/* 📱 RESPONSIVE OPTIMIZATION */
@media (max-width: 768px) {
  .eclipse-celestial {
    padding: 25px 20px !important;
    margin: 30px 0 !important;
  }
  
  .eclipse-celestial h2 {
    font-size: 1.5em !important;
  }
  
  .eclipse-celestial h3 {
    font-size: 1.2em !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c12cbf5 *//* Eclipse Table Container - Mobile Responsive */
.eclipse-table-container {
    overflow-x: auto;
    margin: 40px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #e9ecef;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

/* Eclipse Table Specific Styles */
.eclipse-table {
    margin: 0 !important;
    width: 100% !important;
    min-width: 600px; /* Minimum width before scrolling kicks in */
}

.eclipse-table th {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%) !important;
    color: white !important;
    padding: 15px 12px !important;
    text-align: left !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border: none !important;
    font-size: 0.9em !important;
}

.eclipse-table td {
    padding: 12px 10px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    vertical-align: middle !important;
    line-height: 1.3 !important;
    font-size: 0.95em !important;
}

/* Column widths for eclipse table - Desktop */
.eclipse-table td:nth-child(1) { /* Date */
    width: 120px !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
}

.eclipse-table td:nth-child(2) { /* Type */
    width: 100px !important;
    text-align: center !important;
}

.eclipse-table td:nth-child(3) { /* Zodiac & Degree */
    width: 110px !important;
    text-align: center !important;
    font-weight: 500 !important;
}

.eclipse-table td:nth-child(4) { /* Node Alignment */
    width: 100px !important;
    text-align: center !important;
    font-weight: 500 !important;
}

.eclipse-table td:nth-child(5) { /* Psychological Themes */
    width: auto !important;
    line-height: 1.5 !important;
    min-width: 200px !important;
}

/* Node Alignment Colors */
.node-north {
    color: #27ae60 !important;
    font-weight: 600 !important;
}

.node-south {
    color: #e74c3c !important;
    font-weight: 600 !important;
}

/* Ensure the table uses our eclipse styling */
table.astrology-table.eclipse-table {
    background: white !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
    border-collapse: collapse !important;
}

/* Mobile Responsive Table */
@media (max-width: 768px) {
    .eclipse-table-container {
        margin: 30px 0 !important;
        padding: 15px 10px !important;
        border-radius: 8px !important;
    }
    
    .eclipse-table {
        min-width: 550px; /* Slightly smaller min-width for mobile */
    }
    
    .eclipse-table th {
        padding: 12px 8px !important;
        font-size: 0.85em !important;
        letter-spacing: 0.3px !important;
    }
    
    .eclipse-table td {
        padding: 10px 8px !important;
        font-size: 0.9em !important;
    }
    
    /* Adjust column widths for mobile */
    .eclipse-table td:nth-child(1) { /* Date */
        width: 100px !important;
    }
    
    .eclipse-table td:nth-child(2) { /* Type */
        width: 80px !important;
    }
    
    .eclipse-table td:nth-child(3) { /* Zodiac & Degree */
        width: 90px !important;
    }
    
    .eclipse-table td:nth-child(4) { /* Node Alignment */
        width: 80px !important;
    }
    
    .eclipse-table td:nth-child(5) { /* Psychological Themes */
        min-width: 180px !important;
    }
}

/* Extra Small Mobile Devices */
@media (max-width: 480px) {
    .eclipse-table-container {
        margin: 20px 0 !important;
        padding: 10px 5px !important;
    }
    
    .eclipse-table {
        min-width: 500px; /* Even smaller for very small screens */
    }
    
    .eclipse-table th {
        padding: 10px 6px !important;
        font-size: 0.8em !important;
    }
    
    .eclipse-table td {
        padding: 8px 6px !important;
        font-size: 0.85em !important;
    }
    
    /* Further reduce column widths */
    .eclipse-table td:nth-child(1) { /* Date */
        width: 90px !important;
    }
    
    .eclipse-table td:nth-child(2) { /* Type */
        width: 70px !important;
    }
    
    .eclipse-table td:nth-child(3) { /* Zodiac & Degree */
        width: 80px !important;
    }
    
    .eclipse-table td:nth-child(4) { /* Node Alignment */
        width: 70px !important;
    }
    
    .eclipse-table td:nth-child(5) { /* Psychological Themes */
        min-width: 150px !important;
    }
}

/* Add a visual indicator for scrolling on mobile */
@media (max-width: 768px) {
    .eclipse-table-container::after {
        content: '← Scroll →';
        display: block;
        text-align: center;
        font-size: 0.8em;
        color: #667eea;
        margin-top: 10px;
        font-weight: 600;
        opacity: 0.7;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f5ca43d *//* Conscious Engagement / Practical Section */
.eclipse-practical {
    background: #f8f9fa !important;
    padding: 40px !important;
    border-radius: 10px !important;
    margin: 40px 0 !important;
    border-left: 4px solid #667eea !important;
}

.eclipse-practical h2 {
    color: #2c3e50 !important;
    margin-bottom: 30px !important;
    font-size: 1.8em !important;
    border-bottom: 2px solid #e9ecef !important;
    padding-bottom: 10px !important;
}

.eclipse-practical h3 {
    color: #667eea !important;
    margin: 25px 0 15px 0 !important;
    font-size: 1.3em !important;
}

.eclipse-practical p {
    line-height: 1.7 !important;
    margin-bottom: 20px !important;
    font-size: 1.1em !important;
    color: #495057 !important;
}

.eclipse-practical ul, 
.eclipse-practical ol {
    margin-left: 20px !important;
    margin-bottom: 25px !important;
}

.eclipse-practical li {
    margin-bottom: 12px !important;
    line-height: 1.6 !important;
    color: #495057 !important;
}

.eclipse-practical strong {
    color: #2c3e50 !important;
    font-weight: 600 !important;
}

/* Specific styling for the protocol list */
.eclipse-practical ul li strong {
    color: #667eea !important;
    display: inline-block;
    min-width: 120px;
}

/* House-specific considerations */
.eclipse-practical h3 + p {
    font-style: italic !important;
    color: #6c757d !important;
    border-left: 3px solid #667eea !important;
    padding-left: 15px !important;
    margin-left: 10px !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .eclipse-practical {
        padding: 25px 20px !important;
        margin: 30px 0 !important;
    }
    
    .eclipse-practical h2 {
        font-size: 1.5em !important;
    }
    
    .eclipse-practical h3 {
        font-size: 1.2em !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-be7ae6e *//* 🌌 ECLIPSE FAMILIES SECTION - CONSISTENT STYLING */
/* Matching your established design system */

.eclipse-families {
  background: #f8f9fa !important;
  padding: 40px !important;
  border-radius: 10px !important;
  margin: 40px 0 !important;
  border-left: 4px solid #667eea !important;
}

/* 🌟 TITLE - CONSISTENT TYPOGRAPHY */
.eclipse-families h2 {
  color: #2c3e50 !important;
  margin-bottom: 30px !important;
  font-size: 1.8em !important;
  border-bottom: 2px solid #e9ecef !important;
  padding-bottom: 10px !important;
}

/* 🧭 SUBHEADERS - MATCHING STYLE */
.eclipse-families h3 {
  color: #667eea !important;
  margin: 25px 0 15px 0 !important;
  font-size: 1.3em !important;
}

/* 🌙 CONTENT - CLEAN AND READABLE */
.eclipse-families p {
  line-height: 1.7 !important;
  margin-bottom: 20px !important;
  font-size: 1.1em !important;
  color: #495057 !important;
}

/* 🔮 STRATEGIC EMPHASIS */
.eclipse-families strong {
  color: #2c3e50 !important;
  font-weight: 600 !important;
}

/* 📱 RESPONSIVE OPTIMIZATION */
@media (max-width: 768px) {
  .eclipse-families {
    padding: 25px 20px !important;
    margin: 30px 0 !important;
  }
  
  .eclipse-families h2 {
    font-size: 1.5em !important;
  }
  
  .eclipse-families h3 {
    font-size: 1.2em !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1880907 *//* Personal Eclipse Map Section */
.eclipse-personal {
    background: white !important;
    padding: 40px !important;
    border-radius: 10px !important;
    margin: 40px 0 !important;
    border: 1px solid #e9ecef !important;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08) !important;
}

.eclipse-personal h2 {
    color: #2c3e50 !important;
    margin-bottom: 30px !important;
    font-size: 1.8em !important;
    border-bottom: 2px solid #667eea !important;
    padding-bottom: 10px !important;
}

.eclipse-personal h3 {
    color: #667eea !important;
    margin: 25px 0 15px 0 !important;
    font-size: 1.3em !important;
}

.eclipse-personal p {
    line-height: 1.7 !important;
    margin-bottom: 20px !important;
    font-size: 1.1em !important;
    color: #495057 !important;
}

.eclipse-personal ol {
    margin-left: 20px !important;
    margin-bottom: 25px !important;
    counter-reset: eclipse-steps !important;
}

.eclipse-personal li {
    margin-bottom: 15px !important;
    line-height: 1.6 !important;
    color: #495057 !important;
    padding-left: 10px !important;
    position: relative !important;
}

/* Custom numbered list styling */
.eclipse-personal ol li {
    counter-increment: eclipse-steps !important;
}

.eclipse-personal ol li::before {
    content: counter(eclipse-steps) !important;
    background: #667eea !important;
    color: white !important;
    font-weight: bold !important;
    border-radius: 50% !important;
    width: 25px !important;
    height: 25px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 10px !important;
    font-size: 0.9em !important;
    position: absolute !important;
    left: -35px !important;
    top: 0 !important;
}

/* Common patterns styling */
.eclipse-personal strong {
    color: #2c3e50 !important;
    font-weight: 600 !important;
}

/* Pattern examples */
.eclipse-personal h3 + p {
    background: #f8f9fa !important;
    padding: 15px !important;
    border-radius: 5px !important;
    border-left: 3px solid #667eea !important;
    font-style: normal !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .eclipse-personal {
        padding: 25px 20px !important;
        margin: 30px 0 !important;
    }
    
    .eclipse-personal h2 {
        font-size: 1.5em !important;
    }
    
    .eclipse-personal h3 {
        font-size: 1.2em !important;
    }
    
    .eclipse-personal ol li::before {
        position: static !important;
        margin-right: 10px !important;
    }
    
    .eclipse-personal li {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e03246 *//* CTA Section - Consistent with your design system */
.cta-section {
    text-align: center;
    padding: 60px 40px;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: white;
    margin-top: 50px;
    border-radius: 10px;
}

.cta-section h2 {
    color: white;
    margin-bottom: 20px;
    font-size: 2em;
}

.cta-section p {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.cta-button {
    background: white;
    color: #667eea;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
    font-size: 1.1em;
    transition: all 0.3s ease;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.cta-subtext {
    margin-top: 20px;
    font-size: 0.9em;
    opacity: 0.8;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .cta-section {
        padding: 30px 20px;
    }
    
    .cta-section h2 {
        font-size: 1.4em; /* Reduced from 1.6em */
        margin-bottom: 15px;
        line-height: 1.3;
    }
    
    .cta-section p {
        font-size: 1.1em; /* Slightly smaller paragraph text */
        margin-bottom: 25px;
    }
    
    .cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
}

/* Extra Small Mobile Optimization */
@media (max-width: 480px) {
    .cta-section {
        padding: 25px 15px;
    }
    
    .cta-section h2 {
        font-size: 1.3em; /* Even smaller for very small screens */
        margin-bottom: 12px;
    }
    
    .cta-section p {
        font-size: 1em;
        margin-bottom: 20px;
    }
    
    .cta-button {
        padding: 10px 20px;
        font-size: 0.95em;
        width: 100%;
        max-width: 280px;
    }
}/* End custom CSS */