* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
.header-main {
  position: absolute;
  min-width: 764px;
  min-height: 47.277px;
  flex-shrink: 0;
  border-radius: 47.277px;
  border: 4px solid #bdd7de;
  background: #d2eef6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
  padding: 5px 21px;
  z-index: 10;
}
a.menu-toggle,
button.menu-toggle {
  display: none;
  background: transparent;
  border: none;
  padding: 6px;
  cursor: pointer;
}
a.social-icon-link {
  border-radius: 11.752px;
  border: 2.448px solid #bdd7de;
  background: #d2eef6;
  width: 23.504px;
  height: 34.277px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-link span {
  color: #1f6679;
  font-family: Noah;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
}
.social-icon {
  gap: 10px;
}
.nav,
.social-icon {
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

@media (max-width: 1024px) {
  header .nav,
  header .social-icon {
    display: none;
  }
  .header-main {
    min-width: auto;
    width: calc(100% - 40px);
  }
  button.menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.hero-section {
  height: 100dvh;
  position: relative;
  background: #f6faed;
  border-bottom: 1px solid #b0bab3;
}

.hero-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 22%;
  width: 243px;
  height: 121px;
  background: url("../images/svg/hero-vector-1.svg") no-repeat;
  background-size: contain;
}

.hero-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 204.949px;
  height: 200.241px;
  background: url("../images/svg/hero-vector-2.svg") no-repeat;
  background-size: cover;
}
.hero-section .container {
  height: 100%;
}
.hero-section-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 100px;
  height: 100%;
  gap: 20px;
}

.hero-section-inner::after {
  content: "";
  position: absolute;
  top: 83px;
  left: 0;
  width: 201.572px;
  height: 69.937px;
  background: url("../images/svg/hero-vector-4.svg") no-repeat;
  background-size: contain;
  background-position: right bottom;
}

.hero-section-inner::before {
  content: "";
  position: absolute;
  top: 83px;
  right: -9%;
  width: 243px;
  height: 121px;
  background: url("../images/svg/hero-vector-3.svg") no-repeat;
  background-size: contain;
}

.hero-text-inner {
  border-radius: 3.5px;
  border-left: 4px solid #b0bab3;
  padding-left: 30px;
  /* gap: 25px; */
  /* display: flex; */
  /* flex-direction: column; */
  max-width: 630px;
}

h1.hero-title {
  color: #312e2e;
  font-family: Noah;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 25px;
}

p.hero-para {
  color: #312e2e;
  font-family: Noah;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 119%; /* 28.56px */
}

