:root {
  --aa-v2-ink: #140b26;
  --aa-v2-deep: #17082f;
  --aa-v2-deep-soft: #231044;
  --aa-v2-purple: #6d32e5;
  --aa-v2-purple-dark: #5f28d6;
  --aa-v2-yellow: #ffd400;
  --aa-v2-white: #ffffff;
  --aa-v2-lilac: #f7f5fb;
  --aa-v2-muted: #a49ab7;
  --aa-v2-line: #e5e0ee;
}

body.ashraful-global-redesign .elementor-location-header {
  display: none !important;
}

body.ashraful-global-redesign #top-bar,
body.ashraful-global-redesign .cb-top-bar-flex-container,
body.ashraful-global-redesign .cb-top-bar-plugin-left,
body.ashraful-global-redesign .cb-top-bar-plugin-center,
body.ashraful-global-redesign .cb-top-bar-plugin-right,
body.ashraful-global-redesign #cb-top-bar-close {
  display: none !important;
}

body.ashraful-global-redesign .aa-home-v2,
body.ashraful-global-redesign .aa-home-v2 * {
  box-sizing: border-box;
}

body.ashraful-global-redesign .aa-home-v2 {
  position: relative;
  z-index: 20;
  width: 100%;
  overflow: visible;
  color: var(--aa-v2-white);
  font-family: "Matter", "DM Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.ashraful-global-redesign .aa-home-v2 a {
  color: inherit;
  text-decoration: none;
}

body.ashraful-global-redesign .aa-home-v2 button,
body.ashraful-global-redesign .aa-home-v2 input,
body.ashraful-global-redesign .aa-home-v2 select {
  font: inherit;
}

body.ashraful-global-redesign .aa-home-v2__container {
  width: min(100% - 64px, 1400px);
  margin-inline: auto;
}

body.ashraful-global-redesign .aa-home-v2__utility {
  min-height: 40px;
  background: #100a20;
  color: #c7bdd9;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.ashraful-global-redesign .aa-home-v2__utility-inner {
  min-height: 40px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  font-size: 11px;
}

body.ashraful-global-redesign .aa-home-v2__socials,
body.ashraful-global-redesign .aa-home-v2__contact,
body.ashraful-global-redesign .aa-home-v2__contact a,
body.ashraful-global-redesign .aa-home-v2__address {
  display: flex;
  align-items: center;
}

body.ashraful-global-redesign .aa-home-v2__socials {
  gap: 7px;
}

body.ashraful-global-redesign .aa-home-v2__socials > span {
  margin-right: 8px;
  color: #8f84a5;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.ashraful-global-redesign .aa-home-v2__social-link {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 6px;
  transition:
    color 180ms ease,
    background-color 180ms ease;
}

body.ashraful-global-redesign .aa-home-v2__social-link:hover,
body.ashraful-global-redesign .aa-home-v2__social-link:focus-visible {
  color: var(--aa-v2-yellow);
  background: rgba(255, 255, 255, 0.08);
}

body.ashraful-global-redesign .aa-home-v2__social-link svg {
  width: 13px;
  height: 13px;
}

body.ashraful-global-redesign .aa-home-v2__contact {
  justify-content: flex-end;
  gap: 22px;
}

body.ashraful-global-redesign .aa-home-v2__contact a,
body.ashraful-global-redesign .aa-home-v2__address {
  gap: 7px;
}

body.ashraful-global-redesign .aa-home-v2__contact svg {
  width: 13px;
  height: 13px;
  flex: none;
}

body.ashraful-global-redesign .aa-home-v2__certification {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 4px 10px;
  border: 1px solid #443366;
  border-radius: 999px;
  color: #e8e1f4;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

body.ashraful-global-redesign .aa-home-v2__certification > span {
  width: 14px;
  height: 14px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--aa-v2-yellow);
  color: var(--aa-v2-ink);
  font-size: 9px;
  font-weight: 900;
}

body.ashraful-global-redesign .aa-home-v2__masthead {
  background: var(--aa-v2-purple);
  box-shadow: 0 16px 38px -30px rgba(10, 2, 29, 0.8);
}

body.ashraful-global-redesign .aa-home-v2__brand-row {
  min-height: 104px;
  display: grid;
  grid-template-columns: minmax(130px, 1fr) minmax(260px, 360px) auto;
  align-items: center;
  gap: 24px;
}

body.ashraful-global-redesign .aa-home-v2__logo {
  display: flex;
  align-items: center;
}

body.ashraful-global-redesign .aa-home-v2__logo .custom-logo-link {
  display: inline-flex;
}

body.ashraful-global-redesign .aa-home-v2__logo img {
  width: auto;
  height: 68px;
  max-width: 150px;
  object-fit: contain;
}

body.ashraful-global-redesign .aa-home-v2__search {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  color: #e8defc;
  background: rgba(255, 255, 255, 0.09);
  transition:
    border-color 180ms ease,
    background-color 180ms ease;
}

body.ashraful-global-redesign .aa-home-v2__search:focus-within {
  border-color: rgba(255, 212, 0, 0.9);
  background: rgba(255, 255, 255, 0.14);
}

body.ashraful-global-redesign .aa-home-v2__search svg {
  width: 16px;
  height: 16px;
  flex: none;
}

body.ashraful-global-redesign .aa-home-v2__search input {
  width: 100%;
  min-width: 0;
  padding: 0 !important;
  border: 0 !important;
  outline: 0;
  color: #fff !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 12px !important;
}

body.ashraful-global-redesign .aa-home-v2__search input::placeholder {
  color: #c0aceb;
  opacity: 0.75;
}

body.ashraful-global-redesign .aa-home-v2__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

body.ashraful-global-redesign .aa-home-v2__phone,
body.ashraful-global-redesign .aa-home-v2__donate-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

body.ashraful-global-redesign .aa-home-v2__phone {
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.33);
}

body.ashraful-global-redesign .aa-home-v2__phone svg {
  width: 15px;
  height: 15px;
}

body.ashraful-global-redesign .aa-home-v2__phone:hover,
body.ashraful-global-redesign .aa-home-v2__phone:focus-visible {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.1);
}

body.ashraful-global-redesign .aa-home-v2__donate-link {
  min-width: 154px;
  padding: 0 21px;
  background: var(--aa-v2-yellow);
  color: var(--aa-v2-ink) !important;
}

body.ashraful-global-redesign .aa-home-v2__donate-link:hover,
body.ashraful-global-redesign .aa-home-v2__donate-link:focus-visible {
  background: #ffe14d;
  transform: translateY(-1px);
}

body.ashraful-global-redesign .aa-home-v2__menu-toggle {
  width: 44px;
  height: 44px;
  display: none;
  place-items: center;
  gap: 5px;
  padding: 10px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: transparent;
  cursor: pointer;
}

body.ashraful-global-redesign .aa-home-v2__menu-toggle i {
  width: 24px;
  height: 2px;
  display: block;
  background: currentColor;
  transition: transform 180ms ease;
}

body.ashraful-global-redesign .aa-home-v2__nav {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--aa-v2-purple);
}

body.ashraful-global-redesign .aa-home-v2__menu,
body.ashraful-global-redesign .aa-home-v2__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.ashraful-global-redesign .aa-home-v2__menu {
  min-height: 52px;
  display: flex;
  align-items: stretch;
  gap: 2px;
}

body.ashraful-global-redesign .aa-home-v2__menu > li {
  position: relative;
  display: flex;
  align-items: stretch;
}

body.ashraful-global-redesign .aa-home-v2__menu > li > a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 13px;
  border-radius: 9px 9px 0 0;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  transition: background-color 160ms ease;
}

body.ashraful-global-redesign .aa-home-v2__menu > li > a:hover,
body.ashraful-global-redesign .aa-home-v2__menu > li > a:focus-visible {
  background: rgba(255, 255, 255, 0.1);
}

