﻿@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
  src:
    url("../fonts/inter/Inter.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/inter/Inter.woff") format("woff"); /* Pretty Modern Browsers */
}
.orange-color {
  color: #e05037;
}
.hero-container {
  display: flex;
  width: 100%;
  padding: 80px 96px 0px;
  align-items: center;
  gap: 64px;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
}
.hero-content-left {
  display: flex;
  width: 832px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.hero-content-left img {
  width: 313px;
  height: 101px;
  padding: 0px;
}
.hero-content-left .hero-small-caption {
  border-radius: 9999px;
  border: 1px solid #fecdca;
  background: #fef3f2;
  display: flex;
  padding: 4px 12px;
  align-items: center;
}
.hero-content-left .hero-small-caption p {
  color: #d92d20;
  text-align: center;
  font-family: "MavenPro-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.hero-content-left .hero-title-text p {
  color: #004151;
  font-family: "MavenPro-Semibold";
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -0.88px;
}
.hero-content-left .hero-title-text span {
  color: #e34e35;
  font-family: "Merriweather";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.88px;
}
.hero-content-left .hero-subtitle-text p {
  color: #101828;
  font-family: "MavenPro-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.hero-content-left .hero-cta-container {
  display: flex;
  padding: 12px 18px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 9999px;
  border: 1px solid #e05037;
  background: #e05037;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.hero-content-left .hero-cta-container a {
  color: #fff;
  font-family: "MavenPro-Semibold";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.hero-content-left .hero-cta-container a img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.hero-content-right {
  display: flex;
  width: 832px;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}
/* 
.hero-content-right .right-hero-img {
  position: absolute;
  top: 90px;
  right: 0px;
  width: 776px;
  height: 759px;
  flex-shrink: 0;
  aspect-ratio: 776/759;
  margin-left: auto;
  margin-right: auto;
} */
.hero-content-right .right-hero-img {
  position: relative;
  display: block;
  width: 75%;
  height: auto;
  flex-shrink: 0;
}
.hero-content-right .right-hero-img.mobile {
  display: none;
}
.heart-img {
  width: 92.826px;
  height: 80.616px;
  aspect-ratio: 56.83/47.62;
  position: absolute;
  right: 74.058px;
  top: 257.845px;
  animation: float 4s ease-in-out infinite;
}
.letter-img {
  width: 111.826px;
  height: 115.616px;
  aspect-ratio: 56.83/47.62;
  position: absolute;
  right: 40%;
  top: 350.845px;
  animation: float 2s ease-in-out infinite;
}
.form-section-container {
  display: flex;
  width: 100%;
  padding: 80px 96px;
  align-items: center;
  gap: 64px;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
  min-height: 898px;
  position: relative;
}
.form-section-wrapper {
  display: flex;
  width: 100%;
  padding: 0px;
  align-items: center;
  gap: 64px;
  flex-shrink: 0;
  justify-content: space-between;
}
.form-section-wrapper .row {
  --bs-gutter-x: 0rem;
  --bs-gutter-y: 0;
}
.form-section-left {
  display: flex;
  width: 832px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}
.form-section-left .row > * {
  padding: 0;
}
.form-section-left .form-small-caption {
  border-radius: 9999px;
  border: 1px solid #fecdca;
  background: #fef3f2;
  display: flex;
  padding: 4px 12px;
  align-items: center;
}
.form-section-left .form-small-caption p {
  color: #d92d20;
  text-align: center;
  font-family: "MavenPro-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.form-section-left .form-title-text {
  padding: 0px;
}
.form-section-left .form-title-text p {
  color: #023d4d;
  font-family: "MavenPro-SemiBold";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
}
.form-section-left .form-support-text p {
  color: #023d4d;
  font-family: "MavenPro-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.form-section-left .form-cta-container {
  display: flex;
  padding: 12px 18px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 9999px;
  border: 1px solid #e05037;
  background: #e05037;
  margin-top: 24px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.form-section-left .form-cta-container a {
  color: #fff;
  font-family: "MavenPro-SemiBold";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.form-section-left .form-cta-container a img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.form-section-left .form-note-container p {
  color: #023d4d;
  font-family: "Inter";
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}
.form-section-left .form-note-container p span {
  color: #e05037;
  font-family: "Inter";
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 30px;
}
.form-section-right {
  display: flex;
  width: 756px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}

.form-img-1 {
  width: 649px;
  height: 674px;
  position: relative;
  z-index: -1;
}
.form-img-2 {
  width: 345.766px;
  height: 560px;
  position: absolute;
  display: block;
  object-fit: contain;
  z-index: 0;
  right: 0;
  bottom: 0px;
  padding: 0;
}
.form-section-right .form-img-3.mobile {
  display: none;
}

.form-section-left .form-img-5 {
  width: 1533.095px;
  height: 877.12px;
  transform: rotate(-12.311deg);
  position: absolute;
  left: -690px;
  top: 0px;

  pointer-events: none;

  -webkit-mask-image: linear-gradient(to right, black 50%, transparent 50%);
  -webkit-mask-size: 200% 100%;
  -webkit-mask-position: 100% 0;
  -webkit-mask-repeat: no-repeat;
}

.video-section {
  display: flex;
  width: 100%;
  height: 759px;
  padding: var(--spacing-8xl, 80px) var(--spacing-9xl, 96px);
  align-items: center;
  gap: var(--spacing-7xl, 64px);
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.video-section-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 832px;
  align-items: flex-start;
  gap: var(--spacing-3xl, 24px);
}
.video-section-left .video-small-caption {
  display: flex;
  padding: var(--spacing-xs, 4px) var(--spacing-lg, 12px);
  align-items: center;
  border-radius: var(--radius-full, 9999px);
  border: 1px solid
    var(--Component-colors-Utility-Error-utility-error-200, #fecdca);
  background: var(--Component-colors-Utility-Error-utility-error-50, #fef3f2);
}
.video-section-left .video-small-caption p {
  color: var(--colors-text-text-error-primary-600, #d92d20);
  text-align: center;

  /* Text sm/Medium */
  font-family: "MavenPro-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
.video-section-left .video-title p {
  color: #003d4d;

  /* Display md/Semibold */
  font-family: "MavenPro-SemiBold";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px; /* 122.222% */
  letter-spacing: -0.72px;
}
.video-section-left .video-support-text-1 p {
  color: var(--colors-text-text-primary-900, #101828);

  /* Text xl/Regular */
  font-family: "MavenPro-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}

.video-section-left .video-support-text-2 p {
  color: var(--colors-text-text-primary-900, #101828);

  /* Text xl/Regular italic */
  font-family: "Inter";
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
.video-section-left .video-cta {
  display: flex;
  padding: var(--spacing-lg, 12px) 18px;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-sm, 6px);
  border-radius: var(--radius-full, 9999px);
  border: 1px solid #e05037;
  background: #e05037;

  /* Shadows/shadow-xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.video-section-left .video-cta a {
  color: var(
    --Component-colors-Components-Buttons-Primary-button-primary-fg,
    #fff
  );
  font-family: "MavenPro-SemiBold";
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 126.316% */
}

.video-section-right {
  width: fit-content;
}
.video-section-right iframe {
  border-radius: 20px;
}
.why-section {
  display: flex;
  width: 100%;
  height: 759px;
  padding: var(--spacing-8xl, 80px) var(--spacing-9xl, 96px);
  align-items: center;
  gap: var(--spacing-7xl, 64px);
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: 50px;
}
.why-section-left {
  position: relative;
}
.why-section-left .why-main-img {
  height: 699.133px;
  flex: 1 0 0;
  aspect-ratio: 832/699.13;
}
.why-section-left .why-decoration {
  width: 2471.494px;
  height: auto;
  position: absolute;
  left: -810px;
  top: -175px;
  z-index: 2;
  pointer-events: none;

  -webkit-mask-image: linear-gradient(to right, black 50%, transparent 50%);
  -webkit-mask-size: 200% 100%;
  -webkit-mask-position: 100% 0;
  -webkit-mask-repeat: no-repeat;
}
.draw {
  overflow: hidden;
  display: inline-block;
}
.draw-line {
  animation: draw-line 3.5s ease-out forwards;
}
@keyframes draw-line {
  from {
    mask-position: 100% 0;
  }
  to {
    mask-position: 0% 0;
  }
}
.why-section-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: var(--spacing-3xl, 24px);
  flex: 1 0 0;
}
.why-section-right .why-small-caption {
  display: flex;
  padding: var(--spacing-xs, 4px) var(--spacing-lg, 12px);
  align-items: center;
  border-radius: var(--radius-full, 9999px);
  border: 1px solid
    var(--Component-colors-Utility-Error-utility-error-200, #fecdca);
  background: var(--Component-colors-Utility-Error-utility-error-50, #fef3f2);
}

.why-section-right .why-small-caption p {
  color: var(--colors-text-text-error-primary-600, #d92d20);
  text-align: center;

  /* Text sm/Medium */
  font-family: "MavenPro-SemiBold";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
.why-section-right .why-title p {
  color: #003d4d;

  /* Display md/Semibold */
  font-family: "MavenPro-SemiBold";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
}
.why-section-right .why-title p span {
  color: #e05037;

  /* Display md/Semibold */
  font-family: "MavenPro-SemiBold";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px; /* 122.222% */
  letter-spacing: -0.72px;
}
.why-section-right .why-support-text p {
  color: var(--colors-text-text-primary-900, #101828);

  /* Text xl/Regular */
  font-family: "MavenPro-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
.why-icon-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-self: stretch;
}
.why-box {
  display: flex;
  width: 180px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.why-section-right .why-box .why-box-img {
  width: 82px;
  height: 82px;
  border-bottom: 3px solid #e05136;
}
.why-section-right .why-box p {
  color: var(--colors-text-text-primary-900, #101828);
  text-align: center;

  /* Text xl/Regular */
  font-family: "MavenPro-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
.side-cow-img {
  position: relative;
  display: flex;
}
.side-cow-img img {
  width: 266.55px;
  height: 277.35px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -460px;
  right: -120px;
}

.achieve-section {
  display: flex;
  width: 100%;
  height: 759px;
  padding: var(--spacing-8xl, 80px) var(--spacing-9xl, 96px);
  align-items: center;
  gap: var(--spacing-7xl, 64px);
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.achieve-section-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 832px;
  align-items: flex-start;
  gap: var(--spacing-3xl, 24px);
}
.achieve-section-left .achieve-small-caption {
  display: flex;
  padding: var(--spacing-xs, 4px) var(--spacing-lg, 12px);
  align-items: center;
  border-radius: var(--radius-full, 9999px);
  border: 1px solid
    var(--Component-colors-Utility-Error-utility-error-200, #fecdca);
  background: var(--Component-colors-Utility-Error-utility-error-50, #fef3f2);
}
.achieve-section-left .achieve-small-caption p {
  color: var(--colors-text-text-error-primary-600, #d92d20);
  text-align: center;

  /* Text sm/Medium */
  font-family: "MavenPro-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
.achieve-section-left .achieve-title p {
  color: #003d4d;

  /* Display md/Semibold */
  font-family: "MavenPro-SemiBold";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px; /* 122.222% */
  letter-spacing: -0.72px;
}
.achieve-section-left .achieve-title p span {
  color: #e25b44;

  /* Display md/Semibold */
  font-family: "MavenPro-SemiBold";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px; /* 122.222% */
  letter-spacing: -0.72px;
}
.achieve-section-left .achieve-support-text-1 p {
  color: var(--colors-text-text-primary-900, #101828);

  /* Text xl/Regular */
  font-family: "MavenPro-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}

.achieve-section-left .achieve-counter {
  display: flex;
  align-items: flex-end;
  gap: 55px;
}
.achieve-section-left .achieve-counter .achieve-no-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;

  width: 309px;
  height: 135px;
  flex-shrink: 0;
  aspect-ratio: 103/45;
  background: url("../Images/adha/counter/counter-bg-1.svg") 50% / cover
    no-repeat;
}

.achieve-section-left .achieve-counter .achieve-no-1 .achieve-plus {
  width: 200px;
  height: 66px;
  flex-shrink: 0;
  color: #e05037;

  /* Display xl/Bold */
  font-family: "MavenPro-Bold";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px; /* 120% */
  letter-spacing: -1.2px;

  margin-left: auto;
  margin-right: auto;
}
.achieve-number-counter {
  color: #e05037;
}
.achieve-number-plus-sign {
  color: #003d4d;
  font-family: "MavenPro-Bold";
}
.achieve-section-left .achieve-counter .achieve-no-1 .achieve-plus-text {
  width: 224px;
  height: 27px;
  flex-shrink: 0;
  color: #003d4d;
  font-family: "MavenPro-SemiBold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */

  margin-left: auto;
  margin-right: auto;
}

.achieve-section-left .achieve-counter .achieve-no-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;

  width: 139px;
  height: 136px;
  flex-shrink: 0;
  aspect-ratio: 139/136;
  background: url("../Images/adha/counter/counter-bg-2.svg") 50% / cover
    no-repeat;
}

.achieve-section-left .achieve-counter .achieve-no-2 .achieve-country {
  width: 68px;
  height: 66px;
  flex-shrink: 0;

  color: #e05037;

  /* Display xl/Bold */
  font-family: "MavenPro-Bold";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px; /* 120% */
  letter-spacing: -1.2px;

  margin-left: auto;
  margin-right: auto;
}

.achieve-section-left .achieve-counter .achieve-no-2 .achieve-country-text {
  width: 81px;
  height: 27px;
  flex-shrink: 0;

  color: #003d4d;

  /* Text lg/Semibold */
  font-family: "MavenPro-SemiBold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */

  margin-left: auto;
  margin-right: auto;
}

.achieve-section-left .achieve-support-text-2 p {
  color: var(--colors-text-text-tertiary-600, #475467);

  /* Text xl/Regular italic */
  font-family: "Inter";
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
.achieve-section-left .achieve-support-text-2 p {
  color: var(--colors-text-text-tertiary-600, #475467);

  /* Text xl/Regular italic */
  font-family: "Inter";
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px; /* 150% */
}

.achieve-section-left .achieve-cta {
  display: flex;
  padding: var(--spacing-lg, 12px) 18px;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-sm, 6px);
  border-radius: var(--radius-full, 9999px);
  border: 1px solid #e05037;
  background: #e05037;

  /* Shadows/shadow-xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.achieve-section-left .achieve-cta a {
  color: var(
    --Component-colors-Components-Buttons-Primary-button-primary-fg,
    #fff
  );
  font-family: "MavenPro-SemiBold";
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 126.316% */
}
.check-circle-text {
  color: var(--colors-text-text-tertiary-600, #475467);

  /* Text lg/Regular */
  font-family: "MavenPro-SemiBold";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}

.achieve-section-right {
  width: fit-content;
  z-index: 3;
}
.achieve-section-right iframe {
  border-radius: 20px;
  width: 832px;
  height: 468px;
}
.meat-gift-highlight {
  width: 100%;
  padding: 56px 96px 24px;
  position: relative;
  display: flex;
  justify-content: center;
  background-image: url("../Images/adha/cta-2/cta-bg.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  min-height: 90vh;
}
.meat-gift-highlight__inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  min-height: 520px;
  display: flex;
  align-items: center;
  isolation: isolate;
  justify-content: flex-end;
}
.meat-gift-highlight__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.meat-gift-highlight__caption {
  display: flex;
  padding: 4px 12px;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid #fecdca;
  background: #fef3f2;
}
.meat-gift-highlight__caption p {
  color: #d92d20;
  font-family: "MavenPro-Medium";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.meat-gift-highlight__title p {
  color: #004151;
  font-family: "MavenPro-SemiBold";
  font-size: clamp(36px, 3vw, 38px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.88px;
}
.meat-gift-highlight__title:nth-of-type(2) p {
  font-family: "MavenPro-Regular";
  font-weight: 400;
}
.meat-gift-highlight__title p span {
  color: #e05037;
  font-family: "Merriweather";
}
.meat-gift-highlight__desc p {
  color: #004151;
  font-family: "MavenPro-Regular";
  font-size: clamp(36px, 3vw, 46px);
  line-height: 1.1;
  font-weight: 400;
}
.meat-gift-highlight__cta {
  display: inline-flex;
  padding: 12px 18px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 9999px;
  border: 1px solid #e05037;
  background: #e05037;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.meat-gift-highlight__cta a {
  color: #fff;
  font-family: "MavenPro-SemiBold";
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  display: inline-flex;
  gap: 8px;
}
.meat-gift-highlight__cta a img {
  width: 24px;
  height: 24px;
}
.adha-cta-banner-container {
  width: 100%;
  padding: 80px 96px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
.adha-cta-banner-bg {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 72px 0;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  align-items: stretch;
  gap: 40px;
  overflow: visible;
  border-radius: 56px;
  background:
    url("../Images/adha/cta/cta-bg.svg") center / cover no-repeat,
    #003643;
}
.adha-cta-banner-bg.diff-bg {
  background:
    url("../Images/adha/cta-2/cta-bg.svg") center / cover no-repeat,
    #d5918b;
}
.adha-cta-banner-text-wrapper {
  display: flex;
  width: 100%;
  max-width: 620px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: center;
  padding-bottom: 64px;
  position: relative;
  z-index: 1;
}
.adha-cta-banner-image-wrapper {
  position: relative;
  align-self: stretch;
  overflow: visible;
  pointer-events: none;
}
.adha-cta-banner-image {
  position: absolute;
  right: -40px;
  bottom: 0px;
  display: block;
  width: clamp(460px, 34vw, 620px);
  max-width: none;
  height: auto;
}

.adha-cta-small-caption {
  display: flex;
  padding: 4px 12px;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid #fecdca;
  background: #fef3f2;
}

.adha-cta-small-caption p {
  color: #d92d20;
  text-align: center;
  font-family: "MavenPro-Medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.adha-cta-title p {
  align-self: stretch;
  color: #fff;
  font-family: "MavenPro-SemiBold";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.72px;
}
.adha-cta-title p span {
  color: #fff;
  border-bottom: 4px solid #e05037;
  font-family: "Merriweather";
}
.adha-cta-desc {
  color: #fff;
  font-family: "MavenPro-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.adha-cta {
  display: flex;
  padding: 12px 18px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 9999px;
  border: 1px solid #e05037;
  background: #e05037;

  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.adha-cta a {
  color: #fff;
  font-family: "MavenPro-SemiBold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.moto-container {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1fr);
  width: 100%;
  padding: 0px 96px;
  align-items: end;
  gap: 64px;
  flex-shrink: 0;
  background: url("../Images/adha/moto/blurred-bg.webp") center / cover
    no-repeat;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.moto-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30%;
  width: 100%;
  height: auto;
  z-index: 0;
  pointer-events: none;
}
.moto-visual {
  display: flex;
  align-items: flex-end;
  align-self: end;
  position: relative;
  z-index: 1;
}
.moto-main-image {
  display: block;
  width: min(42vw, 800px);
  max-width: 100%;
  height: auto;
}
.moto-caption {
  display: flex;
  width: 100%;
  max-width: 620px;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--spacing-lg, 12px);
  flex-shrink: 0;
  justify-self: end;
  align-self: center;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}
.moto-caption .moto-heading-1 {
  align-self: stretch;
  color: #e25138;
  font-family: "MavenPro-Bold";
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.moto-caption .moto-heading-2 {
  color: #fff;
  font-family: "MavenPro-Bold";
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.adha-volunteer-container {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  padding: 80px 96px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  background: url("../Images/adha/volunteer/volunteer-bg.png") center center /
    cover no-repeat;
  background-attachment: fixed;
  background-size: cover;
  z-index: 1;
}

.adha-volunteer-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(
    0,
    0,
    0,
    0.4
  ); /* Adjust 0.4 to make it lighter/darker */
  z-index: 2;
}
.adha-volunteer-caption {
  display: flex;
  padding: 0px 480px;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  align-self: stretch;
  position: relative;
  z-index: 3;
}
.adha-volunteer-title {
  align-self: stretch;
  color: #fff;
  text-align: center;

  /* Display sm/Semibold */
  font-family: "MavenPro-SemiBold";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px; /* 126.667% */
}

.adha-volunteer-support-text {
  align-self: stretch;
  color: var(--Colors-Text-text-primary_on-brand, #fff);
  text-align: center;

  /* Text xl/Regular */
  font-family: "MavenPro-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}

.adha-volunteer-cta-container {
  display: flex;
  align-items: center;
  gap: 12px;
}

.adha-volunteer-cta-1 {
  display: flex;
  padding: var(--spacing-lg, 12px) 18px;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-sm, 6px);
  border-radius: var(--radius-full, 9999px);
  border: 1px solid
    var(
      --Component-colors-Components-Buttons-Secondary-button-secondary-border,
      #d0d5dd
    );
  background: var(
    --Component-colors-Components-Buttons-Secondary-button-secondary-bg,
    #fff
  );

  /* Shadows/shadow-xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.adha-volunteer-cta-1 a {
  color: var(
    --Component-colors-Components-Buttons-Secondary-button-secondary-fg,
    #344054
  );

  /* Text md/Semibold */
  font-family: "MavenPro-SemiBold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
.adha-volunteer-cta-1 a img {
  width: 20px;
  height: 20px;
}
.adha-volunteer-cta-2 {
  display: flex;
  padding: var(--spacing-lg, 12px) 18px;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-sm, 6px);
  border-radius: var(--radius-full, 9999px);
  border: 1px solid #e05037;
  background: #e05037;

  /* Shadows/shadow-xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.adha-volunteer-cta-2 a {
  color: var(
    --Component-colors-Components-Buttons-Primary-button-primary-fg,
    #fff
  );
  /* Text md/Semibold */
  font-family: "MavenPro-SemiBold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
.adha-volunteer-cta-2 a img {
  width: 20px;
  height: 20px;
}

.adha-form-container {
  background-color: #f2f7f7;
  z-index: 5;
  margin-top: 150px;
  padding: 70px 80px;
}
.step1-container.adha-page-form {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}

.step1-container.adha-page-form .step1-label {
  color: var(--Colors-Text-text-error-primary-600, #d92d20);
  font-size: 18px;
  font-family: "MavenPro-Regular", sans-serif;
  font-weight: 700;
  line-height: 28px;
}

.step1-container.adha-page-form .step1-title {
  color: var(--Colors-Text-text-primary-900, #101828);
  font-size: 18px;
  font-family: "MavenPro-Regular";
  font-weight: 600;
  line-height: 28px;
}

.step1-container.adha-page-form .step1-card-container {
  align-self: stretch;
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
  align-content: flex-start;
}

.step1-container.adha-page-form .step1-option-card {
  flex: 1 1 0;
  padding: 16px;
  background: white;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 12px;
  outline: 1px solid #eaecf0;
  outline-offset: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.step1-container.adha-page-form .step1-option-card.selected {
  background: #fef3f2;
  outline-color: #fda29b;
}
.step1-container.adha-page-form
  .step1-option-card.selected
  .step1-option-label {
  color: #d92d20;
}
.step1-container.adha-page-form .step1-option-label {
  color: #344054;
  font-size: 16px;
  font-family: "MavenPro-Regular";
  font-weight: 600;
  line-height: 24px;
}
.step1-container.adha-page-form .step1-option-icon {
  width: 24px;
  height: 24px;
  position: relative;
}
.step1-container.adha-page-form .step1-option-icon img {
  vertical-align: 0;
}
.step2-container.adha-page-form {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  transition:
    height 0.3s ease,
    opacity 0.22s ease,
    transform 0.22s ease;
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
  will-change: opacity, transform;
}

.step2-container.adha-page-form.is-switching {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}

.step2-container.adha-page-form .step2-title {
  display: flex;
  flex-wrap: wrap;
}

.step2-container.adha-page-form .step2-title-step {
  color: #d92d20;
  font-size: 18px;
  font-family: "MavenPro-Regular";
  font-weight: 700;
  line-height: 28px;
}

.step2-container.adha-page-form .step2-title-text {
  color: #101828;
  font-size: 18px;
  font-family: "MavenPro-Regular";
  font-weight: 600;
  line-height: 28px;
}

.step2-container.adha-page-form .step2-country-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
  gap: 16px;
  width: 100%;
}
.step2-container.adha-page-form .step2-country-card {
  padding: 16px 10px;
  background: white;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 12px;
  outline: 1px solid #d0d5dd;
  outline-offset: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.step2-container.adha-page-form .step2-country-card.selected {
  background: #fef3f2;
  outline: 1px solid #fda29b;
}
.step2-container.adha-page-form
  .step2-country-card.selected
  .step2-country-name {
  color: #d92d20;
}
.step2-container.adha-page-form .step2-flag-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
}

.step2-container.adha-page-form .step2-country-info {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2px;
}

.step2-container.adha-page-form .step2-country-name {
  color: #344054;
  font-size: 14px;
  font-family: "MavenPro-Regular";
  font-weight: 600;
  line-height: 24px;
}

.step2-container.adha-page-form .step2-country-name-selected {
  color: #d92d20;
  font-size: 16px;
  font-family: "MavenPro-Regular";
  font-weight: 600;
  line-height: 24px;
}

.step2-container.adha-page-form .step2-flag {
  width: 24px;
  height: 24px;
}
.step2-container.adha-page-form .step2-flag img {
  vertical-align: 0;
}
.step3-container.adha-page-form {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
}

.step3-container.adha-page-form .step3-title {
  align-self: stretch;
}

.step3-container.adha-page-form .step3-title-step {
  color: #d92d20;
  font-size: 18px;
  font-family: "MavenPro-Regular";
  font-weight: 700;
  line-height: 28px;
  word-wrap: break-word;
}

.step3-container.adha-page-form .step3-title-text {
  color: #101828;
  font-size: 18px;
  font-family: "MavenPro-Regular", sans-serif;
  font-weight: 600;
  line-height: 28px;
  word-wrap: break-word;
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
  will-change: opacity, transform;
}

.step3-container.adha-page-form .step3-counter-row {
  align-self: stretch;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.step3-container.adha-page-form .step3-counter-row.is-custom-amount {
  justify-content: stretch;
}

.step3-container.adha-page-form .step3-counter-row.is-custom-amount .step3-btn,
.step3-container.adha-page-form
  .step3-counter-row.is-custom-amount
  .step3-amount {
  display: none;
}

.step3-container.adha-page-form .step3-btn {
  padding: 16px;
  background: white;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  outline: 1px solid #d0d5dd;
  outline-offset: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  overflow: hidden;
}

.step3-container.adha-page-form .step3-icon-placeholder {
  width: 24px;
  height: 24px;
  position: relative;
  overflow: hidden;
}

.step3-container.adha-page-form .step3-icon-wrapper {
  width: 24px;
  height: 24px;
  position: relative;
}

.step3-container.adha-page-form .step3-icon-wrapper img {
  vertical-align: 0;
}

.step3-container.adha-page-form .step3-amount {
  flex: 1 1 0;
  text-align: center;
  color: #101828;
  font-size: 35px;
  font-family: "Merriweather", serif;
  font-weight: 700;
  word-wrap: break-word;
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
  will-change: opacity, transform;
}

.step3-container.adha-page-form #customAmount {
  width: 100%;
  min-height: 64px;
  padding: 18px 20px;
  border: 1px solid #d0d5dd;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  color: #101828;
  font-family: "Merriweather", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  outline: none;
}

.step3-container.adha-page-form #customAmount:focus {
  border-color: #e05037;
  box-shadow:
    0 0 0 4px rgba(224, 80, 55, 0.12),
    0px 1px 2px rgba(16, 24, 40, 0.05);
}

.step3-container.adha-page-form #customAmount::placeholder {
  color: #98a2b3;
  font-family: "MavenPro-Regular", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.step3-container.adha-page-form .step3-title-text.is-updating,
.step3-container.adha-page-form .step3-amount.is-updating {
  opacity: 0;
  transform: translateY(8px);
}
.step1-container.adha-page-form,
.step2-container.adha-page-form,
.step3-container.adha-page-form {
  margin: 15px 0px;
}
.adha-step3-checkout-layout {
  width: 100%;
}
.adha-step3-checkout-layout--split {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.9fr);
  align-items: end;
  gap: 24px;
}
.adha-step3-checkout-layout--split > .adha-donation-form#step-3,
.adha-step3-checkout-layout--split > .adha-form-donate-button {
  width: 100%;
  margin: 0;
}
.adha-step3-checkout-layout--split .step3-container.adha-page-form {
  width: 100%;
  min-height: 100%;
}
.adha-step3-checkout-layout--split .adha-form-donate-button {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
}
.adha-step3-checkout-layout--split .adha-form-donate-button > .row,
.adha-step3-checkout-layout--split .donation-container,
.adha-step3-checkout-layout--split .adha-add-to-cart {
  width: 100%;
}
.adha-step3-checkout-layout--split .adha-form-donate-button {
  padding: 18px;
  border: 1px solid #f2d7cf;
  border-radius: 28px;
  background:
    radial-gradient(
      circle at top right,
      rgba(224, 80, 55, 0.14),
      transparent 42%
    ),
    linear-gradient(180deg, #fffaf8 0%, #fff4ef 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 16px 32px rgba(16, 24, 40, 0.08);
}
.adha-step3-checkout-layout--split .adha-add-to-cart {
  min-height: 60px;
  border-radius: 20px;
}
.adha-step3-checkout-layout--split .adha-add-to-cart-btn {
  border-color: rgba(224, 80, 55, 0.28);
  background: #fff;
  box-shadow:
    0 10px 20px rgba(16, 24, 40, 0.06),
    inset 0 0 0 1px rgba(224, 80, 55, 0.08);
  color: #d7462c;
}
.adha-step3-checkout-layout--split .adha-add-to-cart-btn:hover,
.adha-step3-checkout-layout--split .adha-add-to-cart-btn:focus-visible {
  background: linear-gradient(180deg, #fff 0%, #fff2ec 100%);
  border-color: rgba(224, 80, 55, 0.42);
  color: #c8422a;
}
.adha-step3-checkout-layout--split .adha-checkout-btn:not(.cart-btn-disabled) {
  border-color: #004151;
  background: linear-gradient(135deg, #0b5f74 0%, #004151 100%);
  box-shadow:
    0 14px 28px rgba(0, 65, 81, 0.22),
    0 2px 6px rgba(16, 24, 40, 0.1);
}
.adha-step3-checkout-layout--split
  .adha-checkout-btn:not(.cart-btn-disabled):hover,
.adha-step3-checkout-layout--split
  .adha-checkout-btn:not(.cart-btn-disabled):focus-visible {
  background: linear-gradient(135deg, #11758e 0%, #004151 100%);
  border-color: #0b5f74;
  box-shadow:
    0 18px 34px rgba(0, 65, 81, 0.26),
    0 2px 8px rgba(16, 24, 40, 0.12);
}
.adha-step3-checkout-layout--split .adha-checkout-btn .adha-cart-count {
  min-width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.18);
}
.adha-step3-checkout-layout--split
  .adha-checkout-btn.cart-btn-disabled
  .adha-cart-count {
  background: #fff;
}

.adha-donate-now,
.adha-add-to-cart {
  flex: 1;
  min-height: 56px;
  padding: 16px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 9999px;
  box-shadow:
    0 10px 24px rgba(224, 80, 55, 0.18),
    0px 1px 2px rgba(16, 24, 40, 0.05);
  border: 1px solid #e05037;
  background: linear-gradient(135deg, #eb6245 0%, #d7462c 100%);
  cursor: pointer;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    background 0.24s ease,
    border-color 0.24s ease,
    color 0.24s ease;
}
.adha-add-to-cart {
  color: #fff;
  font-size: 20px;
  position: relative;
  text-decoration: none;
}
.adha-add-to-cart i {
  transition:
    transform 0.24s ease,
    color 0.24s ease;
}
.adha-add-to-cart .text,
.adha-donate-now .text {
  font-size: 20px;
  font-family: "MavenPro-SemiBold", sans-serif;
  font-weight: 600;
  line-height: 24px;
  color: currentColor;
}
.adha-add-to-cart:hover:not(.cart-btn-disabled),
.adha-add-to-cart:focus-visible:not(.cart-btn-disabled) {
  transform: translateY(-2px);
  box-shadow:
    0 16px 32px rgba(224, 80, 55, 0.22),
    0 2px 6px rgba(16, 24, 40, 0.1);
  background: linear-gradient(135deg, #f16c4e 0%, #cf4028 100%);
  border-color: #d7462c;
  color: #fff;
}
.adha-add-to-cart:hover:not(.cart-btn-disabled) i,
.adha-add-to-cart:focus-visible:not(.cart-btn-disabled) i {
  transform: scale(1.08);
}
.adha-add-to-cart:focus-visible {
  outline: none;
}
.adha-add-to-cart-btn:focus-visible,
.adha-checkout-btn:focus-visible {
  box-shadow:
    0 0 0 4px rgba(224, 80, 55, 0.18),
    0 16px 32px rgba(224, 80, 55, 0.22),
    0 2px 6px rgba(16, 24, 40, 0.1);
}
.adha-button-main {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.adha-checkout-btn {
  justify-content: space-between;
}
.adha-cart-count {
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-family: "MavenPro-SemiBold", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition:
    transform 0.24s ease,
    background-color 0.24s ease,
    border-color 0.24s ease,
    color 0.24s ease;
}
.adha-checkout-btn:hover:not(.cart-btn-disabled) .adha-cart-count,
.adha-checkout-btn:focus-visible:not(.cart-btn-disabled) .adha-cart-count {
  transform: scale(1.08);
  background: rgba(255, 255, 255, 0.22);
}
.adha-checkout-btn.is-count-bumping .adha-cart-count {
  animation: adha-cart-count-bump 0.34s ease;
}
.adha-add-to-cart.cart-btn-disabled {
  background: linear-gradient(135deg, #f2f4f7 0%, #e4e7ec 100%);
  border-color: #d0d5dd;
  box-shadow: 0 4px 10px rgba(16, 24, 40, 0.06);
  color: #98a2b3;
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
}
.adha-add-to-cart.cart-btn-disabled i,
.adha-add-to-cart.cart-btn-disabled .text {
  color: #98a2b3;
}
.adha-add-to-cart.cart-btn-disabled .adha-cart-count {
  border-color: #eaecf0;
  background: #fff;
  color: #98a2b3;
}
.adha-donation-form#step-1,
.adha-donation-form#step-2,
.adha-donation-form#step-3 {
  display: block;
}
.adha-form-donate-button {
  margin-right: auto;
  margin-left: auto;
  width: 50%;
  gap: 16px;
}
@keyframes adha-cart-count-bump {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.16);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 2560px) {
  .form-section-container .form-section-wrapper {
    width: 100%;
  }
  .form-section-left {
    width: 32vw;
  }
  .form-section-right {
    width: 56vw;
  }
  .video-section-left {
    width: 50%;
  }
  .video-section-right {
    width: 50%;
    display: flex;
    justify-content: center;
  }
  .achieve-section-left {
    width: 50%;
  }
  .achieve-section-right {
    width: 50%;
    display: flex;
    justify-content: center;
  }

  .adha-cta-banner-bg {
    max-width: 1685px;
    grid-template-columns: minmax(0, 1fr) 460px;
  }
  .adha-cta-banner-text-wrapper {
    max-width: 700px;
  }
  .adha-cta-banner-image {
    width: 700px;
    right: -56px;
    bottom: -22px;
  }
}
@media (max-width: 1820px) {
  .form-section-left {
    width: 40%;
  }
  .form-section-right .form-img-1 {
    right: 534.299px;
    top: -340px;
  }
  .why-section-left .why-decoration {
    left: -825px;
    top: -149px;
  }
  .adha-volunteer-caption {
    padding: 0px 80px;
  }
  .moto-heart-2 {
    display: none;
  }
}
@media (max-width: 1620px) {
  .hero-content-left {
    width: 50%;
  }
  .form-section-left {
    width: 30%;
  }
  .form-section-right {
    width: 45vw;
  }
  .form-section-right .form-img-1 {
    right: 534.299px;
    top: -340px;
  }
  .video-section-left {
    width: 50%;
  }
  .video-section-right {
    width: 50%;
  }
  .video-section-right iframe {
    width: 100%;
  }
  .why-section-left {
    width: 50%;
  }
  .why-section-left .why-main-img {
    height: 699.133px;
    flex: 1 0 0;
    aspect-ratio: 832/699.13;
  }
  .why-section-right {
    width: 50%;
  }
  .why-icon-container {
    flex-wrap: wrap;
  }
  .why-section-left .why-decoration {
    left: -825px;
    top: -149px;
  }
  .why-box {
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 30px;
    height: 140px;
  }
  .achieve-section-left {
    width: 50%;
  }
  .achieve-section-right {
    width: 50%;
  }
  .achieve-section-right iframe {
    width: 100%;
  }
  .meat-gift-highlight {
    padding: 48px 72px 16px;
  }
  .meat-gift-highlight__inner {
    min-height: 420px;
    padding-right: 42%;
    background-size: auto 92%;
  }
  .adha-cta-banner-bg {
    padding: 56px 56px 0;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 32px;
  }
  .adha-cta-banner-text-wrapper {
    max-width: 540px;
    padding-bottom: 56px;
  }
  .adha-cta-banner-image {
    width: 500px;
    right: -28px;
    bottom: -14px;
  }
  .moto-heart-2 {
    display: none;
  }
  .adha-volunteer-caption {
    padding: 0px 80px;
  }
}
@media (max-width: 768px) {
  .hero-container {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 100px 5px 40px;
    gap: 40px;
  }
  .hero-container .row {
    flex-direction: column-reverse;
    width: 100%;
  }
  .hero-content-left,
  .hero-content-right {
    width: 100%;
    align-items: center;
  }
  .hero-content-left {
    padding: 10px 32px;
  }
  .hero-content-left img {
    width: 100%;
    height: auto;
  }

  .hero-content-left .hero-small-caption {
    justify-content: center;
    width: 90%;
  }
  .hero-content-left .hero-title-text {
    padding-left: 4px;
    padding-right: 4px;
  }
  .hero-content-left .hero-title-text p {
    font-size: 32px;
    line-height: 40px;
  }

  .hero-content-left .hero-title-text span {
    font-size: 28px;
    line-height: 40px;
  }
  .hero-content-left .hero-subtitle-text {
    padding-left: 4px;
    padding-right: 4px;
  }
  .hero-content-left .hero-subtitle-text p {
    font-size: 20px;
    line-height: 30px;
  }

  .hero-content-left .hero-cta-container {
    flex-direction: row;
    justify-content: center;
    padding: 12px 18px;
  }

  .hero-content-left .hero-cta-container a {
    font-size: 20px;
    line-height: 24px;
  }
  .hero-content-right {
    padding: 0;
    display: none;
  }
  .hero-content-right .right-hero-img {
    display: none;
  }
  .hero-content-right .right-hero-img {
    display: block;
    position: static;
    width: 100%;
    height: auto;
  }

  .heart-img,
  .letter-img {
    display: none;
  }
  .step1-container.adha-page-form .step1-card-container,
  .step2-container.adha-page-form .step2-country-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .adha-step3-checkout-layout--split {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .adha-step3-checkout-layout--split .adha-form-donate-button {
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .step1-container.adha-page-form
    .step1-card-container
    .step1-option-card:last-of-type {
    grid-column: 1 / -1;
  }

  .form-section-container {
    flex-direction: column;
    width: 100%;
    padding: 40px 20px;
    height: auto;
    margin-top: 0px;
  }

  .form-section-container .row {
    flex-direction: column-reverse;
    width: 100%;
  }
  .form-section-container .form-section-wrapper {
    flex-direction: column;
    width: 100%;
    height: auto;
    gap: 40px;
  }

  .form-section-left,
  .form-section-right {
    width: 100%;
  }

  .form-section-left {
    gap: 16px;
  }
  .form-section-left .form-small-caption {
    width: fit-content;
  }
  .form-section-left .form-title-text p {
    font-size: 30px;
    line-height: 38px;
  }

  .form-section-left .form-small-caption,
  .form-section-left .form-support-text,
  .form-section-left .form-note-container {
    text-align: left;
  }

  .form-section-left .form-support-text p,
  .form-section-left .form-note-container p,
  .form-section-left .form-note-container p span {
    font-size: 19px;
    line-height: 30px;
  }

  .form-section-left .form-cta-container {
    padding: 12px 18px;
    width: 85%;
  }

  .form-section-left .form-cta-container a {
    font-size: 19px;
    line-height: 24px;
  }

  .form-section-right {
    gap: 10px;
    justify-content: center;
    margin-bottom: 40px;
  }
  .form-section-right .form-img-1 {
    right: unset;
    top: unset;
  }

  .form-img-1,
  .form-img-2,
  .form-img-3,
  .form-img-4,
  .form-img-5 {
    display: none;
  }

  .form-section-right .form-img-3.mobile {
    position: static;
    display: block;
    height: auto;
  }

  .video-section {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 40px 32px;
    gap: 32px;
    margin-top: 0px;
  }

  .video-section-left {
    width: 100%;
    gap: 16px;
  }

  .video-section-left .video-title p {
    font-size: 30px;
    line-height: 38px;
  }

  .video-section-left .video-support-text-1 p,
  .video-section-left .video-support-text-2 p {
    font-size: 20px;
    line-height: 30px;
  }

  .video-section-left .video-small-caption {
    justify-content: start;
    align-self: self-start;
  }

  .video-section-left .video-small-caption p {
    font-size: 14px;
    text-align: center;
  }

  .video-section-left .video-cta {
    align-self: self-start;
    padding: 12px 18px;
  }

  .video-section-left .video-cta a {
    font-size: 19px;
    line-height: 24px;
  }

  .video-section-right {
    width: 100%;
  }
  .video-section-right iframe {
    border-radius: 20px;
    width: 100%;
    height: 275px;
  }
  .why-section {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 40px 20px;
    gap: 40px;
    margin-top: 0px;
  }

  .why-section-left,
  .why-section-right {
    width: 100%;
    align-items: center;
  }

  .why-section-left .why-main-img {
    width: 100%;
    height: auto;
    max-width: 350px;
  }

  .why-section-left .why-decoration {
    width: 958px;
    left: -313px;
    top: -16px;
  }

  .why-section-right {
    align-items: start;
    padding-left: 30px;
    padding-right: 30px;
  }

  .why-section-right .why-small-caption p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }

  .why-section-right .why-title p,
  .why-section-right .why-title p span {
    font-size: 30px;
    line-height: 38px;
  }

  .why-section-right .why-support-text p {
    font-size: 20px;
    line-height: 30px;
  }

  .why-icon-container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }

  .why-box {
    width: 45%;
    max-width: 160px;
  }

  .why-section-right .why-box p {
    font-size: 20px;
    line-height: 30px;
  }

  .side-cow-img {
    display: none;
  }

  .achieve-section {
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 40px 20px;
    gap: 40px;
    margin-top: 0px;
  }

  .achieve-section-left {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    gap: 16px;
  }

  .achieve-section-left .achieve-title p,
  .achieve-section-left .achieve-title p span {
    font-size: 30px;
    line-height: 38px;
  }

  .achieve-section-left .achieve-support-text-1 p,
  .achieve-section-left .achieve-support-text-2 p {
    font-size: 20px;
    line-height: 30px;
  }

  .achieve-section-left .achieve-counter {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .achieve-section-left .achieve-counter .achieve-no-1,
  .achieve-section-left .achieve-counter .achieve-no-2 {
    width: 100%;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .achieve-section-left .achieve-counter .achieve-no-2 {
    aspect-ratio: 103/45;
    background: url("../Images/adha/counter/counter-bg-1.svg") 50% / cover
      no-repeat;
  }

  .achieve-section-left .achieve-support-text-2 p {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .achieve-plus-text,
  .achieve-country-text {
    font-size: 16px;
    line-height: 22px;
  }

  .achieve-cta {
    width: 80%;
    justify-content: center;
    padding: 12px 18px;
  }

  .achieve-section-left .achieve-cta a {
    font-size: 16px;
  }
  .achieve-section-right {
    width: 100%;
  }
  .achieve-section-right iframe {
    border-radius: 20px;
    width: 100%;
    height: 275px;
  }
  .meat-gift-highlight {
    padding: 40px 20px 12px;
  }
  .meat-gift-highlight {
    justify-content: center;
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: left bottom;
  }
  .meat-gift-highlight__inner {
    min-height: 0;
    padding: 20px 0 320px;
  }

  .meat-gift-highlight__content {
    max-width: none;
    gap: 16px;
  }

  .meat-gift-highlight__title p {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: -0.6px;
  }

  .meat-gift-highlight__desc p {
    font-size: 18px;
    line-height: 28px;
  }

  .adha-cta-banner-container {
    width: 100%;
    padding: 40px 20px 0px 20px;
  }

  .adha-cta-banner-bg {
    width: 100%;
    min-height: 100vh;
    padding: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    background:
      url("../Images/adha/cta-banner-mobile.png") bottom left / 100% auto
        no-repeat,
      #00333f;
    justify-content: space-between;
  }

  .adha-cta-banner-text-wrapper {
    width: 100%;
    max-width: none;
    padding: 40px 32px 20px;
    gap: 16px;
    align-self: flex-start;
  }

  .adha-cta-banner-image-wrapper {
    display: flex;
    width: 100%;
  }
  .adha-cta-banner-image {
    width: 100vw;
    right: 0px;
    bottom: 0px;
  }
  .adha-cta-title p {
    font-size: 24px;
    line-height: 32px;
  }

  .adha-cta-desc {
    font-size: 16px;
    line-height: 24px;
  }

  .adha-cta-small-caption p {
    font-size: 12px;
    line-height: 18px;
  }

  .adha-cta a {
    font-size: 14px;
    line-height: 20px;
  }

  .moto-container {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 40px 24px 0px;
    gap: 24px;
    background: url("../Images/adha/moto/blurred-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 70px;
  }

  .moto-line {
    bottom: 150px;
    width: 170%;
    max-width: none;
    left: -35%;
  }

  .moto-visual {
    width: 100%;
    justify-content: flex-start;
  }

  .moto-main-image {
    width: min(100%, 430px);
  }

  .moto-caption {
    padding: 0px 8px;
    width: 100%;
    max-width: none;
    align-items: flex-start;
    justify-self: start;
    align-self: flex-end;
    padding-bottom: 0;
  }

  .moto-caption .moto-heading-1,
  .moto-caption .moto-heading-2 {
    font-size: 38px;
    line-height: 1.05;
  }
  .moto-caption .moto-heading-2 {
    color: #0b5f74;
  }
  .adha-volunteer-container {
    padding: 40px 20px;
    background-attachment: scroll;
  }

  .adha-volunteer-caption {
    padding: 0 20px;
    gap: 32px;
  }

  .adha-volunteer-title {
    font-size: 36px;
    line-height: 44px;
    text-align: start;
  }

  .adha-volunteer-support-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: start;
  }

  .adha-volunteer-cta-container {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }

  .adha-volunteer-cta-1,
  .adha-volunteer-cta-2 {
    width: 100%;
    justify-content: center;
  }

  .adha-volunteer-cta-1 a,
  .adha-volunteer-cta-2 a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
  }

  .step2-container.adha-page-form .step2-country-card {
    width: 100%;
    height: fit-content;
  }
  .step3-container.adha-page-form .step3-amount {
    font-size: 25px;
  }
  .step3-container.adha-page-form #customAmount {
    min-height: 56px;
    padding: 16px 18px;
    font-size: 24px;
  }
  .adha-donation-form#step-2,
  .adha-donation-form#step-1 {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 480px) {
  .why-box {
    width: 100%;
    max-width: none;
  }

  .why-section-right .why-box .why-box-img {
    width: 90px;
    height: 90px;
  }
  .why-section-right .why-box-img.mobile-img-fix {
    padding-bottom: 12px;
  }

  .why-section-right .why-small-caption p {
    font-size: 12px;
  }
}