p.hero-last-para {
  color: #312e2e;
  font-family: Noah;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.orange-btn {
  /* max-width: 297px; */
  min-width: 297px;
  max-height: 48px;
  height: 100%;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 16px 25px;
  text-align: center;
  font-family: Noah;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  text-decoration: none;
}
.hero-btns {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.participe-element {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 5;
  filter: drop-shadow(0 0 7.9px rgba(0, 0, 0, 0.25));
}
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swiper-slide {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  /* height: calc(100dvh - 100px) !important; */
}

.hero-text {
  position: relative;
}

.mySwiper .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  /* bottom: -58px !important; */
  left: 0;
  width: auto;
  display: flex;
  align-items: center;
  gap: 22px;
  bottom: 27% !important;
}

.mySwiper .swiper-pagination-bullet {
  background: #b0bab3;
  opacity: 9;
}

.mySwiper .swiper-pagination-bullet-active {
  width: 61px;
  height: 3.5px;
  border-radius: 3.5px;
  /* background: #B0BAB3; */
}

.profite-inner-sec {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: -12%;
  z-index: 9;
}

.profite-right {
  display: flex;
  height: fit-content;
  gap: 22px;
  padding-right: 29px;
}

.profite-capsule {
  border-radius: 100px;
  /* background: #59C8E6; */
  box-shadow: 0 0 7.9px 0 rgba(0, 0, 0, 0.25);
  padding: 19px;
  text-align: center;
  max-width: 205.897px;
  min-height: 517.049px;
  /* max-height: 517.049px; */
  height: fit-content;
  min-width: 205.897px;
}

.profite-capsule.profite-capsule-1 {
  background: #59c8e6;
  margin-top: 400px;
}

.profite-capsule.profite-capsule-2 {
  background: #f15930;
  margin-top: 220px; /*313px;*/
}

.profite-capsule.profite-capsule-3 {
  background: #ffca3e;
  margin-top: 143px; /*220px;*/
}

.profite-capsule.profite-capsule-4 {
  background: #7eb58e;
  margin-top: 313px; /*143px;*/
}

h5.wallet-head {
  color: #fff;
  text-align: center;
  font-family: Noah;
  font-size: 24.343px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 26.777px */
}

p.wallet-para {
  color: #fff;
  text-align: center;
  font-family: Noah;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
}

img.profite-vector {
  margin: auto;
  /* bottom: 0; */
  /* position: relative; */
  /* display: flex; */
  /* align-items: flex-end; */
  /* justify-content: flex-end; */
}

.profite-svg {
  margin-bottom: 14px;
}

h5.wallet-head {
  /* border-radius: 3.5px; */
  /* background: #FFF; */
}

.divider-line {
  border-radius: 3.5px;
  background: #fff;
  max-width: 79px;
  height: 2px;
  margin: auto;
  margin-bottom: 32px;
}

h1.profite-title {
  max-width: 500px;
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

section.profite-sec {
  padding-top: 76px;
  padding-bottom: 23px;
}

.profite-info a {
  margin: auto;
}

.profite-info {
  /* position: absolute; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  position: relative;
  z-index: 10;
}

section.profite-sec {
  position: relative;
}

section.profite-sec .container {
  width: 100%;
  height: 100%;
  background-color: #f6faed;
  margin-top: -19%;
  padding-top: 18%;
  padding-bottom: 49px;
  position: relative;
  z-index: 0;
}

.profite-content {
  width: 100%;
  height: 100%;
  /* position: relative; */
  /* z-index: 50; */
}

.profite-content h1.profite-title {
  max-width: 640px;
}

.profite-svg-element {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 49px;
}

.profite-svg-inner1 {
  margin-top: 24px;
}

section.profite-sec .container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 117px;
  width: 208px;
  height: 336.186px;
  background: url("../images/svg/profite-vector-1.svg") no-repeat;
  background-size: contain;
}

section.profite-sec .container::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 226.55px;
  height: 452px;
  background: url("../images/svg/profite-vector-2.svg") no-repeat;
  background-size: contain;
}

.profite-content .profite-info {
  position: relative;
  margin-bottom: 8%;
}

.profite-content .profite-info::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 298.194px;
  height: 41.122px;
  background: url("../images/svg/profite-vector-4.svg") no-repeat;
  background-size: contain;
}

.profite-content .profite-info::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 177.348px;
  height: 64px;
  background: url("../images/svg/profite-vector-3.svg") no-repeat;
  background-size: contain;
}

.profite-content-card-content.profite-content-card-left {
  border-radius: 23.593px;
  background: #7eb58e;
  box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.1);
}

.profite-content-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

img.ourve-img {
  /* position: absolute; */
  margin-top: -15%;
}

.profite-content-card-content {
  /* border-radius: 23.593px; */
  /* background: #7EB58E; */
  /* box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.10); */
}

.profite-content-card-content.profite-content-card-left {
  /* max-width: 554px; */
  /* max-height: 515px; */
  transform: rotate(-4.614deg);
  flex-shrink: 0;
}

h1.union-title {
  color: #1e1e1e;
  font-family: Noah;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 35.2px */
  width: fit-content;
}

p.union-para {
  color: #1e1e1e;
  font-family: Noah;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
}

.union-btns-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 100px;
  /* background: #7eb58e; */
  padding: 15px 22px;
}

.union-btns-left {
  display: flex;
  align-items: center;
  gap: 17px;
  color: #fff;
  font-family: Noah;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 30.8px */
}

.union-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.profite-content-card-content {
  max-width: 554px;
  /* max-height: 515px; */
  padding: 14px;
}
.profite-content-card-content.profite-content-card-right {
  transform: rotate(5.942deg);
  border-radius: 23.593px;
  background: #59c8e6;
  box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.1);
}

.profite-content-card-right .union-btns-inner {
  background: #59c8e6;
}

