﻿        :root {
            --primary: #FF741F;
            --secondary: #1E3A8A;
            --light: #F1F5F9;
            --dark: #1F2937;
        }

        /* global safety */
        html,
        body {
            overflow-x: hidden;
        }

        /* mobile AOS safety */
        @media (max-width: 767px) {

            [data-aos="fade-left"],
            [data-aos="fade-right"] {
                transform: translateY(30px) !important;
            }
        }

        body {
            font-family: 'Poppins', sans-serif;
            color: var(--dark);
        }

        /* common */
        .section {
            padding: 70px 0;
        }

        .btn-primary {
            background: var(--primary);
            border-color: var(--primary);
        }

        .btn-primary:hover {
            background: var(--primary);
        }

        .social a i {
            font-size: 18px;
        }

        .navbar {
            padding: 18px 0;
        }

        /* navbar link base */

        .navbar-nav .nav-link {
            font-size: 16px;
            color: var(--secondary);
            padding: 14px 0 14px 40px !important;
            transition: color 0.2s ease;
        }

        /* hover */
        .navbar-nav .nav-link:hover {
            color: var(--primary);
        }

        /* ACTIVE LINK */
        .navbar-nav .nav-link.active {
            color: var(--primary);
            font-weight: 600;
        }


        /* Hero */
        #hero {
            padding: 40px 0;
            background: linear-gradient(90deg, var(--secondary), #ffffff);
            color: var(--light);
        }

        .heropara {
            color: var(--primary);
            font-size: 16px;
            font-weight: bold;
        }

        /* wrapper = ONE pill */
        .cta-pill {
            display: inline-flex;
            align-items: center;
        }

        /* left (orange) */
        .cta-call {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 8px 18px;
            background: var(--primary);
            color: var(--light);
            text-decoration: none;
            font-size: 16px;
            font-weight: 600;
            border-radius: 15px 0 0 15px;
        }

        /* right (white) */
        .cta-demo {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 8px 18px;
            background: #fff;
            color: var(--primary);
            text-decoration: none;
            font-size: 16px;
            font-weight: 600;
            border-radius: 0 15px 15px 0;
        }

        /* icons */
        .cta-pill i {
            font-size: 22px;
            line-height: 1;
            flex-shrink: 0;
        }

        /* hover (optional, subtle) */
        .cta-call:hover {
            background: var(--primary);
            color: #fff;
        }

        .cta-demo:hover {
            background: #f8f9fb;
            color: var(--primary);
        }


        .used-by {
            margin-top: -50px;
            /* Overlap effect ke liye */
            position: relative;
            z-index: 10;
        }

        /* Main White Card Container */
        .main-card {
            background: #fff;
            border-radius: 15px;
            /* Thoda zyada round corners */
        }

        /* Left Orange Section */
        .bg-orange {
            background-color: var(--primary);
            /* Exact Orange color */
            color: #fff;
        }

        .used-label-text {
            font-weight: 700;
            font-size: 24px;
            padding: 20px 60px;
        }

        /* Right Stats Styling */
        .stat-count {
            font-weight: 800;
            font-size: 1.1rem;
            color: #000;
        }

        .stat-label {
            font-size: 0.9rem;
            color: #555;
        }

        /* Image/Icon size */
        .used-img {
            width: 50px;
            /* Thoda bada kiya hai image ke according */
            height: auto;
            object-fit: contain;
        }

        /* Responsive adjustments */
        @media (max-width: 991px) {
            .used-by {
                margin-top: 20px;
            }

            .used-label-text {
                padding: 10px 0;
            }
        }






        #usp {
            /* dark bg like screenshot */
            padding: 30px 0;
        }

        .section-title {
            color: var(--secondary);
            font-weight: 700;
            line-height: 1.25;
            margin-bottom: 8px;
        }

        .section-sub {
            color: #7c7c7c;
            margin-bottom: 22px;
        }

        .usp-title {
            color: var(--secondary);
            font-weight: 700;
            margin-bottom: 40px;
            text-align: center;
        }

        /* USP cards */
        .usp-card {
            background: var(--primary);
            color: #fff;
            border-radius: 14px;
            padding: 18px 25px;
            display: flex;
            align-items: center;
            gap: 12px;
            height: 100%;
        }

        .usp-icon {
            width: 80px;
            height: 80px;
            background: #fff;
            border-radius: 50%;
            padding: 6px;
            display: flex;
            align-items: center;
            /* vertical center */
            justify-content: center;
            /* horizontal center */
            flex-shrink: 0;
        }

        .usp-icon img {
            width: 50px;
        }

        .usp-card h6 {
            font-size: 15px;
            font-weight: 600;
            margin-bottom: 4px;
        }

        .usp-card p {
            font-size: 13px;
            line-height: 1.3;
            margin: 0;
        }


        /* Form card */
        .demo-form-card {
            background: #fff;
            border-radius: 18px;
            padding: 28px;
            box-shadow: 0 20px 50px rgba(0, 0, 0, .15);
        }

        .text-blue {
            color: var(--secondary);
        }

        .text-orange {
            color: var(--primary);
        }

        .form-label {
            font-size: 14px;
            color: var(--secondary);
            font-weight: bold;
        }

        .form-control {
            height: 42px;
        }

        .form-note {
            font-size: 13px;
            color: #666;
        }

        /* Button */
        .btn-orange {
            background: var(--primary);
            color: #fff;
            border: none;
            border-radius: 22px;
            padding: 10px 0;
            font-weight: 600;
        }

        .btn-orange:hover {
            background: var(--primary);
        }



        /* Button */
        #about-module {
            background: #ffffff;
            padding: 40px 0;
        }

        .about-card {
            background: #fff;
            border-radius: 20px;
            padding: 50px 30px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
        }

        .about-title {
            color: #1E3A8A;
            font-weight: 700;
            margin-bottom: 14px;
        }

        .about-highlight {
            color: var(--primary);
            font-weight: 600;
            margin-bottom: 14px;
        }

        .about-subtitle {
            color: var(--primary);
            font-weight: 600;
            margin: 28px 0 10px;
        }

        .about-card p {
            color: #2d2d2d;
            font-size: 14px;
            margin-bottom: 12px;
        }

        .about-list {
            padding-left: 0;
            list-style: none;
        }

        .about-list li {
            margin-bottom: 14px;
            color: #2d2d2d;
            line-height: 1.6;
        }

        .btn-orange {
            background: var(--primary);
            color: #fff;
            border: none;
            border-radius: 28px;
            padding: 12px 36px;
            font-weight: 600;
            transition: all .25s ease;
        }

        .btn-orange:hover {
            background: var(--primary);
            transform: translateY(-2px);
        }



        /* Modules */
        .modules-section {
            padding: 25px 0;
        }

        .modules-title {
            color: var(--secondary);
            font-weight: 700;
        }

        .module-card {
            background: var(--secondary);
            border-radius: 14px;
            padding: 24px 16px;
            text-align: center;
            height: 100%;
            box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
            cursor: pointer;
            transition: transform .25s ease, box-shadow .25s ease;
        }

        .module-card img {
            width: 48px;
            margin-bottom: 14px;
        }

        .module-card p {
            color: #fff;
            font-size: 15px;
            font-weight: 500;
            line-height: 1.3;
            margin: 0;
        }

        .module-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, .25);
            background: var(--primary);
        }

        .btn-orange {
            background: var(--primary);
            color: #fff;
            border: none;
            border-radius: 30px;
            padding: 12px 40px;
            font-weight: 600;
        }

        .btn-orange:hover {
            background: var(--primary);
        }

        /* Flip animation ke time ORANGE */
        [data-aos="flip-right"]:not(.aos-animate) .module-card {
            background: var(--primary);
        }



        /* Priceing */
        .pricing-section {
            background: #f5f6f7;
            padding: 40px 0;
        }

        .pricing-title {
            font-weight: 700;
            color: var(--secondary);
        }

        .pricing-title span {
            color: var(--primary);
        }

        .price-card {
            background: #fff;
            border-radius: 14px;
            padding: 28px 26px;
            height: 100%;
            box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
            position: relative;
        }

        .price-card.popular {
            box-shadow: 0 20px 45px rgba(0, 0, 0, .18);
        }

        .badge-popular {
            position: absolute;
            top: 16px;
            right: 16px;
            background: var(--primary);
            color: #fff;
            padding: 4px 10px;
            border-radius: 14px;
            font-size: 12px;
        }

        .plan-title {
            text-align: center;
            font-weight: 600;
            margin-bottom: 16px;
        }

        .price-wrap {
            text-align: center;
            margin-bottom: 10px;
        }

        .old-price {
            color: #6c757d;
            text-decoration: line-through;
            margin-right: 8px;
        }

        .new-price {
            color: #28c76f;
            border: 2px solid var(--primary);
            padding: 4px 10px;
            border-radius: 6px;
            font-weight: 700;
        }

        .custom-title {
            text-align: center;
            font-size: 20px;
            font-weight: 600;
            color: #6c757d;
            margin: 6px 0;
        }

        .students {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            font-weight: 500;
        }

        .btn-orange {
            background: var(--primary);
            color: #fff;
            border: none;
            border-radius: 8px;
            padding: 10px 0;
            font-weight: 600;
        }

        .btn-orange:hover {
            background: var(--primary);
        }

        .includes-note {
            text-align: center;
            color: var(--primary);
            font-size: 14px;
            margin-bottom: 10px;
        }

        .features-title {
            margin-top: 16px;
            font-weight: 600;
        }

        .features-list {
            list-style: none;
            padding-left: 0;
            margin-bottom: 0;
        }

        .features-list li {
            position: relative;
            margin-bottom: 8px;
            color: #495057;
        }

        .features-list li i {
            font-size: 16px;
            color: var(--primary);
        }

        .pricing-note {
            color: #495057;
        }

        .pricing-foot {
            color: #9aa0a6;
            font-size: 13px;
        }

        /* Video  */
        .video-section {
            background: #ffffff;
            padding: 40px 0;
        }

        .video-title {
            color: var(--secondary);
            font-weight: 700;
        }

        .video-frame {
            border: 2px solid #5b5b5b;
            padding: 40px;
            background: linear-gradient(135deg, #111, #2b2b2b);
        }

        .frame-title {
            color: #fff;
            font-weight: 600;
        }

        /* video box */
        .video-wrapper {
            width: 100%;
            max-width: 360px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 20px 50px rgba(0, 0, 0, .4);
        }

        .demo-video {
            width: 100%;
            display: block;
        }

        /* play button */
        .play-btn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 70px;
            height: 70px;
            background: var(--primary);
            border-radius: 50%;
            border: none;
            cursor: pointer;
        }

        .play-btn::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-40%, -50%);
            width: 0;
            height: 0;
            border-left: 18px solid #fff;
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
        }

        /* Client */
        .clients-section {
            background: #f9f9f9;
            padding: 40px 0;
        }

        .clients-title {
            color: var(--secondary);
            font-weight: 700;
            margin-bottom: 6px;
        }

        .clients-sub {
            color: var(--primary);
            font-weight: 600;
            letter-spacing: 1px;
        }

        .client-item img {
            max-width: 110px;
            margin-bottom: 10px;
        }

        .client-item p {
            color: var(--secondary);
            font-size: 14px;
            font-weight: 500;
            margin: 0;
        }


        .clients-marquee {
            overflow: hidden;
            position: relative;
        }

        .clients-track {
            display: flex;
            gap: 40px;
            width: max-content;
            animation: marquee 25s linear infinite;
        }

        /* client card */
        .client-item {
            min-width: 180px;
            text-align: center;
        }

        .client-item img {
            max-width: 110px;
            margin-bottom: 8px;
        }

        .client-item p {
            font-size: 14px;
            font-weight: 500;
            color: var(--secondary);
            margin: 0;
        }

        /* animation */
        @keyframes marquee {
            from {
                transform: translateX(0);
            }

            to {
                transform: translateX(-50%);
            }
        }





        /* Testimonial */

        .testimonial-section {
            background: #ffffff;
            padding: 40px 0;
        }

        .testimonial-tag {
            color: var(--primary);
            font-weight: 600;
            margin-bottom: 4px;
        }

        .testimonial-title {
            color: var(--secondary);
            font-weight: 700;
        }

        .testimonial-card {
            background: #ffffff;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
            overflow: hidden;
        }

        /* LEFT */
        .testimonial-profile {
            background: #efefef;
            padding: 50px 20px;
            border-radius: 15px 0 0 15px;
        }

        .avatar {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: #e5e7eb;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .avatar img {
            width: 42px;
        }

        .name {
            font-weight: 600;
            margin-bottom: 4px;
        }

        .role {
            font-size: 14px;
            color: #6c757d;
            margin: 0;
        }

        /* RIGHT */
        .testimonial-quote {
            background: var(--secondary);
            padding: 40px;
            border-radius: 0 15px 15px 0;
        }

        .testimonial-quote p {
            color: #fff;
            font-size: 16px;
            line-height: 1.6;
            margin: 0;
        }

        .testimonial-card {
            position: relative;
            overflow: hidden;
            /* Taaki content card ke bahar na dikhe slide hote waqt */
        }

        .carousel-control-prev {
            left: -80px;
        }

        /* Agar card se bahar dikhana ho */
        .carousel-control-next {
            right: -80px;
        }

        /* Mobile ke liye buttons ko wapas andar lana */
        @media (max-width: 820px) {
            .testimonial-profile {
                border-radius: 15px 15px 0 0;
            }

            .testimonial-quote {
                border-radius: 0 0 15px 15px;
            }

            .carousel-control-prev {
                left: 0;
            }

            .carousel-control-next {
                right: 0;
            }
        }






        /* Faq */
        .faq-section {
            background: #f9f9f9;
            padding: 40px 0;
        }

        .faq-title {
            color: var(--secondary);
            font-weight: 700;
        }

        /* remove default accordion bg */
        .faq-accordion .accordion-item {
            background: transparent;
            border: 1px solid #3a3a3a;
            margin-bottom: 8px;
        }

        .faq-accordion .accordion-button {
            background: transparent;
            color: var(--secondary);
            font-weight: 500;
            padding: 16px 20px;
            box-shadow: none;
        }

        .faq-accordion .accordion-button:not(.collapsed) {
            background: transparent;
            color: var(--secondary);
        }

        .faq-accordion .accordion-body {
            color: #9aa0a6;
            line-height: 1.6;
            padding: 16px 20px;
        }

        .q-label {
            color: var(--secondary);
            font-weight: 600;
            margin-right: 6px;
        }

        /* arrow color */
        .accordion-button::after {
            filter: invert(32%) sepia(92%) saturate(500%) hue-rotate(200deg);
        }


        /* footer */


        .footer-main {
            background: var(--secondary);
            /* deep blue */
            color: #fff;
            padding-top: 30px;
        }

        .footer-logo {
            width: 250px;
            /* image ke hisaab se adjust kar sakte ho */
        }

        .footer-tagline {
            font-size: 15px;
            line-height: 1.6;
        }

        .footer-title {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 18px;
        }

        .footer-links li {
            margin-bottom: 10px;
        }

        .footer-links a {
            color: #fff;
            text-decoration: none;
            font-size: 15px;
        }



        .footer-links a:hover {
            text-decoration: underline;
        }

        .footer-newsletter .form-control {
            background: #00000054;
            border: 1px solid rgba(255, 255, 255, 0.6);
            color: #fff;
            height: 42px;
        }

        .footer-newsletter .form-control:focus {
            background: transparent;
            color: #fff;
            box-shadow: none;
            border-color: #fff;
        }

        .btn-subscribe {
            background: var(--primary);
            color: #fff;
            border: none;
            padding: 8px 18px;
            font-weight: 500;
        }

        .btn-subscribe:hover {
            background: var(--primary);
        }

        footer {
            background: var(--secondary);
            color: #fff;
        }
