.elementor-12299 .elementor-element.elementor-element-93a6e3e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12299 .elementor-element.elementor-element-530d3093{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12299 .elementor-element.elementor-element-4d7b2393 > .elementor-widget-container{padding:0px 0px 0px 20px;}.elementor-12299 .elementor-element.elementor-element-4d7b2393 .elementor-heading-title{font-size:30px;}.elementor-12299 .elementor-element.elementor-element-49fa71b1{--swiper-slides-to-display:3;--swiper-slides-gap:0px;--arrow-prev-left-align:0%;--arrow-prev-translate-x:0px;--arrow-prev-left-position:38px;--arrow-prev-top-align:50%;--arrow-prev-translate-y:-50%;--arrow-prev-top-position:-28px;--arrow-next-right-align:0%;--arrow-next-translate-x:0%;--arrow-next-right-position:38px;--arrow-next-top-align:50%;--arrow-next-translate-y:-50%;--arrow-next-top-position:-28px;--arrow-size:38px;--arrow-normal-color:var( --e-global-color-93d1926 );}.elementor-12299 .elementor-element.elementor-element-49fa71b1 .swiper-slide > .elementor-element{height:100%;}@media(min-width:768px){.elementor-12299 .elementor-element.elementor-element-530d3093{--content-width:1178px;}}@media(max-width:1366px){.elementor-12299 .elementor-element.elementor-element-93a6e3e{--min-height:0px;}.elementor-12299 .elementor-element.elementor-element-49fa71b1{--swiper-slides-to-display:3;}}@media(max-width:1200px){.elementor-12299 .elementor-element.elementor-element-49fa71b1{--swiper-slides-to-display:3;}}@media(max-width:1024px){.elementor-12299 .elementor-element.elementor-element-49fa71b1{--swiper-slides-to-display:2;}}@media(max-width:880px){.elementor-12299 .elementor-element.elementor-element-49fa71b1{--swiper-slides-to-display:2;}}@media(max-width:767px){.elementor-12299 .elementor-element.elementor-element-4d7b2393 .elementor-heading-title{font-size:25px;}.elementor-12299 .elementor-element.elementor-element-49fa71b1{--swiper-slides-to-display:1;--arrow-prev-left-position:25px;--arrow-next-right-position:25px;--arrow-size:30px;}}/* Start custom CSS for container, class: .elementor-element-93a6e3e */.mt-travel-guide {
  --mt-blue: #0581ce;
  --mt-blue-dark: #046bb0;
  --mt-blue-light: #e8f4fc;
  --mt-blue-soft: #f0f8ff;
  --mt-navy: #0a2540;
  --mt-text: #2d3748;
  --mt-text-muted: #64748b;
  --mt-white: #ffffff;
  --mt-radius: 16px;
  --mt-radius-sm: 14px;
  --mt-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  --mt-shadow-sm: 0 2px 12px rgba(0, 0, 0, 0.05);
  --mt-max: 1180px;
  --mt-article: 760px;
  --mt-section-gap: 35px;
  --mt-block-gap: 20px;
  --mt-subheading-gap: 26px;
  --mt-linkpara-heading-gap: 24px;
  --mt-cta-gap: 28px;
  --mt-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  font-family: var(--mt-font);
  font-size: 16px;
  line-height: 1.7;
  color: var(--mt-text);
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
  .mt-travel-guide {
    font-size: 17px;
    --mt-section-gap: 60px;
    --mt-subheading-gap: 32px;
    --mt-linkpara-heading-gap: 28px;
    --mt-cta-gap: 32px;
  }
}

.mt-travel-guide *,
.mt-travel-guide *::before,
.mt-travel-guide *::after {
  box-sizing: border-box;
}

.mt-travel-guide img {
  max-width: 100%;
  height: auto;
  display: block;
}

.mt-travel-guide a {
  color: var(--mt-blue);
  text-decoration: none;
}

.mt-travel-guide a:hover {
  color: var(--mt-blue-dark);
}

/* ── Container ── */
.mt-tg-container {
  width: 100%;
  max-width: var(--mt-max);
  margin-inline: auto;
  padding-inline: 20px;
}

/* ── Hero ── */
.mt-tg-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  background-color: var(--mt-navy);
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .mt-tg-hero {
    min-height: 520px;
  }
}

