@charset "utf-8";
/* =========================================================
   DIVER ON TOUR – STARTSEITE
   Datei: /assets/css/index.css
========================================================= */

/* =========================================================
   RESET / BASIS
========================================================= */

*,
*::before,
*::after{
  box-sizing:border-box;
}

html,
body{
  margin:0;
  padding:0;
  max-width:100%;
  overflow-x:hidden;
}

body{
  background:#ffffff;
  color:#18384a;
  font-family:Arial, Helvetica, sans-serif;
}

img,
video{
  display:block;
  max-width:100%;
  height:auto;
}

a{
  text-decoration:none;
}

main{
  display:block;
  width:100%;
}

.dot-container{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  padding:0 18px;
}

/* =========================================================
   HERO – STARTSEITE MIT VIDEO
========================================================= */

.dot-hero-banner--home-video{
  position:relative;
  min-height:640px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:#0e3a5a;
}

.dot-hero-banner--home-video .dot-hero-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  z-index:0;
}

.dot-hero-banner--home-video > img{
  display:none;
}

.dot-hero-banner--home-video::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(7,33,51,0.62) 0%, rgba(7,33,51,0.34) 42%, rgba(7,33,51,0.14) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.12) 100%);
  z-index:1;
}

.dot-hero-banner--home-video .dot-hero-content{
  position:relative;
  z-index:2;
  width:min(1180px, calc(100% - 36px));
  margin:0 auto;
  padding:56px 0;
  display:flex;
  justify-content:flex-start;
}

.dot-hero-banner--home-video .dot-hero-box{
  max-width:720px;
  margin:0;
  margin-right:auto;
  padding:0;
  background:transparent;
  border:none;
  box-shadow:none;
  text-align:left;
  color:#ffffff;
}

.dot-hero-banner--home-video .dot-hero-kicker{
  margin:0 0 12px;
  color:#b8dbee;
  font-size:13px;
  font-weight:700;
  letter-spacing:0.08em;
  text-transform:uppercase;
  line-height:1.3;
}

.dot-hero-banner--home-video .dot-hero-box h1{
  margin:0 0 14px;
  max-width:680px;
  color:#ffffff;
  font-size:clamp(32px, 4.8vw, 54px);
  line-height:1.08;
}

.dot-hero-banner--home-video .dot-hero-box p{
  margin:0;
  max-width:590px;
  color:#f1f7fb;
  font-size:17px;
  line-height:1.65;
}

.dot-hero-banner--home-video .dot-hero-buttons{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:12px;
  margin-top:20px;
}

.dot-hero-banner--home-video .dot-hero-buttons .dot-hero-button{
  width:auto;
  max-width:100%;
  align-self:flex-start;
  flex:0 0 auto;
}

/* =========================================================
   SEKTIONEN / ÜBERSCHRIFTEN
========================================================= */

.dot-home-section{
  padding:52px 0;
}

.dot-section-head{
  text-align:center;
  margin-bottom:30px;
}

.dot-section-head h2{
  margin:0 0 12px;
  color:#0e3a5a;
  font-size:clamp(1.9rem, 2.7vw, 2.65rem);
  line-height:1.18;
}

.dot-section-head p{
  max-width:940px;
  margin:0 auto;
  color:#35556b;
  font-size:1.02rem;
  line-height:1.78;
}

.dot-section-subline{
  margin:0 auto 12px !important;
  color:#006494 !important;
  font-size:15px !important;
  font-weight:700;
  letter-spacing:0.04em;
  text-transform:uppercase;
}

.dot-section-button{
  margin-top:24px;
  text-align:center;
}

/* =========================================================
   BUTTONS
========================================================= */

.dot-btn-primary,
.dot-btn-secondary,
.dot-btn-dark,
.dot-btn-google,
.dot-btn-facebook,
.dot-btn-tauchernet{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:8px;
  min-height:46px;
  padding:11px 20px;
  border-radius:10px;
  font-weight:700;
  font-size:0.95rem;
  line-height:1.3;
  transition:transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.dot-btn-primary:hover,
.dot-btn-secondary:hover,
.dot-btn-dark:hover,
.dot-btn-google:hover,
.dot-btn-facebook:hover,
.dot-btn-tauchernet:hover{
  transform:translateY(-1px);
}

.dot-btn-primary{
  background:#0e3a5a;
  color:#ffffff;
  box-shadow:0 8px 18px rgba(14,58,90,0.18);
}

.dot-btn-primary:hover{
  background:#145a87;
}

.dot-btn-secondary{
  background:#ffffff;
  color:#0e3a5a;
  border:1px solid #cfe0ea;
  box-shadow:0 8px 18px rgba(14,58,90,0.08);
}

.dot-btn-secondary:hover{
  background:#f4f8fb;
}

.dot-btn-dark{
  background:#163047;
  color:#ffffff;
  box-shadow:0 8px 18px rgba(22,48,71,0.18);
}

.dot-btn-dark:hover{
  background:#102536;
}

.dot-btn-google,
.dot-btn-facebook,
.dot-btn-tauchernet{
  width:100%;
}

.dot-btn-google{
  background:#ffffff;
  color:#0e3a5a;
  border:1px solid #d9e5ee;
}

.dot-btn-facebook{
  background:#f4f8fb;
  color:#0e3a5a;
  border:1px solid #d9e5ee;
}

.dot-btn-tauchernet{
  background:#eaf2f8;
  color:#0e3a5a;
  border:1px solid #cddde9;
}

.dot-action-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
}

