{"product_id":"padi-divemaster-course","title":"PADI Divemaster Course","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003ePADI Divemaster Course – Katy, TX | OTA Scuba \u0026amp; Swim\u003c\/title\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Serif+Display:ital@0;1\u0026amp;family=DM+Sans:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n:root {\n  --navy: #0a2540;\n  --navy-mid: #163557;\n  --water: #1e6fa8;\n  --water-light: #e8f3fb;\n  --aqua: #2ec4b6;\n  --sand: #f7f4ef;\n  --ink: #1a1a2e;\n  --muted: #5a6a7a;\n  --white: #ffffff;\n  --serif: 'DM Serif Display', Georgia, serif;\n  --sans: 'DM Sans', system-ui, sans-serif;\n}\n\nbody {\n  font-family: var(--sans);\n  background: var(--sand);\n  color: var(--ink);\n  line-height: 1.6;\n  -webkit-font-smoothing: antialiased;\n}\n\n\/* ── HERO ── *\/\n.hero {\n  background: var(--navy);\n  padding: 72px 24px 88px;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n.hero::before {\n  content: '';\n  position: absolute;\n  bottom: -1px; left: 0; right: 0;\n  height: 60px;\n  background: var(--sand);\n  clip-path: ellipse(60% 100% at 50% 100%);\n}\n.hero-eyebrow {\n  display: inline-block;\n  font-size: 11px;\n  font-weight: 500;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n  color: var(--aqua);\n  margin-bottom: 18px;\n}\n.hero h1 {\n  font-family: 'DM Serif Display', Georgia, serif;\n  font-size: clamp(3rem, 9vw, 5.5rem);\n  color: var(--white);\n  line-height: 1.0;\n  letter-spacing: 0.01em;\n  max-width: 700px;\n  margin: 0 auto 0;\n  position: relative;\n}\n.hero h1 span {\n  color: var(--aqua);\n  font-style: italic;\n}\n.hero-sub {\n  font-family: 'DM Serif Display', Georgia, serif;\n  font-style: italic;\n  font-size: clamp(1.3rem, 3.5vw, 1.9rem);\n  color: rgba(255,255,255,0.68);\n  max-width: 580px;\n  margin: 20px auto 28px;\n  font-weight: 400;\n}\n.hero-meta {\n  font-size: 14px;\n  color: rgba(255,255,255,0.45);\n  font-weight: 300;\n  position: relative;\n}\n.hero-meta strong {\n  color: var(--aqua);\n  font-weight: 500;\n}\n\n\/* ── REVIEWS BAR ── *\/\n.reviews-bar {\n  background: var(--white);\n  border-bottom: 1px solid rgba(10,37,64,0.08);\n  padding: 18px 24px;\n  text-align: center;\n  font-size: 14px;\n  color: var(--muted);\n}\n.reviews-bar strong { color: var(--navy); }\n\n\/* ── CONTENT ── *\/\n.content-section {\n  max-width: 820px;\n  margin: 0 auto;\n  padding: 60px 24px 0;\n}\n.section-label {\n  font-size: 11px;\n  font-weight: 500;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n  color: var(--aqua);\n  margin-bottom: 10px;\n}\n.section-heading {\n  font-family: var(--serif);\n  font-size: clamp(22px, 3.5vw, 34px);\n  color: var(--navy);\n  margin-bottom: 16px;\n  line-height: 1.2;\n}\n.section-body {\n  font-size: 15px;\n  color: var(--muted);\n  font-weight: 300;\n  line-height: 1.75;\n  margin-bottom: 16px;\n}\n\n\/* ── KEY POINTS ── *\/\n.key-points {\n  display: flex;\n  flex-direction: column;\n  gap: 20px;\n  margin-top: 32px;\n}\n.key-point {\n  background: var(--white);\n  border-radius: 16px;\n  padding: 24px 28px;\n  box-shadow: 0 2px 12px rgba(10,37,64,0.07);\n  border-left: 4px solid var(--aqua);\n}\n.key-point.accent { border-left-color: var(--water); }\n.key-point.gold-accent { border-left-color: #e8a020; }\n.key-point h3 {\n  font-family: var(--serif);\n  font-size: 20px;\n  color: var(--navy);\n  margin-bottom: 10px;\n}\n.key-point p {\n  font-size: 14px;\n  color: var(--muted);\n  font-weight: 300;\n  line-height: 1.65;\n}\n.key-point p + p { margin-top: 10px; }\n\n\/* ── PERSONAL NOTE ── *\/\n.personal-note {\n  background: var(--navy);\n  border-radius: 16px;\n  padding: 40px 36px;\n  margin-top: 48px;\n  position: relative;\n}\n.personal-note::before {\n  content: '\\201C';\n  font-family: var(--serif);\n  font-size: 120px;\n  color: rgba(46,196,182,0.12);\n  position: absolute;\n  top: -10px; left: 20px;\n  line-height: 1;\n}\n.personal-note-label {\n  font-size: 11px;\n  font-weight: 500;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n  color: var(--aqua);\n  margin-bottom: 20px;\n}\n.personal-note p {\n  font-size: 15px;\n  color: rgba(255,255,255,0.72);\n  font-weight: 300;\n  line-height: 1.78;\n  margin-bottom: 16px;\n}\n.personal-note p.highlight {\n  font-family: var(--serif);\n  font-size: 20px;\n  color: var(--white);\n  font-weight: 400;\n  line-height: 1.5;\n}\n.personal-note .signature {\n  font-size: 13px;\n  color: var(--aqua);\n  font-weight: 500;\n  margin-top: 24px;\n  padding-top: 20px;\n  border-top: 1px solid rgba(255,255,255,0.1);\n}\n\n\/* ── COURSE STRUCTURE ── *\/\n.structure-grid {\n  display: flex;\n  flex-direction: column;\n  gap: 20px;\n  margin-top: 32px;\n}\n.structure-block {\n  background: var(--white);\n  border-radius: 16px;\n  padding: 28px;\n  box-shadow: 0 2px 12px rgba(10,37,64,0.07);\n  display: flex;\n  gap: 20px;\n  align-items: flex-start;\n}\n.struct-icon {\n  font-size: 28px;\n  flex-shrink: 0;\n  margin-top: 2px;\n}\n.struct-content h3 {\n  font-family: var(--serif);\n  font-size: 20px;\n  color: var(--navy);\n  margin-bottom: 5px;\n}\n.struct-content .struct-meta {\n  font-size: 11px;\n  font-weight: 500;\n  letter-spacing: 0.1em;\n  text-transform: uppercase;\n  color: var(--water);\n  margin-bottom: 10px;\n}\n.struct-content p {\n  font-size: 14px;\n  color: var(--muted);\n  font-weight: 300;\n  line-height: 1.65;\n}\n.struct-content ul {\n  margin-top: 10px;\n  padding-left: 0;\n  list-style: none;\n  display: flex;\n  flex-direction: column;\n  gap: 6px;\n}\n.struct-content ul li {\n  font-size: 13px;\n  color: var(--muted);\n  font-weight: 300;\n  padding-left: 16px;\n  position: relative;\n}\n.struct-content ul li::before {\n  content: '–';\n  position: absolute;\n  left: 0;\n  color: var(--aqua);\n}\n\n\/* ── INCLUDED \/ NOT INCLUDED ── *\/\n.included-section {\n  max-width: 820px;\n  margin: 48px auto 0;\n  padding: 0 24px;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 24px;\n}\n.included-box {\n  background: var(--white);\n  border-radius: 16px;\n  padding: 28px;\n  box-shadow: 0 2px 12px rgba(10,37,64,0.07);\n}\n.included-box h3 {\n  font-family: var(--serif);\n  font-size: 18px;\n  color: var(--navy);\n  margin-bottom: 16px;\n}\n.included-list {\n  list-style: none;\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.included-list li {\n  display: flex;\n  align-items: flex-start;\n  gap: 8px;\n  font-size: 14px;\n  color: var(--muted);\n  font-weight: 300;\n  line-height: 1.5;\n}\n.included-list li::before {\n  content: '✔';\n  color: var(--aqua);\n  font-weight: 700;\n  flex-shrink: 0;\n}\n.not-included-list li::before {\n  content: '✖';\n  color: #e67e22;\n}\n\n\/* ── PREREQS ── *\/\n.prereq-section {\n  max-width: 820px;\n  margin: 48px auto 0;\n  padding: 0 24px;\n}\n.prereq-box {\n  background: var(--white);\n  border-radius: 16px;\n  padding: 28px;\n  box-shadow: 0 2px 12px rgba(10,37,64,0.07);\n}\n.prereq-box h3 {\n  font-family: var(--serif);\n  font-size: 18px;\n  color: var(--navy);\n  margin-bottom: 16px;\n}\n.prereq-list {\n  list-style: none;\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n.prereq-list li {\n  display: flex;\n  align-items: flex-start;\n  gap: 8px;\n  font-size: 14px;\n  color: var(--muted);\n  font-weight: 300;\n  line-height: 1.5;\n}\n.prereq-list li::before {\n  content: '→';\n  color: var(--water);\n  font-weight: 700;\n  flex-shrink: 0;\n}\n.prereq-note {\n  margin-top: 16px;\n  background: var(--water-light);\n  border-left: 4px solid var(--water);\n  border-radius: 0 8px 8px 0;\n  padding: 12px 16px;\n  font-size: 13px;\n  color: var(--navy-mid);\n  font-weight: 400;\n}\n.prereq-note a {\n  color: var(--water);\n  font-weight: 500;\n  text-decoration: none;\n}\n\n\/* ── INSURANCE CALLOUT ── *\/\n.insurance-callout {\n  max-width: 820px;\n  margin: 32px auto 0;\n  padding: 0 24px;\n}\n.insurance-box {\n  background: var(--navy);\n  border-radius: 16px;\n  padding: 28px 32px;\n  display: flex;\n  gap: 20px;\n  align-items: flex-start;\n}\n.insurance-icon { font-size: 32px; flex-shrink: 0; margin-top: 2px; }\n.insurance-content h3 {\n  font-family: var(--serif);\n  font-size: 20px;\n  color: var(--white);\n  margin-bottom: 8px;\n}\n.insurance-content p {\n  font-size: 14px;\n  color: rgba(255,255,255,0.65);\n  font-weight: 300;\n  line-height: 1.65;\n}\n.insurance-content p strong {\n  color: var(--aqua);\n  font-weight: 500;\n}\n\n\/* ── CTA STRIP ── *\/\n.cta-strip {\n  background: var(--navy);\n  text-align: center;\n  padding: 60px 24px;\n  margin-top: 56px;\n}\n.cta-strip h2 {\n  font-family: var(--serif);\n  font-size: clamp(24px, 4vw, 38px);\n  color: var(--white);\n  margin-bottom: 12px;\n}\n.cta-strip p {\n  color: rgba(255,255,255,0.6);\n  font-size: 15px;\n  font-weight: 300;\n  margin-bottom: 32px;\n  max-width: 440px;\n  margin-left: auto;\n  margin-right: auto;\n}\n.cta-btn-row {\n  display: flex;\n  gap: 14px;\n  justify-content: center;\n  flex-wrap: wrap;\n  margin-bottom: 20px;\n}\n.btn-cta {\n  display: inline-block;\n  background: var(--aqua);\n  color: var(--navy);\n  font-family: var(--sans);\n  font-size: 14px;\n  font-weight: 500;\n  padding: 14px 32px;\n  border-radius: 40px;\n  text-decoration: none;\n  letter-spacing: 0.04em;\n}\n.cta-phone {\n  font-size: 14px;\n  color: rgba(255,255,255,0.5);\n  font-weight: 300;\n}\n.cta-phone strong { color: var(--aqua); font-weight: 500; }\n\n\/* ── RESPONSIVE ── *\/\n@media (max-width: 640px) {\n  .included-section { grid-template-columns: 1fr; }\n  .structure-block { flex-direction: column; gap: 12px; }\n  .insurance-box { flex-direction: column; gap: 12px; }\n  .personal-note { padding: 32px 24px; }\n}\n\u003c\/style\u003e\n\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hero\"\u003e\n  \u003cdiv class=\"hero-eyebrow\"\u003eOTA Scuba \u0026amp; Swim · Katy, TX · Professional Development\u003c\/div\u003e\n  \u003ch1\u003ePADI \u003cspan\u003eDivemaster\u003c\/span\u003e\n\u003c\/h1\u003e\n  \u003cp class=\"hero-sub\"\u003eThe First Step into Professional Diving\u003c\/p\u003e\n  \u003cp class=\"hero-meta\"\u003e\u003cstrong\u003e$900\u003c\/strong\u003e  ·  6–7 Weeks  ·  ~84 Hours  ·  All PADI materials included\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- REVIEWS BAR --\u003e\n\u003cdiv class=\"reviews-bar\"\u003e\n  ★★★★★  \u003cstrong\u003e4.98\u003c\/strong\u003e  ·  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.\n\u003c\/div\u003e\n\n\u003c!-- WHAT DIVEMASTER ACTUALLY IS --\u003e\n\u003cdiv class=\"content-section\"\u003e\n  \u003cdiv class=\"section-label\"\u003eWhat This Course Actually Is\u003c\/div\u003e\n  \u003ch2 class=\"section-heading\"\u003eNot a certification.\u003cbr\u003eA transformation.\u003c\/h2\u003e\n  \u003cp class=\"section-body\"\u003eEvery 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.\u003c\/p\u003e\n  \u003cp class=\"section-body\"\u003eThis 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.\u003c\/p\u003e\n  \u003cp class=\"section-body\"\u003eAt 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.\u003c\/p\u003e\n\n  \u003cdiv class=\"key-points\"\u003e\n    \u003cdiv class=\"key-point\"\u003e\n      \u003ch3\u003eBuilt for working adults\u003c\/h3\u003e\n      \u003cp\u003eClassroom 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.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"key-point\"\u003e\n      \u003ch3\u003eSmall groups. Personal instruction.\u003c\/h3\u003e\n      \u003cp\u003eOTA 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.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"key-point gold-accent\"\u003e\n      \u003ch3\u003eThis is a real course — not unpaid labor with a carrot on a stick\u003c\/h3\u003e\n      \u003cp\u003eSome 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.\u003c\/p\u003e\n      \u003cp\u003eThat 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.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- HERO IMAGE --\u003e\n\u003cdiv class=\"content-section\" style=\"padding-top: 40px;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1269\/1371\/files\/divemaster-hero-lake-travis_800x800.jpg?v=1774048917\" alt=\"Morad with students at Lake Travis — PADI Divemaster training at OTA Scuba \u0026amp; Swim\" style=\"width:100%; border-radius:16px; display:block; box-shadow: 0 4px 24px rgba(10,37,64,0.15);\"\u003e\n\u003c\/div\u003e\n\n\u003c!-- PERSONAL NOTE --\u003e\n\u003cdiv class=\"content-section\"\u003e\n  \u003cdiv class=\"personal-note\"\u003e\n    \u003cdiv class=\"personal-note-label\"\u003eA Personal Note from Morad\u003c\/div\u003e\n    \u003cp\u003eI want to be honest with you about something, because I think it actually matters when you're deciding where to train.\u003c\/p\u003e\n    \u003cp\u003eMy 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.\u003c\/p\u003e\n    \u003cp class=\"highlight\"\u003eThen the owners left on a trip. I walked into a PADI center and became an instructor two weeks later.\u003c\/p\u003e\n    \u003cp\u003eI'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.\u003c\/p\u003e\n    \u003cp\u003eWe don't do that here. We never will.\u003c\/p\u003e\n    \u003cp\u003eWhen 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.\u003c\/p\u003e\n    \u003cdiv class=\"signature\"\u003e— Morad, Owner · OTA Scuba \u0026amp; Swim · PADI Master Instructor \u0026amp; Tec 50 Instructor\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- COURSE STRUCTURE --\u003e\n\u003cdiv class=\"content-section\"\u003e\n  \u003cdiv class=\"section-label\"\u003eCourse Structure\u003c\/div\u003e\n  \u003ch2 class=\"section-heading\"\u003e6–7 Weeks. ~84 Hours.\u003cbr\u003eThree training environments.\u003c\/h2\u003e\n  \u003cp class=\"section-body\"\u003eThe 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.\u003c\/p\u003e\n\n  \u003cdiv class=\"structure-grid\"\u003e\n    \u003cdiv class=\"structure-block\"\u003e\n      \u003cdiv class=\"struct-icon\"\u003e📚\u003c\/div\u003e\n      \u003cdiv class=\"struct-content\"\u003e\n        \u003ch3\u003eClassroom — Weeknights\u003c\/h3\u003e\n        \u003cdiv class=\"struct-meta\"\u003e~24 Hours · 2 evenings\/week · 3–4 hrs\/session\u003c\/div\u003e\n        \u003cp\u003eApplication-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.\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003eProfessional foundations and duty of care\u003c\/li\u003e\n          \u003cli\u003eGas consumption (SAC\/RMV) and dive planning\u003c\/li\u003e\n          \u003cli\u003eDecompression theory and computer literacy\u003c\/li\u003e\n          \u003cli\u003eStress and panic recognition and management\u003c\/li\u003e\n          \u003cli\u003eEmergency Action Plans and hazard identification\u003c\/li\u003e\n          \u003cli\u003eBriefing skills and managing mixed-ability groups\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"structure-block\"\u003e\n      \u003cdiv class=\"struct-icon\"\u003e🏊\u003c\/div\u003e\n      \u003cdiv class=\"struct-content\"\u003e\n        \u003ch3\u003eConfined Water — OTA Pool\u003c\/h3\u003e\n        \u003cdiv class=\"struct-meta\"\u003e~20 Hours · Weekends · Our In-House Pool\u003c\/div\u003e\n        \u003cp\u003eWatermanship 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.\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003e400m swim, 800m snorkel, 100m tired diver tow, 15-min float\u003c\/li\u003e\n          \u003cli\u003eRescue skills assessment: tired and panicked diver response\u003c\/li\u003e\n          \u003cli\u003eFull Divemaster skill circuit to demonstration quality\u003c\/li\u003e\n          \u003cli\u003eNeutral buoyancy execution and coaching\u003c\/li\u003e\n          \u003cli\u003eError recognition and evaluation methodology\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"structure-block\"\u003e\n      \u003cdiv class=\"struct-icon\"\u003e🌊\u003c\/div\u003e\n      \u003cdiv class=\"struct-content\"\u003e\n        \u003ch3\u003eOpen Water — Mammoth Lake\u003c\/h3\u003e\n        \u003cdiv class=\"struct-meta\"\u003e~40 Hours · Weekends · Lake Jackson, TX\u003c\/div\u003e\n        \u003cp\u003eThe 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.\u003c\/p\u003e\n        \u003cul\u003e\n          \u003cli\u003eDive site setup, logistics, and hazard identification\u003c\/li\u003e\n          \u003cli\u003eNavigation planning, execution, and mapping project\u003c\/li\u003e\n          \u003cli\u003eSearch patterns and recovery techniques\u003c\/li\u003e\n          \u003cli\u003eDeep dive planning and supervision\u003c\/li\u003e\n          \u003cli\u003eAssisting instructors during live training dives\u003c\/li\u003e\n          \u003cli\u003eProfessional leadership evaluation\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- INCLUDED \/ NOT INCLUDED --\u003e\n\u003cdiv class=\"included-section\"\u003e\n  \u003cdiv class=\"included-box\"\u003e\n    \u003ch3\u003eWhat's Included\u003c\/h3\u003e\n    \u003cul class=\"included-list\"\u003e\n      \u003cli\u003eAll PADI Divemaster eLearning materials\u003c\/li\u003e\n      \u003cli\u003eAll classroom instruction (~24 hrs)\u003c\/li\u003e\n      \u003cli\u003eAll confined water sessions — OTA pool\u003c\/li\u003e\n      \u003cli\u003eAll open water training sessions — Mammoth Lake\u003c\/li\u003e\n      \u003cli\u003eInstructor time throughout the full program\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"included-box\"\u003e\n    \u003ch3\u003eNot Included\u003c\/h3\u003e\n    \u003cul class=\"included-list not-included-list\"\u003e\n      \u003cli\u003ePADI registration fees and first-year annual dues — paid directly to PADI at enrollment\u003c\/li\u003e\n      \u003cli\u003eFull scuba kit — available for purchase or rental, call us at \u003ca href=\"tel:8556823483\" style=\"color:var(--water);font-weight:500;\"\u003e855-OTA-DIVE\u003c\/a\u003e\n\u003c\/li\u003e\n      \u003cli\u003eMammoth Lake entry fees — details provided when you schedule\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- INSURANCE CALLOUT --\u003e\n\u003cdiv class=\"insurance-callout\"\u003e\n  \u003cdiv class=\"insurance-box\"\u003e\n    \u003cdiv class=\"insurance-icon\"\u003e🛡️\u003c\/div\u003e\n    \u003cdiv class=\"insurance-content\"\u003e\n      \u003ch3\u003eProfessional Liability Coverage While You Work With Us\u003c\/h3\u003e\n      \u003cp\u003eDivemasters working and assisting at OTA are covered under our professional liability insurance policy while conducting activities on behalf of OTA. \u003cstrong\u003eThis is not automatic industry coverage\u003c\/strong\u003e — 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.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- PREREQUISITES --\u003e\n\u003cdiv class=\"prereq-section\"\u003e\n  \u003cdiv class=\"prereq-box\"\u003e\n    \u003ch3\u003ePrerequisites — Who Can Enroll\u003c\/h3\u003e\n    \u003cul class=\"prereq-list\"\u003e\n      \u003cli\u003eMinimum age 18\u003c\/li\u003e\n      \u003cli\u003ePADI Advanced Open Water Diver certification (or qualifying certification from another agency)\u003c\/li\u003e\n      \u003cli\u003ePADI Rescue Diver certification (or qualifying certification from another agency)\u003c\/li\u003e\n      \u003cli\u003eEmergency First Response Primary and Secondary Care (CPR \u0026amp; First Aid) within the past 24 months\u003c\/li\u003e\n      \u003cli\u003eMinimum 40 logged dives to begin the course\u003c\/li\u003e\n      \u003cli\u003eMinimum 60 logged dives to earn certification\u003c\/li\u003e\n      \u003cli\u003eMedical clearance signed by a physician within the last 12 months\u003c\/li\u003e\n    \u003c\/ul\u003e\n    \u003cdiv class=\"prereq-note\"\u003e\n      Don't have your Rescue Diver yet? That's where this journey begins. \u003ca href=\"\/products\/padi-rescue-diver-course-katy-tx\"\u003eLearn about our PADI Rescue Diver course →\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SNAPPERS IMAGE --\u003e\n\u003cdiv style=\"max-width:820px; margin: 48px auto 0; padding: 0 24px;\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1269\/1371\/files\/divemaster-snappers-final_800x800.jpg?v=1774048917\" alt=\"Morad diving with a school of snappers — Red Sea\" style=\"width:100%; border-radius:16px; display:block; box-shadow: 0 4px 24px rgba(10,37,64,0.15);\"\u003e\n\u003c\/div\u003e\n\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"cta-strip\"\u003e\n  \u003ch2\u003eReady to Become a\u003cbr\u003eDive Professional?\u003c\/h2\u003e\n  \u003cp\u003eCall us to check availability and get started. This course runs on a structured schedule — spots are limited.\u003c\/p\u003e\n  \u003cdiv class=\"cta-btn-row\"\u003e\n    \u003ca href=\"\/cart\/add?id=15517352230958\u0026amp;quantity=1\u0026amp;return_to=\/cart\" class=\"btn-cta\"\u003eEnroll in Divemaster →\u003c\/a\u003e\n  \u003c\/div\u003e\n  \u003cp class=\"cta-phone\"\u003eQuestions? Call us at \u003cstrong\u003e855-OTA-DIVE\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- STRUCTURED DATA --\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@graph\": [\n    {\n      \"@type\": \"Course\",\n      \"name\": \"PADI Divemaster Course\",\n      \"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.\",\n      \"provider\": {\n        \"@type\": \"LocalBusiness\",\n        \"name\": \"OTA Scuba and Swim\",\n        \"url\": \"https:\/\/www.otadiving.com\",\n        \"telephone\": \"+18556823483\",\n        \"address\": {\n          \"@type\": \"PostalAddress\",\n          \"streetAddress\": \"2004 S. Mason Rd\",\n          \"addressLocality\": \"Katy\",\n          \"addressRegion\": \"TX\",\n          \"postalCode\": \"77450\",\n          \"addressCountry\": \"US\"\n        }\n      },\n      \"offers\": {\n        \"@type\": \"Offer\",\n        \"price\": \"900.00\",\n        \"priceCurrency\": \"USD\",\n        \"availability\": \"https:\/\/schema.org\/InStock\",\n        \"url\": \"https:\/\/www.otadiving.com\/products\/padi-divemaster-course\"\n      },\n      \"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\",\n      \"educationalCredentialAwarded\": \"PADI Divemaster\",\n      \"courseMode\": [\"blended\", \"onsite\"],\n      \"educationalLevel\": \"Advanced\",\n      \"timeRequired\": \"P7W\",\n      \"hasCourseInstance\": {\n        \"@type\": \"CourseInstance\",\n        \"courseMode\": \"onsite\",\n        \"location\": {\n          \"@type\": \"Place\",\n          \"name\": \"OTA Scuba and Swim\",\n          \"address\": {\n            \"@type\": \"PostalAddress\",\n            \"streetAddress\": \"2004 S. Mason Rd\",\n            \"addressLocality\": \"Katy\",\n            \"addressRegion\": \"TX\",\n            \"postalCode\": \"77450\",\n            \"addressCountry\": \"US\"\n          }\n        }\n      }\n    },\n    {\n      \"@type\": \"FAQPage\",\n      \"mainEntity\": [\n        {\n          \"@type\": \"Question\",\n          \"name\": \"How long is the PADI Divemaster course at OTA?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"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.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"What certifications do I need to enroll in Divemaster?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"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.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"How much does the PADI Divemaster course cost at OTA?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"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.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Where does open water training take place?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"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.\"\n          }\n        }\n      ]\n    }\n  ]\n}\n\u003c\/script\u003e","brand":"PADI","offers":[{"title":"Default Title","offer_id":15517352230958,"sku":"OTASSIDM-1","price":900.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1269\/1371\/files\/divemaster-hero-lake-travis.jpg?v=1774048917","url":"https:\/\/www.otadiving.com\/products\/padi-divemaster-course","provider":"OTA Scuba and Swim","version":"1.0","type":"link"}