.mt-tg-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(10, 37, 64, 0.25) 0%,
    rgba(10, 37, 64, 0.55) 50%,
    rgba(10, 37, 64, 0.82) 100%
  );
}

.mt-tg-hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--mt-max);
  margin-inline: auto;
  padding: 48px 20px 72px;
}

@media (min-width: 768px) {
  .mt-tg-hero__content {
    padding: 64px 24px 88px;
  }
}

.mt-tg-hero__pill {
  display: inline-block;
  background: var(--mt-blue);
  color: var(--mt-white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.mt-tg-hero__title {
  color: var(--mt-white);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 12px;
  max-width: 820px;
}

@media (min-width: 768px) {
  .mt-tg-hero__title {
    font-size: clamp(42px, 4.5vw, 48px);
  }
}

.mt-tg-hero__subtitle {
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 20px;
  max-width: 640px;
}

@media (min-width: 768px) {
  .mt-tg-hero__subtitle {
    font-size: 18px;
  }
}

.mt-tg-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
}

.mt-tg-hero__meta li {
  display: flex;
  align-items: center;
  gap: 6px;
}

.mt-tg-hero__meta a {
  color: inherit;
  text-decoration: none;
}

.mt-tg-hero__meta a:hover {
  color: var(--mt-white);
  text-decoration: underline;
}

.mt-tg-hero__meta-sep {
  opacity: 0.55;
  user-select: none;
}

.mt-tg-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: currentColor;
}

/* ── In This Guide ── */
.mt-tg-guide-nav {
  position: relative;
  z-index: 2;
  margin-top: -40px;
  margin-bottom: var(--mt-section-gap);
}

.mt-tg-guide-nav__card {
  background: var(--mt-white);
  border-radius: var(--mt-radius);
  box-shadow: var(--mt-shadow);
  padding: 24px 20px;
}

@media (min-width: 768px) {
  .mt-tg-guide-nav__card {
    padding: 28px 32px;
  }
}

.mt-tg-guide-nav__title {
  font-size: 18px;
  font-weight: 700;
  color: var(--mt-navy);
  margin: 0 0 20px;
}

.mt-tg-guide-nav__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 640px) {
  .mt-tg-guide-nav__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 992px) {
  .mt-tg-guide-nav__grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
  }
}

.mt-tg-guide-nav__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  color: var(--mt-text);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  padding: 8px 4px;
  border-radius: 10px;
  transition: color 0.15s ease, background 0.15s ease;
}

@media (min-width: 768px) {
  .mt-tg-guide-nav__item a {
    font-size: 14px;
  }
}

.mt-tg-guide-nav__item a:hover {
  color: var(--mt-blue);
  background: var(--mt-blue-soft);
}

.mt-tg-guide-nav__icon {
  width: 28px;
  height: 28px;
  color: var(--mt-blue);
}

/* ── Main Layout ── */
.mt-tg-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--mt-section-gap);
  margin-bottom: var(--mt-section-gap);
}

@media (min-width: 992px) {
  .mt-tg-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 40px;
    align-items: start;
  }
}

@media (min-width: 1100px) {
  .mt-tg-layout {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 48px;
  }
}

/* ── Article Content ── */
.mt-tg-content {
  min-width: 0;
}

@media (min-width: 992px) {
  .mt-tg-content {
    max-width: var(--mt-article);
  }
}

.mt-tg-section {
  margin-bottom: var(--mt-section-gap);
}

.mt-tg-section:last-child {
  margin-bottom: 0;
}

.mt-tg-content h2 {
  font-size: 22px;
  font-weight: 800;
  color: var(--mt-navy);
  line-height: 1.25;
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .mt-tg-content h2 {
    font-size: clamp(26px, 2.5vw, 30px);
  }
}

