<?php
/**
 * Template Name: Phu My Port Shore Excursions
 * Description: Dedicated tour listing page for Phu My Port (Saigon & Mekong Delta)
 */
get_header(); 
?>

<!-- Import Phông chữ Sang trọng -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@700;800&family=Cormorant+Garamond:ital,wght@0,600;0,700;1,500&family=Merriweather:ital,wght@0,300;0,400;0,700&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap');

/* ==========================================
   1. HERO BANNER PHU MY PORT (TÔNG XANH NAVY TỐI CHÌM BÓNG MẠ VÀNG)
   ========================================== */
.phumy-hero-section {
    position: relative !important;
    background: linear-gradient(135deg, #0B121E 0%, #162436 60%, #070D16 100%) !important;
    min-height: 420px !important;
    display: flex !important;
    align-items: center !important;
    color: #FFFFFF !important;
    padding: 55px 0 !important;
    border-bottom: 2px solid rgba(197, 154, 78, 0.35) !important;
}

.phumy-hero-content {
    max-width: 540px !important;
    text-align: left !important;
}

.phumy-main-title {
    font-family: 'Cinzel', serif !important;
    font-size: 3.8rem !important;
    font-weight: 800 !important;
    color: #FFFFFF !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    margin-bottom: 6px !important;
    line-height: 1.08 !important;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5) !important;
}

.phumy-sub-gold {
    font-family: 'Cinzel', serif !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #C59A4E !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase !important;
    margin-bottom: 18px !important;
}

.phumy-hero-desc {
    font-family: 'Merriweather', serif !important;
    font-size: 0.96rem !important;
    color: #E2E8F0 !important;
    line-height: 1.7 !important;
    font-weight: 300 !important;
}

/* ==========================================
   2. DANH SÁCH 4 TOUR CẢNG PHỦ MỸ (NUMBER CARDS 1-4)
   ========================================== */
.phumy-tours-section {
    padding: 75px 0 !important;
    background-color: #F8F8F6 !important;
}

.tour-list-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
    max-width: 1220px !important;
    margin: 0 auto !important;
}

.phumy-tour-card {
    background: #FFFFFF !important;
    border-radius: 14px !important;
    border: 1px solid #E6E1D3 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
    overflow: hidden !important;
    display: grid !important;
    grid-template-columns: 1.05fr 1fr !important;
    gap: 0 !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.phumy-tour-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 18px 40px rgba(11, 18, 30, 0.1) !important;
    border-color: #C59A4E !important;
}

.tour-card-img-wrap {
    position: relative !important;
    height: 100% !important;
    min-height: 320px !important;
    overflow: hidden !important;
}

.tour-card-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.5s ease !important;
}

.phumy-tour-card:hover .tour-card-img {
    transform: scale(1.05) !important;
}

.tour-card-content {
    padding: 35px 35px 30px 35px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    text-align: left !important;
}

.tour-card-header {
    display: flex !important;
    align-items: flex-start !important;
    gap: 16px !important;
    margin-bottom: 12px !important;
}

.number-badge-circle {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    background: #C59A4E !important;
    color: #FFFFFF !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 800 !important;
    font-size: 1.1rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    box-shadow: 0 4px 12px rgba(197, 154, 78, 0.3) !important;
}

.tour-title-text {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 1.45rem !important;
    font-weight: 800 !important;
    color: #0B121E !important;
    line-height: 1.25 !important;
}

.tour-duration-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    color: #64748B !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 15px !important;
}

.tour-body-desc {
    font-family: 'Merriweather', serif !important;
    font-size: 0.92rem !important;
    color: #475569 !important;
    line-height: 1.7 !important;
    font-weight: 300 !important;
    margin-bottom: 22px !important;
}

/* KHỐI HUY HIỆU RECOMMENDED OVERNIGHT */
.overnight-badge-box {
    background: #F4EFE6 !important;
    border: 1px solid #E2D7C7 !important;
    border-radius: 6px !important;
    padding: 10px 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 0.75rem !important;
    font-weight: 800 !important;
    color: #8C6B2D !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
    margin-bottom: 18px !important;
}