body.ashraful-global-redesign .aa-home-v2__menu > li.current-menu-item > a,
body.ashraful-global-redesign .aa-home-v2__menu > li.current_page_item > a {
  background: rgba(255, 255, 255, 0.13);
}

body.ashraful-global-redesign .aa-home-v2__menu > li.current-menu-item > a::after,
body.ashraful-global-redesign .aa-home-v2__menu > li.current_page_item > a::after {
  content: "";
  position: absolute;
  right: 13px;
  bottom: 7px;
  left: 13px;
  height: 3px;
  border-radius: 2px;
  background: var(--aa-v2-yellow);
}

body.ashraful-global-redesign .aa-home-v2__menu .sub-menu,
body.ashraful-global-redesign .aa-home-v2__menu .children {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 30;
  min-width: 230px;
  padding: 8px;
  visibility: hidden;
  border: 1px solid #ece7f3;
  border-radius: 14px;
  background: #fff;
  color: var(--aa-v2-ink);
  opacity: 0;
  box-shadow: 0 24px 50px -26px rgba(20, 11, 38, 0.65);
  transform: translateY(-4px);
  transition:
    opacity 160ms ease,
    transform 160ms ease,
    visibility 160ms ease;
}

body.ashraful-global-redesign .aa-home-v2__menu li:hover > .sub-menu,
body.ashraful-global-redesign .aa-home-v2__menu li:focus-within > .sub-menu,
body.ashraful-global-redesign .aa-home-v2__menu li:hover > .children,
body.ashraful-global-redesign .aa-home-v2__menu li:focus-within > .children {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

body.ashraful-global-redesign .aa-home-v2__menu .sub-menu li,
body.ashraful-global-redesign .aa-home-v2__menu .children li {
  position: relative;
}

body.ashraful-global-redesign .aa-home-v2__menu .sub-menu .sub-menu,
body.ashraful-global-redesign .aa-home-v2__menu .sub-menu .children,
body.ashraful-global-redesign .aa-home-v2__menu .children .sub-menu,
body.ashraful-global-redesign .aa-home-v2__menu .children .children {
  top: -8px;
  left: calc(100% + 8px);
  transform: translateX(-4px);
}

body.ashraful-global-redesign
  .aa-home-v2__menu
  .sub-menu
  .aa-home-v2__submenu--opens-left,
body.ashraful-global-redesign
  .aa-home-v2__menu
  .children
  .aa-home-v2__submenu--opens-left {
  right: calc(100% + 8px);
  left: auto;
  transform: translateX(4px);
}

body.ashraful-global-redesign .aa-home-v2__menu .sub-menu li:hover > .sub-menu,
body.ashraful-global-redesign .aa-home-v2__menu .sub-menu li:focus-within > .sub-menu,
body.ashraful-global-redesign .aa-home-v2__menu .sub-menu li:hover > .children,
body.ashraful-global-redesign .aa-home-v2__menu .sub-menu li:focus-within > .children,
body.ashraful-global-redesign .aa-home-v2__menu .children li:hover > .sub-menu,
body.ashraful-global-redesign .aa-home-v2__menu .children li:focus-within > .sub-menu,
body.ashraful-global-redesign .aa-home-v2__menu .children li:hover > .children,
body.ashraful-global-redesign .aa-home-v2__menu .children li:focus-within > .children {
  transform: translateX(0);
}

body.ashraful-global-redesign .aa-home-v2__menu .sub-menu a,
body.ashraful-global-redesign .aa-home-v2__menu .children a {
  display: block;
  padding: 9px 11px;
  border-radius: 8px;
  color: var(--aa-v2-ink);
  font-size: 13px;
}

body.ashraful-global-redesign .aa-home-v2__menu .sub-menu a:hover,
body.ashraful-global-redesign .aa-home-v2__menu .sub-menu a:focus-visible,
body.ashraful-global-redesign .aa-home-v2__menu .children a:hover,
body.ashraful-global-redesign .aa-home-v2__menu .children a:focus-visible {
  background: #f1ebfd;
  color: var(--aa-v2-purple-dark);
}

body.ashraful-global-redesign .aa-home-v2__submenu-toggle {
  display: none;
}

body.ashraful-global-redesign .aa-home-v2__hero {
  position: relative;
  min-height: clamp(680px, calc(100vh - 196px), 850px);
  padding: 64px 0 44px;
  background:
    linear-gradient(
      90deg,
      rgba(20, 8, 47, 0.92) 0%,
      rgba(29, 12, 62, 0.78) 44%,
      rgba(25, 10, 55, 0.7) 100%
    ),
    var(--aa-home-v2-hero-background, url("https://ashrafulaid.org/wp-content/uploads/2025/07/Header-bg.jpg")) center 44% / cover no-repeat,
    var(--aa-v2-deep);
}

@supports (background-image: image-set(url("background.webp") 1x)) {
  body.ashraful-global-redesign .aa-home-v2__hero {
    background-image:
      linear-gradient(
        90deg,
        rgba(20, 8, 47, 0.92) 0%,
        rgba(29, 12, 62, 0.78) 44%,
        rgba(25, 10, 55, 0.7) 100%
      ),
      image-set(
        var(--aa-home-v2-hero-background-webp) type("image/webp") 1x,
        var(--aa-home-v2-hero-background) type("image/jpeg") 1x
      );
  }
}

body.ashraful-global-redesign .aa-home-v2__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.13'/%3E%3C/svg%3E");
}

body.ashraful-global-redesign .aa-home-v2__hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, 520px);
  align-items: start;
  gap: clamp(72px, 9vw, 160px);
}

body.ashraful-global-redesign .aa-home-v2__story {
  padding-top: 12px;
}

