/* ============================================================
   D.A.O.T.T. (Diploma in Anesthesia & Operation Theatre Technology) page — Gauri Shukla Hospital
   Isolated from other course stylesheets
   Theme: navy #003366 | green #7db928
   ============================================================ */

.daott-page {
  --daott-navy: #003366;
  --daott-navy-deep: #002244;
  --daott-navy-mid: #004080;
  --daott-green: #7db928;
  --daott-green-dark: #6aa01f;
  --daott-soft: #f0f5fa;
  --daott-ice: #f7fafc;
  --daott-slate: #4a5568;
  --daott-muted: #718096;
  --daott-border: #e2e8f0;
  --daott-white: #ffffff;
  --daott-gold: #c9932a;
  --daott-shadow: 0 12px 40px rgba(0, 51, 102, 0.08);
  --red-dark: #b91515;
  --daott-radius: 16px;
  color: var(--daott-slate);
  font-size: 17px;
  line-height: 1.75;
  background: var(--daott-white);
  overflow-x: hidden;
}

.daott-page *,
.daott-page *::before,
.daott-page *::after {
  box-sizing: border-box;
}

.daott-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.daott-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

.daott-page a {
  text-decoration: none;
}

.daott-page h1,
.daott-page h2,
.daott-page h3,
.daott-page h4 {
  color: var(--daott-navy);
  margin: 0 0 12px;
  line-height: 1.25;
  font-weight: 700;
}

/* ── HERO ── */
.daott-hero {
  position: relative;
  background:
    linear-gradient(115deg, rgba(0, 34, 68, 0.92) 0%, rgba(0, 51, 102, 0.82) 55%, rgba(0, 40, 80, 0.78) 100%),
    url("https://images.unsplash.com/photo-1551076805-e1869033e561?w=1600&q=80") center / cover no-repeat;
  color: var(--daott-white);
  padding: 72px 0 88px;
  overflow: hidden;
}

.daott-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 70px;

  pointer-events: none;
}

.daott-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  align-items: center;
}

.daott-crumb {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 18px;
}

.daott-crumb a {
  color: var(--daott-green);
  font-weight: 600;
}

.daott-crumb span {
  margin: 0 8px;
  color: rgba(255, 255, 255, 0.45);
}

.daott-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(125, 185, 40, 0.18);
  border: 1px solid rgba(125, 185, 40, 0.45);
  color: #d8f5a2;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.daott-hero h1 {
  color: var(--daott-white);
  font-size: 52px;
  margin-bottom: 8px;
}

.daott-hero-sub {
  font-size: 26px;
  font-weight: 600;
  color: var(--daott-green);
  margin-bottom: 14px;
}

.daott-hero p {
  color: #d0e2ff;
  font-size: 18px;
  max-width: 560px;
  margin-bottom: 28px;
}

.daott-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.daott-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 22px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: 0.22s ease;
}

.daott-btn-green {
  background: #b91515;
  color: white;
}

.daott-btn-green:hover {
  background: #C8102E;
  color: white;
}

.daott-btn-outline {
  background: transparent;
  color: var(--daott-white);
  border-color: rgba(255, 255, 255, 0.45);
}

.daott-btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
}

.daott-btn-navy {
  background: var(--daott-navy);
  color: var(--daott-white);
}

.daott-btn-navy:hover {
  background: var(--daott-navy-mid);
  color: #fff;
}

.daott-hero-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 28px 26px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.daott-hero-card h3 {
  color: var(--daott-white);
  font-size: 20px;
  margin-bottom: 18px;
}

.daott-hero-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.daott-hero-meta li {
  list-style: none;
  background: rgba(0, 20, 50, 0.28);
  border-radius: 12px;
  padding: 14px 12px;
}

.daott-hero-meta .k {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #9ecbff;
  margin-bottom: 4px;
}

.daott-hero-meta .v {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

/* ── FACTS STRIP ── */
.daott-facts {
  position: relative;
  z-index: 2;
  margin-top: -42px;
  margin-bottom: 20px;
}

.daott-facts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--daott-white);
  border-radius: var(--daott-radius);
  box-shadow: var(--daott-shadow);
  border: 1px solid var(--daott-border);
  overflow: hidden;
}

.daott-fact {
  padding: 22px 18px;
  text-align: center;
  border-right: 1px solid var(--daott-border);
}

.daott-fact:last-child {
  border-right: none;
}

.daott-fact i {
  color: #C8102E;
  font-size: 22px;
  margin-bottom: 8px;
}