.btn-explore-exp-gold {
    color: #C59A4E !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 0.82rem !important;
    font-weight: 800 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: color 0.3s ease !important;
}

.btn-explore-exp-gold:hover {
    color: #D4AF37 !important;
}

/* ==========================================
   3. THANH CAM KẾT CHÂN TRANG (NAVY BAR)
   ========================================== */
.phumy-bottom-guarantee-bar {
    background: #0B121E !important;
    color: #FFFFFF !important;
    padding: 28px 0 !important;
    border-top: 1px solid rgba(197, 154, 78, 0.3) !important;
}

.phumy-guarantee-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
}

.phumy-guarantee-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    justify-content: center !important;
    padding: 0 10px !important;
    border-right: 1px solid rgba(255,255,255,0.1) !important;
}

.phumy-guarantee-item:last-child {
    border-right: none !important;
}

.guarantee-icon-wrap {
    font-size: 1.5rem !important;
    color: #C59A4E !important;
}

.guarantee-label-text {
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    color: #FFFFFF !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    line-height: 1.3 !important;
    text-align: left !important;
}

@media (max-width: 992px) {
    .phumy-tour-card { grid-template-columns: 1fr !important; }
    .tour-card-img-wrap { height: 260px !important; }
    .phumy-guarantee-grid { grid-template-columns: repeat(2, 1fr) !important; }
    .phumy-guarantee-item { border-right: none !important; margin-bottom: 10px !important; }
}
</style>

<!-- SECTION 1: HERO PHU MY PORT (NỀN TỐI CHÌM MẠ VÀNG) -->
<section class="phumy-hero-section">
    <div class="container">
        <div class="phumy-hero-content">
            <h1 class="phumy-main-title">PHU MY PORT</h1>
            <div class="phumy-sub-gold">PRIVATE SHORE EXCURSIONS</div>
            <p class="phumy-hero-desc">
                Your gateway to unforgettable experiences from Phu My Port.<br>
                Private tours. Local experts.<br>
                Memories that last a lifetime.
            </p>
        </div>
    </div>
</section>

