/* font-family */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/* import files */
@import url("../css/auth.css");
@import url("../css/header_footer.css");
@import url("../css/admin.css");

@font-face{
  font-family:"Monotype Corsiva";
  src:url("../fonts/Monotype-Corsiva-Italic.woff2") format("woff2"),
      url("../fonts/Monotype-Corsiva-Italic.woff") format("woff");
  font-weight:400;
  font-style:normal;   /* doublon volontaire pour iOS */
  font-display:swap;
}
@font-face{
  font-family:"Monotype Corsiva";
  src:url("../fonts/Monotype-Corsiva-Italic.woff2") format("woff2"),
      url("../fonts/Monotype-Corsiva-Italic.woff") format("woff");
  font-weight:400;
  font-style:italic;
  font-display:swap;
}

:root {
  --poppins-font: "Poppins", serif;
  --worksans-font: "Work Sans", sans-serif;
  --monotype-font:"Monotype Corsiva", serif;
  --primary-color: #051135;
  --secondary-color: #135AD6;
  --white-color: #fff;
}

.monotype {
  font-family: var(--monotype-font);
  font-style: italic;
  font-synthesis: none;
}

.g-recaptcha {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

body {
  font-family: var(--poppins-font);
  font-weight: 400;
  line-height: 1.5;
  color: #424242;
  overflow-x: hidden;
}
body.headitemshow {
    overflow: hidden;
}
a:hover {
  color: var(--secondary-color);
}

a, a:hover {
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-container {
  padding: 0 66px;
}

.wd-container {
  max-width: 1194px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.wd-contact-container {
  max-width: 1270px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

main {
  padding: 100px 0 0;
}

.home {
  padding: 0 !important;
}

/* Common btn */
.wd-comn-bnt {
  padding: 13px 24px;
  border-radius: 68px;
  background: linear-gradient(88.76deg, #0B54D5 0.58%, #09F7FB 99.29%);
  font-family: var(--poppins-font);
  font-size: 18px;
  font-weight: 600;
  color: white;
  text-align: left;
  display: inline-block;
  border: none;
}
.wd-comn-bnt:hover{
  color: white;
  background: linear-gradient(88.76deg, #09F7FB  0.58%, #0B54D5 99.29%);
}

/* Common bnner */
.inner-banner {
  background: url("../images/banner-img.png") no-repeat;
  width: 100%;
  height: 340px;
  background-position: top center;
  background-size: cover;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0 0;
}

/*------ Home [ START ]-------*/
.banner {
  background: url("../images/banner-img.png")no-repeat;
  width: 100%;
  height: auto;
  background-position: top center;
  background-size: cover;
  padding: 80px 0 0px;
}
.index-banner {
  padding: 30px 0 0;
}
.bnr_left .logo img {
  width: 100%;
  height: 213px;
  object-fit: contain;
}

.bnr_left h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 73px;
  text-align: center;
  color: var(--primary-color);
  margin-bottom: 0;
}

.bnr_left h1 span {
  font-family: var(--monotype-font);
  font-size: 60px;
  font-weight: 400;
  font-style: italic;
  font-synthesis: none;
  text-align: center;
  color: var(--secondary-color);
}
.bnr_right img {
  height: 618px;
  width: 100%;
  object-fit: contain;
}
.strike_bx {
  display: flex;
  align-items: center;
}

.strike_lft {
  width: 50%;
  background: linear-gradient(88.76deg, #0B54D5 0.58%, #09F7FB 99.29%);
  padding: 15px 15px 15px 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 35px;
}

.strike_lft p, .strike_rgt p {
  font-size: 26px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 0;
  color: #fff;
}

.strike_lft h3, .strike_rgt h3 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
}

.strike_lft span img, .strike_rgt span img {
  width: 46px;
  height: 65px;
  object-fit: contain;
}

.strike_rgt {
  width: 50%;
  background: #0A1D3F;
  padding: 15px 27px 15px 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 35px;
}

.discover_blog {
  padding: 80px 0;
  text-align: center;
  border-bottom: 5px solid #AFE4F5;
}

.cm_title {
  color: var(--primary-color);
  font-family: var(--worksans-font);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}

.cm_title span {
  color: var(--secondary-color);
  font-family: var(--monotype-font);
  font-weight: 400;
  font-size: 44px;
  font-style: italic;
  font-synthesis: none;
}

/* Home as 13-12-24 START*/
.idx_title {
  /* max-width: 1070px; */
  margin: 0 auto;
  font-family: var(--poppins-font);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: center;
  color: #515F7C;
  margin-bottom: 40px;
}

.checkout-box-text img {
  height: 44px;
  object-fit: contain;
}
.discover-bannr img {
  height: 392px;
  width: 100%;
  object-fit: contain;
}
.wd-checkout-customer {
  padding: 80px 0;
  background: url("../images/Vector23.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center left;
}

.wd-checkout-company {
  background: url("../images/Vector24.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center right;
  padding: 0 0 80px;
  border-bottom: 5px solid #AFE4F5;
}

.checkout-mainimg {
  border-radius: 18px;
  height: auto;
  object-fit: cover;
}

.icon-img {
  position: absolute;
  right: -25px;
  bottom: -8%;
}

.icon-img img {
  height: 55px;
  object-fit: contain;
}

.chk-out-img {
  position: relative;
}

.checkout-box-text {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

.checkout-text-wrap h4 {
  font-family: var(--poppins-font);
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 8px;
}

.checkout-text-wrap p {
  font-family: var(--poppins-font);
  font-size: 16px;
  font-weight: 400;
  color: #515F7C;
  margin-bottom: 14px;
}

.checkout-text-wrap ul {
  margin-bottom: 20px;
}

.checkout-text-wrap ul li {
  margin-bottom: 10px;
  font-family: var(--poppins-font);
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  gap: 12px;
}

.wd-checkout-company .checkout-text-wrap ul li span {
  font-family: var(--poppins-font);
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  color: #FF5C00;
}

.checkout-text-wrap ul li::before {
  content: "";
  background-image:url("../images/tick.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20px;
  min-width: 20px;
  display: block;
}

.checkout-text-wrap ul li span {
  font-weight: 400;
  font-style: italic;
  display: contents;
  color: var(--primary-color);
}

.profile img {
  height: 56px;
  width: 56px !important;
  border-radius: 50%;
  padding: 4px;
  border: 2px solid #D9E3EC;
}

.testimonal {
  padding: 80px 0;
  text-align: center;
}

.test-title {
  font-family: var(--poppins-font);
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #135AD6;
}

.owl-services .owl-nav.disabled, .owl-services .owl-nav {
  display: flex !important;
  width: 100%;
  justify-content: space-between;
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 40%;
  left: 0;
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 40%;
  right: 0;
}

.owl-services .owl-nav button {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #ffff !important;
  display: inline-block;
  border: 1px solid #D0DDEA !important;
}

.profile {
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
  padding: 12px 0;

}

.name-details h4 {
  font-family: var(--poppins-font);
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 4px;
  color: var(--primary-color);
}

.test-box .name-details p {
  font-family: var(--poppins-font);
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  margin: 0;
  color: #515F7C;
}

.rating img {
  height: 24px;
  width: 100%;
}

.rating {
  width: 144px;
  margin: 0 auto;
}

.test-box p {
  font-family: var(--poppins-font);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  color: var(--primary-color);
  margin: 0 auto;
}

/* Home as 13-12-24 END */
/*------ Home [ END ]-------*/
/* AS-11-12-24 */
/*------ User Guide [START]------ */

.inner-pgbanner h1 {
  font-family: var(--poppins-font);
  font-size: 44px;
  font-weight: 700;
  color: var(--primary-color);
  text-align: center;
  margin: 0 auto;
}
.inner-pgbanner h1 span{
  color: var(--secondary-color);
  font-family: var(--monotype-font);
  font-weight: 400;
  font-style: italic;
  font-synthesis: none;
}
.wd-as-discover {
  padding: 60px 0;
  text-align: center;
  border-bottom: 5px solid #AFE4F5;
}

.wd-title {
  font-family: var(--poppins-font);
  font-size: 32px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 5px;
  text-align: center;
}

.wd_small_title {
  font-family: var(--poppins-font);
  font-size: 30px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 20px;
  text-align: center;
}

.wd-descp {
  font-family: var(--poppins-font);
  font-size: 20px;
  font-weight: 400;
  color: #5D7492;
  margin-bottom: 40px;
}

.chance-descp h2 {
  margin-bottom: 20px;
  text-align: left;
}

.wd-banner-img video {
  border-radius: 18px;
  object-fit: cover;
  height: 447px;
}

/* .wd-banner-img img {
  border-radius: 18px;
  object-fit: cover;
  height: 447px;
} */

.wd-benefit-details {
  text-align: left;
}

.wd-benefit-details p {
  font-family: var(--poppins-font);
  font-size: 15px;
  font-weight: 600;
  text-decoration-line: underline;
  color: #515F7C;
  margin-bottom: 30px;
}

.wd-benefit-details ul li {
  padding-left: 12px;
  border-left: 2px solid #116EDB;
  margin-bottom: 20px;
}

.wd-benefit-details ul li:last-of-type {
  margin-bottom: 0;
}

.wd-benefit-details ul li h4 {
  font-family: var(--poppins-font);
  font-size: 16px;
  font-weight: 600;
  color: #135AD6;
}

.wd-benefit-details ul li p {
  font-family: var(--poppins-font);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #515F7C;
  margin: 0;
}

/* Chance to win section */
.wd-chance-towin {
  border-top: 5px solid #AFE4F5;
  border-bottom: 5px solid #AFE4F5;
  padding: 40px 0 80px;
}

.chance-descp p {
  font-family: var(--poppins-font);
  font-size: 20px;
  font-weight: 400;
  color: #5D7492;
  margin-bottom: 20px;
}

.chance-descp p:last-of-type {
  margin: 0;
}

.wd-know {
  text-align: center;
}

.wd-know img {
  height: 154px;
  object-fit: contain;
  width: 100%;
  margin-bottom: 16px;
}

.wd-know h4 {
  font-family: var(--poppins-font);
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 17px;
  background: linear-gradient(127.54deg, #EFCF35 10.06%, #C47B09 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wd-know h4 span {
  -webkit-text-fill-color: white;
}

.wd-know p span {
  display: block;
  font-weight: 600;
}

.wd-know p {
  font-family: var(--poppins-font);
  font-size: 20px;
  font-weight: 400;
  color: #5D7492;
  padding: 0 25px;
  margin: 0;
}

.wd-std-game {
  padding: 20px;
  background: linear-gradient(127.54deg, #EFCF35 10.06%, #C47B09 100%);
  border-radius: 20px;
}

.wd-std-blue-game {
  padding: 20px;
  background: linear-gradient(88.76deg, #19482B 0.58%, #0EAF21 99.29%);
  border-radius: 20px;
}

.wd-std-title {
  display: flex;
  justify-content: end;
  gap: 28px;
}

.wd-std-blue-game .wd-std-title h3 {
  color: white;
}

.wd-std-title h3 {
  font-family: var(--poppins-font);
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.wd-features ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wd-features ul li .blue {
  font-weight: 700;
}

.wd-std-title h3 span {
  display: block;
  color: inherit;
}

.wd-features p svg, .wd-features p img {
  height: 24px;
  object-fit: contain;
  margin-right: 12px;
}

.wd-features {
  margin-bottom: 18px;
}

.wd-features p {
  font-family: var(--poppins-font);
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 8px;
}

.wd-features ul li {
  list-style: disc;
  margin-left: 25px;
  font-family: var(--poppins-font);
  font-size: 14px;
  font-weight: 400;
  color: var(--primary-color);
}

.wd-features ul li i {
  font-weight: 300;
}

.card-text {
  text-align: center;
  font-family: var(--poppins-font);
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  margin-top: 50px;
}

.wd-std-blue-game .card-text {
  color: #FFB822;
  margin-top: 35px;
}

.right-bx-wrap {
  margin-bottom: 24px;
}

.right-bx-wrap p {
  font-family: var(--poppins-font);
  font-size: 24px;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 6px;
}

.right-bx-wrap li b {
  color: #000000;
}

.right-bx-wrap li {
  font-family: var(--poppins-font);
  font-size: 20px;
  font-weight: 500;
  color: #515F7C;
}

.right-bx-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.right-bx-wrap li a {
  color: #135AD6;
}

.right-btm-text {
  padding-top: 20px;
  border-top: 1px dashed var(--primary-color);
}

.right-btm-text h4 {
  font-family: var(--poppins-font);
  font-size: 24px;
  font-weight: 500;
  color: var(--primary-color);
  ;
  margin-bottom: 6px;
}

.right-btm-text p {
  font-family: var(--poppins-font);
  font-size: 20px;
  font-weight: 500;
  color: #515F7C;
  margin-bottom: 0;
}

.wd-play-win {
  padding: 80px 0;
  border-bottom: 5px solid #AFE4F5;
}

.wd-play-win .wd-wrapper {
  margin-top: 40px;
}

/* .right-bx-wrap li span, .right-btm-text p span {
  color: #FF5C00;
} */

i.wd-f-14 {
  font-size: 14px;
}

.wd-std-blue-game .wd-features p {
  color: #00FFFF;
}

.wd-std-blue-game .wd-features ul li {
  color: white;
}

.wd-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.winning-chance {
  display: flex;
  align-items: center;
  gap: 12px;
}

.wd-std-blue-game .wd-std-title h3 {
  color: white;
}

.right-bx-wrap span.blue, .right-btm-text p span.blue {
  color: #135AD6;
}

span.orange {
  color: #FF5C00;
}

span.blue {
  color: #135AD6;
}

span.golden {
  color: #FFB822;
  font-weight: 700;
}

span.black {
  color: var(--primary-color);

}

.right-bx-wrap span.black {
  color: var(--primary-color);

}

.wd-std-blue-game .wd-std-title img {
  height: 64px;
  object-fit: contain;
}

.winning-chance h4 {
  background: linear-gradient(180deg, #F79C55 50%, #F8E021 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--poppins-font);
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.wd-play-win .wd-p-title {
  font-family: var(--poppins-font);
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: var(--primary-color);
}

.discover p {
  text-align: center;
  font-family: var(--poppins-font);
  font-size: 32px;
  font-weight: 500;
  padding: 30px 80px;
  background: #FF5C00;
  border-radius: 20px;
  color: #FFFFFF;
}

.discover {
  padding: 80px 0;
  border-bottom: 5px solid #AFE4F5;
}

.join_text {
  font-family: var(--poppins-font);
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin: 12px 0 50px;
  color: #5D7492;
}

.double-rewards {
  padding: 80px 0;
}

.star-bg {
  background: url("../images/user-guide/stars-bg.png") center / cover no-repeat;
  height: 100%;
  text-align: center;
  padding: 110px 85px;
}

.rewards-left p {
  font-family: var(--poppins-font);
  font-size: 22px;
  font-weight: 500;
  color: #5D7492;
  margin-bottom: 12px;
}

.rewards-left p i {
  font-family: var(--poppins-font);
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  margin: 0;
}

.star-bg p {
  font-family: var(--poppins-font);
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: var(--primary-color);
}

.wd-maximize-wrapper p, .wd-maximize-wrapper li {
  font-family: var(--poppins-font);
  font-size: 20px;
  font-weight: 500;
  color: #5D7492;
  margin-bottom: 15px;
}

.wd-maximize-wrapper ul {
  margin-bottom: 60px;
}

.wd-maximize-wrapper ul li {
  list-style: disc;
  margin: 0 0 15px 35px;
}

.review-text p {
  font-family: var(--poppins-font);
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  color: #5D7492;
  margin-bottom: 40px;
}

.review-text p span {
  font-family: var(--poppins-font);
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  display: block;
  margin-top: 15px;
}

.subscription {
  background: #CAD4E1;
  padding: 40px 0;
  margin-bottom: 28px;
}

.sub-bg {
  padding: 30px;
  background: linear-gradient(88.76deg, #171719 0.58%, #333d51 99.29%);
/*  background: url(../images/user-guide/cat-bg.png) center / cover no-repeat;*/
  border-radius: 40px;
}

.wd-member-title {
  font-family: var(--poppins-font);
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #135AD6;
  margin-bottom: 36px;
}

.wd-member-title span {
  color: #00FFFF;
}

.sub-bg ul li {
  padding: 13px 16px;
  background: linear-gradient(127.54deg, #EFCF35 10.06%, #C47B09 100%);
  border-radius: 40px;
  max-width: 630px;
  font-family: var(--poppins-font);
  font-size: 19px;
  font-weight: 600;
  color: #102633;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}

.price-box {
  display: flex;
  align-items: end;
  gap: 40px;
  justify-content: space-between;
}

.price-descp-box {
  padding: 20px;
  font-family: var(--poppins-font);
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  background: black;
  border-radius: 20px;
  color: #FFB822;
}

.text-descp-box {
  width: 100%;
  position: relative;
}

.price-descp-box span {
  font-size: 20px;
  color: #FFB822;
}

.text-descp-box p {
  font-family: var(--poppins-font);
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  color: white;
}

.text-descp-box p span {
  display: block;
  text-align: right;
  color: white;
}

.crown-img {
  position: absolute;
  left: 0;
  top: 0%;
}

/*------ User Guide [END]------ */

/* Partner Guide [START] */
.why-partner-us {
  padding: 40px 0;

}

.why-partner-us .wd-title {
  text-align: left;
}

.why-partner-us .wd-descp {
  margin-bottom: 16px;
  color: #5D7492;
}

.parnter-lft {
  font-family: var(--poppins-font);
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  line-height: 34px;
  color: #515F7C;
  padding-right: 20px;
  margin: 0;
}

.wrap-rght {
  margin-top: -30px;
}

.partner-wrap {
  display: flex;
  margin-bottom: 16px;
}

.wrap-lft {
  width: 65%;
}

.wrap-rght {
  width: 35%;
}

.why-partner-us .wd-descp b {
  font-weight: 500;
  color: #000000;
}

.why-partner-us .wd-descp span {
  font-weight: 500;
}

.wd-partner-end b {
  font-weight: 500;
  color: #000000;
}

.wd-partner-end {
  font-family: var(--poppins-font);
  font-size: 20px;
  font-weight: 400;
  color: #5D7492;
  margin: 0;
}

.partner-rght {
  font-family: Poppins;
  font-size: 19px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 0;
  text-align: center;
}

.partner-rght span {
  display: block;
  font-size: 36px;
  color: #1357D6;
}

.partner-acc .card-header {
  padding: 20px;
  background: linear-gradient(88.76deg, #0B54D5 0.58%, #09F7FB 99.29%);
}

.partner-acc .btn {
  padding: 0;
  text-decoration: none;
}

.partner-acc .btn:focus {
  outline: 0;
  box-shadow: none
}

.partner-acc .card {
  border: none;
  border-radius: 18px !important;
  margin-bottom: 37px;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.accordion-header p {
  color: white;
  text-decoration: none;
  font-family: var(--poppins-font);
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  margin: 0;
  width: 90%;
}
 .accordion-header::after {
  content: '';
  position: absolute;
  background: url("../images/plus-icon.png");
  top: 4px;
  right: 0;
  color: #000;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  justify-content: center;
  transition: opacity 0.3s ease; 
}
.card:has(.show) .accordion-header:after {
  content: '';
  position: absolute;
  background: url("../images/minus-icon.png");
}
.accordion-header svg {
  min-width: 24px;
  min-height: 24px;
  display: none;
}
.partner-accordion {
  padding: 80px 0 40px;
  border-top: 5px solid #AFE4F5;
  border-bottom: 5px solid #AFE4F5;
}

.accordion-text {
  font-family: var(--poppins-font);
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 20px;
}

.nested-ol {
  padding: 0 15px;
  margin: 0;
}

.nested-ol li {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  color: #135AD6;
  margin-bottom: 16px;
}

.nested-ol ul {
  padding: 5px 5px 0;
}

.nested-ol ul li {
  list-style: disc;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  color: #5D7492;
  margin-bottom: 6px;
}

.ul-text {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  color: #5D7492;
  margin-bottom: 6px;
}

.partner-acc .card-body {
  border: 1px solid #E3EDF0;
  border-radius: 0 0 18px 18px;
  padding: 20px;
}

.pricing-title {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  color: #135AD6;
  margin-bottom: 12px;
}

.country-pricing ul {
  background: #EEEEEE;
  border-radius: 10px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.country-pricing ul li {
  font-family:var(--poppins-font);
  font-size: 16px;
  font-weight: 400;
}

.country-pricing {
  margin-bottom: 16px;
}

span.pricing {
 font-family:var(--poppins-font);
  font-size: 14px;
  font-weight: 400;
}

.what-you-get li {
  margin-bottom: 6px;
  font-family: var(--poppins-font);
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  gap: 12px;
}

.what-you-get li::before {
  content: "";
  background-image:url("../images/tick.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20px;
  min-width: 20px;
  display: block;
}

.wd-worth .pricing-title {
  margin-bottom: 6px;
}

.wd-worth h4 {
 font-family:var(--poppins-font);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

.wd-worth h4 .orange {
  font-weight: 700;
}

.worth-text {
 font-family:var(--poppins-font);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 6px;
  color: #051135;
  padding-left: 0;
}

.worth-ul {
  list-style: disc;
  padding-left: 25px;
}

.worth-ul li {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  color: #5D7492;
  margin-bottom: 6px;
}

.wd-worth {
  padding-top: 30px;
  border-top: 5px solid #AFE4F5;
}

.what-you-get {
  margin-bottom: 30px;
}


.concern-descp {
 font-family:var(--poppins-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #5D7492;
  margin-bottom: 12px
}

.concern-sub-title {
 font-family:var(--poppins-font);
  font-size: 18px;
  font-weight: 600;
  color: #051135;
  margin-bottom: 6px;

}

.become-parnter .accordion-text {
  text-align: center;
  margin-bottom: 16px;
}

.btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.btns .wd-comn-bnt {
  width: 307px;
  text-align: center;
}

.wd-golden-bnt {
  padding: 13px 24px;
  border-radius: 68px;
  background: linear-gradient(127.54deg, #EFCF35 10.06%, #C47B09 100%);
  font-family: var(--poppins-font);
  font-size: 18px;
  font-weight: 600;
  color: white;
  text-align: center;
  display: inline-block;
  border: none;
  width: 307px;
}
.wd-golden-bnt:hover{
  background: linear-gradient(127.54deg, #C47B09 10.06%, #EFCF35 100%);
  color: white;

}
.roi-buttons {
  padding: 40px 0 80px;
}

/* Partner Guide [END] */

/* About Us ----------- [Start] */
.about-us {
  padding: 80px 0 140px;
}
.intro-para p {
  font-family: var(--poppins-font);
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: var(--primary-color);
  line-height: 39px;
  padding-left: 40px;
  margin-bottom: 0;
}
.intro-para p span {
  font-weight: 600;
}

.intro-para p b {
  font-weight: 500;
}

.intro-para {
  padding: 60px 0 80px;
}

.founders-fig {
  position: relative;
}

.founders-fig::before {
  content: "";
  position: absolute;
  background: url("../images/about-us/blue-bg.png");
  height: 180px;
  width: 212px;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: -25px;
  z-index: -1;
}

.founders-fig::after {
  content: "";
  position: absolute;
  background: url("../images/about-us/red-bg.png");
  height: 305px;
  width: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
  right: -20px;
  z-index: -1;
}

.founders-fig img {
  height: auto;
  object-fit: contain;
  margin-bottom: 14px;
}

.founders-fig figcaption {
  font-family: var(--poppins-font);
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  text-align: right;
  color: #000000;
  padding-right: 25px;
}

.fig-text {
  font-family: var(--poppins-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  color: #135AD6;
}

.about-img img {
  height: 582px;
  object-fit: contain;
  width: 100%;
}

.mission-wrapper {
  display: flex;
  gap: 40px;
  margin-top: 30px;
}

.left-descp-about h3 {
  font-family: var(--poppins-font);
  font-size: 44px;
  font-weight: 600;
  text-align: left;
  color: #030F27;
  margin-bottom: 3px;
}

.left-descp-about p {
  color: #2B3C5E;
  font-family: var(--poppins-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
}

.left-descp-about span.black {
  font-weight: 700;
  color: inherit;
}

.our-mission img {
  height: 60px;
  border-radius: 50%;
  object-fit: contain;
  margin-bottom: 20px;
}

.our-mission h4 {
  font-family: var(--poppins-font);
  font-size: 20px;
  font-weight: 600;
  color: #1D1F44;
}

.our-mission p {
  margin: 0;
}

.why-choose {
  padding: 63px 0 40px;
  background: #f1f6f9;
}

.choose-title {
  display: flex;
  align-items: end;
  justify-content: center;
  margin-bottom: 48px;
}


.choose-title h3 {
  font-size: 44px;
  font-weight: 600;
  text-align: left;
  color: #030F27;
  margin-bottom: 0;
}

.features-wrap {
  display: flex;
}

.feature-box {
  border-left: 1px solid #C0D1E2;
  padding: 12px 50px;
  border-right: 1px solid #C0D1E2;
}


.features-wrap .col-lg-4:nth-child(1) .feature-box {
  padding-left: 0;
  border: none;

}

.features-wrap .col-lg-4:nth-child(3) .feature-box{
  padding-right: 0px;
  border: none;
}

.feature-box img {
  height: 70px;
  object-fit: contain;
  margin-bottom: 30px;
}

.feature-box h4 {
  font-family: var(--poppins-font);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #135AD6;
}

.feature-box p {
  font-family: var(--poppins-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  color: #2B3C5E;
  margin-bottom: 0;
}

.founder-right {
  padding-left: 10px;
}

.wd-founder {
  padding: 80px 0;
  border-top: 5px solid #AFE4F5;
  border-bottom: 5px solid #AFE4F5;
}

.founder-right h3 {
  font-family: var(--poppins-font);
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000000;
}

.founder-right p {
  font-family: var(--poppins-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
  color: #000000;
}


span.yellow {
  color: #FFB822;
  font-weight: 700;
}

span.underline {
  color: inherit;
  text-decoration: underline;
}

span.gradient-blue {
  background: linear-gradient(88.76deg, #0B54D5 0.58%, #09F7FB 99.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

/* About Us ----------- [End] */

/* Contact Us--------------[Start] */
a.mail-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #B22CC71A;
  width: 335px;
  border-radius: 70px;
  padding: 6px 8px
}
.contact-us-form .form-group textarea.form-control {
    height: 110px;
}
.contact-us-form .form-group{width: 100%;}
.mail-icon {
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: #B22CC7;
  border-radius: 50%;
}

.mail-box span {
  width: calc(100% - 48px);
  text-align: center;
  font-family: var(--poppins-font);
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color);
}

.address-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #CF5E211A;
  width: 372px;
  border-radius: 8px;
  padding: 6px 8px;
}

.add-icon {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #CF5E21;
}

.address-box span {
  width: calc(100% - 64px);
  padding: 0 40px 0 28px;
  text-align: center;
  font-family: var(--poppins-font);
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: var(--primary-color);
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 23px;
  align-items: center;
  margin-bottom: 50px;
}

.contact-icon {
  height: 360px;
  object-fit: contain;
  width: 100%;
  margin-bottom: 46px;
}

.contact-text {
  font-family: var(--poppins-font);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 0 80px;
  color: #16171B;
}

.custom-radio {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 0 !important;
  /* position: relative; */
}

.custom-radio-wrap .radio-custom {
  margin: 0;
}

.radio-custom {
  display: none;
}

.checkbox-custom-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 3px solid #D5D5D5;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
}

.radio-custom:checked+.checkbox-custom-label:before {
  border-color: #236084;
}

.radio-custom:checked+.checkbox-custom-label:after {
  border: 3px solid #236084;
}

.checkbox-custom-label:after {
  content: '';
  position: absolute;
  left: 7px;
  top: 7px;
  /* height: 5px; */
  border: none;
  border-radius: 50%;
  box-sizing: border-box;
}

.form-group.custom-radio span {
  position: relative;
}

.checkbox-custom-label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  color: #333;
}

.radio_title {
  text-align: center;
  margin-bottom: 6px;
  font-family: var(--poppins-font);
  font-size: 14px;
  font-weight: 400;
  color: #5D7492;
}

.contact-us-form {
  padding: 40px 40px 24px;
  border: 1px solid #D7E6F3;
  backdrop-filter: blur(20px);
  border-radius: 28px;
  background: #FCFCFC;
}

.contact-us {
  background: url("../images/contact-us/contact-us-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  padding: 20px 0 120px;
}

/* Contact Us--------------[End] */

/* Pearl System------------[Start] */
.pearl-accordion {
  padding: 60px 0 80px;
}
.pearl-row .col-lg-2:nth-child(3) .pearl-banner-img {
  text-align:right;
}
.pearl-banner-img img {
  height: 100px;
  object-fit: contain;
}
.pearl-text {
  margin-bottom:40px;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 400;
  color:#051135;
  line-height:36px;
  text-align:center;
  letter-spacing: 0.02em;
}
.join-pnp {
 font-family:var(--poppins-font);
font-size: 22px;
font-weight: 500;
letter-spacing: 0.03em;
margin-bottom: 30px;
}

.join-subscribe {
  text-align: center;
}

/* Pearl System------------[End] */

/* ------------ specific Partner ---------- */
.specific-prtnr-blog{
  padding: 30px 0;
  position: relative;
}
.partner-top{
  background: url("../images/partner/blue-bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  height: 219px;
  border-radius: 8px;
}
.partner-info{
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin: -70px 0 20px 64px;
}
.partnr-info-img{
  min-width: 152px;
  width: 152px;
  height: 152px;
  border-radius: 50%;
  border: 6px solid #FFF;
}
.partnr-info-img img{
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  height: 100%;
}
.partnr-info-txt{width: 100%;}
.partnr-info-txt h3{
  font-size: 24px;
  font-weight: 600;  
  color: #1D1F44;
  margin-bottom: 0;
}
.partnr-info-txt p{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #5D6A81;
  margin-bottom: 0;
}
.partnr-tab-area{
  border: 1px solid #E0E7F2;
  background: #FFFFFF;
  padding: 16px 22px;
  border-radius: 18px;
  margin-bottom: 9px;
}
.partnr-tab-area .nav{
  border-bottom: 1px solid #DBE6F3;
}
.partnr-tab-area .nav-pills .nav-link{
  font-size: 16px;
  font-weight: 500;
  color: #5D6A81;
  position: relative;
  padding: 0px 26px 12px;
}
.partnr-tab-area .nav-pills .nav-link.active.nav-link.active::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #FF5C00;
  border-radius: 8px 8px 0 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background: transparent;
  color: #0B1C39;
}
.about-tab-text p{
  font-family: var(--worksans-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px;
}
.gallery-tab-grid{
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.gallery-tab-grid img{
  border-radius: 18px;
  height: 170px;
  width: 170px;
}
.partnr-tab-area .tab-content{
  margin-top: 20px;
}
.share-exp-area{
  position: relative;
  margin-bottom: 20px;
}
.review-line{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
/*  flex-wrap: wrap;*/
}
.rvw-google-btn{
  display: block;
  width: fit-content;
  padding: 8px 10px;
  height: auto;
  background: linear-gradient(127.54deg, #EFCF35 10.06%, #C47B09 100%);
  box-shadow: 0px 4px 4px 0px #F6790026;
  border-radius: 12px;
  border: none;
  font-family: var(--worksans-font);
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #FFF;
  white-space: nowrap;
}
.rvw-google-btn img{
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.review-line span{
  font-size: 36px;
  font-weight: 600;
  color: #1D1F44;
  margin: 0;
  padding: 0;
  text-wrap: nowrap;
}
.review-line div{
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.comnt-area{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.comnt-area p{
  font-size: 16px;
  font-weight: 400;
  color: #1D1F44;
  margin-bottom: 8px;
}
.comnt-area ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 15px;
  margin: 0 auto 5px;
}
.comnt-area ul li a{
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #D0DDED;
  border-radius: 50%;
}
.scan-card{
  font-family: var(--worksans-font);
  font-size: 26px;
  font-weight: 600;
  color: #FFF;
  background: linear-gradient(88.76deg, #0B54D5 0.58%, #09F7FB 99.29%);
  box-shadow: 0px 4px 4px 0px #F6790026;
  padding: 20px 25px;
  border-radius: 20px;
  border: none;
  width: 100%;
  text-align: center;
  display: block;
}
.scan-card:hover{
  color: #FFF;
  background: linear-gradient(88.76deg, #09F7FB 0.58%, #0B54D5 99.29%);
}
.top-winner-blog{
  position: relative;
  padding: 0 0 80px;
}
.top-winners{
  border: 1px solid #E0E7F2;
  background: #FFF;
  border-radius: 18px;
  padding: 20px;
}
.top-winners h3{
  font-size: 16px;
  font-weight: 700;
  color: #0B1C39;
  margin-bottom: 20px;
}
.top-winners table{
  border-top: 1px solid #DBE6F3; 
  width: 100%;
}
.user-img img{
  min-width: 54px;
  height: 54px;
  object-fit: cover;
  border: 2px solid #F3F9FD;
  border-radius: 50%;
}
.user-prtnr-txt h4{
  font-family: var(--worksans-font);
  font-size: 16px;
  font-weight: 500;
  color: #040F1E;
  margin-bottom: 0;
}
.user-prtnr-txt p{
  font-family: var(--worksans-font);
  font-size: 14px;
  font-weight: 500;
  color: #4C627E;
  margin-bottom: 0;
}
.top-winners thead tr th{
  font-family: var(--worksans-font);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.prtnr-user-box{
  display: flex;
  align-items: center;
  gap: 18px;
}
.top-winners tbody td{
  text-align: center; 
  vertical-align: middle;
  font-family: var(--worksans-font);
  font-weight: 500;
  font-size: 14px;
}
.top-winners tbody td p{
  display: flex;
  align-items: center;
  justify-content: center; 
  gap: 7px; 
  margin-bottom: 0; 
  white-space: nowrap;
}
.pagination_wrap{margin-bottom: 0;}
.wd-prtnr-bx{
  background: #FFFFFF;
  border: 1px solid #E0E7F2;
  padding: 28px 26px 26px;
  position: relative;
  border-radius: 18px;
  margin-bottom: 24px;
}
.wd-prtnr-bx::before{
  content: '';
  position: absolute;
  background: #116EDB;
  width: 5px;
  height: 36px;
  border-radius: 0 20px 20px 0;
  margin: 0 0 0 -26px;
}
.prtnr-rght-top h3{
  font-family: var(--worksans-font);
  font-size: 18px;
  font-weight: 600;
  color: #1D1F44;
  padding-bottom: 22px;
  border-bottom: 1px solid #DBE6F3;
}
.wd-adrs-box{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.wd-adrs-box:hover p{
  color: #135AD6;
}
.wd-adrs-box:last-child{margin-bottom: 0;}
.wd-adrs-icon{
  border: 1px solid #DBE5F3;
  background: #F6FAFF;
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wd-adrs-box:hover .wd-adrs-icon{
  border-color:#135AD6;
  background: #135AD6;
}
.wd-adrs-box:hover .wd-adrs-icon svg path{
  filter:  brightness(0) invert(1);
}
.wd-adrs-box p{
  font-family: var(--worksans-font);
  font-size: 14px;
  font-weight: 400;
  color: #5D6A81;
  margin-bottom: 0;
  word-break: break-all;
}
.wd-adrs-box p b{
  font-size: 16px;
  font-weight: 500;
  color: #5D6A81;
}
.prtnr-location{
  padding: 12px 0 0;
}
.prtnr-location iframe{
  border: 1px solid #E0E7F2;
  border-radius: 18px;
  height: 171px;
  width: 100%;
}
.prtnr-rght-top h4{
  font-family: var(--poppins-font);
  font-size: 24px;
  font-weight: 700;
  color: #135AD6;
  text-align: center;
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: 1.52px solid #DBE6F3;
}
.distrbut-txt{
  font-family: var(--poppins-font);
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: 1.52px solid #DBE6F3;
  color: #000000;
}
.wd-coins-bx{
  background: linear-gradient(88.76deg, #0B54D5 0.58%, #09F7FB 99.29%);
  backdrop-filter: blur(7px);
  border-radius: 18px;
  text-align: center;
  padding: 6px 8px 8px 14px;
  width: fit-content;
  margin: 0 auto;
  display: block;
}
.wd-coins-bx p{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #FFF;
  font-family: var(--worksans-font);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.wd-coins-bx p:last-child{
  margin-bottom: 0;
}
/* ------ Availability --------- */
.avbl-prtnr-list{
  margin: 0;
  padding: 0;
  list-style: none;
}
.avbl-prtnr-list li{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #5D6A81;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.avbl-prtnr-list li p{
  font-family: var(--worksans-font);
  font-size: 14px;
  font-weight: 400;
  color: #5D6A81;
  margin-bottom: 0;
}
.avbl-prtnr-list li:last-child p{
  font-weight: 500; 
}
.avbl-prtnr-list li:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.red-txt{color: #DB5858 !important;}
/* ----------- Partner Specifications  ------------*/
.for-specificatio{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: -70px 0 20px;
}
.for-specificatio .partner-info{
  margin: 0 0 20px 64px;
}
.association_btn .for-specificatio .partner-info{
  margin: 0 0 20px 20px;
}
.prtnr-top-coins{
  background: linear-gradient(127.54deg, #EFCF35 10.06%, #C47B09 100%);
  backdrop-filter: blur(7px);
  border-radius: 18px;
  padding: 12px 17px 8px 21px;
}
.prtnr-top-coins h5{
  font-size: 12px;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 2px;
}
.prtnr-top-coins p{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 0;
}
.specfic-bts-grp{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 30px auto 0;
}
.wd-distribute-btn{
  background: linear-gradient(127.54deg, #EFCF35 10.06%, #C47B09 100%);
  border-radius: 8px;
  padding: 18px 30px;
  display: block;
  height: auto;
  border: none;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #FFF;
  min-width: 190px
}
.given-coins{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(88.76deg, #0B54D5 0.58%, #09F7FB 99.29%);
  color: #FFF;
  min-width: 190px;
  border-radius: 8px;
  padding: 6px 14px;
}
.given-coins p{margin-bottom: 0;}
/* ----------- contact us form --------- */
.contact-us-form .form-control{
  border: 1px solid #D0DDED;
  background: #FFFFFF;
  border-radius: 8px;
  height: auto;
  padding: 12px 15px;
  font-family: var(--poppins-font);
  font-size: 16px;
  font-weight: 500;
  color: #16171B;
}
.contact-us-form .form-control:focus{
  box-shadow: none;
  border-color: #135AD6;
}
/*------20-01-2025-----*/
.association_btn{
  position: relative;
}
.association_btn .back-home{
  position: absolute;
  left: 2em;
  top: 1.9em;
}
/* ----------- language dropdown -------- */
.with-lang-select{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lang-menu{
  border-radius: 28px;
  border: 1px solid #5D7492;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.lang-menu button{
  display: flex;
  align-items: center;
  gap: 15px;
  height: 100%;
  padding: 6px;
}
.lang-menu button img{
  background: #556FF726;
  border-radius: 50%;
  height: 28px;
}
.lang-nm{
  font-size: 14px;
  font-weight: 500;
  color: #170B37;
  display: inline-block;
}
.lang-menu .dropdown-item img{
  height: 28px;
  object-fit: cover;
}
.lang-menu .dropdown-menu{
  min-width: 100px;
  right: 0;
  left: unset !important;
}
.lang-menu .dropdown-item{
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.lang-menu button:focus{box-shadow: none;}
.prtnr-dashboard .login-btns{margin-right: 12px;}
/* ----------- Python script ------------- */
.script-title{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
.python-script-blog{
  position: relative;
  padding: 50px 0 80px;
}
.script-form .form-group{
  width: 100%;
  margin-bottom: 16px;
}
.script-form .form-group label{
  font-weight: 500;
  font-size: 14px;
  color: #5D7492;
  margin-bottom: 6px;
}
.script-form .form-group .form-control{
  border: 1px solid #D0DDED;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 14px 16px;
  height: auto;
  font-family: var(--poppins-font);
  font-weight: 500;
  font-size: 16px;
  color: #16171B;
}
.script-form .form-group .form-control:focus{
  box-shadow: none;
  border-color: #135AD6;
}
.script-form h2{
  font-family: var(--poppins-font);
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0%;
  color: #051135;
  margin: 20px 0;
}

.auth .lang-menu .dropdown-menu.wd-mr-lang.show {
    transform: translate3d(0px, 42px, 0px) !important;
}
.share-exp-area h3{
  font-family: var(--poppins-font);
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 20px;
  color: #1D1F44;
}
.language-flag{
  display: flex;
  align-items: center;
  gap: 5px;
}
/*------- 20-03-2025 ----*/
.wd-associat-txt{
  width: 100%;
}
.wd-associte-img{
  position: relative;
}
.flg-img{
  position: absolute;
  top: 0;
  left: 0;
  margin: 3px 0 0 6px;
}
.association_btn .partnr-info-img{
  border-color: #f3f3f3;
}

/* ----19-01-2025---- */
.btn_grps{
  display: flex;
  align-items: center;
  flex-direction: column;
  grid-gap: 12px;
}
.btn_grps a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  padding: 12px 13px;
  width: 100%;
}
.btn_grps a h6{
  font-weight: 600;
  font-size: 16px;
  background: linear-gradient(96.17deg, #FFFBE8 0.26%, #E6FFFD 101.6%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0;
}
.btns_txt{
  display: flex;
  align-items: center;
  grid-gap: 8px;
}
.btns_txt span{
  width: 22px;
  min-width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.blue_btn{
  background: linear-gradient(180deg, #FFFFFF 0%, #41BEF3 50%, #41BEF3 100%);
}
.blue_btn .btns_txt span{
  background: linear-gradient(177.23deg, #3A49F9 -13.49%, #3A49F9 109.75%);
  box-shadow: 0px 4px 15px 0px #4A44F880;
}
.red_btn{
  background: linear-gradient(180deg, #FFFFFF 0%, #FF383C 50%, #FF383C 100%);
}
.red_btn .btns_txt span{
  background: linear-gradient(180deg, #FF2554 0%, #991632 100%);
  box-shadow: 0px 4px 15px 0px #FD255480;
}
.grn_btn{
  background: linear-gradient(180deg, #FFFFFF 0%, #45A740 50%, #45A740 100%);
}
.grn_btn .btns_txt span{
  box-shadow: 0px 4px 15px 0px #FD255480;
  background: linear-gradient(180deg, #257C13 0%, #257C13 100%);
}

.btn_grps{
  display: flex;
  align-items: center;
  flex-direction: column;
  grid-gap: 12px;
min-width:220px
}

.btn_grps a h6 small{
  color: #fff;
  vertical-align: bottom;
  font-size: 12px;
}

/* 21/01/2026 */
.code_rgt {
  display: flex;
  align-items: center;
  grid-gap: 25px;
  width: 100%;
  justify-content: space-between;
  position: relative;
}


/*---27-09-2025---*/

.wd-pnr-hero{background:#fff;border:1px solid #E6E8EF;border-radius:18px;padding:18px}
.wd-hero-head h3{margin:0 0 8px;font-size:20px;color:#051135}
.wd-hero-head ul{margin:0 0 14px;padding:0;list-style:none}
.wd-hero-head li{font-size:15px;color:#3A4466;margin-bottom:6px}
.wd-hero-body h4{margin:0 0 12px;font-size:18px;color:#051135}
.wd-hero-grid{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}
.wd-card{position:relative;background:#F7F9FC;border:1px solid #EDF1F7;border-radius:14px;padding:14px 12px}
.wd-badge{position:absolute;top:10px;left:12px;font-size:12px;letter-spacing:.2px;color:#6B7280}
.wd-amount{font-size:28px;font-weight:800;line-height:1.1;margin:10px 0 8px;color:#051135}
.wd-amount span{font-size:.6em;font-weight:700;opacity:.9}
.wd-points{margin:0;padding-left:16px;color:#3A4466}
.wd-points li{font-size:14px;margin:6px 0}
.gain-200{background:#0B1F5E;border-color:#0B1F5E}
.gain-200 .wd-badge{color:#D6E0FF}
.gain-200 .wd-amount{color:#FFFFFF}
.gain-200 .wd-amount span{color:#E8EDFF}
.gain-200 .wd-points{color:#E8EDFF}
.pnr-break{display:block}
.pnr-gains{background:#fff;border:1px solid #E6E8EF;border-radius:16px;padding:14px}
.pnr-row{display:flex;gap:12px;align-items:center;background:#F7F9FC;border:1px solid #EDF1F7;border-radius:12px;padding:12px 14px;margin-bottom:10px}
.pnr-left{white-space:nowrap;font-weight:700;color:#0B1F5E}
.pnr-left .pnr-amount{font-size:22px;margin-left:6px;color:#051135}
.pnr-right{flex:1;color:#3A4466}
.pnr-right ul{margin:0;padding-left:18px}
.pnr-right li{margin:4px 0}
.pnr-div{height:1px;background:#E8ECF3;margin:6px 0} /* séparateurs discrets */
.address-box span{white-space:normal}

/* Mobile: bloc "Membre fidèle" */
@media (max-width: 767.98px){
  .subscription .sub-bg{padding:20px}
  .subscription .wd-member-title{font-size:28px;margin-bottom:18px}

  /* Piles le titre + prix en colonne */
  .subscription .price-box{
    flex-direction: column;
    align-items: center;
    gap:12px;
    flex-wrap: wrap;
  }

  /* Neutralise le position:absolute global et centre le titre */
  .subscription .text-descp-box{
    display:flex;align-items:center;justify-content:center;gap:8px;width:100%;
  }
  .subscription .crown-img{position:static;order:-1;line-height:0}
  .subscription .crown-img img{height:22px;width:auto;display:block}

  .subscription .text-descp-box p{margin:0;font-size:28px;text-align:center}
  .subscription .text-descp-box p span{display:inline}

  /* Cartouche noir du prix plus compact */
  .subscription .price-descp-box{
    font-size:24px;padding:12px 16px;border-radius:16px;
  }
  .subscription .price-descp-box span{font-size:14px}
}