/* =========================================================
   INTRO / CONVERSION
========================================================= */

.dot-conversion{
  background:#ffffff;
}

.dot-conversion-grid{
  display:grid;
  grid-template-columns:minmax(0, 1.55fr) minmax(280px, 380px);
  gap:24px;
  align-items:start;
}

.dot-conversion-text{
  background:#f8fcfe;
  border:1px solid #dcecf2;
  border-radius:20px;
  padding:24px 22px;
  box-shadow:0 10px 24px rgba(7,45,67,0.05);
}

.dot-conversion-text p{
  margin:0 0 16px;
  color:#163047;
  font-size:1rem;
  line-height:1.78;
}

.dot-conversion-text p:last-child{
  margin-bottom:0;
}

.dot-checklist{
  margin-top:20px;
  padding:18px 18px;
  border-radius:16px;
  background:#ffffff;
  border:1px solid #dce8f0;
}

.dot-checklist ul{
  margin:0;
  padding-left:18px;
  color:#163047;
  line-height:1.75;
  font-size:0.95rem;
}

.dot-checklist li{
  margin-bottom:6px;
}

.dot-conversion-side{
  background:#ffffff;
  border:1px solid #dcecf2;
  border-radius:20px;
  padding:16px;
  box-shadow:0 10px 24px rgba(7,45,67,0.05);
}

.dot-conversion-side img{
  width:100%;
  border-radius:14px;
}

.dot-conversion-side p{
  margin:14px 0 16px;
  color:#35556b;
  line-height:1.7;
  font-size:0.96rem;
}

/* =========================================================
   PREISE / PAKETE
========================================================= */

.dot-prices{
  padding:52px 0;
  background:#ffffff;
}

.dot-prices > h3{
  margin:0 0 12px;
  text-align:center;
  color:#0e3a5a;
  font-size:clamp(1.85rem, 2.5vw, 2.45rem);
  line-height:1.18;
}

.dot-prices > .dot-card-text{
  max-width:920px;
  margin:0 auto 24px;
  text-align:center;
  color:#35556b;
  font-size:1rem;
  line-height:1.72;
}

.dot-price-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
  max-width:1120px;
  margin:0 auto;
}

.dot-price-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  background:#ffffff;
  border:1px solid #dcecf2;
  border-radius:18px;
  padding:18px;
  box-shadow:0 10px 22px rgba(7,45,67,0.05);
}

.dot-price-card__media-home{
  overflow:hidden;
  margin:-18px -18px 14px;
  border-radius:18px 18px 0 0;
  background:#000;
}

.dot-price-card__media-home video{
  width:100%;
  aspect-ratio:16 / 10;
  object-fit:cover;
  display:block;
}

.dot-price-card h4{
  margin:0 0 10px;
  color:#0e3a5a;
  font-size:1.08rem;
  line-height:1.34;
}

.dot-price-card .dot-card-text{
  margin:0 0 12px;
  color:#35556b;
  font-size:0.96rem;
  line-height:1.66;
  text-align:left;
}

.dot-price-card ul{
  margin:0 0 14px;
  padding-left:18px;
  color:#163047;
  font-size:0.94rem;
  line-height:1.62;
}

.dot-price-card li{
  margin-bottom:6px;
}

.dot-badge-bestseller{
  display:inline-flex;
  align-self:flex-start;
  margin-bottom:10px;
  padding:6px 12px;
  border-radius:999px;
  background:#f4f8fb;
  color:#0e3a5a;
  font-size:0.8rem;
  font-weight:700;
  line-height:1;
  border:1px solid #d9e5ee;
  letter-spacing:0.03em;
  text-transform:uppercase;
}

.dot-price-value,
.dot-price{
  margin-top:auto;
  color:#0e3a5a;
  font-size:1.45rem;
  font-weight:700;
  line-height:1.2;
}

.dot-price-value small,
.dot-small{
  display:block;
  margin-top:4px;
  color:#35556b;
  font-size:0.86rem;
  font-weight:400;
  line-height:1.45;
}

