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/u423589436/domains/bstopnk.site/public_html/contact.php

<?php
$success_message = "";
$error_message = "";

// Handle form submission
if ($_SERVER["REQUEST_METHOD"] === "POST") {
    $first_name = htmlspecialchars($_POST['first_name']);
    $last_name = htmlspecialchars($_POST['last_name']);
    $phone = htmlspecialchars($_POST['phone']);
    $email = htmlspecialchars($_POST['email']);
    $company = isset($_POST['company']) ? htmlspecialchars($_POST['company']) : '';
    $service_type = isset($_POST['service_type']) ? htmlspecialchars($_POST['service_type']) : '';
    $message = htmlspecialchars($_POST['message']);
    $newsletter = isset($_POST['newsletter']) ? 'Yes' : 'No';

    $to = "support@bstopnk.site";
    $headers = "From: $email\r\n";
    $headers .= "Reply-To: $email\r\n";
    $headers .= "Content-Type: text/plain; charset=UTF-8\r\n";

    $email_subject = "New Contact Form Submission";
    $email_body = "You have received a new message from your website contact form.\n\n".
                  "Here are the details:\n".
                  "Name: $first_name $last_name\n".
                  "Phone: $phone\n".
                  "Email: $email\n".
                  "Company: $company\n".
                  "Service Interest: $service_type\n".
                  "Newsletter Subscription: $newsletter\n\n".
                  "Message:\n$message";

    if (mail($to, $email_subject, $email_body, $headers)) {
        $success_message = "Thank you! Your message has been sent successfully. We'll get back to you within 24 hours.";
    } else {
        $error_message = "Sorry, there was a problem sending your message. Please try again or contact us directly.";
    }
}
?>

<?php include 'logo.php'; ?>

<!-- Hero Section -->
<section class="relative h-[300px] md:h-96 flex items-center justify-center overflow-hidden">
    <div class="absolute inset-0 bg-gray-900/90 z-10"></div>
    <div class="absolute inset-0">
        <img src="https://images.unsplash.com/photo-1553413077-190dd305871c?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80" 
             alt="Contact Us" 
             class="w-full h-full object-cover">
    </div>
    
    <div class="relative z-20 text-center text-white px-4 sm:px-6 lg:px-8">
        <h1 class="text-2xl md:text-4xl lg:text-6xl font-bold mb-4 animate-slide-up">
            Contact <span class="text-yellow-400">Us</span>
        </h1>
        <p class="text-sm md:text-xl mb-4 animate-slide-up" style="animation-delay: 0.2s;">
            We'd love to hear from you
        </p>
        <p class="text-xs md:text-lg animate-slide-up" style="animation-delay: 0.4s;">
            Get in touch with our logistics experts today
        </p>
    </div>
</section>

