.elementor-96267 .elementor-element.elementor-element-a932edc{--display:flex;--width:97.586%;}.elementor-96267 .elementor-element.elementor-element-a932edc.e-con{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for text-editor, class: .elementor-element-fd14654 *//* Base & tokens */
.service-dh {
  --accent: #0e7b6b;
  --muted: #666;
  --bg: #fff;
  --card: #ffffff;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: #222;
  padding: 0;
  margin: 0;
}

.service-dh * {
  box-sizing: border-box;
}

/* Scoped helpers & buttons */
.service-dh .visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}

.service-dh .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.service-dh .btn--whatsapp {
  background: #25D366;
  color: #fff;
  font-size: 16px;
}

.service-dh .btn--whatsapp img {
  width: 20px;
  height: auto;
}

.service-dh .btn--prices {
  background: #0e7b6b;
  color: #fff;
}

.service-dh .btn--whatsapp:hover,
.service-dh .btn--prices:hover {
  filter: brightness(0.95);
  transform: scale(1.05);
}

/* Layout */
.service-dh__wrap {
  max-width: 1100px;
  margin: 28px auto;
  padding: 20px;
  background-color: var(--bg);
  box-sizing: border-box;
  overflow: hidden;
}

/* Hero */
.service-dh__hero {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  background: linear-gradient(90deg, rgba(255, 179, 0, .06), rgba(14, 52, 82, .02));
  border-radius: 14px;
  padding: 22px;
  width: 100%;
  box-sizing: border-box;
  min-height: 300px;
}

.service-dh__left {
  flex: 1;
  min-width: 260px;
}

.service-dh__right img {
  width: 420px;
  max-width: 100%;
  border-radius: 10px;
  display: block;
  height: auto;
  object-fit: cover;
}

/* Typography */
.service-dh__kicker {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  padding: 6px 12px;
  border-radius: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}

.service-dh__title {
  margin: 10px 0 8px;
  color: var(--accent);
  font-size: 22px;
  line-height: 1.2;
}

.service-dh__lead {
  margin: 0 0 14px;
  color: #333;
  font-size: 15px;
}

.service-dh__note {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.service-dh__expert {
  margin: 6px 0 0;
  color: #444;
  font-size: 13px;
}

/* Sections */
.service-dh__article {
  margin-top: 20px;
  background: transparent;
}

.service-dh__section {
  margin: 22px 0;
  background: transparent;
  padding: 0;
}

.service-dh__h2 {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 18px;
}

/* Tables (responsive) */
.service-dh__tablewrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 10px;
}

.service-dh__price-table {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0 0;
  font-size: 15px;
  table-layout: fixed;
  word-break: break-word;
}

.service-dh__price-table th,
.service-dh__price-table td {
  border: 1px solid #e6e6e6;
  padding: 10px 12px;
  text-align: center;
  background: #fff;
}

.service-dh__price-table thead th {
  background: var(--accent);
  color: #fff;
  font-weight: 700;
}

.service-dh__price-table th[scope="row"] {
  text-align: left;
  font-weight: 600;
}

@media (max-width: 680px) {
  .service-dh__price-table thead {
    display: none;
  }

  .service-dh__price-table,
  .service-dh__price-table tbody,
  .service-dh__price-table tr,
  .service-dh__price-table td,
  .service-dh__price-table th[scope="row"] {
    display: block;
    width: 100%;
  }

  .service-dh__price-table tr {
    margin: 0 0 12px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .03);
  }

  .service-dh__price-table th[scope="row"] {
    background: var(--accent);
    color: #fff;
    padding: 12px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
  }

  .service-dh__price-table td {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 12px;
    border: none;
    border-top: 1px solid #eee;
    text-align: left;
  }

  .service-dh__price-table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #444;
  }
}