body.ashraful-global-redesign .aa-home-v2__story h1 {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-size: clamp(54px, 5.2vw, 76px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-wrap: balance;
}

body.ashraful-global-redesign .aa-home-v2__story > p {
  max-width: 560px;
  margin: 28px 0 0;
  color: #c4b9d8;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.6;
  text-wrap: pretty;
}

body.ashraful-global-redesign .aa-home-v2__quick-actions {
  margin-top: 40px;
}

body.ashraful-global-redesign .aa-home-v2__quick-label {
  display: block;
  margin-bottom: 12px;
  color: #968aa9;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

body.ashraful-global-redesign .aa-home-v2__quick-scroll {
  display: grid;
  grid-template-columns: repeat(4, minmax(112px, 1fr));
  gap: 10px;
}

body.ashraful-global-redesign .aa-home-v2__quick-link {
  min-height: 106px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 17px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

body.ashraful-global-redesign .aa-home-v2__quick-link:hover,
body.ashraful-global-redesign .aa-home-v2__quick-link:focus-visible {
  border-color: rgba(255, 212, 0, 0.48);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

body.ashraful-global-redesign .aa-home-v2__quick-link svg {
  width: 23px;
  height: 23px;
  color: var(--aa-v2-yellow);
}

body.ashraful-global-redesign .aa-home-v2__quick-link span {
  color: #f7f3fb;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

body.ashraful-global-redesign .aa-home-v2__donation-card {
  width: 100%;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  background: #fff;
  color: var(--aa-v2-ink);
  box-shadow: 0 34px 74px -38px rgba(6, 0, 22, 0.78);
}

body.ashraful-global-redesign .aa-home-v2__form-heading {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 24px;
  border-bottom: 1px solid #ece8f2;
}

body.ashraful-global-redesign .aa-home-v2__form-heading > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

body.ashraful-global-redesign .aa-home-v2__form-heading strong {
  color: var(--aa-v2-ink);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

body.ashraful-global-redesign .aa-home-v2__form-heading span {
  color: #756d82;
  font-size: 12px;
}

body.ashraful-global-redesign .aa-home-v2__currency-trigger {
  min-height: 32px;
  padding: 0 12px !important;
  border: 1px solid #ded8e7 !important;
  border-radius: 999px !important;
  color: #30243f !important;
  background: #faf9fc !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  cursor: pointer;
}

body.ashraful-global-redesign .aa-home-v2__donation-card .give-form-wrap {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ashraful-global-redesign .aa-home-v2__donation-card .give_error#give_error_test_mode {
  display: none !important;
}

body.ashraful-global-redesign .aa-home-v2__donation-card form.give-form {
  width: 100% !important;
  max-width: none !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 11px 10px !important;
  margin: 0 !important;
  padding: 22px 24px 14px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.ashraful-global-redesign .aa-home-v2__donation-card form.give-form > .give-hidden,
body.ashraful-global-redesign .aa-home-v2__donation-card form.give-form > input[type="hidden"],
body.ashraful-global-redesign .aa-home-v2__donation-card .give-currency-switcher-wrap,
body.ashraful-global-redesign .aa-home-v2__donation-card #give-payment-mode-select,
body.ashraful-global-redesign .aa-home-v2__donation-card #give-payment-mode-wrap,
body.ashraful-global-redesign .aa-home-v2__donation-card .give-tooltip,
body.ashraful-global-redesign .aa-home-v2__donation-card .fee-break-down-message {
  display: none !important;
}

body.ashraful-global-redesign .aa-home-v2__donation-card #give_purchase_form_wrap {
  grid-column: 1 / -1;
  order: 50;
  width: 100%;
  display: flex !important;
  flex-direction: column;
  gap: 10px;
  margin: 0 !important;
  padding: 0 !important;
}

body.home
  .aa-home-v2__donation-card
  #give_purchase_form_wrap
  > div[style*="text-align"] {
  display: none !important;
}

body.ashraful-global-redesign .aa-home-v2__donation-card #give_checkout_user_info {
  order: 10;
  width: 100%;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 10px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.ashraful-global-redesign .aa-home-v2__donation-card #give_checkout_user_info > legend {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
}

body.ashraful-global-redesign .aa-home-v2__donation-card #give_purchase_submit {
  order: 30;
  width: 100%;
  display: flex !important;
  flex-direction: column;
  gap: 9px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.home
  .aa-home-v2__donation-card
  #give-form-32614-wrap
  #give-donation-level-button-wrap {
  grid-column: 1 / -1 !important;
  order: 10;
  width: 100% !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.home
  .aa-home-v2__donation-card
  #give-form-32614-wrap
  #give-donation-level-button-wrap
  li {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  float: none !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.home
  .aa-home-v2__donation-card
  #give-form-32614-wrap
  #give-donation-level-button-wrap
  .give-donation-level-btn {
  width: 100% !important;
  min-width: 0 !important;
  height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 10px !important;
  border: 1px solid #e0dbea !important;
  border-radius: 10px !important;
  color: #322641 !important;
  background: #faf9fc !important;
  box-shadow: 0 1px 2px rgba(26, 12, 49, 0.04) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
  transition:
    border-color 160ms ease,
    color 160ms ease,
    background-color 160ms ease !important;
}

body.home
  .aa-home-v2__donation-card
  #give-form-32614-wrap
  #give-donation-level-button-wrap
  .give-donation-level-btn:hover,
body.home
  .aa-home-v2__donation-card
  #give-form-32614-wrap
  #give-donation-level-button-wrap
  .give-donation-level-btn:focus-visible,
body.home
  .aa-home-v2__donation-card
  #give-form-32614-wrap
  #give-donation-level-button-wrap
  .give-donation-level-btn.give-default-level,
body.home
  .aa-home-v2__donation-card
  #give-form-32614-wrap
  #give-donation-level-button-wrap
  .give-donation-level-btn.selected {
  border-color: var(--aa-v2-purple) !important;
  color: #fff !important;
  background: var(--aa-v2-purple) !important;
}

body.ashraful-global-redesign .aa-home-v2__amount-row {
  grid-column: 1 / -1;
  order: 20;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 104px;
  gap: 10px;
}

body.ashraful-global-redesign .aa-home-v2__amount-row .give-total-wrap,
body.ashraful-global-redesign .aa-home-v2__amount-row .give-total-wrap .give-donation-amount {
  width: 100% !important;
  max-width: none !important;
  height: 49px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.ashraful-global-redesign .aa-home-v2__amount-row .give-donation-amount {
  overflow: visible !important;
  display: flex !important;
  align-items: stretch !important;
  border: 1px solid #ded8e7 !important;
  border-radius: 10px !important;
  background: #fbfafd !important;
}

body.home
  .aa-home-v2__donation-card
  #give-form-32614-wrap
  .aa-home-v2__amount-row
  .give-currency-symbol.give-currency-position-before {
  min-width: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 10px !important;
  border: 0 !important;
  border-right: 1px solid #e4dfeb !important;
  border-radius: 10px 0 0 10px !important;
  color: #766d82 !important;
  background: #f2eff6 !important;
  font-size: 17px !important;
  font-weight: 800 !important;
}

body.home
  .aa-home-v2__donation-card
  #give-form-32614-wrap
  .aa-home-v2__amount-row
  input#give-amount.give-amount-top {
  min-width: 0 !important;
  height: 47px !important;
  flex: 1 1 auto !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 0 10px 10px 0 !important;
  color: var(--aa-v2-ink) !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 17px !important;
  font-weight: 800 !important;
}

body.ashraful-global-redesign .aa-home-v2__amount-row > li {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.home
  .aa-home-v2__donation-card
  #give-form-32614-wrap
  .aa-home-v2__amount-row
  > li
  .give-donation-level-btn {
  width: 100% !important;
  min-width: 0 !important;
  height: 49px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 10px !important;
  border: 1px solid #e0dbea !important;
  border-radius: 10px !important;
  color: #322641 !important;
  background: #faf9fc !important;
  box-shadow: 0 1px 2px rgba(26, 12, 49, 0.04) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
}

body.home
  .aa-home-v2__donation-card
  #give-form-32614-wrap
  .aa-home-v2__amount-row
  > li
  .give-donation-level-btn:hover,
body.home
  .aa-home-v2__donation-card
  #give-form-32614-wrap
  .aa-home-v2__amount-row
  > li
  .give-donation-level-btn:focus-visible {
  border-color: var(--aa-v2-purple) !important;
  color: var(--aa-v2-purple-dark) !important;
  background: #f1ebfd !important;
}

body.ashraful-global-redesign .aa-home-v2__donation-card .ashraful-cs-menu {
  top: calc(100% + 7px) !important;
  left: 0 !important;
  min-width: 190px !important;
  margin: 0 !important;
  padding: 7px !important;
  border: 1px solid #ded8e7 !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 16px 38px -18px rgba(20, 11, 38, 0.52) !important;
}

body.ashraful-global-redesign .aa-home-v2__donation-card .ashraful-cs-menu li {
  margin: 0 !important;
  padding: 8px 10px !important;
  border-radius: 7px !important;
  color: var(--aa-v2-ink) !important;
  font-size: 13px !important;
}

body.ashraful-global-redesign .aa-home-v2__donation-card .ashraful-cs-menu li:hover {
  background: #f1ebfd !important;
}

body.ashraful-global-redesign .aa-home-v2__donation-card .give-fee-message {
  grid-column: 1 / -1 !important;
  order: 30;
  width: 100% !important;
  margin: 0 !important;
  padding: 13px 14px !important;
  border: 1px solid #e1d9f5 !important;
  border-radius: 10px !important;
  background: #f5f1fe !important;
}

body.ashraful-global-redesign .aa-home-v2__donation-card .give-fee-message-label {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
  color: #5d536a !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

body.ashraful-global-redesign .aa-home-v2__donation-card input[type="checkbox"] {
  position: relative !important;
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  appearance: none !important;
  border: 1px solid #cfc8da !important;
  border-radius: 4px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.ashraful-global-redesign .aa-home-v2__donation-card input[type="checkbox"]::before {
  display: none !important;
}

body.ashraful-global-redesign .aa-home-v2__donation-card input[type="checkbox"]:checked {
  border-color: var(--aa-v2-purple) !important;
  background: var(--aa-v2-purple) !important;
}

body.ashraful-global-redesign .aa-home-v2__donation-card input[type="checkbox"]:checked::after {
  content: "✓" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  display: block !important;
  color: #fff !important;
  font-size: 12px !important;
  transform: translate(-50%, -52%) !important;
}

body.ashraful-global-redesign .aa-home-v2__donation-card .ffm-field-container,
body.ashraful-global-redesign .aa-home-v2__donation-card #give_checkout_user_info .form-row {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.home
  .aa-home-v2__donation-card
  .ffm-field-container[data-field-name="country_1country_1"] {
  grid-column: 1 / -1 !important;
  order: 40;
}

body.ashraful-global-redesign .aa-home-v2__donation-card #give-first-name-wrap {
  grid-column: 1 !important;
  order: 50;
}

body.ashraful-global-redesign .aa-home-v2__donation-card #give-last-name-wrap {
  grid-column: 2 !important;
  order: 50;
}

body.ashraful-global-redesign .aa-home-v2__donation-card #give-email-wrap {
  grid-column: 1 / -1 !important;
  order: 60;
}

body.home
  .aa-home-v2__donation-card
  .ffm-field-container[data-field-name="phone_number"] {
  grid-column: 1 / -1 !important;
  order: 70;
}

body.ashraful-global-redesign .aa-home-v2__donation-card .give-label {
  display: block !important;
  margin: 0 0 6px !important;
  color: #7b718b !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

body.ashraful-global-redesign .aa-home-v2__donation-card .give-required-indicator {
  color: #a69daf !important;
}

body.ashraful-global-redesign .aa-home-v2__donation-card select,
body.ashraful-global-redesign .aa-home-v2__donation-card input[type="text"],
body.ashraful-global-redesign .aa-home-v2__donation-card input[type="email"],
body.ashraful-global-redesign .aa-home-v2__donation-card input[type="tel"] {
  width: 100% !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 13px !important;
  border: 1px solid #ded8e7 !important;
  border-radius: 9px !important;
  outline: 0 !important;
  color: #30243f !important;
  background-color: #fbfafd !important;
  box-shadow: none !important;
  font-size: 12px !important;
  line-height: 42px !important;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease !important;
}

body.ashraful-global-redesign .aa-home-v2__donation-card select:focus,
body.ashraful-global-redesign .aa-home-v2__donation-card input[type="text"]:focus,
body.ashraful-global-redesign .aa-home-v2__donation-card input[type="email"]:focus,
body.ashraful-global-redesign .aa-home-v2__donation-card input[type="tel"]:focus {
  border-color: var(--aa-v2-purple) !important;
  box-shadow: 0 0 0 3px rgba(109, 50, 229, 0.12) !important;
}

body.ashraful-global-redesign .aa-home-v2__donation-card .iti {
  width: 100% !important;
  display: block !important;
}

body.ashraful-global-redesign .aa-home-v2__donation-card .g-recaptcha,
body.ashraful-global-redesign .aa-home-v2__donation-card #give-recaptcha-element,
body.ashraful-global-redesign .aa-home-v2__donation-card .give-recaptcha {
  order: 20;
  width: 100% !important;
  margin: 4px 0 0 !important;
  overflow: hidden;
  border: 1px solid #e2ddea;
  border-radius: 9px;
  background: #fbfafd;
}

body.ashraful-global-redesign .aa-home-v2__donation-card #give-final-total-wrap {
  order: 10;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #756d82 !important;
  background: transparent !important;
  font-size: 12px !important;
}

body.ashraful-global-redesign .aa-home-v2__donation-card .give-donation-total-label {
  font-weight: 500 !important;
  font-size: 0 !important;
}

body.ashraful-global-redesign .aa-home-v2__donation-card .give-donation-total-label::after {
  content: "Total charged today";
  font-size: 12px;
}

body.ashraful-global-redesign .aa-home-v2__donation-card .give-final-total-amount {
  color: var(--aa-v2-ink) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  font-variant-numeric: tabular-nums;
}

body.ashraful-global-redesign .aa-home-v2__donation-card .give-submit-button-wrap {
  order: 20;
  width: 100% !important;
  margin: -2px 0 0 !important;
  padding: 0 !important;
}

body.ashraful-global-redesign .aa-home-v2__donation-card #give-purchase-button {
  width: 100% !important;
  min-height: 50px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 20px !important;
  border: 0 !important;
  border-radius: 10px !important;
  color: var(--aa-v2-ink) !important;
  background: var(--aa-v2-yellow) !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-align: center !important;
  transition:
    transform 160ms ease,
    background-color 160ms ease !important;
}

body.ashraful-global-redesign .aa-home-v2__donation-card #give-purchase-button:hover,
body.ashraful-global-redesign .aa-home-v2__donation-card #give-purchase-button:focus-visible {
  background: #ffe14d !important;
  transform: translateY(-1px);
}

body.ashraful-global-redesign .aa-home-v2__secure-note {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 18px 10px;
  color: #948b9f;
  font-size: 9px;
}

body.ashraful-global-redesign .aa-home-v2__secure-note svg {
  width: 13px;
  height: 13px;
}

body.ashraful-global-redesign .aa-home-v2 :focus-visible {
  outline: 2px solid var(--aa-v2-yellow);
  outline-offset: 3px;
}

@media (max-width: 1180px) {
  body.ashraful-global-redesign .aa-home-v2__utility-inner {
    grid-template-columns: auto 1fr;
  }

  body.ashraful-global-redesign .aa-home-v2__contact {
    display: none;
  }

  body.ashraful-global-redesign .aa-home-v2__certification {
    justify-self: end;
  }

  body.ashraful-global-redesign .aa-home-v2__brand-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  body.ashraful-global-redesign .aa-home-v2__logo {
    min-width: 0;
  }

  body.ashraful-global-redesign .aa-home-v2__search,
  body.ashraful-global-redesign .aa-home-v2__phone {
    display: none;
  }

  body.ashraful-global-redesign .aa-home-v2__menu-toggle {
    display: grid;
  }

  body.ashraful-global-redesign .aa-home-v2__nav {
    display: none;
  }

  body.ashraful-global-redesign .aa-home-v2.is-menu-open .aa-home-v2__nav {
    display: block;
  }

  body.ashraful-global-redesign .aa-home-v2__menu {
    min-height: 0;
    display: block;
    padding: 10px 0 18px;
  }

  body.ashraful-global-redesign .aa-home-v2__menu > li {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    align-items: center;
  }

  body.ashraful-global-redesign .aa-home-v2__menu li.menu-item-has-children,
  body.ashraful-global-redesign .aa-home-v2__menu li.page_item_has_children {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    align-items: center;
  }

  body.ashraful-global-redesign .aa-home-v2__menu > li > a {
    min-height: 44px;
    padding: 0 10px;
    border-radius: 8px;
  }

  body.ashraful-global-redesign .aa-home-v2__menu > li.current-menu-item > a::after,
  body.ashraful-global-redesign .aa-home-v2__menu > li.current_page_item > a::after {
    right: auto;
    bottom: 5px;
    left: 10px;
    width: 32px;
  }

  body.ashraful-global-redesign .aa-home-v2__submenu-toggle {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    color: #fff;
    background: transparent;
    cursor: pointer;
  }

  body.ashraful-global-redesign .aa-home-v2__menu .sub-menu,
  body.ashraful-global-redesign .aa-home-v2__menu .children {
    position: static;
    grid-column: 1 / -1;
    min-width: 0;
    display: none;
    visibility: visible;
    margin: 0 0 6px 12px;
    padding: 6px;
    border: 0;
    background: rgba(16, 8, 38, 0.3);
    color: #fff;
    opacity: 1;
    box-shadow: none;
    transform: none;
  }

  body.ashraful-global-redesign .aa-home-v2__menu .sub-menu .sub-menu,
  body.ashraful-global-redesign .aa-home-v2__menu .sub-menu .children,
  body.ashraful-global-redesign .aa-home-v2__menu .children .sub-menu,
  body.ashraful-global-redesign .aa-home-v2__menu .children .children {
    transform: none;
  }

  body.ashraful-global-redesign .aa-home-v2__menu .is-submenu-open > .sub-menu,
  body.ashraful-global-redesign .aa-home-v2__menu .is-submenu-open > .children {
    display: block;
  }

  body.ashraful-global-redesign .aa-home-v2__menu .sub-menu a,
  body.ashraful-global-redesign .aa-home-v2__menu .children a {
    color: #fff;
  }

  body.ashraful-global-redesign .aa-home-v2__hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(400px, 480px);
    gap: 48px;
  }

  body.ashraful-global-redesign .aa-home-v2__quick-scroll {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }
}

@media (max-width: 600px) {
  body.ashraful-global-redesign .aa-home-v2__container {
    width: min(100% - 40px, 720px);
  }

  body.ashraful-global-redesign .aa-home-v2__brand-row {
    min-height: 88px;
  }

  body.ashraful-global-redesign .aa-home-v2__logo img {
    height: 58px;
  }

  body.ashraful-global-redesign .aa-home-v2__hero {
    min-height: 0;
    padding: 52px 0 46px;
    background-position:
      center,
      28% center;
  }

  body.ashraful-global-redesign .aa-home-v2__hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 44px;
  }

  body.ashraful-global-redesign .aa-home-v2__story {
    min-width: 0;
    padding-top: 0;
  }

  body.ashraful-global-redesign .aa-home-v2__story h1 {
    max-width: 600px;
    font-size: clamp(49px, 10vw, 68px);
  }

  body.ashraful-global-redesign .aa-home-v2__story > p {
    max-width: 590px;
  }

  body.ashraful-global-redesign .aa-home-v2__quick-scroll {
    width: 100%;
    max-width: 100%;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 12px;
    scroll-snap-type: x proximity;
    scrollbar-color: rgba(255, 255, 255, 0.34) rgba(255, 255, 255, 0.08);
  }

  body.ashraful-global-redesign .aa-home-v2__quick-link {
    min-width: 150px;
    scroll-snap-align: start;
  }

  body.ashraful-global-redesign .aa-home-v2__donation-card {
    width: min(100%, 620px);
    min-width: 0;
    margin-inline: auto;
  }
}

@media (max-width: 600px) {
  body.ashraful-global-redesign .aa-home-v2__container {
    width: min(100% - 28px, 520px);
  }

  body.ashraful-global-redesign .aa-home-v2__utility-inner {
    min-height: 48px;
    grid-template-columns: 1fr;
  }

  body.ashraful-global-redesign .aa-home-v2__socials {
    display: none;
  }

  body.ashraful-global-redesign .aa-home-v2__certification {
    justify-self: center;
    font-size: 10px;
  }

  body.ashraful-global-redesign .aa-home-v2__brand-row {
    min-height: 82px;
    gap: 10px;
  }

  body.ashraful-global-redesign .aa-home-v2__logo img {
    height: 53px;
    max-width: 116px;
  }

  body.ashraful-global-redesign .aa-home-v2__actions {
    gap: 5px;
  }

  body.ashraful-global-redesign .aa-home-v2__donate-link {
    min-width: 0;
    min-height: 40px;
    padding: 0 14px;
    font-size: 12px;
  }

  body.ashraful-global-redesign .aa-home-v2__menu-toggle {
    width: 40px;
    height: 40px;
  }

  body.ashraful-global-redesign .aa-home-v2__hero {
    padding-top: 42px;
  }

  body.ashraful-global-redesign .aa-home-v2__story h1 {
    max-width: 100%;
    font-size: clamp(42px, 12vw, 54px);
    overflow-wrap: anywhere;
  }

  body.ashraful-global-redesign .aa-home-v2__story > p {
    max-width: 100%;
    margin-top: 24px;
    font-size: 16px;
    overflow-wrap: anywhere;
  }

  body.ashraful-global-redesign .aa-home-v2__quick-actions {
    margin-top: 34px;
  }

  body.ashraful-global-redesign .aa-home-v2__form-heading {
    min-height: 70px;
    padding: 0 18px;
  }

  body.ashraful-global-redesign .aa-home-v2__form-heading strong {
    font-size: 16px;
  }

  body.ashraful-global-redesign .aa-home-v2__donation-card form.give-form {
    min-width: 0 !important;
    max-width: 100% !important;
    grid-template-columns: minmax(0, 1fr) !important;
    padding: 18px 16px 12px !important;
    gap: 10px !important;
  }

  body.ashraful-global-redesign .aa-home-v2__donation-card .give-form-wrap,
  body.ashraful-global-redesign .aa-home-v2__donation-card #give-form-32614-wrap,
  body.ashraful-global-redesign .aa-home-v2__donation-card #give_purchase_form_wrap,
  body.ashraful-global-redesign .aa-home-v2__donation-card #give_checkout_user_info,
  body.ashraful-global-redesign .aa-home-v2__donation-card #give_purchase_submit {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  body.ashraful-global-redesign .aa-home-v2__donation-card #give_checkout_user_info {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  body.ashraful-global-redesign .aa-home-v2__donation-card #give-first-name-wrap,
  body.ashraful-global-redesign .aa-home-v2__donation-card #give-last-name-wrap,
  body.ashraful-global-redesign .aa-home-v2__donation-card #give-email-wrap,
  body.home
    .aa-home-v2__donation-card
    .ffm-field-container[data-field-name="country_1country_1"],
  body.home
    .aa-home-v2__donation-card
    .ffm-field-container[data-field-name="phone_number"] {
    grid-column: 1 / -1 !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  body.home
    .aa-home-v2__donation-card
    #give-form-32614-wrap
    #give-donation-level-button-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.home
    .aa-home-v2__donation-card
    #give-form-32614-wrap
    #give-donation-level-button-wrap
    .give-donation-level-btn {
    padding: 0 4px !important;
    font-size: 11px !important;
  }

  body.ashraful-global-redesign .aa-home-v2__amount-row {
    min-width: 0;
    max-width: 100%;
    grid-template-columns: minmax(0, 1fr) 86px;
    gap: 8px;
  }

  body.ashraful-global-redesign .aa-home-v2__donation-card .give-fee-message-label,
  body.ashraful-global-redesign .aa-home-v2__donation-card .give-fee-message-label span {
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  body.ashraful-global-redesign .aa-home-v2__donation-card .g-recaptcha iframe {
    max-width: 100% !important;
  }

  body.ashraful-global-redesign .aa-home-v2__donation-card .give-label {
    font-size: 8px !important;
  }

  body.ashraful-global-redesign .aa-home-v2__secure-note {
    font-size: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.ashraful-global-redesign .aa-home-v2 *,
  body.ashraful-global-redesign .aa-home-v2 *::before,
  body.ashraful-global-redesign .aa-home-v2 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* --------------------------------------------------------------------------
 * Elementor-managed homepage body (2026 redesign)
 * -------------------------------------------------------------------------- */

body.home .site-content > .ast-container {
  display: block;
  width: 100%;
  max-width: none;
  padding: 0;
}

body.home #primary,
body.home .site-main,
body.home .entry-content {
  width: 100%;
  margin: 0;
  padding: 0;
}

body.home .entry-header {
  display: none;
}

body.home .aa-hp3-elementor,
body.home .aa-hp3-elementor > .e-con-inner,
body.home .aa-hp3-elementor .elementor-widget,
body.home .aa-hp3-elementor .elementor-widget > .elementor-widget-container,
body.home .aa-hp3-elementor .elementor-widget-html,
body.home .aa-hp3-elementor .elementor-widget-html > .elementor-widget-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.home .aa-hp3,
body.home .aa-hp3 * {
  box-sizing: border-box;
}

body.home .aa-hp3 {
  --aa-hp3-ink: #170d2a;
  --aa-hp3-purple: #6b34de;
  --aa-hp3-purple-dark: #4f22b7;
  --aa-hp3-yellow: #ffd400;
  --aa-hp3-paper: #f4f1ec;
  --aa-hp3-muted: #655e70;
  --aa-hp3-border: #e5dfd6;
  width: 100%;
  overflow: clip;
  color: var(--aa-hp3-ink);
  font-family: "Inter", "DM Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.home .aa-hp3 a {
  color: inherit;
  text-decoration: none;
}

body.home .aa-hp3 img {
  width: 100%;
  max-width: 100%;
  display: block;
}

body.home .aa-hp3 button {
  font: inherit;
}

body.home .aa-hp3__shell {
  width: min(100% - 64px, 1400px);
  margin-inline: auto;
}

body.home .aa-hp3__section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

body.home .aa-hp3__section-head--split > p {
  max-width: 430px;
  margin: 0 0 4px;
  color: var(--aa-hp3-muted);
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
}

body.home .aa-hp3__eyebrow {
  display: block;
  margin-bottom: 9px;
  color: var(--aa-hp3-purple);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.home .aa-hp3 h2,
body.home .aa-hp3 h3,
body.home .aa-hp3 p {
  margin-top: 0;
}

body.home .aa-hp3 h2 {
  margin-bottom: 0;
  color: var(--aa-hp3-ink);
  font-family: inherit;
  font-size: clamp(36px, 3.2vw, 48px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

body.home .aa-hp3 h3 {
  color: var(--aa-hp3-ink);
  font-family: inherit;
  font-weight: 800;
  letter-spacing: -0.025em;
}

body.home .aa-hp3--ways {
  padding: 76px 0 86px;
  background: var(--aa-hp3-paper);
}

body.home .aa-hp3__urgent {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  margin-bottom: 22px;
  overflow: hidden;
  border: 1px solid var(--aa-hp3-border);
  border-radius: 22px;
  background: #fff;
}

body.home .aa-hp3__urgent-media {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: #2a1156;
}

body.home .aa-hp3__urgent-media img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 420ms ease;
}

body.home .aa-hp3__urgent-media:hover img {
  transform: scale(1.025);
}

body.home .aa-hp3__urgent-media > span {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 13px;
  border-radius: 999px;
  color: #fff;
  background: #d92b35;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.home .aa-hp3__urgent-media > span i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}

body.home .aa-hp3__urgent-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 38px 42px 40px;
}

body.home .aa-hp3__urgent-content h3 {
  margin-bottom: 13px;
  font-size: clamp(29px, 2.5vw, 38px);
  line-height: 1.08;
}

body.home .aa-hp3__urgent-content p {
  margin-bottom: 10px;
  color: #4f4858;
  font-size: 15px;
  line-height: 1.62;
}

body.home .aa-hp3__impact > span {
  display: block;
  margin-bottom: 9px;
  color: #81778f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.home .aa-hp3__impact > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.home .aa-hp3__impact p {
  min-width: 0;
  margin: 0;
  padding: 15px 16px;
  border: 1px solid #e4d9f7;
  border-radius: 12px;
  background: #f6f1fe;
  font-size: 12px;
  line-height: 1.42;
}

body.home .aa-hp3__impact strong,
body.home .aa-hp3__impact b {
  display: block;
}

body.home .aa-hp3__impact strong {
  margin-bottom: 3px;
  color: var(--aa-hp3-purple);
  font-size: 22px;
  line-height: 1;
}

body.home .aa-hp3__impact b {
  color: #32283e;
  font-size: 12px;
}

body.home .aa-hp3__button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  transition:
    transform 180ms ease,
    background-color 180ms ease;
}

body.home .aa-hp3__button:hover {
  transform: translateY(-1px);
}

body.home .aa-hp3__button--purple {
  width: 100%;
  margin-top: auto;
  padding: 0 22px;
  color: #fff !important;
  background: var(--aa-hp3-purple);
}

body.home .aa-hp3__button--purple:hover {
  background: var(--aa-hp3-purple-dark);
}

body.home .aa-hp3__programme-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

body.home .aa-hp3__programme {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--aa-hp3-border);
  border-radius: 19px;
  background: #fff;
}

body.home .aa-hp3__programme-image {
  height: 205px;
  overflow: hidden;
  background: #2a1156;
}

body.home .aa-hp3__programme-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

body.home .aa-hp3__programme:hover .aa-hp3__programme-image img {
  transform: scale(1.03);
}

body.home .aa-hp3__programme > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 23px 24px 25px;
}

body.home .aa-hp3__programme h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.18;
}

body.home .aa-hp3__programme p {
  margin-bottom: 20px;
  color: #564f60;
  font-size: 13px;
  line-height: 1.58;
}

body.home .aa-hp3__programme > div > a {
  width: fit-content;
  margin-top: auto;
  padding-bottom: 3px;
  border-bottom: 2px solid var(--aa-hp3-yellow);
  color: var(--aa-hp3-purple);
  font-size: 12px;
  font-weight: 800;
}

body.home .aa-hp3__programme--dark {
  border-color: #241640;
  color: #fff;
  background: #241640;
}

body.home .aa-hp3__programme--dark h3 {
  color: #fff;
}

body.home .aa-hp3__programme--dark p {
  color: #cfc6df;
}

body.home .aa-hp3__programme--dark > div > a {
  color: var(--aa-hp3-yellow);
}

body.home .aa-hp3--appeals {
  padding: 68px 0 74px;
  border-top: 1px solid var(--aa-hp3-border);
  background: #fff;
}

body.home .aa-hp3__appeals-head {
  align-items: center;
}

body.home .aa-hp3__carousel-controls {
  display: flex;
  gap: 10px;
}

body.home .aa-hp3__carousel-controls button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid #dcd5e6;
  border-radius: 50%;
  color: var(--aa-hp3-ink);
  background: #fff;
  cursor: pointer;
}

body.home .aa-hp3__carousel-controls button:last-child {
  border-color: var(--aa-hp3-purple);
  color: #fff;
  background: var(--aa-hp3-purple);
}

body.home .aa-hp3__appeal-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 2px 2px 14px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-color: #b7a8d8 #eee9f5;
  scrollbar-width: thin;
}

body.home .aa-hp3__appeal-card {
  min-width: 0;
  flex: 0 0 calc((100% - 60px) / 4);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--aa-hp3-border);
  border-radius: 18px;
  background: #fff;
  scroll-snap-align: start;
}

body.home .aa-hp3__appeal-image {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: #2a1156;
}

body.home .aa-hp3__appeal-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

body.home .aa-hp3__appeal-card:hover img {
  transform: scale(1.03);
}

body.home .aa-hp3__appeal-image > span {
  position: absolute;
  top: 13px;
  left: 13px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(23, 13, 42, 0.78);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.home .aa-hp3__appeal-card > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 20px 20px 22px;
}

body.home .aa-hp3__appeal-card h3 {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.13;
}

body.home .aa-hp3__button--yellow {
  width: 100%;
  margin-top: auto;
  padding: 0 18px;
  color: var(--aa-hp3-ink) !important;
  background: var(--aa-hp3-yellow);
}

body.home .aa-hp3__button--yellow:hover {
  background: #ffe24d;
}

body.home .aa-hp3__text-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--aa-hp3-purple) !important;
  font-size: 12px;
  font-weight: 800;
}