.mt-tg-section__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

@media (min-width: 640px) {
  .mt-tg-section__body {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.mt-tg-section__image {
  border-radius: var(--mt-radius-sm);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #e2e8f0;
}

.mt-tg-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mt-tg-section__text p {
  margin: 0 0 1em;
  color: var(--mt-text);
}

.mt-tg-section__text p:last-child {
  margin-bottom: 0;
}

.mt-tg-intro {
  margin-bottom: var(--mt-section-gap);
}

.mt-tg-intro p {
  margin: 0 0 1em;
  color: var(--mt-text);
}

.mt-tg-intro p:last-child {
  margin-bottom: 0;
}

.mt-tg-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--mt-navy);
  line-height: 1.35;
  margin: 28px 0 12px;
}

/* Direct section h3s use adjacent-sibling spacing — not global h3 margin-top */
.mt-tg-content .mt-tg-section > h3 {
  margin-top: 0;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .mt-tg-content h3 {
    font-size: 20px;
  }
}

.mt-tg-content h3:first-child {
  margin-top: 0;
}

.mt-tg-list {
  margin: 12px 0 0;
  padding-left: 1.25em;
  color: var(--mt-text);
}

.mt-tg-list li {
  margin-bottom: 8px;
  line-height: 1.65;
}

.mt-tg-list li:last-child {
  margin-bottom: 0;
}

.mt-tg-final-cta {
  margin-top: var(--mt-cta-gap);
}

/* ── Section loose-block spacing (tips, paragraphs, headings, CTA) ── */
/* Prevents margin stacking between direct section children in blogs 2–5 */
.mt-tg-section > p.mt-tg-section__text,
.elementor-widget-html .mt-travel-guide .mt-tg-section > p.mt-tg-section__text {
  margin: 0;
  margin-bottom: 0 !important;
  color: var(--mt-text);
}

.mt-tg-section > h3 {
  margin-top: 0;
  margin-bottom: 12px;
}

.mt-tg-section > h2 + h3 {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .mt-tg-section > h2 + h3 {
    margin-top: 28px;
  }
}

.mt-tg-section > .mt-tg-section__text + .mt-tg-tip,
.mt-tg-section > .mt-tg-tip + p.mt-tg-section__text,
.mt-tg-section > .mt-tg-tip + .mt-tg-section__text {
  margin-top: var(--mt-block-gap);
}

.mt-tg-section > .mt-tg-tip + h3,
.mt-tg-section > .mt-tg-section__text + h3 {
  margin-top: var(--mt-subheading-gap);
}

/* Linked paragraph after Local Tip → final heading (blogs 2–5) */
.mt-travel-guide .mt-tg-content .mt-tg-section > p.mt-tg-section__text + h3,
.elementor-widget-html .mt-travel-guide .mt-tg-content .mt-tg-section > p.mt-tg-section__text + h3 {
  margin-top: var(--mt-linkpara-heading-gap) !important;
  margin-bottom: 12px !important;
  padding-top: 0;
}

.mt-tg-section > .mt-tg-section__text + .mt-tg-final-cta,
.mt-tg-section > p.mt-tg-section__text + .mt-tg-final-cta {
  margin-top: var(--mt-cta-gap);
}

/* ── Local Tip ── */
.mt-tg-tip {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: var(--mt-blue-light);
  border-radius: var(--mt-radius-sm);
  padding: 16px 18px;
  font-size: 15px;
  line-height: 1.65;
}

.mt-tg-tip__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--mt-blue);
  margin-top: 2px;
}

.mt-tg-tip strong {
  color: var(--mt-navy);
}

/* ── Inline CTA Block ── */
.mt-tg-cta {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: var(--mt-blue-light);
  border-radius: var(--mt-radius);
  padding: 24px;
  margin-block: var(--mt-section-gap);
}

@media (min-width: 768px) {
  .mt-tg-cta {
    flex-direction: row;
    align-items: center;
    padding: 28px 32px;
    gap: 24px;
  }
}