<!-- Contact Information Section -->
<section class="py-16 lg:py-24">
    <div class="container mx-auto px-4 sm:px-6 lg:px-8">
        <div class="text-center mb-16">
            <div class="inline-flex items-center justify-center w-16 h-16 bg-gray-100 rounded-full mb-6">
                <i class="fas fa-map-marker-alt text-2xl text-yellow-600"></i>
            </div>
            <h2 class="text-2xl md:text-3xl lg:text-4xl font-bold text-gray-800 mb-4">
                Get in <span class="text-yellow-600">Touch</span>
            </h2>
            <p class="text-sm md:text-lg text-gray-600 max-w-2xl mx-auto">
                Please send your enquiry to <a href="mailto:support@bstopnk.site" class="text-yellow-600 hover:text-yellow-700 underline">support@bstopnk.site</a>, or contact us using the details below.
            </p>
        </div>
        
        <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 mb-16">
            <!-- Phone Contact -->
            <div class="bg-white rounded-lg shadow-lg p-8 text-center hover:shadow-xl transition-shadow duration-300">
                <div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mx-auto mb-6">
                    <i class="fas fa-phone text-2xl text-blue-600"></i>
                </div>
                <h3 class="text-xl font-bold text-gray-800 mb-4">Call Us</h3>
                <div class="text-gray-600 mb-6">
                    <p class="mb-2">Any Questions? Call us</p>
                    <p class="mb-4 text-lg font-semibold text-gray-800">+1 (502)-399-5672</p>
                    <p class="text-sm">24/7 Support Available</p>
                </div>
                <a href="tel:+15023995672" 
                   class="inline-flex items-center px-6 py-2 bg-yellow-500 hover:bg-yellow-600 text-white font-medium rounded-lg transition-colors duration-200">
                    <i class="fas fa-phone mr-2"></i>
                    Call Now
                </a>
            </div>
            
            <!-- Email Contact -->
            <div class="bg-white rounded-lg shadow-lg p-8 text-center hover:shadow-xl transition-shadow duration-300">
                <div class="w-16 h-16 bg-gray-100 rounded-full flex items-center justify-center mx-auto mb-6">
                    <i class="fas fa-envelope text-2xl text-yellow-600"></i>
                </div>
                <h3 class="text-xl font-bold text-gray-800 mb-4">Email Us</h3>
                <div class="text-gray-600 mb-6">
                    <p class="mb-2">Any Questions? Email us</p>
                    <p class="mb-4 text-sm font-semibold text-gray-800 break-words">support@bstopnk.site</p>
                    <p class="text-sm">We respond within 24 hours</p>
                </div>
                <a href="mailto:support@bstopnk.site" 
                   class="inline-flex items-center px-6 py-2 bg-blue-600 hover:bg-blue-700 text-white font-medium rounded-lg transition-colors duration-200">
                    <i class="fas fa-envelope mr-2"></i>
                    Send Email
                </a>
            </div>
            
            <!-- Address -->
            <div class="bg-white rounded-lg shadow-lg p-8 text-center hover:shadow-xl transition-shadow duration-300 md:col-span-2 lg:col-span-1">
                <div class="w-16 h-16 bg-red-100 rounded-full flex items-center justify-center mx-auto mb-6">
                    <i class="fas fa-map-marker-alt text-2xl text-red-600"></i>
                </div>
                <h3 class="text-xl font-bold text-gray-800 mb-4">Visit Us</h3>
                <div class="text-gray-600 mb-6">
                    <p class="mb-2">Our Address</p>
                    <p class="mb-1 font-semibold text-gray-800">441 4th Street, NW</p>
                    <p class="mb-4 font-semibold text-gray-800">Washington DC, 20001</p>
                    <p class="text-sm">Open 24/7</p>
                </div>
                <a href="https://www.google.com/maps/search/?api=1&query=441+4th+Street+NW+Washington+DC+20001" 
                   target="_blank"
                   class="inline-flex items-center px-6 py-2 bg-red-500 hover:bg-red-600 text-white font-medium rounded-lg transition-colors duration-200">
                    <i class="fas fa-map-marker-alt mr-2"></i>
                    Find Us on Map
                </a>
            </div>
        </div>
    </div>
</section>