body.home .aa-hp3--resources {
  padding: 66px 0 72px;
  border-top: 1px solid var(--aa-hp3-border);
  background: var(--aa-hp3-paper);
}

body.home .aa-hp3__resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

body.home .aa-hp3__resource-panel {
  min-width: 0;
  padding: 32px;
  border: 1px solid var(--aa-hp3-border);
  border-radius: 20px;
  background: #fff;
}

body.home .aa-hp3__resource-panel h2 {
  margin-bottom: 12px;
  font-size: clamp(26px, 2.3vw, 34px);
}

body.home .aa-hp3__resource-panel > p {
  max-width: 610px;
  margin-bottom: 22px;
  color: #554e5d;
  font-size: 14px;
  line-height: 1.6;
}

body.home .aa-hp3__promo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.home .aa-hp3__promo-grid > a {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 15px;
  border: 1px solid #e5daf7;
  border-radius: 14px;
  background: #f7f3fd;
}

body.home .aa-hp3__promo-grid img {
  height: 118px;
  border-radius: 10px;
  object-fit: cover;
}

body.home .aa-hp3__promo-grid span {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #2c2239;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

body.home .aa-hp3__article-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.home .aa-hp3__article-list > a {
  min-width: 0;
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  align-items: center;
  gap: 17px;
  padding: 13px;
  border: 1px solid #ece6dc;
  border-radius: 14px;
  transition: background-color 180ms ease;
}

body.home .aa-hp3__article-list > a:hover {
  background: #faf8fe;
}

body.home .aa-hp3__article-list img {
  height: 82px;
  border-radius: 10px;
  object-fit: cover;
}

body.home .aa-hp3__article-list strong,
body.home .aa-hp3__article-list small {
  display: block;
}

body.home .aa-hp3__article-list strong {
  color: #2b2237;
  font-size: 13px;
  line-height: 1.35;
}

body.home .aa-hp3__article-list small {
  margin-top: 8px;
  color: var(--aa-hp3-purple);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.home .aa-hp3--map {
  position: relative;
  isolation: isolate;
  padding: 78px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(17, 7, 38, 0.95), rgba(22, 9, 48, 0.82)),
    var(--aa-hp3-map-image) center / cover no-repeat,
    #150a2e;
}

body.home .aa-hp3--map .aa-hp3__eyebrow {
  color: var(--aa-hp3-yellow);
}

body.home .aa-hp3--map h2 {
  max-width: 660px;
  color: #fff;
}

body.home .aa-hp3--map p {
  max-width: 570px;
  margin: 18px 0 0;
  color: #d0c5e4;
  font-size: 14px;
  line-height: 1.6;
}

body.home .aa-hp3__map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 0.9fr);
  align-items: center;
  gap: 64px;
}

