 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Georgia', 'Times New Roman', serif;
            line-height: 1.6;
            color: #2c3e50;
            background-color: #ffffff;
        }

        /* Header */
        header {
            background-color: #1a1a1a;
            color: #ffffff;
            padding: 2rem 0;
            text-align: center;
        }

        .logo {
            font-size: 2.5rem;
            font-weight: 300;
            letter-spacing: 0.15em;
            margin-bottom: 0.5rem;
        }

        .tagline {
            font-size: 1rem;
            font-weight: 300;
            opacity: 0.9;
            font-style: italic;
        }
		
		

        /* Container */
        .container {
            max-width: 900px;
            margin: 0 auto;
            padding: 0 2rem;
        }
		
		
		/* Hero Section */
        .hero-section {
            padding: 4rem 0 3rem;
            text-align: center;

        }

        .hero-section h1 {
            font-size: 2.5rem;
            font-weight: 400;
            margin-bottom: 1rem;
            color: #1a1a1a;
        }
		
        /* Hero Section2 */
        .hero2-section {
            padding: 1rem 0 1rem;
            text-align: center;
        }

        .hero2-section h1 {
            font-size: 2.5rem;
            font-weight: 400;
            margin-bottom: 1rem;
            color: #1a1a1a;
        }		

        /* Content Sections */
        .content-section {
            padding: 3rem 0;
            border-bottom: 1px solid #e0e0e0;
        }

        .content-section:last-of-type {
            border-bottom: none;
        }
		/*   border-bottom: 1px solid #e0e0e0; */ 
		
		
        .content-section h2 {
            font-size: 1.8rem;
            font-weight: 400;
            margin-bottom: 1.5rem;
            color: #1a1a1a;
        }

        .content-text {
            font-size: 1.05rem;
            line-height: 1.6;
            color: #4a4a4a;
            margin-bottom: 1.5rem;
			text-align: justify;
			text-justify: inter-word;
        }

        .intro-quote {
            background-color: #f8f8f8;
            padding: 1.5rem;
            border-left: 3px solid #1a1a1a;
            font-style: italic;
            color: #4a4a4a;
            margin: 2rem 0;
            line-height: 1.8;
        }
		

        /* Welcome Section */
        .welcome-section {
            padding: 4rem 0;
            border-bottom: 1px solid #e0e0e0;
        }

        .welcome-section h1 {
            font-size: 2rem;
            font-weight: 400;
            margin-bottom: 1.5rem;
            color: #1a1a1a;
        }

        .welcome-text {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #4a4a4a;
            margin-bottom: 1rem;
			text-align: justify;
        }

        /* Series Section */
        .series-section {
            padding: 4rem 0;
        }

        .series-section h2 {
            font-size: 1.8rem;
            font-weight: 400;
            margin-bottom: 2rem;
            color: #1a1a1a;
            
			text-align: justify;
        }

        .series-description {
            font-size: 1.05rem;
            line-height: 1.8;
            color: #4a4a4a;
            margin-bottom: 2rem;
			text-align: justify;
        }

        .workbooks-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 1.5rem;
            margin-top: 3rem;
        }

        .workbook-card {
            padding: 1.5rem;
            background-color: #f8f8f8;
            border-left: 3px solid #1a1a1a;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .workbook-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }

        .workbook-number {
            font-size: 0.9rem;
            color: #888;
            margin-bottom: 0.5rem;
        }

        .workbook-title {
            font-size: 1.1rem;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 0.5rem;
        }

        .workbook-subtitle {
            font-size: 0.95rem;
            color: #666;
            font-style: italic;
        }


       /* Contact Section */
        .contact-section {
            text-align: center;
            padding: 3rem 0;
            background-color: #f8f8f8;
        }

        .contact-label {
            font-size: 1.1rem;
            color: #1a1a1a;
            margin-bottom: 1rem;
            font-weight: 400;
        }

        .contact-email {
            font-size: 1.3rem;
            color: #1a1a1a;
            text-decoration: none;
            border-bottom: 2px solid #1a1a1a;
            padding-bottom: 0.2rem;
            transition: opacity 0.3s ease;
        }

        .contact-email:hover {
            opacity: 0.7;
        }


        /* CTA Button */
        .cta-section {
            text-align: center;
            padding: 3rem 0;
        }

        .cta-button {
            display: inline-block;
            padding: 1rem 3rem;
            background-color: #1a1a1a;
            color: #ffffff;
            text-decoration: none;
            font-size: 1.1rem;
            font-weight: 400;
            letter-spacing: 0.05em;
            transition: background-color 0.3s ease, transform 0.2s ease;
            border: none;
            cursor: pointer;
        }

        .cta-button:hover {
            background-color: #777777;
            transform: translateY(-2px);
        }


		/* CTA2 Button */
        .cta2-section {
            text-align: center;
            padding: 2rem 0;
        }

        .cta2-button {
            display: inline-block;
            padding: 1rem 2rem;
            background-color: #ffffff;
            color: #1a1a1a;
            text-decoration: none;
            font-size: 1.2rem;
            font-weight: 400;
            
            transition: background-color 0.3s ease, transform 0.2s ease;
            border: none;
            cursor: pointer;
        }

        .cta2-button:hover {
            background-color: #333333;
			color: #ffffff;
            transform: translateY(-2px);
        }
		
		
		/* CTA3 Button */
        .cta3-section {
            text-align: center;
            padding: 2rem 0;
        }

        .cta3-button {
            display: inline-block;
            padding: 1rem 2rem;
            background-color: #000fff;
            color: #ffffff;
            text-decoration: none;
            font-size: 1.4rem;
            font-weight: 400;
            
            transition: background-color 0.3s ease, transform 0.2s ease;
            border: none;
            cursor: pointer;
        }

        .cta3-button:hover {
            background-color: #ffffff;
			color: #000fff;
            transform: translateY(-2px);
        }		
		
		
		
		
		/* Hero Enhancements for Conversion */
		.hero-subtext {
			font-size: 1.15rem;
			line-height: 1.7;
			color: #4a4a4a;
			margin: 1.5rem auto 2rem;
			max-width: 800px;
		}

		.hero-cta {
			margin-top: 2.5rem;
		}

		.cta-subtext {
			font-size: 0.95rem;
			color: #666;
			margin-top: 1rem;
			font-style: italic;
		}

		/* Value Boxes */
		.value-boxes {
			display: grid;
			grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
			gap: 2rem;
			margin-top: 2.5rem;
		}

		.value-box {
			padding: 2rem;
			background-color: #f8f8f8;
			border-left: 3px solid #1a1a1a;
		}

		.value-box h3 {
			font-size: 1.2rem;
			font-weight: 600;
			color: #1a1a1a;
			margin-bottom: 1rem;
		}

		.value-box p {
			font-size: 1rem;
			line-height: 1.6;
			color: #4a4a4a;
		}




		/* Responsive adjustments for value boxes */
		@media (max-width: 768px) {
			.value-boxes {
				grid-template-columns: 1fr;
			}
			
			.hero-subtext {
				font-size: 1.05rem;
			}
		}
		
		
		

        /* Footer */
        footer {
            background-color: #1a1a1a;
            color: #ffffff;
            padding: 2rem 0;
            margin-top: 4rem;
			align-items: center;
        }

        .footer-content {
            display: flex;
			text-align: justify;
            justify-content: space-evenly;
            align-items: center;
            flex-wrap: wrap;
            gap: 1rem;
        }

        .footer-links {
            display: flex;
            gap: 2rem;
        }

        .footer-links a {
            color: #ffffff;
            text-decoration: none;
            font-size: 0.95rem;
            opacity: 0.8;
            transition: opacity 0.3s ease;
        }

        .footer-links a:hover {
            opacity: 1;
            text-decoration: underline;
        }

        .copyright {
            font-size: 0.9rem;
            opacity: 0.5;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .logo {
                font-size: 2rem;
            }

            .welcome-section h1 {
                font-size: 1.6rem;
            }

            .series-section h2 {
                font-size: 1.5rem;
            }

            .workbooks-grid {
                grid-template-columns: 1fr;
            }

            .footer-content {
                flex-direction: column;
                text-align: center;
            }

            .footer-links {
                flex-direction: column;
                gap: 1rem;
            }
        }