

/* One Click Scrool Top Button*/

.scroll-top {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: var(--thm-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #fff !important;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 5px;
}

.scroll-top:hover {
    -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
    box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    background-color: #081828;
}


/* Overlay */

.overlay {
    position: relative;
    z-index: 1;
}

.overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #081828;
    content: "";
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}


/*=============================
  FAQ CSS
===============================*/

.faq {
    padding-bottom: 120px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .faq {
        padding-bottom: 40px
    }
}

@media(max-width:767px) {
    .faq {
        padding-bottom: 30px
    }
}

.accordion-item {
    border: none;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-right: 40px
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

.accordion-item .accordion-button {
    border-radius: 8px;
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    display: block;
    overflow: hidden;
    border: none;
    border: 1px solid #eee;
    padding: 20px;
    padding-right: 40px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .accordion-item .accordion-button {
        padding: 18px 20px;
        padding-right: 40px
    }
}

@media(max-width:767px) {
    .accordion-item .accordion-button {
        padding: 15px 20px;
        padding-right: 40px
    }
}

.accordion-item .accordion-button .title {
    font-size: 15px;
    position: relative;
    font-weight: 600;
    float: left;
    padding-left: 45px;
    line-height: 25px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .accordion-item .accordion-button .title {
        font-size: 14px
    }
}

@media(max-width:767px) {
    .accordion-item .accordion-button .title {
        font-size: 14px
    }
}

.accordion-item .accordion-button .title .serial {
    color: #081828;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #eee;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.accordion-item .accordion-button i {
    font-size: 13px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    top: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--thm-primary);
    border-color: transparent;
    border-radius: 8px 8px 0 0
}

.accordion-button:not(.collapsed) .serial {
    background-color: #fff;
    color: var(--thm-primary);
    border-color: transparent
}

.accordion-button:not(.collapsed) i::before {
    content: "\eb2c";
    font-family: lineIcons
}

.accordion-button::after {
    display: none
}

.accordion-collapse {
    border: none
}

.accordion-body {
    border-radius: 0 0 8px 8px;
    padding: 40px;
    background-color: #f9f9f9;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .accordion-body {
        padding: 30px
    }
}

@media(max-width:767px) {
    .accordion-body {
        padding: 20px
    }
}

.accordion-body p {
    margin: 0;
    margin-bottom: 20px;
    color: #777
}

.accordion-body p:last-child {
    margin: 0
}

.accordion-item {
    margin-bottom: 20px
}


/*======================================
    Call To Action CSS
========================================*/

.call-action {
    background-color: var(--thm-primary);
}