body.home .aa-hp3__stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.home .aa-hp3__stat-grid > div {
  min-width: 0;
  min-height: 108px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
}

body.home .aa-hp3__stat-grid strong,
body.home .aa-hp3__stat-grid span {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-transform: uppercase;
}

body.home .aa-hp3__stat-icon {
  color: var(--aa-hp3-yellow) !important;
  font-size: 40px !important;
  line-height: 1 !important;
}

body.home .aa-hp3__stat-number {
  color: var(--aa-hp3-yellow) !important;
  font-size: 42px !important;
  letter-spacing: -0.04em !important;
  line-height: 1 !important;
}

body.ashraful-global-redesign .aa-hp3-footer-elementor,
body.ashraful-global-redesign .aa-hp3-footer-elementor > .e-con-inner,
body.ashraful-global-redesign .aa-hp3-footer-elementor .elementor-widget,
body.ashraful-global-redesign .aa-hp3-footer-elementor .elementor-widget > .elementor-widget-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.ashraful-global-redesign .aa-hp3-footer,
body.ashraful-global-redesign .aa-hp3-footer * {
  box-sizing: border-box;
}

body.ashraful-global-redesign .aa-hp3-footer {
  --aa-footer-ink: #241640;
  --aa-footer-purple: #6b34de;
  --aa-footer-yellow: #ffd400;
  width: 100%;
  overflow: clip;
  color: #fff;
  background: var(--aa-footer-ink);
  font-family: "Inter", "DM Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.ashraful-global-redesign .aa-hp3-footer a {
  color: inherit;
  text-decoration: none;
}

