
.hero-banner {
    position: relative;
    padding: 100px 0 150px; 
    overflow: hidden;
    background-color: #f8f9fa; 
    z-index: 1;
}

.shape-dot, .shape-blob, .shape-circle-line {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}


.shape-dot {
    top: 60px;
    right: 40px;
    width: 120px;
    height: 120px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='3' cy='3' r='2' fill='%23525ee1' fill-opacity='0.2'/%3E%3C/svg%3E");
    animation: float-slow 6s infinite ease-in-out;
}

.shape-blob {
    top: 20%;
    right: -5%;
    width: 400px;
    height: 400px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23FFF4E5' d='M45.7,-63.2C58.9,-54.1,69.1,-40.7,73.5,-25.7C77.9,-10.7,76.5,5.9,70.5,20.4C64.5,34.9,53.8,47.3,40.7,56.1C27.6,64.9,12,70.1,-3.5,74.9C-19,79.7,-34.5,84.1,-47.5,77.7C-60.5,71.3,-71,54.1,-75.8,36.5C-80.6,18.9,-79.8,0.9,-74.6,-15.5C-69.4,-31.9,-59.8,-46.8,-46.7,-55.9C-33.6,-65,-16.8,-68.3,0,-68.3C16.8,-68.3,32.5,-72.3,45.7,-63.2Z' transform='translate(100 100)' /%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.6;
}



.section-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 0;
}

.section-divider svg {
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
}

@keyframes float-slow {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@media (max-width: 767px) {
    .shape-dot, .shape-blob, .shape-circle-line {
        display: none;
    }
}
.hero-banner .feature-card-mini {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    padding: 12px 20px !important;
    border-radius: 10px !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center;
    font-size: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.hero-banner .feature-card-mini i {
    color: #26D48C !important;
    margin-right: 8px;
}

.page_section_gap {
    margin-top: 45px !important;
}

.grading-table-container {
    border-radius: 20px;
    border-color: #dee2e6;
}

.grading-table thead th.main-header {
    background-color: purple;
    border-bottom: none;
}

.grading-table thead tr.sub-header {
    background-color: #f8f4fc;
}

.grading-table thead th.label-text {
    color: #6b5b7a;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.grading-table .grade-pill {
    font-size: 13px;
    padding: 4px 12px;
}

.grade-hover-card {
    display: flex;
    align-items: flex-start;
    padding: 24px; 
    border: 1px solid #ede8f5;
    border-radius: 14px;
    background: #fff;
    height: 100%;
    transition: all 0.3s ease-in-out; 
    cursor: default;
}

.grade-hover-card:hover {
    transform: translateY(-5px); 
    background-color: #ffffff;
    border-color: #9923B7; 
    box-shadow: 0 10px 25px rgba(153, 35, 183, 0.1); 
}

.grade-circle-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    flex-shrink: 0;
    margin-right: 18px;
}

.grade-content h6 {
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
}

.grade-content p {
    margin: 0;
    font-size: 14px;
    color: #777;
    line-height: 1.5;
}

.text-justify-inter {
    text-align: justify;
    text-justify: inter-word;
}



.main-title-dark-h2 {
    font-size: 36px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.feature-item-box {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.icon-square-wrapper {
    width: 60px;
    height: 60px;
    background: #fff;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 20px;
    position: relative;
    box-shadow: 6px 6px 0px #b592fb; 
}

.feature-info h5 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.4;
}

.goal-text {
    padding-top: 25px;
    margin-top: 10px;
    font-style: italic;
    color: #666;
}

.benefit-item-wrap {
    padding: 30px;
    border-radius: 15px;
    background: transparent; 
    transition: all 0.4s ease;
    height: 100%;
    text-align: center; 
}

.benefit-item-wrap:hover {
    background: #f8f4fc; 
    transform: translateY(-5px);
}

.fa-icon-box {
    font-size: 32px;
    margin-bottom: 20px;
    display: inline-block;
    transition: transform 0.3s ease;
}


.color-home { color: #9923B7; }     
.color-user { color: #055881; }     
.color-brain { color: #ee4a7b; }     
.color-support { color: #2ab7ca; }   
.color-clock { color: #ff9f1c; }    

.benefit-item-wrap:hover .fa-icon-box {
    transform: scale(1.1);
}

.benefit-item-wrap h5 {
    font-size: 19px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.benefit-item-wrap p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}
.how-it-works-area {
    padding-bottom: 180px; 
    background-color: #ffffff;
    position: relative;
}

.process-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 60px;
}

.wave-svg-container {
    position: absolute;
    top: 60px;
    left: 5%;
    width: 90%;
    height: 180px;
    z-index: 1;
    pointer-events: none;
}

.wave-path {
    fill: none;
    stroke: #9923B7;
    stroke-width: 2;
    stroke-dasharray: 8, 8;
    opacity: 0.5;
}

.process-step {
    position: relative;
    z-index: 2;
    flex: 1;
    text-align: center;
    max-width: 220px;
}

.process-step:nth-child(2), 
.process-step:nth-child(4), 
.process-step:nth-child(6) { 
    transform: translateY(0); 
}

.process-step:nth-child(3), 
.process-step:nth-child(5) { 
    transform: translateY(110px); 
}
.step-number-circle {
    width: 55px;
    height: 55px;
    background: #9923B7;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    margin: 0 auto 20px;
    border: 4px solid #fff;
    box-shadow: 0 8px 25px rgba(153, 35, 183, 0.15);
}

.step-number-circle.blue-bg {
    background-color: #055881;
}


.enroll-area {
    padding-top: 0;
}

.compact-step-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.compact-step-item:hover {
    border-color: #9923B7;
    transform: translateX(5px);
}

.compact-number {
    font-size: 18px;
    font-weight: 800;
    color: #9923B7;
    margin-right: 20px;
    min-width: 30px;
}

.compact-content-wrap {
    display: flex;
    flex-direction: column;
}

.compact-content-wrap h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
    color: #1a1a1a;
}

.compact-content-wrap p {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

@media (min-width: 992px) {
    .compact-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
}


.cta-learning-section {
    padding: 80px 20px;
  
}
@media (max-width: 575px) {

    .how-it-works-area {
        padding-bottom: 60px;
    }

    .process-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 30px;
    }

    .process-step {
        max-width: 100%;
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
        transform: none !important; 
    }

    .wave-svg-container {
        display: none; 
    }
}
