{"id":9,"date":"2025-12-09T10:07:39","date_gmt":"2025-12-09T10:07:39","guid":{"rendered":"https:\/\/riverpedalsfiji.com.fj\/?page_id=9"},"modified":"2025-12-09T10:33:46","modified_gmt":"2025-12-09T10:33:46","slug":"home-page","status":"publish","type":"page","link":"https:\/\/riverpedalsfiji.com.fj\/","title":{"rendered":"Welcome to river peddles fiji"},"content":{"rendered":"<p><!-- RIVER PEDALS FIJI \u2013 ATTRACTIVE UI VERSION --><\/p>\n<style>\n  :root {\n    --brand: #0ea5e9;        \/* teal \/ ocean *\/\n    --brand-dark: #0369a1;\n    --accent: #fb923c;       \/* warm orange *\/\n    --bg-soft: #f9fafb;\n    --bg-alt: #f1f5f9;\n    --text-muted: #6b7280;\n    --text-dark: #0f172a;\n    --radius-xl: 22px;\n    --shadow-soft: 0 18px 45px rgba(15, 23, 42, 0.14);\n  }<\/p>\n<p>  body {\n    scroll-behavior: smooth;\n  }<\/p>\n<p>  .rp-container {\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 0 18px;\n  }<\/p>\n<p>  \/* HERO *\/\n  .rp-hero {\n    position: relative;\n    padding: 120px 0 90px;\n    color: #fff;\n    overflow: hidden;\n    background: radial-gradient(circle at top left, #38bdf8 0, #0f172a 55%, #020617 100%);\n  }<\/p>\n<p>  .rp-hero-inner {\n    display: grid;\n    gap: 32px;\n  }<\/p>\n<p>  @media (min-width: 900px) {\n    .rp-hero-inner {\n      grid-template-columns: minmax(0, 3fr) minmax(0, 2.5fr);\n      align-items: center;\n    }\n  }<\/p>\n<p>  .rp-pill-nav {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 18px;\n  }<\/p>\n<p>  .rp-pill-nav a {\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: 0.13em;\n    padding: 7px 14px;\n    border-radius: 999px;\n    border: 1px solid rgba(148, 163, 184, 0.9);\n    color: #e5e7eb;\n    text-decoration: none;\n    backdrop-filter: blur(6px);\n    background: rgba(15, 23, 42, 0.4);\n  }<\/p>\n<p>  .rp-hero-title {\n    font-size: 2.6rem;\n    line-height: 1.05;\n    margin-bottom: 10px;\n    font-weight: 800;\n  }<\/p>\n<p>  .rp-hero-sub {\n    font-size: 1.02rem;\n    max-width: 520px;\n    color: #e5e7eb;\n    margin-bottom: 22px;\n  }<\/p>\n<p>  .rp-hero-buttons {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-bottom: 12px;\n  }<\/p>\n<p>  .rp-btn-primary,\n  .rp-btn-outline {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    padding: 11px 20px;\n    border-radius: 999px;\n    font-size: 0.95rem;\n    font-weight: 600;\n    text-decoration: none;\n    border: 1px solid transparent;\n    cursor: pointer;\n    gap: 6px;\n    white-space: nowrap;\n  }<\/p>\n<p>  .rp-btn-primary {\n    background: linear-gradient(135deg, var(--accent), #f97316);\n    color: #111827;\n    border-color: transparent;\n    box-shadow: 0 14px 30px rgba(248, 113, 22, 0.45);\n  }<\/p>\n<p>  .rp-btn-outline {\n    background: transparent;\n    color: #e5e7eb;\n    border-color: rgba(148, 163, 184, 0.9);\n  }<\/p>\n<p>  .rp-btn-primary span.arrow,\n  .rp-btn-outline span.arrow {\n    font-size: 1.1rem;\n  }<\/p>\n<p>  .rp-hero-meta {\n    font-size: 0.8rem;\n    opacity: 0.9;\n  }<\/p>\n<p>  .rp-hero-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    padding: 6px 12px;\n    border-radius: 999px;\n    background: rgba(15, 23, 42, 0.75);\n    font-size: 0.75rem;\n    margin-bottom: 12px;\n  }<\/p>\n<p>  .rp-dot {\n    width: 8px;\n    height: 8px;\n    border-radius: 999px;\n    background: #22c55e;\n  }<\/p>\n<p>  \/* HERO IMAGE COLUMN *\/\n  .rp-hero-card {\n    background: #0f172a;\n    border-radius: 24px;\n    padding: 18px;\n    box-shadow: var(--shadow-soft);\n    border: 1px solid rgba(148, 163, 184, 0.4);\n  }<\/p>\n<p>  .rp-hero-photos {\n    display: grid;\n    gap: 10px;\n  }<\/p>\n<p>  @media (min-width: 600px) {\n    .rp-hero-photos {\n      grid-template-columns: 1.5fr 1.1fr;\n    }\n  }<\/p>\n<p>  .rp-hero-photos img {\n    width: 100%;\n    border-radius: 18px;\n    object-fit: cover;\n    height: 100%;\n  }<\/p>\n<p>  .rp-hero-photo-main {\n    max-height: 260px;\n  }<\/p>\n<p>  .rp-hero-photo-small {\n    max-height: 120px;\n  }<\/p>\n<p>  .rp-hero-tagline {\n    margin-top: 10px;\n    font-size: 0.78rem;\n    color: #cbd5f5;\n  }<\/p>\n<p>  \/* GENERIC SECTIONS *\/\n  .rp-section {\n    padding: 60px 0;\n  }<\/p>\n<p>  .rp-section-soft {\n    background: var(--bg-soft);\n  }<\/p>\n<p>  .rp-section-alt {\n    background: var(--bg-alt);\n  }<\/p>\n<p>  .rp-section-title {\n    font-size: 1.9rem;\n    font-weight: 800;\n    color: var(--text-dark);\n    margin-bottom: 6px;\n  }<\/p>\n<p>  .rp-section-sub {\n    color: var(--text-muted);\n    max-width: 620px;\n    font-size: 0.98rem;\n  }<\/p>\n<p>  .rp-grid {\n    display: grid;\n    gap: 20px;\n  }<\/p>\n<p>  @media (min-width: 768px) {\n    .rp-grid-2 {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n    .rp-grid-3 {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n    .rp-grid-4 {\n      grid-template-columns: repeat(4, minmax(0, 1fr));\n    }\n  }<\/p>\n<p>  .rp-card {\n    background: #ffffff;\n    border-radius: var(--radius-xl);\n    box-shadow: var(--shadow-soft);\n    padding: 20px 18px;\n    border: 1px solid #e5e7eb;\n  }<\/p>\n<p>  .rp-card-soft {\n    background: var(--bg-soft);\n    box-shadow: none;\n  }<\/p>\n<p>  .rp-card-title {\n    font-size: 1.05rem;\n    font-weight: 600;\n    margin-bottom: 6px;\n    color: var(--text-dark);\n  }<\/p>\n<p>  .rp-muted {\n    color: var(--text-muted);\n  }<\/p>\n<p>  .rp-list {\n    padding-left: 18px;\n    margin: 6px 0 10px;\n    color: var(--text-muted);\n    font-size: 0.9rem;\n  }<\/p>\n<p>  .rp-price {\n    font-weight: 600;\n    font-size: 0.95rem;\n    margin-bottom: 8px;\n  }<\/p>\n<p>  .rp-price span {\n    color: var(--brand-dark);\n  }<\/p>\n<p>  .rp-sm {\n    font-size: 0.85rem;\n  }<\/p>\n<p>  \/* LITTLE IMAGE CARDS *\/\n  .rp-service-img {\n    width: 100%;\n    border-radius: 18px;\n    object-fit: cover;\n    margin-bottom: 10px;\n    max-height: 170px;\n  }<\/p>\n<p>  \/* CONTACT FORM *\/\n  .rp-field {\n    margin-bottom: 10px;\n  }<\/p>\n<p>  .rp-field label {\n    display: block;\n    font-size: 0.85rem;\n    margin-bottom: 4px;\n    color: var(--text-dark);\n  }<\/p>\n<p>  .rp-field input,\n  .rp-field select,\n  .rp-field textarea {\n    width: 100%;\n    border-radius: 10px;\n    border: 1px solid #d1d5db;\n    padding: 8px 10px;\n    font-size: 0.9rem;\n  }<\/p>\n<p>  \/* FOOTER *\/\n  .rp-footer {\n    padding: 22px 0 30px;\n    font-size: 0.8rem;\n    color: #6b7280;\n    text-align: center;\n    background: #020617;\n  }<\/p>\n<p>  .rp-footer span,\n  .rp-footer a {\n    color: #9ca3af;\n  }<\/p>\n<p>  .rp-footer a {\n    text-decoration: none;\n  }<\/p>\n<p>  .rp-footer a:hover {\n    text-decoration: underline;\n  }<\/p>\n<p>  @media (max-width: 768px) {\n    .rp-hero {\n      padding-top: 100px;\n      padding-bottom: 70px;\n    }\n    .rp-hero-title {\n      font-size: 2.1rem;\n    }\n  }\n<\/style>\n<p><!-- HERO \/ TOP --><\/p>\n<div class=\"rp-hero\" id=\"top\">\n<div class=\"rp-container\">\n<div class=\"rp-hero-inner\">\n<div>\n<div class=\"rp-pill-nav\">\n          <a href=\"#home\">Home<\/a><br \/>\n          <a href=\"#river-safari\">River Safari<\/a><br \/>\n          <a href=\"#tours\">Tours<\/a><br \/>\n          <a href=\"#airport-transfers\">Airport Transfers<\/a><br \/>\n          <a href=\"#car-rentals\">Car Rentals<\/a><br \/>\n          <a href=\"#about-contact\">About &amp; Contact<\/a>\n        <\/div>\n<div id=\"home\"><\/div>\n<div class=\"rp-hero-badge\">\n          <span class=\"rp-dot\"><\/span><br \/>\n          <span>Locally owned &amp; operated in Fiji<\/span>\n        <\/div>\n<h1 class=\"rp-hero-title\">River Pedals Fiji<\/h1>\n<p class=\"rp-hero-sub\">\n          Unique river safaris, scenic tours, airport transfers and car rentals in Fiji \u2013 operated by a friendly<br \/>\n          local team who know the river, the roads and the villages.\n        <\/p>\n<div class=\"rp-hero-buttons\">\n          <a href=\"#river-safari\" class=\"rp-btn-primary\"><br \/>\n            Book River Safari <span class=\"arrow\">\u2192<\/span><br \/>\n          <\/a><br \/>\n          <a href=\"#airport-transfers\" class=\"rp-btn-outline\"><br \/>\n            Airport Transfers <span class=\"arrow\">\u2197<\/span><br \/>\n          <\/a>\n        <\/div>\n<p class=\"rp-hero-meta\">\n          Based in Fiji \u2022 Local guides &amp; skippers \u2022 Secure online payment available\n        <\/p>\n<\/p><\/div>\n<p>      <!-- hero photo collage --><\/p>\n<div class=\"rp-hero-card\">\n<div class=\"rp-hero-photos\">\n          <img decoding=\"async\"\n            class=\"rp-hero-photo-main\"\n            src=\"https:\/\/images.pexels.com\/photos\/258154\/pexels-photo-258154.jpeg?auto=compress&#038;cs=tinysrgb&#038;w=1200\"\n            alt=\"River boat in Fiji\"\n          \/><\/p>\n<div style=\"display:flex; flex-direction:column; gap:10px;\">\n            <img decoding=\"async\"\n              class=\"rp-hero-photo-small\"\n              src=\"https:\/\/images.pexels.com\/photos\/2070040\/pexels-photo-2070040.jpeg?auto=compress&#038;cs=tinysrgb&#038;w=800\"\n              alt=\"Tropical forest river\"\n            \/><br \/>\n            <img decoding=\"async\"\n              class=\"rp-hero-photo-small\"\n              src=\"https:\/\/images.pexels.com\/photos\/460672\/pexels-photo-460672.jpeg?auto=compress&#038;cs=tinysrgb&#038;w=800\"\n              alt=\"Beach and palm trees\"\n            \/>\n          <\/div>\n<\/p><\/div>\n<p class=\"rp-hero-tagline\">\n          Real Fiji \u2013 river, rainforest &amp; friendly villages, just beyond the resort.\n        <\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/div>\n<p><!-- OVERVIEW --><\/p>\n<section class=\"rp-section rp-section-soft\">\n<div class=\"rp-container\">\n<div style=\"margin-bottom: 26px;\">\n<h2 class=\"rp-section-title\">Your Fiji experience, from river to road<\/h2>\n<p class=\"rp-section-sub\">\n        River Pedals Fiji specialises in river adventures, guided tours, airport transfers and car rentals.<br \/>\n        Arrive relaxed, explore with confidence and go home with stories you\u2019ll talk about for years.\n      <\/p>\n<\/p><\/div>\n<div class=\"rp-grid rp-grid-4\">\n<div class=\"rp-card rp-card-soft\">\n<div class=\"rp-badge\">Signature<\/div>\n<p>        <img decoding=\"async\"\n          src=\"https:\/\/images.pexels.com\/photos\/210205\/pexels-photo-210205.jpeg?auto=compress&#038;cs=tinysrgb&#038;w=800\"\n          class=\"rp-service-img\"\n          alt=\"River safari\"\n        \/><\/p>\n<div class=\"rp-card-title\">River Safari<\/div>\n<p class=\"rp-muted rp-sm\">\n          Glide along the river, visit riverside villages and see Fiji\u2019s lush interior from the water.\n        <\/p>\n<p>        <a href=\"#river-safari\" class=\"rp-btn-outline\" style=\"color: var(--brand-dark); border-color: var(--brand-dark);\"><br \/>\n          View River Safari<br \/>\n        <\/a>\n      <\/div>\n<div class=\"rp-card rp-card-soft\">\n<div class=\"rp-badge\">Tours<\/div>\n<p>        <img decoding=\"async\"\n          src=\"https:\/\/images.pexels.com\/photos\/237272\/pexels-photo-237272.jpeg?auto=compress&#038;cs=tinysrgb&#038;w=800\"\n          class=\"rp-service-img\"\n          alt=\"Fiji tour\"\n        \/><\/p>\n<div class=\"rp-card-title\">Fiji Tours &amp; Day Trips<\/div>\n<p class=\"rp-muted rp-sm\">\n          Combine river, village and coastal sightseeing into half-day and full-day experiences.\n        <\/p>\n<p>        <a href=\"#tours\" class=\"rp-btn-outline\" style=\"color: var(--brand-dark); border-color: var(--brand-dark);\"><br \/>\n          Explore Tours<br \/>\n        <\/a>\n      <\/div>\n<div class=\"rp-card rp-card-soft\">\n<div class=\"rp-badge\">Transfers<\/div>\n<p>        <img decoding=\"async\"\n          src=\"https:\/\/images.pexels.com\/photos\/210182\/pexels-photo-210182.jpeg?auto=compress&#038;cs=tinysrgb&#038;w=800\"\n          class=\"rp-service-img\"\n          alt=\"Airport transfer vehicle\"\n        \/><\/p>\n<div class=\"rp-card-title\">Nadi Airport Transfers<\/div>\n<p class=\"rp-muted rp-sm\">\n          Private and shared transfers from Nadi airport to your resort on the Coral Coast and nearby areas.\n        <\/p>\n<p>        <a href=\"#airport-transfers\" class=\"rp-btn-outline\" style=\"color: var(--brand-dark); border-color: var(--brand-dark);\"><br \/>\n          View Transfer Options<br \/>\n        <\/a>\n      <\/div>\n<div class=\"rp-card rp-card-soft\">\n<div class=\"rp-badge\">Cars<\/div>\n<p>        <img decoding=\"async\"\n          src=\"https:\/\/images.pexels.com\/photos\/210019\/pexels-photo-210019.jpeg?auto=compress&#038;cs=tinysrgb&#038;w=800\"\n          class=\"rp-service-img\"\n          alt=\"Car rental\"\n        \/><\/p>\n<div class=\"rp-card-title\">Car Rentals<\/div>\n<p class=\"rp-muted rp-sm\">\n          Clean, air-conditioned vehicles so you can explore Fiji\u2019s beaches, towns and villages at your own pace.\n        <\/p>\n<p>        <a href=\"#car-rentals\" class=\"rp-btn-outline\" style=\"color: var(--brand-dark); border-color: var(--brand-dark);\"><br \/>\n          See Rental Options<br \/>\n        <\/a>\n      <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- WHY US --><\/p>\n<section class=\"rp-section rp-section-alt\">\n<div class=\"rp-container\">\n<div style=\"margin-bottom: 24px;\">\n<h2 class=\"rp-section-title\">Why travel with River Pedals Fiji<\/h2>\n<p class=\"rp-section-sub\">\n        We\u2019re local, we\u2019re small and we care about every guest. Expect warm hospitality, clear communication<br \/>\n        and real Fiji experiences.\n      <\/p>\n<\/p><\/div>\n<div class=\"rp-grid rp-grid-2\">\n<div class=\"rp-card\">\n<div class=\"rp-card-title\">Local knowledge<\/div>\n<ul class=\"rp-list\">\n<li>Guides and skippers from the local area<\/li>\n<li>Connections with riverside villages<\/li>\n<li>Tips on beaches, cafes and viewpoints<\/li>\n<\/ul><\/div>\n<div class=\"rp-card\">\n<div class=\"rp-card-title\">Safe &amp; flexible<\/div>\n<ul class=\"rp-list\">\n<li>Licensed drivers and skippers<\/li>\n<li>Insured vehicles and boats<\/li>\n<li>Flexible itineraries for families and groups<\/li>\n<\/ul><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- RIVER SAFARI --><\/p>\n<section class=\"rp-section rp-section-soft\" id=\"river-safari\">\n<div class=\"rp-container\">\n<div style=\"margin-bottom: 26px;\">\n<h2 class=\"rp-section-title\">River Pedals Fiji \u2013 River Safari<\/h2>\n<p class=\"rp-section-sub\">\n        Our signature experience. Cruise the river with local skippers, visit riverside villages and enjoy Fiji\u2019s<br \/>\n        rainforest and valleys from the water.\n      <\/p>\n<\/p><\/div>\n<div class=\"rp-grid rp-grid-2\">\n<div class=\"rp-card\">\n<div class=\"rp-card-title\">Morning River Safari<\/div>\n<p class=\"rp-muted rp-sm\">\n          <strong>Departure:<\/strong> 9:00 am \u2022 <strong>Duration:<\/strong> 3\u20134 hours\n        <\/p>\n<ul class=\"rp-list\">\n<li>Guided boat ride along the river<\/li>\n<li>Visit a riverside village (subject to village schedule)<\/li>\n<li>Light refreshments included<\/li>\n<\/ul>\n<p class=\"rp-price\">From <span>FJ$50 per adult<\/span><\/p>\n<p>        <a href=\"#about-contact\" class=\"rp-btn-primary\"><br \/>\n          Enquire \/ Book <span class=\"arrow\">\u2192<\/span><br \/>\n        <\/a>\n      <\/div>\n<div class=\"rp-card\">\n<div class=\"rp-card-title\">Afternoon &amp; Sunset Safari<\/div>\n<p class=\"rp-muted rp-sm\">\n          <strong>Departure:<\/strong> 2:00 pm \u2022 <strong>Duration:<\/strong> 3\u20134 hours\n        <\/p>\n<ul class=\"rp-list\">\n<li>Soft afternoon light on the river<\/li>\n<li>Photo stops at the best spots<\/li>\n<li>Cooler temperatures in the late afternoon<\/li>\n<\/ul>\n<p class=\"rp-price\">From <span>FJ$XX per adult<\/span><\/p>\n<p>        <a href=\"#about-contact\" class=\"rp-btn-primary\"><br \/>\n          Enquire \/ Book <span class=\"arrow\">\u2192<\/span><br \/>\n        <\/a>\n      <\/div>\n<\/p><\/div>\n<div class=\"rp-card\" style=\"margin-top: 22px;\">\n<div class=\"rp-card-title\">Private River Charter<\/div>\n<p class=\"rp-muted rp-sm\">\n        Celebrate a birthday, family get-together or special occasion with a private charter just for your group.\n      <\/p>\n<ul class=\"rp-list\">\n<li>Private boat, skipper and guide<\/li>\n<li>Flexible departure times<\/li>\n<li>Custom stops for photos, swimming or picnics<\/li>\n<\/ul>\n<p class=\"rp-price\">From <span>FJ$XX per boat<\/span><\/p>\n<p>      <a href=\"#about-contact\" class=\"rp-btn-outline\" style=\"color: var(--brand-dark); border-color: var(--brand-dark);\"><br \/>\n        Request Private Charter<br \/>\n      <\/a>\n    <\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- TOURS --><\/p>\n<section class=\"rp-section\" id=\"tours\">\n<div class=\"rp-container\">\n<div style=\"margin-bottom: 24px;\">\n<h2 class=\"rp-section-title\">Fiji Tours &amp; Day Trips<\/h2>\n<p class=\"rp-section-sub\">\n        Combine river, village and coastal highlights into easy half-day and full-day tours designed for couples,<br \/>\n        families and small groups.\n      <\/p>\n<\/p><\/div>\n<div class=\"rp-grid rp-grid-2\">\n<div class=\"rp-card\">\n<div class=\"rp-card-title\">River &amp; Village Experience<\/div>\n<p class=\"rp-muted rp-sm\">\n          <strong>Duration:<\/strong> 4\u20135 hours\n        <\/p>\n<ul class=\"rp-list\">\n<li>Short river cruise with commentary<\/li>\n<li>Visit a local village (customary welcome)<\/li>\n<li>Lookout stop for photos and views<\/li>\n<\/ul>\n<p class=\"rp-price\">From <span>FJ$XX per adult<\/span><\/p>\n<p>        <a href=\"#about-contact\" class=\"rp-btn-outline\" style=\"color: var(--brand-dark); border-color: var(--brand-dark);\"><br \/>\n          Enquire \/ Book<br \/>\n        <\/a>\n      <\/div>\n<div class=\"rp-card\">\n<div class=\"rp-card-title\">Coral Coast Highlights<\/div>\n<p class=\"rp-muted rp-sm\">\n          <strong>Duration:<\/strong> 6\u20138 hours\n        <\/p>\n<ul class=\"rp-list\">\n<li>Beaches and coastal viewpoints<\/li>\n<li>Local lunch (traditional Fijian flavours)<\/li>\n<li>Markets, crafts and cultural stops<\/li>\n<\/ul>\n<p class=\"rp-price\">From <span>FJ$XX per person<\/span><\/p>\n<p>        <a href=\"#about-contact\" class=\"rp-btn-outline\" style=\"color: var(--brand-dark); border-color: var(--brand-dark);\"><br \/>\n          Enquire \/ Book<br \/>\n        <\/a>\n      <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- AIRPORT TRANSFERS --><\/p>\n<section class=\"rp-section rp-section-soft\" id=\"airport-transfers\">\n<div class=\"rp-container\">\n<div style=\"margin-bottom: 24px;\">\n<h2 class=\"rp-section-title\">Nadi Airport Transfers<\/h2>\n<p class=\"rp-section-sub\">\n        Reliable private and shared transfers between Nadi International Airport and your resort on the Coral<br \/>\n        Coast and surrounding areas.\n      <\/p>\n<\/p><\/div>\n<div class=\"rp-grid rp-grid-3\">\n<div class=\"rp-card\">\n<div class=\"rp-card-title\">Private Car<\/div>\n<p class=\"rp-muted rp-sm\">\n          Up to 3 guests \u2022 ideal for couples and small families.\n        <\/p>\n<ul class=\"rp-list\">\n<li>Meet &amp; greet with your name sign<\/li>\n<li>Direct transfer to your resort<\/li>\n<li>Flight delay monitoring<\/li>\n<\/ul>\n<p class=\"rp-price\">From <span>FJ$XX per vehicle<\/span><\/p>\n<p>        <a href=\"#about-contact\" class=\"rp-btn-outline\" style=\"color: var(--brand-dark); border-color: var(--brand-dark);\"><br \/>\n          Enquire \/ Book<br \/>\n        <\/a>\n      <\/div>\n<div class=\"rp-card\">\n<div class=\"rp-card-title\">Private Van<\/div>\n<p class=\"rp-muted rp-sm\">\n          Up to 10 guests \u2022 great for families and groups.\n        <\/p>\n<ul class=\"rp-list\">\n<li>Door-to-door service<\/li>\n<li>Room for luggage and surfboards (on request)<\/li>\n<li>24\/7 operation for all flight times<\/li>\n<\/ul>\n<p class=\"rp-price\">From <span>FJ$XX per vehicle<\/span><\/p>\n<p>        <a href=\"#about-contact\" class=\"rp-btn-outline\" style=\"color: var(--brand-dark); border-color: var(--brand-dark);\"><br \/>\n          Enquire \/ Book<br \/>\n        <\/a>\n      <\/div>\n<div class=\"rp-card\">\n<div class=\"rp-card-title\">Shared Shuttle<\/div>\n<p class=\"rp-muted rp-sm\">\n          Budget-friendly seats in shared vehicles for popular resort routes.\n        <\/p>\n<ul class=\"rp-list\">\n<li>Scheduled departures<\/li>\n<li>Multiple hotel stops<\/li>\n<li>Friendly local drivers<\/li>\n<\/ul>\n<p class=\"rp-price\">From <span>FJ$XX per person<\/span><\/p>\n<p>        <a href=\"#about-contact\" class=\"rp-btn-outline\" style=\"color: var(--brand-dark); border-color: var(--brand-dark);\"><br \/>\n          Enquire \/ Book<br \/>\n        <\/a>\n      <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- CAR RENTALS --><\/p>\n<section class=\"rp-section\" id=\"car-rentals\">\n<div class=\"rp-container\">\n<div style=\"margin-bottom: 24px;\">\n<h2 class=\"rp-section-title\">Car Rentals in Fiji<\/h2>\n<p class=\"rp-section-sub\">\n        Explore beaches, villages and viewpoints at your own pace with clean, air-conditioned vehicles from<br \/>\n        River Pedals Fiji.\n      <\/p>\n<\/p><\/div>\n<div class=\"rp-grid rp-grid-3\">\n<div class=\"rp-card\">\n<div class=\"rp-card-title\">Economy Car<\/div>\n<p class=\"rp-muted rp-sm\">\n          Perfect for couples and short city\/town runs.\n        <\/p>\n<ul class=\"rp-list\">\n<li>Automatic transmission<\/li>\n<li>Air-conditioning<\/li>\n<li>Basic insurance included<\/li>\n<\/ul>\n<p class=\"rp-price\">From <span>FJ$XX per day<\/span><\/p>\n<p>        <a href=\"#about-contact\" class=\"rp-btn-outline\" style=\"color: var(--brand-dark); border-color: var(--brand-dark);\"><br \/>\n          Check Availability<br \/>\n        <\/a>\n      <\/div>\n<div class=\"rp-card\">\n<div class=\"rp-card-title\">Sedan \/ SUV<\/div>\n<p class=\"rp-muted rp-sm\">\n          Extra space for families, friends and luggage.\n        <\/p>\n<ul class=\"rp-list\">\n<li>Seats 4\u20135 passengers<\/li>\n<li>24\/7 roadside assistance<\/li>\n<li>Optional full cover insurance<\/li>\n<\/ul>\n<p class=\"rp-price\">From <span>FJ$XX per day<\/span><\/p>\n<p>        <a href=\"#about-contact\" class=\"rp-btn-outline\" style=\"color: var(--brand-dark); border-color: var(--brand-dark);\"><br \/>\n          Check Availability<br \/>\n        <\/a>\n      <\/div>\n<div class=\"rp-card\">\n<div class=\"rp-card-title\">4\u00d74 \/ Adventure<\/div>\n<p class=\"rp-muted rp-sm\">\n          For rougher roads and off-the-beaten-track villages.\n        <\/p>\n<ul class=\"rp-list\">\n<li>High-clearance vehicles<\/li>\n<li>Local route and safety briefing<\/li>\n<li>Flexible pickup &amp; drop-off options<\/li>\n<\/ul>\n<p class=\"rp-price\">From <span>FJ$XX per day<\/span><\/p>\n<p>        <a href=\"#about-contact\" class=\"rp-btn-outline\" style=\"color: var(--brand-dark); border-color: var(--brand-dark);\"><br \/>\n          Check Availability<br \/>\n        <\/a>\n      <\/div>\n<\/p><\/div>\n<p class=\"rp-muted rp-sm\" style=\"margin-top: 10px;\">\n      *Valid driver\u2019s licence and credit card required. We\u2019ll explain Fiji road rules and driving tips at pickup.*\n    <\/p>\n<\/p><\/div>\n<\/section>\n<p><!-- ABOUT & CONTACT --><\/p>\n<section class=\"rp-section rp-section-soft\" id=\"about-contact\">\n<div class=\"rp-container\">\n<div style=\"margin-bottom: 24px;\">\n<h2 class=\"rp-section-title\">About River Pedals Fiji<\/h2>\n<p class=\"rp-section-sub\">\n        We\u2019re a local Fiji operator focused on river safaris, tours, transfers and car rentals \u2013 with friendly<br \/>\n        service and real connections to the communities along the river.\n      <\/p>\n<\/p><\/div>\n<div class=\"rp-grid rp-grid-2\">\n<div>\n<h3 class=\"rp-card-title\">Our story<\/h3>\n<p class=\"rp-muted\">\n          River Pedals Fiji was started by locals who grew up by the river and on the Coral Coast. Today we<br \/>\n          welcome guests from all over the world and share the stories, places and people that make this area special.\n        <\/p>\n<p class=\"rp-muted\">\n          Our skippers, drivers and guides live here. We know the river conditions, the best viewpoints,<br \/>\n          and which village events are happening while you\u2019re in Fiji.\n        <\/p>\n<ul class=\"rp-list\">\n<li>Safety first \u2013 licensed skippers and drivers, insured vehicles and boats.<\/li>\n<li>Local communities \u2013 we work closely with villages along the river.<\/li>\n<li>Flexible &amp; friendly \u2013 we adjust to your pace and travel style.<\/li>\n<\/ul><\/div>\n<div class=\"rp-card\">\n<h3 class=\"rp-card-title\">Why guests recommend us<\/h3>\n<ul class=\"rp-list\">\n<li>Warm Fijian hospitality from the first message<\/li>\n<li>On-time airport pickups and clear communication<\/li>\n<li>Small groups so you have time for photos and questions<\/li>\n<li>Real-life stories from people who live here<\/li>\n<\/ul>\n<p class=\"rp-muted rp-sm\">\n          \u201cThe river trip and village visit were the highlight of our Fiji holiday \u2013 unforgettable and so welcoming.\u201d<br \/>\n          <br \/>\n          <strong>\u2013 Guest review<\/strong>\n        <\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<section class=\"rp-section\" id=\"contact\">\n<div class=\"rp-container\">\n<div style=\"text-align:center; margin-bottom:24px;\">\n<h2 class=\"rp-section-title\">Contact &amp; Bookings<\/h2>\n<p class=\"rp-section-sub\" style=\"margin:0 auto;\">\n        Tell us your dates, number of people and which service you need. We\u2019ll confirm availability and<br \/>\n        send you a secure payment link.\n      <\/p>\n<\/p><\/div>\n<div class=\"rp-grid rp-grid-2\">\n<div class=\"rp-card rp-card-soft\">\n<div class=\"rp-card-title\">Send an enquiry<\/div>\n<p class=\"rp-muted rp-sm\">\n          To make this form send emails, connect it to a plugin such as Contact Form 7 or WPForms.\n        <\/p>\n<div class=\"rp-field\">\n          <label>Name<\/label><br \/>\n          <input type=\"text\" placeholder=\"Your full name\" \/>\n        <\/div>\n<div class=\"rp-field\">\n          <label>Email<\/label><br \/>\n          <input type=\"email\" placeholder=\"you@example.com\" \/>\n        <\/div>\n<div class=\"rp-field\">\n          <label>WhatsApp \/ Phone<\/label><br \/>\n          <input type=\"text\" placeholder=\"+679 000 0000\" \/>\n        <\/div>\n<div class=\"rp-field\">\n          <label>Service<\/label><br \/>\n          <select><option>River Safari<\/option><option>Tour \/ Day Trip<\/option><option>Airport Transfer<\/option><option>Car Rental<\/option><option>Custom \/ Group Package<\/option><\/select>\n        <\/div>\n<div class=\"rp-field\">\n          <label>Message<\/label><br \/>\n          <textarea rows=\"4\" placeholder=\"Dates, number of people, hotel, flight details, etc.\"><\/textarea>\n        <\/div>\n<p>        <button type=\"button\" class=\"rp-btn-primary\">Send Enquiry (connect with plugin)<\/button>\n      <\/div>\n<div class=\"rp-card\">\n<div class=\"rp-card-title\">Quick contact<\/div>\n<p class=\"rp-muted rp-sm\">\n          We respond as quickly as possible to confirm your booking and send payment options.\n        <\/p>\n<p class=\"rp-muted rp-sm\">\n          <strong>Phone \/ WhatsApp:<\/strong><br \/>\n          <!-- TODO: change to your real number --><br \/>\n          <a href=\"https:\/\/wa.me\/6790000000\" target=\"_blank\">+679 000 0000<\/a>\n        <\/p>\n<p class=\"rp-muted rp-sm\">\n          <strong>Email:<\/strong><br \/>\n          <a href=\"mailto:info@riverpedalsfiji.com.fj\">info@riverpedalsfiji.com.fj<\/a>\n        <\/p>\n<p class=\"rp-muted rp-sm\">\n          <strong>Office hours:<\/strong> 8:00 am \u2013 6:00 pm (Fiji time), 7 days a week\n        <\/p>\n<p class=\"rp-muted rp-sm\">\n          <strong>Location:<\/strong> Coral Coast, Fiji (update with your exact base if you wish)\n        <\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<div class=\"rp-footer\">\n  <span>&copy; <span id=\"year-span\"><\/span> River Pedals Fiji. All rights reserved.<\/span><br \/>\n  &nbsp;\u00b7&nbsp;<br \/>\n  <a href=\"#top\">Back to top<\/a>\n<\/div>\n<p><script>\n  var span = document.getElementById(\"year-span\");\n  if (span) span.textContent = new Date().getFullYear();\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Home River Safari Tours Airport Transfers Car Rentals About &amp; Contact Locally owned &amp; operated in Fiji River Pedals Fiji Unique river safaris, scenic tours, airport transfers and car rentals in Fiji \u2013 operated by a friendly local team who know the river, the roads and the villages. Book River Safari \u2192 Airport Transfers \u2197 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-9","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/riverpedalsfiji.com.fj\/index.php\/wp-json\/wp\/v2\/pages\/9","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/riverpedalsfiji.com.fj\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/riverpedalsfiji.com.fj\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/riverpedalsfiji.com.fj\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/riverpedalsfiji.com.fj\/index.php\/wp-json\/wp\/v2\/comments?post=9"}],"version-history":[{"count":8,"href":"https:\/\/riverpedalsfiji.com.fj\/index.php\/wp-json\/wp\/v2\/pages\/9\/revisions"}],"predecessor-version":[{"id":19,"href":"https:\/\/riverpedalsfiji.com.fj\/index.php\/wp-json\/wp\/v2\/pages\/9\/revisions\/19"}],"wp:attachment":[{"href":"https:\/\/riverpedalsfiji.com.fj\/index.php\/wp-json\/wp\/v2\/media?parent=9"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}