.daott-fact strong {
  display: block;
  color: var(--daott-navy);
  font-size: 20px;
}

.daott-fact span {
  font-size: 15px;
  color: var(--daott-muted);
}

/* ── SECTIONS ── */
.daott-section {
  padding: 72px 0;
}

.daott-section.alt {
  background: var(--daott-ice);
}

.daott-eyebrow {
  display: inline-block;
  color: #C8102E;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.daott-title {
  font-size: 36px;
  margin-bottom: 14px;
}

.daott-lead {
  font-size: 18px;
  color: var(--daott-slate);
  max-width: 720px;
}

.daott-two {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.daott-photo {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--daott-shadow);
  position: relative;
}

.daott-photo img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.daott-photo-tag {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: var(--daott-navy);
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
}

.daott-checks {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
}

.daott-checks li {
  position: relative;
  padding: 8px 0 8px 32px;
  color: var(--daott-slate);
}

.daott-checks li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 10px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background:#FEF0F3;
  color: #C8102E;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ── DUAL QUALIFICATION ── */
.daott-dual {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: stretch;
  margin-top: 36px;
}

.daott-dual-card {
  background: var(--daott-white);
  border: 1px solid var(--daott-border);
  border-radius: 18px;
  padding: 28px 24px;
  box-shadow: var(--daott-shadow);
}

.daott-dual-card.diploma {
  border-top: 4px solid #C8102E;
}

.daott-dual-card.degree {
  border-top: 4px solid var(--daott-navy);
}

.daott-dual-ico {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 14px;
}

.daott-dual-card.diploma .daott-dual-ico {
  background: #c8102f2d;
  color: #C8102E;
}

.daott-dual-card.degree .daott-dual-ico {
  background: rgba(0, 51, 102, 0.1);
  color: var(--daott-navy);
}

.daott-plus {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--daott-navy);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 800;
  align-self: center;
}

.daott-result {
  grid-column: 1 / -1;
  background: linear-gradient(90deg, var(--daott-navy), var(--daott-navy-mid));
  color: #fff;
  border-radius: 14px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.daott-result strong {
  font-size: 20px;
}

.daott-result span {
  color: #c6e48b;
  font-weight: 700;
}

/* ── YEAR TIMELINE ── */
.daott-years {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.daott-year {
  background: var(--daott-white);
  border: 1px solid var(--daott-border);
  border-radius: 18px;
  padding: 24px 20px;
  position: relative;
  overflow: hidden;
  transition: 0.25s ease;
}

.daott-year:hover {
  transform: translateY(-4px);
  box-shadow: var(--daott-shadow);
}

.daott-year::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #C8102E;
}

.daott-year .yr {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #C8102E;
}

.daott-year h3 {
  font-size: 20px;
  margin: 8px 0 12px;
}

.daott-year ul {
  padding-left: 18px;
  margin: 0;
  color: var(--daott-slate);
  font-size: 16px;
}

.daott-year li {
  margin-bottom: 6px;
}

/* ── CARDS GRID ── */
.daott-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 32px;
}

.daott-card {
  background: var(--daott-white);
  border: 1px solid var(--daott-border);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 6px 20px rgba(0, 51, 102, 0.04);
}

.daott-card i {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #FEF0F3;
  color: #C8102E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 14px;
}

.daott-card h3 {
  font-size: 19px;
}

.daott-card p {
  margin: 0;
  font-size: 16px;
  color: var(--daott-muted);
}

/* ── ELIGIBILITY ── */
.daott-eli-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 32px;
}

.daott-panel {
  background: var(--daott-white);
  border: 1px solid var(--daott-border);
  border-radius: 18px;
  padding: 28px;
}

.daott-panel h3 {
  font-size: 22px;
  margin-bottom: 16px;
}

.daott-table {
  width: 100%;
  border-collapse: collapse;
}

.daott-table th,
.daott-table td {
  text-align: left;
  padding: 12px 0;
  border-bottom: 1px solid var(--daott-border);
  font-size: 16px;
  vertical-align: top;
}

.daott-table th {
  width: 42%;
  color: var(--daott-navy);
  font-weight: 700;
}

.daott-docs {
  list-style: none;
  padding: 0;
  margin: 0;
}

.daott-docs li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 9px 0;
  border-bottom: 1px dashed var(--daott-border);
  font-size: 16px;
}

.daott-docs i {
  color: #C8102E;
  margin-top: 3px;
}