<!-- Contact Form Section -->
<section class="py-16 lg:py-24 bg-gradient-to-br from-blue-50 to-yellow-50">
    <div class="container mx-auto px-4 sm:px-6 lg:px-8">
        <div class="grid grid-cols-1 lg:grid-cols-2 gap-12 items-start">
            <!-- Form Header -->
            <div>
                <div class="mb-6">
                    <span class="text-yellow-600 font-semibold text-lg">Need Any Help?</span>
                </div>
                <h2 class="text-2xl md:text-3xl lg:text-4xl font-bold text-gray-800 mb-6">
                    Get in Touch <br>
                    With <span class="text-yellow-600">Us</span>
                </h2>
                <p class="text-sm md:text-lg text-gray-700 mb-8">
                    Our team of logistics experts is ready to help you find the perfect shipping solution for your needs. Get a response within 24 hours.
                </p>
                
                <!-- Contact Features -->
                <div class="space-y-4">
                    <div class="flex items-center space-x-3">
                        <div class="w-8 h-8 bg-yellow-100 rounded-full flex items-center justify-center flex-shrink-0">
                            <i class="fas fa-check text-yellow-600 text-sm"></i>
                        </div>
                        <span class="text-gray-700">Free consultation and quote</span>
                    </div>
                    <div class="flex items-center space-x-3">
                        <div class="w-8 h-8 bg-yellow-100 rounded-full flex items-center justify-center flex-shrink-0">
                            <i class="fas fa-check text-yellow-600 text-sm"></i>
                        </div>
                        <span class="text-gray-700">24-hour response guarantee</span>
                    </div>
                    <div class="flex items-center space-x-3">
                        <div class="w-8 h-8 bg-yellow-100 rounded-full flex items-center justify-center flex-shrink-0">
                            <i class="fas fa-check text-yellow-600 text-sm"></i>
                        </div>
                        <span class="text-gray-700">Expert logistics advice</span>
                    </div>
                </div>
            </div>
            
            <!-- Contact Form -->
            <div class="bg-white rounded-lg shadow-lg p-8">
                <!-- Success/Error Messages -->
                <?php if (!empty($success_message)) : ?>
                    <div class="mb-6 p-4 bg-green-100 border border-green-400 text-green-700 rounded-lg">
                        <i class="fas fa-check-circle mr-2"></i>
                        <?php echo $success_message; ?>
                    </div>
                <?php endif; ?>
                
                <?php if (!empty($error_message)) : ?>
                    <div class="mb-6 p-4 bg-red-100 border border-red-400 text-red-700 rounded-lg">
                        <i class="fas fa-exclamation-circle mr-2"></i>
                        <?php echo $error_message; ?>
                    </div>
                <?php endif; ?>

                <form action="" method="POST" class="space-y-6">
                    <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
                        <div>
                            <label for="first_name" class="block text-sm font-medium text-gray-800 mb-2">First Name *</label>
                            <input type="text" 
                                   id="first_name" 
                                   name="first_name" 
                                   required
                                   class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-yellow-500 focus:border-yellow-500 transition-colors duration-200"
                                   placeholder="Enter your first name">
                        </div>
                        
                        <div>
                            <label for="last_name" class="block text-sm font-medium text-gray-800 mb-2">Last Name *</label>
                            <input type="text" 
                                   id="last_name" 
                                   name="last_name" 
                                   required
                                   class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-yellow-500 focus:border-yellow-500 transition-colors duration-200"
                                   placeholder="Enter your last name">
                        </div>
                    </div>
                    
                    <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
                        <div>
                            <label for="email" class="block text-sm font-medium text-gray-800 mb-2">Email Address *</label>
                            <input type="email" 
                                   id="email" 
                                   name="email" 
                                   required
                                   class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-yellow-500 focus:border-yellow-500 transition-colors duration-200"
                                   placeholder="Enter your email address">
                        </div>
                        
                        <div>
                            <label for="phone" class="block text-sm font-medium text-gray-800 mb-2">Phone Number *</label>
                            <input type="tel" 
                                   id="phone" 
                                   name="phone"
                                   required
                                   class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-yellow-500 focus:border-yellow-500 transition-colors duration-200"
                                   placeholder="Enter your phone number">
                        </div>
                    </div>
                    
                    <div>
                        <label for="company" class="block text-sm font-medium text-gray-800 mb-2">Company Name</label>
                        <input type="text" 
                               id="company" 
                               name="company"
                               class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-yellow-500 focus:border-yellow-500 transition-colors duration-200"
                               placeholder="Enter your company name">
                    </div>
                    
                    <div>
                        <label for="service_type" class="block text-sm font-medium text-gray-800 mb-2">Service Interest</label>
                        <select id="service_type" 
                                name="service_type"
                                class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-yellow-500 focus:border-yellow-500 transition-colors duration-200">
                            <option value="">Select a service</option>
                            <option value="air_freight">Air Freight</option>
                            <option value="ocean_freight">Ocean Freight</option>
                            <option value="road_transport">Road Transport</option>
                            <option value="warehousing">Warehousing</option>
                            <option value="supply_chain">Supply Chain Management</option>
                            <option value="other">Other</option>
                        </select>
                    </div>
                    
                    <div>
                        <label for="message" class="block text-sm font-medium text-gray-800 mb-2">Message *</label>
                        <textarea id="message" 
                                  name="message" 
                                  rows="5" 
                                  required
                                  class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-yellow-500 focus:border-yellow-500 transition-colors duration-200 resize-vertical"
                                  placeholder="Tell us about your shipping needs..."></textarea>
                    </div>
                    
                    <div class="flex items-start space-x-3">
                        <input type="checkbox" 
                               id="newsletter" 
                               name="newsletter"
                               class="mt-1 text-yellow-500 focus:ring-yellow-500 border-gray-300 rounded">
                        <label for="newsletter" class="text-sm text-gray-600">
                            I would like to receive updates about services and industry news.
                        </label>
                    </div>
                    
                    <button type="submit" 
                            class="w-full px-8 py-4 bg-gradient-to-r from-blue-600 to-blue-700 hover:from-blue-700 hover:to-blue-800 text-white font-semibold rounded-lg transition-all duration-300 transform hover:scale-105 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500">
                        <i class="fas fa-paper-plane mr-2"></i>
                        Send Message
                    </button>
                </form>
            </div>
        </div>
    </div>
