/* Amar Dokan Banner — Elementor widget */
.adbe-banner {
  --adbe-ratio: 6.4;
  display: block;
  width: 100%;
  aspect-ratio: var(--adbe-ratio);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #3fa142;
  margin: 0 auto;
  text-decoration: none;
}

/* Edge to edge, even inside a boxed container */
.adbe-banner--full {
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

body:has(.adbe-banner--full) { overflow-x: hidden; }

/* Remove top white space on pages that use the banner */
body:has(.adbe-banner--flush) .site-content,
body:has(.adbe-banner--flush) .content-area,
body:has(.adbe-banner--flush) .site-main,
body:has(.adbe-banner--flush) #primary,
body:has(.adbe-banner--flush) #content,
body:has(.adbe-banner--flush) .entry-content,
body:has(.adbe-banner--flush) .ast-container {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body:has(.adbe-banner--flush) .entry-header,
body:has(.adbe-banner--flush) .page-header {
  display: none !important;
}