body.ashraful-global-redesign .aa-hp3-footer p,
body.ashraful-global-redesign .aa-hp3-footer h3,
body.ashraful-global-redesign .aa-hp3-footer ul {
  margin-top: 0;
}

body.ashraful-global-redesign .aa-hp3-footer__shell {
  width: min(100% - 64px, 1400px);
  margin-inline: auto;
}

body.ashraful-global-redesign .aa-hp3-footer__partners {
  color: var(--aa-footer-ink);
  border-top: 1px solid #e7e2d8;
  background: #fff;
}

body.ashraful-global-redesign .aa-hp3-footer__partners > .aa-hp3-footer__shell {
  min-height: 134px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px 40px;
  padding-block: 32px;
}

body.ashraful-global-redesign .aa-hp3-footer__partners-copy {
  margin-bottom: 0;
  color: var(--aa-footer-ink);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.35;
}

body.ashraful-global-redesign .aa-hp3-footer__partners-grid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

body.ashraful-global-redesign .aa-hp3-footer__partner {
  width: 116px;
  height: 44px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 6px 10px;
  border: 1px solid #e7e2d8;
  border-radius: 9px;
  background: #fff;
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

body.ashraful-global-redesign .aa-hp3-footer__partner:hover {
  border-color: #bca9e9;
  transform: translateY(-1px);
}

body.ashraful-global-redesign .aa-hp3-footer__partner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

body.ashraful-global-redesign .aa-hp3-footer__main {
  background: var(--aa-footer-ink);
}

body.ashraful-global-redesign .aa-hp3-footer__social-band {
  width: min(100% - 64px, 1400px);
  min-height: 148px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-inline: auto;
  padding: 38px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

body.ashraful-global-redesign .aa-hp3-footer__social-band > p {
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.3;
}

body.ashraful-global-redesign .aa-hp3-footer__socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

body.ashraful-global-redesign .aa-hp3-footer__social-link {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1);
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

body.ashraful-global-redesign .aa-hp3-footer__social-link:hover {
  background: var(--aa-footer-purple);
  transform: translateY(-1px);
}

body.ashraful-global-redesign .aa-hp3-footer__social-link svg {
  width: 18px;
  height: 18px;
  display: block;
}

body.ashraful-global-redesign .aa-hp3-footer__columns {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.3fr;
  gap: 36px 32px;
  padding: 44px 0 42px;
}

body.ashraful-global-redesign .aa-hp3-footer__brand,
body.ashraful-global-redesign .aa-hp3-footer__column {
  min-width: 0;
}

body.ashraful-global-redesign .aa-hp3-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

body.ashraful-global-redesign .aa-hp3-footer__logo {
  width: 152px;
  display: block;
}

body.ashraful-global-redesign .aa-hp3-footer__logo img {
  width: 100%;
  height: auto;
  display: block;
  animation: none !important;
  background: transparent !important;
}

body.ashraful-global-redesign .aa-hp3-footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  color: #c9bee2;
  font-size: 13px;
  line-height: 1.55;
}

body.ashraful-global-redesign .aa-hp3-footer__contact a {
  transition: color 180ms ease;
}

body.ashraful-global-redesign .aa-hp3-footer__contact a:hover {
  color: var(--aa-footer-yellow);
}

body.ashraful-global-redesign .aa-hp3-footer__contact p {
  max-width: 230px;
  margin-bottom: 0;
  color: inherit;
}

body.ashraful-global-redesign .aa-hp3-footer__column h3 {
  margin-bottom: 16px;
  color: var(--aa-footer-yellow);
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

body.ashraful-global-redesign .aa-hp3-footer__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0;
  padding: 0;
  color: #dcd4ec;
  font-size: 13.5px;
  line-height: 1.45;
  list-style: none;
}

body.ashraful-global-redesign .aa-hp3-footer__list a {
  transition: color 180ms ease;
}

body.ashraful-global-redesign .aa-hp3-footer__list a:hover {
  color: #fff;
}

body.ashraful-global-redesign .aa-hp3-footer__newsletter-form,
body.ashraful-global-redesign .aa-hp3-footer__newsletter-form form,
body.ashraful-global-redesign .aa-hp3-footer__newsletter-form .mc4wp-form-fields {
  width: 100%;
}

body.ashraful-global-redesign .aa-hp3-footer__newsletter-form p {
  margin: 0 0 10px;
}

body.ashraful-global-redesign .aa-hp3-footer__newsletter-form .mailerlite-form-title,
body.ashraful-global-redesign .aa-hp3-footer__newsletter-form .mailerlite-form-description {
  display: none;
}

body.ashraful-global-redesign .aa-hp3-footer__newsletter-form .mailerlite-form-field {
  margin-bottom: 10px;
}

body.ashraful-global-redesign .aa-hp3-footer__newsletter-form label {
  display: block;
  margin-bottom: 5px;
  color: #dcd4ec;
  font-size: 12px;
}

body.ashraful-global-redesign .aa-hp3-footer__newsletter-form input:not([type="checkbox"]):not([type="radio"]) {
  width: 100%;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  outline: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
  font-size: 13.5px;
}

body.ashraful-global-redesign .aa-hp3-footer__newsletter-form input::placeholder {
  color: #b9aece;
  opacity: 1;
}

body.ashraful-global-redesign .aa-hp3-footer__newsletter-form input:focus {
  border-color: var(--aa-footer-yellow);
}

body.ashraful-global-redesign .aa-hp3-footer__newsletter-form input[type="submit"],
body.ashraful-global-redesign .aa-hp3-footer__newsletter-form button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 26px;
  border: 0;
  border-radius: 999px;
  color: var(--aa-footer-ink);
  background: var(--aa-footer-yellow);
  font: inherit;
  font-size: 13.5px;
  font-weight: 700;
  cursor: pointer;
}