/* Benefits */
.service-dh__benefits {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.service-dh__benefit {
  flex: 1 1 200px;
  background: var(--card);
  border: 1px solid rgba(0, 0, 0, .04);
  padding: 12px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .03);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.service-dh__benefit:hover {
  background-color: #f0f8ff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

/* Booking frame */
.service-dh__booking-frame {
  max-width: 720px;
  margin: 18px auto 0;
  padding: 18px;
  background: #f8fffb;
  border: 1px solid rgba(14, 123
/* Optional Short Stops - Box */
.service-dh__optional-stops {
  background-color: #f9f2e7; /* Light yellow background */
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}
.service-dh__optional-stops ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #333;
}

.service-dh__optional-stops li {
  font-size: 16px;
  font-weight: bold;
}

.service-dh__optional-stops .service-dh__muted {
  color: #666;
  font-size: 14px;
  font-style: italic;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-bd5b068 */.service-dh__faq-item {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 14px 18px;
  margin-bottom: 10px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.03);
  transition: all 0.3s ease;
}

.service-dh__faq-item:hover {
  background: #f8fffb;
  border-color: #0e7b6b;
  box-shadow: 0 3px 12px rgba(14,123,107,0.1);
}

.service-dh__faq-item h3 {
  margin: 0 0 6px;
  font-size: 16px;
  color: var(--accent);
}

.service-dh__faq-item p {
  margin: 0;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a932edc *//* Base & tokens */
    .service-dna{
      --accent:#0e7b6b; --muted:#666; --bg:#fff; --card:#ffffff;
      font-family:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
      color:#222;
    }
    .service-dna *{box-sizing:border-box}
    .service-dna a{color:inherit}

    /* Scoped helpers & buttons */
    .service-dna .visually-hidden{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);overflow:hidden;white-space:nowrap}
    .service-dna .btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:30px;text-decoration:none;font-weight:700;cursor:pointer}
    .service-dna .btn--whatsapp{background:#25D366;color:#fff}
    .service-dna .btn--prices{background:#0e7b6b;color:#fff}
    .service-dna .btn--whatsapp:hover, .service-dna .btn--prices:hover{filter:brightness(.95)}

    /* Layout */
    .service-dna__wrap{max-width:1100px;margin:28px auto;padding:20px}

    /* Hero */
    .service-dna__hero{display:flex;gap:24px;align-items:center;flex-wrap:wrap;background:linear-gradient(90deg,rgba(255,179,0,.06),rgba(14,52,82,.02));border-radius:14px;padding:22px}
    .service-dna__left{flex:1;min-width:260px}
    .service-dna__right img{width:420px;max-width:100%;border-radius:10px;display:block;height:auto}

    /* Typography */
    .service-dna__kicker{display:inline-block;background:var(--accent);color:#fff;padding:6px 12px;border-radius:12px;font-weight:700;text-transform:uppercase;font-size:13px}
    .service-dna__title{margin:10px 0 8px;color:var(--accent);font-size:22px;line-height:1.2}
    .service-dna__lead{margin:0 0 14px;color:#333;font-size:15px}
    .service-dna__note{margin:8px 0 0;color:var(--muted);font-size:14px}
    .service-dna__expert{margin:6px 0 0;color:#444;font-size:13px}

    /* Sections */
    .service-dna__article{margin-top:20px;background:transparent}
    .service-dna__section{margin:22px 0;background:transparent;padding:0}
    .service-dna__h2{margin:0 0 12px;color:var(--accent);font-size:18px}

    /* Shorts */
    .service-dna__shorts ul{margin:6px 0;padding-left:18px;color:#333}
    .service-dna__shorts li{margin:6px 0}

    /* Benefits */
    .service-dna__benefits{display:flex;gap:12px;flex-wrap:wrap;margin-top:10px}
    .service-dna__benefit{flex:1 1 200px;background:var(--card);border:1px solid rgba(0,0,0,.04);padding:12px;border-radius:10px;box-shadow:0 3px 10px rgba(0,0,0,.03)}

    /* Booking frame */
    .service-dna__booking-frame{max-width:720px;margin:18px auto 0;padding:18px;background:#f8fffb;border:1px solid rgba(14,123,107,.06);border-radius:12px;text-align:left}
    .service-dna__booking-frame h3{margin:0 0 6px;color:var(--accent);font-size:18px}

    /* Responsive tweaks */
    @media (max-width:980px){
      .service-dna__hero{flex-direction:column;text-align:left}
      .service-dna__right{width:100%}
      .service-dna__benefit{flex:1 1 100%}
    }

    /* Tables (responsive) */
.service-dna__tablewrap{
  overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:10px
}
.service-dna__price-table{
  width:100%;border-collapse:collapse;margin:8px 0 0;font-size:15px;
  table-layout:fixed;word-break:break-word
}
.service-dna__price-table th,.service-dna__price-table td{
  border:1px solid #e6e6e6;padding:10px 12px;text-align:center;background:#fff
}
.service-dna__price-table thead th{background:var(--accent);color:#fff;font-weight:700}
.service-dna__price-table th[scope="row"]{text-align:left;font-weight:600}
@media (max-width:680px){
  .service-dna__price-table thead{display:none}
  .service-dna__price-table,.service-dna__price-table tbody,.service-dna__price-table tr,.service-dna__price-table td,.service-dna__price-table th[scope="row"]{display:block;width:100%}
  .service-dna__price-table tr{margin:0 0 12px;border:1px solid #e6e6e6;border-radius:10px;overflow:hidden;box-shadow:0 3px 10px rgba(0,0,0,.03)}
  .service-dna__price-table th[scope="row"]{background:var(--accent);color:#fff;padding:12px;border:none;border-bottom:1px solid rgba(255,255,255,.15)}
  .service-dna__price-table td{display:flex;justify-content:space-between;gap:8px;padding:10px 12px;border:none;border-top:1px solid #eee;text-align:left}
  .service-dna__price-table td::before{content:attr(data-label);font-weight:600;color:#444}
}/* End custom CSS */