#platform-tools{
    overflow: hidden;
}
.lifetime-lms-note {
    background: linear-gradient(90deg, #f8fafc 0%, #e0e7ff 100%);
    border-left: 5px solid #ec1394;
    padding: 18px 22px;
    border-radius: 8px;
    margin: 28px 0 18px 0;
    box-shadow: 0 2px 12px rgba(99, 102, 241, 0.08);
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.hero_cta_icon {
    font-size: 2.2rem;
    color: #ec1394;
    flex-shrink: 0;
    line-height: 1;
}

.hero_cta h4 {
    color: #ec1394;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.service_section .grid_row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    padding: 20px;
}

.service_section .grid_col {
    background: #fff;
    color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    height: 100%;
    overflow: hidden;
}

.course-flip-course-title {
    text-align: left;
}

.service_section .course-flip-course-description {
    text-align: left;
}

.service_section .course-flip-card-header {
    padding: 0 20px 15px;
}

.service_section .course-price-container {
    display: flex;
    justify-content: space-around;
}

.offer-countdowns {
    margin: 0 0;
}

.course-flip-price-label,
.course-original-price,
.course-new-price {
    color: #000;
}

.course-flip-feature-item {
    text-align: left;
    font-size: 15px;
}

@media screen and (max-width: 1100px) {
    .badge-base.LI-profile-badge {
        position: absolute;
        z-index: 9;
        right: -210px;
        top: 83px;
    }
}

@media screen and (max-width: 952px) {
    div#three {
        position: absolute !important;
        top: -1px !important;
        right: 272px !important;
        z-index: 9 !important;
    }

    .layoutcolimgbg img {
        width: 120px !important;
    }

    .layoutcol30 {
        display: none !important;
    }

    .layoutcolimg img {
        width: 90px !important;
    }

    .servicecontainer .colmd12 img {
        width: 80%;
    }

    .servicecontainer .colmd12 img {
        width: 100%;
    }

    #three {
        display: none;
    }
}



@media screen and (max-width: 768px) {
    

    .mobile-menu ul li{text-align: left;}
    .popup-form-content{
        top: 10%;
    }
     .btn-primary{border-radius: 5px !important;}
    .mobile-btn-container .btn-outline{
       width: 100%;
    }
     #menu_closeBtn{top:80px}
     .close{z-index: 999;}
    .popup-form{z-index: 99;}
    .mobile-menu{z-index: 9;}

    .question-text{flex-wrap: wrap;}
    .faq-tag.cloud{display: block;padding: 5px 5px;}
    .custom-about-section a{color: #fff;}
    .layoutcoltextscol,
    .layoutrows,
    .layoutcoltextss em {
        display: block !important;
        text-align: left;
    }

    .layoutcoltextss em {
        margin: 10px 0 !important;
    }

    .layoutrows {
        padding: 15px !important;
    }

    .layoutcoltextss {
        top: 0 !important;
        right: 0 !important;
    }

    .layoutcolimgbg {
        gap: 10px !important;
    }

    .layoutcoltextss h5 {
        font-size: 20px !important;
        margin: 10px 0 !important;
    }

    .section-title {
        font-size: 40px !important;
    }

    .support_cta .section-title {
        font-size: 40px;
        line-height: 40px;
    }

    .support_cta .section-title::after {
        top: 95px;
    }

    #process .section-title::after {
        top: 60px;
    }

    .process-grid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }

    .process-number {
        height: 40px;
        width: 40px;
        font-size: 16px;
    }


    .service_section .grid_row {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
        padding: 20px;
    }

    .platform-tools-section h2 {
        line-height: 40px;
    }

    #platform-tools .section-title::after {
        top: 47px;
    }

    .services_sec .section-title::after {
        top: 85px !important;
    }

    .btn-outline {
        width: fit-content;
    }

    .section-services .header-section p {
        color: #1f0159;
        padding: 0 20px;
    }

    .section-services .colmd3 {
        width: 50%;
    }

    .section-services .single-service {
        padding: 10px 10px;
    }

    .section-services .single-service .circle-before {
        height: 80px;
        width: 80px;
    }

    .section-services .single-service .icon {
        height: 40px;
        width: 40px;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .benifit h2 {
        font-size: 40px;
    }

    .benifit p,
    #platform-tools .section-description {
        width: 100%;
    }

    .tools-container {
        grid-template-columns: repeat(auto-fit, minmax(140px, 2fr));
    }

    .tool-box {
        padding: 10px 10px;
    }

    .bcg_title {
        padding-top: 10px;
    }
    .box_models{
        left: 10%;
        top: 10%;
    }

}

@media (max-width: 576px) {
    .hero-title {
        font-size: 40px;
        line-height: normal;
        padding-bottom: 10px;
        margin: 0;
    }
}