

        .sakti {
            font-family: 'Arial', sans-serif;
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            padding: 20px;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .containerr {
           /* max-width: 900px;*/
           width: 100%;
            background: white;
            border-radius: 15px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            padding: 40px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .containerr::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, #ff6b35, #f7931e, #4dabf7, #69db7c);
        }

        .main-headingg {
            font-size: 3.5rem;
            font-weight: bold;
            margin-bottom: 20px;
            background: linear-gradient(45deg, #ff6b35, #f7931e);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
        }

        .sub-headingg {
            font-size: 2.8rem;
            font-weight: bold;
            color: #e03131;
            margin-bottom: 30px;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
        }

        .descriptionn {
            font-size: 1.2rem;
            line-height: 1.6;
            color: #333;
            margin-bottom: 25px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .highlight-text {
            color: #e03131;
            font-weight: bold;
        }

        .blue-text {
            color: #4dabf7;
            font-weight: bold;
        }

        .strategy-text {
            font-size: 1.3rem;
            font-weight: bold;
            color: #e03131;
            margin: 30px 0;
            padding: 20px;
            background: linear-gradient(135deg, #fff5f5, #ffe8e8);
            border-left: 5px solid #e03131;
            border-radius: 10px;
        }

        .cta-text {
            font-size: 1.4rem;
            font-weight: bold;
            color: #000;
            margin: 30px 0;
            padding: 20px;
            background: linear-gradient(135deg, #f0f8ff, #e3f2fd);
            border-radius: 10px;
            border: 2px solid #4dabf7;
        }

        .scores-section {
            margin-top: 40px;
            padding: 30px;
            background: linear-gradient(135deg, #f8f9fa, #e9ecef);
            border-radius: 15px;
            border: 2px solid #dee2e6;
        }

        .score-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 20px 0;
            padding: 15px;
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .subject-name {
            font-size: 1.4rem;
            font-weight: bold;
            color: #4dabf7;
        }

        .scores {
            font-size: 1.3rem;
            font-weight: bold;
        }

        .score-number {
            margin: 0 5px;
            padding: 8px 12px;
            border-radius: 8px;
            color: white;
            display: inline-block;
            min-width: 50px;
        }

        .score-327 { background: #a2a5a9; }
        .score-334 { background: #a2a5a9; }
        .score-349 { background: #e03131; }
        .score-345 { background: #a2a5a9; }
        .score-322 { background: #a2a5a9; }
        .score-352 { background: #e03131; }
        .score-342 { background: #a2a5a9; }
        .score-348 { background: #a2a5a9; }

        .achievement-badge {
            position: absolute;
            top: 20px;
            right: 20px;
            background: linear-gradient(45deg, #ffd43b, #fab005);
            color: #333;
            padding: 15px;
            border-radius: 50%;
            font-weight: bold;
            font-size: 0.9rem;
            text-align: center;
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0% { transform: scale(1); }
            50% { transform: scale(1.05); }
            100% { transform: scale(1); }
        }

        .mentor-highlight {
            background: linear-gradient(135deg, #fff3cd, #ffeaa7);
            padding: 25px;
            border-radius: 15px;
            margin: 25px 0;
            border-left: 5px solid #f7931e;
        }

        @media (max-width: 768px) {
            .main-headingg {
                font-size: 2.5rem;
            }
            
            .sub-headingg {
                font-size: 2rem;
            }
            
            .containerr {
                padding: 20px;
                margin: 10px;
            }
            
            .score-row {
                flex-direction: column;
                gap: 10px;
            }
            
            .achievement-badge {
                position: static;
                margin: 20px auto;
                width: fit-content;
            }
        }
        
  /*testimonial css*/       
      .testt{
          font-family: 'Arial', sans-serif;
            background: linear-gradient(135deg, #07294d, #07294d);
            color: white;
            min-height: 100vh;
            padding: 20px;
      }  
     .containert {
            max-width: 1400px;
            margin: 0 auto;
            
        }

        .main-headingt {
            text-align: center;
            font-size: 3.2rem;
            font-weight: bold;
            color: #68d391;
            margin-bottom: 40px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .video-sectiont {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 50px;
            gap: 30px;
        }

        .video-containert {
            flex: 0 0 400px;
            position: relative;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.3);
        }

        .video-thumbnailt {
            width: 100%;
            height: 250px;
            background: linear-gradient(135deg, #2d3748, #4a5568);
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 15px;
        }

        .play-buttont {
            width: 80px;
            height: 80px;
            background: #e53e3e;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: transform 0.3s ease;
        }

        .play-buttont:hover {
            transform: scale(1.1);
        }

        .play-buttont::after {
            content: '';
            width: 0;
            height: 0;
            border-left: 25px solid white;
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            margin-left: 5px;
        }

        .sapiens-badget {
            position: absolute;
            top: 15px;
            left: 15px;
            background: #f56565;
            color: white;
            padding: 8px 15px;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: bold;
        }

        .video-infot {
            position: absolute;
            bottom: 15px;
            left: 15px;
            right: 15px;
        }

        .video-titlet {
            font-size: 1rem;
            font-weight: bold;
            color: white;
            margin-bottom: 5px;
        }

        .video-subtitlet {
            font-size: 0.9rem;
            color: #cbd5e0;
        }

        .classroom-badget {
            position: absolute;
            bottom: 15px;
            right: 15px;
            background: #ecc94b;
            color: #1a202c;
            padding: 5px 12px;
            border-radius: 15px;
            font-size: 0.8rem;
            font-weight: bold;
        }

        .video-descriptiont {
            flex: 1;
        }

        .featured-namet {
            font-size: 2.5rem;
            font-weight: bold;
            color: #63b3ed;
            margin-bottom: 20px;
        }

        .description-textt {
            font-size: 1.3rem;
            line-height: 1.6;
            color: white;
        }

        .testimonials-gridt {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 25px;
            margin-top: 40px;
        }

        .testimonial-cardt {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 20px;
            padding: 25px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            transition: transform 0.3s ease;
        }

        .testimonial-cardt:hover {
            transform: translateY(-5px);
        }

        .student-headert {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

        .student-photot {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: linear-gradient(135deg, #667eea, #764ba2);
            margin-right: 20px;
            border: 3px solid white;
        }

        .student-infot h3 {
            font-size: 1.1rem;
            font-weight: bold;
            color: white;
            margin-bottom: 5px;
        }

        .student-infot p {
            font-size: 0.9rem;
            color: #cbd5e0;
            margin-bottom: 3px;
        }

        .starst {
            display: flex;
            margin-bottom: 15px;
        }

        .star {
            color: #ecc94b;
            font-size: 1.2rem;
            margin-right: 3px;
        }

        .achievement-boxt {
            background: rgba(0, 0, 0, 0.2);
            padding: 15px;
            border-radius: 10px;
            margin-bottom: 15px;
            text-align: center;
        }

        .rank-textt {
            font-size: 1.2rem;
            font-weight: bold;
            color: #68d391;
        }

        .subject-textt {
            font-size: 0.95rem;
            color: #cbd5e0;
            margin-top: 5px;
        }

        .score-highlightt {
            color: #f56565;
            font-weight: bold;
            font-size: 1.1rem;
        }

        .testimonial-textt {
            font-size: 0.95rem;
            line-height: 1.5;
            color: #e2e8f0;
            font-style: italic;
        }

        .quote-markst {
            font-size: 2rem;
            color: #63b3ed;
            opacity: 0.5;
        }

        @media (max-width: 1200px) {
            .video-sectiont {
                flex-direction: column;
                text-align: center;
            }
            
            .video-containert {
                flex: none;
                max-width: 500px;
            }
            
            .testimonials-gridt {
                grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
                gap: 20px;
            }
        }

        @media (max-width: 768px) {
            .main-headingt {
                font-size: 2.2rem;
            }
            
            .featured-namet {
                font-size: 2rem;
            }
            
            .description-textt {
                font-size: 1.1rem;
            }
            
            .testimonials-gridt {
                grid-template-columns: 1fr;
            }
            
            .testimonial-cardt {
                padding: 20px;
            }
        }   
        