body {
    font-family: 'Inter', sans-serif;
}

.cta-button {
    text-decoration: none;
    display: inline-block;
}

.sticky-cta {
    position: sticky;
    top: 1rem;
    z-index: 20;
    /* Adjust based on header height */
}

@media (max-width: 768px) {

    .timeline-line {
        left: 4% !important;
    }
    .sticky-cta {
        position: relative;
        top: auto;
    }
}

.timeline-line {
    left: 50%;
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
}

.timeline-item.left {
    padding-right: 60px;
}

.timeline-item.right {
    padding-left: 60px;
}

.timeline-item.left .order-1:first-child {
    margin-right: auto;
}

.timeline-item.right .order-1:last-child {
    margin-left: auto;
}

.timeline-item .z-10 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 768px) {
    .timeline-line {
        left: 20px;
    }

    .timeline-item {
        margin-bottom: 20px;
    }

    .timeline-item.left, .timeline-item.right {
        padding-left: 60px;
        padding-right: 0;
        justify-content: flex-start;
    }

    .timeline-item.left .order-1:first-child, .timeline-item.right .order-1:first-child {
        width: 100%;
    }

    .timeline-item.left .order-1:last-child, .timeline-item.right .order-1:last-child {
        display: none;
    }

    .timeline-item .z-10 {
        left: 20px;
        transform: translateX(-50%);
    }

    .timeline-item.left .order-1:nth-child(3), .timeline-item.right .order-1:nth-child(3) {
        width: calc(100% - 60px);
    }

    .feature-item {
        flex-direction: column;
    }

    .feature-item.flex-col-reverse {
        flex-direction: column;
    }

    .feature-item .md\:w-1\/2 {
        width: 100%;
    }

    .feature-item .text-center {
        text-align: center;
    }

    .feature-item .text-left {
        text-align: center;
    }

    .feature-item .text-right {
        text-align: center;
    }
}

.step-content {
    transition: max-height 0.5s ease-in-out;
}

.step-item.active .step-content {
    max-height: 500px; /* Adjust as needed for content height */
}

.step-item.active .expand-icon {
    transform: rotate(45deg);
}

.modal-content-wrapper {
    transform: scale(0.95);
    opacity: 0;
}

.modal-open .modal-content-wrapper {
    transform: scale(1);
    opacity: 1;
}
.regShieldWrap {
    /* Parent container padding */
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px; /* Added bottom padding for consistency */
}

.regShieldWrap h1 {
    /* Heading 1 styles */
    font-size: 1.6em;
    margin-top: 2em;
    margin-bottom: 0.8em;
    line-height: 1.2;
    font-weight: bold;
}

.regShieldWrap h2 {
    /* Heading 2 styles */
    font-size: 1.4em;
    margin-top: 1.8em;
    margin-bottom: 0.7em;
    line-height: 1.3;
    font-weight: bold;
}

.regShieldWrap h3 {
    /* Heading 3 styles */
    font-size: 1.2em;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
    line-height: 1.4;
    font-weight: bold;
}

.regShieldWrap h4 {
    /* Heading 4 styles */
    font-size: 1.1em;
    margin-top: 1.2em;
    margin-bottom: 0.5em;
    line-height: 1.5;
    font-weight: bold;
}

.regShieldWrap h5 {
    /* Heading 5 styles */
    font-size: 1em;
    margin-top: 1em;
    margin-bottom: 0.4em;
    line-height: 1.5;
    font-weight: bold;
}

.regShieldWrap p {
    /* Paragraph styles */
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 1em;
}

.regShieldWrap ul {
    /* Unordered list styles */
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 25px; /* Standard indent for list items */
    list-style-type: disc; /* Default disc bullets */
}

.regShieldWrap li {
    /* List item styles */
    margin-bottom: 0.5em; /* Spacing between list items */
    line-height: 1.5;
}


    .gapS{
        display: flex;
        gap: 20px !important;
    }

    #about, #services, #features{
        overflow: hidden !important;
    }