body.ashraful-global-redesign .aa-hp3-footer__newsletter-form .mc4wp-response {
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
}

body.ashraful-global-redesign .aa-hp3-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--aa-footer-ink);
}

body.ashraful-global-redesign .aa-hp3-footer__bottom-inner {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 24px;
  padding-block: 18px;
}

body.ashraful-global-redesign .aa-hp3-footer__bottom p {
  margin-bottom: 0;
  color: #a797cc;
  font-size: 12.5px;
  line-height: 1.45;
}

body.ashraful-global-redesign .aa-hp3-footer__credit a {
  color: #d6cde9;
  transition: color 180ms ease;
}

body.ashraful-global-redesign .aa-hp3-footer__credit a:hover,
body.ashraful-global-redesign .aa-hp3-footer__credit a:focus-visible {
  color: var(--aa-footer-yellow);
}

body.ashraful-global-redesign .aa-hp3-footer :focus-visible {
  outline: 3px solid var(--aa-footer-yellow);
  outline-offset: 3px;
}

@media (max-width: 960px) {
  body.ashraful-global-redesign .aa-hp3-footer__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  body.ashraful-global-redesign .aa-hp3-footer__shell,
  body.ashraful-global-redesign .aa-hp3-footer__social-band {
    width: min(100% - 32px, 520px);
  }

  body.ashraful-global-redesign .aa-hp3-footer__partners > .aa-hp3-footer__shell {
    flex-direction: column;
    align-items: flex-start;
  }

  body.ashraful-global-redesign .aa-hp3-footer__partners-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  body.ashraful-global-redesign .aa-hp3-footer__partner {
    width: 100%;
    min-width: 0;
  }

  body.ashraful-global-redesign .aa-hp3-footer__social-band {
    min-height: 132px;
  }

  body.ashraful-global-redesign .aa-hp3-footer__columns {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 38px 0;
  }

  body.ashraful-global-redesign .aa-hp3-footer__bottom-inner {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 20px;
  }
}