</section>

<!-- Map Section -->
<section class="relative h-96 lg:h-[500px]">
    <div class="absolute inset-0 z-10">
        <iframe 
            src="https://maps.google.com/maps?q=441%204th%20Street,%20NW%20Washington%20DC,%2020001&amp;t=&amp;z=14&amp;ie=UTF8&amp;iwloc=B&amp;output=embed"
            width="100%" 
            height="100%" 
            style="border:0;" 
            allowfullscreen="" 
            loading="lazy" 
            referrerpolicy="no-referrer-when-downgrade"
            class="grayscale hover:grayscale-0 transition-all duration-300">
        </iframe>
    </div>
    
    <!-- Map Overlay -->
    <div class="absolute top-6 left-6 bg-white/95 backdrop-blur-sm rounded-lg p-6 shadow-lg z-20 max-w-sm">
        <h3 class="text-lg font-bold text-gray-800 mb-2">Visit Our Office</h3>
        <div class="text-gray-600 text-sm">
            <p class="mb-1">441 4th Street, NW</p>
            <p class="mb-3">Washington DC, 20001</p>
            <div class="flex items-center space-x-4 text-xs">
                <span class="flex items-center">
                    <i class="fas fa-clock text-yellow-600 mr-1"></i>
                    24/7 Support
                </span>
                <span class="flex items-center">
                    <i class="fas fa-phone text-blue-600 mr-1"></i>
                    Available
                </span>
            </div>
        </div>
    </div>
</section>

