
    /* Responsive adjustments */
    @media (max-width: 768px) {
         .top-bar {
            padding: 20px 0;
            text-align:center;
        }
        
        .top-bar .container > div {
            flex-direction: column;
        }
        
        .top-contact-info, .top-auth-links {
            margin-bottom:5px;
        }
        
        .top-bar a {
            display:block;
            margin:20px 0;
        }
        
        .btn-register {
            display: inline-block;
            margin-top:5px;
        }
        
        .subject-card, .feature-box {
            margin-bottom: 15px;
        }
    }
        .navbar {
            background-color: #060270;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            margin-top: 10px;
        }
        .navbar-brand img {
            height: 70px;
        }
        .nav-link {
            color: #FE9900;
            font-weight: 500;
        }
        
        .copyright {
            border-top: 1px solid white;
            padding-top: 15px;
            margin-top: 10px;
            text-align: center;
        }
        .section-title {
            color: #003366;
            margin-bottom: 30px;
            position: relative;
            padding-bottom: 15px;
        }
        .section-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background-color: #ff9900;
        }
        .btn-primary {
            background-color: #003366;
            border-color: #003366;
        }
        .btn-outline-primary {
            color: #003366;
            border-color: #003366;
        }
        .btn-outline-primary:hover {
            background-color: #003366;
            color: white;
        }
        
       
        .body {
            font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
            color:black;
            overflow-x: hidden;
            line-height: 1.6;
        }
        
        
        
        /* Hero Section */
        .pearson-hero {
            background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('https://images.pexels.com/photos/1370296/pexels-photo-1370296.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 120px 0;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .pearson-hero:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(122, 14, 238, 0.3) 0%, rgba(238, 14, 130, 0.3) 100%);
            z-index: 0;
        }
        
        .pearson-hero .container {
            position: relative;
            z-index: 1;
        }
        
        .pearson-badge {
            display: inline-block;
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
            color: white;
            padding: 8px 20px;
            border-radius: 30px;
            font-weight: 600;
            font-size: 0.9rem;
            margin-bottom: 20px;
            text-transform: uppercase;
            letter-spacing: 1px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }
        
        .pearson-hero h1 {
            font-size: 2.8rem;
            font-weight: 800;
            margin-bottom: 20px;
            line-height: 1.2;
        }
        
        .pearson-hero p {
            font-size: 1.25rem;
            margin-bottom: 30px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
            opacity: 0.9;
        }
        
        .pearson-hero .btn {
            padding: 12px 30px;
            border-radius: 30px;
            font-weight: 600;
            margin: 0 10px 10px;
            transition: var(--transition);
        }
        
        .pearson-hero .btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        }
        
        /* Section Styling */
        .section-title {
            font-size: 2.4rem;
            font-weight: 700;
            margin-bottom: 20px;
            color: var(--dark-text);
            position: relative;
        }
        
        .section-title:after {
            content: '';
            display: block;
            width: 60px;
            height: 4px;
            background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
            margin-top: 10px;
            border-radius: 2px;
        }
        
        .alternating-section {
            padding: 100px 0;
        }
        
        .alternating-section:nth-child(even) {
            background-color: var(--light-bg);
        }
        
        .banner-img {
            border-radius: 12px;
            box-shadow: var(--card-shadow);
            transition: var(--transition);
            overflow: hidden;
            aspect-ratio: 16/9;
            object-fit: cover;
        }
        
        .banner-img:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
        }
        
        /* Subject Cards Styling */
        .subject-card {
            height: 100%;
            display: flex;
            flex-direction: column;
            transition: var(--transition);
            margin-bottom: 20px;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: var(--card-shadow);
            border: none;
            background:#FFF8DC;
        }
        
        .subject-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
        }
        
        .subject-category {
            font-weight: 700;
            font-size: 1.1rem;
            color: var(--primary-color);
            margin-bottom: 15px;
            padding-bottom: 8px;
            border-bottom: 2px solid #f0f0f0;
            display: flex;
            align-items: center;
        }
        
        .subject-card .card-body {
            padding: 25px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }
        
        .subject-card ul {
            flex-grow: 1;
        }
        
        .subject-card li {
            padding: 8px 0;
            display: flex;
            align-items: center;
            transition: var(--transition);
        }
        
        .subject-card li:hover {
            color: var(--primary-color);
            transform: translateX(5px);
        }
        
        /* Why Choose Cards Styling */
        .feature-section {
            padding: 100px 0;
            background-color:#FFF8DC;
        }
        
        .feature-box {
            height: 100%;
            padding: 30px;
            margin-bottom: 20px;
            background: #e0ccff;
            border-radius: 12px;
            box-shadow: var(--card-shadow);
            transition: var(--transition);
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .feature-box:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
            transform: scaleX(0);
            transform-origin: left;
            transition: var(--transition);
        }
        
        .feature-box:hover:before {
            transform: scaleX(1);
        }
        
        .feature-box:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
        }
        
        .feature-icon {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            color: #ff9933;
            font-size: 28px;
            transition: var(--transition);
        }
        
        .feature-box:hover .feature-icon {
            transform: scale(1.1) rotate(5deg);
        }
        
        .feature-box h3 {
            font-size: 1.3rem;
            margin-bottom: 15px;
            color: var(--dark-text);
            font-weight: 600;
        }
        
        .feature-box p {
            color: var(--light-text);
            line-height: 1.6;
        }
        
        /* Testimonial Cards */
        .testimonial-card {
            background:#ccffdd;
            padding: 30px;
            border-radius: 12px;
            box-shadow: var(--card-shadow);
            height: 100%;
            transition: var(--transition);
            position: relative;
        }
        
        .testimonial-card:before {
            content: """;
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 5rem;
            color: var(--primary-color);
            opacity: 0.1;
            font-family: Georgia, serif;
            line-height: 1;
        }
        
        .testimonial-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
        }
        
        .testimonial-quote {
            font-style: italic;
            color: var(--light-text);
            position: relative;
            padding: 0 0 0 20px;
            border-left: 3px solid var(--primary-color);
        }
        
        /* Qualification Level Tabs */
        .qualification-tabs {
            margin: 40px 0;
            border-bottom: 1px solid #eee;
        }
        
        .qualification-tab {
            padding: 15px 30px;
            background: #F0FFFF;
            border: none;
            border-bottom: 3px solid transparent;
            font-weight: 600;
            color: var(--light-text);
            transition: var(--transition);
            cursor: pointer;
        }
        
        .qualification-tab.active {
            color: var(--primary-color);
            border-bottom: 3px solid var(--primary-color);
        }
        
        .qualification-tab:hover:not(.active) {
            color: var(--secondary-color);
        }
        
        .qualification-content {
            display: none;
            padding: 30px;
            background: #F0FFFF;
            border-radius: 12px;
            box-shadow: var(--card-shadow);
        }
        
        .qualification-content.active {
            display: block;
            animation: fadeIn 0.5s ease;
        }
        
        /* Enquiry Form Styling */
        .enquiry-container {
            display: flex;
            background: #F0FFFF;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: var(--card-shadow);
        }
        
        .enquiry-form {
            flex: 1;
            padding: 40px;
        }
        
        .form-banner {
            flex: 0 0 40%;
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
            color: white;
            padding: 40px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .form-banner:before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
            transform: rotate(30deg);
        }
        
        .form-banner > * {
            position: relative;
            z-index: 1;
        }
        
        .form-banner img {
            max-width: 100%;
            border-radius: 8px;
            margin-top: 20px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }
        
        .form-group {
            margin-bottom: 25px;
        }
        
        .form-group label {
            font-weight: 500;
            margin-bottom: 8px;
            color: var(--dark-text);
            display: block;
        }
        
        .form-control {
            padding: 14px 16px;
            border: 1px solid #e1e1e1;
            border-radius: 8px;
            transition: var(--transition);
            font-size: 1rem;
        }
        
        .form-control:focus {
            border-color: var(--primary-color);
            box-shadow: 0 0 0 0.2rem rgba(122, 14, 238, 0.25);
        }
        
        /* Subject Checkbox Styling */
        .subject-checkbox-group {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 12px;
            margin-top: 10px;
        }
        
        .subject-checkbox {
            display: flex;
            align-items: center;
            padding: 12px;
            background:white;
            border-radius: 8px;
            transition: var(--transition);
            cursor: pointer;
        }
        
        .subject-checkbox:hover {
            background:#FFF8DC;
            transform: translateY(-2px);
        }
        
        .subject-checkbox input[type="checkbox"] {
            margin-right: 10px;
            cursor: pointer;
        }
        
        /* Footer Styling */
        .footer {
             background-color: #060270;
            color: white;
            padding: 20px 0 20px;
        }
        
        .footer h5 {
            font-weight: 600;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 10px;
            color: #ff9900;
            
        }
        
        .footer h5:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 30px;
            height: 2px;
            background: var(--primary-color);
        }
        
        .footer-links li {
            margin-bottom: 12px;
        }
        
        .footer-links a {
            color: #ddd;
            text-decoration: none;
            transition: var(--transition);
        }
        
        .footer-links a:hover {
            color: #ff9900;
            transform: translateX(5px);
        }
        
        .contact-info li {
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }
        
        .contact-info i {
            margin-right: 10px;
            color: var(--primary-color);
        }
        
        .social-icons a {
            display: inline-block;
            width: 40px;
            height: 40px;
            background: rgba(255,255,255,0.1);
            border-radius: 50%;
            text-align: center;
            line-height: 40px;
            color: white;
            margin-right: 10px;
            transition: var(--transition);
        }
        
        .social-icons a:hover {
            background: var(--primary-color);
            transform: translateY(-5px);
        }
        
        /* Animations */
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .animate-fadeIn {
            opacity: 0;
            animation: fadeIn 1s ease forwards;
        }
        
        .delay-1 { animation-delay: 0.2s; }
        .delay-2 { animation-delay: 0.4s; }
        .delay-3 { animation-delay: 0.6s; }
        
        /* Progress Scroll Indicator */
        .progress-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: transparent;
            z-index: 9999;
        }
        
        .progress-bar {
            height: 4px;
            background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
            width: 0%;
            transition: width 0.2s ease;
        }
        
        /* Back to Top Button */
        .back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            background: var(--primary-color);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            opacity: 0;
            visibility: hidden;
            transition: var(--transition);
            z-index: 999;
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }
      
        .back-to-top.show {
            opacity: 1;
            visibility: visible;
        }
        
        .back-to-top:hover {
            background: var(--accent-color);
            transform: translateY(-5px);
        }
        
        /* International Badge */
        .international-badge {
            display: inline-flex;
            align-items: center;
            background: white;
            color: var(--dark-text);
            padding: 8px 15px;
            border-radius: 20px;
            font-weight: 600;
            font-size: 0.8rem;
            margin-bottom: 15px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        }
        
        .international-badge i {
            color: var(--primary-color);
            margin-right: 8px;
        }
        
        /* Pearson Levels Section */
        .levels-section {
            padding: 80px 0;
            background: linear-gradient(to bottom, #f9f9ff, #ffffff);
        }
        
        .level-card {
            background: #F0FFFF;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: var(--card-shadow);
            transition: var(--transition);
            height: 100%;
        }
        
        .level-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
        }
        
        .level-img {
            height: 200px;
            overflow: hidden;
        }
        
        .level-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: var(--transition);
        }
        
        .level-card:hover .level-img img {
            transform: scale(1.05);
        }
        
        .level-content {
            padding: 25px;
        }
        
        .level-badge {
            display: inline-block;
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
            color: white;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 600;
            margin-bottom: 15px;
        }
        
        /* Responsive adjustments */
        @media (max-width: 1200px) {
            .pearson-hero h1 {
                font-size: 2.8rem;
            }
        }
        
        @media (max-width: 992px) {
            .enquiry-container {
                flex-direction: column;
            }
            
            .form-banner {
                order: -1;
                padding: 30px;
            }
            
            .subject-checkbox-group {
                .grid-template-columns: 1fr;
            }
            
            .pearson-hero h1 {
                font-size: 2.5rem;
            }
            
            .section-title {
                font-size: 2rem;
            }
        }
        
        @media (max-width: 768px) {
           
            
            .section-title {
                font-size: 1.8rem;
            }
            
            .pearson-hero {
                padding: 80px 0;
            }
            
            .pearson-hero h1 {
                font-size: 2.2rem;
            }
            
            .pearson-hero p {
                font-size: 1.1rem;
            }
            
            .alternating-section {
                padding: 70px 0;
                color:#F0FFFF;
            }
            
            .feature-section {
                padding: 70px 0;
            }
            
            .international-badge {
                font-size: 0.7rem;
            }
        }
        
        @media (max-width: 576px) {
            .pearson-hero h1 {
                font-size: 1.8rem;
            }
            
            .pearson-hero .btn {
                display: block;
                width: 100%;
                margin: 10px 0;
            }
            
            .section-title {
                font-size: 1.6rem;
            }
            
            .enquiry-form {
                padding: 25px;
            }
		}