body.home .aa-hp3 :focus-visible {
  outline: 3px solid var(--aa-hp3-yellow);
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  body.home .aa-hp3__urgent {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  body.home .aa-hp3__urgent-content {
    padding: 32px;
  }

  body.home .aa-hp3__appeal-card {
    flex-basis: calc((100% - 40px) / 3);
  }

  body.home .aa-hp3__map-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

@media (max-width: 860px) {
  body.home .aa-hp3__section-head {
    align-items: flex-start;
  }

  body.home .aa-hp3__urgent {
    grid-template-columns: 1fr;
  }

  body.home .aa-hp3__urgent-media {
    min-height: 390px;
  }

  body.home .aa-hp3__programme-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home .aa-hp3__programme:last-child {
    grid-column: 1 / -1;
  }

  body.home .aa-hp3__programme:last-child {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  }

  body.home .aa-hp3__programme:last-child .aa-hp3__programme-image {
    height: 100%;
    min-height: 240px;
  }

  body.home .aa-hp3__appeal-card {
    flex-basis: calc((100% - 20px) / 2);
  }

  body.home .aa-hp3__resource-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  body.home .aa-hp3__shell {
    width: min(100% - 28px, 520px);
  }

  body.home .aa-hp3--ways,
  body.home .aa-hp3--appeals,
  body.home .aa-hp3--resources {
    padding: 50px 0 56px;
  }

  body.home .aa-hp3__section-head {
    align-items: flex-start;
    margin-bottom: 22px;
  }

  body.home .aa-hp3__section-head--split {
    flex-direction: column;
  }

  body.home .aa-hp3__section-head--split > p {
    max-width: none;
    margin: 0;
    text-align: left;
  }

  body.home .aa-hp3 h2 {
    font-size: clamp(32px, 9.5vw, 42px);
  }

  body.home .aa-hp3__urgent {
    border-radius: 17px;
  }

  body.home .aa-hp3__urgent-media {
    min-height: 270px;
  }

  body.home .aa-hp3__urgent-content {
    gap: 17px;
    padding: 24px 20px 22px;
  }

  body.home .aa-hp3__urgent-content h3 {
    font-size: 29px;
  }

  body.home .aa-hp3__urgent-content p {
    font-size: 14px;
  }

  body.home .aa-hp3__impact > div {
    grid-template-columns: 1fr;
  }

  body.home .aa-hp3__programme-grid {
    grid-template-columns: 1fr;
  }

  body.home .aa-hp3__programme:last-child {
    grid-column: auto;
    display: flex;
  }

  body.home .aa-hp3__programme:last-child .aa-hp3__programme-image {
    height: 205px;
    min-height: 0;
  }

  body.home .aa-hp3__appeals-head {
    align-items: center;
  }

  body.home .aa-hp3__carousel-controls button {
    width: 40px;
    height: 40px;
  }

  body.home .aa-hp3__appeal-track {
    margin-right: -14px;
    padding-right: 14px;
  }

  body.home .aa-hp3__appeal-card {
    flex-basis: min(82vw, 320px);
  }

  body.home .aa-hp3__appeal-image {
    height: 205px;
  }

  body.home .aa-hp3__resource-panel {
    padding: 24px 20px;
  }

  body.home .aa-hp3__promo-grid {
    grid-template-columns: 1fr;
  }

  body.home .aa-hp3__article-list > a {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 13px;
  }

  body.home .aa-hp3__article-list img {
    height: 72px;
  }

  body.home .aa-hp3--map {
    padding: 58px 0;
  }

  body.home .aa-hp3__stat-grid {
    grid-template-columns: 1fr;
  }

  body.home .aa-hp3__stat-grid > div {
    min-height: 94px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home .aa-hp3 *,
  body.home .aa-hp3 *::before,
  body.home .aa-hp3 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