.mt-tg-cta__icon-wrap {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  background: var(--mt-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mt-white);
}

.mt-tg-cta__icon-wrap svg {
  width: 26px;
  height: 26px;
}

.mt-tg-cta__body {
  flex: 1;
  min-width: 0;
}

.mt-tg-cta__heading {
  font-size: 18px;
  font-weight: 800;
  color: var(--mt-navy);
  margin: 0 0 6px;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .mt-tg-cta__heading {
    font-size: 20px;
  }
}

.mt-tg-cta__text {
  margin: 0;
  font-size: 15px;
  color: var(--mt-text-muted);
  line-height: 1.6;
}

.mt-tg-cta__text a {
  color: var(--mt-blue);
  font-weight: 600;
}

.mt-tg-cta__action {
  flex-shrink: 0;
}

/* ── Buttons ── */
.mt-tg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: var(--mt-blue);
  color: var(--mt-white) !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  padding: 14px 22px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s ease;
  white-space: nowrap;
}

.mt-tg-btn:hover {
  background: var(--mt-blue-dark);
  color: var(--mt-white) !important;
}

.mt-tg-btn--block {
  width: 100%;
}

.mt-tg-btn--outline {
  background: transparent;
  color: var(--mt-blue) !important;
  border: 2px solid var(--mt-blue);
}

.mt-tg-btn--outline:hover {
  background: var(--mt-blue);
  color: var(--mt-white) !important;
}

.mt-tg-btn__arrow {
  font-size: 18px;
  line-height: 1;
}

/* ── Sidebar ── */
.mt-tg-sidebar {
  min-width: 0;
}

@media (min-width: 992px) {
  .mt-tg-sidebar {
    position: sticky;
    top: 24px;
  }
}

.mt-tg-sidebar__card {
  background: var(--mt-white);
  border-radius: var(--mt-radius);
  box-shadow: var(--mt-shadow);
  overflow: hidden;
  margin-bottom: 16px;
}

.mt-tg-sidebar__header {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--mt-navy);
  color: var(--mt-white);
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 700;
}

.mt-tg-sidebar__header svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.mt-tg-sidebar__body {
  padding: 20px;
}

.mt-tg-sidebar__body p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--mt-text-muted);
}

.mt-tg-quick-links {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #eef2f6;
}

.mt-tg-quick-links li {
  border-bottom: 1px solid #eef2f6;
}

.mt-tg-quick-links li:last-child {
  border-bottom: none;
}

.mt-tg-quick-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 20px;
  color: var(--mt-text);
  font-size: 15px;
  font-weight: 600;
  transition: background 0.15s ease, color 0.15s ease;
}

.mt-tg-quick-links a:hover {
  background: var(--mt-blue-soft);
  color: var(--mt-blue);
}

.mt-tg-quick-links__label {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mt-tg-quick-links__icon {
  width: 18px;
  height: 18px;
  color: var(--mt-blue);
  flex-shrink: 0;
}

.mt-tg-quick-links__chevron {
  color: var(--mt-text-muted);
  font-size: 18px;
  line-height: 1;
}

.mt-tg-sidebar__widget {
  background: var(--mt-white);
  border-radius: var(--mt-radius);
  box-shadow: var(--mt-shadow-sm);
  padding: 18px 20px;
  margin-bottom: 16px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.mt-tg-sidebar__widget:last-child {
  margin-bottom: 0;
}

.mt-tg-sidebar__widget-icon {
  width: 36px;
  height: 36px;
  background: var(--mt-blue-light);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mt-blue);
  flex-shrink: 0;
}

.mt-tg-sidebar__widget-icon svg {
  width: 18px;
  height: 18px;
}

.mt-tg-sidebar__widget-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--mt-navy);
  margin: 0 0 4px;
}

.mt-tg-sidebar__widget-text {
  font-size: 13px;
  color: var(--mt-text-muted);
  margin: 0 0 12px;
  line-height: 1.55;
}

