.sections-wrapper {
    background: linear-gradient(to bottom, #000000, #07070a, #040408);
    position: relative;
    z-index: 0;
}

.home-why-myecombox {
    position: relative;
    padding: 80px 20px;
    background: transparent; /* Remove original background */
    overflow: hidden;
    text-align: center;
}

.home-why-myecombox .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.home-why-myecombox h2 {
    font-size: calc(2.5rem * 1.2);
    font-weight: 700;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
}

.home-why-myecombox p {
    font-size: calc(1.1rem * 1.1);
    color: #ffffff;
    margin-bottom: 50px;
    font-family: 'Montserrat', sans-serif;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.home-why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-bottom: 50px;
}

.home-why-item {
    background: #1a1a2e;
    padding: 25px;
    border-radius: 12px;
    position: relative;
    z-index: 2;
    min-height: 200px;
}

.home-why-item i {
    font-size: 2.5rem;
    color: #6b48ff;
    margin-bottom: 20px;
}

.home-why-item h3 {
    font-size: calc(1.3rem * 1.1);
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
}

.home-why-item p {
    font-size: calc(0.95rem * 1.1);
    color: #cccccc;
    margin: 0;
}

.home-why-btn {
    display: inline-block;
    padding: 15px 35px;
    font-size: calc(1.1rem * 1.1);
    font-weight: 600;
    text-decoration: none;
    background-color: #6b48ff;
    color: #ffffff;
    border-radius: 6px;
    position: relative;
    z-index: 2;
}

.parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1;
    pointer-events: none;
}

.home-our-process {
    position: relative;
    padding: 80px 20px;
    background: transparent; /* Remove original background */
    text-align: center;
}

.home-our-process .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.home-our-process h2 {
    font-size: calc(2.5rem * 1.2);
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}

.process-subtitle {
    font-size: calc(1.2rem * 1.1);
    color: #cccccc;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.timeline {
    position: relative;
    padding: 30px 0;
}