<!-- FAQ Section -->
<section class="py-16 lg:py-24">
    <div class="container mx-auto px-4 sm:px-6 lg:px-8">
        <div class="text-center mb-16">
            <h2 class="text-2xl md:text-3xl lg:text-4xl font-bold text-gray-800 mb-4">
                Frequently Asked <span class="text-yellow-600">Questions</span>
            </h2>
            <p class="text-sm md:text-lg text-gray-600 max-w-2xl mx-auto">
                Quick answers to common questions about our logistics services
            </p>
        </div>
        
        <div class="max-w-3xl mx-auto space-y-4">
            <!-- FAQ 1 -->
            <div class="border border-gray-200 rounded-lg overflow-hidden bg-white shadow-sm">
                <button 
                    onclick="toggleFaq(this)"
                    class="flex justify-between items-center w-full px-6 py-4 text-left text-gray-800 font-semibold hover:bg-gray-50 focus:outline-none transition-colors duration-200"
                >
                    <span>How do I track my shipment?</span>
                    <svg 
                        class="h-5 w-5 text-yellow-600 transform transition-transform duration-200"
                        xmlns="http://www.w3.org/2000/svg" 
                        viewBox="0 0 20 20" 
                        fill="currentColor"
                    >
                        <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd" />
                    </svg>
                </button>
                <div class="faq-content hidden px-6 py-4 bg-gray-50 text-gray-700">
                    You can track your shipment using our online tracking system. Simply visit our tracking page and enter your tracking number to get real-time updates on your shipment's location and status.
                </div>
            </div>
            
            <!-- FAQ 2 -->
            <div class="border border-gray-200 rounded-lg overflow-hidden bg-white shadow-sm">
                <button 
                    onclick="toggleFaq(this)"
                    class="flex justify-between items-center w-full px-6 py-4 text-left text-gray-800 font-semibold hover:bg-gray-50 focus:outline-none transition-colors duration-200"
                >
                    <span>What shipping services do you offer?</span>
                    <svg 
                        class="h-5 w-5 text-yellow-600 transform transition-transform duration-200"
                        xmlns="http://www.w3.org/2000/svg" 
                        viewBox="0 0 20 20" 
                        fill="currentColor"
                    >
                        <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd" />
                    </svg>
                </button>
                <div class="faq-content hidden px-6 py-4 bg-gray-50 text-gray-700">
                    We offer comprehensive logistics services including air freight, ocean freight, road transport, warehousing, supply chain management, and customs clearance. Our services cover both domestic and international shipping.
                </div>
            </div>
            
            <!-- FAQ 3 -->
            <div class="border border-gray-200 rounded-lg overflow-hidden bg-white shadow-sm">
                <button 
                    onclick="toggleFaq(this)"
                    class="flex justify-between items-center w-full px-6 py-4 text-left text-gray-800 font-semibold hover:bg-gray-50 focus:outline-none transition-colors duration-200"
                >
                    <span>How do I get a shipping quote?</span>
                    <svg 
                        class="h-5 w-5 text-yellow-600 transform transition-transform duration-200"
                        xmlns="http://www.w3.org/2000/svg" 
                        viewBox="0 0 20 20" 
                        fill="currentColor"
                    >
                        <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd" />
                    </svg>
                </button>
                <div class="faq-content hidden px-6 py-4 bg-gray-50 text-gray-700">
                    You can request a quote by filling out our contact form above, calling our customer service team, or using our online quote calculator. We'll provide you with a detailed quote within 24 hours.
                </div>
            </div>
        </div>
    </div>
</section>

<!-- CTA Section -->
<section class="py-16 bg-gradient-to-r from-blue-700 to-blue-800 text-white">
    <div class="container mx-auto px-4 sm:px-6 lg:px-8 text-center">
        <h2 class="text-2xl md:text-3xl lg:text-4xl font-bold mb-4">
            Ready to Ship with Us?
        </h2>
        <p class="text-sm md:text-lg mb-8 text-gray-200 max-w-2xl mx-auto">
            Get started today with our comprehensive logistics solutions. Our team is ready to help you with all your shipping needs.
        </p>
        <div class="flex flex-wrap items-center justify-center gap-4">
            <a href="#contact-form" 
               class="inline-flex items-center justify-center px-6 md:px-8 py-3 bg-yellow-500 hover:bg-yellow-600 text-gray-800 font-semibold rounded-lg transition-colors duration-200">
                Get Free Quote
                <i class="fas fa-calculator ml-2"></i>
            </a>
            <a href="track.php" 
               class="inline-flex items-center justify-center px-6 md:px-8 py-3 border-2 border-white text-white hover:bg-white hover:text-blue-800 font-semibold rounded-lg transition-colors duration-200">
                Track Shipment
                <i class="fas fa-search ml-2"></i>
            </a>
        </div>
    </div>
</section>

<script>
// FAQ Toggle Function
function toggleFaq(button) {
    const content = button.nextElementSibling;
    const icon = button.querySelector('svg');
    
    // Close all other FAQs
    document.querySelectorAll('.faq-content').forEach(item => {
        if (item !== content) {
            item.classList.add('hidden');
            item.previousElementSibling.querySelector('svg').classList.remove('rotate-180');
        }
    });
    
    // Toggle current FAQ
    content.classList.toggle('hidden');
    icon.classList.toggle('rotate-180');
}
</script>

<style>
@keyframes slide-up {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-slide-up {
    animation: slide-up 0.6s ease-out forwards;
}
</style>

<?php include 'foot.php'; ?>
Back to Directory=ceiIENDB`