PADI Nitrox Class
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --navy: #0b1f3a; --ocean: #0d4f78; --teal: #0093a7; --gold: #e8a020; --sand: #f5f0e8; --white: #ff ffff; --ink: #1a1a2e; --muted: #5a6a7a; --border: #d0dce8; --green: #2e7d32; } body { font-family: 'DM Sans', sans-serif; background: var(--sand); color: var(--ink); line-height: 1.75; } /* ─── HERO ─────────────────────────────────────── */ .hero { background: linear-gradient(160deg, var(--navy) 0%, var(--ocean) 55%, #0a6e8a 100%); color: var(--white); padding: 72px 24px 60px; text-align: center; position: relative; overflow: hidden; } .hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 50% 110%, rgba(0,147,167,0.35) 0%, transparent 70%); } .hero-eyebrow { font-family: 'Bebas Neue', sans-serif; letter-spacing: 0.18em; font-size: 0.85rem; color: var(--teal); text-transform: uppercase; margin-bottom: 14px; position: relative; } .hero h1 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.8rem, 8vw, 5rem); line-height: 1.0; letter-spacing: 0.03em; position: relative; max-width: 800px; margin: 0 auto; } .hero h1 span { color: var(--gold); } .hero-sub { font-family: 'DM Serif Display', serif; font-style: italic; font-size: clamp(1rem, 2.5vw, 1.2rem); color: rgba(255,255,255,0.72); margin: 16px auto 0; max-width: 580px; position: relative; } /* ─── PRICING CARDS ────────────────────────────── */ .pricing-wrap { display: flex; justify-content: center; gap: 20px; margin-top: 40px; position: relative; flex-wrap: wrap; } .price-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 10px; padding: 24px 32px; text-align: center; min-width: 220px; } .price-card.featured { background: var(--gold); border-color: var(--gold); } .price-card .label { font-family: 'Bebas Neue', sans-serif; font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-bottom: 6px; } .price-card.featured .label { color: var(--navy); } .price-card .amount { font-family: 'Bebas Neue', sans-serif; font-size: 2.8rem; line-height: 1; color: var(--white); } .price-card.featured .amount { color: var(--navy); } .price-card .was { font-size: 0.82rem; color: rgba(255,255,255,0.45); margin-top: 4px; } .price-card.featured .was { color: rgba(11,31,58,0.55); } .price-card .save { display: inline-block; background: var(--teal); color: var(--white); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 10px; border-radius: 20px; margin-top: 8px; } .price-card.featured .save { background: var(--navy); } /* ─── PADI CLUB BANNER ─────────────────────────── */ .club-banner { background: var(--navy); color: var(--white); text-align: center; padding: 18px 24px; font-size: 0.92rem; } .club-banner strong { color: var(--gold); } .club-banner a { color: var(--teal); text-decoration: none; } .club-banner a:hover { text-decoration: underline; } /* ─── LAYOUT ───────────────────────────────────── */ .page-wrap { max-width: 860px; margin: 0 auto; padding: 60px 24px 80px; } /* ─── INTRO ────────────────────────────────────── */ .intro { font-size: 1.08rem; color: #2e3a4a; line-height: 1.85; margin-bottom: 48px; } .intro p { margin-bottom: 20px; } /* ─── SECTION HEADERS ──────────────────────────── */ .section-label { font-family: 'Bebas Neue', sans-serif; font-size: 0.78rem; letter-spacing: 0.22em; color: var(--teal); text-transform: uppercase; margin-bottom: 8px; } h2 { font-family: 'DM Serif Display', serif; font-size: clamp(1.6rem, 3.5vw, 2.1rem); color: var(--navy); line-height: 1.2; margin-bottom: 20px; } /* ─── DIVIDER ──────────────────────────────────── */ .divider { border: none; border-top: 1px solid var(--border); margin: 48px 0; } /* ─── BENEFITS GRID ────────────────────────────── */ .benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin: 28px 0 48px; } .benefit-card { background: var(--white); border: 1px solid var(--border); border-top: 4px solid var(--teal); border-radius: 8px; padding: 24px 22px; } .benefit-card .icon { font-size: 1.6rem; margin-bottom: 10px; } .benefit-card h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.0rem; letter-spacing: 0.1em; color: var(--navy); text-transform: uppercase; margin-bottom: 8px; } .benefit-card p { font-size: 0.92rem; color: var(--muted); line-height: 1.6; } /* ─── WHAT'S INCLUDED ──────────────────────────── */ .included-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 24px 0 48px; } .included-item { display: flex; align-items: flex-start; gap: 12px; background: var(--white); border: 1px solid var(--border); border-radius: 6px; padding: 14px 16px; } .included-item .check { color: var(--green); font-size: 1.1rem; flex-shrink: 0; margin-top: 1px; } .included-item span { font-size: 0.93rem; color: var(--ink); line-height: 1.4; } /* ─── SCHEDULE BLOCK ───────────────────────────── */ .schedule-block { background: var(--navy); color: var(--white); border-radius: 10px; padding: 32px 36px; margin: 28px 0 48px; } .schedule-block h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.1rem; letter-spacing: 0.14em; color: var(--gold); text-transform: uppercase; margin-bottom: 20px; } .schedule-row { display: flex; gap: 20px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.08); align-items: flex-start; } .schedule-row:last-child { border-bottom: none; } .schedule-day { font-family: 'Bebas Neue', sans-serif; font-size: 0.85rem; letter-spacing: 0.12em; color: var(--teal); text-transform: uppercase; min-width: 90px; padding-top: 2px; } .schedule-detail { font-size: 0.93rem; color: rgba(255,255,255,0.8); line-height: 1.5; } .schedule-detail strong { color: var(--white); } /* ─── PADI CLUB PERKS ──────────────────────────── */ .club-section { background: var(--white); border: 1px solid var(--border); border-left: 5px solid var(--gold); border-radius: 8px; padding: 28px 32px; margin: 28px 0 48px; } .club-section .club-logo { font-family: 'Bebas Neue', sans-serif; font-size: 1.1rem; letter-spacing: 0.15em; color: var(--navy); margin-bottom: 6px; } .club-section .club-logo span { color: var(--gold); } .club-section p { font-size: 0.93rem; color: var(--muted); margin-bottom: 16px; line-height: 1.6; } .club-perks { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; } .club-perk { display: flex; align-items: center; gap: 8px; font-size: 0.88rem; color: var(--ink); } .club-perk::before { content: '★'; color: var(--gold); font-size: 0.75rem; flex-shrink: 0; } .club-note { font-size: 0.82rem !important; color: var(--muted) !important; margin-top: 16px !important; font-style: italic; border-top: 1px solid var(--border); padding-top: 14px; } /* ─── FAQ ──────────────────────────────────────── */ .faq-list { margin: 24px 0 48px; } details { border-bottom: 1px solid var(--border); padding: 0; } details:first-child { border-top: 1px solid var(--border); } summary { font-weight: 600; font-size: 0.97rem; color: var(--navy); padding: 18px 0; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; } summary::-webkit-details-marker { display: none; } summary::after { content: '+'; font-family: 'Bebas Neue', sans-serif; font-size: 1.3rem; color: var(--teal); flex-shrink: 0; margin-left: 16px; } details[open] summary::after { content: '−'; } .faq-answer { font-size: 0.95rem; color: var(--muted); line-height: 1.7; padding-bottom: 18px; } .faq-answer p { margin-bottom: 10px; } .faq-answer p:last-child { margin-bottom: 0; } /* ─── CTA STRIP ────────────────────────────────── */ .cta-strip { background: linear-gradient(135deg, var(--navy) 0%, var(--ocean) 100%); border-radius: 10px; padding: 48px 36px; text-align: center; margin-top: 48px; } .cta-strip h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(1.8rem, 4vw, 2.6rem); letter-spacing: 0.04em; color: var(--gold); text-transform: uppercase; margin-bottom: 12px; } .cta-strip p { font-size: 1rem; color: rgba(255,255,255,0.8); max-width: 520px; margin: 0 auto 28px; line-height: 1.6; } .btn-primary { display: inline-block; background: var(--gold); color: var(--navy); font-weight: 700; font-size: 0.95rem; letter-spacing: 0.06em; text-transform: uppercase; padding: 14px 40px; border-radius: 4px; text-decoration: none; transition: background 0.2s; } .btn-primary:hover { background: #f5b030; } @media (max-width: 600px) { .included-grid { grid-template-columns: 1fr; } .club-perks { grid-template-columns: 1fr; } .schedule-block { padding: 24px 20px; } .cta-strip { padding: 36px 24px; } } OTA Scuba & Swim · Katy, Texas · PADI 5-Star Center PADI Enriched AirNitrox Course The single best upgrade you can make before your next dive trip — more bottom time, less nitrogen, same great ocean. Course Price $249.95 Regular $299.99 Save 17% Free PADI Club membership included — a $55 value. Discounts on future PADI courses, digital certification card access, and dive trip planning resources. Already a member? See details below. Every diver eventually hears the words "you should get Nitrox certified" and nods politely while having no idea what that actually means for their next trip. Here's the short version: when you dive on regular air, you're breathing about 21% oxygen and 79% nitrogen. Nitrox raises the oxygen percentage — up to 40% — which means your body absorbs less nitrogen on every dive. Less nitrogen absorbed means longer no-decompression limits, shorter surface intervals, and more time underwater where you actually want to be. Our lakes in Texas top out around 40 feet — too shallow for Nitrox to make a meaningful difference. We're honest about that. This course is for your next trip to Cozumel, Roatan, the Flower Gardens, or the Red Sea — anywhere you're doing multiple dives a day and every extra minute at depth counts. One Nitrox certification, every dive trip for the rest of your life. Why Nitrox What Changes When You Breathe the Good Stuff ⏱ Longer Bottom Time Reduced nitrogen absorption extends your no-decompression limits — significantly. More time on the reef, less time watching the clock. 🔄 Shorter Surface Intervals Less nitrogen to off-gas means you get back in the water faster between dives. On a live-aboard or a multi-dive day trip, this adds up quickly. 🔋 More Energy After Diving Many divers report feeling less fatigued after Nitrox dives. Not a guarantee — but common enough that it's worth knowing. 🛡 An Extra Safety Margin Reduced nitrogen loading means an additional buffer between you and decompression limits — a margin most recreational divers are happy to have. What You Get Everything Included. No Surprises. As with every OTA course — the price is the price. No hidden certification fees, no surprise charges at the finish line. ✓ PADI Enriched Air e-learning (complete on your schedule) ✓ Digital course manual ✓ In-person session — tank analysis and gas blending fundamentals ✓ PADI certification fee — your Nitrox card, issued directly ✓ Free PADI Club membership (a $55 value) ✓ No pool session required — this is a dry certification course Course Schedule How It Works Enriched Air Nitrox — Course Timeline Step 1 Complete e-learning online — finish the PADI Enriched Air digital course at your own pace before your in-person session. Takes most students 2–3 hours. Step 2 Friday at 6:00 PM — in-person session at OTA Scuba & Swim. We cover tank analysis, how to read and verify your Nitrox mix, oxygen exposure limits, and how to plan dives using your dive computer. Don't have one yet? No worries — we'll show you your options so you can hit the water ready to make the most of every extra minute. Typically 2 hours. Step 3 Certified. Your PADI Enriched Air Diver certification is processed and issued. Recognized at dive shops and fill stations worldwide. Included With Your Course Free PADI Club Membership PADI Club Every OTA course includes a complimentary PADI Club membership — a $55 value — activated when you register for your certification. Discounts on future PADI courses Digital certification card access Exclusive member digital content Dive trip planning resources Already a PADI Club member? Contact us before purchasing — we will instruct you on how to get your discounts. Common Questions Before You Enroll Do I need any specific certification level to take this course? The only requirement is that you are a certified diver — any agency, any level. Open Water, Advanced, Rescue, Divemaster — if you have a certification card, you qualify. No minimum number of logged dives required. Is there a pool session or open water dive requirement? No. PADI Enriched Air is a dry certification — e-learning plus one in-person session to cover tank analysis and dive planning. No pool, no open water dives required. You'll be certified after your Friday evening session. Can I use Nitrox at local Texas lakes? Technically yes, but practically no — our Texas lakes are too shallow for Nitrox to provide a meaningful benefit. Nitrox earns its value at recreational depths of 60 feet and beyond, where the extended no-decompression limits matter. This course is designed with your travel diving in mind — Cozumel, Roatan, the Flower Gardens, the Red Sea. One certification, every trip for the rest of your life. As we expand our Advanced Open Water program, Nitrox will become a natural part of deeper dive training. Stay tuned. Will dive shops and fill stations accept my OTA Nitrox certification? Yes. Your PADI Enriched Air Diver certification is recognized worldwide. Any PADI dive center or fill station that offers Nitrox fills will accept it — no questions asked. What's the difference between Nitrox 32 and Nitrox 36? The numbers refer to the percentage of oxygen in the mix — Nitrox 32 is 32% oxygen, Nitrox 36 is 36% oxygen. Higher oxygen percentages give you longer no-decompression limits but also lower your maximum operating depth due to oxygen toxicity considerations. We cover all of this in the in-person session — how to analyze your tank, calculate your maximum depth, and plan your dives accordingly. By the time you leave Friday night, this will make complete sense. What does the certification fee cover exactly? Everything. The price you see — $199.95 — includes your PADI e-learning access, your digital course manual, your in-person session, and your PADI Enriched Air Diver certification fee. There is nothing else to pay. That's the OTA standard across every course we offer. Ready to Dive Longer? One Friday evening. One certification. More bottom time on every dive trip you take for the rest of your life. ENROLL NOW — $249.95
More you might like
Related
Padi Nitrox Diver
Related
PADI Nitrox Diver
Related
PADI Computer Nitrox Diver
Related