PADI Divemaster Course
PADI Divemaster Course – Katy, TX | OTA Scuba & Swim *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --navy: #0a2540; --navy-mid: #163557; --water : #1e6fa8; --water-light: #e8f3fb; --aqua: #2ec4b6; --sand: #f7f4ef; --ink: #1a1a2e; --muted: #5a6a7a; --white: #ffffff; --serif: 'DM Serif Display', Georgia, serif; --sans: 'DM Sans', system-ui, sans-serif; } body { font-family: var(--sans); background: var(--sand); color: var(--ink); line-height: 1.6; -webkit-font-smoothing: antialiased; } /* ── HERO ── */ .hero { background: var(--navy); padding: 72px 24px 88px; text-align: center; position: relative; overflow: hidden; } .hero::before { content: ''; position: absolute; bottom: -1px; left: 0; right: 0; height: 60px; background: var(--sand); clip-path: ellipse(60% 100% at 50% 100%); } .hero-eyebrow { display: inline-block; font-size: 11px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--aqua); margin-bottom: 18px; } .hero h1 { font-family: 'DM Serif Display', Georgia, serif; font-size: clamp(3rem, 9vw, 5.5rem); color: var(--white); line-height: 1.0; letter-spacing: 0.01em; max-width: 700px; margin: 0 auto 0; position: relative; } .hero h1 span { color: var(--aqua); font-style: italic; } .hero-sub { font-family: 'DM Serif Display', Georgia, serif; font-style: italic; font-size: clamp(1.3rem, 3.5vw, 1.9rem); color: rgba(255,255,255,0.68); max-width: 580px; margin: 20px auto 28px; font-weight: 400; } .hero-meta { font-size: 14px; color: rgba(255,255,255,0.45); font-weight: 300; position: relative; } .hero-meta strong { color: var(--aqua); font-weight: 500; } /* ── REVIEWS BAR ── */ .reviews-bar { background: var(--white); border-bottom: 1px solid rgba(10,37,64,0.08); padding: 18px 24px; text-align: center; font-size: 14px; color: var(--muted); } .reviews-bar strong { color: var(--navy); } /* ── CONTENT ── */ .content-section { max-width: 820px; margin: 0 auto; padding: 60px 24px 0; } .section-label { font-size: 11px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--aqua); margin-bottom: 10px; } .section-heading { font-family: var(--serif); font-size: clamp(22px, 3.5vw, 34px); color: var(--navy); margin-bottom: 16px; line-height: 1.2; } .section-body { font-size: 15px; color: var(--muted); font-weight: 300; line-height: 1.75; margin-bottom: 16px; } /* ── KEY POINTS ── */ .key-points { display: flex; flex-direction: column; gap: 20px; margin-top: 32px; } .key-point { background: var(--white); border-radius: 16px; padding: 24px 28px; box-shadow: 0 2px 12px rgba(10,37,64,0.07); border-left: 4px solid var(--aqua); } .key-point.accent { border-left-color: var(--water); } .key-point.gold-accent { border-left-color: #e8a020; } .key-point h3 { font-family: var(--serif); font-size: 20px; color: var(--navy); margin-bottom: 10px; } .key-point p { font-size: 14px; color: var(--muted); font-weight: 300; line-height: 1.65; } .key-point p + p { margin-top: 10px; } /* ── PERSONAL NOTE ── */ .personal-note { background: var(--navy); border-radius: 16px; padding: 40px 36px; margin-top: 48px; position: relative; } .personal-note::before { content: '\201C'; font-family: var(--serif); font-size: 120px; color: rgba(46,196,182,0.12); position: absolute; top: -10px; left: 20px; line-height: 1; } .personal-note-label { font-size: 11px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--aqua); margin-bottom: 20px; } .personal-note p { font-size: 15px; color: rgba(255,255,255,0.72); font-weight: 300; line-height: 1.78; margin-bottom: 16px; } .personal-note p.highlight { font-family: var(--serif); font-size: 20px; color: var(--white); font-weight: 400; line-height: 1.5; } .personal-note .signature { font-size: 13px; color: var(--aqua); font-weight: 500; margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); } /* ── COURSE STRUCTURE ── */ .structure-grid { display: flex; flex-direction: column; gap: 20px; margin-top: 32px; } .structure-block { background: var(--white); border-radius: 16px; padding: 28px; box-shadow: 0 2px 12px rgba(10,37,64,0.07); display: flex; gap: 20px; align-items: flex-start; } .struct-icon { font-size: 28px; flex-shrink: 0; margin-top: 2px; } .struct-content h3 { font-family: var(--serif); font-size: 20px; color: var(--navy); margin-bottom: 5px; } .struct-content .struct-meta { font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--water); margin-bottom: 10px; } .struct-content p { font-size: 14px; color: var(--muted); font-weight: 300; line-height: 1.65; } .struct-content ul { margin-top: 10px; padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: 6px; } .struct-content ul li { font-size: 13px; color: var(--muted); font-weight: 300; padding-left: 16px; position: relative; } .struct-content ul li::before { content: '–'; position: absolute; left: 0; color: var(--aqua); } /* ── INCLUDED / NOT INCLUDED ── */ .included-section { max-width: 820px; margin: 48px auto 0; padding: 0 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; } .included-box { background: var(--white); border-radius: 16px; padding: 28px; box-shadow: 0 2px 12px rgba(10,37,64,0.07); } .included-box h3 { font-family: var(--serif); font-size: 18px; color: var(--navy); margin-bottom: 16px; } .included-list { list-style: none; display: flex; flex-direction: column; gap: 10px; } .included-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 14px; color: var(--muted); font-weight: 300; line-height: 1.5; } .included-list li::before { content: '✔'; color: var(--aqua); font-weight: 700; flex-shrink: 0; } .not-included-list li::before { content: '✖'; color: #e67e22; } /* ── PREREQS ── */ .prereq-section { max-width: 820px; margin: 48px auto 0; padding: 0 24px; } .prereq-box { background: var(--white); border-radius: 16px; padding: 28px; box-shadow: 0 2px 12px rgba(10,37,64,0.07); } .prereq-box h3 { font-family: var(--serif); font-size: 18px; color: var(--navy); margin-bottom: 16px; } .prereq-list { list-style: none; display: flex; flex-direction: column; gap: 10px; } .prereq-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 14px; color: var(--muted); font-weight: 300; line-height: 1.5; } .prereq-list li::before { content: '→'; color: var(--water); font-weight: 700; flex-shrink: 0; } .prereq-note { margin-top: 16px; background: var(--water-light); border-left: 4px solid var(--water); border-radius: 0 8px 8px 0; padding: 12px 16px; font-size: 13px; color: var(--navy-mid); font-weight: 400; } .prereq-note a { color: var(--water); font-weight: 500; text-decoration: none; } /* ── INSURANCE CALLOUT ── */ .insurance-callout { max-width: 820px; margin: 32px auto 0; padding: 0 24px; } .insurance-box { background: var(--navy); border-radius: 16px; padding: 28px 32px; display: flex; gap: 20px; align-items: flex-start; } .insurance-icon { font-size: 32px; flex-shrink: 0; margin-top: 2px; } .insurance-content h3 { font-family: var(--serif); font-size: 20px; color: var(--white); margin-bottom: 8px; } .insurance-content p { font-size: 14px; color: rgba(255,255,255,0.65); font-weight: 300; line-height: 1.65; } .insurance-content p strong { color: var(--aqua); font-weight: 500; } /* ── CTA STRIP ── */ .cta-strip { background: var(--navy); text-align: center; padding: 60px 24px; margin-top: 56px; } .cta-strip h2 { font-family: var(--serif); font-size: clamp(24px, 4vw, 38px); color: var(--white); margin-bottom: 12px; } .cta-strip p { color: rgba(255,255,255,0.6); font-size: 15px; font-weight: 300; margin-bottom: 32px; max-width: 440px; margin-left: auto; margin-right: auto; } .cta-btn-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 20px; } .btn-cta { display: inline-block; background: var(--aqua); color: var(--navy); font-family: var(--sans); font-size: 14px; font-weight: 500; padding: 14px 32px; border-radius: 40px; text-decoration: none; letter-spacing: 0.04em; } .cta-phone { font-size: 14px; color: rgba(255,255,255,0.5); font-weight: 300; } .cta-phone strong { color: var(--aqua); font-weight: 500; } /* ── RESPONSIVE ── */ @media (max-width: 640px) { .included-section { grid-template-columns: 1fr; } .structure-block { flex-direction: column; gap: 12px; } .insurance-box { flex-direction: column; gap: 12px; } .personal-note { padding: 32px 24px; } } OTA Scuba & Swim · Katy, TX · Professional Development PADI Divemaster The First Step into Professional Diving $900 · 6–7 Weeks · ~84 Hours · All PADI materials included ★★★★★ 4.98 · Over 250 verified reviews · All of our dive business comes from word of mouth. If someone sent you here, they trust us — and we don't take that lightly. What This Course Actually Is Not a certification.A transformation. Every diver reaches a point where the sport doesn't feel like enough anymore. You've done the dives. You've logged the hours. You find yourself watching newer divers and thinking — I know what they need to do differently. That instinct is what Divemaster training is built for. This is the course that turns a skilled recreational diver into a professional. You learn to read a dive site, manage a group, brief and debrief, supervise training dives, and assist instructors. More importantly, you learn to be responsible for other people in the water — not just yourself. At 84 hours of structured training spread over 6–7 weeks, this is the most serious course we offer. It is also, for most people, the most meaningful thing they've ever done in scuba. Built for working adults Classroom sessions run two weeknights per week, 3–4 hours each. Water training happens on weekends — Saturday afternoons and full Sundays. We built the schedule so you don't have to choose between your career and your certification. Small groups. Personal instruction. OTA caps all professional-level courses. You are not a revenue unit. You will be trained, evaluated, and developed as an individual — because that is the only way to produce a Divemaster worth having. This is a real course — not unpaid labor with a carrot on a stick Some shops run what they call an "internship" before the Divemaster course begins. Students work the shop floor, assist dives, and do everything a professional does — for free — while the actual certification keeps getting pushed further out. That is not what we do. When you enroll in our Divemaster course, you are enrolled in a course. You start training on the schedule. You earn your certification on the schedule. Every hour you spend here is a training hour — not an unpaid shift. A Personal Note from Morad I want to be honest with you about something, because I think it actually matters when you're deciding where to train. My own path to becoming a dive professional was not a good one. The shop I trained with called it an "internship." What it actually was — for over a year — was free labor. I worked the shop floor, assisted dives, and did everything a Divemaster does, without pay and without any real training happening. When I expressed interest in becoming an instructor, I was looking at another two years of the same arrangement. Then the owners left on a trip. I walked into a PADI center and became an instructor two weeks later. I'm not telling you that to impress you — the stars aligned in an unusual way, and I know that. I'm telling you because I built OTA in direct reaction to that experience. I know exactly what it looks like when a shop treats aspiring professionals as unpaid labor dressed up with a credential dangled in the distance. We don't do that here. We never will. When you enroll with us, you train. When you complete the requirements, you certify. Your time is yours — and we intend to make every hour of it count. — Morad, Owner · OTA Scuba & Swim · PADI Master Instructor & Tec 50 Instructor Course Structure 6–7 Weeks. ~84 Hours.Three training environments. The PADI Divemaster course runs on a structured weekly schedule designed around real life. eLearning is completed independently at your own pace. All instructor-led sessions follow a fixed schedule so you can plan ahead. 📚 Classroom — Weeknights ~24 Hours · 2 evenings/week · 3–4 hrs/session Application-focused sessions covering the professional knowledge base: dive physics, physiology, decompression theory, gas planning, risk management, dive briefing techniques, and professional communication. This is not lecture-and-memorize — it's discussion, problem-solving, and applied judgment. Professional foundations and duty of care Gas consumption (SAC/RMV) and dive planning Decompression theory and computer literacy Stress and panic recognition and management Emergency Action Plans and hazard identification Briefing skills and managing mixed-ability groups 🏊 Confined Water — OTA Pool ~20 Hours · Weekends · Our In-House Pool Watermanship assessment and demonstration-quality skill development in our heated 17×45 ft pool. You don't just perform skills — you learn to coach them, recognize errors in others, and give constructive feedback. This is what separates a trained professional from a skilled recreational diver. 400m swim, 800m snorkel, 100m tired diver tow, 15-min float Rescue skills assessment: tired and panicked diver response Full Divemaster skill circuit to demonstration quality Neutral buoyancy execution and coaching Error recognition and evaluation methodology 🌊 Open Water — Mammoth Lake ~40 Hours · Weekends · Lake Jackson, TX The majority of your training hours happen in open water at Mammoth Lake in Lake Jackson, TX — a real dive site with genuine conditions. You'll manage dive sites, navigate, map, run search patterns, supervise training dives, and assist instructors with real students. Dive site setup, logistics, and hazard identification Navigation planning, execution, and mapping project Search patterns and recovery techniques Deep dive planning and supervision Assisting instructors during live training dives Professional leadership evaluation What's Included All PADI Divemaster eLearning materials All classroom instruction (~24 hrs) All confined water sessions — OTA pool All open water training sessions — Mammoth Lake Instructor time throughout the full program Not Included PADI registration fees and first-year annual dues — paid directly to PADI at enrollment Full scuba kit — available for purchase or rental, call us at 855-OTA-DIVE Mammoth Lake entry fees — details provided when you schedule 🛡️ Professional Liability Coverage While You Work With Us Divemasters working and assisting at OTA are covered under our professional liability insurance policy while conducting activities on behalf of OTA. This is not automatic industry coverage — it applies specifically when you are working with us, not independently. When you're ready to work independently, we'll help you understand your options for your own coverage. Prerequisites — Who Can Enroll Minimum age 18 PADI Advanced Open Water Diver certification (or qualifying certification from another agency) PADI Rescue Diver certification (or qualifying certification from another agency) Emergency First Response Primary and Secondary Care (CPR & First Aid) within the past 24 months Minimum 40 logged dives to begin the course Minimum 60 logged dives to earn certification Medical clearance signed by a physician within the last 12 months Don't have your Rescue Diver yet? That's where this journey begins. Learn about our PADI Rescue Diver course → Ready to Become aDive Professional? Call us to check availability and get started. This course runs on a structured schedule — spots are limited. Enroll in Divemaster → Questions? Call us at 855-OTA-DIVE { "@context": "https://schema.org", "@graph": [ { "@type": "Course", "name": "PADI Divemaster Course", "description": "PADI Divemaster certification in Katy, TX. 6-7 week professional development program including weeknight classroom and weekend water training at OTA's pool and Mammoth Lake. Taught by a PADI Master Instructor and Tec 50 Instructor.", "provider": { "@type": "LocalBusiness", "name": "OTA Scuba and Swim", "url": "https://www.otadiving.com", "telephone": "+18556823483", "address": { "@type": "PostalAddress", "streetAddress": "2004 S. Mason Rd", "addressLocality": "Katy", "addressRegion": "TX", "postalCode": "77450", "addressCountry": "US" } }, "offers": { "@type": "Offer", "price": "900.00", "priceCurrency": "USD", "availability": "https://schema.org/InStock", "url": "https://www.otadiving.com/products/padi-divemaster-course" }, "coursePrerequisites": "PADI Advanced Open Water Diver and PADI Rescue Diver certification (or equivalent from another agency), Emergency First Response within 24 months, minimum 40 logged dives, medical clearance within 12 months", "educationalCredentialAwarded": "PADI Divemaster", "courseMode": ["blended", "onsite"], "educationalLevel": "Advanced", "timeRequired": "P7W", "hasCourseInstance": { "@type": "CourseInstance", "courseMode": "onsite", "location": { "@type": "Place", "name": "OTA Scuba and Swim", "address": { "@type": "PostalAddress", "streetAddress": "2004 S. Mason Rd", "addressLocality": "Katy", "addressRegion": "TX", "postalCode": "77450", "addressCountry": "US" } } } }, { "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "How long is the PADI Divemaster course at OTA?", "acceptedAnswer": { "@type": "Answer", "text": "The course runs 6–7 weeks and approximately 84 hours of structured training, including weeknight classroom sessions and weekend pool and open water training." } }, { "@type": "Question", "name": "What certifications do I need to enroll in Divemaster?", "acceptedAnswer": { "@type": "Answer", "text": "You need PADI Advanced Open Water Diver, PADI Rescue Diver, and current Emergency First Response (CPR and First Aid within 24 months). You also need at least 40 logged dives to start and 60 to certify, plus medical clearance within the past 12 months." } }, { "@type": "Question", "name": "How much does the PADI Divemaster course cost at OTA?", "acceptedAnswer": { "@type": "Answer", "text": "The course is $900, which includes all PADI eLearning materials, all classroom instruction, all confined water sessions at OTA's pool, and all open water training at Mammoth Lake. Not included: PADI registration fees, scuba gear, and Mammoth Lake entry fees." } }, { "@type": "Question", "name": "Where does open water training take place?", "acceptedAnswer": { "@type": "Answer", "text": "Open water training is conducted at Mammoth Lake in Lake Jackson, TX — a real dive site with genuine conditions. Pool training takes place at OTA's heated in-house pool in Katy, TX." } } ] } ] }
More you might like
Related
PADI Divemaster Course
Related
PADI Divemaster Course
Related
PADI Divemaster Course
Related