.dot-price-card-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  margin-top:14px;
  padding:10px 18px;
  border-radius:10px;
  background:#0e3a5a;
  color:#ffffff;
  font-weight:700;
  font-size:0.92rem;
  line-height:1.3;
  box-shadow:0 8px 18px rgba(14,58,90,0.18);
  transition:transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.dot-price-card-button:hover{
  transform:translateY(-1px);
  background:#145a87;
}

.dot-button-wrap{
  margin-top:24px;
  text-align:center;
}

.dot-book-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 22px;
  border-radius:10px;
  background:#0e3a5a;
  color:#ffffff;
  font-weight:700;
  font-size:0.95rem;
  line-height:1.3;
  box-shadow:0 8px 18px rgba(14,58,90,0.18);
  transition:transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.dot-book-button:hover{
  transform:translateY(-1px);
  background:#145a87;
}

/* =========================================================
   GENERISCHE KARTENGRID / TEXTKARTEN
========================================================= */

.dot-card-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:18px;
}

.dot-card-grid--images{
  grid-template-columns:repeat(3, minmax(0, 1fr));
}

.dot-text-card,
.dot-image-card{
  background:#ffffff;
  border:1px solid #dcecf2;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 10px 22px rgba(7,45,67,0.05);
}

.dot-text-card{
  padding:20px 18px;
}

.dot-text-card h3,
.dot-image-card__content h3{
  margin:0 0 10px;
  color:#0e3a5a;
  font-size:1.08rem;
  line-height:1.34;
}

.dot-text-card p,
.dot-image-card__content p{
  margin:0 0 10px;
  color:#35556b;
  font-size:0.96rem;
  line-height:1.68;
}

.dot-text-card p:last-child,
.dot-image-card__content p:last-child{
  margin-bottom:0;
}

.dot-image-card img{
  width:100%;
  aspect-ratio:16 / 10;
  object-fit:cover;
}

.dot-image-card__media{
  overflow:hidden;
  background:#000;
}

.dot-image-card__media video{
  width:100%;
  aspect-ratio:16 / 10;
  object-fit:cover;
  display:block;
}

.dot-image-card__content{
  padding:18px;
}

/* =========================================================
   AUSBILDUNG
========================================================= */

.dot-training-overview{
  background:#f7fbfd;
}

/* =========================================================
   NEWS / SAFARIS
========================================================= */

.dot-news-section{
  background:#ffffff;
}

.dot-news-grid{
  align-items:stretch;
}

.dot-news-card{
  display:flex;
  flex-direction:column;
  height:100%;
  background:#f8fcfe;
  border:1px solid #dcecf2;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 10px 22px rgba(7,45,67,0.05);
}

.dot-news-card img{
  width:100%;
  aspect-ratio:16 / 10;
  object-fit:cover;
}

.dot-news-card__body{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:18px;
}

.dot-news-card__tag{
  display:inline-flex;
  align-items:center;

  width:max-content;
  margin-bottom:10px;
  padding:6px 10px;
  border-radius:999px;
  background:#eaf4fb;
  color:#0e3a5a;
  font-size:0.8rem;
  font-weight:700;
  line-height:1;
}

.dot-news-card__body h3{
  margin:0 0 10px;
  color:#0e3a5a;
  font-size:1.08rem;
  line-height:1.34;
}

.dot-news-card__body p{
  margin:0;
  color:#35556b;
  font-size:0.96rem;
  line-height:1.68;
}

.dot-news-card__link{
  margin-top:16px;
  color:#0e3a5a;
  font-weight:700;
  font-size:0.94rem;
}

.dot-news-card__link:hover{
  text-decoration:underline;
}

/* =========================================================
   MARINE LIFE / WHY HURGHADA / FAQ
========================================================= */

.dot-marine-life{
  background:#f8fcfe;
}

.dot-why-hurghada{
  background:#ffffff;
}

.dot-faq-section{
  background:#f8fcfe;
}

/* =========================================================
   REVIEWS
========================================================= */

.dot-reviews{
  background:#ffffff;
}

.dot-reviews-wrap{
  display:grid;
  grid-template-columns:minmax(0, 1.2fr) minmax(280px, 360px);
  gap:22px;
  align-items:stretch;
}

.dot-reviews-text,
.dot-reviews-buttons{
  background:#f8fcfe;
  border:1px solid #dcecf2;
  border-radius:18px;
  padding:22px 20px;
  box-shadow:0 10px 22px rgba(7,45,67,0.05);
}

.dot-reviews-text h2{
  margin:0 0 12px;
  color:#0e3a5a;
  font-size:clamp(1.7rem, 2.3vw, 2.15rem);
  line-height:1.2;
}

