<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Divine Classes</title>
    <link rel="stylesheet" href="styles.css">

    <script defer src="script.js"></script>
</head>
<body>

    <header>
        <div class="logo">
            <img src="logo.jpeg" alt="Divine Classes Logo" class="logo-img">
            <div>
                <h1>Divine Classes</h1>
                <p>Scholar's Hub Since 2005</p>
            </div>
        </div>
        <nav class="nav">
            <a href="#services">Services</a>
            <a href="#courses">Courses</a>
            <a href="#testimonials">Testimonials</a>
            <a href="#faq">FAQ</a>
            <a href="#contact">Contact</a>
        </nav>
    </header>



    <section class="hero-section">
        <h2>Welcome to Divine Classes</h2>
        <p>Your one-stop solution for quality education.</p>
        <a href="#services" class="cta-button">Explore Services</a>
    </section>

    <section class="features" id="services">
        <h2>Our Features</h2>
        <div class="features-list">
            <div class="feature-item">
                <h3>Academic Discipline</h3>
                <p>Maintaining a structured and effective learning environment.</p>
            </div>
            <div class="feature-item">
                <h3>Individual Doubt Clearance</h3>
                <p>Personalized attention to clear all your academic doubts.</p>
            </div>
            <div class="feature-item">
                <h3>Weekly Test Series</h3>
                <p>Regular assessments to track and improve performance.</p>
            </div>
            <div class="feature-item">
                <h3>Regular Revision Session</h3>
                <p>Consistent revision sessions to reinforce concepts and improve retention.</p>
            </div>
            <div class="feature-item">
                <h3>Modern Infrastructure</h3>
                <p>State-of-the-art facilities and a comfortable learning environment.</p>
            </div>
        </div>
    </section>


    <section class="courses" id="courses">
        <h2>Our Courses</h2>
        <div class="course-list">
            <div class="course-item">
                <h3>English Speaking Course</h3>
                <p>Enhance your communication skills for all age groups.</p>

            </div>

            <div class="course-item">
                <h3>Private Tuition</h3>
                <p>Get personalized coaching from experienced educators.</p>

            </div>
            <div class="course-item">
                <h3>V-X Curriculum</h3>
                <p>Specialized coaching for students in classes V-X for all subjects.</p>

            </div>
            <div class="course-item">
                <h3>ICSE</h3>
                <p>In-depth coaching for ICSE students to excel in their exams.</p>

            </div>
            <div class="course-item">
                <h3>CBSE</h3>
                <p>Tailored coaching for CBSE students to achieve academic success.</p>

            </div>
            <div class="course-item">
                <h3>SSC</h3>
                <p>Comprehensive coaching for SSC students to prepare for board exams.</p>

            </div>
        </div>
    </section>

    <section class="testimonials" id="testimonials">
        <h2>What Our Students Say</h2>
        <div class="testimonial">
            <p>"Divine Classes helped me achieve my academic goals. The tutors are amazing!"</p>
            <h4>- A Happy Student</h4>
        </div>
        <div class="testimonial">
            <p>"The study materials are very comprehensive and easy to understand."</p>
            <h4>- Another Student</h4>
        </div>
    </section>

    <section class="faq" id="faq">
        <h2>Frequently Asked Questions</h2>

        <!-- FAQ Item 1 -->
        <div class="faq-item">
            <h3 class="faq-question">What courses do you offer?</h3>
            <p class="faq-answer">We offer a variety of courses, including science, mathematics, language learning, and preparation for competitive exams.</p>
        </div>

        <!-- FAQ Item 3 -->
        <div class="faq-item">
            <h3 class="faq-question">Do you provide study materials?</h3>
            <p class="faq-answer">Yes, we provide comprehensive study materials, including notes, practice questions, and sample papers.</p>
        </div>

        <!-- FAQ Item 4 -->
        <div class="faq-item">
            <h3 class="faq-question">Are the classes available online?</h3>
            <p class="faq-answer">Yes, we offer both online and offline classes to suit the convenience of our students.</p>
        </div>

        <!-- FAQ Item 5 -->
        <div class="faq-item">
            <h3 class="faq-question">How can I contact the faculty?</h3>
            <p class="faq-answer">You can contact faculty members directly through email or via contact number.</p>
        </div>
    </section>


    <section class="contact-section" id="contact">
        <h2>Contact Us</h2>
        <div style="display: flex; justify-content: center; gap: 20px;">
            <p><strong>Linu Mathews</strong><br>C.E.O</p>
            <p><strong>Anoop Singh</strong><br>Professor</p>
            <p><strong>Vinayak Kadam</strong><br>Administration</p>
        </div>


        <p><strong>Address:</strong>
            <a href="https://www.google.com/maps?q=Shop+No.+A+02,+Meera+Avenue,+Beside+Agarwal+Exotica,+Yashwant+Smart+City,+Near+Vasai+IGS+School,+Vasai+(E)" target="_blank" class="address-link">
                Shop No. A 02, Meera Avenue, Beside Agarwal Exotica, Yashwant Smart City, Near Vasai IGS School, Vasai (E)
            </a>
        </p>
        <p><strong>Email:</strong>
            <a href="mailto:linu@divineclasses.in" class="email-link">linu@divineclasses.in</a>
        </p>
        <p><strong>Phone:</strong>
            <a href="tel:+918888444476" class="phone-link">88884 44476</a> |
            <a href="tel:+918888444418" class="phone-link">88884 44418</a> |
            <a href="tel:+918605920081" class="phone-link">86059 20081</a> |
            <a href="tel:+919226755438" class="phone-link">92267 55438</a>
        </p>
    </section>


    <footer>
        <p>&copy; 2024 Divine Classes. All rights reserved.</p>
    </footer>
<!-- Scroll to Top Button -->
<div id="scroll-to-top" class="scroll-to-top">
    &#8593; <!-- Up arrow symbol -->
</div>

</body>
</html>