FAQs
<style>
.faq-section {
font-family: inherit;
}
.faq-item {
border-bottom: 1px solid #ddd;
padding: 10px 0;
}
.faq-question {
font-weight: bold;
cursor: pointer;
margin: 0;
display: flex;
align-items: center;
justify-content: space-between;
}
.faq-icon {
font-size: 18px;
margin-left: 10px;
}
.faq-answer {
display: none;
padding: 10px 0;
color: #333;
}
</style>
<div class="faq-section">
<!-- Repeat block starts here -->
<div class="faq-item">
<p class="faq-question" onclick="const answer = this.nextElementSibling; const icon = this.querySelector('.faq-icon'); const isOpen = answer.style.display === 'block'; document.querySelectorAll('.faq-answer').forEach(el => el.style.display = 'none'); document.querySelectorAll('.faq-icon').forEach(el => el.textContent = '+'); if (!isOpen) { answer.style.display = 'block'; icon.textContent = '-'; }">
How fit do I need to be?
<span class="faq-icon">+</span>
</p>
<div class="faq-answer">
A moderate level of fitness is recommended. You'll be climbing in and out of the shark cage from the boat and possibly diving with scuba gear if you join the ocean floor cage experience. You should be comfortable in the water and able to move around the vessel steadily in ocean conditions. If you have any medical conditions, it’s best to consult your doctor and let the expedition team know in advance.
</div>
</div>
<div class="faq-item">
<p class="faq-question" onclick="
const answer = this.nextElementSibling;
const icon = this.querySelector('.faq-icon');
const isOpen = answer.style.display === 'block';
document.querySelectorAll('.faq-answer').forEach(el => el.style.display = 'none');
document.querySelectorAll('.faq-icon').forEach(el => el.textContent = '+');
if (!isOpen) {
answer.style.display = 'block';
icon.textContent = '-';
}
">
Do I need scuba diving experience to join this trip?
<span class="faq-icon">+</span>
</p>
<div class="faq-answer">
No prior diving experience is required. The surface cage is accessible to beginners. However, to participate in the ocean floor cage dive, a basic scuba certification is needed.
</div>
</div>
<div class="faq-item">
<p class="faq-question" onclick="const answer = this.nextElementSibling; const icon = this.querySelector('.faq-icon'); const isOpen = answer.style.display === 'block'; document.querySelectorAll('.faq-answer').forEach(el => el.style.display = 'none'); document.querySelectorAll('.faq-icon').forEach(el => el.textContent = '+'); if (!isOpen) { answer.style.display = 'block'; icon.textContent = '-'; }">
What's the water temperature?
<span class="faq-icon">+</span>
</p>
<div class="faq-answer">
This is cold water diving. The water temperature is around 59 – 62F (15 – 17C). A. 7mm wetsuit is needed. A heated vest is recommended.
</div>
</div>
<div class="faq-item">
<p class="faq-question" onclick="const answer = this.nextElementSibling; const icon = this.querySelector('.faq-icon'); const isOpen = answer.style.display === 'block'; document.querySelectorAll('.faq-answer').forEach(el => el.style.display = 'none'); document.querySelectorAll('.faq-icon').forEach(el => el.textContent = '+'); if (!isOpen) { answer.style.display = 'block'; icon.textContent = '-'; }">
Is it safe to dive with Great White Sharks?
<span class="faq-icon">+</span>
</p>
<div class="faq-answer">
Yes — safety is the top priority. The expedition uses specially designed cages and is run by the most experienced shark diving team in the world, with decades of incident-free operations.
</div>
</div>
<div class="faq-item">
<p class="faq-question" onclick="const answer = this.nextElementSibling; const icon = this.querySelector('.faq-icon'); const isOpen = answer.style.display === 'block'; document.querySelectorAll('.faq-answer').forEach(el => el.style.display = 'none'); document.querySelectorAll('.faq-icon').forEach(el => el.textContent = '+'); if (!isOpen) { answer.style.display = 'block'; icon.textContent = '-'; }">
What’s the difference between the surface cage and the ocean floor cage?
<span class="faq-icon">+</span>
</p>
<div class="faq-answer">
The surface cage floats at deck level and doesn't require scuba gear. The ocean floor cage descends ~66 feet below the surface, offering an unmatched view of Great Whites gliding near the seabed.
</div>
</div>
<div class="faq-item">
<p class="faq-question" onclick="const answer = this.nextElementSibling; const icon = this.querySelector('.faq-icon'); const isOpen = answer.style.display === 'block'; document.querySelectorAll('.faq-answer').forEach(el => el.style.display = 'none'); document.querySelectorAll('.faq-icon').forEach(el => el.textContent = '+'); if (!isOpen) { answer.style.display = 'block'; icon.textContent = '-'; }">
Who will be leading the expedition?
<span class="faq-icon">+</span>
</p>
<div class="faq-answer">
This special expedition is led by Amos Nachoum - award-winning wildlife photographer - and Rodney Fox, the pioneer of shark cage diving. It’s a rare opportunity to travel with legends in the field.
</div>
</div>
<div class="faq-item">
<p class="faq-question" onclick="const answer = this.nextElementSibling; const icon = this.querySelector('.faq-icon'); const isOpen = answer.style.display === 'block'; document.querySelectorAll('.faq-answer').forEach(el => el.style.display = 'none'); document.querySelectorAll('.faq-icon').forEach(el => el.textContent = '+'); if (!isOpen) { answer.style.display = 'block'; icon.textContent = '-'; }">
How many guests are on board?
<span class="faq-icon">+</span>
</p>
<div class="faq-answer">
The trip is limited to just 9 travelers, ensuring an intimate, uncrowded experience with plenty of time in the cage and personal attention from the guides.
</div>
</div>
<div class="faq-item">
<p class="faq-question" onclick="const answer = this.nextElementSibling; const icon = this.querySelector('.faq-icon'); const isOpen = answer.style.display === 'block'; document.querySelectorAll('.faq-answer').forEach(el => el.style.display = 'none'); document.querySelectorAll('.faq-icon').forEach(el => el.textContent = '+'); if (!isOpen) { answer.style.display = 'block'; icon.textContent = '-'; }">
What's the price of the expedition?
<span class="faq-icon">+</span>
</p>
<div class="faq-answer">
The price of the tour is $9,800.00 USD per person (shared cabin) and $14,000.00 USD per person (private cabin) for the 2025 departure.
</div>
</div>
<div class="faq-item">
<p class="faq-question" onclick="const answer = this.nextElementSibling; const icon = this.querySelector('.faq-icon'); const isOpen = answer.style.display === 'block'; document.querySelectorAll('.faq-answer').forEach(el => el.style.display = 'none'); document.querySelectorAll('.faq-icon').forEach(el => el.textContent = '+'); if (!isOpen) { answer.style.display = 'block'; icon.textContent = '-'; }">
What are your payment terms?
<span class="faq-icon">+</span>
</p>
<div class="faq-answer">
A non-refundable deposit of 40% is required to secure your booking and may be paid by major credit card (no credit card fees applied). The remaining balance is due 90 days before the tour starts and it's paid through bank transfer.
<BR><BR>
Upon receipt of your reservation deposit, you will receive a preparatory package with a receipt denoting your deposit paid and balance due date, trip confirmation, detailed itinerary, medical and liability release forms, trip insurance requirements, equipment list and other pre-trip information.
<BR><BR>
Balances are due 90 days prior to departure. Balances may be paid by bank transfer.
</div>
</div>
<div class="faq-item">
<p class="faq-question" onclick="const answer = this.nextElementSibling; const icon = this.querySelector('.faq-icon'); const isOpen = answer.style.display === 'block'; document.querySelectorAll('.faq-answer').forEach(el => el.style.display = 'none'); document.querySelectorAll('.faq-icon').forEach(el => el.textContent = '+'); if (!isOpen) { answer.style.display = 'block'; icon.textContent = '-'; }">
What's your cancellation policy?
<span class="faq-icon">+</span>
</p>
<div class="faq-answer">
All requests for cancellation must be received in writing to Adventure Fix GO.
<BR><BR>
Cancellations received <b> more than 90 days prior to the trip departure date </b> means a loss of your deposit (40% of the trip cost). We encourage you to make the responsible choice — protect your investment with a reasonably-priced, comprehensive insurance policy. Once we have accepted your deposit and application, we will make non-refundable payments to secure your space with overseas vendors; consequently, all deposits on expeditions are also non-refundable, without exception.
<BR><BR>
In the event of <B>cancellations made 61 – 90 calendar days</b> (12:00am US Pacific Time) before the expeditions; start date, Big Animals LLC will charge a fee equal to 50% of the expeditions’ full price.
<BR><BR>
<b>Cancellations or modifications made within 60 calendar days</b> before the expeditions; start date, Big Animals LLC will charge a fee equal to 100% of the expeditions; full price, without exception.
<BR><BR>
We strongly recommend that you obtain adequate trip cancellation insurance.
</div>
</div>
<div class="faq-item">
<p class="faq-question" onclick="const answer = this.nextElementSibling; const icon = this.querySelector('.faq-icon'); const isOpen = answer.style.display === 'block'; document.querySelectorAll('.faq-answer').forEach(el => el.style.display = 'none'); document.querySelectorAll('.faq-icon').forEach(el => el.textContent = '+'); if (!isOpen) { answer.style.display = 'block'; icon.textContent = '-'; }">
Do I need travel insurance?
<span class="faq-icon">+</span>
</p>
<div class="faq-answer">
Yes. All participants are required to carry valid travel, dive, and health insurance. Proof of insurance will be requested before the expedition.
</div>
</div>
</div>
Robert W.
I came over from the United States to do these dives and couldn’t be happier!
The staff was incredible and waited on us hand and foot! You will want for nothing and they take great care of you on this trip. There’s no reason to be afraid of these wonderful fish and this is truly an experience you will never forget.
If you are thinking about doing this, don’t hesitate and go!
The other people on the trip were amazing as well and made friends for life! I can’t say enough good about this trip and the people running it! It was a long haul to get there and I may come back and do it again it was so great! The food is wonderful and healthy! You will have constant access to snacks in between meals and will want for nothing there as well!!
Arthur B.
This trip has to be one of the most fun exciting and memorable adventures l have been on.
We had great weather and sharks everyday.
There is really nothing to be afraid of,everybody was keen to get into the cages, the thrill of seeing a Great White up close is tremendous.
The time flew by, the food was delicious.
People bonded with each other, and even more so with the staff, who took care of everything
At the end of the trip it was difficult to say goodbye, people became emotional.
l will definitely be doing this again.
Fabio M.
That’s by far one of the best adventure a shark lover like me could have hoped for. I have spent a week on board of the Rodney Fox and still can’t believe to what I’ve seen, we spotted 4 different great whites, some dolphins and we swam with sea lions too.
My only regret is that I tried the bottom cage only on the last day and the experience is hard to describe. The atmosphere on board was very friendly and relaxing. The food was delicious and the crew was outstanding. The whole organization was flawless, deeply committed to provide a safe environment for us and for the sharks . I can’t wait to come back as soon as possible and enjoying the whole thrill this time from the bottom cage!
I recommend this adventure to all the shark lovers and also to the ones who think that this marvelous apex predators are just heartless killers, I’m sure they will change their mind!!!