/* Login Page */



.login_page {
  background-size: cover;
  background-position: center;
  height: 800px;
  background-color: #FAF6F4;
  overflow:visible;
}

.inpuu_box {
  display: flex;
  max-width: 500px;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  margin: auto;
  margin-top: 176px;
}

.reg_inpuu_box{
    display: flex;
  max-width: 592px;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  margin: auto;
  margin-top: 154px; 
}

.welocme {
  color: var(--brand-Teal-25, #1E3B40);
  text-align: center;
  font-family: "Figtree";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  text-transform: capitalize;
  margin-bottom: 0px;
}

input.field_box::-webkit-outer-spin-button,
input.field_box::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.inputdhiraj {
 height: 56px;
    max-height: 56px;
    position: relative;
    border-radius: 100px;
    border: 1px solid var(--base-04, #E9E9E9);
    background: var(--base-Off-White, #FAFAFA);
    padding: 20px 24px;
    transition: 0.2s linear all;
    color: var(--base-02, #727272);
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    width:100%;


}

.inputdhiraj:hover {
  border-radius: 100px;
  border: 1px solid #4DA4B2;
  background: #EFF4F5;
  padding:20px 16px 20px 32px;

  /* card shadow */
  box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.07), 0 64.815px 46.852px 0 rgba(0, 0, 0, 0.05), 0 38.519px 25.481px 0 rgba(0, 0, 0, 0.04), 0 20px 13px 0 rgba(0, 0, 0, 0.04), 0 8.148px 6.519px 0 rgba(0, 0, 0, 0.03), 0 1.852px 3.148px 0 rgba(0, 0, 0, 0.02);
}

.inputdhiraj:focus-visible {
  border-radius: 100px;
  border: 1px solid #4DA4B2 !important;
  background: #EFF4F5;
  outline: 0px solid transparent;

  /* card shadow */
  box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.07), 0 64.815px 46.852px 0 rgba(0, 0, 0, 0.05), 0 38.519px 25.481px 0 rgba(0, 0, 0, 0.04), 0 20px 13px 0 rgba(0, 0, 0, 0.04), 0 8.148px 6.519px 0 rgba(0, 0, 0, 0.03), 0 1.852px 3.148px 0 rgba(0, 0, 0, 0.02);
}




.text_line {
  color: var(--brand-Teal-50, #316972);
  font-family: "Bricolage Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 0px;
}

.hyerlink {
  color: #4DA4B2;
  font-family: "Bricolage Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-bottom: 0px;

}

.btn_div {
  width: 100%;
}

.cattts {
  transform: scaleX(-1);
}

.btn_conti {
  display: flex;
  height: 56px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  border-radius: 100px;
  background: linear-gradient(90deg, #A0D76F -5.2%, #F7C113 24.29%);
  width: 100%;
  color: var(--base-Off-Black, #0F0F0F);
  font-family: "Bricolage Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  margin-bottom: 0px;
  /*transition: 2s linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%) all;*/
transition: all 1s cubic-bezier(0.34, 1.2, 0.64, 1);
    
}

.btn_conti:hover {
  background: #F7C113;
  border: 1.5px solid #F7C113;
  box-shadow: 0 0 0 8px #fff inset;

}


.btn_conti_reg {
  display: flex;
  height: 56px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
 border-radius: 100px;
background: var(--brand-yellow, #F7C113);
  width: 100%;
  color: var(--base-Off-Black, #0F0F0F);
  font-family: "Bricolage Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  margin-bottom: 0px;
  transition: 2s linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%) all;
}

.btn_conti_reg:hover {
  background: #F7C113;
  border: 1.5px solid #F7C113;
  box-shadow: 0 0 0 8px #fff inset;

}




.lef_imm {
 position: absolute;
    bottom: -123px;
    left: 0;
    z-index: 1;
}

.reg_lef_imm{
     position: absolute;
bottom: -123px;
    left: -44px;
}

.cloud_imm {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    height: 906px;
}


/* Register */

.inputt_div {
  display: flex;
  gap: 16px;
  width: 100%;
  flex-direction: row;
}

.liene {
  width: 100%;
  max-width: 455px;
}


.terms-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.terms-wrapper p {
  color: var(--brand-Teal-50, #316972);

  font-family: "Bricolage Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 0px;
}

.terms-link {
  color: #4DA4B2;
  font-family: "Bricolage Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.custom-checkbox {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.custom-checkbox input {
  display: none;
}

.checkbox-mark {
  width: 16px;
  height: 16px;
  border: 2px solid #cfcfcf;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  margin-top: 0px;
}

/* checked state */
.custom-checkbox input:checked+.checkbox-mark {
  background-color: #F7C113;
  border-color: #F7C113;
}

/* inner white dot */
.custom-checkbox input:checked+.checkbox-mark::after {
  content: "";
  width: 12px;
  height: 12px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cattts_reg {
  position: relative;
  left: 50%;
  transform: translateX(-50%);

}

.regsiter__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}


/* Register Success */

.regis_succes {
  padding: 80px 0px 0px;
}

.common_bxx {
  display: flex;
  max-width: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  margin-top: 104px;
  margin-bottom: 104px;
  margin-left: auto;
  margin-right: auto;
}

.regs_2 {
  color: var(--brand-Teal-25, #1E3B40);
  text-align: center;
  font-family: "Figtree";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 57.6px */
  text-transform: capitalize;
  margin-bottom: 0px;
}

.para {
  color: var(--brand-Teal-50, #316972);
  text-align: center;
  font-family: "Bricolage Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  margin-bottom: 0px;
  width: 100%;
  max-width: 475px;
  margin-top: -16px;
}

.yellow__button4 {
  background: hsl(46, 93%, 52%);
  border: none;
  width: 200px;
  padding: 15px 35px;
  height: 56px;
  border-radius: 60px;
  cursor: pointer;
  color: var(--base-Off-Black, #0F0F0F);
  font-family: "Bricolage Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  transition: 2s linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%) all;
}

.yellow__button4:hover {
  background: #F7C113;
  border: 1.5px solid #F7C113;
  box-shadow: 0 0 0 8px #fff inset;

}

.grey__button4 {
  background: var(--brand-Teal-25, #1E3B40);
  border: none;
  width: 200px;
  padding: 15px 35px;
  height: 56px;
  border-radius: 60px;
  cursor: pointer;
  color: var(--brand-yellow, #F7C113);
  font-family: "Bricolage Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  transition: 2s linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%) all;

}

.btn_box {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  max-width: 327px;
}

/* indivdual Page */

.indivdual {
  padding: 0px 0px 64px;
  background-color:#ffffff;
}

.inner_conti_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  margin-top: -70px;
}


.country_icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0px;
}

.country_icon img {
  width: 72px;
}

.country_title {
  color: var(--brand-Teal-25, #1E3B40);
  text-align: center;
  font-family: "Figtree";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 57.6px */
  text-transform: capitalize;
  margin-bottom: 0px;
}

.country_desc {
  color: var(--brand-Teal-50, #316972);
  text-align: center;
  font-family: "Bricolage Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  width: 100%;
  max-width: 815px;
  margin-bottom: 0px;

}


/* Select Box ////////////////////*/


.indi-container {
  max-width: 1000px;
  margin: auto;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
    flex-direction: column;
    align-items: center;
}

.indi-title-main {
  color: var(--brand-Teal-25, #1E3B40);
  text-align: center;
  font-family: "Figtree";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  text-transform: capitalize;
  margin-bottom: 32px;
}

/* FLEX CONTAINER */

.indi-packages {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  max-width:908px;
}

/* EACH BOX */

.indi-package {
  flex: 0 0 calc(25% - 20px);
  position: relative;
}

.indi-package input {
  display: none;
}

/* CARD */

.indi-card {
  display: flex;
  padding: 20px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;

border-radius: 4px;
border: 1px solid var(--base-04, #E9E9E9);
background: var(--base-Off-White, #FAFAFA);

  cursor: pointer;
  position: relative;
  transition: all .25s ease;
  min-width: 207px;

}

/* radio */

.indi-radio {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #cfcfcf;
  position: absolute;
  top: 16px;
  right: 16px;
}

/* hover shadow */

.indi-card:hover {
  box-shadow:
    0 100px 80px 0 rgba(0, 0, 0, 0.07),
    0 64.815px 46.852px 0 rgba(0, 0, 0, 0.05),
    0 38.519px 25.481px 0 rgba(0, 0, 0, 0.04),
    0 20px 13px 0 rgba(0, 0, 0, 0.04),
    0 8.148px 6.519px 0 rgba(0, 0, 0, 0.03),
    0 1.852px 3.148px 0 rgba(0, 0, 0, 0.02);
}

/* selected */

.indi-package input:checked+.indi-card {
  border: 2px solid #F7C113;
}

/* radio active */

.indi-package input:checked+.indi-card .indi-radio {
  background: #F7C113;
  border-color: #F7C113;
}

.low_mid_box{
    display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 0px;
}


/* text */

.indi-title {
  color: var(--base-Off-Black, #0F0F0F);
  font-family: "Figtree";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 108%;
  /* 28.8px */
  text-transform: capitalize;
  margin-bottom: 0px;
}

.indi-days {
  color: #4DA4B2;
  font-family: "Bricolage Grotesque";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 21.6px */
  letter-spacing: -0.18px;
  text-transform: capitalize;
  margin-bottom: 0px;

}

.indi-price {
  color: var(--brand-Teal-25, #1E3B40);
  font-family: "Bricolage Grotesque";
  font-size: 18px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 21.6px */
  letter-spacing: -0.18px;
  text-transform: capitalize;
}

.usd_color {
  color: #4DA4B2;
}

/* button */


.indi-cart-btn {
  background: hsl(46, 93%, 52%);
  border: none;
  width: 200px;
  padding: 15px 35px;
  height: 56px;
  border-radius: 60px;
  cursor: pointer;
  color: var(--base-Off-Black, #0F0F0F);
  font-family: "Bricolage Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-top: 32px;
  transition: 2s linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%) all;
}

.indi-cart-btn:hover {
  background: #F7C113;
  border: 1.5px solid #F7C113;
  box-shadow: 0 0 0 8px #fff inset;

}

.divide {
  position: relative;
  margin: 40px 0px;
}

.indi-custom-form {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
}

.but_tot_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.indi-title-main2 {
  color: var(--brand-Teal-25, #1E3B40);
  text-align: center;
  font-family: "Figtree";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  text-transform: capitalize;
}

.indi-custom-description {
  color: var(--brand-Teal-50, #316972);
  text-align: center;
  font-family: "Bricolage Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 24px;
  /* 25.6px */

}


.indi-cart-btn2 {
  background: hsl(46, 93%, 52%);
  border: none;
  width: 200px;
  padding: 15px 35px;
  height: 56px;
  border-radius: 60px;
  cursor: pointer;
  color: var(--base-Off-Black, #0F0F0F);
  font-family: "Bricolage Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-left: 32px;
  transition: 2s linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%) all;
}

.indi-cart-btn2:hover {
  background: #F7C113;
  border: 1.5px solid #F7C113;
  box-shadow: 0 0 0 8px #fff inset;

}

.indi-country-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 16px 24px;
  align-self: stretch;
  flex-wrap: wrap;
}

.indi-country-card {
  display: flex;
  width: 223px;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  border-radius: 4px;
  border: 1px solid var(--base-04, #E9E9E9);
  background: var(--base-Off-White, #FAFAFA);
}

.indi-country-title {
  color: var(--base-Off-Black, #0F0F0F);
  font-family: "Figtree";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 28.8px */
  text-transform: capitalize;
  margin-bottom: 0px;
}

.indi-country-price {
  color: var(--base-02, #727272);
  font-family: "Bricolage Grotesque";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 22.4px */
  margin-bottom: 0px;
  text-align: left;

}

.indi-country-title2 {
  color: var(--base-Off-Black, #0F0F0F);
  font-family: "Figtree";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 28.8px */
  text-transform: capitalize;
  margin-bottom: 0px;
}

.indi-ready-arrive .indi-ready-bg {
  border-radius: 24px;
  padding: 56px 80px;
  background: linear-gradient(0deg, #1E3B40 76.58%, #316972 161.51%);
}

.indi-ready-bg .indi-step-card {
  background: transparent;
  border: 0px;
  width: 320px;
  height: 366px;
  max-width: 100%;
  margin: auto;
}

.indi-step-details h6 {
  color: var(--brand-yellow, #F7C113);
  text-align: center;
  font-family: "Bricolage Grotesque";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 8px;
}

.indi-step-details h4 {
  color: var(--base-Off-White, #FAFAFA);
  text-align: center;
  font-family: 'Figtree';
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.indi-step-details p {
  color: var(--base-04, #E9E9E9);
  text-align: center;
  font-family: "Bricolage Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  width: 272px;
  margin: 0px auto;
}

.indi-step-details {
  margin-top: 0px;
}

.indi-ready-title h1 {
  color: var(--base-White, #FFF);
  text-align: center;
  font-family: 'Figtree';
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
}

.indi-ready-title p {
  color: var(--base-03, #BDBDBD);
  text-align: center;
  font-family: "Bricolage Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;

}

.indi-ready-title {
  width: 752px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 24px;
}

.indi-ready-arrive::after {
  content: "";
  background: url(../img/ready-bg-img.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 500px;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
}

.indi-ready-arrive::before {
  content: "";
  background-position: center center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
}

.indi-ready-arrive {
  padding-top: 130px;
  position: relative;
  background-color:#ffffff;
}


.faqq{
      background-color:#ffffff;
}

.indi-ready-arrive img {
  width: 200px;
  height: 200px;
  max-width: 100%;
  margin: auto;
  margin-bottom: 32px;
  object-fit: cover;
  display: flex;

}

/* faqqq start */

.faqqq-sections {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.faqqq {
  color: var(--brand-Teal-25, #1E3B40);
  text-align: center;
  font-family: "Figtree";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 57.6px */
  text-transform: capitalize;
  margin-bottom: 32px;
}

/* remove bootstrap arrow */
.faqqq-custom-accordion .accordion-button::after {
  display: none;
}

/* button layout */
.faqqq-custom-accordion .accordion-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  padding: 24px 0px 32px 0px;
  box-shadow: none;
  color: var(--brand-Teal-10, #102023);

  font-family: "Bricolage Grotesque";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.faqqq-custom-accordion .accordion-button:not(.collapsed) {
  padding: 24px 0px 8px 0px;
}

.faqqq-custom-accordion .accordion-body {
  color: var(--brand-Teal-50, #316972);

  font-family: "Bricolage Grotesque";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;

  padding: 0;
  padding-bottom: 32px;
  padding-right: 49px;
}

.faqqq-custom-accordion .accordion-button:not(.collapsed) {
  color: var(--brand-Teal-10, #102023);

  font-family: "Bricolage Grotesque";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  align-self: stretch;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}



/* icon circle */
.faqqq-icon {
  width: 28px;
  height: 28px;
  border: 2px solid #5fb6c6;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* base line */
.faqqq-icon .faqqq-line {
  position: absolute;
  background: #5fb6c6;
  border-radius: 10px;
}

/* horizontal line */
.faqqq-icon .faqqq-horizontal {
  width: 12px;
  height: 2px;
}

/* vertical line */
.faqqq-icon .faqqq-vertical {
  width: 2px;
  height: 12px;
  transform-origin: center;
  transform: scaleY(1);
  filter: blur(0px);
  opacity: 1;
  transition:
    transform .35s ease,
    filter .35s ease,
    opacity .35s ease;
}

/* OPEN → minus */
.faqqq-custom-accordion .accordion-button:not(.collapsed) .faqqq-vertical {
  transform: scaleY(0);
  filter: blur(4px);
  opacity: 0;
}

.faqqq-custom-accordion .accordion-collapse.collapsing {
  transition: height 0.45s cubic-bezier(.34, 1.56, .64, 1) !important;
}

.faqqq-custom-accordion .accordion-collapse {
  transition: height 0.45s cubic-bezier(.34, 1.56, .64, 1) !important;
}

.faqqq-custom-accordion .accordion-item:first-of-type,
.faqqq-custom-accordion .accordion-item:last-of-type,
.faqqq-custom-accordion .accordion-button {
  border-radius: 0 !important;
}

.faqqq-custom-accordion,
.faqqq-custom-accordion .accordion-item {
  border: none;
}

/* Add only bottom border */
.faqqq-custom-accordion .accordion-item {
  border-bottom: 1px solid var(--base-04, #E9E9E9);
}

.faqqq-custom-accordion .accordion-item:first-child {
  border-top: 1px solid #E9E9E9;
}

/* Optional: remove border from last item */
.faqqq-custom-accordion .accordion-item:last-child {
  border-bottom: none;
}

/* last accordion button when closed */
.faqqq-custom-accordion .accordion-item:last-child .accordion-button.collapsed {
  padding-bottom: 0;
}

/* last accordion button when opened */
.faqqq-custom-accordion .accordion-item:last-child .accordion-button:not(.collapsed) {
  padding-bottom: 8px;
}

/* faqqq end */




/* MODAL Covered  */

.modal_indi .modal-content {
  display: flex;
  width: 500px;
  max-width: 500px;
  padding: 48px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: var(--base-White, #FFF);
}

@keyframes modal_indi-scaleIn {
  from {
    transform: scale(0.8);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.modal_indi-check {
  width: 104px;
  height: 104px;
  margin: 0 auto 8px;
  position: relative;
}

/* .modal_indi-check::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  background: rgba(76, 175, 80, 0.15);
  border-radius: 50%;
  top: -15px;
  left: -15px;
} */

.modal_indi-check img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.modal_indi-title {
  color: var(--brand-Teal-25, #1E3B40);
  text-align: center;
  font-family: "Figtree";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.modal_indi-card-box {
  margin-bottom: 32px;
  margin-top: 32px;
}

.modal_indi-card-top {
  display: flex;
  padding: 24px 24px 16px 24px;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  justify-content: space-between;
  background: var(--base-Off-White, #FAFAFA);
  border-radius: 24px 24px 0px 0px;
border: 1px solid var(--base-04, #E9E9E9);
}

.modal_indi-country {
  display: flex;
  align-items: center;
  gap: 16px;
}

.modal_indi-country span{
  color: var(--brand-Teal-25, #1E3B40);
font-family: "Bricolage Grotesque";
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 28px */
margin-bottom: 0px;
}

.modal_indi-flag {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.modal_indi-status {
display: flex;
height: 32px;
padding: 0 16px 0 12px;
justify-content: center;
align-items: center;
gap: 4px;
border-radius: 100px;
border: 1px solid var(--base-Success-Green, #47B147);
}

.modal_indi-status span {
  color: var(--base-Success-Green, #47B147);
font-family: "Bricolage Grotesque";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 160%; /* 22.4px */
margin-bottom: 0px;
}

.modal_indi-card-bottom {
display: flex;
align-items: center;
gap: 16px;
justify-content: center;
flex: 1 0 0;
  border-radius: 0px 0px 24px 24px;
border: 1px solid var(--base-04, #E9E9E9);
padding: 16px 24px 24px 24px;

}



.modal_indi-info-title {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--brand-Teal-25, #1E3B40);
font-family: "Bricolage Grotesque";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 160%; /* 25.6px */
margin-bottom: 0px;
}

.fill_bar{
  display: flex;
height: 20px;
align-items: center;
gap: 12px;
align-self: stretch;
}

.fill_bar p{
  margin-bottom: 0px;
  color: var(--base-Success-Green, #47B147);
font-family: "Bricolage Grotesque";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 160%; /* 25.6px */
}

.modal_indi-icon {
  width: 16px;
  height: 16px;
}

.modal_indi-bar {
  height: 6px;
  background: #ddd;
  border-radius: 10px;
  margin: 5px 0;
}

.modal_indi-bar-fill {
  height: 100%;
  width: 120px;
  background: #4CAF50;
  border-radius: 10px;
}

.modal_indi-btn-group {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.modal_indi-btn-secondary {
  border-radius: 100px;
background: var(--brand-yellow, #F7C113);
display: flex;
height: 56px;
justify-content: center;
align-items: center;
gap: 8px;
flex: 1 0 0;
color: var(--base-Off-Black, #0F0F0F);
font-family: "Bricolage Grotesque";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 160%; /* 25.6px */
margin-bottom: 0px;
border: none !important;

}

.modal_indi-btn-primary {
 display: flex;
height: 56px;
justify-content: center;
align-items: center;
gap: 8px;
flex: 1 0 0;
color: var(--brand-yellow, #F7C113);
font-family: "Bricolage Grotesque";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 160%; /* 25.6px */
margin-bottom: 0px;
border-radius: 100px;
background: var(--brand-Teal-25, #1E3B40);
border: none !important;

}


/* MODAL */
.md_modal {
  display: flex;
  width: 500px;
  max-width: 500px;
  padding: 48px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  border-radius: 24px;
  background: var(--base-White, #FFF);
  height: 830px;
}

.moodal_content{
  background-color: transparent;

}

/* HEADER */

.md_title {
 color: var(--brand-Teal-25, #1E3B40);
text-align: center;
font-family: "Figtree";
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 38.4px */
text-transform: capitalize;
margin-bottom: 0px;
}

/* SEARCH */
.md_search {
  position: relative;
  width: 100%;
}

.md_search input {
  display: flex;
height: 56px;
max-height: 56px;
padding: 20px 24px;
align-items: center;
align-self: stretch;
border-radius: 100px;
border: 1px solid var(--base-04, #E9E9E9);
background: var(--base-Off-White, #FAFAFA);
  outline: none;
  width: 100%;
}

.md_search svg {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}

/* LIST */
.md_list {
  max-height: 488px;
  overflow-y: auto;
 display: flex;
flex-direction: column;
align-items: flex-start;
gap: 16px;
width: 100%;}

/* SCROLLBAR */
.md_list::-webkit-scrollbar {
  width: 5px;
}

.md_list::-webkit-scrollbar-thumb {
  background: #f5b400;
  border-radius: 20px;
}

/* ITEM */
.md_item {
display: flex;
height: 56px;
padding: 16px 8px;
align-items: center;
gap: 24px;
align-self: stretch;
border-radius: 100px;
background: var(--base-Off-White, #FAFAFA);
color: var(--base-Off-Black, #0F0F0F);
font-family: "Figtree";
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 28.8px */
text-transform: capitalize;
margin-bottom: 0px;
}

.md_item:hover {
  background: #e0e0e0;
}

/* FLAG */
.md_item img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

/* FOOTER */
.md_footer {
  margin-top: 5px;
}

/* BUTTON */
.md_btn {
display: flex;
max-height: 56px;
justify-content: center;
align-items: center;
gap: 8px;
flex: 1 0 0;
border-radius: 100px;
background: var(--brand-yellow, #F7C113);
color: var(--base-Off-Black, #0F0F0F);
font-family: "Bricolage Grotesque";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 160%; /* 25.6px */
margin-bottom: 0px;
  transition: 2s linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%) all;
border: none;
width: 100%;
max-width: 198px;
}

.md_btn:hover {
  background: #F7C113;
  border: 1.5px solid #F7C113;
  box-shadow: 0 0 0 8px #fff inset;}


.md_tab_btn {
  background: #ffffff;
  border: none;
  color: var(--brand-Teal-25, #1E3B40);
  text-align: center;
  font-family: "Bricolage Grotesque";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 28px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-bottom: 0px;
}