.profite-content-card-left .union-btns-inner {
  background: #7eb58e;
}
.union-wrapper {
  border-radius: 0 7.864px 7.864px;
}
.profite-content-card-left .union-wrapper {
  background: #bbf5cd;
  padding: 14px;
}
.profite-content-card-right .union-wrapper {
  background: #afeafa;
  padding: 14px;
}
.union-title {
  position: relative;
  padding-left: 24px;
}
.union-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 364.123px;
  height: 64.011px;
  border-radius: 7.864px 0 0 0;
  z-index: -1;
  /* background: #FADEE3; */
}
.union-title::before {
  content: "";
  position: absolute;
  right: -31%;
  top: 24%;
  width: 112.461px;
  height: 74.468px;
  transform: rotate(48deg);
  background: url("../images/png/union-cut.png") no-repeat;
  background-size: contain;
  z-index: -1;
  border-radius: 7.864px;
}
.profite-content-card-left .union-title::before {
  background-color: #bbf5cd;
}
.profite-content-card-right .union-title::before {
  background-color: #afeafa;
}
.profite-content-card-left .union-title::after {
  background: #bbf5cd;
}
.profite-content-card-right .union-title::after {
  background: #afeafa;
}
/* .union-card {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  width: 96%;
} */
.union-card{
  position: relative;
  width: 96%;
  margin: auto;
  margin-top: -36%;
  z-index: 99;
}

.profite-content-card-left .union-divider {
  background: #7eb58e;
}
.profite-content-card-right .union-divider {
  background: #59c8e6;
}

.profite-content-card-left p.union-para {
  border-left: 7px solid #7eb58e;
}
.profite-content-card-right p.union-para {
  border-left: 7px solid #59c8e6;
}

.union-divider {
  width: 100%;
  height: 4px;

  margin-bottom: 16px;
}

p.union-para {
  padding-left: 16px;
}

/* Form Wizard */
.wizard-from {
  border-radius: 10px;
  border: 4px solid #b0bab3;
  background: #fff;
}

.card-custom {
  background: white;
  border: 4px solid #b0bab3;
  border-radius: 10px;
}

.form-control:focus {
  border-color: #59c8e6;
  box-shadow: 0 0 0 0.2rem rgba(89, 200, 230, 0.25);
}

.form-check-input:checked {
  background-color: #59c8e6;
  border-color: #59c8e6;
}

.btn-respire {
  background: #f15930;
  border: 4px solid #fdab95;
  border-radius: 50px;
  color: white;
  font-weight: 700;
}

.btn-respire:hover {
  background: #d44820;
  border-color: #fdab95;
  color: white;
}

.text-orange {
  color: #f15930;
}

.text-purple {
  color: #815ad9;
}

.progress-dots {
  width: 7px;
  height: 7px;
  background: #ffca3e;
  border-radius: 50%;
}

.captcha-box {
  border: 1px solid #815ad9;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

.captcha-refresh {
  background: #9edada;
  border: 1px solid #31b4b4;
  border-radius: 10px;
}

.medal-icon {
  background: #d2eef6;
  border: 3px solid #eae7e7;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.close-btn {
  background: none;
  border: none;
  color: #997d82;
  font-size: 1.5rem;
}

.form-control {
  border: 1px solid #59c8e6;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.wizard-from-title {
  color: #1e1e1e;
  font-family: Noah;
  font-size: 36.023px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 39.625px */
}
.wizard-from-header {
  padding: 41px;
  border-bottom: 1px solid #ddffe3;
}
.wizard-from-body {
  padding: 15px 45px 45px 45px ;
}

.input-filed {
  border-radius: 10px;
  border: 1px solid #59c8e6;
  background: rgba(255, 255, 255, 0.1);
  gap: 11px;
  display: flex;
  align-items: center;
  padding: 11px 16px;
}

.input-filed input {
  border: none;
  /* border-radius: 10px; */
  /* border: 1px solid #59C8E6; */
  /* background: rgba(255, 255, 255, 0.10); */
  background-color: transparent;
}

.input-filed input:focus {
  outline: none;
}

form#wizard-form {
  margin-bottom: 27px;
}
.re-captcha {
  border-radius: 10px;
  border: 0.763px solid #31b4b4;
  background: #9edada;
  width: 61.816px;
  height: 58px;
}
.wizard-form-btn {
  margin-left: auto;
  margin-top: 21px;
}
input {
  color: #1e1e1e;
  font-family: Noah;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
}

/* Otp */
:root {
  --teal: #31b4b4;
  --box-w: 60px;
  --box-h: 72px;
  --gap: 18px; /* matches positions in your original */
}

/* container similar width to your original */
.otp-wrap {
  width: 449px;
  height: var(--box-h);
  position: relative;
}

.otp-row {
  display: flex;
  gap: var(--gap);
  align-items: center;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.box {
  position: relative;
  width: var(--box-w);
  height: var(--box-h);
  border-radius: 10px;
  border: 1px solid var(--teal);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: white;
}

/* small teal circle above each box (hidden until filled) */
.dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--teal);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -7px; /* sits above the box similar to your original */
  opacity: 0;
  transition: opacity 0.12s ease;
  pointer-events: none;
}
.box.filled .dot {
  opacity: 1;
}