.mt-tg-sidebar__widget-text:last-child {
  margin-bottom: 0;
}

.mt-tg-btn--whatsapp {
  font-size: 13px;
  padding: 10px 16px;
  gap: 8px;
}

.mt-tg-btn--whatsapp svg {
  width: 18px;
  height: 18px;
}

/* ── Related Travel Guides ── */
.mt-tg-related {
  padding-block: var(--mt-section-gap);
  border-top: 1px solid #eef2f6;
}

.mt-tg-related__title {
  font-size: 24px;
  font-weight: 800;
  color: var(--mt-navy);
  margin: 0 0 12px;
  padding: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .mt-tg-related__title {
    font-size: 28px;
    text-align: left;
  }
}

.mt-tg-related__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 640px) {
  .mt-tg-related__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .mt-tg-related__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.mt-tg-related__card {
  background: var(--mt-white);
  border-radius: var(--mt-radius);
  box-shadow: var(--mt-shadow-sm);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.mt-tg-related__card:hover {
  box-shadow: var(--mt-shadow);
  transform: translateY(-2px);
}

.mt-tg-related__image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e2e8f0;
}

.mt-tg-related__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mt-tg-related__body {
  padding: 18px 20px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.mt-tg-related__card-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--mt-navy);
  line-height: 1.35;
  margin: 0 0 12px;
}

.mt-tg-related__link {
  margin-top: auto;
  font-size: 14px;
  font-weight: 700;
  color: #0581ce;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.mt-tg-related__link:hover {
  color: var(--mt-blue-dark);
}

/* ── Elementor compatibility helpers ── */
.elementor-widget-html .mt-travel-guide,
.elementor-section .mt-travel-guide {
  width: 100%;
}