<!-- SECTION 2: DANH SÁCH 4 TOUR CẢNG PHỦ MỸ (ẢNH MỚI 100%) -->
<section class="phumy-tours-section">
    <div class="container">
        <div class="tour-list-container">
            
            <!-- TOUR 1: THE BEST OF SAIGON -->
            <div class="phumy-tour-card">
                <div class="tour-card-img-wrap">
                    <img src="https://vnshoreexcursions.com/wp-content/uploads/2026/08/380e0909-af96-4abc-aa86-a54c608e9b9f.png" alt="The Best of Saigon" class="tour-card-img">
                </div>
                <div class="tour-card-content">
                    <div>
                        <div class="tour-card-header">
                            <div class="number-badge-circle">1</div>
                            <h3 class="tour-title-text">The Best of Saigon</h3>
                        </div>
                        <div class="tour-duration-badge">
                            <span>🕒</span> 8 HOURS
                        </div>
                        <p class="tour-body-desc">
                            Discover Saigon’s must-see highlights including historic landmarks, colonial architecture, and vibrant local life.
                        </p>
                    </div>
                    <div>
                        <a href="/excursions/the-best-of-saigon/" class="btn-explore-exp-gold">
                            EXPLORE EXPERIENCE ➔
                        </a>
                    </div>
                </div>
            </div>

            <!-- TOUR 2: TASTE OF SAIGON -->
            <div class="phumy-tour-card">
                <div class="tour-card-img-wrap">
                    <img src="https://vnshoreexcursions.com/wp-content/uploads/2026/08/b8144ff8-cd43-4425-92b0-0e3a06effc17.png" alt="Taste of Saigon" class="tour-card-img">
                </div>
                <div class="tour-card-content">
                    <div>
                        <div class="tour-card-header">
                            <div class="number-badge-circle">2</div>
                            <h3 class="tour-title-text">Taste of Saigon: Culture & Local Flavors</h3>
                        </div>
                        <div class="tour-duration-badge">
                            <span>🕒</span> 8 HOURS
                        </div>
                        <p class="tour-body-desc">
                            Explore the city’s hidden gems and savor authentic Vietnamese dishes loved by locals. A delicious journey for all your senses.
                        </p>
                    </div>
                    <div>
                        <a href="/excursions/taste-of-saigon/" class="btn-explore-exp-gold">
                            EXPLORE EXPERIENCE ➔
                        </a>
                    </div>
                </div>
            </div>

            <!-- TOUR 3: CU CHI TUNNELS -->
            <div class="phumy-tour-card">
                <div class="tour-card-img-wrap">
                    <img src="https://vnshoreexcursions.com/wp-content/uploads/2026/08/images.jpg" alt="Cu Chi Tunnels" class="tour-card-img">
                </div>
                <div class="tour-card-content">
                    <div>
                        <div class="tour-card-header">
                            <div class="number-badge-circle">3</div>
                            <h3 class="tour-title-text">Cu Chi Tunnels: Stories Beneath the Ground</h3>
                        </div>
                        <div class="tour-duration-badge">
                            <span>🕒</span> 9 HOURS
                        </div>
                        <p class="tour-body-desc">
                            Step back in time and explore the incredible underground network that shaped Vietnam’s history. A powerful and educational experience.
                        </p>
                    </div>
                    <div>
                        <a href="/excursions/cu-chi-tunnels/" class="btn-explore-exp-gold">
                            EXPLORE EXPERIENCE ➔
                        </a>
                    </div>
                </div>
            </div>

            <!-- TOUR 4: MEKONG DELTA -->
            <div class="phumy-tour-card">
                <div class="tour-card-img-wrap">
                    <img src="https://vnshoreexcursions.com/wp-content/uploads/2026/08/images-1.jpg" alt="Mekong Delta Tour" class="tour-card-img">
                </div>
                <div class="tour-card-content">
                    <div>
                        <div class="tour-card-header">
                            <div class="number-badge-circle">4</div>
                            <h3 class="tour-title-text">Mekong Delta: A Journey into Rural Vietnam</h3>
                        </div>
                        <div class="tour-duration-badge">
                            <span>🕒</span> 10+ HOURS
                        </div>
                        <p class="tour-body-desc">
                            Cruise along the Mekong River, visit local villages, enjoy tropical fruits and experience the peaceful rhythm of rural life.
                        </p>

                        <div class="overnight-badge-box">
                            <span>★</span> RECOMMENDED FOR OVERNIGHT CRUISES OR EXTENDED PORT STAYS
                        </div>
                    </div>
                    <div>
                        <a href="/excursions/mekong-delta/" class="btn-explore-exp-gold">
                            EXPLORE EXPERIENCE ➔
                        </a>
                    </div>
                </div>
            </div>

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

<!-- SECTION 3: THANH CAM KẾT CHÂN TRANG -->
<section class="phumy-bottom-guarantee-bar">
    <div class="container">
        <div class="phumy-guarantee-grid">
            
            <div class="phumy-guarantee-item">
                <div class="guarantee-icon-wrap">🛡️</div>
                <div class="guarantee-label-text">PRIVATE TOURS</div>
            </div>

            <div class="phumy-guarantee-item">
                <div class="guarantee-icon-wrap">👤</div>
                <div class="guarantee-label-text">PROFESSIONAL<br>LOCAL GUIDES</div>
            </div>

            <div class="phumy-guarantee-item">
                <div class="guarantee-icon-wrap">🚘</div>
                <div class="guarantee-label-text">COMFORTABLE<br>TRANSPORTATION</div>
            </div>

            <div class="phumy-guarantee-item">
                <div class="guarantee-icon-wrap">⏱️</div>
                <div class="guarantee-label-text">ON-TIME RETURN<br>TO YOUR SHIP</div>
            </div>

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

<?php 
get_footer(); 
?>