.dot-reviews-text p{
  margin:0;
  color:#35556b;
  font-size:1rem;
  line-height:1.72;
}

.dot-stars{
  margin-top:18px;
  color:#f0b400;
  font-size:2rem;
  letter-spacing:4px;
  line-height:1;
}

.dot-rating-note{
  margin-top:10px !important;
  font-size:0.92rem !important;
}

.dot-reviews-buttons{
  display:flex;
  flex-direction:column;
  gap:12px;
  justify-content:center;
}

.dot-reviews-help{
  margin:8px 0 0;
  color:#35556b;
  font-size:0.9rem;
  line-height:1.68;
  text-align:center;
}

/* =========================================================
   TOP LINK / BACKTOP
========================================================= */

.dot-top-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  margin-top:22px;
  color:#0e3a5a;
  font-weight:700;
  font-size:0.92rem;
}

.dot-top-link:hover{
  text-decoration:underline;
}

#dot-backtop{
  position:fixed;
  right:18px;
  bottom:18px;
  width:44px;
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#0e3a5a;
  color:#ffffff;
  font-size:20px;
  box-shadow:0 10px 24px rgba(0,0,0,0.18);
  z-index:999;
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  transition:opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}

#dot-backtop.is-visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width:1100px){
  .dot-conversion-grid,
  .dot-reviews-wrap{
    grid-template-columns:1fr;
  }

  .dot-price-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .dot-card-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .dot-card-grid--images{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:900px){
  .dot-hero-banner--home-video .dot-hero-buttons{
    gap:10px;
  }
}

@media (max-width:768px){
  .dot-container{
    padding:0 14px;
  }

  .dot-home-section,
  .dot-prices{
    padding:34px 0;
  }

  .dot-hero-banner--home-video{
    min-height:620px;
    align-items:flex-start;
  }

  .dot-hero-banner--home-video .dot-hero-content{
    width:min(1180px, calc(100% - 24px));
    padding:70px 0 24px;
  }

  .dot-hero-banner--home-video .dot-hero-box{
    max-width:100%;
  }

  .dot-hero-banner--home-video .dot-hero-box h1,
  .dot-hero-banner--home-video .dot-hero-box p{
    max-width:100%;
  }

  .dot-hero-banner--home-video .dot-hero-buttons{
    width:100%;
    align-items:flex-start;
  }

  .dot-hero-banner--home-video .dot-hero-buttons .dot-hero-button{
    width:auto;
    max-width:100%;
    align-self:flex-start;
    flex:0 0 auto;
  }

  .dot-section-head{
    margin-bottom:22px;
  }

  .dot-section-head h2,
  .dot-prices > h3{
    font-size:1.5rem;
    line-height:1.22;
  }

  .dot-section-head p,
  .dot-prices > .dot-card-text,
  .dot-conversion-text p,
  .dot-reviews-text p{
    font-size:0.95rem;
    line-height:1.58;
  }

  .dot-action-row{
    flex-direction:column;
  }

  .dot-btn-primary,
  .dot-btn-secondary,
  .dot-btn-dark{
    width:100%;
  }

  .dot-price-grid,
  .dot-card-grid,
  .dot-card-grid--images{
    grid-template-columns:1fr;
    gap:14px;
  }

  .dot-conversion-text,
  .dot-conversion-side,
  .dot-text-card,
  .dot-image-card__content,
  .dot-news-card__body,
  .dot-reviews-text,
  .dot-reviews-buttons{
    padding-left:16px;
    padding-right:16px;
  }

  .dot-price-card{
    padding:16px;
  }

  .dot-price-card__media-home{
    margin:-16px -16px 12px;
  }

  .dot-book-button,
  .dot-price-card-button{
    width:100%;
  }

  .dot-top-link{
    width:100%;
    justify-content:center;
    padding:10px 12px;
    border:1px solid #dcecf2;
    border-radius:999px;
    background:#ffffff;
    box-shadow:0 6px 16px rgba(7,45,67,0.05);
  }

  .dot-top-link::before{
    content:"↑";
    display:inline-block;
    font-size:1rem;
    line-height:1;
  }

  #dot-backtop{
    right:12px;
    bottom:12px;
    width:46px;
    height:46px;
    font-size:21px;
    box-shadow:0 12px 24px rgba(0,0,0,0.22);
  }
}

@media (max-width:479px){
  .dot-conversion-text,
  .dot-conversion-side,
  .dot-price-card,
  .dot-text-card,
  .dot-image-card,
  .dot-news-card,
  .dot-reviews-text,
  .dot-reviews-buttons{
    border-radius:16px;
  }

  #dot-backtop{
    width:48px;
    height:48px;
    font-size:22px;
  }
}