.timeline-line {
    position: absolute;
    top: 0;
    left: 50%;
    height: calc(100% - 5px); /* Stop 5px short */
    width: 4px;
    background: linear-gradient(to bottom, #6b48ff, #7c5aff);
    transform: translateX(-50%);
    transition: height 0.5s ease-out;
}

.process-step {
    width: 45%;
    margin-bottom: 0;
}

.process-step.left {
    margin-left: 0;
    margin-right: auto;
}

.process-step.right {
    margin-left: auto;
    margin-right: 0;
}

.step-content {
    display: flex;
    align-items: center;
    background: #1a1a2e;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.process-step.left .step-content {
    flex-direction: row;
}

.process-step.right .step-content {
    flex-direction: row-reverse;
}

.step-icon {
    width: 60px;
    height: 60px;
    background: #6b48ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
}

.step-icon i {
    font-size: 2rem;
    color: #ffffff;
}

.step-text {
    flex: 1;
    text-align: left;
}

.step-text h3 {
    font-size: calc(1.3rem * 1.1);
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

.step-text p {
    font-size: calc(0.85rem * 1.1);
    color: #cccccc;
    margin-bottom: 15px;
}

.step-btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: calc(0.9rem * 1.1);
    font-weight: 500;
    text-decoration: none;
    background-color: #6b48ff;
    color: #ffffff;
    border-radius: 4px;
    margin-top: 5px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.step-btn:hover {
    background-color: #7c5aff;
    box-shadow: 0 0 10px rgba(107, 72, 255, 0.5);
}

.process-btn-wrapper {
    padding-top: 5px; /* Extra gap for button */
}

.process-btn {
    display: inline-block;
    padding: 15px 35px;
    font-size: calc(1.1rem * 1.1);
    font-weight: 600;
    text-decoration: none;
    background-color: #6b48ff;
    color: #ffffff;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.process-btn:hover {
    background-color: #7c5aff;
    box-shadow: 0 0 20px rgba(107, 72, 255, 0.6);
}

.launch-success {
    position: relative;
    padding: 100px 20px;
    background: transparent; /* Remove original background */
    text-align: center;
    overflow: hidden;
}

.launch-success .container {
    max-width: 1200px;
    margin: 0 auto;
}

.launch-title {
    font-size: calc(3rem * 1.2);
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.launch-subtitle {
    font-size: calc(1.3rem * 1.1);
    color: #cccccc;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.success-stats {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 60px;
}

.stat-item {
    background: rgba(107, 72, 255, 0.1);
    padding: 25px;
    border-radius: 12px;
    min-width: 180px;
}

.stat-number {
    font-size: calc(2.2rem * 1.2);
    font-weight: 700;
    color: #6b48ff;
    display: block;
    margin-bottom: 15px;
}

.stat-item p {
    font-size: calc(0.95rem * 1.1);
    color: #ffffff;
}

.launch-cta p {
    font-size: calc(1.4rem * 1.1);
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 500;
}

.launch-btn {
    display: inline-block;
    padding: 15px 35px;
    font-size: calc(1.1rem * 1.1);
    font-weight: 600;
    text-decoration: none;
    background-color: #6b48ff;
    color: #ffffff;
    border-radius: 6px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.launch-btn:hover {
    transform: scale(1.1);
    background-color: #7c5aff;
    box-shadow: 0 0 20px rgba(107, 72, 255, 0.8);
}

/* Dashboard Section */
.dashboard-section {
    position: relative;
    padding: 80px 20px;
    background: transparent;
    text-align: center;
}

.dashboard-section .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.dashboard-section h2 {
    font-size: calc(2.5rem * 1.2);
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
}

.dashboard-section p {
    font-size: calc(1.1rem * 1.1);
    color: #ffffff;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.dashboard-image {
    margin-bottom: 80px; /* Increased bottom margin for more space below image */
}

.dashboard-image img {
    max-width: 80%; /* Reduced image size */
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.dashboard-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 15px 35px;
    font-size: calc(1.1rem * 1.1);
    font-weight: 600;
    text-decoration: none;
    background-color: #6b48ff;
    color: #ffffff;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.dashboard-btn:hover {
    background-color: #7c5aff;
    box-shadow: 0 0 20px rgba(107, 72, 255, 0.6);
}

@media (max-width: 959px) and (min-width: 769px) {
    .home-why-grid {
        grid-template-columns: repeat(2, minmax(280px, 1fr));
        grid-template-areas: 
            "item1 item2"
            "item3 item3";
        gap: 40px;
    }

    .home-why-item:nth-child(1) {
        grid-area: item1;
    }

    .home-why-item:nth-child(2) {
        grid-area: item2;
    }

    .home-why-item:nth-child(3) {
        grid-area: item3;
    }
}

@media (max-width: 930px) {
    .success-stats {
        gap: 20px;
    }

    .stat-item {
        min-width: 150px;
        padding: 20px;
    }

    .stat-number {
        font-size: calc(2rem * 1.2);
    }

    .stat-item p {
        font-size: calc(0.9rem * 1.1);
    }
}

@media (max-width: 768px) {
    .home-why-myecombox {
        padding: 50px 15px;
    }

    .home-why-myecombox h2 {
        font-size: calc(1.8rem * 1.2);
    }

    .home-why-myecombox p {
        font-size: calc(1rem * 1.1);
    }

    .home-why-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .home-why-btn {
        padding: 10px 25px;
        font-size: calc(1.1rem * 1.1);
    }
    .home-our-process {
        padding: 50px 15px;
    }

    .home-our-process h2 {
        font-size: calc(1.8rem * 1.2);
    }

    .process-subtitle {
        font-size: calc(1rem * 1.1);
    }

    .timeline-line {
        display: none;
    }

    .process-step {
        width: 100%;
        margin: 0 auto 10px; /* Center and add 10px bottom spacing */
    }

    .process-step.left, .process-step.right {
        margin: 0 auto 10px; /* Center and add 10px bottom spacing */
    }

    .step-content {
        flex-direction: row;
    }

    .process-step.right .step-content {
        flex-direction: row;
    }

    .process-btn {
        padding: 10px 25px;
        font-size: calc(1.1rem * 1.1);
    }

    .step-icon {
        margin: 0 15px 0 0;
    }

    .step-text {
        text-align: left;
    }

    .launch-success {
        padding: 60px 15px;
    }

    .launch-title {
        font-size: calc(2rem * 1.2);
    }

    .launch-subtitle {
        font-size: calc(1rem * 1.1);
    }

    .success-stats {
        flex-direction: column;
        gap: 20px;
    }

    .stat-item {
        max-width: 90%;
        padding: 20px;
    }

    .stat-number {
        font-size: calc(2rem * 1.2);
    }

    .stat-item p {
        font-size: calc(0.9rem * 1.1);
    }

    .launch-btn {
        padding: 10px 25px;
        font-size: calc(1.1rem * 1.1);
    }

    .dashboard-section {
        padding: 50px 15px;
    }

    .dashboard-section h2 {
        font-size: calc(1.8rem * 1.2);
    }

    .dashboard-section p {
        font-size: calc(1rem * 1.1);
        margin-bottom: 20px;
    }
    

    .dashboard-image {
        margin-bottom: 40px; /* Increased bottom margin for more space below image */
    }

    .dashboard-image img {
        max-width: 85%; /* Increased image size for mobile */
    }

    .dashboard-btn {
    padding: 10px 25px;
    font-size: calc(1.1rem * 1.1);
    margin-top: 20px;
    margin-bottom: 0px;

    }
}