PNG  IHDR pHYs   OiCCPPhotoshop ICC profilexڝSgTS=BKKoR RB&*! J!QEEȠQ, !{kּ> H3Q5 B.@ $pd!s#~<<+"x M0B\t8K@zB@F&S`cbP-`'{[! eDh;VEX0fK9-0IWfH  0Q){`##xFW<+*x<$9E[-qWW.(I+6aa@.y24x6_-"bbϫp@t~,/;m%h^ uf@Wp~<5j>{-]cK'Xto(hw?G%fIq^D$.Tʳ?D*A, `6B$BB dr`)B(Ͱ*`/@4Qhp.U=pa( Aa!ڈbX#!H$ ɈQ"K5H1RT UH=r9\F;2G1Q= C7F dt1r=6Ыhڏ>C03l0.B8, c˱" VcϱwE 6wB aAHXLXNH $4 7 Q'"K&b21XH,#/{C7$C2'ITFnR#,4H#dk9, +ȅ3![ b@qS(RjJ4e2AURݨT5ZBRQ4u9̓IKhhitݕNWGw Ljg(gwLӋT071oUX**| J&*/Tު UUT^S}FU3S ԖUPSSg;goT?~YYLOCQ_ cx,!k u5&|v*=9C3J3WRf?qtN (~))4L1e\kXHQG6EYAJ'\'GgSSݧ M=:.kDwn^Loy}/TmG X $ <5qo</QC]@Caaᄑ.ȽJtq]zۯ6iܟ4)Y3sCQ? 0k߬~OCOg#/c/Wװwa>>r><72Y_7ȷOo_C#dz%gA[z|!?:eAAA!h쐭!ΑiP~aa~ 'W?pX15wCsDDDޛg1O9-J5*>.j<74?.fYXXIlK9.*6nl {/]py.,:@LN8A*%w% yg"/6шC\*NH*Mz쑼5y$3,幄'L Lݛ:v m2=:1qB!Mggfvˬen/kY- BTZ(*geWf͉9+̳ې7ᒶKW-X潬j9(xoʿܔĹdff-[n ڴ VE/(ۻCɾUUMfeI?m]Nmq#׹=TR+Gw- 6 U#pDy  :v{vg/jBFS[b[O>zG499?rCd&ˮ/~јѡ򗓿m|x31^VwwO| (hSЧc3- cHRMz%u0`:o_F@8N ' p @8N@8}' p '#@8N@8N pQ9p!i~}|6-ӪG` VP.@*j>[ K^<֐Z]@8N'KQ<Q(`s" 'hgpKB`R@Dqj '  'P$a ( `D$Na L?u80e J,K˷NI'0eݷ(NI'؀ 2ipIIKp`:O'`ʤxB8Ѥx Ѥx $ $P6 :vRNb 'p,>NB 'P]-->P T+*^h& p '‰a ‰ (ĵt#u33;Nt̵'ޯ; [3W ~]0KH1q@8]O2]3*̧7# *p>us p _6]/}-4|t'|Smx= DoʾM×M_8!)6lq':l7!|4} '\ne t!=hnLn (~Dn\+‰_4k)0e@OhZ`F `.m1} 'vp{F`ON7Srx 'D˸nV`><;yMx!IS钦OM)Ե٥x 'DSD6bS8!" ODz#R >S8!7ّxEh0m$MIPHi$IvS8IN$I p$O8I,sk&I)$IN$Hi$I^Ah.p$MIN$IR8I·N "IF9Ah0m$MIN$IR8IN$I 3jIU;kO$ɳN$+ q.x* tEXtComment

Viewing File: /home/bookcele/public_html/contact.php

<?php
include 'header.php';

?>
    <main class="flex-grow-1" style="padding-top: 80px;">
        
        
        <style>
    .contact-hero {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        position: relative;
        overflow: hidden;
        border-radius: 0 0 30px 30px;
    }

    .contact-hero::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23ffffff" fill-opacity="0.1"><circle cx="12" cy="12" r="2"/><circle cx="48" cy="12" r="2"/><circle cx="12" cy="48" r="2"/><circle cx="48" cy="48" r="2"/></g></g></svg>');
    }

    .contact-form {
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 25px;
        padding: 3rem;
        box-shadow: var(--shadow-lg);
    }

    .contact-info-card {
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 20px;
        padding: 2rem;
        height: 100%;
        transition: all 0.3s ease;
    }

    .contact-info-card:hover {
        transform: translateY(-5px);
        box-shadow: var(--shadow-lg);
    }

    .contact-icon {
        width: 80px;
        height: 80px;
        background: var(--primary-gradient);
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 1.5rem;
        color: white;
        font-size: 2rem;
    }

    .form-floating {
        position: relative;
    }

    .form-floating .form-control {
        background: rgba(255, 255, 255, 0.9);
        border: 2px solid transparent;
        border-radius: 15px;
        padding: 1.5rem 1rem 0.75rem;
        transition: all 0.3s ease;
    }

    .form-floating .form-control:focus {
        border-color: #667eea;
        box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
        background: rgba(255, 255, 255, 1);
    }

    .form-floating label {
        padding: 1rem;
        color: #6c757d;
        font-weight: 500;
    }

    .map-container {
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 20px;
        padding: 2rem;
        text-align: center;
        min-height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .faq-item {
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 15px;
        margin-bottom: 1rem;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .faq-item:hover {
        transform: translateY(-2px);
        box-shadow: var(--shadow-md);
    }

    .faq-header {
        padding: 1.5rem;
        cursor: pointer;
        background: transparent;
        border: none;
        width: 100%;
        text-align: left;
        display: flex;
        justify-content: between;
        align-items: center;
    }

    .faq-body {
        padding: 0 1.5rem 1.5rem;
        color: #6c757d;
    }
</style>

<div class="container-fluid px-0">
    <!-- Contact Hero -->
    <section class="contact-hero py-5">
        <div class="container position-relative" style="z-index: 2;">
            <div class="text-center text-white">
                <h1 class="display-4 fw-bold mb-3">Get In Touch</h1>
                <p class="fs-5 opacity-90 mb-4">Have questions? We'd love to hear from you. Send us a message and we'll respond as soon as possible.</p>
                
                <!-- Quick Stats -->
                <div class="row justify-content-center">
                    <div class="col-md-3 col-6 mb-3">
                        <div class="text-center">
                            <h3 class="fw-bold mb-1">24/7</h3>
                            <small class="opacity-75">Support Available</small>
                        </div>
                    </div>
                    <div class="col-md-3 col-6 mb-3">
                        <div class="text-center">
                            <h3 class="fw-bold mb-1">&lt;2h</h3>
                            <small class="opacity-75">Response Time</small>
                        </div>
                    </div>
                    <div class="col-md-3 col-6 mb-3">
                        <div class="text-center">
                            <h3 class="fw-bold mb-1">99%</h3>
                            <small class="opacity-75">Satisfaction Rate</small>
                        </div>
                    </div>
                    <div class="col-md-3 col-6 mb-3">
                        <div class="text-center">
                            <h3 class="fw-bold mb-1">50+</h3>
                            <small class="opacity-75">Countries Served</small>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
</div>

<div class="container py-5">
    <div class="row justify-content-center">
        <!-- Contact Form -->
        <div class="col-lg-8 mb-5">
            <div class="contact-form">
                <div class="text-center mb-4">
                    <h2 class="fw-bold mb-3">Send Us a Message</h2>
                    <p class="text-muted">Fill out the form below and we'll get back to you within 24 hours</p>
                </div>
                
                <form method="POST" action="https://celebbookingsmeetups.com/contact" id="contactForm">
                    <input type="hidden" name="_token" value="KM5EnItCap3TL8nux8waUAAOvZgA0DvbjTGJOMsF" autocomplete="off">                    
                    <div class="row g-4">
                        <div class="col-md-6">
                            <div class="form-floating">
                                <input type="text" class="form-control " 
                                       id="name" name="name" placeholder="Your Name" value="" required>
                                <label for="name">Your Name *</label>
                                                            </div>
                        </div>
                        
                        <div class="col-md-6">
                            <div class="form-floating">
                                <input type="email" class="form-control " 
                                       id="email" name="email" placeholder="Email Address" value="" required>
                                <label for="email">Email Address *</label>
                                                            </div>
                        </div>
                        
                        <div class="col-12">
                            <div class="form-floating">
                                <input type="text" class="form-control " 
                                       id="subject" name="subject" placeholder="Subject" value="" required>
                                <label for="subject">Subject *</label>
                                                            </div>
                        </div>
                        
                        <div class="col-12">
                            <div class="form-floating">
                                <textarea class="form-control " 
                                          id="message" name="message" placeholder="Your Message" 
                                          style="height: 150px;" required></textarea>
                                <label for="message">Your Message *</label>
                                                            </div>
                        </div>
                        
                        <div class="col-12">
                            <div class="form-check mb-3">
                                <input class="form-check-input" type="checkbox" id="newsletter">
                                <label class="form-check-label text-muted" for="newsletter">
                                    Subscribe to our newsletter for updates and exclusive offers
                                </label>
                            </div>
                        </div>
                        
                        <div class="col-12 text-center">
                            <button type="submit" class="btn btn-primary-modern btn-modern btn-lg px-5">
                                <i class="fas fa-paper-plane me-2"></i>Send Message
                            </button>
                        </div>
                    </div>
                </form>
            </div>
        </div>
    </div>
    
    <!-- Contact Information Cards -->
    <div class="row g-4 mb-5">
        <div class="col-lg-4 col-md-6">
            <div class="contact-info-card text-center">
                <div class="contact-icon">
                    <i class="fas fa-envelope"></i>
                </div>
                <h5 class="fw-bold mb-3">Email Us</h5>
                <p class="text-muted mb-3">Get in touch via email for detailed inquiries</p>
                <a href="mailto:support@starplug.com" 
                   class="text-primary fw-semibold text-decoration-none">
                    support@starplug.com
                </a>
                <div class="mt-3">
                    <small class="text-success">
                        <i class="fas fa-clock me-1"></i>Usually responds within 2 hours
                    </small>
                </div>
            </div>
        </div>
        
        <div class="col-lg-4 col-md-6">
            <div class="contact-info-card text-center">
                <div class="contact-icon">
                    <i class="fas fa-phone"></i>
                </div>
                <h5 class="fw-bold mb-3">Call Us</h5>
                <p class="text-muted mb-3">Speak directly with our support team</p>
                                    <a href="tel:+447350860639" 
                       class="text-primary fw-semibold text-decoration-none fs-5">
                        +447350860639
                    </a>
                                <div class="mt-3">
                    <small class="text-success">
                        <i class="fas fa-clock me-1"></i>Mon-Fri 9AM-6PM EST
                    </small>
                </div>
            </div>
        </div>
        
        <div class="col-lg-4 col-md-6">
            <div class="contact-info-card text-center">
                <div class="contact-icon">
                    <i class="fas fa-map-marker-alt"></i>
                </div>
                <h5 class="fw-bold mb-3">Visit Us</h5>
                <p class="text-muted mb-3">Come visit our headquarters</p>
                                    <address class="text-primary fw-semibold">
                        Manchester United Kingdom
                    </address>
                                <div class="mt-3">
                    <small class="text-success">
                        <i class="fas fa-door-open me-1"></i>By appointment only
                    </small>
                </div>
            </div>
        </div>
    </div>
    
   
    
    <!-- FAQ Section -->
    <div class="row">
        <div class="col-12">
            <div class="text-center mb-5">
                <h2 class="fw-bold mb-3">Frequently Asked Questions</h2>
                <p class="text-muted fs-5">Quick answers to common questions</p>
            </div>
            
            <div class="row justify-content-center">
                <div class="col-lg-8">
                    <div class="faq-item">
                        <button class="faq-header" type="button" data-bs-toggle="collapse" data-bs-target="#faq1">
                            <span class="fw-semibold">How do I book a celebrity for my event?</span>
                            <i class="fas fa-chevron-down"></i>
                        </button>
                        <div class="collapse faq-body" id="faq1">
                            <p>Simply browse our celebrity profiles, select your preferred star, and choose the "Book Event" option. You'll be guided through the booking process, including selecting dates, duration, and payment method.</p>
                        </div>
                    </div>
                    
                    <div class="faq-item">
                        <button class="faq-header" type="button" data-bs-toggle="collapse" data-bs-target="#faq2">
                            <span class="fw-semibold">What payment methods do you accept?</span>
                            <i class="fas fa-chevron-down"></i>
                        </button>
                        <div class="collapse faq-body" id="faq2">
                            <p>We accept multiple payment methods including Bitcoin, Ethereum, bank transfers, and manual payment uploads. All transactions are secure and processed through encrypted channels.</p>
                        </div>
                    </div>
                    
                    <div class="faq-item">
                        <button class="faq-header" type="button" data-bs-toggle="collapse" data-bs-target="#faq3">
                            <span class="fw-semibold">Can I get a refund if I need to cancel?</span>
                            <i class="fas fa-chevron-down"></i>
                        </button>
                        <div class="collapse faq-body" id="faq3">
                            <p>Yes, we offer free cancellation up to 48 hours before your scheduled event or meetup. Cancellations within 48 hours may be subject to a cancellation fee.</p>
                        </div>
                    </div>
                    
                    <div class="faq-item">
                        <button class="faq-header" type="button" data-bs-toggle="collapse" data-bs-target="#faq4">
                            <span class="fw-semibold">How do fan cards work?</span>
                            <i class="fas fa-chevron-down"></i>
                        </button>
                        <div class="collapse faq-body" id="faq4">
                            <p>Fan cards are personalized collectible cards featuring your name and your favorite celebrity. They come in different tiers (Regular, VIP, VVIP) with varying benefits and exclusive perks.</p>
                        </div>
                    </div>
                    
                    <div class="faq-item">
                        <button class="faq-header" type="button" data-bs-toggle="collapse" data-bs-target="#faq5">
                            <span class="fw-semibold">Are the celebrities verified?</span>
                            <i class="fas fa-chevron-down"></i>
                        </button>
                        <div class="collapse faq-body" id="faq5">
                            <p>Absolutely! All celebrities on our platform are verified professionals. We conduct thorough verification processes to ensure authenticity and quality of service.</p>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>

<!-- Success Modal -->
<div class="modal fade" id="successModal" tabindex="-1">
    <div class="modal-dialog modal-dialog-centered">
        <div class="modal-content border-0 rounded-4">
            <div class="modal-body text-center p-5">
                <div class="mb-4">
                    <div class="bg-success rounded-circle d-inline-flex align-items-center justify-content-center" style="width: 80px; height: 80px;">
                        <i class="fas fa-check text-white fa-2x"></i>
                    </div>
                </div>
                <h4 class="fw-bold mb-3">Message Sent Successfully!</h4>
                <p class="text-muted mb-4">Thank you for reaching out. We've received your message and will get back to you within 24 hours.</p>
                <button type="button" class="btn btn-primary-modern btn-modern" data-bs-dismiss="modal">
                    <i class="fas fa-thumbs-up me-2"></i>Got It
                </button>
            </div>
        </div>
    </div>
</div>
    </main>

    <?php
include 'footer.php';

?>
Back to Directory=ceiIENDB`