/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography 
    [ ## Heading ] 
    [ ## Others Typography ]
# Elements
    [ ## Font Size ]
    [ ## Font Weight ]
    [ ## Margin Element ]
    [ ## Padding Element ]
    [ ## Color Element ]
    [ ## Background Element ]
    [ ## Extra Background ]
    [ ## Social Element ]
    [ ## Overlay Element ]
    [ ## Lists ]
    [ ## Post, Page, Comments Table ]
    [ ## Others Element ]
    [ ## Grid Element ]
# Forms
	[ ## Buttons ]
	[ ## Fields ]
# Header Content
	[ ## Preloader ]
	[ ## Header ]
    [ ## Sticky header ]
# layout
    [ ## Hero Block ]
    [ ## Features ]
    [ ## Team ]
    [ ## Testimonial ]
    [ ## Sections ]
        [ ### Features Block ]
        [ ### Network Location ]
        [ ### Discount Block ]
        [ ### Vission Mission Block ]
        [ ### Work Brand ]
        [ ### Announcement ]
        [ ### Pricing ]
        [ ### Faqs ]
        [ ### Support Ticket ]
        [ ### Call To Action ]
        [ ### Founder Message Block ]
        [ ### Fan Fact Block ]
    [ ## Blog ]
# site content
	[ ## About Page ]
	[ ## Contact Page ]
	[ ## 404 Page ]
	[ ## Registration Page ]
	[ ## Posts and pages ]
	    [ ### Page Title ]
	    [ ### Breadcrumb ]
	    [ ### Page info Content ]
	[ ## Comments ]
	[ ## Widgets ]
	[ ## Widgets Content ]
# Footer
/*--------------------------------------------------------------
# abstracts
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### font-variable start ]
*/
/*-------------------------------------------------
    [ ### font-variable end ]
*/
/*-------------------------------------------------
    [ ### font_family-variable start ]
*/
/*-------------------------------------------------
    [ ### font_family-variable end ]
*/
/*-------------------------------------------------
    [ ### font_size-variable start ]
*/
/*-------------------------------------------------
    [ ### font_size-variable end ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable end ]
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## reset ]
*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  color: #163300;
  overflow-x: hidden;
}

a {
  display: inline-block;
}

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

blockquote {
  margin: 0 0 1.3em;
}

p {
  margin-bottom: 15px;
  line-height: 1.7em;
}
p:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
  p {
    line-height: 1.7em;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.exchange-area code {
  font-size: 20px;
  color: #101da7;
}

code {
  color: #101da7;
  font-weight: 600;
}
code span {
  display: block;
  text-align: center;
  font-size: 16px;
  padding-bottom: 10px;
}

button:focus,
input:focus,
textarea:focus {
  outline: none;
}

button, input[type=submit], input[type=reset], input[type=button] {
  border: none;
  cursor: pointer;
}

input, textarea {
  padding: 12px 25px;
  width: 100%;
}

span {
  display: inline-block;
}

a, a:focus, a:hover {
  text-decoration: none;
  color: inherit;
}

blockquote {
  background-color: #f5f5f5;
  padding: 40px;
  font-weight: 500;
  font-style: italic;
  position: relative;
  text-align: center;
}
blockquote .quote-icon svg path {
  fill: #101da7;
}

/*-------------------------------------------------
    [ ## padding ]
*/
.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 100px;
  }
}

.pt-150 {
  padding-top: 150px;
}
@media only screen and (max-width: 991px) {
  .pt-150 {
    padding-top: 100px;
  }
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 991px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-100 {
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-100 {
    padding: 80px 0;
  }
}

.ptb-120 {
  padding: 120px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-120 {
    padding: 100px 0;
  }
}

.ptb-150 {
  padding: 150px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-150 {
    padding: 100px 0;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mt-10-none {
  margin-top: -10px;
}

.mt-20-none {
  margin-top: -20px;
}

.mt-30-none {
  margin-top: -30px;
}

.mt-40-none {
  margin-top: -40px;
}

.mt-50-none {
  margin-top: -50px;
}

.mt-60-none {
  margin-top: -60px;
}

.mt-80-none {
  margin-top: -80px;
}

.mt-100-none {
  margin-top: -100px;
}

.mt-120-none {
  margin-top: -120px;
}

.mt-150-none {
  margin-top: -150px;
}

.mb-10-none {
  margin-bottom: -10px;
}

.mb-20-none {
  margin-bottom: -20px;
}

.mb-30-none {
  margin-bottom: -30px;
}

.mb-40-none {
  margin-bottom: -40px;
}

.mb-50-none {
  margin-bottom: -50px;
}

.mb-60-none {
  margin-bottom: -60px;
}

.mb-80-none {
  margin-bottom: -80px;
}
@media only screen and (max-width: 575px) {
  .mb-80-none {
    margin-bottom: -40px;
  }
}

.mb-100-none {
  margin-bottom: -100px;
}

.mb-120-none {
  margin-bottom: -120px;
}

.mb-150-none {
  margin-bottom: -150px;
}

/*-------------------------------------------------
    [ ## color ]
*/
.bg--primary {
  background-color: #7367f0 !important;
}

.bg--secondary {
  background-color: #BCFF00;
}

.bg--success {
  background-color: #28c76f !important;
}

.bg--danger {
  background-color: #dc3545 !important;
}
.bg--danger::before {
  background-color: #dc3545 !important;
}
.bg--danger:hover, .bg--danger:focus {
  color: #ffffff !important;
}

.bg--warning {
  background-color: #ff9f43 !important;
}

.bg--info {
  background-color: #1e9ff2;
}

.bg--dark {
  background-color: #10163A;
}

.bg--base {
  background-color: #BCFF00 !important;
}

.text--primary {
  color: #7367f0;
}

.text--secondary {
  color: #BCFF00;
}

.text--success {
  color: #28c76f;
}

.text-danger {
  color: #dc3545 !important;
}

.text--danger {
  color: #dc3545;
}

.text--warning {
  color: #ff9f43;
}

.text--info {
  color: #1e9ff2;
}

.text--dark {
  color: #10163A;
}

.text--base {
  color: #BCFF00 !important;
}

.border--primary {
  border: #7367f0;
}

.border--secondary {
  border: 1px solid #BCFF00;
}

.border--success {
  border: 1px solid #28c76f;
}

.border--danger {
  border: 1px solid #ea5455;
}

.border--warning {
  border: 1px solid #ff9f43;
}

.border--info {
  border: 1px solid #1e9ff2;
}

.border--dark {
  border: 1px solid #10163A;
}

.border--base {
  border: 1px solid #e5e5e5 !important;
}

.section--bg {
  background-color: #101da7 !important;
}

.bg--gray {
  background-color: #FFFBF2;
}

.border--rounded {
  border-radius: 3px !important;
}

.border--capsule {
  border-radius: 100px;
}

.box-shadow {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

/*-------------------------------------------------
    [ ## scrollbar ]
*/
html::-webkit-scrollbar {
  height: 20px;
  width: 6px;
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

.chat-container::-webkit-scrollbar {
  height: 20px;
  width: 6px;
  background: #f1f1f1;
  border-radius: 10px;
}

.chat-container::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

.chat-container::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

/*-------------------------------------------------
    [ ## scrollToTop ]
*/
.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 35px;
  height: 35px;
  padding: 8px;
  line-height: 1;
  font-weight: 600;
  background-color: #BCFF00;
  border-radius: 5px;
  color: #ffffff !important;
  font-size: 11px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(-50000%);
          transform: translateY(-50000%);
}
.scrollToTop small {
  display: block;
  text-transform: uppercase;
  font-size: 8px;
}
.scrollToTop.active {
  bottom: 30px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/*-------------------------------------------------
    [ ## Table ]
*/
.table-wrapper {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
          box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  border-radius: 5px;
  overflow: hidden;
}

.custom-table {
  width: 100%;
  white-space: nowrap;
}
.custom-table thead tr {
  background-color: #101da7;
  -webkit-box-shadow: 0px 0px 8px rgba(40, 36, 49, 0.5);
          box-shadow: 0px 0px 8px rgba(40, 36, 49, 0.5);
}
.custom-table thead tr th {
  border: none;
  font-weight: 600;
  color: #ffffff;
  font-family: "Contrail One", sans-serif;
  text-align: center;
  font-size: 16px;
  padding: 20px 30px;
}
.custom-table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
.custom-table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.custom-table tbody tr td {
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  font-weight: 500;
  color: #163300;
  vertical-align: middle !important;
  text-align: center;
  font-size: 14px;
  padding: 10px 30px;
}
.custom-table tbody tr td:first-child {
  border-left: 1px solid #e5e5e5;
}
.custom-table tbody tr td span {
  font-weight: 700;
}
.custom-table tbody tr td .btn {
  font-size: 24px;
}
.custom-table tbody tr td .btn svg {
  width: 40px;
  fill: #101da7;
}

/*-------------------------------------------------
    [ ## slider ]
*/
.swiper-notification {
  display: none;
}

.swiper-pagination {
  position: relative;
  padding: 18px 45px;
  background-color: #FFFBF2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50px;
  margin-top: 50px;
  width: auto !important;
  z-index: 2;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 4px;
  width: 10px;
  border-radius: 5px;
  background-color: #BCFF00;
  opacity: 0.25;
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 46px;
}

.slider-next, .slider-prev {
  width: 55px;
  height: 55px;
  font-size: 30px;
  border-radius: 50%;
  color: #243004;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -50px;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-next::before, .slider-prev::before {
  position: absolute;
  content: "";
  top: 0;
  left: -20px;
  width: 100%;
  height: 100%;
  background-color: #BCFF00;
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 575px) {
  .slider-next, .slider-prev {
    display: none;
  }
}

.slider-next {
  left: auto;
  right: -50px;
}
.slider-next::before {
  left: auto;
  right: -20px;
}

/*-------------------------------------------------
    [ ## pagination ]
*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.pagination .page-item {
  text-align: center;
  padding: 3px;
}
.pagination .page-item a, .pagination .page-item span {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: transparent;
  border: none;
  color: #243004;
  font-size: 16px;
  padding: 0;
  font-weight: 600;
  margin: 0;
}
.pagination .page-item.disabled span {
  border-radius: 50%;
  background: transparent;
  border: none;
  color: #243004;
}
.pagination .page-item .page-link {
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  background-color: #101da7;
  border-color: transparent;
  color: #ffffff;
}

/*-------------------------------------------------
    [ ## tab ]
*/
.nav-tabs {
  margin: 0;
  border: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -14px;
  margin-bottom: 40px;
}
.nav-tabs .nav-link {
  width: 250px;
  height: 150px;
  display: block;
  padding: 0.5rem 1rem;
  font-weight: 600;
  font-family: "Contrail One", sans-serif;
  font-size: 18px;
  background-color: #FFFBF2;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 14px;
}
.nav-tabs .nav-link span {
  display: block;
}
.nav-tabs .nav-link .product-tab-thumb {
  background-color: #ffffff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin: 0 auto;
  border-radius: 10px;
  margin-bottom: 15px;
}
.nav-tabs .nav-link .product-tab-thumb img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.nav-tabs .nav-link.active {
  background-color: rgba(16, 187, 187, 0.2);
  border: 1px solid rgba(16, 187, 187, 0.6);
  color: #243004;
}

.tab-content > .active {
  -webkit-animation: scroll-down 1s;
          animation: scroll-down 1s;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

.how-we-do-tab .nav-tabs {
  padding-bottom: 30px;
  border-bottom: 1px solid #86d3d3;
  margin: 0;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .how-we-do-tab .nav-tabs {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .how-we-do-tab .nav-tabs {
    display: block;
    text-align: center;
    padding-bottom: 0;
  }
}
.how-we-do-tab .nav-tabs .nav-link {
  position: relative;
  width: auto;
  height: auto;
  display: block;
  padding: 0;
  font-weight: 600;
  font-family: "Contrail One", sans-serif;
  font-size: 20px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .how-we-do-tab .nav-tabs .nav-link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .how-we-do-tab .nav-tabs .nav-link {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.how-we-do-tab .nav-tabs .nav-link::before {
  position: absolute;
  content: "";
  bottom: -33px;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #86d3d3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .how-we-do-tab .nav-tabs .nav-link::before {
    bottom: 0;
  }
}
.how-we-do-tab .nav-tabs .nav-link::after {
  position: absolute;
  content: "";
  top: 0;
  right: -40px;
  width: 1px;
  height: 100%;
  background-color: #86d3d3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .how-we-do-tab .nav-tabs .nav-link::after {
    right: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .how-we-do-tab .nav-tabs .nav-link::after {
    display: none;
  }
}
.how-we-do-tab .nav-tabs .nav-link.active {
  background-color: transparent;
  border: none;
  color: #BCFF00;
}
.how-we-do-tab .nav-tabs .nav-link.active::before {
  width: 100%;
}
.how-we-do-tab .nav-tabs .nav-link:last-child::after {
  display: none;
}
.how-we-do-tab .nav-tabs .nav-link:not(:last-child) {
  margin-right: 80px;
}
@media only screen and (max-width: 991px) {
  .how-we-do-tab .nav-tabs .nav-link:not(:last-child) {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .how-we-do-tab .nav-tabs .nav-link:not(:last-child) {
    margin-right: 0;
  }
}

/*-------------------------------------------------
    [ ## card ]
*/
.custom-card .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.custom-card .card-body {
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
          box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  border-radius: 5px;
  padding: 30px;
}
@media only screen and (max-width: 575px) {
  .custom-card .card-body {
    padding: 20px;
  }
}
.custom-card button, .custom-card input[type=submit], .custom-card input[type=reset], .custom-card input[type=button], .custom-card .btn--base {
  padding: 12px 30px;
}
.custom-card .table-wrapper {
  background-color: #ffffff;
}

/*-------------------------------------------------
    [ ## switch ]
*/
.toggle-container .switch-toggles {
  position: relative;
  width: 100%;
  height: 45px;
  background-color: #ffffff;
}
.toggle-container .switch-toggles::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 45px;
  background: #BCFF00;
  right: -1px;
  top: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.545, 0, 0.05, 1);
  transition: all 0.7s cubic-bezier(0.545, 0, 0.05, 1);
}
.toggle-container .switch-toggles .switch {
  position: relative;
  width: 50%;
  line-height: 45px;
  float: left;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: color 0.7s cubic-bezier(0.545, 0, 0.05, 1);
  transition: color 0.7s cubic-bezier(0.545, 0, 0.05, 1);
  font-weight: 600;
  color: #243004;
  margin-bottom: 0;
}
.toggle-container .switch-toggles .switch:nth-child(odd) {
  color: #ffffff;
}
.toggle-container .switch-toggles.active::after {
  background: #BCFF00;
  right: 50%;
}
.toggle-container .switch-toggles.active .switch {
  color: #243004;
}
.toggle-container .switch-toggles.active .switch:nth-child(even) {
  color: #ffffff;
}

/*-------------------------------------------------
    [ ## modal ]
*/
.modal-content {
  position: relative;
  z-index: 9999999;
  background-color: #ffffff;
}

.modal-header {
  border-color: #e5e5e5;
}

.modal-footer {
  border-color: #e5e5e5;
}
.modal-footer button, .modal-footer input[type=submit], .modal-footer input[type=reset], .modal-footer input[type=button] {
  padding: 8px 25px;
  font-size: 14px;
  color: #ffffff !important;
}

.btn-close {
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.w-90 {
  width: 90%;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.3em;
  color: #243004;
  -webkit-font-smoothing: antialiased;
  font-family: "Contrail One", sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 45px;
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 32px;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 22px;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

.section-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .section-header-wrapper {
    display: block;
  }
}
.section-header-wrapper .section-header {
  margin-bottom: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .section-header-wrapper .section-header {
    margin-bottom: 20px;
  }
}

.section-header {
  margin-bottom: 40px;
}
.section-header .section-title {
  margin-bottom: 0;
  font-weight: 700;
}
.section-header p {
  margin-top: 15px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
input[type=submit]:hover {
  color: #ffffff;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  outline: none;
}

button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn {
  -webkit-transition: all 0.3s ease 0.02s;
  transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
  border: 0px solid;
  border-radius: 0px;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}

.btn-rounded {
  border-radius: 3px;
}

.btn-capsule {
  border-radius: 100px;
}

/*-------------------------------------------------
    [ ## custom btn ]
*/
.btn--primary {
  background-color: #7367f0;
}

.btn--secondary {
  background-color: #868e96;
}

.btn--success {
  background-color: #28c76f;
}

.btn--danger {
  background-color: #d63384;
}

.btn--warning {
  background-color: #ff9f43;
}

.btn--info {
  background-color: #1e9ff2;
}

.btn--dark {
  background-color: #10163A;
}

.badge--primary::before {
  background-color: #7367f0;
}

.badge--secondary::before {
  background-color: #868e96;
}

.badge--success::before {
  background-color: #28c76f;
}

.badge--danger::before {
  background-color: #dc3545;
}

.badge--warning::before {
  background-color: #ff9f43;
}

.badge--info::before {
  background-color: #1e9ff2;
}

.badge--dark::before {
  background-color: #10163A;
}

.border--primary {
  border: 1px solid #7367f0;
}

.border--secondary {
  border: 1px solid #868e96;
}

.border--success {
  border: 1px solid #28c76f;
}

.border--danger {
  border: 1px solid #ea5455 !important;
}

.border--warning {
  border: 1px solid #ff9f43;
}

.border--info {
  border: 1px solid #1e9ff2;
}

.border--dark {
  border: 1px solid #10163A;
}

.badge {
  position: relative;
  font-weight: 600;
  border-radius: 0;
  padding: 0;
  font-size: 14px;
  background-color: transparent;
  font-family: "Contrail One", sans-serif;
  color: #243004;
  padding-left: 15px;
}
.badge::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.btn--base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin: 0 auto;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  background-color: #BCFF00;
  backdrop-filter: blur(8px);
  border: 1px solid #BCFF00;
  border-radius: 9999px;
  color: #000000;
  position: relative;
  z-index: 10;
  isolation: isolate;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.btn--base span {
  margin-left: 10px;
}
.btn--base::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #243004;
  border-radius: 50%;
  -webkit-transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
  aspect-ratio: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.btn--base:hover {
  color: #ffffff;
}
.btn--base:hover::before {
  left: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.btn--base:hover .btn__icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: #ffffff;
  border-color: transparent;
}
.btn--base:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.btn--base:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn--base:disabled:hover::before {
  left: -100%;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.btn--base .btn__icon {
  width: 24px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 0.5rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn--base .btn__icon i {
  color: #000000;
  font-size: 1rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.btn--base:hover .btn__icon {
  background: transparent;
  z-index: 10;
}
.btn--base:hover .btn__icon i {
  color: #ffffff;
}

.btn--outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin: 0 auto;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  background-color: transparent;
  backdrop-filter: blur(8px);
  border: 1px solid #BCFF00;
  border-radius: 9999px;
  color: #163300;
  position: relative;
  z-index: 10;
  isolation: isolate;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.btn--outline::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #BCFF00;
  border-radius: 50%;
  -webkit-transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
  aspect-ratio: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.btn--outline:hover {
  color: #000000;
}
.btn--outline:hover::before {
  left: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.btn--outline:hover .btn__icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: #BCFF00;
  border-color: transparent;
}
.btn--outline:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.btn--outline:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn--outline:disabled:hover::before {
  left: -100%;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.btn--outline .btn__icon {
  width: 24px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #BCFF00;
  border: 1px solid #BCFF00;
  border-radius: 50%;
  padding: 0.5rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn--outline .btn__icon i {
  color: #163300;
  font-size: 1rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.btn--outline:hover .btn__icon {
  z-index: 10;
}
.btn--outline:hover .btn__icon i {
  color: #000000;
}

.btn--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin: 0 auto;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  background-color: rgba(255, 251, 242, 0.1);
  backdrop-filter: blur(8px);
  border: 1px solid #e5e5e5;
  border-radius: 9999px;
  color: #163300;
  position: relative;
  z-index: 10;
  isolation: isolate;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.btn--active::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #BCFF00;
  border-radius: 50%;
  -webkit-transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
  aspect-ratio: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.btn--active:hover {
  color: #000000;
}
.btn--active:hover::before {
  left: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.btn--active:hover .btn__icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: #BCFF00;
  border-color: transparent;
}
.btn--active:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.btn--active:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn--active:disabled:hover::before {
  left: -100%;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.btn--active .btn__icon {
  width: 24px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #BCFF00;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  padding: 0.5rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn--active .btn__icon i {
  color: #163300;
  font-size: 1rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.btn--active:hover .btn__icon {
  z-index: 10;
}
.btn--active:hover .btn__icon i {
  color: #000000;
}

.chat-cross-btn {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #dc3545;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .chat-cross-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.btn--action {
  color: #BCFF00;
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
  outline: none;
}

input, textarea {
  padding: 12px 20px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #243004;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #243004;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #243004;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #243004;
}
input::placeholder, textarea::placeholder {
  color: #243004;
}

textarea {
  display: block;
  width: 100%;
  display: block;
  min-height: 118px;
}

input,
select,
textarea {
  border: 1px solid #e5e5e5;
  vertical-align: baseline;
  font-size: 100%;
  color: #243004;
}

label {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #6e6e6e;
  display: block;
}
label span {
  color: #101da7;
}

/*-------------------------------------------------
    [ ## Forms ]
*/
select {
  outline: none;
  cursor: pointer;
}

option {
  color: #243004;
}

.input-group {
  position: relative;
  margin-bottom: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.input-group .nice-select {
  width: auto;
  padding: 0 30px 0 15px;
  border: none !important;
  background-color: #BCFF00 !important;
  line-height: 45px;
}
.input-group .nice-select::after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.input-group .nice-select .current {
  color: #ffffff;
}
.input-group .f-dropdown > span {
  padding: 8px 12px;
  border-radius: 0 5px 5px 0;
  background-color: #BCFF00;
  border: none;
  color: #ffffff !important;
  width: 110px;
}
.input-group .f-dropdown > span::before, .input-group .f-dropdown > span::after {
  background: #ffffff !important;
}
.input-group .f-dropdown ul {
  width: 110px;
  left: auto;
  right: 0;
}
.input-group.append input {
  border-left: none;
  padding-left: 0;
}
.input-group.append input:focus {
  border: 1px solid #e5e5e5;
  border-left: none;
}
.input-group.append .input-group-text {
  border-radius: 5px 0 0 5px;
}

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.input-group-text {
  border: none;
  font-size: 18px;
  height: 45px;
  background-color: #101da7;
  color: #ffffff;
  border: 1px solid #101da7;
  border-radius: 0 5px 5px 0;
  padding: 0.375rem 0.75rem !important;
  font-weight: 500;
}

.custom-check-group {
  display: block;
  margin-bottom: 12px;
}
.custom-check-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.custom-check-group input:checked + label::before {
  background-color: #101da7;
  border: 1px solid #101da7;
}
.custom-check-group input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.custom-check-group label {
  position: relative;
  cursor: pointer;
  font-weight: 500;
  font-size: 13px;
}
.custom-check-group label::before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  top: -1px;
}
.custom-check-group label a {
  text-decoration: underline;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  border: 1px solid #e5e5e5;
  font-size: 14px;
  height: 50px;
  color: rgba(255, 255, 255, 0.5);
}
.form-control:focus {
  color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e5e5e5;
}
.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form--control {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
  height: 45px;
  line-height: 45px;
  font-weight: 500;
  font-size: 13px;
  color: #163300;
  padding: 10px 25px;
  width: 100%;
}
.form--control:focus {
  background-color: #ffffff;
  border: 1px solid #BCFF00;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #163300;
}
.form--control::-webkit-input-placeholder {
  color: #6e6e6e;
}
.form--control::-moz-placeholder {
  color: #6e6e6e;
}
.form--control:-ms-input-placeholder {
  color: #6e6e6e;
}
.form--control::-ms-input-placeholder {
  color: #6e6e6e;
}
.form--control::placeholder {
  color: #6e6e6e;
}

textarea.form--control {
  line-height: inherit;
}

.fileholder {
  border-radius: 5px;
}

.file-holder-wrapper {
  width: 100%;
}

.fileholder.active {
  border: 2px dashed #e5e5e5;
}

.fileholder-drag-drop-title {
  color: #c4c5cf;
}

.fileholder-drag-drop-icon svg path:nth-child(2) {
  fill: #BCFF00;
}

.fileholder-basic-loading-circle.one {
  border: 2px solid #BCFF00;
}

.fileholder-basic-loading-circle.two {
  border: 2px solid #BCFF00;
}

.fileholder-basic-loading-circle.three {
  border: 2px solid #BCFF00;
}

.fileholder.active {
  border: 2px dashed #e5e5e5;
}

.fileholder-drag-drop-title {
  color: #163300;
}

.fileholder-drag-drop-icon svg path:nth-child(2) {
  fill: #BCFF00;
}

.fileholder-basic-loading-circle.one {
  border: 2px solid #BCFF00;
}

.fileholder-basic-loading-circle.two {
  border: 2px solid #BCFF00;
}

.fileholder-basic-loading-circle.three {
  border: 2px solid #BCFF00;
}

.radio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -3px -7px;
}
.radio-wrapper .radio-item {
  margin: 3px 7px;
}

.radio-item [type=radio]:checked {
  position: absolute;
  left: -9999px;
}

.radio-item [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-item [type=radio]:checked + label {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  border: 1px solid #BCFF00;
  background-color: #BCFF00;
  border-radius: 5px;
  padding: 12px 30px;
  display: inline-block;
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.radio-item [type=radio]:checked + label::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 15px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1254901961);
}
.radio-item [type=radio]:checked + label::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #ffffff;
  position: absolute;
  top: 17px;
  left: 15px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.radio-item [type=radio]:not(:checked) + label {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 12px 30px;
  display: inline-block;
  color: #163300;
  width: 100%;
  text-align: center;
}
.radio-item [type=radio]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 15px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: transparent;
  border: 1px solid #e5e5e5;
}
.radio-item [type=radio]:not(:checked) + label::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #ffffff;
  position: absolute;
  top: 17px;
  left: 15px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.nice-select {
  height: 45px;
  line-height: 45px;
  border: 1px solid #e5e5e5 !important;
  border-radius: 5px;
  float: unset;
  padding: 0 25px;
}
.nice-select .list {
  width: 100%;
  background-color: #ffffff;
  left: auto;
  right: 0;
}

.select2-container {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  width: 100%;
}

.selection {
  width: 100%;
}

.select2-selection--single {
  width: 100%;
  height: 45px !important;
  outline: none;
  background: transparent !important;
  font-size: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 10px;
  border-radius: 5px;
  vertical-align: top;
  display: inline-block;
  border: 1px solid #e5e5e5 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-selection--single span {
  margin: 0;
  width: 100%;
  color: #163300;
  line-height: initial;
  font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: absolute;
  top: 22px;
  right: 7px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #163300 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #163300 transparent;
}

.submit-btn {
  padding: 12px 20px;
  color: #ffffff;
  background: #101da7;
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
  font-family: "Contrail One", sans-serif;
}
@media only screen and (max-width: 991px) {
  .submit-btn {
    padding: 10px 20px;
  }
}

.custom-select {
  background-color: #101da7;
  border-radius: 0 5px 5px 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 270px;
  cursor: pointer;
}
.custom-select.active .custom-select-inner::before {
  -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
          transform: scale(0.96, 0.8) rotate(-50deg);
}
.custom-select.active .custom-select-inner::after {
  -webkit-transform: scale(0.96, 0.8) rotate(50deg);
          transform: scale(0.96, 0.8) rotate(50deg);
}
.custom-select .custom-select-inner {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 16px;
}
.custom-select .custom-select-inner::before, .custom-select .custom-select-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 2px;
  border-radius: 1px;
  top: 50%;
  right: 12px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-select .custom-select-inner::before {
  margin-right: 3px;
  -webkit-transform: scale(0.96, 0.8) rotate(50deg);
          transform: scale(0.96, 0.8) rotate(50deg);
}
.custom-select .custom-select-inner::after {
  -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
          transform: scale(0.96, 0.8) rotate(-50deg);
}
.custom-select img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}
.custom-select .custom-currency {
  color: #ffffff;
}

.custom-select-wrapper {
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  z-index: 9;
  border-radius: 15px;
  margin-left: 0 !important;
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.custom-select-wrapper.active {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.custom-select-search-wrapper {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.custom-select-search-wrapper .search-btn {
  position: absolute;
  top: 13px;
  left: 20px;
  padding: 0;
  background-color: transparent;
  font-size: 20px;
  color: #BCFF00;
}
.custom-select-search-wrapper input {
  padding-left: 50px;
  border: none !important;
}
.custom-select-search-wrapper input:focus {
  border: none !important;
}

.custom-select-list {
  max-height: 190px;
  overflow-y: auto;
}
.custom-select-list .custom-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.custom-select-list .custom-option:hover, .custom-select-list .custom-option.active {
  background-color: #FFFBF2;
}
.custom-select-list .custom-option img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}
.custom-select-list .custom-option .custom-country {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 12px;
  font-weight: 500;
}

.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
  content: "";
  left: 0;
  top: 0;
  visibility: hidden;
}
.body-overlay.active {
  visibility: visible;
}

@-webkit-keyframes waveHand {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  40% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  60% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes waveHand {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  40% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  60% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.auth-wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 20px;
  z-index: 1;
}
.auth-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.auth-main-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1050px;
  background: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0 40px 80px rgba(0, 0, 0, 0.3);
          box-shadow: 0 40px 80px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  min-height: 750px;
}
@media (max-width: 991px) {
  .auth-main-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.auth-visual-side {
  width: 60%;
  position: relative;
  padding: 50px;
  background: #000000;
}
@media (max-width: 991px) {
  .auth-visual-side {
    width: 100%;
    height: 250px;
  }
}
.auth-visual-side .auth-visual-bg {
  position: absolute;
  inset: 0;
}
.auth-visual-side .auth-visual-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.75;
}
.auth-visual-side .auth-visual-bg .auth-overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.9));
}
.auth-visual-side .auth-visual-content {
  position: relative;
  z-index: 5;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.auth-visual-side .auth-visual-content .auth-logo img {
  max-width: 160px;
}
.auth-visual-side .auth-visual-content .display-title {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
}
.auth-visual-side .auth-visual-content .display-title span {
  color: #BCFF00;
}
@media (max-width: 991px) {
  .auth-visual-side .auth-visual-content .display-title {
    font-size: 1.5rem;
  }
}

.auth-form-side {
  width: 40%;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .auth-form-side {
    width: 100%;
    padding: 40px 20px;
  }
}

.auth-form-container {
  width: 100%;
  max-width: 380px;
}

.auth-welcome-text {
  font-family: "Contrail One", sans-serif;
  font-size: 2.2rem;
  margin-bottom: 10px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.auth-welcome-text .wave-icon {
  display: inline-block;
  -webkit-animation: waveHand 5s infinite;
          animation: waveHand 5s infinite;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
@media (max-width: 991px) {
  .auth-welcome-text {
    font-size: 1.2rem;
  }
}

.auth-sub-info {
  font-size: 14px;
  color: #777777;
  margin-bottom: 25px;
}

.form-input-box {
  margin-bottom: 20px;
}
.form-input-box label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.input-field-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-field-group .input-icon {
  position: absolute;
  left: 18px;
  color: #adb5bd;
  z-index: 2;
}
.input-field-group::after {
  content: "";
  position: absolute;
  left: 48px;
  top: 25%;
  height: 50%;
  width: 1px;
  background: #e5e5e5;
  z-index: 2;
}
.input-field-group input {
  width: 100%;
  padding: 14px 45px 14px 60px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  background: transparent;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 45px;
}
.input-field-group input:focus {
  border-color: #BCFF00;
  background: #ffffff;
  outline: none;
}
.input-field-group input::-webkit-input-placeholder {
  color: rgba(62, 61, 61, 0.653) !important;
}
.input-field-group input::-moz-placeholder {
  color: rgba(62, 61, 61, 0.653) !important;
}
.input-field-group input:-ms-input-placeholder {
  color: rgba(62, 61, 61, 0.653) !important;
}
.input-field-group input::-ms-input-placeholder {
  color: rgba(62, 61, 61, 0.653) !important;
}
.input-field-group input::placeholder {
  color: rgba(62, 61, 61, 0.653) !important;
}
.input-field-group .show-pass {
  position: absolute;
  right: 15px;
  cursor: pointer;
  color: #999;
  z-index: 3;
  top: 12px !important;
}

.auth-option-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.auth-checkbox-label {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
}
.auth-checkbox-label input {
  width: 16px;
  height: 16px;
  accent-color: #000000;
}

.auth-link-sm {
  font-size: 13px;
  color: #73980c;
  font-weight: 700;
  text-decoration: none;
  margin-top: 10px;
}

.auth-btn-submit {
  width: 100%;
  padding: 10px;
  border: none;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.auth-or-divider {
  text-align: center;
  margin: 25px 0;
  position: relative;
  font-weight: 600;
}
.auth-or-divider::before, .auth-or-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40%;
  height: 1px;
  background: #e5e5e5;
}
.auth-or-divider::before {
  left: 0;
}
.auth-or-divider::after {
  right: 0;
}
.auth-or-divider span {
  font-size: 12px;
  color: #999;
  background: #ffffff;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}

.auth-btn-google {
  width: 100%;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  background: transparent;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.auth-btn-google:hover {
  background: #FFFBF2;
}
.auth-btn-google img {
  width: 18px;
}

.otp-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 20px 0;
}
.otp-input-group .otp-box {
  width: 100%;
  height: 55px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #FFFBF2;
}
.otp-input-group .otp-box:focus {
  border-color: #BCFF00;
  background: #ffffff;
  outline: none;
}

.auth-legal-text {
  font-size: 12px;
  text-align: center;
  color: #888;
  margin-top: 10px;
}
.auth-legal-text a {
  color: #000000;
  font-weight: 700;
  text-decoration: none;
}

.auth-footer-bottom {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
}
.auth-footer-bottom a {
  color: #73980c;
  font-weight: 700;
  text-decoration: none;
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat !important;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay-base {
  position: relative;
  z-index: 2;
}

.bg-overlay-base:after {
  content: "";
  position: absolute;
  background-color: #1f1f1f;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

@-webkit-keyframes scroll-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes scroll-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes scroll-ver {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scroll-ver {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes gel-map-animationSignal {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
  }
  1% {
    -webkit-transform: translate(-50%, -50%) scale(0.32);
    transform: translate(-50%, -50%) scale(0.32);
    opacity: 0.1;
  }
  20% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(0 0.45);
    transform: translate(-50%, -50%) scale(0 0.45);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(0.75);
    transform: translate(-50%, -50%) scale(0.75);
    opacity: 0.35;
  }
}
@keyframes gel-map-animationSignal {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
  }
  1% {
    -webkit-transform: translate(-50%, -50%) scale(0.32);
    transform: translate(-50%, -50%) scale(0.32);
    opacity: 0.1;
  }
  20% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(0 0.45);
    transform: translate(-50%, -50%) scale(0 0.45);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(0.75);
    transform: translate(-50%, -50%) scale(0.75);
    opacity: 0.35;
  }
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
.header-section {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #ffffff;
  -webkit-transition: -webkit-box-shadow 0.24s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-box-shadow 0.24s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.24s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.24s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.24s cubic-bezier(0.4, 0, 0.2, 1);
}
.header-section.is-scrolled {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header-section .header .header-bottom-area .header-menu-content {
  padding: 0;
}

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 14px 0 !important;
  gap: 0;
}

.site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-decoration: none;
  margin-right: 10%;
}
.site-logo img {
  height: 34px;
  width: auto;
  display: block;
}

.navbar-toggler {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  width: 38px;
  height: 38px;
  padding: 6px;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  -webkit-transition: background 0.24s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.24s cubic-bezier(0.4, 0, 0.2, 1);
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #BCFF00;
}
.navbar-toggler:hover {
  background: rgba(255, 255, 255, 0.1);
}
.navbar-toggler .fas.fa-bars {
  color: #BCFF00;
  font-size: 1.1rem;
  line-height: 1;
}
.navbar-toggler.is-active .fas.fa-bars::before {
  content: "\f00d";
}

.navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 0;
}

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-menu.me-auto {
  margin-right: auto !important;
}

.nav-item {
  position: relative;
}
.nav-item:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.nav-item:hover > .has-sub .fa-angle-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav-item.show > .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.nav-item.show > .has-sub .fa-angle-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav-item.active {
  color: #243004;
}

.has-sub {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 9px 13px;
  font-size: 0.875rem;
  font-weight: 900;
  color: #000000;
  text-decoration: none;
  border-radius: 6px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: background 0.24s cubic-bezier(0.4, 0, 0.2, 1), color 0.24s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.24s cubic-bezier(0.4, 0, 0.2, 1), color 0.24s cubic-bezier(0.4, 0, 0.2, 1);
  background: none;
  border: none;
}
.has-sub .fa-angle-down {
  font-size: 0.72rem;
  -webkit-transition: -webkit-transform 0.24s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.24s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.24s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.24s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.24s cubic-bezier(0.4, 0, 0.2, 1);
}
.has-sub:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #243004;
}

.sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 150%;
  -webkit-transform: translateX(-50%) translateY(6px);
          transform: translateX(-50%) translateY(6px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.24s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.24s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.24s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.24s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.24s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.24s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.24s cubic-bezier(0.4, 0, 0.2, 1), transform 0.24s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.24s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.24s cubic-bezier(0.4, 0, 0.2, 1), transform 0.24s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.24s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.24s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 999;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 280px;
  max-width: min(850px, 80vw);
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-top: 3px solid #243004;
  border-radius: 12px;
}
.sub-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 41%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  width: 13px;
  height: 13px;
  background: #243004;
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-radius: 2px 0 0 0;
}

.sub-menu-title {
  padding: 14px 20px 10px;
  border-radius: 12px;
}
.sub-menu-title .menu-name {
  text-decoration: none;
}
.sub-menu-title .menu-name .title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #243004;
  margin: 0;
}
.sub-menu-title .menu-name .title i {
  font-size: 0.85rem;
}
.sub-menu-title .menu-name:hover .title {
  opacity: 0.8;
}

.sub-menu-wrapper {
  padding: 16px 16px 8px;
  max-height: 450px;
  overflow-y: auto;
  /* Firefox */
  scrollbar-width: thin;
  /* WebKit browsers - Ultra thin */
}
.sub-menu-wrapper::-webkit-scrollbar {
  width: 3px !important;
  height: 3px !important;
}
.sub-menu-wrapper::-webkit-scrollbar-track {
  background: #e5e5e5;
  border-radius: 10px;
}
.sub-menu-wrapper::-webkit-scrollbar-thumb {
  background: #BCFF00;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sub-menu-wrapper::-webkit-scrollbar-thumb:hover {
  background: rgb(150.4, 204, 0);
}
.sub-menu-wrapper::-webkit-scrollbar-corner {
  background: transparent;
}

/* Even thinner - just 2px */
.sub-menu-wrapper.thinner::-webkit-scrollbar {
  width: 2px !important;
}

.sub-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  -webkit-transition: background 0.24s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.24s cubic-bezier(0.4, 0, 0.2, 1);
  border-left: 1px solid #e5e5e5;
}
.sub-menu-item:hover {
  background: rgba(188, 255, 0, 0.06);
  border-left: 3px solid;
}
.sub-menu-item:hover .icon {
  background: #243004;
}
.sub-menu-item:hover .icon i {
  color: #ffffff;
}
.sub-menu-item .icon {
  width: 36px;
  height: 36px;
  background: rgba(188, 255, 0, 0.08);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background 0.24s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.24s cubic-bezier(0.4, 0, 0.2, 1);
}
.sub-menu-item .icon i {
  font-size: 0.9rem;
  color: #243004;
  -webkit-transition: color 0.24s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.24s cubic-bezier(0.4, 0, 0.2, 1);
}
.sub-menu-item .menu-item-name .title {
  font-size: 0.82rem;
  font-weight: 600;
  color: #243004;
  margin: 0 0 3px;
  -webkit-transition: color 0.24s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.24s cubic-bezier(0.4, 0, 0.2, 1);
}
.sub-menu-item .menu-item-name p {
  font-size: 0.76rem;
  color: #163300;
  margin: 0;
  line-height: 1.1;
}

.navbar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 16px;
}
.navbar-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2px;
}

.help-btn {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 6px;
  white-space: nowrap;
  -webkit-transition: background 0.24s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.24s cubic-bezier(0.4, 0, 0.2, 1);
}
.help-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.header-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.header-action .btn {
  white-space: nowrap;
  padding: 8px 18px;
  font-size: 0.875rem;
}
.header-action .btn-auth {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
}
.header-action .btn-auth:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1200px) {
  .navbar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 12px 0 !important;
  }
  .navbar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar-collapse {
    display: none !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .navbar-collapse.show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: fixed;
    top: 62px;
    left: 0;
    width: 100%;
    height: calc(100dvh - 62px);
    background: #ffffff;
    overflow-y: auto;
    z-index: 998;
    padding-bottom: 60px;
    -webkit-animation: navSlideDown 0.26s ease forwards;
            animation: navSlideDown 0.26s ease forwards;
  }
  .main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .main-menu.me-auto {
    margin-right: 0 !important;
  }
  .nav-item {
    border-bottom: 1px solid #e5e5e5;
  }
  .nav-item:hover > .sub-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: none;
            transform: none;
  }
  .has-sub {
    color: #243004;
    border-radius: 0;
    padding: 14px 20px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .has-sub .fa-angle-down {
    color: #243004;
  }
  .has-sub:hover {
    background: rgba(188, 255, 0, 0.05);
    color: #BCFF00;
  }
  .sub-menu {
    position: static !important;
    -webkit-transform: none !important;
            transform: none !important;
    opacity: 1 !important;
    visibility: hidden;
    pointer-events: none;
    width: 100% !important;
    min-width: auto !important;
    max-width: none !important;
    max-height: 0;
    overflow: hidden;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: max-height 0.3s ease, visibility 0.3s;
    transition: max-height 0.3s ease, visibility 0.3s;
  }
  .sub-menu::before {
    display: none;
  }
  .sub-menu .sub-menu-title {
    background: #FFFBF2;
  }
  .sub-menu .sub-menu-wrapper {
    background: #FFFBF2;
    padding: 8px 16px 12px;
  }
  .sub-menu .sub-menu-item {
    background: #ffffff;
    margin-bottom: 6px;
    border: 1px solid #e5e5e5;
  }
  .nav-item.show > .sub-menu {
    max-height: 800px;
    visibility: visible;
    pointer-events: auto;
  }
  .nav-item.show > .has-sub .fa-angle-down {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .navbar-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
    margin-left: 0;
    border-top: 2px solid #e5e5e5;
    padding: 0;
  }
  .navbar-right ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .navbar-right .nav-item {
    border-bottom: 1px solid #e5e5e5;
  }
  .help-btn {
    color: #243004;
    padding: 14px 20px;
    border-radius: 0;
    display: block;
  }
  .help-btn:hover {
    background: rgba(188, 255, 0, 0.05);
    color: #BCFF00;
  }
  .lang-select {
    padding: 14px 20px;
    border-bottom: 1px solid #e5e5e5;
  }
  .header-action {
    padding: 16px 20px;
    gap: 10px;
  }
  .header-action .btn, .header-action .btn-auth {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-action .btn-auth {
    border-color: #BCFF00;
    color: #BCFF00;
  }
  .header-action .btn-auth:hover {
    background: #BCFF00;
    color: #ffffff;
  }
}
@-webkit-keyframes navSlideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes navSlideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header-section .nice-select {
  border: none !important;
}
.header-section .nice-select .list {
  border-radius: 15px;
  background: #73980c;
  border-color: #BCFF00;
  z-index: 100;
}
.header-section .nice-select .list .option {
  border-radius: 15px;
  color: #ffffff;
}
.header-section .nice-select .list .option:hover {
  color: black;
}
.header-section .nice-select .list .selected {
  color: #000000 !important;
}

/*--------------------------------------------------------------
    [ ## Introduction ]
--------------------------------------------------------------*/
/*-------------------------------------------------
  [ ## Banner Section ]
---------------------------------------------------*/
.banner-section {
  background-color: #ffffff;
  padding: 50px 0;
  color: #000000;
  min-height: 100vh;
}
.banner-section .banner-title {
  font-family: "Contrail One", sans-serif;
  font-size: 100px;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0px;
  color: #243004;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .banner-section .banner-title {
    font-size: 76px;
  }
}
@media (max-width: 767.98px) {
  .banner-section .banner-title {
    font-size: 48px;
  }
}
.banner-section .banner-description {
  max-width: 800px;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 1.1;
  color: #163300;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column-align: center;
      justify-self: center;
  margin: 0 auto 30px;
}
@media (max-width: 767.98px) {
  .banner-section .banner-description {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.banner-section .banner-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
  margin: 0 auto 20px;
  display: block;
  background: #243004;
  color: #ffffff;
  padding-left: 20px;
  border: none;
}
.banner-section .banner-btn span {
  margin-left: 15px;
}
.banner-section .banner-content {
  position: relative;
  width: 100%;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .banner-section .banner-content {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0;
  }
}
.banner-section .banner-content .banner-image-wrapper {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 10px;
}
.banner-section .banner-content .banner-image-wrapper img {
  width: 100%;
  height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 25px;
}
@media (max-width: 991.98px) {
  .banner-section .banner-content .banner-image-wrapper {
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
    padding: 0;
  }
  .banner-section .banner-content .banner-image-wrapper:last-child {
    margin-bottom: 0;
  }
}

.section-heading {
  text-align: center;
  max-width: 1200px;
  margin: 20px auto;
  padding: 0 20px;
}
.section-heading .section-subtitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: #FFFBF2;
  padding: 8px 20px;
  border-radius: 40px;
  margin-bottom: 20px;
  border: 1px solid rgba(188, 255, 0, 0.3);
}
@media (max-width: 1440px) {
  .section-heading .section-subtitle {
    margin-bottom: 10px;
  }
}
.section-heading .section-subtitle .sub-icon {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-heading .section-subtitle .sub-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: floatIcon 3s ease-in-out infinite;
          animation: floatIcon 3s ease-in-out infinite;
}
.section-heading .section-subtitle span {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #243004;
}
@media (max-width: 768px) {
  .section-heading .section-subtitle span {
    font-size: 14px;
  }
}
.section-heading .title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  color: #243004;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .section-heading .title {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .section-heading .title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .section-heading .title {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .section-heading .title {
    font-size: 24px;
  }
}
.section-heading .description {
  font-size: 18px;
  line-height: 1.6;
  color: #163300;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .section-heading .description {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .section-heading .description {
    font-size: 15px;
  }
}

@-webkit-keyframes floatIcon {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-3px) rotate(5deg);
            transform: translateY(-3px) rotate(5deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(3px) rotate(-5deg);
            transform: translateY(3px) rotate(-5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}

@keyframes floatIcon {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-3px) rotate(5deg);
            transform: translateY(-3px) rotate(5deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(3px) rotate(-5deg);
            transform: translateY(3px) rotate(-5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
.section-subtitle:hover .sub-icon img {
  -webkit-animation: spinIcon 0.6s ease-in-out;
          animation: spinIcon 0.6s ease-in-out;
}

@-webkit-keyframes spinIcon {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinIcon {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.section-heading--light .title {
  color: #ffffff;
}
.section-heading--light .description {
  color: rgba(255, 255, 255, 0.9);
}
.section-heading--light .section-subtitle {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.section-heading--light .section-subtitle span {
  color: #ffffff;
}

.section-heading--left {
  text-align: left;
  margin: 0;
}
@media (max-width: 768px) {
  .section-heading--left {
    text-align: center;
  }
}

/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  background: #ffffff;
  font-family: "DM Sans", sans-serif;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
}

.footer__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.bg-ring {
  position: absolute;
  border-radius: 50%;
  border: 10px solid rgba(188, 255, 0, 0.05);
}
.bg-ring--1 {
  width: 520px;
  height: 520px;
  top: -200px;
  right: -180px;
  -webkit-animation: spin 38s linear infinite;
          animation: spin 38s linear infinite;
  border-color: rgba(188, 255, 0, 0.9);
  border-top: 30px solid rgba(115, 152, 12, 0.5);
  border-bottom: 30px solid rgba(115, 152, 12, 0.5);
}
.bg-ring--2 {
  width: 340px;
  height: 340px;
  bottom: -120px;
  left: 12%;
  border-color: rgba(188, 255, 0, 0.9);
  border-right: 30px solid rgba(115, 152, 12, 0.5);
  border-left: 30px solid rgba(115, 152, 12, 0.5);
  animation: spin 56s linear infinite reverse;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.footer__hero {
  position: relative;
  z-index: 1;
  padding: 64px 0 0;
}

.footer-hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.footer-hero__name {
  font-family: "Contrail One", sans-serif;
  font-size: clamp(52px, 20vw, 210px);
  line-height: 0.95;
  color: #243004;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  letter-spacing: -0.03em;
}

.hero-word {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-space {
  display: inline-block;
  width: 0.3em;
}

.hero-char {
  display: inline-block;
}

.footer-hero__tagline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 16px;
  font-size: 13px;
  color: rgba(22, 51, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.tagline-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #BCFF00;
}

.footer__body {
  position: relative;
  z-index: 1;
  padding: 56px 0;
}

.footer-brand__logo {
  display: block;
  margin-bottom: 20px;
}
.footer-brand__logo img {
  max-width: 140px;
  height: auto;
  display: block;
}

.footer-brand__desc {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(22, 51, 0, 0.7);
  margin-bottom: 24px;
  max-width: 280px;
}

.footer-brand__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #FFFBF2;
  border: 1px solid #e5e5e5;
  color: rgba(22, 51, 0, 0.7);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.26s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.26s cubic-bezier(0.4, 0, 0.2, 1);
}
.social-btn i {
  font-size: 15px;
}
.social-btn:hover {
  background: #BCFF00;
  border-color: #BCFF00;
  color: #243004;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.social-btn--accent:hover {
  background: #101da7;
  border-color: #101da7;
  color: #ffffff;
}

.footer-col-block__heading {
  font-family: "Contrail One", sans-serif;
  font-size: 12px;
  color: #243004;
  letter-spacing: 1px;
  margin: 0 0 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.footer-col-block__heading i {
  font-size: 14px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.footer-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 5px 0;
  font-size: 14px;
  color: rgba(22, 51, 0, 0.7);
  text-decoration: none;
  -webkit-transition: all 0.26s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.26s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.footer-link i {
  font-size: 14px;
  color: #243004;
  -webkit-transition: inherit;
  transition: inherit;
}
.footer-link:hover {
  color: #243004;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.footer-link:hover i {
  color: #101da7;
}
.footer-link::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #BCFF00;
  -webkit-transition: width 0.26s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.26s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-link:hover::after {
  width: 100%;
}

.footer-newsletter {
  background: rgba(115, 152, 12, 0.05);
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  padding: 28px;
  position: relative;
}

.newsletter-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}

.newsletter-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #BCFF00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.newsletter-icon-wrap i {
  font-size: 20px;
  color: #000000;
}

.footer-newsletter__heading {
  font-family: "Contrail One", sans-serif;
  font-size: 16px;
  color: #243004;
  margin: 0 0 4px 0;
}

.footer-newsletter__desc {
  font-size: 13px;
  color: rgba(22, 51, 0, 0.7);
  margin: 0;
  line-height: 1.5;
}

.newsletter-form {
  margin-top: 20px;
}

.newsletter-form__field {
  position: relative;
}

.newsletter-form__input {
  width: 100%;
  height: 48px;
  padding: 0 50px 0 16px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #163300;
  -webkit-transition: all 0.26s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.26s cubic-bezier(0.4, 0, 0.2, 1);
}
.newsletter-form__input::-webkit-input-placeholder {
  color: rgba(22, 51, 0, 0.3);
}
.newsletter-form__input::-moz-placeholder {
  color: rgba(22, 51, 0, 0.3);
}
.newsletter-form__input:-ms-input-placeholder {
  color: rgba(22, 51, 0, 0.3);
}
.newsletter-form__input::-ms-input-placeholder {
  color: rgba(22, 51, 0, 0.3);
}
.newsletter-form__input::placeholder {
  color: rgba(22, 51, 0, 0.3);
}
.newsletter-form__input:focus {
  outline: none;
  border-color: #101da7;
  -webkit-box-shadow: 0 0 0 3px rgba(16, 29, 167, 0.1);
          box-shadow: 0 0 0 3px rgba(16, 29, 167, 0.1);
}

.newsletter-form__btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 8px;
  background: #243004;
  color: #BCFF00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.16s ease;
  transition: all 0.16s ease;
}
.newsletter-form__btn i {
  font-size: 16px;
}
.newsletter-form__btn:hover {
  background: #101da7;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.newsletter-form__btn.is-success {
  background: #73980c;
  color: #ffffff;
  pointer-events: none;
}

.newsletter-trust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
.newsletter-trust span {
  font-size: 11px;
  color: rgba(22, 51, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.newsletter-trust span i {
  font-size: 12px;
  color: rgba(16, 29, 167, 0.5);
}

.footer__divider {
  position: relative;
  z-index: 1;
}

.divider-inner {
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#e5e5e5), color-stop(#BCFF00), color-stop(#e5e5e5), to(transparent));
  background: linear-gradient(90deg, transparent, #e5e5e5, #BCFF00, #e5e5e5, transparent);
}

.footer__bottom {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  background: #FFFBF2;
}

.footer__copyright {
  font-size: 13px;
  color: rgba(22, 51, 0, 0.5);
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.footer__copyright strong {
  color: #163300;
  font-weight: 500;
}
.footer__copyright i {
  color: rgba(16, 29, 167, 0.4);
}

.footer__legal-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 4px;
}
.footer__legal-links a {
  font-size: 12px;
  color: rgba(22, 51, 0, 0.5);
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-transition: all 0.16s ease;
  transition: all 0.16s ease;
}
.footer__legal-links a i {
  font-size: 11px;
}
.footer__legal-links a:hover {
  color: #243004;
  background: rgba(188, 255, 0, 0.1);
}
.footer__legal-links .sep {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #e5e5e5;
}

@media (max-width: 991px) {
  .footer__body {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .footer__legal-links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 8px;
  }
}
/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
.testimonial-section {
  padding: 50px 0;
  background-color: #ffffff;
}
.testimonial-section .testimonial-card {
  background: #ffffff;
  border-radius: 70px 20px 70px 20px;
  padding: 80px 40px 60px;
  position: relative;
  margin-top: 60px;
  text-align: center;
  height: 100%;
  border: none;
}
.testimonial-section .testimonial-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 70px 20px 70px 20px;
  clip-path: polygon(0% 0%, 35% 0%, 35% 100%, 0% 100%);
  pointer-events: none;
}
.testimonial-section .testimonial-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-right: 3px solid #73980c;
  border-top: 3px solid #73980c;
  border-bottom: 3px solid #73980c;
  border-radius: 70px 20px 70px 20px;
  clip-path: polygon(65% 0%, 100% 0%, 100% 100%, 65% 100%);
  pointer-events: none;
}
.testimonial-section .testimonial-card .user-thumb {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  border: 6px solid #ffffff;
  position: absolute;
  top: -62px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  z-index: 10;
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.testimonial-section .testimonial-card .user-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-section .testimonial-card .card-content {
  position: relative;
}
.testimonial-section .testimonial-card .card-content .quote-icon {
  font-size: 60px;
  color: #73980c;
  opacity: 0.2;
  position: absolute;
  font-family: initial;
  line-height: 1;
}
.testimonial-section .testimonial-card .card-content .quote-icon.top {
  top: -20px;
  left: -20px;
}
.testimonial-section .testimonial-card .card-content .quote-icon.bottom {
  bottom: -10px;
  right: -20px;
}
.testimonial-section .testimonial-card .card-content .feedback {
  font-family: "DM Sans", sans-serif;
  color: #163300;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
  font-weight: 400;
}
.testimonial-section .testimonial-card .card-content .name {
  font-family: "Contrail One", sans-serif;
  color: #243004;
  font-size: 28px;
  margin: 0;
  letter-spacing: 1px;
}
.testimonial-section .testimonial-card .rating-badge {
  position: absolute;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #73980c;
  padding: 12px 35px;
  border-radius: 40px;
  z-index: 15;
}
.testimonial-section .testimonial-card .rating-badge .stars {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 5px;
}

.slider-bottom-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  gap: 25px;
}
.slider-bottom-area .swiper-button-next, .slider-bottom-area .swiper-button-prev {
  position: static;
  width: 50px;
  height: 50px;
  background: #323d12;
  border-radius: 50%;
  color: #ffffff;
  margin: 0;
}
.slider-bottom-area .swiper-button-next::after, .slider-bottom-area .swiper-button-prev::after {
  font-size: 18px;
  font-weight: bold;
}
.slider-bottom-area .swiper-button-next:hover, .slider-bottom-area .swiper-button-prev:hover {
  background: #73980c;
}
.slider-bottom-area .swiper-pagination {
  position: static;
  width: auto;
}
.slider-bottom-area .swiper-pagination .swiper-pagination-bullet {
  background: #243004;
  opacity: 0.3;
}
.slider-bottom-area .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #73980c;
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### account block ]
*/
.account-area {
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
          box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  border-radius: 5px;
  position: relative;
  background-position: bottom;
  padding: 50px 30px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 600px) {
  .account-area {
    width: 400px;
  }
}
@media only screen and (max-width: 420px) {
  .account-area {
    width: 350px;
    padding: 15px;
  }
}
@media only screen and (max-width: 375px) {
  .account-area {
    width: 300px;
  }
}
.account-area p {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 20px;
}

.or-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 37px;
}
.or-area .or-line {
  height: 1px;
  border: 0.5px solid #e5e5e5;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.or-area .or-title {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
}

.account-form-btn {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.account-form-btn a {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #BCFF00;
  border-radius: 50%;
  margin: 8px;
}
.account-form-btn a.facebook {
  background-color: #3a5795;
}
.account-form-btn a.google {
  background-color: #4285f4;
}
.account-form-btn a.apple {
  background-color: #000000;
}
.account-form-btn a svg {
  fill: #ffffff;
}

.forgot-item a {
  color: #101da7;
}

.account-item label {
  font-weight: 500;
  font-size: 14px;
  color: #243004;
}
.account-item label a {
  font-weight: 600;
  color: #101da7;
  text-decoration: underline;
}

.terms-item label {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
  color: #243004;
}
.terms-item label a {
  font-weight: 600;
  color: #101da7;
  text-decoration: underline;
}

.show_hide_password {
  position: relative;
}
.show_hide_password .show-pass {
  position: absolute;
  top: 45px;
  right: 30px;
  cursor: pointer;
  color: #6e6e6e;
}
.show_hide_password.two .show-pass {
  top: 45px;
}

.forgot-item {
  display: inline-block;
  color: #BCFF00;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding: 5px 0;
}
.forgot-item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#101da7), to(rgb(49.6721311475, 65.6557377049, 235.3278688525)));
  background: linear-gradient(90deg, #101da7, rgb(49.6721311475, 65.6557377049, 235.3278688525));
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 2px;
}
.forgot-item:hover {
  color: rgb(20.4590163934, 37.0819672131, 213.5409836066);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.forgot-item:hover::after {
  width: 100%;
}
.forgot-item:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.otp-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .otp-container {
    gap: 5px;
  }
}
.otp-container input {
  padding: 10px;
}
.otp-container .otp {
  width: 65px;
  height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
}
.otp-container .otp:focus {
  border-color: #BCFF00;
  outline: none;
}
@media (max-width: 768px) {
  .otp-container .otp {
    width: 50px;
    font-size: 12px;
  }
}

.password-strength {
  margin-top: 10px;
}
.password-strength .strength-bar {
  height: 15px;
  background-color: #e5e5e5;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 5px;
}
.password-strength .strength-level {
  height: 100%;
  width: 0%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
}
.password-strength .strength-level.weak {
  width: 33%;
  background-color: #ea5455;
}
.password-strength .strength-level.medium {
  width: 66%;
  background-color: #ff9f43;
}
.password-strength .strength-level.strong {
  width: 100%;
  background-color: #28c76f;
}
.password-strength .strength-text {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
  color: #6e6e6e;
}

#countdown {
  font-weight: 600;
  color: #101da7;
}

.rtl {
  direction: rtl;
}

.rtl .me-auto {
  margin-right: 0 !important;
  margin-left: auto !important;
}

.rtl .site-logo {
  margin-right: 0;
  margin-left: 60px;
}

.rtl .header-bottom-area .navbar-collapse .main-menu li {
  padding-right: 0;
  padding-left: 40px;
}

.rtl .header-bottom-area .navbar-collapse .main-menu li:last-child {
  padding-left: 0;
  margin-left: 0;
}

.rtl .header-language {
  margin-right: 0;
  margin-left: 25px;
}

.rtl .banner-widget.two {
  -webkit-transform: translate3d(calc(523px - 22.75%), -37px, -100px) rotateZ(15deg) scale(0.8);
          transform: translate3d(calc(523px - 22.75%), -37px, -100px) rotateZ(15deg) scale(0.8);
}

.rtl .banner-form-wrapper .banner-form .form-group label::after {
  left: auto;
  right: 0;
}

.rtl .banner-form-wrapper .banner-form .custom-select img {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .custom-select .custom-select-inner::before, .rtl .custom-select .custom-select-inner::after {
  right: auto;
  left: 12px;
}

.rtl .banner-form-wrapper .banner-form .custom-select .custom-select-inner::before, .rtl .banner-form-wrapper .banner-form .custom-select .custom-select-inner::after {
  right: auto;
  left: 0;
}

.rtl .banner-form-wrapper .banner-form .custom-select .custom-select-inner::before {
  margin-right: 0;
  margin-left: 3px;
}

.rtl .banner-form-wrapper .banner-form .custom-select .custom-select-inner::after {
  margin-left: 6px;
}

.rtl .banner-form-wrapper .banner-form .custom-select-list .custom-option img {
  margin-right: 0;
  margin-left: 15px;
}

.rtl .banner-form-wrapper .banner-form .custom-select-search-wrapper input {
  text-align: right;
  padding-left: 0;
  padding-right: 45px;
}

.rtl .banner-form-wrapper .banner-form .custom-select-search-wrapper .search-btn {
  left: auto;
  right: 15px;
}

.rtl .section-header-wrapper .section-header {
  text-align: right;
}

.rtl .app-content .app-btn-wrapper .app-btn .content {
  padding-left: 0;
  margin-left: 0;
  padding-right: 20px;
  margin-right: 20px;
  border-left: none;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.rtl .testimonial-user-wrapper .testimonial-user-content {
  padding-left: 0;
  padding-right: 30px;
  text-align: right;
}

.rtl .btn--base svg {
  margin-left: 0;
  margin-right: 5px;
}

.rtl .footer-middle-area .footer-list li a {
  padding-left: 0;
  padding-right: 15px;
}

.rtl .footer-middle-area .footer-list li a::before {
  content: "\f104";
  left: auto;
  right: 0;
}

.rtl .footer-middle-area .footer-social li + li {
  margin-left: 0;
  margin-right: 20px;
}

.rtl .footer-middle-area .subscribe-form .subscribe-icon {
  left: auto;
  right: 20px;
}

.rtl .footer-middle-area .subscribe-form .subscribe-btn {
  right: auto;
  left: 7px;
}

.rtl .footer-middle-area .subscribe-form input {
  padding-left: 70px;
  padding-right: 40px;
}

.rtl .scrollToTop {
  right: auto;
  left: 30px;
}

.rtl .badge {
  padding-left: 0;
  padding-right: 15px;
}

.rtl .badge::before {
  left: auto;
  right: 0;
}

.rtl .how-it-works-item-wrapper .how-it-works-item .main-title::after {
  left: auto;
  right: 0;
}

.rtl .service-icon::before {
  right: auto;
  left: -20px;
}

.rtl .blog-content {
  padding-left: 0;
  padding-right: 40px;
}

.rtl .blog-content .blog-user-wrapper .blog-user-content {
  padding-left: 0;
  padding-right: 20px;
}

.rtl .widget-box .widget-title::before {
  left: auto;
  right: -30px;
}

.rtl .single-popular-item .popular-item-content {
  padding-left: 0;
  padding-right: 20px;
}

.rtl .blog-sidebar {
  margin-left: 0;
  margin-right: 60px;
}

.rtl .category-widget-box .category-list li span {
  float: left;
}

.rtl .contact-widget-item .contact-widget-content {
  padding-left: 0;
  padding-right: 15px;
}

.rtl .contact-widget-item .contact-widget-icon img {
  left: auto;
  right: -10px;
}

.rtl .show_hide_password .show-pass {
  right: auto;
  left: 30px;
}

.rtl .show_hide_password input {
  padding-right: 25px;
  padding-left: 60px;
}

.rtl .custom-check-group label::before {
  margin-right: 0;
  margin-left: 8px;
}

.rtl .custom-check-group input:checked + label::after {
  left: auto;
  right: 7px;
}

.rtl .sidebar-menu .sidebar-menu-item a .menu-icon {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .dashboard-title-part .left .icon {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .toggle-container {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .notification-wrapper {
  right: auto;
  left: 0;
}

.rtl .notification-wrapper .notification-list li .content {
  padding-left: 0;
  padding-right: 10px;
}

.rtl .notification-wrapper .notification-list li .content .sub-title {
  text-align: right;
}

.rtl .dashboard-list-user-wrapper .dashboard-list-user-content {
  padding-left: 0;
  padding-right: 20px;
}

.rtl .sidebar {
  left: auto;
  right: 0;
}

@media only screen and (max-width: 1199px) {
  .rtl .sidebar {
    right: -300px;
  }
}
@media only screen and (max-width: 1199px) {
  .rtl .sidebar.active {
    right: 0;
  }
}
.rtl .body-wrapper {
  padding-right: 285px;
  padding-left: 30px;
}

.rtl .body-wrapper.active {
  padding-left: 10px;
  padding-right: 85px;
}

@media only screen and (max-width: 1199px) {
  .rtl .body-wrapper {
    padding-right: 15px;
  }
  .rtl .body-wrapper.active {
    padding-right: 15px;
  }
}
.rtl .navbar-wrapper {
  margin-left: 0;
  margin-right: 250px;
}

.rtl .navbar-wrapper.active {
  margin-right: 60px;
}

@media only screen and (max-width: 1199px) {
  .rtl .navbar-wrapper {
    margin-right: 0;
  }
  .rtl .navbar-wrapper.active {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rtl .dashboard-title-part .right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 575px) {
  .rtl .dashboard-list-right {
    text-align: right;
  }
}
.rtl .preview-list-user-wrapper .preview-list-user-content {
  padding-left: 0;
  padding-right: 20px;
}

@media only screen and (max-width: 575px) {
  .rtl .preview-list-right {
    text-align: right;
  }
}
.rtl .chat-container .media .media-body p::before {
  left: auto;
  right: -10px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.rtl .chat-container .media.media-chat-reverse .media-body p::before {
  left: -10px;
  right: auto;
  clip-path: polygon(100% 100%, 100% 0, 0 50%);
}

.rtl .chat-container .media.media-chat-reverse {
  margin-left: 0;
  margin-right: auto;
}

.rtl .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rtl .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rtl .btn-close {
  margin-right: auto;
  margin-left: 0;
}

.rtl .sidebar:hover .sidebar-menu .sidebar-menu-item .menu-icon {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .dashbord-item .dashboard-content {
  padding-left: 0;
  padding-right: 30px;
}

.rtl .me-1 {
  margin-right: 0 !important;
  margin-left: 0.25rem !important;
}

.rtl .support-profile-wrapper .support-profile-list li span, .support-profile-wrapper .support-profile-list li p {
  float: left;
}

.rtl .profile-thumb-content .profile-thumb {
  margin-right: 0;
  margin-left: 40px;
}

.rtl .profile-thumb-content .profile-thumb .avatar-edit {
  right: auto;
  left: 0;
}

.rtl .profile-thumb-content .profile-content .user-info-list li i {
  margin-right: 0;
  margin-left: 5px;
}

.rtl .nice-select {
  text-align: right !important;
}

.rtl .nice-select:after {
  right: auto;
  left: 12px;
}

.rtl .nice-select .option {
  text-align: right;
}

.rtl .note-area ul li::before {
  left: auto;
  right: 0;
}

.rtl .note-area ul li {
  padding-left: 0;
  padding-right: 15px;
}

.rtl .trace-item {
  padding-left: 0;
  padding-right: 30px;
}

.rtl .trace-item::before {
  left: auto;
  right: 0;
}

.rtl .trace-item::after {
  left: auto;
  right: -10px;
}

.stats-items-wrapper {
  padding: 60px 0;
  background-color: #ffffff;
}
.stats-items-wrapper .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
}
.stats-items-wrapper [class*=col-] {
  padding: 15px;
}

.statistic-item {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
  background: rgba(36, 48, 4, 0.05);
}
.statistic-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  border: 1px solid #BCFF00;
  border-color: #BCFF00;
}

.stat-img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  min-height: 80px;
}
.stat-img-wrapper.multiple {
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.stat-img-wrapper.multiple .stat-image {
  margin: 0;
}
.stat-img-wrapper.multiple .stat-image:not(:last-child) {
  margin-right: 0;
}
.stat-img-wrapper:not(.multiple) .stat-image {
  margin: 0 auto;
}

.stat-image {
  width: auto;
  max-width: 100%;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media (max-width: 768px) {
  .stat-image {
    height: 50px;
  }
}
@media (max-width: 576px) {
  .stat-image {
    height: 45px;
  }
}
.stat-image-xl {
  height: 80px;
}
@media (max-width: 768px) {
  .stat-image-xl {
    height: 70px;
  }
}
@media (max-width: 576px) {
  .stat-image-xl {
    height: 60px;
  }
}

.stat-img-wrapper.multiple .stat-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: calc(50% - 5px);
}
.stat-img-wrapper.multiple .stat-image:first-child:nth-last-child(2), .stat-img-wrapper.multiple .stat-image:first-child:nth-last-child(2) ~ .stat-image {
  width: calc(50% - 5px);
  max-width: calc(50% - 5px);
}
.stat-img-wrapper.multiple .stat-image.stat-image-xl {
  height: 70px;
}
@media (max-width: 768px) {
  .stat-img-wrapper.multiple .stat-image.stat-image-xl {
    height: 60px;
  }
}
@media (max-width: 576px) {
  .stat-img-wrapper.multiple .stat-image.stat-image-xl {
    height: 50px;
  }
}
.stat-img-wrapper.multiple:has(.stat-image:first-child:nth-last-child(2)) .stat-image {
  width: calc(50% - 5px);
}
.stat-img-wrapper.multiple:has(.stat-image:first-child:nth-last-child(3)) {
  gap: 8px;
}
.stat-img-wrapper.multiple:has(.stat-image:first-child:nth-last-child(3)) .stat-image {
  width: calc(33.33% - 5px);
}
@media (max-width: 480px) {
  .stat-img-wrapper.multiple:has(.stat-image:first-child:nth-last-child(3)) .stat-image {
    width: calc(50% - 4px);
  }
  .stat-img-wrapper.multiple:has(.stat-image:first-child:nth-last-child(3)) .stat-image:last-child {
    width: 100%;
  }
}

.stat-title {
  font-size: 18px;
  font-weight: 600;
  color: #243004;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .stat-title {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .stat-title {
    font-size: 15px;
  }
}

@media (max-width: 1200px) {
  .stats-items-wrapper {
    padding: 50px 0;
  }
}
@media (max-width: 992px) {
  .stats-items-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .stats-items-wrapper {
    padding: 30px 0;
  }
  .stats-items-wrapper .statistic-item {
    padding: 25px 15px;
  }
}
@media (max-width: 576px) {
  .stats-items-wrapper {
    padding: 25px 0;
  }
  .stats-items-wrapper .statistic-item {
    padding: 20px 12px;
  }
}
.how-it-works-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 80px 0;
  background: #ffffff;
  overflow-x: hidden;
}
.how-it-works-section .how-it-works-items-wrapper {
  position: relative;
  min-height: 600px;
}
@media (max-width: 991px) {
  .how-it-works-section .how-it-works-items-wrapper {
    min-height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.how-it-works-section .steps-wrapper {
  width: 55%;
  max-width: 700px;
}
@media (max-width: 991px) {
  .how-it-works-section .steps-wrapper {
    width: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.how-it-works-section .step-item {
  display: none;
}
.how-it-works-section .step-item.active {
  display: block;
  -webkit-animation: slideIn 0.5s ease;
          animation: slideIn 0.5s ease;
}
.how-it-works-section .step-item .step-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
.how-it-works-section .step-item .step-header .step-number {
  font-size: 18px;
  font-weight: 700;
  color: #163300;
  background: rgba(188, 255, 0, 0.15);
  padding: 8px 20px;
  border-radius: 40px;
  border: 1px solid rgba(188, 255, 0, 0.3);
}
.how-it-works-section .step-item .step-header .step-tag {
  font-size: 14px;
  font-weight: 500;
  color: #163300;
  background: #ffffff;
  padding: 6px 16px;
  border-radius: 30px;
  border: 1px solid #e5e5e5;
}
.how-it-works-section .step-item .step-title {
  font-size: 24px;
  font-weight: 800;
  color: #243004;
  line-height: 1.1;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}
.how-it-works-section .step-item .step-description {
  margin-bottom: 40px;
}
.how-it-works-section .step-item .step-description .main-desc {
  font-size: 18px;
  color: #163300;
  line-height: 1.7;
  opacity: 0.9;
  margin-bottom: 35px;
  max-width: 550px;
}
.how-it-works-section .step-item .feature-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin: 35px 0;
}
@media (max-width: 576px) {
  .how-it-works-section .step-item .feature-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.how-it-works-section .step-item .feature-grid .feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  border: 1px solid #e5e5e5;
  padding: 15px 10px;
  border-radius: 15px;
}
.how-it-works-section .step-item .feature-grid .feature-item i {
  font-size: 24px;
  color: #243004;
  background: rgba(36, 48, 4, 0.03);
  padding: 12px;
  border-radius: 16px;
}
.how-it-works-section .step-item .feature-grid .feature-item .feature-text h4 {
  font-size: 16px;
  font-weight: 600;
  color: #243004;
  margin-bottom: 5px;
}
.how-it-works-section .step-item .feature-grid .feature-item .feature-text p {
  font-size: 14px;
  color: #163300;
  opacity: 0.7;
  line-height: 1.1;
}
.how-it-works-section .step-item .payment-methods {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 30px 0;
}
@media (max-width: 576px) {
  .how-it-works-section .step-item .payment-methods {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.how-it-works-section .step-item .payment-methods .payment-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.how-it-works-section .step-item .payment-methods .payment-card:hover {
  border-color: #BCFF00;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 25px -10px rgba(188, 255, 0, 0.3);
          box-shadow: 0 10px 25px -10px rgba(188, 255, 0, 0.3);
}
.how-it-works-section .step-item .payment-methods .payment-card i {
  font-size: 28px;
  color: #243004;
}
.how-it-works-section .step-item .payment-methods .payment-card span {
  font-size: 12px;
  font-weight: 500;
  color: #163300;
}
.how-it-works-section .step-item .qr-features {
  background: #ffffff;
  border-radius: 24px;
  padding: 25px;
  margin: 30px 0;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 15px 35px -15px rgba(36, 48, 4, 0.1);
          box-shadow: 0 15px 35px -15px rgba(36, 48, 4, 0.1);
}
.how-it-works-section .step-item .qr-features .qr-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}
.how-it-works-section .step-item .qr-features .qr-step:last-child {
  border-bottom: none;
}
.how-it-works-section .step-item .qr-features .qr-step .qr-icon {
  width: 50px;
  height: 50px;
  background: rgba(36, 48, 4, 0.05);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.how-it-works-section .step-item .qr-features .qr-step .qr-icon i {
  font-size: 24px;
  color: #243004;
}
.how-it-works-section .step-item .qr-features .qr-step .qr-text h4 {
  font-size: 16px;
  font-weight: 600;
  color: #243004;
  margin-bottom: 4px;
}
.how-it-works-section .step-item .qr-features .qr-step .qr-text p {
  font-size: 14px;
  color: #163300;
  opacity: 0.7;
}
.how-it-works-section .step-item .success-stats {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 30px 0;
}
.how-it-works-section .step-item .success-stats .success-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.how-it-works-section .step-item .success-stats .success-card i {
  font-size: 28px;
  color: #243004;
}
.how-it-works-section .step-item .success-stats .success-card .success-card-content h4 {
  font-size: 15px;
  font-weight: 600;
  color: #243004;
  margin-bottom: 4px;
}
.how-it-works-section .step-item .success-stats .success-card .success-card-content p {
  font-size: 13px;
  color: #163300;
  opacity: 0.7;
}
.how-it-works-section .step-navigation {
  position: absolute;
  right: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 320px;
}
@media (max-width: 1200px) {
  .how-it-works-section .step-navigation {
    right: 0;
  }
}
@media (max-width: 991px) {
  .how-it-works-section .step-navigation {
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 20px auto;
  }
}
.how-it-works-section .step-navigation .nav-container {
  background: #ffffff;
  border-radius: 32px;
  padding: 25px;
  border: 1px solid #e5e5e5;
}
@media (max-width: 991px) {
  .how-it-works-section .step-navigation .nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
  }
}
.how-it-works-section .step-navigation .nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 15px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .how-it-works-section .step-navigation .nav-btn {
    width: auto;
    padding: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.how-it-works-section .step-navigation .nav-btn:hover {
  background: #FFFBF2;
}
.how-it-works-section .step-navigation .nav-btn:hover .nav-icon {
  background: rgba(188, 255, 0, 0.2);
}
.how-it-works-section .step-navigation .nav-btn.active {
  background: #FFFBF2;
  border-left: 4px solid #BCFF00;
}
@media (max-width: 991px) {
  .how-it-works-section .step-navigation .nav-btn.active {
    border-left: none;
    border-bottom: 4px solid #BCFF00;
    background: transparent;
  }
}
.how-it-works-section .step-navigation .nav-btn.active .nav-icon {
  background: #BCFF00;
}
.how-it-works-section .step-navigation .nav-btn.active .nav-icon i {
  color: #243004;
}
.how-it-works-section .step-navigation .nav-btn .nav-icon {
  width: 50px;
  height: 50px;
  background: #FFFBF2;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .how-it-works-section .step-navigation .nav-btn .nav-icon {
    width: 45px;
    height: 45px;
  }
}
.how-it-works-section .step-navigation .nav-btn .nav-icon i {
  font-size: 22px;
  color: #243004;
}
@media (max-width: 991px) {
  .how-it-works-section .step-navigation .nav-btn .nav-icon i {
    font-size: 20px;
  }
}
.how-it-works-section .step-navigation .nav-btn .nav-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 991px) {
  .how-it-works-section .step-navigation .nav-btn .nav-info {
    display: none;
  }
}
.how-it-works-section .step-navigation .nav-btn .nav-info .nav-step {
  font-size: 12px;
  font-weight: 600;
  color: #243004;
  display: block;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
  opacity: 0.7;
}
.how-it-works-section .step-navigation .nav-btn .nav-info .nav-title {
  font-size: 15px;
  font-weight: 600;
  color: #243004;
  display: block;
}

@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.choose-us-section {
  background-color: #fbfcfe;
}

.choose-us-stack-container {
  position: relative;
}

.choose-us-item {
  position: sticky;
  top: 100px;
  width: 100%;
  margin-bottom: 60px;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  will-change: transform;
}
.choose-us-item .item-inner {
  background: #ffffff;
  border-radius: 60px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 60px;
  min-height: 450px;
}

.item-content .item-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #111;
}
@media (max-width: 1440px) {
  .item-content .item-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.item-content .item-desc {
  font-size: 16px;
  color: #555;
  line-height: 1.3;
  margin-bottom: 30px;
  max-width: 480px;
}

.view-details-link {
  font-weight: 700;
  color: #111;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.view-details-link:hover {
  color: #101da7;
}
.view-details-link:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.item-visual .visual-thumb {
  position: relative;
  border-radius: 24px;
  overflow: visible;
}
.item-visual .visual-thumb img {
  width: 100%;
  border-radius: 24px;
}

.status-badge-overlay {
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  min-width: 190px;
  z-index: 5;
}
.status-badge-overlay .badge-icon-box {
  width: 45px;
  height: 45px;
  background: #f1f3f9;
  color: #ff4e73;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 800;
}
.status-badge-overlay .badge-data p {
  font-size: 11px;
  margin: 0;
  color: #888;
  text-transform: uppercase;
}
.status-badge-overlay .badge-data h4 {
  font-size: 20px;
  margin: 2px 0;
  color: #101da7;
  font-weight: 800;
}
.status-badge-overlay .badge-data span {
  font-size: 10px;
  color: #aaa;
}

.security-section {
  background: #ffffff;
  overflow: hidden;
}

.security-3d-wrapper {
  position: relative;
  min-height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-perspective: 1500px;
          perspective: 1500px;
}
@media (max-width: 1200px) {
  .security-3d-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
    gap: 20px;
    padding: 0 15px;
  }
}

.center-image {
  z-index: 2;
  position: relative;
}
.center-image img {
  max-width: 320px;
  -webkit-filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.15));
}
@media (max-width: 1200px) {
  .center-image {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.security-item-3d {
  position: absolute;
  width: 360px;
  z-index: 3;
}
@media (max-width: 1200px) {
  .security-item-3d {
    position: relative;
    width: 100%;
    max-width: 500px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.security-item-3d .item-inner {
  background: #ffffff;
  border-radius: 100px;
  padding: 25px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07);
  border: 1px solid rgba(188, 255, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.security-item-3d .item-inner:hover {
  border-color: #BCFF00;
  -webkit-box-shadow: 0 15px 40px rgba(188, 255, 0, 0.2);
          box-shadow: 0 15px 40px rgba(188, 255, 0, 0.2);
}
.security-item-3d .number {
  background: #BCFF00;
  color: #243004;
  font-family: "Contrail One", sans-serif;
  width: 65px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
  font-size: 1.3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.security-item-3d .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 15px;
}
.security-item-3d .content h4 {
  font-family: "Contrail One", sans-serif;
  font-size: 1rem;
  color: #243004;
  margin-bottom: 3px;
  line-height: 1.2;
}
.security-item-3d .content p {
  font-size: 0.8rem;
  color: #163300;
  margin: 0;
  line-height: 1.4;
}
.security-item-3d .icon {
  font-size: 1.8rem;
  color: #243004;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.security-item-3d {
  /* --- Tighter Positioning (Closer to Center) --- */
}
.security-item-3d.item-1 {
  top: 10%;
  left: 15%;
}
.security-item-3d.item-2 {
  top: 10%;
  right: 15%;
}
.security-item-3d.item-3 {
  bottom: 35%;
  left: 2%;
}
.security-item-3d.item-4 {
  bottom: 30%;
  right: 5%;
}
.security-item-3d.item-5 {
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 4;
}

/* Overlapping Logic for Left/Right sides */
[data-side=left] .number {
  margin-right: -35px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
[data-side=left] .icon {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
[data-side=left] .content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: left;
}

[data-side=right] .number {
  margin-left: -35px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
[data-side=right] .icon {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
[data-side=right] .content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: left;
}

/* Special centering for the bottom item */
.item-5 .number {
  margin-right: -35px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.bento-about-section {
  padding: 80px 0;
  position: relative;
  background: transparent;
  overflow: hidden;
}
.bento-about-section .corner-badge {
  position: absolute;
  bottom: 5%;
  width: 300px;
  opacity: 0.5;
  z-index: -1;
}
.bento-about-section .corner-badge.badge-left {
  left: -3%;
  top: 0;
}
.bento-about-section .corner-badge.badge-right {
  right: -3%;
  bottom: 0;
  min-width: 450px;
}
@media (max-width: 991px) {
  .bento-about-section .corner-badge {
    display: none;
  }
}

.bento-grid-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 991px) {
  .bento-grid-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .bento-grid-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.bento-card {
  border-radius: 40px;
  padding: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 450px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  overflow: hidden;
}
.bento-card.card-light {
  background: rgba(115, 152, 12, 0.05);
  color: #000000;
}
.bento-card.card-primary {
  background-color: #BCFF00;
  color: #000000;
}
@media (min-width: 992px) {
  .bento-card.card-primary {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.bento-card.card-dark {
  background: rgba(115, 152, 12, 0.05);
}
.bento-card:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.bento-card:hover .arrow-circle {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #000000;
  color: #ffffff;
}

.cutout-arrow-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  background: transparent;
}
.cutout-arrow-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 80px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-box-shadow: 15px -15px 0 0 #ffffff;
          box-shadow: 15px -15px 0 0 #ffffff;
}
.cutout-arrow-wrap::after {
  content: "";
  position: absolute;
  top: 81px;
  right: 0px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-box-shadow: 15px -15px 0 0 #ffffff;
          box-shadow: 15px -15px 0 0 #ffffff;
}
.cutout-arrow-wrap .arrow-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 0 0 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cutout-arrow-wrap.primary-cutout .arrow-inner {
  background: #ffffff;
}

.arrow-circle {
  width: 50px;
  height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.card-visual-center {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.card-visual-center img {
  max-width: 150px;
  height: auto;
}

.bento-col-stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.bento-col-stack .small-item {
  min-height: 213px;
}
@media (max-width: 991px) {
  .bento-col-stack {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 767px) {
  .bento-col-stack {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.card-content .title {
  font-family: "Contrail One", sans-serif;
  font-size: 26px;
  margin-bottom: 10px;
}
.card-content .sub-title {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  opacity: 0.8;
  line-height: 1.5;
}

@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
.floating-img {
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;
}

.floating-img-slow {
  -webkit-animation: float 4s ease-in-out infinite;
          animation: float 4s ease-in-out infinite;
}

.blur-glow {
  position: absolute;
  top: -10%;
  right: -10%;
  width: 100px;
  height: 100px;
  background: #BCFF00;
  -webkit-filter: blur(40px);
          filter: blur(40px);
  opacity: 0.3;
}

.qr-feature-section {
  padding: 40px 0;
  background: #ffffff;
  font-family: "DM Sans", sans-serif;
}

.qr-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media (max-width: 991px) {
  .qr-main-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.qr-visual-hub {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 60vh;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.qr-visual-hub .qr-static-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .qr-visual-hub {
    position: relative;
    height: auto;
    margin-bottom: 50px;
  }
}

.qr-big-card {
  width: 350px;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -30px;
  background: #BCFF00;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 1440px) {
  .qr-big-card {
    height: 290px;
    margin-top: 50px;
  }
}
.qr-big-card .qr-main-img {
  width: 85%;
}

.qr-description-box {
  text-align: center;
}
.qr-description-box .desc-text {
  color: #163300;
  background: #BCFF00;
  padding: 20px;
  border-radius: 20px;
}

.qr-items-column {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .qr-items-column {
    width: 100%;
  }
}

.qr-feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background: #f8f9fa;
  padding: 10px 35px;
  border-radius: 100px;
  margin-bottom: 10px;
  width: 90%;
  max-width: 90%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid transparent;
  cursor: pointer;
}
@media (max-width: 992px) {
  .qr-feature-item {
    width: 100%;
  }
}
.qr-feature-item:nth-child(1), .qr-feature-item:nth-child(8) {
  margin-left: -20px;
}
.qr-feature-item:nth-child(2), .qr-feature-item:nth-child(7) {
  margin-left: 35px;
}
.qr-feature-item:nth-child(3), .qr-feature-item:nth-child(6) {
  margin-left: 75px;
}
.qr-feature-item:nth-child(4), .qr-feature-item:nth-child(5) {
  margin-left: 105px;
}
.qr-feature-item i {
  width: 35px;
  height: 35px;
  background: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #243004;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.qr-feature-item i::before {
  color: #243004 !important;
  font-size: 12px;
}
.qr-feature-item span {
  font-size: 16px;
  font-weight: 600;
  color: #163300;
}
.qr-feature-item.qr-active {
  background: #BCFF00;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-box-shadow: 0 15px 35px rgba(188, 255, 0, 0.3);
          box-shadow: 0 15px 35px rgba(188, 255, 0, 0.3);
  z-index: 5;
}

@media (max-width: 991px) {
  .qr-feature-item {
    margin-left: 0 !important;
    max-width: 100%;
  }
}
.qr-global-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #ffffff;
  font-family: "DM Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 40px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .qr-global-section {
    padding-top: 20px;
  }
}
@media (max-width: 1440px) {
  .qr-global-section .section-heading .section-subtitle {
    margin-bottom: 5px;
  }
}
.qr-global-section .marquee-wrapper {
  position: relative;
  width: 100%;
  height: 100px;
  background: #FFFBF2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .qr-global-section .marquee-wrapper {
    height: 60px;
    margin-bottom: 10px;
    margin-top: -30px;
  }
}
.qr-global-section .marquee-wrapper .progress-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #BCFF00;
  z-index: 1;
}
.qr-global-section .marquee-wrapper .continents-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  z-index: 2;
  padding: 0 10px;
}
.qr-global-section .marquee-wrapper .continents-container .continent-node {
  font-family: "Contrail One", sans-serif;
  text-transform: uppercase;
  font-size: clamp(0.9rem, 2.5vw, 2.1rem);
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.qr-global-section .marquee-wrapper .continents-container .continent-node.active {
  color: #000000;
}
.qr-global-section .main-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 70px;
}
@media (max-width: 1440px) {
  .qr-global-section .main-layout {
    gap: 10px;
    margin-top: 80px;
  }
}
@media (max-width: 124px) {
  .qr-global-section .main-layout {
    gap: 0px;
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .qr-global-section .main-layout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
    gap: 10px;
    margin-top: 0px;
  }
}
.qr-global-section .premium-card {
  background: #BCFF00;
  border-radius: 40px;
  padding: clamp(30px, 5vw, 50px);
  min-height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1440px) {
  .qr-global-section .premium-card {
    min-height: 280px;
  }
}
@media (max-width: 1199px) {
  .qr-global-section .premium-card {
    min-height: 200px;
    padding: 30px;
    border-radius: 30px;
  }
}
@media (max-width: 991px) {
  .qr-global-section .premium-card {
    max-width: 500px;
    margin: 0 auto;
    min-height: 160px;
  }
}
@media (max-width: 767px) {
  .qr-global-section .premium-card {
    min-height: 180px;
    padding: 10px 20px;
    border-radius: 25px;
    -webkit-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1);
  }
}
.qr-global-section .premium-card .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 30px;
  background: transparent;
}
@media (max-width: 1440px) {
  .qr-global-section .premium-card .card-header {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .qr-global-section .premium-card .card-header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .qr-global-section .premium-card .card-header {
    margin-bottom: 10px;
  }
}
.qr-global-section .premium-card .card-header .status-dot {
  width: 10px;
  height: 10px;
  background: #000000;
  border-radius: 50%;
}
.qr-global-section .premium-card .card-header h3 {
  font-family: "Contrail One", sans-serif;
  font-size: 1.6rem;
  margin: 0;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 992px) {
  .qr-global-section .premium-card .card-header h3 {
    font-size: 16px;
  }
}
.qr-global-section .premium-card .flag-grid-wrapper {
  position: relative;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .qr-global-section .premium-card .flag-grid-wrapper {
    height: 60px;
  }
}
@media (max-width: 1440px) {
  .qr-global-section .premium-card .flag-grid-wrapper {
    height: 80px;
  }
}
.qr-global-section .premium-card .flag-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (max-width: 1440px) {
  .qr-global-section .premium-card .flag-grid {
    gap: 5px;
  }
}
.qr-global-section .premium-card .flag-grid.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.qr-global-section .premium-card .flag-item {
  background: #ffffff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1440px) {
  .qr-global-section .premium-card .flag-item {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .qr-global-section .premium-card .flag-item {
    width: 30px;
    height: 30px;
  }
}
.qr-global-section .premium-card .flag-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.qr-global-section .premium-card .card-footer {
  margin-top: 30px;
  background: transparent;
  border-top: none;
}
@media (max-width: 1240px) {
  .qr-global-section .premium-card .card-footer {
    margin-top: 0px;
  }
}
.qr-global-section .premium-card .card-footer .view-more-link {
  width: 100%;
  display: inline-block;
  background: #000000;
  color: #ffffff;
  padding: 10px 32px;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
@media (max-width: 767px) {
  .qr-global-section .premium-card .card-footer .view-more-link {
    padding: 8px 24px;
    font-size: 13px;
  }
}
.qr-global-section .premium-card .card-footer .view-more-link:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  opacity: 0.9;
}

.text-side .section-heading {
  text-align: left;
}

.brand-section {
  background-color: #ffffff;
  padding: 50px 0;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.brand-section .tagline-container {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.brand-section .tagline-container .tagline {
  font-family: "Contrail One", sans-serif;
  color: #243004;
  font-size: clamp(18px, 4vw, 24px);
  text-transform: uppercase;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  white-space: nowrap;
}
.brand-section .tagline-container .tagline::before, .brand-section .tagline-container .tagline::after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  display: inline-block;
}
.brand-section .marquee-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}
.brand-section .marquee-wrapper:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.brand-section .marquee-wrapper .marquee-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 100px;
  will-change: transform;
}
.brand-section .brand-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.brand-section .brand-item img {
  height: 85px;
  width: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block;
}
.brand-section .brand-item img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 768px) {
  .brand-section {
    padding: 60px 0;
  }
  .brand-section .tagline-container .tagline {
    gap: 15px;
  }
  .brand-section .tagline-container .tagline::before, .brand-section .tagline-container .tagline::after {
    width: 50px;
  }
  .brand-section .brand-item img {
    height: 35px;
  }
  .brand-section .marquee-content {
    gap: 60px;
  }
}
.contact-section {
  background-color: #ffffff;
  padding: 80px 0;
}
@media (min-width: 768px) {
  .contact-section {
    padding: 120px 0;
  }
}
.contact-section .contact-inner {
  background-color: #ffffff;
  position: relative;
  border-radius: 25px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.contact-section .contact-inner .section-heading {
  text-align: left;
  padding-left: 0;
}
@media (max-width: 991px) {
  .contact-section .contact-inner {
    margin: 0 15px;
  }
}
.contact-section .contact-field {
  padding: 40px 30px;
}
@media (min-width: 768px) {
  .contact-section .contact-field {
    padding: 60px 40px 90px 40px;
  }
}
@media (min-width: 1200px) {
  .contact-section .contact-field {
    padding: 60px 340px 90px 100px;
  }
}
.contact-section .contact-field h3 {
  color: #243004;
  font-size: 28px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .contact-section .contact-field h3 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .contact-section .contact-field h3 {
    font-size: 40px;
  }
}
.contact-section .contact-field p {
  color: #163300;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 35px;
  line-height: 1.6;
}
.contact-section .contact-field .form-control {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  background: transparent;
  color: #243004;
  margin-bottom: 20px;
  width: 100%;
}
.contact-section .contact-field .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-bottom: 2px solid #BCFF00;
}
.contact-section .contact-field .form-control::-webkit-input-placeholder {
  font-size: 13px;
  letter-spacing: 1px;
  color: #163300;
}
.contact-section .contact-field .form-control::-moz-placeholder {
  font-size: 13px;
  letter-spacing: 1px;
  color: #163300;
}
.contact-section .contact-field .form-control:-ms-input-placeholder {
  font-size: 13px;
  letter-spacing: 1px;
  color: #163300;
}
.contact-section .contact-field .form-control::-ms-input-placeholder {
  font-size: 13px;
  letter-spacing: 1px;
  color: #163300;
}
.contact-section .contact-field .form-control::placeholder {
  font-size: 13px;
  letter-spacing: 1px;
  color: #163300;
}
.contact-section .right-contact-social-icon {
  background: #BCFF00;
  height: auto;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .contact-section .right-contact-social-icon {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .contact-section .right-contact-social-icon {
    height: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.contact-section .right-contact-social-icon .social-item-inner {
  padding-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .contact-section .right-contact-social-icon .social-item-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 40px;
    width: 100%;
  }
}
.contact-section .right-contact-social-icon .social-item-inner li {
  list-style: none;
  margin: 0 10px;
}
@media (min-width: 768px) {
  .contact-section .right-contact-social-icon .social-item-inner li {
    margin: 0 15px;
  }
}
.contact-section .right-contact-social-icon .social-item-inner li a {
  color: #73980c;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .contact-section .right-contact-social-icon .social-item-inner li a {
    font-size: 16px;
  }
}
.contact-section .right-contact-social-icon .social-item-inner li a:hover {
  color: #163300;
}
.contact-section .contact-info-sec {
  position: relative;
  background-color: #FFFBF2;
  padding: 40px 30px;
  border-radius: 0;
}
@media (min-width: 992px) {
  .contact-section .contact-info-sec {
    position: absolute;
    right: 1px;
    top: 18%;
    height: 340px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
  }
}
.contact-section .contact-info-sec h4 {
  color: #243004;
  letter-spacing: 1px;
  padding-bottom: 15px;
  font-size: 24px;
}
@media (min-width: 768px) {
  .contact-section .contact-info-sec h4 {
    font-size: 28px;
  }
}
.contact-section .contact-info-sec .info-single {
  margin: 25px 0px;
  color: #163300;
}
@media (min-width: 992px) {
  .contact-section .contact-info-sec .info-single {
    margin: 30px 0px;
  }
}
.contact-section .contact-info-sec .info-single i {
  margin-right: 15px;
  color: #73980c;
  font-size: 16px;
  min-width: 20px;
}
.contact-section .contact-info-sec .info-single span {
  font-size: 14px;
  letter-spacing: 1px;
  color: #163300;
  line-height: 1.5;
}

@-webkit-keyframes softFloat {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}

@keyframes softFloat {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
}
.faq-section {
  background-color: #ffffff;
  padding: 100px 0;
  font-family: "DM Sans", sans-serif;
}
.faq-section .bento-banner {
  position: relative;
  width: 100%;
  max-width: 440px;
  height: 480px;
  margin: auto;
}
.faq-section .bento-banner .bento-main {
  background-color: #BCFF00;
  height: 100%;
  width: 100%;
  border-radius: 60px;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq-section .bento-banner .bento-main .main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.faq-section .bento-banner .bento-main .main-content .title {
  font-family: "Contrail One", sans-serif;
  color: #243004;
  font-size: 44px;
  line-height: 1;
  font-style: italic;
  margin-bottom: 10px;
}
.faq-section .bento-banner .bento-main .main-content .desc {
  color: #163300;
  font-weight: 500;
  font-size: 18px;
}
.faq-section .bento-banner .bento-main .main-content .rate-box {
  text-align: right;
}
.faq-section .bento-banner .bento-main .main-content .rate-box h3 {
  font-family: "Contrail One", sans-serif;
  color: #243004;
  font-size: 38px;
  font-style: italic;
  margin: 0;
}
.faq-section .bento-banner .bento-main .main-content .rate-box p {
  color: #163300;
  font-size: 14px;
  margin-top: 5px;
}
.faq-section .bento-banner .bento-node {
  position: absolute;
  width: 130px;
  height: 130px;
  background-color: #ffffff;
  z-index: 5;
  border-radius: 20px;
}
.faq-section .bento-banner .bento-node .node-inner {
  background-color: #BCFF00;
  width: 100%;
  height: 100%;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.faq-section .bento-banner .bento-node .node-inner .symbol, .faq-section .bento-banner .bento-node .node-inner img {
  -webkit-animation: softFloat 6s ease-in-out infinite;
          animation: softFloat 6s ease-in-out infinite;
}
.faq-section .bento-banner .bento-node .node-inner .symbol {
  font-size: 55px;
  font-weight: 900;
  color: #243004;
}
.faq-section .bento-banner .bento-node .node-inner img {
  width: 45px;
}
.faq-section .bento-banner .bento-node::before, .faq-section .bento-banner .bento-node::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50%;
  pointer-events: none;
}
.faq-section .bento-banner .bento-node.node-tr {
  top: 0;
  right: 0;
  padding-left: 20px;
  padding-bottom: 20px;
}
.faq-section .bento-banner .bento-node.node-tr::before {
  top: 0;
  left: -40px;
  -webkit-box-shadow: 20px -20px 0 0 #ffffff;
          box-shadow: 20px -20px 0 0 #ffffff;
}
.faq-section .bento-banner .bento-node.node-tr::after {
  bottom: -40px;
  right: 0;
  -webkit-box-shadow: 20px -20px 0 0 #ffffff;
          box-shadow: 20px -20px 0 0 #ffffff;
}
.faq-section .bento-banner .bento-node.node-bl {
  bottom: 0;
  left: 0;
  padding-right: 20px;
  padding-top: 20px;
}
.faq-section .bento-banner .bento-node.node-bl::before {
  bottom: 0;
  right: -40px;
  -webkit-box-shadow: -20px 20px 0 0 #ffffff;
          box-shadow: -20px 20px 0 0 #ffffff;
}
.faq-section .bento-banner .bento-node.node-bl::after {
  top: -40px;
  left: 0;
  -webkit-box-shadow: -20px 20px 0 0 #ffffff;
          box-shadow: -20px 20px 0 0 #ffffff;
}
.faq-section .faq-accordion {
  padding-left: 50px;
}
.faq-section .faq-accordion .faq-item {
  border-bottom: 1px solid #e5e5e5;
  padding: 22px 0;
  cursor: pointer;
}
.faq-section .faq-accordion .faq-item .faq-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq-section .faq-accordion .faq-item .faq-head h5 {
  font-family: "Contrail One", sans-serif;
  color: #243004;
  font-size: 20px;
  font-style: italic;
  margin: 0;
}
.faq-section .faq-accordion .faq-item .faq-head .icon {
  width: 20px;
  height: 2px;
  background: #243004;
  position: relative;
}
.faq-section .faq-accordion .faq-item .faq-head .icon::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  background: #243004;
  top: -9px;
  left: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq-section .faq-accordion .faq-item .faq-body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.faq-section .faq-accordion .faq-item .faq-body p {
  padding-top: 15px;
  color: #777777;
  font-size: 16px;
}
.faq-section .faq-accordion .faq-item.active .icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.faq-section .faq-accordion .faq-item.active .faq-body {
  max-height: 150px;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.section-details {
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  padding: 100px 0;
  font-family: "DM Sans", sans-serif;
}
.section-details .section-heading {
  text-align: left;
}
.section-details .details-items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.section-details .details-items-wrapper .details-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
.section-details .details-items-wrapper .details-item .number-badge {
  position: relative;
  min-width: 100px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-details .details-items-wrapper .details-item .number-badge .shape {
  position: absolute;
  width: 60%;
  height: 90%;
  background-color: #BCFF00;
  opacity: 0.6;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  z-index: 1;
}
.section-details .details-items-wrapper .details-item .number-badge .number {
  position: relative;
  font-family: "Contrail One", sans-serif;
  font-size: 50px;
  color: #000000;
  line-height: 1;
  z-index: 2;
  font-weight: 900;
}
.section-details .details-items-wrapper .details-item .item-content {
  padding-top: 5px;
}
.section-details .details-items-wrapper .details-item .item-content .details-item-title {
  font-family: "Contrail One", sans-serif;
  color: #243004;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
}
.section-details .details-items-wrapper .details-item .item-content .details-item-text {
  color: #163300;
  font-size: 14px;
  line-height: 1.1;
  max-width: 400px;
}
.section-details .details-image-box {
  text-align: center;
}
.section-details .details-image-box .floating-img {
  max-width: 100%;
  height: auto;
  -webkit-animation: floating 5s ease-in-out infinite;
          animation: floating 5s ease-in-out infinite;
  -webkit-filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1));
}

@media (max-width: 991px) {
  .section-details {
    min-height: auto;
  }
  .section-details .details-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .section-details .details-item .number-badge {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-width: auto;
  }
}
/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Blog ]
*/
.blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .blog-item {
    display: block;
  }
}
.blog-item.details {
  display: block;
}
.blog-item.details .blog-thumb {
  width: 100%;
}
.blog-item.details .blog-thumb a {
  height: 500px;
}
.blog-item.details .blog-thumb a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.blog-item.details .blog-content {
  width: 100%;
  padding-top: 30px;
}

.blog-thumb {
  width: 356px;
}
@media only screen and (max-width: 767px) {
  .blog-thumb {
    width: 100%;
  }
}
.blog-thumb a {
  display: block;
  overflow: hidden;
}
.blog-thumb img {
  width: 100%;
  border-radius: 5px;
}

.blog-content {
  width: calc(100% - 356px);
  padding-left: 40px;
}
@media only screen and (max-width: 767px) {
  .blog-content {
    width: 100%;
    padding-left: 0;
    padding-top: 25px;
  }
}
.blog-content .category {
  margin-bottom: 10px;
  color: #BCFF00;
  font-weight: 500;
  padding: 5px 20px;
  border-radius: 10px;
  background: rgba(188, 255, 0, 0.05);
  border-left: 3px solid #BCFF00;
}
.blog-content .title {
  margin-bottom: 20px;
  font-family: "Contrail One", sans-serif;
}
.blog-content .blog-user-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 20px 0;
}
.blog-content .blog-user-wrapper .blog-user-thumb {
  width: 70px;
  height: 70px;
}
.blog-content .blog-user-wrapper .blog-user-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.blog-content .blog-user-wrapper .blog-user-content {
  width: calc(100% - 70px);
  padding-left: 20px;
}
.blog-content .blog-user-wrapper .blog-user-content .title {
  margin-bottom: 5px;
}
.blog-content .blog-user-wrapper .blog-user-content .sub-title {
  font-size: 14px;
  font-weight: 500;
}

.blog-sidebar {
  position: sticky;
  top: 10%;
  margin-left: 60px;
}
@media only screen and (max-width: 1199px) {
  .blog-sidebar {
    margin-left: 0;
  }
}

.widget-box {
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
          box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  padding: 30px;
  border-radius: 5px;
}
@media only screen and (max-width: 991px) {
  .widget-box {
    padding: 20px;
  }
}
.widget-box .widget-title {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.widget-box .widget-title::before {
  position: absolute;
  content: "";
  top: 3px;
  left: -30px;
  width: 3px;
  height: 20px;
  background: #BCFF00;
}
@media only screen and (max-width: 991px) {
  .widget-box .widget-title::before {
    left: -20px;
  }
}

.widget-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.widget-title-area .widget-title {
  margin-bottom: 0;
}

.category-widget-box .category-list {
  margin-bottom: -15px;
}
.category-widget-box .category-list li {
  padding: 5px 0;
  border-radius: 5px;
  margin-bottom: 10px;
  font-weight: 500;
}
.category-widget-box .category-list li a {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.category-widget-box .category-list li a:hover {
  color: #BCFF00;
}
.category-widget-box .category-list li span {
  float: right;
  background: #BCFF00;
  color: white;
  padding: 5px 10px;
  border-radius: 10px;
  min-width: 40px;
}

.popular-widget-box {
  margin-bottom: -10px;
}

.single-popular-item {
  margin-bottom: 20px;
}
.single-popular-item .popular-item-thumb {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  overflow: hidden;
}
.single-popular-item .popular-item-thumb a {
  display: block;
  height: 100%;
}
.single-popular-item .popular-item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-popular-item .popular-item-content {
  width: calc(100% - 90px);
  padding-left: 20px;
}
.single-popular-item .popular-item-content span {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}
.single-popular-item .popular-item-content .title {
  margin-bottom: 0;
  line-height: 1.5;
}
.single-popular-item .popular-item-content .title a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-popular-item .popular-item-content .title a:hover {
  color: #BCFF00;
}

.tag-widget-box .tag-list {
  margin: -5px;
}
.tag-widget-box .tag-list li {
  display: inline-block;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  font-weight: 500;
  padding: 5px 15px;
  margin: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.tag-widget-box .tag-list li:hover {
  border: 1px solid #BCFF00;
  color: #BCFF00;
}

.blog-details-section .blog-content {
  padding-left: 0;
}

.blog-share-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin: 30px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-share-options .share-title {
  font-family: "Contrail One", sans-serif;
  color: #243004;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
}
.blog-share-options .share-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.blog-share-options .share-icons .share-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #e5e5e5;
}
.blog-share-options .share-icons .share-icon i {
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-share-options .share-icons .share-icon.facebook {
  background: #ffffff;
  border-color: #1877F2;
}
.blog-share-options .share-icons .share-icon.facebook i {
  color: #1877F2;
}
.blog-share-options .share-icons .share-icon.facebook:hover {
  background: #1877F2;
}
.blog-share-options .share-icons .share-icon.facebook:hover i {
  color: #ffffff;
}
.blog-share-options .share-icons .share-icon.twitter {
  background: #ffffff;
  border-color: #1DA1F2;
}
.blog-share-options .share-icons .share-icon.twitter i {
  color: #1DA1F2;
}
.blog-share-options .share-icons .share-icon.twitter:hover {
  background: #1DA1F2;
}
.blog-share-options .share-icons .share-icon.twitter:hover i {
  color: #ffffff;
}
.blog-share-options .share-icons .share-icon.linkedin {
  background: #ffffff;
  border-color: #0077B5;
}
.blog-share-options .share-icons .share-icon.linkedin i {
  color: #0077B5;
}
.blog-share-options .share-icons .share-icon.linkedin:hover {
  background: #0077B5;
}
.blog-share-options .share-icons .share-icon.linkedin:hover i {
  color: #ffffff;
}
.blog-share-options .share-icons .share-icon.whatsapp {
  background: #ffffff;
  border-color: #25D366;
}
.blog-share-options .share-icons .share-icon.whatsapp i {
  color: #25D366;
}
.blog-share-options .share-icons .share-icon.whatsapp:hover {
  background: #25D366;
}
.blog-share-options .share-icons .share-icon.whatsapp:hover i {
  color: #ffffff;
}
.blog-share-options .share-icons .share-icon.link {
  background: #ffffff;
  border-color: #BCFF00;
}
.blog-share-options .share-icons .share-icon.link i {
  color: #BCFF00;
}
.blog-share-options .share-icons .share-icon.link:hover {
  background: #BCFF00;
}
.blog-share-options .share-icons .share-icon.link:hover i {
  color: #ffffff;
}
.blog-share-options .share-icons .share-icon:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .blog-share-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .blog-share-options .share-icons .share-icon {
    width: 35px;
    height: 35px;
  }
  .blog-share-options .share-icons .share-icon i {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .blog-share-options .share-icons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
}
/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### dashboard block ]
*/
.page-wrapper {
  background-color: #ffffff;
  position: relative;
  min-height: 100vh;
}
.page-wrapper .custom-card .card-body {
  border: none;
}

.sidebar::-webkit-scrollbar {
  display: none;
}

.sidebar {
  width: 250px;
  position: fixed;
  background: #ffffff;
  padding: 20px 10px;
  top: 0;
  left: 0;
  height: 98vh;
  z-index: 9;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 20px;
  margin: 10px;
  border: 1px solid #e5e5e5;
}
@media only screen and (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}
.sidebar.active {
  width: 60px;
}
@media only screen and (max-width: 1199px) {
  .sidebar.active {
    width: 250px;
    left: 0;
  }
}
.sidebar.active .sidebar-menu .sidebar-menu-item a {
  padding: 12px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .sidebar.active .sidebar-menu .sidebar-menu-item a {
    padding: 12px 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sidebar.active .sidebar-menu .sidebar-menu-item .menu-icon {
  margin-right: 0;
}
@media only screen and (max-width: 1199px) {
  .sidebar.active .sidebar-menu .sidebar-menu-item .menu-icon {
    margin-right: 10px;
  }
}
.sidebar.active .sidebar-menu .sidebar-menu-item .sidebar-item-badge {
  display: none;
}
.sidebar.active .menu-title {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .sidebar.active .menu-title {
    display: block;
  }
}
.sidebar.active .sidebar-doc-box {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .sidebar.active .sidebar-doc-box {
    display: block;
  }
}
.sidebar.active:hover {
  width: 250px;
}
.sidebar.active:hover .sidebar-menu .sidebar-menu-item a {
  padding: 12px 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sidebar.active:hover .sidebar-menu .sidebar-menu-item .menu-icon {
  margin-right: 10px;
}
.sidebar.active:hover .sidebar-menu .sidebar-menu-item .sidebar-item-badge {
  display: block;
}
.sidebar.active:hover .menu-title {
  display: inline-block;
}
.sidebar.active:hover .sidebar-doc-box {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}

.sidebar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.sidebar-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.sidebar-logo::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(224, 225, 226, 0)), color-stop(47.22%, rgba(188, 255, 0, 0.9)), color-stop(94.44%, rgba(188, 255, 0, 0.05)));
  background: linear-gradient(90deg, rgba(224, 225, 226, 0) 0%, rgba(188, 255, 0, 0.9) 47.22%, rgba(188, 255, 0, 0.05) 94.44%);
}
.sidebar-logo .sidebar-main-logo {
  max-width: 90px;
}
.sidebar-logo .sidebar-menu-bar {
  font-size: 14px;
  color: #163300;
  background-color: transparent;
  display: none;
}

.sidebar-menu-wrapper {
  padding-top: 15px;
}

.sidebar-menu-header {
  position: relative;
  letter-spacing: 0.05em;
  font-size: 0.6875rem;
  font-weight: 500;
  margin-bottom: 15px;
  padding-left: 10px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 20px;
}
.sidebar-menu-header::before {
  content: "--";
  position: absolute;
  left: 0;
  top: 0;
}

.sidebar-item-badge {
  margin-left: auto;
}

.sidebar-menu .sidebar-menu-item {
  position: relative;
  margin-bottom: 5px;
  border-radius: 5px;
}
.sidebar-menu .sidebar-menu-item::after {
  position: absolute;
  content: "";
  top: 0;
  right: -15px;
  width: 2px;
  height: 0;
  background-color: #BCFF00;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar-menu .sidebar-menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  padding: 10px 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar-menu .sidebar-menu-item a .menu-icon {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  color: #BCFF00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar-menu .sidebar-menu-item.sidebar-dropdown a {
  position: relative;
}
.sidebar-menu .sidebar-menu-item.sidebar-dropdown a::after {
  position: absolute;
  top: 18px;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  color: #163300;
  font-weight: 700;
  content: "\f105";
  font-size: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu {
  position: relative;
  display: none;
  z-index: 1;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu.open {
  display: block;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item {
  letter-spacing: normal;
  color: #163300;
  font-weight: 400;
  margin-top: 0;
  padding-left: 2px;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a {
  padding: 10px 20px;
  color: #163300;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a::after {
  display: none;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a:hover {
  letter-spacing: 1px;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a .menu-icon {
  font-size: 18px;
  margin-right: 8px;
}
.sidebar-menu .sidebar-menu-item:hover {
  letter-spacing: 1px;
  color: #BCFF00;
  font-weight: 600;
}
.sidebar-menu .sidebar-menu-item.active {
  background-color: rgba(188, 255, 0, 0.1);
}
.sidebar-menu .sidebar-menu-item.active::after {
  height: 30px;
}
.sidebar-menu .sidebar-menu-item.active a::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sidebar-menu .sidebar-menu-item.active a .menu-icon {
  background-color: #BCFF00;
  color: #ffffff;
}
.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a.active {
  color: #BCFF00;
  font-weight: 700;
}
.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a:hover {
  letter-spacing: 1px;
}
.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a::before {
  display: none;
}
.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a .menu-icon {
  width: auto;
  height: auto;
  display: block;
  color: #243004;
  background-color: transparent;
}
.sidebar-menu .sidebar-menu-item .sidebar-item-badge {
  margin-left: auto;
}
.sidebar-menu .sidebar-menu-item .sidebar-item-badge .badge {
  width: 20px;
  height: 20px;
  line-height: 20px !important;
  padding: 0 !important;
  background-color: #BCFF00;
  color: #ffffff;
  font-size: 0.8em;
  border: none;
  margin-bottom: 0;
  border-radius: 50%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  display: inline-block;
}

.sidebar-doc-box {
  padding: 15px;
  min-height: 170px;
  min-width: 218px;
  border-radius: 5px;
}
.sidebar-doc-box .sidebar-doc-icon {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 5px;
  color: #BCFF00;
  font-size: 18px;
  margin-bottom: 15px;
}
.sidebar-doc-box .sidebar-doc-content .title {
  margin-bottom: 2px;
  color: #243004;
}
.sidebar-doc-box .sidebar-doc-content p {
  color: #243004;
}
.sidebar-doc-box .sidebar-doc-content .sidebar-doc-btn {
  margin-right: 20px;
}
.sidebar-doc-box .sidebar-doc-content .sidebar-doc-btn a {
  padding: 14px 40px;
  font-size: 14px;
  border: none;
}

.main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
}

.navbar-wrapper {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 8px rgba(40, 36, 49, 0.05);
          box-shadow: 0px 0px 8px rgba(40, 36, 49, 0.05);
  padding: 15px 0;
  margin-left: 250px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar-wrapper.active {
  margin-left: 60px;
  padding-left: 20px;
}
.navbar-wrapper.active .dashboard-title-part {
  padding: 0 10px 0 0;
  margin: 0;
}
.navbar-wrapper.active .dashboard-title-part .left .icon {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .navbar-wrapper {
    margin-left: 0;
  }
}

.dashboard-navbar-wrapper {
  padding-bottom: 60px;
}

.dashboard-title-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 30px;
}
@media only screen and (max-width: 1199px) {
  .dashboard-title-part {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 575px) {
  .dashboard-title-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.dashboard-title-part .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dashboard-title-part .left .icon {
  margin-right: 10px;
}
.dashboard-title-part .left .icon button, .dashboard-title-part .left .icon input[type=button], .dashboard-title-part .left .icon input[type=reset], .dashboard-title-part .left .icon input[type=submit] {
  font-size: 14px;
  color: #243004;
  background-color: transparent;
}
.dashboard-title-part .title {
  margin-bottom: 0;
}
.dashboard-title-part p {
  font-size: 12px;
  font-weight: 500;
}
.dashboard-title-part .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -8px;
}

.dashboard-path {
  font-size: 15px;
}
.dashboard-path span {
  font-weight: 600;
  font-family: "Contrail One", sans-serif;
}
.dashboard-path .main-path {
  color: #243004;
  font-weight: 600;
}

.header-search-wrapper {
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  min-width: 300px;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .header-search-wrapper {
    width: 100%;
  }
}
.header-search-wrapper input {
  border: none;
  height: 45px;
  padding-left: 35px;
  padding-right: 20px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.header-search-wrapper input:focus {
  background-color: transparent;
  border: none;
}
.header-search-wrapper input::-webkit-input-placeholder {
  color: rgba(22, 51, 0, 0.5);
}
.header-search-wrapper input::-moz-placeholder {
  color: rgba(22, 51, 0, 0.5);
}
.header-search-wrapper input:-ms-input-placeholder {
  color: rgba(22, 51, 0, 0.5);
}
.header-search-wrapper input::-ms-input-placeholder {
  color: rgba(22, 51, 0, 0.5);
}
.header-search-wrapper input::placeholder {
  color: rgba(22, 51, 0, 0.5);
}
.header-search-wrapper span {
  position: absolute;
  font-size: 18px;
  line-height: 40px;
  color: rgba(22, 51, 0, 0.4);
  left: 10px;
  top: 2px;
}

.header-user-wrapper {
  margin: 8px;
}
.header-user-wrapper .header-user-thumb {
  width: 38px;
  height: 38px;
  border-radius: 5px;
  overflow: hidden;
}
.header-user-wrapper .header-user-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.body-wrapper {
  padding-top: 20px;
  padding-left: 285px;
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.body-wrapper.active {
  padding-left: 85px;
  padding-right: 10px;
}
@media only screen and (max-width: 1199px) {
  .body-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.dashboard-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.dashboard-header-wrapper .title {
  margin-bottom: 0;
}
.dashboard-header-wrapper .title span {
  font-size: 14px;
  color: #101da7;
  font-weight: 800;
}
.dashboard-header-wrapper .dashboard-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn a, .dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn button, .dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn input[type=button], .dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn input[type=reset], .dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn input[type=submit] {
  padding: 8px 25px;
  font-size: 14px;
}

.dashbord-item {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #e5e5e5;
}
.dashbord-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  background: white;
}
.dashbord-item:hover .dashboard-icon {
  background-color: #BCFF00;
  color: #ffffff;
}
.dashbord-item:hover .dashboard-icon i {
  color: #ffffff;
}
.dashbord-item .dashboard-icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFBF2;
  color: #BCFF00;
  border-radius: 50%;
  font-size: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dashbord-item .dashboard-icon i {
  color: #BCFF00;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dashbord-item .dashboard-content {
  padding-left: 30px;
}
.dashbord-item .dashboard-content .sub-title {
  font-family: "Contrail One", sans-serif;
  color: #243004;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 16px;
  display: block;
}
.dashbord-item .dashboard-content .title {
  margin-bottom: 0;
  font-family: "DM Sans", sans-serif;
  color: #163300;
  font-size: 24px;
  font-weight: 700;
}
.dashbord-item .dashboard-content .title span {
  color: #101da7;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .dashbord-item {
    padding: 30px;
  }
  .dashbord-item .dashboard-content {
    padding-left: 20px;
  }
  .dashbord-item .dashboard-content .title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .dashbord-item {
    padding: 15px;
  }
  .dashbord-item .dashboard-content {
    padding-left: 15px;
  }
  .dashbord-item .dashboard-content .title {
    font-size: 20px;
  }
}
.chart-wrapper {
  background: #ffffff;
  border-radius: 5px;
  padding: 30px 10px;
  overflow: hidden;
}
.chart-wrapper line {
  stroke: #e5e5e5;
}
.chart-wrapper .dashboard-header-wrapper {
  padding: 0 20px;
  margin-bottom: 0;
}

.apexcharts-grid line {
  stroke: #e5e5e5 !important;
}

.apexcharts-graphical line {
  stroke: #e5e5e5 !important;
}

.chart-area-footer {
  border-color: #e5e5e5;
}

.dashboard-list-wrapper .dashboard-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 15px 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .dashboard-list-wrapper .dashboard-list-item {
    display: block;
  }
}
.dashboard-list-wrapper .dashboard-list-item.sent:hover .dashboard-list-user-wrapper .dashboard-list-user-icon, .dashboard-list-wrapper .dashboard-list-item.sent.active .dashboard-list-user-wrapper .dashboard-list-user-icon {
  background-color: #d63384;
  color: #ffffff;
}
.dashboard-list-wrapper .dashboard-list-item.receive:hover .dashboard-list-user-wrapper .dashboard-list-user-icon, .dashboard-list-wrapper .dashboard-list-item.receive.active .dashboard-list-user-wrapper .dashboard-list-user-icon {
  background-color: #28c76f;
  color: #ffffff;
}

.dashboard-list-user-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dashboard-list-user-wrapper .dashboard-list-user-icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f7f7f7;
  color: #BCFF00;
  border-radius: 50%;
  font-size: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.dashboard-list-user-wrapper .dashboard-list-user-icon img {
  width: 50%;
}
.dashboard-list-user-wrapper .dashboard-list-user-content {
  width: calc(100% - 60px);
  padding-left: 20px;
}
.dashboard-list-user-wrapper .dashboard-list-user-content .title {
  margin-bottom: 5px;
}
.dashboard-list-user-wrapper .dashboard-list-user-content .sub-title {
  font-weight: 600;
}
.dashboard-list-user-wrapper .dashboard-list-user-content .btn {
  padding: 3px 15px;
  font-size: 12px;
}

.dashboard-list-right {
  text-align: right;
}
@media only screen and (max-width: 575px) {
  .dashboard-list-right {
    text-align: left;
    margin-top: 10px;
  }
}
.dashboard-list-right .main-money {
  font-size: 16px;
  font-weight: 700;
}
.dashboard-list-right .exchange-money {
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: 1px;
}
.dashboard-list-right .select-btn {
  padding: 8px 25px;
}
.dashboard-list-right .small {
  padding: 5px 8px;
}

.dashboard-list-item-wrapper {
  background: #ffffff;
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dashboard-list-item-wrapper .btn {
  padding: 3px 15px;
  font-size: 12px;
}
.dashboard-list-item-wrapper:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.dashboard-list-item-wrapper.selected {
  background: rgba(131, 88, 255, 0.1);
}
.dashboard-list-item-wrapper .dashboard-list-item {
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
}
.dashboard-list-item-wrapper .preview-list-wrapper {
  display: none;
  margin-top: 20px;
  background: #ffffff;
}
.dashboard-list-item-wrapper .preview-list-wrapper .preview-list-item {
  border-bottom: 1px solid #e5e5e5;
}
.dashboard-list-item-wrapper .preview-list-wrapper .preview-list-item .preview-list-user-wrapper .preview-list-user-icon {
  color: #BCFF00;
  border: 1px solid #BCFF00;
}

.preview-list-wrapper {
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.44%, #F0EFEC), color-stop(101.75%, rgba(251, 247, 237, 0.7)));
  background: linear-gradient(90deg, #F0EFEC -0.44%, rgba(251, 247, 237, 0.7) 101.75%);
  border-radius: 5px;
  overflow: hidden;
}
.preview-list-wrapper .btn {
  padding: 3px 15px;
  font-size: 12px;
}
.preview-list-wrapper .preview-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}
.preview-list-wrapper .preview-list-item .last {
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 575px) {
  .preview-list-wrapper .preview-list-item .last {
    font-size: 14px;
  }
}

.preview-list-user-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.preview-list-user-wrapper .preview-list-user-icon {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #101da7;
  border: 1px solid #101da7;
  color: #ffffff;
  border-radius: 3px;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.preview-list-user-wrapper .preview-list-user-content {
  padding-left: 20px;
}
.preview-list-user-wrapper .preview-list-user-content span {
  color: #243004;
  font-weight: 500;
}

.preview-list-right {
  text-align: right;
  color: #243004;
  font-weight: 500;
}

.support-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
@media only screen and (max-width: 991px) {
  .support-card {
    display: block;
  }
}

.card-header-user-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-header-user-area .avatar {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  vertical-align: bottom;
  border: 3px solid #e5e5e5;
}
.card-header-user-area .card-header-user-content {
  padding-left: 15px;
}
.card-header-user-area .card-header-user-content .title {
  margin-bottom: 0;
}
.card-header-user-area .card-header-user-content .sub-title {
  font-size: 12px;
  font-weight: 500;
}

.support-card-wrapper {
  width: calc(100% - 500px);
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .support-card-wrapper {
    width: 100%;
  }
}
.support-card-wrapper .card-header {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 20px;
}

.chat-container {
  position: relative;
  -ms-touch-action: auto;
  touch-action: auto;
  overflow-y: auto;
  max-height: 660px;
  min-height: 660px;
  padding: 30px 15px;
}
.chat-container .media > * {
  margin: 0 10px;
}
.chat-container .media {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
  max-width: 80%;
}
@media only screen and (max-width: 575px) {
  .chat-container .media {
    max-width: 100%;
  }
}
.chat-container .media.media-chat-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: auto;
}
.chat-container .media.media-chat-reverse .media-body p {
  background-color: #101da7;
  color: #ffffff;
}
.chat-container .media.media-chat-reverse .media-body p::before {
  left: auto;
  right: -10px;
  background-color: #101da7;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.chat-container .media .media-body p {
  position: relative;
  padding: 20px;
  background-color: #f7f7f7;
  font-size: 13px;
  color: #243004;
  border-radius: 5px;
}
.chat-container .media .media-body p::before {
  position: absolute;
  content: "";
  top: 20px;
  left: -10px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background: #f7f7f7;
  width: 12px;
  height: 17px;
}
.chat-container .media .avatar {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  vertical-align: bottom;
  border: 3px solid #e5e5e5;
}

.chat-form .publisher {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 20px;
  border-top: 1px solid #e5e5e5;
}
.chat-form .publisher .chatbox-message-part {
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chat-form .publisher .publisher-input {
  font-weight: 500;
  font-size: 14px;
  border: none;
  outline: none !important;
  background-color: #ffffff;
  border-radius: 99px;
}
.chat-form .publisher .publisher-input::-webkit-input-placeholder {
  color: rgba(22, 51, 0, 0.3);
}
.chat-form .publisher .publisher-input::-moz-placeholder {
  color: rgba(22, 51, 0, 0.3);
}
.chat-form .publisher .publisher-input:-ms-input-placeholder {
  color: rgba(22, 51, 0, 0.3);
}
.chat-form .publisher .publisher-input::-ms-input-placeholder {
  color: rgba(22, 51, 0, 0.3);
}
.chat-form .publisher .publisher-input::placeholder {
  color: rgba(22, 51, 0, 0.3);
}
.chat-form .publisher .chatbox-send-part {
  width: 45px;
}
.chat-form .publisher .chatbox-send-part .chat-submit-btn {
  padding: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  background-color: #101da7;
  color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
}
.chat-form .publisher .publisher-btn {
  width: 45px;
  height: 45px;
  background-color: #f7f7f7;
  color: #243004;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.chat-form .publisher .file-group input[type=file] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 20px;
}
.chat-form .publisher .file-group label {
  margin-bottom: 0;
  cursor: pointer;
}

.support-profile-wrapper {
  background-color: #ffffff;
  border-left: 1px solid #e5e5e5;
  width: 500px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .support-profile-wrapper {
    position: fixed;
    right: -600px;
    top: 0;
    height: 100vh;
  }
}
@media only screen and (max-width: 575px) {
  .support-profile-wrapper {
    width: 100%;
  }
}
.support-profile-wrapper.active {
  right: 0;
}
.support-profile-wrapper .support-profile-header {
  padding: 20px;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.support-profile-wrapper .support-profile-header label {
  margin-bottom: 0;
}
.support-profile-wrapper .support-profile-body {
  padding: 20px;
}
.support-profile-wrapper .support-profile-list li {
  padding-top: 15px;
  font-weight: 700;
}
.support-profile-wrapper .support-profile-list li span, .support-profile-wrapper .support-profile-list li p {
  float: right;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .support-profile-wrapper .support-profile-list li span, .support-profile-wrapper .support-profile-list li p {
    float: left;
  }
}
.support-profile-wrapper .support-profile-list li p {
  line-height: 2em;
  margin-top: 10px;
  margin-bottom: 15px;
}

.chat-user-wrapper {
  background-color: #ffffff;
  border-right: 1px solid #e5e5e5;
  width: 500px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .chat-user-wrapper {
    position: fixed;
    right: -600px;
    top: 0;
    height: 100vh;
  }
}
@media only screen and (max-width: 575px) {
  .chat-user-wrapper {
    width: 100%;
  }
}
.chat-user-wrapper.active {
  right: 0;
}
.chat-user-wrapper .card-header-user-area {
  padding: 10px 30px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.chat-user-wrapper .card-header-user-area.active {
  background-color: #FFFBF2;
}

.profile-body-wrapper {
  padding: 0 !important;
  overflow: hidden;
  border-radius: 15px;
}

.profile-form-area {
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .profile-form-area {
    padding: 25px;
  }
}

.profile-settings-wrapper {
  background: linear-gradient(135deg, #BCFF00 0%, rgb(131.6, 178.5, 0) 100%);
  padding: 40px 40px 80px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .profile-settings-wrapper {
    padding: 30px 25px 60px;
  }
}
.profile-settings-wrapper .profile-thumb-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 575px) {
  .profile-settings-wrapper .profile-thumb-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.profile-settings-wrapper .profile-thumb-content .profile-thumb {
  position: relative;
  margin-right: 30px;
}
@media only screen and (max-width: 575px) {
  .profile-settings-wrapper .profile-thumb-content .profile-thumb {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.profile-settings-wrapper .profile-thumb-content .profile-thumb .avatar-preview {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.3);
  padding: 3px;
  background: rgba(255, 255, 255, 0.1);
}
.profile-settings-wrapper .profile-thumb-content .profile-thumb .avatar-preview .profilePicPreview {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #FFFBF2;
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid #ffffff;
}
.profile-settings-wrapper .profile-thumb-content .profile-thumb .avatar-edit {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.profile-settings-wrapper .profile-thumb-content .profile-thumb .avatar-edit .profilePicUpload {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.profile-settings-wrapper .profile-thumb-content .profile-thumb .avatar-edit label {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  color: #BCFF00;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.profile-settings-wrapper .profile-thumb-content .profile-thumb .avatar-edit label:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.profile-settings-wrapper .profile-thumb-content .profile-content .username {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 5px;
}
.profile-settings-wrapper .profile-thumb-content .profile-content .user-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -5px -15px;
}
@media only screen and (max-width: 575px) {
  .profile-settings-wrapper .profile-thumb-content .profile-content .user-info-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.profile-settings-wrapper .profile-thumb-content .profile-content .user-info-list li {
  margin: 5px 15px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid #e5e5e5;
  padding: 5px 20px;
  border-radius: 10px;
}
.profile-settings-wrapper .profile-thumb-content .profile-content .user-info-list li i {
  font-size: 16px;
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.9);
}
.profile-settings-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: #101da7;
  border-radius: 30px 30px 0 0;
}

.play-store-thumb {
  width: 180px;
  height: 180px;
  margin: 0 auto;
}
.play-store-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-notification-wrapper {
  position: relative;
}

.notification-wrapper {
  position: absolute;
  top: 55px;
  right: 0;
  width: 300px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(40, 36, 49, 0.15);
          box-shadow: 0px 0px 15px rgba(40, 36, 49, 0.15);
  z-index: 9;
  padding: 15px;
  text-align: left;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .notification-wrapper {
    width: 250px;
  }
}
.notification-wrapper.active {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.notification-wrapper .notification-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.notification-wrapper .notification-header .title {
  margin-bottom: 0;
}
.notification-wrapper .notification-header .sub-title {
  font-size: 12px;
}
.notification-wrapper .notification-list {
  margin-bottom: -15px;
}
.notification-wrapper .notification-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  padding-bottom: 15px;
}
.notification-wrapper .notification-list li .thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
}
.notification-wrapper .notification-list li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.notification-wrapper .notification-list li .content {
  width: calc(100% - 25px);
  padding-left: 10px;
}
.notification-wrapper .notification-list li .content .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}
.notification-wrapper .notification-list li .content .title {
  margin-bottom: 0;
}
.notification-wrapper .notification-list li .content .time {
  color: #101da7;
  font-weight: 600;
}
.notification-wrapper .notification-footer {
  font-size: 12px;
}

.exchange-area {
  background-color: #f7f7f7;
  padding: 30px 80px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
}
@media only screen and (max-width: 575px) {
  .exchange-area {
    padding: 30px 15px;
  }
}

.user-profile-list {
  margin-bottom: -25px;
  margin-left: auto;
  position: relative;
  right: 24%;
}
@media only screen and (max-width: 991px) {
  .user-profile-list {
    right: 0;
  }
}
.user-profile-list li {
  color: #ffffff;
  border-right: none;
  border-radius: 0 999px 999px 0;
  padding: 10px 20px;
  width: 100%;
  text-align: right;
  font-weight: 600;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .user-profile-list li {
    border-radius: 999px;
    right: 0 !important;
    text-align: center;
  }
}
.user-profile-list li:hover {
  margin-left: 10px;
}
.user-profile-list li.one {
  position: relative;
  right: 15%;
}
.user-profile-list li.two {
  position: relative;
  right: 5%;
}
.user-profile-list li.four {
  position: relative;
  right: 5%;
}
.user-profile-list li.five {
  position: relative;
  right: 15%;
}
.user-profile-list li span {
  font-weight: 700;
}
.user-profile-list.two li {
  background-color: #FFFBF2;
  color: #243004;
}

.user-profile-list-two {
  margin-bottom: -25px;
  margin-left: auto;
  position: relative;
  left: 24%;
}
@media only screen and (max-width: 991px) {
  .user-profile-list-two {
    left: 0;
  }
}
.user-profile-list-two li {
  color: #243004;
  border-right: none;
  background-color: #FFFBF2;
  border-radius: 999px 0 0 999px;
  padding: 10px 20px;
  width: 100%;
  text-align: left;
  font-weight: 600;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .user-profile-list-two li {
    border-radius: 999px;
    left: 0 !important;
    text-align: center;
  }
}
.user-profile-list-two li:hover {
  margin-left: 10px;
}
.user-profile-list-two li.one {
  position: relative;
  left: 15%;
}
.user-profile-list-two li.two {
  position: relative;
  left: 5%;
}
.user-profile-list-two li.four {
  position: relative;
  left: 5%;
}
.user-profile-list-two li.five {
  position: relative;
  left: 15%;
}
.user-profile-list-two li span {
  font-weight: 700;
}

.user-profile-list-three {
  margin-bottom: -25px;
  margin-left: auto;
  position: relative;
  left: 24%;
}
@media only screen and (max-width: 991px) {
  .user-profile-list-three {
    left: 0;
  }
}
.user-profile-list-three li {
  color: #ffffff;
  border-right: none;
  border-radius: 999px 0 0 999px;
  padding: 10px 20px;
  width: 100%;
  text-align: left;
  font-weight: 600;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .user-profile-list-three li {
    border-radius: 999px;
    left: 0 !important;
    text-align: center;
  }
}
.user-profile-list-three li:hover {
  margin-left: 10px;
}
.user-profile-list-three li.one {
  position: relative;
  left: 15%;
}
.user-profile-list-three li.two {
  position: relative;
  left: 5%;
}
.user-profile-list-three li.four {
  position: relative;
  left: 5%;
}
.user-profile-list-three li.five {
  position: relative;
  left: 15%;
}
.user-profile-list-three li span {
  font-weight: 700;
}

.user-action-btn-area {
  margin-bottom: -25px;
  margin-left: auto;
  position: relative;
  left: 24%;
}
@media only screen and (max-width: 991px) {
  .user-action-btn-area {
    left: 0;
  }
}
.user-action-btn-area .user-action-btn {
  margin-bottom: 25px;
}
.user-action-btn-area .user-action-btn button, .user-action-btn-area .user-action-btn input[type=button], .user-action-btn-area .user-action-btn input[type=reset], .user-action-btn-area .user-action-btn input[type=submit], .user-action-btn-area .user-action-btn a {
  color: #ffffff;
  border-right: none;
  border-radius: 999px 0 0 999px;
  padding: 10px 20px;
  width: 100%;
  text-align: left;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .user-action-btn-area .user-action-btn button, .user-action-btn-area .user-action-btn input[type=button], .user-action-btn-area .user-action-btn input[type=reset], .user-action-btn-area .user-action-btn input[type=submit], .user-action-btn-area .user-action-btn a {
    border-radius: 999px;
    left: 0 !important;
    text-align: center;
  }
}
.user-action-btn-area .user-action-btn button:hover, .user-action-btn-area .user-action-btn input[type=button]:hover, .user-action-btn-area .user-action-btn input[type=reset]:hover, .user-action-btn-area .user-action-btn input[type=submit]:hover, .user-action-btn-area .user-action-btn a:hover {
  margin-left: 10px;
}
.user-action-btn-area .user-action-btn button.one, .user-action-btn-area .user-action-btn input.one[type=button], .user-action-btn-area .user-action-btn input.one[type=reset], .user-action-btn-area .user-action-btn input.one[type=submit], .user-action-btn-area .user-action-btn a.one {
  position: relative;
  left: 15%;
}
.user-action-btn-area .user-action-btn button.two, .user-action-btn-area .user-action-btn input.two[type=button], .user-action-btn-area .user-action-btn input.two[type=reset], .user-action-btn-area .user-action-btn input.two[type=submit], .user-action-btn-area .user-action-btn a.two {
  position: relative;
  left: 5%;
}
.user-action-btn-area .user-action-btn button.four, .user-action-btn-area .user-action-btn input.four[type=button], .user-action-btn-area .user-action-btn input.four[type=reset], .user-action-btn-area .user-action-btn input.four[type=submit], .user-action-btn-area .user-action-btn a.four {
  position: relative;
  left: 5%;
}
.user-action-btn-area .user-action-btn button.five, .user-action-btn-area .user-action-btn input.five[type=button], .user-action-btn-area .user-action-btn input.five[type=reset], .user-action-btn-area .user-action-btn input.five[type=submit], .user-action-btn-area .user-action-btn a.five {
  position: relative;
  left: 15%;
}

.user-profile-thumb {
  position: relative;
  z-index: 2;
  width: 380px;
  height: 380px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 2px solid #e5e5e5;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .user-profile-thumb {
    width: 250px;
    height: 250px;
  }
}
.user-profile-thumb img {
  width: 100%;
  height: 100%;
}

.note-area {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 5px;
}
.note-area ul li {
  position: relative;
  padding-top: 5px;
  padding-left: 15px;
  font-weight: 500;
}
.note-area ul li::before {
  position: absolute;
  content: "";
  top: 14px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #163300;
  border-radius: 50%;
}
.note-area ul li span {
  font-weight: 600;
}

.payment-area {
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
          box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
  padding: 40px 30px;
  border-radius: 5px;
}
.payment-area .title {
  margin-top: 30px;
  margin-bottom: 30px;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #ffffff;
  stroke-miterlimit: 10;
  -webkit-box-shadow: inset 0px 0px 0px #101da7;
          box-shadow: inset 0px 0px 0px #101da7;
  -webkit-animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
          animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
  margin: 0 auto;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #101da7;
  fill: none;
  -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
          animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
          animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
            transform: scale3d(1.1, 1.1, 1);
  }
}
@-webkit-keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px #101da7;
            box-shadow: inset 0px 0px 0px 30px #101da7;
  }
}
@keyframes fill {
  100% {
    -webkit-box-shadow: inset 0px 0px 0px 30px #101da7;
            box-shadow: inset 0px 0px 0px 30px #101da7;
  }
}
.withdraw-section .withdraw-header .withdraw-title {
  color: #BCFF00;
}
.withdraw-section .wallet-info-card {
  background: linear-gradient(135deg, #BCFF00 0%, rgb(150.4, 204, 0) 100%);
  border-radius: 10px;
  padding: 20px 30px;
  color: #ffffff;
}
.withdraw-section .wallet-info-card .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.withdraw-section .wallet-info-card .info-item .info-label {
  font-size: 14px;
  opacity: 0.9;
}
.withdraw-section .wallet-info-card .info-item .info-value {
  font-size: 18px;
  font-weight: 600;
}
.withdraw-section .withdraw-card,
.withdraw-section .preview-card {
  background: #ffffff;
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e5e5;
}
.withdraw-section .withdraw-card .card-header,
.withdraw-section .preview-card .card-header {
  padding: 20px 30px;
  border-bottom: 1px solid #e5e5e5;
}
.withdraw-section .withdraw-card .card-header .card-title,
.withdraw-section .preview-card .card-header .card-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #243004;
}
.withdraw-section .withdraw-card .card-body,
.withdraw-section .preview-card .card-body {
  padding: 30px;
}
.withdraw-section .withdraw-form .form-text {
  font-size: 12px;
  color: #6e6e6e;
  margin-top: 5px;
}
.withdraw-section .preview-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.withdraw-section .preview-content .preview-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
.withdraw-section .preview-content .preview-item .preview-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.withdraw-section .preview-content .preview-item .preview-left .preview-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgb(248.3, 255, 229.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.withdraw-section .preview-content .preview-item .preview-left .preview-icon i {
  font-size: 20px;
  color: #BCFF00;
}
.withdraw-section .preview-content .preview-item .preview-left .preview-info .info-title {
  font-size: 14px;
  color: #243004;
  margin: 0;
  font-weight: 600;
}
.withdraw-section .preview-content .preview-item .preview-value .info-value {
  font-size: 16px;
  color: #BCFF00;
  font-weight: 700;
  border: 1px solid #BCFF00;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 10px;
  min-width: 160px;
  text-align: center;
}
.withdraw-section .preview-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  margin-top: 30px;
  padding: 15px;
  background: rgb(250.98, 255, 239.7);
  border-radius: 8px;
  border-left: 4px solid #BCFF00;
}
.withdraw-section .preview-note .note-icon i {
  font-size: 20px;
  color: #BCFF00;
}
.withdraw-section .preview-note .note-content .note-text {
  margin: 0;
  font-size: 13px;
  color: #163300;
  line-height: 1.5;
}
.withdraw-section .withdraw--btn {
  width: 90%;
}
.withdraw-section .amount-input-group {
  position: relative;
}
.withdraw-section .amount-input-group .form--control {
  border-radius: 5px 0 0 5px;
  border-right: none;
  padding-right: 80px;
}
.withdraw-section .amount-input-group .form--control:focus {
  border-color: #e5e5e5;
  border-right: none;
}
.withdraw-section .amount-input-group .input-group-append .currency-badge {
  background-color: #BCFF00;
  color: #ffffff;
  border: 1px solid #BCFF00;
  border-radius: 0 5px 5px 0;
  padding: 0 20px;
  font-weight: 600;
  font-size: 14px;
  min-width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.withdraw-section .amount-input-group .input-group-append .currency-badge:hover {
  background-color: rgb(150.4, 204, 0);
  border-color: rgb(150.4, 204, 0);
}
.withdraw-section .amount-input-group:focus-within .currency-badge {
  background-color: rgb(169.2, 229.5, 0);
  border-color: rgb(169.2, 229.5, 0);
}
.withdraw-section .input-group .form--control:focus {
  z-index: 3;
}
.withdraw-section .rtl .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .withdraw-section .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* Responsive Design */
@media (max-width: 991px) {
  .withdraw-section .wallet-info-card .info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
  }
  .withdraw-section .wallet-info-card .info-item .info-value {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .withdraw-section .withdraw-card .card-body,
  .withdraw-section .preview-card .card-body {
    padding: 20px;
  }
  .withdraw-section .preview-content .preview-item .preview-left .preview-icon {
    width: 45px;
    height: 45px;
  }
  .withdraw-section .preview-content .preview-item .preview-left .preview-icon i {
    font-size: 18px;
  }
  .withdraw-section .preview-content .preview-item .preview-left .preview-info .info-title {
    font-size: 13px;
  }
  .withdraw-section .preview-content .preview-item .preview-value .info-value {
    font-size: 15px;
  }
}
.my-qrcode-container {
  font-family: "DM Sans", sans-serif;
  background: rgba(188, 255, 0, 0.05);
  border-radius: 8px;
  padding: 24px;
  margin: 40px 0;
}
.my-qrcode-container__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 16px;
}
.my-qrcode-container__header .header-icon {
  color: #BCFF00;
  font-size: 20px;
}
.my-qrcode-container__header .header-title {
  font-family: "Contrail One", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #243004;
  margin: 0;
}
.my-qrcode-container__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
}
.my-qrcode-container__nav .nav-item {
  padding: 8px 16px;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #163300;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.my-qrcode-container__nav .nav-item:hover {
  color: #BCFF00;
}
.my-qrcode-container__nav .nav-item.active {
  color: #BCFF00;
  border-bottom-color: #BCFF00;
}
.my-qrcode-container__content {
  min-height: 200px;
}
.my-qrcode-container .qr-content {
  text-align: center;
}
.my-qrcode-container .qr-content__image {
  width: 260px;
  height: 280px;
  margin: 0 auto 16px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 16px;
  background: #ffffff;
}
.my-qrcode-container .qr-content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.my-qrcode-container .qr-content__caption {
  font-size: 14px;
  color: #163300;
  margin: 0;
}
.my-qrcode-container .link-content__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.my-qrcode-container .link-content__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.my-qrcode-container .link-content__label {
  font-size: 14px;
  font-weight: 500;
  color: #243004;
}
.my-qrcode-container .link-content__input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.my-qrcode-container .link-content__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #163300;
  background: #ffffff;
}
.my-qrcode-container .link-content__input:focus {
  outline: none;
  border-color: #BCFF00;
}
.my-qrcode-container .link-content__copy-btn {
  padding: 12px 16px;
  background: #BCFF00;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.my-qrcode-container .link-content__copy-btn:hover {
  background: rgb(150.4, 204, 0);
}
.my-qrcode-container .link-content__copy-btn:disabled {
  background: rgb(214.8, 255, 102);
  cursor: not-allowed;
}
.my-qrcode-container__footer {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
}
.my-qrcode-container__footer .social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.my-qrcode-container__footer .social-share__title {
  font-size: 14px;
  color: #163300;
  margin-right: 8px;
}
.my-qrcode-container__footer .social-share__item {
  width: 36px;
  height: 36px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ffffff;
}
.my-qrcode-container__footer .social-share__item:hover {
  border-color: #BCFF00;
  background: #FFFBF2;
}
.my-qrcode-container__footer .social-share__item:hover .social-icon {
  color: #BCFF00;
}
.my-qrcode-container__footer .social-share__item .social-icon {
  color: #BCFF00;
  font-size: 16px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.hidden {
  display: none;
}

@media (max-width: 768px) {
  .my-qrcode-container {
    padding: 16px;
    margin: 20px 0;
  }
  .my-qrcode-container__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .my-qrcode-container .link-content__input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .my-qrcode-container .social-share {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}