/* Full-bleed hero inside Elementor boxed sections */
.elementor-section.elementor-section-boxed .mt-tg-hero {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* ── Elementor Loop Carousel (Related Travel Guides) ── */
.mt-tg-related__carousel {
  position: relative;
  margin-top: 0;
  padding-top: 0;
}

.mt-tg-related .mt-tg-container {
  padding-inline: 20px;
}

/* Title + carousel share the same left edge as card images */
.mt-tg-related__title,
.mt-tg-related__carousel,
.mt-tg-related .elementor-widget-loop-carousel {
  margin-inline: 0;
  padding-inline: 0;
}

.mt-tg-related .elementor-widget-loop-carousel {
  margin-top: 0;
  margin-bottom: 0;
}

.mt-tg-related .elementor-widget-loop-carousel .elementor-widget-container,
.mt-tg-related .elementor-loop-container {
  margin: 0;
  padding: 0;
}

/* Elementor section: heading + carousel as sibling widgets */
.elementor-section.mt-tg-related > .elementor-container {
  max-width: var(--mt-max);
}

.elementor-section.mt-tg-related .elementor-widget-heading.mt-tg-related__title {
  margin-bottom: 12px;
}

.elementor-section.mt-tg-related .elementor-widget-heading.mt-tg-related__title .elementor-heading-title {
  margin: 0;
  padding: 0;
}

.elementor-section.mt-tg-related .elementor-widget-loop-carousel.mt-tg-related__carousel {
  margin-top: 0;
  padding-top: 0;
}

.mt-tg-related .swiper-slide {
  height: auto;
  padding: 0;
  box-sizing: border-box;
}

.mt-tg-related .swiper-slide .e-loop-item,
.mt-tg-related .swiper-slide > .elementor {
  height: 100%;
}

.mt-tg-related .swiper-slide .mt-tg-related__card {
  height: 100%;
}

.mt-tg-related .mt-tg-related__card-title a {
  color: inherit;
  text-decoration: none;
}

.mt-tg-related .mt-tg-related__card-title a:hover {
  color: var(--mt-blue);
}

/* Carousel navigation arrows */
.mt-tg-related .elementor-swiper-button {
  width: 40px;
  height: 40px;
  background: var(--mt-white);
  border-radius: 50%;
  box-shadow: var(--mt-shadow-sm);
  color: var(--mt-blue);
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.mt-tg-related .elementor-swiper-button:hover {
  background: var(--mt-blue);
  color: var(--mt-white);
  box-shadow: var(--mt-shadow);
}

.mt-tg-related .elementor-swiper-button::after {
  font-size: 16px;
  font-weight: 700;
}

.mt-tg-related .elementor-swiper-button-prev {
  left: -8px;
}

.mt-tg-related .elementor-swiper-button-next {
  right: -8px;
}

@media (max-width: 767px) {
  .mt-tg-related .elementor-swiper-button-prev {
    left: 4px;
  }

  .mt-tg-related .elementor-swiper-button-next {
    right: 4px;
  }
}

/* Carousel pagination dots — disabled */
.mt-tg-related .swiper-pagination,
.mt-tg-related__carousel .swiper-pagination {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.mt-tg-related .swiper-wrapper {
  transition-timing-function: ease;
}

/* Lazy-loaded images inside carousel cards */
.mt-tg-related .mt-tg-related__image img[loading="lazy"],
.mt-tg-related__carousel .mt-tg-related__image img[loading="lazy"] {
  opacity: 1;
}

/* ── Elementor Loop Item widget overrides (fixes grey button + flat cards) ── */
.mt-tg-related__carousel .mt-tg-related__card,
.mt-tg-related .mt-tg-related__card {
  background: var(--mt-white);
  border-radius: var(--mt-radius);
  box-shadow: var(--mt-shadow-sm);
  overflow: hidden;
}

/* Reset Elementor Button widget when used as Read More link */
.mt-tg-related__carousel .elementor-button.mt-tg-related__link,
.mt-tg-related .elementor-button.mt-tg-related__link,
.mt-tg-related__carousel .mt-tg-related__body .elementor-button,
.mt-tg-related .mt-tg-related__body .elementor-button {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin-top: auto;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  color: #0581ce !important;
  display: inline-flex !important;
  align-items: center;
  gap: 4px;
  width: auto !important;
  align-self: flex-start;
}

.mt-tg-related__carousel .elementor-button.mt-tg-related__link:hover,
.mt-tg-related .elementor-button.mt-tg-related__link:hover,
.mt-tg-related__carousel .mt-tg-related__body .elementor-button:hover,
.mt-tg-related .mt-tg-related__body .elementor-button:hover {
  background: transparent !important;
  color: var(--mt-blue-dark) !important;
}

/* Featured Image widget inside carousel */
.mt-tg-related__carousel .elementor-widget-theme-post-featured-image.mt-tg-related__image,
.mt-tg-related .elementor-widget-theme-post-featured-image.mt-tg-related__image {
  margin: 0;
}

.mt-tg-related__carousel .elementor-widget-theme-post-featured-image.mt-tg-related__image img,
.mt-tg-related .elementor-widget-theme-post-featured-image.mt-tg-related__image img,
.mt-tg-related__carousel .mt-tg-related__image img,
.mt-tg-related .mt-tg-related__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mt-tg-related__carousel .elementor-widget-theme-post-featured-image.mt-tg-related__image a,
.mt-tg-related .elementor-widget-theme-post-featured-image.mt-tg-related__image a,
.mt-tg-related__carousel .mt-tg-related__image a,
.mt-tg-related .mt-tg-related__image a {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e2e8f0;
}

/* Post Title widget inside carousel */
.mt-tg-related__carousel .elementor-widget-theme-post-title.mt-tg-related__card-title,
.mt-tg-related .elementor-widget-theme-post-title.mt-tg-related__card-title {
  margin: 0 0 12px;
}

.mt-tg-related__carousel .elementor-widget-theme-post-title.mt-tg-related__card-title .elementor-heading-title,
.mt-tg-related .elementor-widget-theme-post-title.mt-tg-related__card-title .elementor-heading-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--mt-navy);
  line-height: 1.35;
  margin: 0;
}

.mt-tg-related__carousel .elementor-widget-theme-post-title.mt-tg-related__card-title a,
.mt-tg-related .elementor-widget-theme-post-title.mt-tg-related__card-title a {
  color: inherit;
  text-decoration: none;
}

.mt-tg-related__carousel .elementor-widget-theme-post-title.mt-tg-related__card-title a:hover,
.mt-tg-related .elementor-widget-theme-post-title.mt-tg-related__card-title a:hover {
  color: var(--mt-blue);
}

/* Inner body container (Flexbox container in loop item) */
.mt-tg-related__carousel .e-con.mt-tg-related__body,
.mt-tg-related .e-con.mt-tg-related__body {
  padding: 18px 20px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

/* Keep title + Read More aligned with card/image edges */
.mt-tg-related__carousel .mt-tg-related__body .elementor-widget,
.mt-tg-related .mt-tg-related__body .elementor-widget,
.mt-tg-related__carousel .e-con.mt-tg-related__body > .elementor-element,
.mt-tg-related .e-con.mt-tg-related__body > .elementor-element {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.mt-tg-related__carousel .e-con.mt-tg-related__body .e-con,
.mt-tg-related .e-con.mt-tg-related__body .e-con {
  --padding-left: 0;
  --padding-right: 0;
  --padding-inline-start: 0;
  --padding-inline-end: 0;
  width: 100%;
}

.mt-tg-related__carousel .elementor-button-link,
.mt-tg-related .elementor-button-link,
.mt-tg-related__carousel a.mt-tg-related__link,
.mt-tg-related a.mt-tg-related__link {
  color: #0581ce !important;
}

.mt-tg-related__carousel .elementor-button-link:hover,
.mt-tg-related .elementor-button-link:hover,
.mt-tg-related__carousel a.mt-tg-related__link:hover,
.mt-tg-related a.mt-tg-related__link:hover {
  color: var(--mt-blue-dark) !important;
}

/* Outer card container in loop item */
.mt-tg-related__carousel .e-con.mt-tg-related__card,
.mt-tg-related .e-con.mt-tg-related__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.mt-tg-related__carousel .e-con.mt-tg-related__card:hover,
.mt-tg-related .e-con.mt-tg-related__card:hover {
  box-shadow: var(--mt-shadow);
  transform: translateY(-2px);
}

/* Prevent Elementor default section padding from breaking hero overlap */
.mt-travel-guide .elementor-widget-html {
  margin-bottom: 0;
}

/* ── Theme reset override: linked paragraph → final heading ── */
/* hello-elementor reset adds p{margin-block-end:.9rem} + h3{margin-block-start:.5rem}
   which stacks with .mt-tg-content h3{margin-top:28px} on live Elementor posts */
.mt-travel-guide .mt-tg-section > .mt-tg-section__text > p:last-child,
.mt-travel-guide .mt-tg-section > p.mt-tg-section__text {
  margin: 0 !important;
  margin-block: 0 !important;
}

.mt-travel-guide .mt-tg-section > .mt-tg-section__text + h3,
.mt-travel-guide .mt-tg-section > p.mt-tg-section__text + h3,
.elementor-widget-html .mt-travel-guide .mt-tg-section > .mt-tg-section__text + h3,
.elementor-widget-html .mt-travel-guide .mt-tg-section > p.mt-tg-section__text + h3 {
  margin-top: 24px !important;
  margin-bottom: 12px !important;
  margin-block-start: 24px !important;
  margin-block-end: 12px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (min-width: 768px) {
  .mt-travel-guide .mt-tg-section > .mt-tg-section__text + h3,
  .mt-travel-guide .mt-tg-section > p.mt-tg-section__text + h3,
  .elementor-widget-html .mt-travel-guide .mt-tg-section > .mt-tg-section__text + h3,
  .elementor-widget-html .mt-travel-guide .mt-tg-section > p.mt-tg-section__text + h3 {
    margin-top: 28px !important;
    margin-block-start: 28px !important;
  }
}/* End custom CSS */