#fw-section-custom-html-128a40f4-c631-42aa-ab87-0a8f6362312a {

/* Background Styling */
.handwritten-quote-container {
    background: #2e1a47; /* Darker mystical background */
    padding: 50px 20px;
    text-align: center;
    border-radius: 10px;
}

/* Handwritten Quote Styling */
.handwritten-quote {
    font-family: 'Dancing Script', cursive; /* Elegant handwritten font */
    font-size: 32px;
    font-weight: 700;
    color: #e0c3fc; /* Softer ethereal purple */
    text-align: center;
    max-width: 600px;
    margin: auto;
    line-height: 1.4;
    animation: fadeIn 2s ease-in-out;
}

/* Fade-in effect */
@keyframes fadeIn {
    0% { opacity: 0; transform: translateY(10px); }
    100% { opacity: 1; transform: translateY(0); }
}

}
#fw-section-custom-html-a009f161-79fc-4e3d-bfa1-07aa8054f2da {

/* Hero Section */
.hero {
    text-align: center;
    padding: 60px 20px;
    position: relative;
}

/* Flowing Animated Text */
.awaken-expand-connect {
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(90deg, #000, #333, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position: relative;
    animation: flowing-text 4s linear infinite, wave-text 3s ease-in-out infinite alternate;
}

/* Subtitle Underneath */
.hero-subtitle {
    font-size: 18px;
    color: #666;
    text-align: center;
    max-width: 600px;
    margin: auto;
    margin-top: 10px;
}

/* Flowing Animation */
@keyframes flowing-text {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

/* Gentle Wave Effect */
@keyframes wave-text {
    0% { transform: translateY(0px); }
    100% { transform: translateY(5px); }
}

/* Curved Underline Effect */
.awaken-expand-connect::after {
    content: "";
    display: block;
    width: 80%;
    height: 5px;
    background: linear-gradient(90deg, #8e44ad, #3f51b5);
    border-radius: 50%;
    margin: 8px auto 0;
}

}





#fw-section-custom-html-5843fb39-ea33-4e47-a5fb-a72fc283b4a0 {

/* Full-Width Background Styling */
.no-coincidences-container {
    background: #2e1a47; /* Deep mystical background */
    padding: 60px 40px;
    text-align: center;
    width: 100%; /* Make it full width */
    margin: 0;
    color: #e0c3fc; /* Soft ethereal purple for readability */
    line-height: 1.6;
}

/* Handwritten Title */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500;700&display=swap');

.handwritten-title {
    font-family: 'Dancing Script', cursive; /* Elegant handwritten font */
    font-size: 42px;
    font-weight: 700;
    color: #f4e1ff; /* Softer, dreamy glow effect */
    margin-bottom: 20px;
    animation: fadeIn 2s ease-in-out;
}

/* Fade-in effect */
@keyframes fadeIn {
    0% { opacity: 0; transform: translateY(10px); }
    100% { opacity: 1; transform: translateY(0); }
}

}










#fw-section-custom-html-eb1c675f-d2f9-4c44-8d5b-546e0f0694e7 {

/* General styles */
body {
    font-family: 'Arial', sans-serif;
    background-color: #f9f9f9;
    text-align: center;
    padding: 40px;
}

.roadmap-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center; /* Ensures centering */
    display: block; /* Helps maintain centering */
}


.roadmap-subtitle {
    font-size: 18px;
    color: #666;
    margin-bottom: 60px; /* Adds extra space before timeline */
    text-align: center;  /* Centers the text */
    display: block;
    max-width: 700px; /* Prevents it from stretching too wide */
    margin-left: auto;
    margin-right: auto;
}


/* Timeline Container */
.timeline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 800px;
    margin: auto;
    position: relative;
}

/* Phases (Background Effect) */
.phase {
    font-size: 22px;
    font-weight: bold;
    color: #8e44ad;
    background: rgba(142, 68, 173, 0.1);
    padding: 10px 30px;
    border-radius: 10px;
    width: 80%;
    text-align: center;
    margin-bottom: -10px;
}

/* Steps */
.step {
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
    text-align: left;
    width: 80%; /* Increase width to fit text */
    max-width: 700px; /* Ensures consistency across all steps */
    position: relative;
}


/* Numbered Books */
.book-number {
    background: #8e44ad;
    color: white;
    font-size: 14px;
    font-weight: bold;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}

/* List Style */
.step ul {
    list-style: none;
    padding: 0;
}

.step li {
    font-size: 16px;
    color: #444;
    margin: 8px 0;
}

/* Connector */
.connector {
    width: 4px;
    height: 40px;
    background: #8e44ad;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .step {
        width: 90%;
    }

    .phase {
        width: 90%;
    }

    .connector {
        height: 30px;
    }
}

}


#fw-section-custom-html-632c0e23-6283-4ff4-bca4-7fe488fc36b5 {

/* Background Styling */
.handwritten-quote-container {
    background: #2e1a47; /* Darker mystical background */
    padding: 50px 20px;
    text-align: center;
    border-radius: 10px;
}