.call-action .cta-content {
    text-align: center;
    padding: 0px 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-action .cta-content {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .call-action .cta-content {
        padding: 0;
    }
}

.call-action .cta-content h2 {
    color: #fff;
    line-height: 50px;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-action .cta-content h2 {
        font-size: 32px;
        line-height: 45px;
    }
}

@media (max-width: 767px) {
    .call-action .cta-content h2 {
        font-size: 25px;
        line-height: 35px;
    }
}

.call-action .cta-content p {
    color: #fff;
    padding: 0px 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-action .cta-content p {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .call-action .cta-content p {
        padding: 0;
    }
}

.call-action .cta-content .button {
    margin-top: 40px;
}

.call-action .cta-content .button .btn {
    background-color: #fff;
    color: var(--thm-primary);
}

.call-action .cta-content .button .btn:hover {
    color: #fff;
    background-color: #081828;
}

/*======================================
    Contact CSS
========================================*/

.contact-form:not(.error) {
    position: relative;
    top: -160px;
    max-width: 450px;
    padding: 55px 50px 60px;
    margin-bottom: -160px;
   /* background-color: var(--thm-footer-bg);*/
    text-align: center;
    border-radius: var(--thm-radius);
    box-shadow: 0px 4px 6px #0000002a;
    background-color: #00569c;
}

.contact-title {
    margin-bottom: 50px;
}

@media only screen and (max-width:991px) {
    .contact-form {
        top: 0;
        margin: auto !important;
    }

    .contact-title {
        text-align: center;
        margin-top: 40px;
    }
}

.call-action h2,
.call-action h3,
.call-action h4 {
    color: #fff;
}

.contact-form input,
.contact-form textarea {
    padding: 15px 25px;
    border-radius: 30px;
    border: 1px solid var(--thm-primary);
    margin-top: 25px;
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-color: transparent;
    color: #fff;
}

.contact-form .btn {
    border-radius: 30px;
    margin-top: 25px !important;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #ced4da;
    opacity: 1;
}

.contact-form input:focus,
.contact-form textarea:focus {
    background-color: transparent;
    color: #fff;
}




.contact-item .contact-content {
        margin-left: 7px;
    color: #efefef;
}



/* Start Select2 Styles */
.select2-container--default .select2-selection--single {
    border-color: #ced4da !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 5px !important;
}

.select2-container .select2-selection,
.select2-selection__rendered,
.select2-selection__arrow {
    border-radius: var(--thm-radius);
    height: 40px !important;
    line-height: 40px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
span.select2-selection.select2-selection--single {
    outline: none;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 0;
}

.select2-dropdown.select2-dropdown--below {
    z-index: 9999 !important;
    border-color: #ced4da;
    color: #444;
}
/* End Select2 Styles */

.error {
    color: #f05656;
    font-size: .8rem;
}

/* Start Plan Summary Styles */
.chart-title {
    position: relative;
    margin-top: 0;
    font-weight: 600;
    line-height: 20px;
       color: #0b0b15;
    padding: 0;
    text-transform: none;
    font-size: 17px;
    display: inline-block;
}

.chart-title:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 2px;
    left: 0;
    top: -17px;
    background: var(--thm-primary);
}

ul.sp-summary li {
    color: #666;
    padding-bottom: 1px;
}

ul.sp-summary li.total-costs {
    font-size: 18px;
    border-top: 1px solid #e4e4e4;
    padding-top: 3px;
    margin-top: 12px;
}

ul.sp-summary li span {
    float: right;
    color: #333;
    font-weight: 600;
}

.school-reg .form-group {
    margin-bottom: 12px;
    margin-top: 5px;
    color: #333;
}
.school-reg .form-group label {
    margin-bottom: 4px;
}

.alert-danger {
    color: #fff !important;
    background-color: #ff4152 !important;
    border-color: #1c4812 !important;
}

/* SWEETALERT CSS */
.swal2-popup {
    font-size: 1rem !important;
}
.swal2-btn-default {
    border: 2px solid var(--thm-primary);
    color: var(--thm-primary);
    background-color: transparent;
}


.swal2-btn-default:hover {
    background-color: var(--thm-primary);
    color: #fff;
}
.btn {
    position: relative;
    overflow: hidden;
    padding: 12px 24px;
    border: 2px solid #4f46e5;
    color: #4f46e5;
    background: transparent;
    z-index: 1;
    transition: color 0.3s ease;
}

.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #4f46e5;
    transition: left 0.4s ease;
    z-index: -1;
}

.btn:hover::before {
    left: 0;
}

.btn:hover {
    color: #fff;
}
/* Form - Custom Checkbox */
.checkbox-replace .i-checks {
    padding-left: 20px;
    cursor: pointer;
    margin-bottom: 0;
}

.checkbox-replace .i-checks input {
    position: absolute;
    margin-left: -20px;
    opacity: 0;
}

.checkbox-replace .i-checks input:checked + span .active {
    display: inherit;
}

.checkbox-replace .i-checks > span {
    margin-left: -20px;
}

.checkbox-replace .i-checks > span .active {
    display: none;
}

.checkbox-replace .i-checks > i {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-right: 4px;
    margin-left: -20px;
    line-height: 1;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #cfdadd;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.checkbox-replace .i-checks > i:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background-color: #ffbd2e;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .2s;
    transition: all .2s;
}

.checkbox-replace .i-checks input:checked + i {
    border-color: #ffbd2e;
}

.checkbox-replace .i-checks input:checked + i:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.checkbox-replace .i-checks input:disabled + i {
    cursor: not-allowed;
    border-color: #dee5e7;
}

.checkbox-replace .i-checks input:disabled + i:before{
    background-color: #dee5e7;
}

#regModal .terms {
    text-decoration: none;
}

 /* Reset / Base styles for the section - uses namespaced classes to avoid conflicts */
    .features-showcase-section {
        font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
        padding: 36px 0;
        background: linear-gradient(135deg, #000092 0%, #0f0f23 100%);
        color: #f0f0f5;
    }

    .container {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 24px;
    }
.modal-title{
    color: #0b0b15;
}
    /* Section Header */
    .showcase-header {
        text-align: center;
        margin-bottom: 60px;
    }

    .showcase-header h3 {
        font-size: 1rem;
        font-weight: 500;
        color: #6eb118;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 0.75rem;
    }

    .showcase-header h2 {
        font-size: 2.6rem;
        font-weight: 700;
        background: linear-gradient(120deg, #ffffff, #b9c3ff);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 1rem;
    }

    .showcase-header p {
        color: #a0a0c0;
        max-width: 600px;
        margin: 0 auto;
        font-size: 1.05rem;
    }

    /* Main Grid Layout */
    .features-showcase-grid {
        display: grid;
        grid-template-columns: 1fr 1.4fr;
        gap: 3rem;
        align-items: center;
    }

    /* Left Side - Feature List Buttons */
    .features-list {
        display: flex;
        flex-direction: column;
        gap: 1.2rem;
    }

    .feature-item {
        display: flex;
        align-items: center;
        gap: 1.5rem;
        padding: 1.4rem 1.8rem;
        background: rgba(22, 22, 40, 0.6);
        backdrop-filter: blur(8px);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 24px;
        cursor: pointer;
        text-align: left;
        transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
        color: #c0c0e0;
        width: 100%;
    }

    .feature-item:hover {
        background: rgba(35, 35, 60, 0.9);
        transform: translateX(6px);
        border-color: rgba(93, 112, 255, 0.4);
    }

    .feature-item.active {
        background: linear-gradient(135deg, rgba(61, 90, 241, 0.2), rgba(171, 71, 188, 0.2));
        border-color: #5d70ff;
        color: white;
        box-shadow: 0 12px 28px -8px rgba(61, 90, 241, 0.3);
    }

    .feature-item i {
        font-size: 2rem;
        color: #5d70ff;
        flex-shrink: 0;
        transition: transform 0.2s;
    }

    .feature-item.active i {
        color: #8c9eff;
        transform: scale(1.02);
    }

    .feature-text h4 {
        font-size: 1.2rem;
        font-weight: 600;
        margin-bottom: 0.3rem;
    }

    .feature-text p {
        font-size: 0.85rem;
        line-height: 1.4;
        opacity: 0.8;
        margin: 0;
    }

    /* Right Panel - Dynamic Preview Area */
    .feature-preview-panel {
        position: relative;
        height: 460px;
        background: linear-gradient(145deg, rgba(18, 18, 32, 0.9), rgba(10, 10, 24, 0.95));
        backdrop-filter: blur(12px);
        border-radius: 32px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        padding: 1.2rem;
        overflow: hidden;
        box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.6);
    }

    .feature-preview-item {
        position: absolute;
        top: 1.2rem;
        left: 1.2rem;
        right: 1.2rem;
        bottom: 1.2rem;
        opacity: 0;
        transform: translateY(18px) scale(0.97);
        transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.2, 0.85, 0.4, 1);
        pointer-events: none;
    }

    .feature-preview-item.visible {
        opacity: 1;
        transform: translateY(0) scale(1);
        pointer-events: auto;
    }

    /* Browser Mockup Styles */
    .browser-mockup {
        width: 100%;
        height: 100%;
        border-radius: 20px;
        background-color: #0c0c18;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.5);
    }

    .browser-header {
        padding: 0.8rem 1rem;
        background: rgba(0, 0, 0, 0.35);
        display: flex;
        gap: 0.6rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .browser-header span {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        transition: 0.2s;
    }
    .browser-header span:nth-child(1) { background-color: #ff5f56; }
    .browser-header span:nth-child(2) { background-color: #ffbd2e; }
    .browser-header span:nth-child(3) { background-color: #27c93f; }

    .browser-content {
        flex: 1;
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #111122;
    }

    /* Chat Preview Styles */
    .chat-content {
        align-items: flex-start;
        justify-content: flex-end;
        gap: 0.8rem;
    }
    .chat-bubble {
        max-width: 75%;
        padding: 0.7rem 1.2rem;
        border-radius: 20px;
        font-size: 0.85rem;
        opacity: 0;
        animation: fadeSlideUp 0.45s forwards;
    }
    .chat-bubble.agent {
        background: #5d70ff;
        align-self: flex-start;
        border-bottom-left-radius: 6px;
    }
    .chat-bubble.user {
        background: #ab47bc;
        align-self: flex-end;
        animation-delay: 0.7s;
        border-bottom-right-radius: 6px;
    }
    .chat-bubble.typing {
        background: rgba(255,255,255,0.12);
        align-self: flex-start;
        animation-delay: 1.4s;
        display: flex;
        gap: 6px;
        padding: 0.7rem 1.2rem;
    }
    .chat-bubble.typing span {
        width: 8px;
        height: 8px;
        background: white;
        border-radius: 50%;
        display: inline-block;
        animation: bounceDot 1s infinite;
    }
    .chat-bubble.typing span:nth-child(2) { animation-delay: 0.2s; }
    .chat-bubble.typing span:nth-child(3) { animation-delay: 0.4s; }

    /* Payment Preview */
    .payment-content {
        text-align: center;
    }
    .payment-icon {
        font-size: 3.8rem;
        color: #27c93f;
        margin-bottom: 1rem;
        animation: scaleIn 0.5s forwards;
    }
    .payment-content h3 {
        font-size: 1.6rem;
        margin-bottom: 0.3rem;
    }
    .receipt-id {
        font-size: 0.75rem;
        color: #7e7eb6;
        margin-top: 1.2rem;
        letter-spacing: 0.5px;
    }

    /* Feedback Preview */
    .feedback-content {
        text-align: center;
    }
    .feedback-content img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        border: 3px solid #5d70ff;
        margin-bottom: 1rem;
        object-fit: cover;
        animation: scaleIn 0.4s forwards;
    }
    .stars i {
        color: #ffc107;
        font-size: 1rem;
        margin: 0 2px;
    }
    .author {
        margin-top: 1rem;
        font-size: 0.85rem;
        color: #b0b0e0;
    }

    /* Analytics Chart */
    .analytics-content h4 {
        margin-bottom: 1.8rem;
        font-weight: 500;
        font-size: 1.1rem;
    }
    .chart-container {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        gap: 1.8rem;
        height: 160px;
        width: 100%;
        padding-top: 20px;
    }
    .chart-bar {
        width: 55px;
        background: linear-gradient(to top, #5d70ff, #9b6dff);
        border-radius: 12px 12px 6px 6px;
        transform-origin: bottom;
        animation: growBar 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards;
        transform: scaleY(0);
        display: flex;
        justify-content: center;
        position: relative;
        box-shadow: 0 0 6px rgba(93,112,255,0.5);
    }
    .chart-bar span {
        position: absolute;
        bottom: -26px;
        font-size: 0.75rem;
        color: #b0b0e0;
        font-weight: 500;
    }

    /* Keyframe Animations */
    @keyframes fadeSlideUp {
        from {
            opacity: 0;
            transform: translateY(12px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    @keyframes scaleIn {
        from {
            opacity: 0;
            transform: scale(0.8);
        }
        to {
            opacity: 1;
            transform: scale(1);
        }
    }
    @keyframes bounceDot {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-5px); }
    }
    @keyframes growBar {
        from { transform: scaleY(0); }
        to { transform: scaleY(1); }
    }

    /* Responsive */
    @media (max-width: 992px) {
        .features-showcase-grid {
            grid-template-columns: 1fr;
            gap: 2rem;
        }
        .feature-preview-panel {
            height: 420px;
        }
        .showcase-header h2 {
            font-size: 2rem;
        }
    }
    @media (max-width: 640px) {
        .features-showcase-section {
            padding: 60px 0;
        }
        .feature-item {
            padding: 1rem 1.2rem;
        }
        .chart-container {
            gap: 0.8rem;
        }
        .chart-bar {
            width: 40px;
        }
    }