/* ── CAREERS ── */
.daott-careers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.daott-career {
  background: var(--daott-white);
  border: 1px solid var(--daott-border);
  border-radius: 14px;
  padding: 18px 16px;
  text-align: center;
}

.daott-career i {
  font-size: 22px;
  color: var(--daott-navy);
  margin-bottom: 8px;
}

.daott-career strong {
  display: block;
  color: var(--daott-navy);
  font-size: 16px;
}

/* ── FAQ + FORM ── */
.daott-split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: start;
}

.daott-faq {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.daott-faq-item {
  background: var(--daott-white);
  border: 1px solid var(--daott-border);
  border-radius: 12px;
  overflow: hidden;
}

.daott-faq-q {
  width: 100%;
  background: none;
  border: 0;
  text-align: left;
  padding: 16px 18px;
  font-weight: 700;
  color: var(--daott-navy);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 17px;
}

.daott-faq-q i {
  color: #C8102E;
  transition: transform 0.25s;
}

.daott-faq-item.open .daott-faq-q i {
  transform: rotate(180deg);
}

.daott-faq-a {
  display: none;
  padding: 0 18px 16px;
  font-size: 16px;
  color: var(--daott-slate);
}

.daott-faq-item.open .daott-faq-a {
  display: block;
}

.daott-form {
  background: var(--daott-navy);
  color: #fff;
  border-radius: 20px;
  padding: 28px 24px;
}

.daott-form h3 {
  color: #fff;
  font-size: 24px;
}

.daott-form p {
  color: #b8d0ea;
  font-size: 16px;
  margin-bottom: 18px;
}

.daott-form label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
  margin: 0 0 6px;
  color: #c9dff5;
}

.daott-form input,
.daott-form select,
.daott-form textarea {
  width: 100%;
  border: 0;
  border-radius: 10px;
  padding: 11px 12px;
  margin-bottom: 12px;
  font-size: 16px;
  font-family: inherit;
  outline: none;
}

.daott-form textarea {
  min-height: 90px;
  resize: vertical;
}

.daott-form .daott-btn {
  width: 100%;
  margin-top: 4px;
}

.daott-form-note {
  font-size: 13px;
  color: #9ecbff;
  margin: 10px 0 0;
  text-align: center;
}

/* ── CTA BAND ── */
.daott-cta {
  background: linear-gradient(100deg, var(--daott-navy-deep), var(--daott-navy-mid));
  color: #fff;
  padding: 56px 0;
}

.daott-cta-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.daott-cta h2 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 8px;
}

.daott-cta p {
  margin: 0;
  color: #c5d8ee;
}

.daott-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  flex-shrink: 0;
}

/* ── RELATED COURSES ── */
.daott-related {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 28px;
}

.daott-related a {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--daott-white);
  border: 1px solid var(--daott-border);
  border-radius: 14px;
  padding: 18px;
  color: var(--daott-navy);
  transition: 0.2s ease;
}

.daott-related a:hover {
  border-color: var(--daott-green);
  box-shadow: var(--daott-shadow);
}

.daott-related .ico {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #FEF0F3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C8102E;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .daott-hero h1 {
    font-size: 40px;
  }

  .daott-hero-grid,
  .daott-two,
  .daott-split,
  .daott-eli-grid {
    grid-template-columns: 1fr;
  }

  .daott-years,
  .daott-facts-grid,
  .daott-careers {
    grid-template-columns: 1fr 1fr;
  }

  .daott-cards {
    grid-template-columns: 1fr 1fr;
  }

  .daott-dual {
    grid-template-columns: 1fr;
  }

  .daott-plus {
    transform: rotate(90deg);
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .daott-hero {
    padding: 48px 0 72px;
  }

  .daott-hero h1 {
    font-size: 34px;
  }

  .daott-hero-sub {
    font-size: 20px;
  }

  .daott-hero-meta,
  .daott-facts-grid,
  .daott-years,
  .daott-cards,
  .daott-careers,
  .daott-related,
  .daott-cta-in {
    grid-template-columns: 1fr;
  }

  .daott-cta-in {
    display: block;
    text-align: left;
  }

  .daott-cta-actions {
    margin-top: 18px;
  }

  .daott-fact {
    border-right: none;
    border-bottom: 1px solid var(--daott-border);
  }

  .daott-title {
    font-size: 30px;
  }

  .daott-section {
    padding: 52px 0;
  }

  .daott-photo img {
    height: 260px;
  }

  .daott-result {
    flex-direction: column;
    text-align: center;
  }
}