/* Handwritten Quote Styling */
.handwritten-quote {
    font-family: 'Dancing Script', cursive; /* Elegant handwritten font */
    font-size: 32px;
    font-weight: 700;
    color: #e0c3fc; /* Softer ethereal purple */
    text-align: center;
    max-width: 600px;
    margin: auto;
    line-height: 1.4;
    animation: fadeIn 2s ease-in-out;
}

/* Fade-in effect */
@keyframes fadeIn {
    0% { opacity: 0; transform: translateY(10px); }
    100% { opacity: 1; transform: translateY(0); }
}

}
#fw-section-custom-html-55a128b5-85d0-4b45-9a8f-72f5483ac704 {

/* Import Handwritten Font */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap');

/* Full-Width Background Styling */
.awakened-container {
    background: #2e1a47; /* Deep mystical purple */
    padding: 60px 40px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color: #e0c3fc; /* Soft ethereal purple */
    line-height: 1.7;
    border-radius: 10px;
}

/* Handwritten Title */
.handwritten-title {
    font-family: 'Dancing Script', cursive;
    font-size: 42px;
    font-weight: 600;
    color: #f4e1ff;
    margin-bottom: 20px;
    animation: fadeIn 2s ease-in-out;
}

/* Intro & Final Text */
.intro-text, .final-text {
    font-size: 18px;
    font-weight: 400;
    max-width: 800px;
    margin: 20px auto;
    color: #d7b3f7;
}

/* Features Styling */
.features p {
    font-size: 20px;
    font-weight: 500;
    max-width: 700px;
    margin: 10px auto;
    background: rgba(255, 255, 255, 0.1);
    padding: 12px;
    border-radius: 5px;
    color: #f4e1ff;
}

/* Fade-in Effect */
@keyframes fadeIn {
    0% { opacity: 0; transform: translateY(10px); }
    100% { opacity: 1; transform: translateY(0); }
}

}





#fw-section-custom-html-326ee21f-b56c-4ae9-a47d-97b27c24c7ab {

/* Import Handwritten Font */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap');

/* Full-Width Background Styling */
.awakened-container {
    background: #2e1a47; /* Deep mystical purple */
    padding: 60px 40px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color: #e0c3fc; /* Soft ethereal purple */
    line-height: 1.7;
    border-radius: 10px;
}

/* Handwritten Title */
.handwritten-title {
    font-family: 'Dancing Script', cursive;
    font-size: 42px;
    font-weight: 600;
    color: #f4e1ff;
    margin-bottom: 20px;
    animation: fadeIn 2s ease-in-out;
}

/* Intro & Final Text */
.intro-text, .final-text {
    font-size: 18px;
    font-weight: 400;
    max-width: 800px;
    margin: 20px auto;
    color: #d7b3f7;
}

/* Features Styling */
.features p {
    font-size: 20px;
    font-weight: 500;
    max-width: 700px;
    margin: 10px auto;
    background: rgba(255, 255, 255, 0.1);
    padding: 12px;
    border-radius: 5px;
    color: #f4e1ff;
}

/* Fade-in Effect */
@keyframes fadeIn {
    0% { opacity: 0; transform: translateY(10px); }
    100% { opacity: 1; transform: translateY(0); }
}

}

#fw-section-custom-html-9e031d0a-1803-4fd8-a594-591065010f18 {

/* Full-Width Background Styling */
.permission-slips-container {
    background: #2e1a47; /* Deep mystical background */
    padding: 60px 40px;
    text-align: center;
    width: 100%; /* Make it full width */
    margin: 0;
    color: #e0c3fc; /* Soft ethereal purple for readability */
    line-height: 1.6;
    border-radius: 10px; /* Slight rounded edges */
}

/* Handwritten Title */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500;700&display=swap');

.handwritten-title {
    font-family: 'Dancing Script', cursive; /* Elegant handwritten font */
    font-size: 42px;
    font-weight: 700;
    color: #f4e1ff; /* Softer, dreamy glow effect */
    margin-bottom: 20px;
    animation: fadeIn 2s ease-in-out;
}

/* Call-to-action emphasis */
.call-to-action {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 20px;
}

/* Fade-in effect */
@keyframes fadeIn {
    0% { opacity: 0; transform: translateY(10px); }
    100% { opacity: 1; transform: translateY(0); }
}

}








#fw-section-custom-html-0cacd6f3-fd5e-48a0-9df5-1aa5f6e08733 {

/* Full-Width Background Styling */
.permission-slips-container {
    background: #2e1a47; /* Deep mystical background */
    padding: 60px 40px;
    text-align: center;
    width: 100%; /* Make it full width */
    margin: 0;
    color: #e0c3fc; /* Soft ethereal purple for readability */
    line-height: 1.6;
    border-radius: 10px; /* Slight rounded edges */
}

/* Handwritten Title */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500;700&display=swap');

.handwritten-title {
    font-family: 'Dancing Script', cursive; /* Elegant handwritten font */
    font-size: 42px;
    font-weight: 700;
    color: #f4e1ff; /* Softer, dreamy glow effect */
    margin-bottom: 20px;
    animation: fadeIn 2s ease-in-out;
}

/* Call-to-action emphasis */
.call-to-action {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 20px;
}

/* Fade-in effect */
@keyframes fadeIn {
    0% { opacity: 0; transform: translateY(10px); }
    100% { opacity: 1; transform: translateY(0); }
}

}