/* the visible single-character input */
.box input {
  width: 90%;
  height: 60%;
  border: none;
  outline: none;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  caret-color: var(--teal);
}
.box input::-webkit-outer-spin-button,
.box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* focus styles for accessibility */
.box:focus-within {
  box-shadow: 0 0 0 3px rgba(49, 180, 180, 0.12);
}

/* helper: visually hidden label */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* responsive: shrink container on small screens */
@media (max-width: 520px) {
  .otp-wrap {
    width: 100%;
  }
  .otp-row {
    justify-content: center;
  }
}
.otp-wrap {
  margin-top: 33px;
  margin-bottom: 48px;
}

.victory {
  flex-direction: column;
}

.victory h6 {
  color: #1e1e1e;
  text-align: center;
  font-family: Noah;
  font-size: 24.343px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 26.777px */
  margin-bottom: 14px;
}

.victory p,
.victory span {
  color: #1e1e1e;
  font-family: Noah;
  font-size: 17.972px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.victory p {
  max-width: 420px;
  text-align: center;
}
#captchaCode:focus {
  outline: none;
}
section.hero-section img,
section.profite-sec .profite-left img {
  width: 100%;
  /* height: 100%; */
}
.hero-text {
  width: 50%;
}
.profite-right::-webkit-scrollbar {
  display: none;
}
section.profite-sec {
  overflow: hidden;
}
.input-filed input::placeholder {
  color: #1e1e1e;
}

a.outline-btn.orange-btn:hover,
.plus-card-button:hover {
  background: transparent !important;
  color: #f15930 !important;
}

a.outline-btn.orange-btn:hover svg path,
.plus-card-button:hover svg path {
  /* fill: #f15930; */
  stroke: #f15930;
}
.plus-card-button:hover .plus-card-button-text {
  color: #f15930;
}
a.orange-btn:hover {
  background: #f15930;
  color: #fff !important;
}

a.orange-btn:hover svg path {
  /* fill: #f15930; */
  stroke: #fff;
}

a:hover,
button:hover,
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
}

.voter {
  gap: 23px;
  margin-top: 58px;
}
button {
  border: none;
}
.mobile-profile {
  display: none;
}
img.mobile-plus-img {
  display: none;
}

.union-accordion .accordion-item{
border-radius: 30px;
}
.accordion-header{
  border-radius: 30px;
}
button.accordion-button.collapsed{
  border-radius: 30px;
}
.union-accordion .accordion-item:first-of-type , 
.union-accordion .accordion-item:last-of-type .accordion-button.collapsed ,
.union-accordion .accordion-item:first-of-type .accordion-button ,
.union-accordion .accordion-item:last-of-type{
border-radius: 30px;
background: #7eb58e !important;

}
.union-accordion .accordion-body{
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
background: #7eb58e !important;
}
.union-accordion.custom-accordion .accordion-button{
padding: 15px 22px !important

}
.union-accordion .accordion-button:not(.collapsed){
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: #7eb58e !important;
}

.profite-content-card-right .union-wrapper .union-accordion .accordion-item:first-of-type , 
.profite-content-card-right .union-wrapper .union-accordion .accordion-item:last-of-type .accordion-button.collapsed ,
.profite-content-card-right .union-wrapper .union-accordion .accordion-item:first-of-type .accordion-button ,
.profite-content-card-right .union-wrapper .union-accordion .accordion-item:last-of-type,
.profite-content-card-right .union-wrapper .union-accordion .accordion-body,
.profite-content-card-right .union-wrapper .union-accordion .accordion-button:not(.collapsed){
  background-color: #59c8e6 !important;
}



/* Hide the radio buttons */
input[type="radio"] {
  display: none;
}

label {
  position: relative;
  display: inline-block;
  border-radius: 30px;
  cursor: pointer;
}

/* Image inside */
label img {
  display: block;
  border-radius: 30px; /* keep same radius so it matches border */
}

/* --- Default gradient border --- */
.pack-label::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  padding: 2px; /* border thickness */
  background: linear-gradient(-90deg, #FFCA3E 0%, #ED167E 100%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}

/* --- Selected state gradient border --- */
input[type="radio"]:checked + label::before {
  padding: 5px;
  background: linear-gradient(230deg, #815AD9 4%, #FFCA3E 100%);
}
