/*
General
*/
:root {
  --hue: 220deg;
  --base-bg-sat: 20%;
  --base-bg-lum: 12%;
  --base-bg: hsl(var(--hue), var(--base-bg-sat), var(--base-bg-lum));
  --base-fg-sat: 50%;
  --base-fg-lum: 80%;
  --base-fg: hsl(var(--hue), var(--base-fg-sat), var(--base-fg-lum));
  --filter-fg: saturate(100%) brightness(100%);
  --module-bg-sat: 18%;
  --module-bg-lum: 27%;
  --module-bg: hsl(var(--hue), var(--module-bg-sat), var(--module-bg-lum));
}
body {
  color: white;
  background: black;
}
body .bg-white {
  background-color: #200f21 !important;
  background-image:
    radial-gradient(
      57.72% 58.33% at 47.37% 102.73%,
      rgba(255, 185, 162, 0.5) 0,
      rgba(36, 31, 71, 0) 100%
    ),
    radial-gradient(
      92.32% 103.31% at 7.16% 96.06%,
      rgb(0 0 0 / 90%) 0%,
      rgba(36, 31, 71, 0) 100%
    );
}
#loading-area.loading-page-1 {
  background: #000;
}
#loading-area.loading-page-1 img.load-logo {
  padding-bottom: 10px;
}
body .scroltop {
  z-index: 998;
}
body .bg-gray {
  /* background-color: #7a7875; */
  background-color: #976987;
}
/***********/

/**Animation start **/
.pulsate-bck {
  -webkit-animation: pulsate-bck 4s ease-in-out infinite both;
  animation: pulsate-bck 4s ease-in-out infinite both;
}
@-webkit-keyframes pulsate-bck {
  0%,
  100% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.3;
  }
}
@keyframes pulsate-bck {
  0%,
  100% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.3;
  }
}
/**Animation End **/

/*
Nav Start
*/
.site-header {
  /* overflow: hidden; */
  background: #1e0e1f;
}
.page-wraper {
  overflow: hidden;
}
.is-fixed .main-bar {
  position: relative;
}
/* Align logo with section headings left edge (same -130px offset as content below) */
@media only screen and (min-width: 1400px) {
  body .site-header .main-bar .container {
    position: static;
  }
  body .site-header .logo-header {
    position: absolute;
    left: calc(50vw - 700px);
    top: 0;
  }
  body .site-header .main-bar {
    min-height: 90px;
  }
}

body .extra-nav {
  position: fixed !important;
  right: 20px;
  top: 0;
  left: unset;
  z-index: 999999;
  margin: 0 0 0 10px;
  display: flex;
  align-items: center;
  background: #c69b5d;
  border-radius: 0 0 10px 10px;
  background-image: linear-gradient(#e5bd7a, #a1753c);
}
body .menu-btn {
  display: block !important;
  margin-right: 45px;
  margin-left: 0 !important;
}
.contact-sidebar {
  z-index: 999;
  width: 100vw;
  left: -100vw;
  overflow-x: hidden;
}
.contact-sidebar.active {
  left: 0;
}
.menu-close {
  z-index: 998;
}
.menu-btn.navicon:before {
  content: "Menu";
  display: flex;
  position: relative;
  margin: 0 auto;
  top: 10px;
  right: -40px;
  color: white;
}
.menu-btn span {
  background: rgb(255 255 255);
}
body .site-header .main-bar {
  background: #1e0e1f;
}
.sticky-header.main-bar-wraper {
  background: #1e0e1f;
}
.is-fixed .main-bar {
  background: #1e0e1f;
}

body .site-header.menu-appear {
  background: transparent;
}
body .site-header.menu-appear .main-bar {
  background: transparent;
  box-shadow: none;
}
body .site-header.menu-appear .sticky-header.main-bar-wraper {
  background: transparent;
}
body .site-header.menu-appear .is-fixed .main-bar {
  background: transparent;
}
body .site-header.menu-appear .logo-header {
  opacity: 0;
  z-index: -1;
}
li.sub-menu-down.active.open .sub-menu,
.header-nav .nav > li .sub-menu,
li.sub-menu-down .sub-menu {
  display: flex;
  opacity: 1;
  position: relative;
  flex-direction: column;
  visibility: visible;
  background: transparent;
  box-shadow: unset;
  width: 100%;
  margin-top: 0;
}
body .contact-sidebar {
  background-image: radial-gradient(
    140% 107% at 50% 10%,
    #000314 37.41%,
    #200f21 69.27%,
    #1d0d20 100%
  );
}
body .header-nav {
  left: 0;
  overflow: unset;
  width: auto;
  position: relative;
  background-color: transparent;
  background: transparent;
  height: auto !important;
}
body .header-nav .nav > li {
  border-bottom: 1px solid #eee;
  width: 100%;
  border-radius: var(--border-radius-base);
}
body .header-nav .nav > li.sub-menu-down.open > a:after {
  content: "\f078";
  background: #333;
}
body .header-nav .nav > li.sub-menu-down > a:after {
  background-color: var(--primary);
  color: #fff;
  height: 30px;
  line-height: 30px;
  right: 0;
  text-align: center;
  width: 30px;
  z-index: 3;
  float: right;
  font-size: 14px;
  margin: 0;
}
body .contact-sidebar .header-nav .nav {
  float: unset;
  padding: 0;
  font-size: 0;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 10px;
  max-width: 1000px;
  margin: 0 auto;
}
body .contact-sidebar .header-nav .nav > li > a {
  font-weight: 500;
  letter-spacing: 2px;
  position: relative;
  font-size: clamp(20px, 5vw, 50px) !important;
  padding: 5px 10px !important;
  color: #cccccc;
  display: flex;
  line-height: normal;
  align-items: center;
  justify-content: space-between;
}
body .contact-sidebar .header-nav .nav > li > a:hover,
body .contact-sidebar .header-nav .nav > li > a:focus {
  background: #d5ab6b;
  color: #fff;
  box-shadow:
    0 0 10px #000314,
    0 0 20px #ff00c8;
  border-radius: var(--border-radius-base);
}
body .header-nav .nav > li .sub-menu {
  border-top: unset;
}
body .contact-sidebar .header-nav .nav > li .sub-menu li a {
  color: #cccccc;
  font-size: clamp(15px, 4vw, 30px);
  font-weight: 500;
  letter-spacing: 2px;
  position: relative;
  display: flex;
  align-items: center;
}
body .contact-sidebar .header-nav .nav > li .sub-menu li a:hover,
body .contact-sidebar .header-nav .nav > li .sub-menu li a:focus {
  background: #d5ab6b;
  color: #fff;
  box-shadow:
    0 0 10px #000314,
    0 0 20px #ff00c8;
  border-radius: var(--border-radius-base);
}
body .header-nav .nav > li .sub-menu li a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  width: auto;
  height: auto;
  background: 0 0 !important;
  top: unset;
  color: #d1a767;
  font-size: 12px;
  position: absolute;
  left: 5px;
  font-weight: 700;
}
body .header-nav .nav > li .sub-menu li a:hover:after,
body .header-nav .nav > li .sub-menu li a:focus:after {
  color: #fff;
}
body .header-nav .nav li a.activated,
body .contact-sidebar .header-nav .nav > li .sub-menu li a.activated {
  color: #d5ab6b;
}
.menu-bg {
  position: absolute;
  opacity: 0.1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
}
.menu-bg svg {
  width: 100vw;
  height: 100vh;
}
.menu-extraz {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1000px;
  margin: 0 auto;
}
a.cs-legal-link {
  display: flex;
  gap: 10px;
}
a.breaker {
  word-break: break-word;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  body .menu-btn {
    display: block;
  }
  body .header-nav .nav > li.sub-menu-down.open > a:after {
    display: none !important;
  }
  body .header-nav .nav > li.sub-menu-down > a:after {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .contact-sidebar .header-nav .nav > li .sub-menu li a {
    height: 45px;
  }
  .menu-extraz {
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 485px) {
  body .extra-nav {
    right: 10px;
  }
}
/*
Nav End
*/

/*Hero start */
.silder-one .dz-slide-item {
  background-size: cover;
  object-fit: cover;
  min-height: calc(100vh - 140px);
  background-position: center left;
}

.silder-one .dz-slide-item .slider-img img {
  -webkit-mask-image: unset;
  mask-image: unset;
  mask: unset;
  max-width: 80%;
  max-height: 80%;
}

.about-bx1 .dz-media img {
  border-radius: var(--border-radius-base);
  max-height: none;
  min-height: unset;
  object-fit: unset;
}
.about-bx1 .year-exp {
  background-image: radial-gradient(
    140% 107% at 50% 10%,
    #000314 37.41%,
    #200f21 69.27%,
    #1d0d20 100%
  );
  border-radius: var(--border-radius-base);
}
.about-bx1 .year-exp:after {
  background-image: radial-gradient(
    140% 107% at 50% 10%,
    #000314 37.41%,
    #200f21 69.27%,
    #1d0d20 100%
  );
  width: 20px;
  height: 20px;
}
.service-area:after {
  background: transparent;
}
/* Align section headings with the left edge of the dz-media image (overflows container by 130px at xl) */
.service-area .col-lg-4 {
  padding-left: 0;
}
.service-area .section-head.style-1 {
  margin-left: 0;
  padding-left: 0;
}
.portfolio-area1 .col-md-8 {
  padding-left: 0;
}
.portfolio-area1 .section-head.style-1 {
  margin-left: 0;
  padding-left: 0;
}
.pb-20 {
  padding-bottom: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-60 {
  padding-top: 60px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-10-imp {
  padding-left: 10px !important;
}
.pl-15 {
  padding-left: 15px;
}
.pl-15-imp {
  padding-left: 15px !important;
}
.pl-20 {
  padding-left: 20px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-10-imp {
  padding-right: 10px !important;
}
.pr-20 {
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .silder-one .dz-slide-item .slider-img {
    margin: 0 auto;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
  }
}
/*Hero End */

/**Checklist start**/
.dz-box.style-1 .port-info {
  background: #000000bd;
  width: 100%;
}
.checklist {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 10px;
  list-style: none;
}
.checklist li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: 14px;
  color: var(--parag);
  line-height: 1.7;
}
.checklist li i {
  color: var(--primary);
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 3px;
  font-family: "Font Awesome 5 Free";
}
/**Checklist end **/
/* Portfolio start*/
.portfolio-area1:after {
  background: #1f0f20;
  /* background-color: #200f21; */
  background-color: #976987;
}
.dz-box.style-1 .view-btn {
  display: none;
}
.portfolio-area1 .dz-media img {
  max-height: 800px;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .dz-box.style-1 .port-info {
    padding: 15px;
  }
}
@media only screen and (min-width: 991px) {
  .dz-media img {
    width: 100%;
    height: auto;
    min-height: 255px;
    max-height: 255px;
    object-fit: cover;
  }
  .dz-card.style-2.blog-grid .dz-info {
    min-height: 255px;
    max-height: 255px;
  }
}
@media only screen and (max-width: 768px) {
  .dz-box.style-1 .port-info {
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-area1 .dz-box.style-1 {
    overflow: unset;
  }
  .portfolio-area1 .dz-media {
    position: relative;
  }
  .portfolio-area1 .dz-box.style-1 .dz-info {
    position: relative;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .portfolio-area1 .dz-box.style-1 .sub-title {
    display: none;
  }
  .portfolio-area1 .dz-box.style-1 .dz-media img {
    object-fit: cover;
  }
}
/* Portfolio end*/
/**Testimonial start**/
.testimonial-1 {
  background-color: #251727a3;
  border-radius: var(--border-radius-base);
}
.testimonial-1 .testimonial-pic {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
  background: rgb(71 48 68 / 70%);
  border-radius: var(--border-radius-base);
}
.testimonial-1 .icon-bx-sm {
  border-radius: var(--border-radius-base);
}
.no-carousel.swiper-container {
  overflow: unset;
  display: block;
  width: 100%;
}
.no-carousel.swiper-container .swiper-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  transform: unset !important;
  transition-property: none;
  gap: 20px;
  align-items: stretch;
}
.no-carousel.swiper-container .swiper-wrapper .swiper-slide {
  flex: 1 1 0%;
  min-width: 0;
  width: auto !important;
  height: auto !important;
  margin-right: 0 !important;
  display: flex;
  flex-direction: column;
}
.no-carousel.swiper-container .swiper-wrapper .testimonial-1 {
  margin-top: 0;
  margin-bottom: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.no-carousel.swiper-container .swiper-wrapper .testimonial-1 .testimonial-info {
  flex: 1;
}
/* Scoatem highlight-ul pe slide-urile marcate de Swiper */
.no-carousel .swiper-slide-next .testimonial-1,
.no-carousel .swiper-slide-active .testimonial-1 {
  background-color: #251727a3 !important;
  color: inherit !important;
}
.no-carousel .swiper-slide-next .testimonial-1 .testimonial-name,
.no-carousel .swiper-slide-active .testimonial-1 .testimonial-name {
  color: var(--primary) !important;
}
@media only screen and (max-width: 991px) {
  .no-carousel.swiper-container .swiper-wrapper {
    flex-wrap: wrap;
  }
  .no-carousel.swiper-container .swiper-wrapper .swiper-slide {
    flex: 0 0 calc(50% - 10px);
  }
}
@media only screen and (max-width: 575px) {
  .no-carousel.swiper-container .swiper-wrapper .swiper-slide {
    flex: 0 0 100%;
  }
}

/* 5-card FAQ layout — 3 on top row + 2 on bottom row (fraud-screening.html) */
.faq-5-cards.no-carousel.swiper-container .swiper-wrapper {
  flex-wrap: wrap;
}
.faq-5-cards.no-carousel.swiper-container .swiper-wrapper .swiper-slide {
  flex: 1 1 30%;
}
@media only screen and (max-width: 991px) {
  .faq-5-cards.no-carousel.swiper-container .swiper-wrapper .swiper-slide {
    flex: 0 0 calc(50% - 10px);
  }
}
@media only screen and (max-width: 575px) {
  .faq-5-cards.no-carousel.swiper-container .swiper-wrapper .swiper-slide {
    flex: 0 0 100%;
  }
}

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

@media only screen and (max-width: 768px) {
  .no-carousel.swiper-container
    .swiper-wrapper
    .testimonial-1
    .testimonial-name {
    font-size: calc(1.2625rem + 0.2vw);
  }
  .mb-40-mob {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-1 .testimonial-pic {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .testimonial-1 .testimonial-pic .info {
    padding-left: 0;
  }
  .no-carousel.swiper-container .swiper-wrapper .testimonial-1 {
    padding: 10px;
  }
}
/**Testimonial end **/
/**Blog start **/
.dz-card.style-2.blog-grid {
  background: transparent;
}
.dz-card.style-2.blog-grid .dz-info {
  background: linear-gradient(45deg, black, #422c32);
}
.dz-card.style-2 .dz-meta ul li {
  border-radius: var(--border-radius-base);
}
.d-flex {
  display: flex;
}
.align-items-stretch {
  align-items: stretch;
}
.justify-content-center {
  justify-content: center;
}
.col-blogz {
  display: flex;
  height: auto;
  align-items: stretch;
}
.dz-card.blog-grid.style-2 {
  display: flex;
  flex-direction: column;
}
.dz-card.style-2 .dz-info {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.change-flex {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 990px) {
  .blog-area1 [class*="col-"]:first-child .dz-card .dz-media {
    border-radius: var(--border-radius-base) 0 0 0;
  }
  .blog-area1 [class*="col-"]:first-child .dz-card .dz-info {
    border-radius: 0 0 0 var(--border-radius-base);
  }

  .blog-area1 [class*="col-"]:nth-child(even) .dz-card .dz-media {
    border-radius: 0 0 var(--border-radius-base) 0;
  }
  .blog-area1 [class*="col-"]:nth-child(even) .dz-card .dz-info {
    border-radius: 0 var(--border-radius-base) 0 0;
  }

  .blog-area1 [class*="col-"]:last-child .dz-card .dz-media {
    border-radius: var(--border-radius-base) var(--border-radius-base) 0 0;
  }
  .blog-area1 [class*="col-"]:last-child .dz-card .dz-info {
    border-radius: 0 0 var(--border-radius-base) var(--border-radius-base);
  }
}
@media only screen and (max-width: 767px) {
  .change-flex {
    display: flex;
    flex-direction: column;
  }

  .blog-area1 [class*="col-"]:first-child .dz-card .dz-media {
    border-radius: var(--border-radius-base) var(--border-radius-base) 0 0;
  }
  .blog-area1 [class*="col-"]:first-child .dz-card .dz-info {
    border-radius: 0 0 var(--border-radius-base) var(--border-radius-base);
  }

  .blog-area1 [class*="col-"]:nth-child(even) .dz-card .dz-media {
    border-radius: 0 0 var(--border-radius-base) var(--border-radius-base);
  }
  .blog-area1 [class*="col-"]:nth-child(even) .dz-card .dz-info {
    border-radius: var(--border-radius-base) var(--border-radius-base) 0 0;
  }

  .blog-area1 [class*="col-"]:last-child .dz-card .dz-media {
    border-radius: var(--border-radius-base) var(--border-radius-base) 0 0;
  }
  .blog-area1 [class*="col-"]:last-child .dz-card .dz-info {
    border-radius: 0 0 var(--border-radius-base) var(--border-radius-base);
  }
}
/**Blog end **/
/*CTA start*/
.zindex-1 {
  z-index: 1;
}
.pos-rel {
  position: relative;
}
.bg-overlay-1 {
  height: 100%;
  width: 100% !important;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  z-index: 0;
}
.bg-overlay-1:before {
  position: absolute;
  content: "";
  display: block;
  /* background: #000000c2; */
  background: #000000d9;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.video-bg {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
}
/*CTA end*/

/******* Infograph-1 Start *******/
.step-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.step-list__item {
  counter-increment: step-counter;
  position: relative;
}
.step-list__item:before {
  content: counter(step-counter);
  content: "𖢻";
  font-weight: 300;
  color: #d8d8d8;
}
.step-list__item h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}
.step-list__item .icon {
  border-radius: 50%;
  display: block;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.step-list__item .icon img {
  width: 100%;
  height: 100%;
}
.step-list__item .bodyz {
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}
.step-list__item .content {
  display: flex;
  flex-direction: row;
  padding-bottom: 18px;
}
.step-list__item:first-child .icon {
  background: #e5bd7b;
}
.step-list__item:nth-child(2) .icon {
  background: #a1753c;
}
.step-list__item:nth-child(3) .icon {
  background: #ffa81d;
}
.step-list__item:nth-child(4) .icon {
  background: #fea500;
}
.step-list__item:nth-child(5) .icon {
  background: #ab9877;
}
.step-list__item:nth-child(6) .icon {
  background: #ffa81d;
}
.step-list__item:nth-child(7) .icon {
  background: #e5bd7b;
}
.step-list__item:nth-child(8) .icon {
  background: #a1753c;
}
.step-list__item:nth-child(9) .icon {
  background: #ffa81d;
}
.step-list__item:nth-child(10) .icon {
  background: #fff;
}
.step-list__item:nth-child(11) .icon {
  background: #ffa81d;
}
.step-list__item:nth-child(12) .icon {
  background: #a1753c;
}
.step-list__item:nth-child(13) .icon {
  background: #ffa81d;
}
.step-list__item:nth-child(14) .icon {
  background: #a1753c;
}
.step-list__item:nth-child(odd) .content {
  justify-content: flex-start;
}
.step-list__item:nth-child(even) .content {
  justify-content: flex-end;
}
.step-list__item:first-child > .step-list__item__inner:before {
  content: none;
}
.step-list__item:last-child > .step-list__item__inner:after {
  content: none;
}
.step-list__item + li {
  margin-top: 84px;
}
.step-list__item + li > div {
  margin-top: -1px;
}

.step-list__item .bodyz h2 {
  color: #ffdc9c;
  padding-top: 20px;
  padding-bottom: 5px;
}

.step-list__item .bodyz p {
  color: white;
}

/* .list-check li.check-li::marker {
  content: '✓';
  color: green;
} */
.list-check {
  padding-left: 35px;
  margin-left: 0;
}
.list-check li.check-li {
  list-style-type: none;
  padding: 0 0 0 15px;
  position: relative;
}
.list-check li.check-li:before {
  content: "\00a0";
  display: block;
  border: solid 9px #fff;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  height: 0;
  width: 0;
  position: absolute;
  left: -15px;
  top: 40%;
  margin-top: -8px;
}
.list-check li.check-li:after {
  /*Add another block-level blank space*/
  content: "\00a0";
  display: block;

  /*Make it a small rectangle so the border will create an L-shape*/
  width: 5px;
  height: 9px;

  /*Add a white border on the bottom and left, creating that 'L' */
  border: solid #141818;
  border-width: 0 2px 2px 0;

  /*Position it on top of the circle*/
  position: absolute;
  left: -8px;
  top: 40%;
  margin-top: -4px;

  /*Rotate the L 45 degrees to turn it into a checkmark*/
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.list-check li.check-li p {
  color: white;
}

i.fa-info-graph {
  font-size: 65px;
}

@media screen and (max-width: 600px) {
  i.fa-info-graph {
    font-size: 22px;
  }

  /* === step-list mobile timeline — redesigned === */
  .step-list {
    overflow: visible;
    padding-left: 0 !important;
  }

  /* Each item is a block with left padding for the icon lane */
  .step-list__item {
    display: block;
    overflow: visible;
    position: relative;
    padding-left: 20px;
    padding-bottom: 8px;
  }

  .step-list__item + li {
    margin-top: 28px !important;
  }

  /* Hide the decorative "𖢻" step character */
  .step-list__item:before {
    display: none;
  }

  /* Vertical connecting line drawn via ::after */
  .step-list__item:not(:last-child):after {
    content: "";
    position: absolute;
    left: 18px;
    top: 40px;
    bottom: -28px;
    width: 2px;
    background: rgba(228, 188, 122, 0.3);
    display: block;
  }

  .step-list__item__inner {
    min-width: 0;
    flex: unset;
    overflow: visible;
    padding: 0 !important;
  }

  /* Icon sits in the left-padding lane — no overflow clip needed */
  .step-list__item .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    min-width: 38px;
    padding: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    order: unset;
    margin-left: 0;
    margin-right: 0;
  }

  .step-list__item .content {
    display: block !important;
    overflow: visible;
    padding-bottom: 0;
    align-items: unset;
    justify-content: unset;
  }

  .step-list__item:nth-child(even) .content {
    justify-content: unset;
  }

  /* Remove old absolute timeline line */
  .step-list__item .content:before {
    display: none;
  }

  .step-list__item .bodyz {
    order: unset;
    margin-top: 0;
    margin-left: 0;
    max-width: 100%;
    min-width: 0;
    overflow: visible;
  }

  .step-list__item .bodyz h2,
  .step-list__item .bodyz h3,
  .step-list__item .bodyz p {
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
  }

  section.features-area {
    padding-left: 10px;
    padding-right: 10px;
  }
  section.cta-sect .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .mob-pad {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 601px) {
  .step-list__item:before {
    content: counter(step-counter);
    content: "𖢻";
    position: absolute;
    font-size: 90px;
    line-height: 1;
    font-weight: 300;
    color: #d8d8d8;
  }
  .step-list__item .icon {
    width: 174px;
    height: 174px;
    padding: 48px;
  }
  .step-list__item .bodyz {
    /* flex: 0 1 33.3333%; */
    flex: 0 1 65.3333%;
    margin-top: 84px;
  }
  .step-list__item .content {
    align-items: flex-end;
  }
  .step-list__item > .step-list__item__inner {
    position: relative;
  }
  .step-list__item > .step-list__item__inner:before,
  .step-list__item > .step-list__item__inner:after {
    border-width: 0px;
    border-style: solid;
    border-color: #e4bc7a;
    display: block;
    content: "";
    position: absolute;
    height: 42px;
    width: calc(33.3333% - 42px);
  }
  .step-list__item:nth-child(odd) > .step-list__item__inner {
    /* text-align: right; */
    text-align: left;
  }
  .step-list__item:nth-child(odd) > .step-list__item__inner:before,
  .step-list__item:nth-child(odd) > .step-list__item__inner:after {
    border-left-width: 1px;
    left: calc(33.3333% - 21px);
  }
  .step-list__item:nth-child(odd) > .step-list__item__inner:before {
    border-top-width: 1px;
    border-top-left-radius: 42px;
    margin-top: -42px;
  }
  .step-list__item:nth-child(odd) > .step-list__item__inner:after {
    border-bottom-width: 1px;
    border-bottom-left-radius: 42px;
    margin-bottom: -42px;
  }
  .step-list__item:nth-child(odd):before {
    left: 0;
    margin-left: 33.3333%;
    transform: translateX(-100%);
  }
  .step-list__item:nth-child(odd) .icon {
    margin-left: 72px;
  }
  .step-list__item:nth-child(even) > .step-list__item__inner:before,
  .step-list__item:nth-child(even) > .step-list__item__inner:after {
    border-right-width: 1px;
    right: calc(33.3333% - 21px);
  }
  .step-list__item:nth-child(even) > .step-list__item__inner:before {
    border-top-width: 1px;
    border-top-right-radius: 42px;
    margin-top: -42px;
  }
  .step-list__item:nth-child(even) > .step-list__item__inner:after {
    border-bottom-width: 1px;
    border-bottom-right-radius: 42px;
    margin-bottom: -42px;
  }
  .step-list__item:nth-child(even):before {
    right: 0;
    margin-right: 33.3333%;
    transform: translateX(100%);
  }
  .step-list__item:nth-child(even) .icon {
    margin-right: 72px;
  }
  .step-list__item:nth-child(even) .bodyz {
    order: 1;
  }
}
/******* Infograph-1 End ********/

/* ============================================================ 
   ACCORDION -1
=============================================================== */
.gl-featured-accordion .accordion-item,
.gl-faq-accordion .accordion-item {
  border-radius: var(--border-radius-base);
  -webkit-box-shadow: 0px 16px 50px 0px rgb(220 109 67 / 35%);
  box-shadow: 0px 16px 50px 0px rgb(220 109 67 / 35%);
  background: transparent;
  margin-bottom: 25px;
}

.gl-featured-accordion .accordion-header button,
.gl-faq-accordion .accordion-header button {
  background: var(--bg-card);
  background-image: linear-gradient(
    133deg,
    var(--bg-card) -16.04%,
    var(--bg-card) 9.33%,
    var(--bg-secondary) 32.02%,
    var(--bg-primary) 62.06%,
    var(--bg-card) 87.42%,
    var(--bg-card) 112.12%
  );
  color: white;
}
.accordion-body {
  color: #fff;
}
.accordion-collapse {
  background: transparent;
}
.accordion-body .checklist {
  margin-bottom: 10px;
}

.gl-featured-accordion .accordion-header span i,
.gl-faq-accordion .accordion-header span i {
  background: transparent;
  -webkit-text-fill-color: unset;
  font-size: 36px;
  color: var(--accent);
}
.gl-featured-accordion .accordion-header span,
.gl-faq-accordion .accordion-header span {
  background: linear-gradient(
    99.89deg,
    rgb(0 0 0 / 80%) 0%,
    rgb(33 22 23) 106.22%
  );
  width: 60px;
  min-width: 60px;
  height: 60px;
  margin-right: 20px;
  border-radius: var(--border-radius-base);
  border: 1px solid #312f23;
}

.gl-featured-accordion.acc-v-black .accordion-body {
  color: white;
}
.gl-featured-accordion.acc-v-black .accordion-item,
.acc-v-black .gl-faq-accordion .accordion-item {
  background-color: #000000cf;
}

.gl-featured-accordion.acc-v-black .accordion-header button,
.acc-v-black .gl-faq-accordion .accordion-header button {
  background-color: #000000cf;
  color: #fff;
}

.gl-featured-accordion.acc-v-black .accordion-header span,
.acc-v-black .gl-faq-accordion .accordion-header span {
  background: linear-gradient(
    99.89deg,
    rgb(238 238 238 / 43%) 0%,
    rgba(255, 0, 161, 0.05) 106.22%
  );
}
.accordion-button::after {
  filter: brightness(10.5);
}

.gl-about-img1 {
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.gl-about-img-wrap {
  position: sticky;
  top: 90px;
}
.max-w-unset,
p.max-w-unset {
  max-width: unset;
}

/********ACCORDION -1 End***********/

/* Footer Start */
.site-footer.style-1 .footer-bottom .fb-inner {
  border-top: 0;
}
.site-footer.style-1 {
  color: white;
}
.site-footer.style-1 .footer-top {
  padding: 60px 0 30px;
  background: black;
}
.site-footer.style-1 .footer-bottom {
  /* background-color: #7a7875; */
  background: #c69b5d;
  background-image: linear-gradient(#e5bd7a, #a1753c);
}
footer .f-bottom-col .copyright-text p {
  margin-bottom: 0;
  color: #201a06;
}
.footer-logo-head {
  margin-bottom: 40px;
  padding-bottom: 20px;
}
/* Footer End */
/** Accessability start **/
.mdp-readabler-disable-scroll {
  overflow: visible !important;
}
body #mdp-readabler-popup {
  --readabler-btn-color-hover: var(--primary);
  --readabler-btn-bg: var(--primary);
  --readabler-color: var(--primary);
  --readabler-color-dark: var(--primary);
  --readabler-highlight-titles-color: var(--primary);
  --readabler-highlight-links-color: var(--primary);
  --readabler-tts-bg: var(--primary);
  --readabler-highlight-focus-color: var(--primary);
  --readabler-highlight-hover-color: var(--primary);
}
body #mdp-readabler-online-dictionary-box form label {
  color: white;
}
body #mdp-readabler-popup-footer .mdp-readabler-statement {
  display: none;
}
body .mdp-readabler-trigger-button-box button {
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  border: 1.5px solid transparent;
  border-radius: var(--border-radius-base);
  box-shadow: 0 4px 12px 8px rgba(0, 0, 0, 0.1);
  background: var(--primary);
  border-color: var(--primary);
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition:
    transform 0.2s ease,
    -webkit-transform 0.2s ease;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

body
  .mdp-readabler-trigger-button-box
  button
  .mdp-readabler-trigger-button-icon
  svg {
  fill: black;
}
body #mdp-readabler-popup {
  /* left: unset;
    right: 0; */
  top: unset;
  bottom: 20px;
}
.mdp-readabler-trigger-button-box
  button:active
  .mdp-readabler-trigger-button-icon
  svg,
.mdp-readabler-trigger-button-box
  button:focus
  .mdp-readabler-trigger-button-icon
  svg,
.mdp-readabler-trigger-button-box
  button:focus-visible
  .mdp-readabler-trigger-button-icon
  svg,
.mdp-readabler-trigger-button-box
  button:hover
  .mdp-readabler-trigger-button-icon
  svg {
  fill: rgb(0, 0, 0) !important;
}
.mdp-readabler-trigger-button-box
  button:active
  .mdp-readabler-trigger-button-icon
  svg,
.mdp-readabler-trigger-button-box
  button:focus
  .mdp-readabler-trigger-button-icon
  svg,
.mdp-readabler-trigger-button-box
  button:focus-visible
  .mdp-readabler-trigger-button-icon
  svg,
.mdp-readabler-trigger-button-box
  button:hover
  .mdp-readabler-trigger-button-icon
  svg {
  fill: rgb(0, 0, 0) !important;
}
body #mdp-readabler-overlay {
  background-color: rgb(99 98 97 / 36%);
}
body .mdp-readabler-trigger-button-box.bottom-right {
  width: 50px;
  height: 50px;
  z-index: 98;
  bottom: 0px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
body .mdp-readabler-trigger-button-box.bottom-right.mover {
  bottom: 70px;
}

@media (min-width: 1441px) {
  body .mdp-readabler-trigger-button-box.bottom-right {
    right: calc(0% + 5px);
  }
}
@media (max-width: 1440px) {
  body .mdp-readabler-trigger-button-box.bottom-right {
    right: calc(0% + 5px);
  }
}
@media (max-width: 768px) {
  body .mdp-readabler-trigger-button-box.bottom-right {
    right: calc(0% + 5px);
  }
}
@media (max-width: 425px) {
  body .mdp-readabler-trigger-button-box.bottom-right {
    right: calc(0% + 0px);
  }
}
/** Accessability end **/

/** Contact start **/

/* CONTACT FORM START **********/

.error {
  color: red;
  display: none;
}
form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.recaptch-cover {
  border: 1px solid #000000 !important;
  padding: 0px;
  position: relative;
  /* margin-right: 15px;
    margin-left: 15px; */
  max-width: 1140px;
  width: 100%;
  border-radius: 1.25rem;
  background: linear-gradient(rgb(229, 189, 122), rgb(161, 117, 60))
    rgb(198, 155, 93);
}
.dark .recaptch-cover {
  background-color: #121417;
}
.recaptch-cover .recaptch-cover-header label {
  padding-left: 20px;
}
.dark .recaptch-cover .recaptch-cover-header label {
  color: white;
}
.recaptch-cover .recaptch-cover-header {
  padding: 10px;
  text-align: left;
  display: block;
  border-bottom: 1px solid #000000 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recaptch-cover .recaptch-cover-header button {
  background: #00000000;
  color: #000000;
  border-color: rgb(0 0 0);
  border-radius: var(--border-radius-base);
}
.dark .recaptch-cover .recaptch-cover-header button {
  color: #ffffff;
}
.recaptch-cover .recaptch-cover-header button:active {
  background: transparent;
  border-color: #000000;
}
.recaptch-cover .recaptch-cover-header button:hover {
  background: transparent;
  border-color: #000000;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  border-color: #b7beff;
}
.form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: #ece4e4;
  border-color: #b7beff;
  color: #000000;
}
.loading-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1111;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  color: #ffffff;
  display: none;
}
form label {
  color: #000000;
}
.loading-overlay.active {
  display: flex;
}
#refreshCaptcha {
  cursor: pointer;
}
.form-control::placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1; /* Firefox */
}
.form-control::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: rgba(0, 0, 0, 0.5);
}

.math-captcha {
  text-align: center;
}

.math-expression {
  font-size: 24px;
  font-weight: bold;
}

.answer-options {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
  flex-wrap: wrap;
}

.answer-option {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #000000;
  border-radius: var(--border-radius-base);
  cursor: pointer;
  transition: all 0.2s;
  background: #00000000;
  color: #000000;
}

.answer-option:hover {
  border-color: var(--first-brand-color);
}

.answer-option.selected {
  background: rgb(22 11 22);
  color: white;
  border-color: var(--tg-gradient-1);
}

.error {
  color: red;
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgb(255 255 255 / 70%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

#submitBtn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.jconfirm {
  -webkit-perspective: 400px;
  perspective: 400px;
}
.jconfirm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  font-family: inherit;
  overflow: hidden;
}
.jconfirm.jconfirm-modern .jconfirm-bg {
  background-color: slategray;
  opacity: 0.6;
}
.jconfirm .jconfirm-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.jconfirm .jconfirm-scrollpane {
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-perspective-origin: center;
  perspective-origin: center;
  display: table;
  width: 100%;
  height: 100%;
}
.jconfirm .jconfirm-row {
  display: table-row;
  width: 100%;
}
.jconfirm .jconfirm-cell {
  display: table-cell;
  vertical-align: middle;
}
.jconfirm .jconfirm-holder {
  max-height: 100%;
  padding: 50px 0;
}
@media (min-width: 992px) {
  .justify-content-lg-center {
    justify-content: center !important;
  }
}
@media screen and (max-width: 820px) {
  form .form-group.col-md-6 {
    width: 100% !important;
  }
  form#contactForm {
    flex: 1 1 100%;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .justify-content-md-center {
    justify-content: center !important;
  }
}
@media (min-width: 576px) {
  .justify-content-sm-center {
    justify-content: center !important;
  }
}

.jconfirm .jconfirm-box-container.jconfirm-no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}
.jconfirm .jconfirm-box-container {
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  transition: transform;
  transition:
    transform,
    -webkit-transform;
}
.jconfirm.jconfirm-modern .jconfirm-box {
  background-color: white;
  -webkit-box-shadow:
    0 7px 8px -4px rgba(0, 0, 0, 0.2),
    0 13px 19px 2px rgba(0, 0, 0, 0.14),
    0 5px 24px 4px rgba(0, 0, 0, 0.12);
  box-shadow:
    0 7px 8px -4px rgba(0, 0, 0, 0.2),
    0 13px 19px 2px rgba(0, 0, 0, 0.14),
    0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 30px 30px 15px;
}
.jconfirm .jconfirm-box.jconfirm-type-red {
  border-top: solid 7px #e74c3c;
  -webkit-animation-name: type-red;
  animation-name: type-red;
}
.jconfirm .jconfirm-box.jconfirm-type-animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.jconfirm .jconfirm-box {
  opacity: 1;
  -webkit-transition-property: all;
  transition-property: all;
}
.jconfirm .jconfirm-box {
  background: white;
  border-radius: 4px;
  position: relative;
  outline: 0;
  padding: 15px 15px 0;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87);
  top: 15px;
  right: 15px;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  opacity: 0.6;
  text-align: center;
  font-size: 27px !important;
  line-height: 14px !important;
  display: none;
  z-index: 1;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
  display: block;
  font-size: 22px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  padding-bottom: 15px;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: block;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 10px;
  font-size: 69px;
  color: #fff;
}

.jconfirm.jconfirm-modern.jconfirm-open
  .jconfirm-box
  .jconfirm-title-c
  .jconfirm-icon-c {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: inherit;
  font-family: inherit;
  display: inline-block;
  vertical-align: middle;
  color: white;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane {
  margin-bottom: 15px;
  height: auto;
  -webkit-transition: height 0.4s ease-in;
  transition: height 0.4s ease-in;
  display: inline-block;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.jconfirm .jconfirm-box.jconfirm-type-animated {
  background: rgb(12 15 19 / 94%);
}

.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
  overflow-y: hidden;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
  overflow: auto;
}
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
  text-align: center;
  font-size: 15px;
  color: #dedede;
  margin-bottom: 25px;
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons {
  text-align: center;
}
.jconfirm .jconfirm-box .jconfirm-buttons {
  padding-bottom: 11px;
}
.jconfirm .jconfirm-clear {
  clear: both;
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  min-height: 1em;
  -webkit-transition:
    opacity 0.1s ease,
    background-color 0.1s ease,
    color 0.1s ease,
    background 0.1s ease,
    -webkit-box-shadow 0.1s ease;
  transition:
    opacity 0.1s ease,
    background-color 0.1s ease,
    color 0.1s ease,
    background 0.1s ease,
    -webkit-box-shadow 0.1s ease;
  transition:
    opacity 0.1s ease,
    background-color 0.1s ease,
    color 0.1s ease,
    box-shadow 0.1s ease,
    background 0.1s ease;
  transition:
    opacity 0.1s ease,
    background-color 0.1s ease,
    color 0.1s ease,
    box-shadow 0.1s ease,
    background 0.1s ease,
    -webkit-box-shadow 0.1s ease;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  background-image: none;
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
  padding: 10px 20px;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
  background-color: #ecf0f1;
  color: #000;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  border-radius: 5px;
}

.mt-3 {
  margin-top: 1rem !important;
}
.math-captcha {
  text-align: center;
}
.math-captcha p {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.form-section-right form #name,
.form-section-right form #email,
.form-section-right form #message {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  margin: 0 auto;
}
.form-section {
  max-width: unset;
}
.form-section-right form {
  padding-left: 10px;
  padding-right: 10px;
}

button#submitBtn {
  /* background: #00000073; */
  border: 0 none;
  /* border-radius: 50px; */
  border-radius: 10px;
  /* box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset; */
  color: #fff !important;
  cursor: pointer;
  /* display: inline-block; */
  font-size: 0.9em;
  font-weight: 300;
  /* height: 3.5em;
    line-height: 3.5em; */
  padding: 0 2.25em;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.2s ease-in-out 0s,
    color 0.2s ease-in-out 0s,
    box-shadow 0.2s ease-in-out 0s;
  white-space: nowrap;
  margin: 20px 0 0 0;
  letter-spacing: 1px;
  padding: 10px;
  display: flex;
  justify-content: center;
  flex: 1 1 100%;
  align-items: center;
  position: relative;
}
button#submitBtn:hover,
button#submitBtn:focus {
  background: #000;
}
button#submitBtn p {
  color: white;
  margin-bottom: 0px;
}

#contactForm .form-group {
  width: 50%;
  padding: 0 10px;
}
#contactForm .wrap-former {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#contactForm .recaptch-cover {
  width: calc(50% - 20px);
  margin: 0 10px;
  border-radius: var(--border-radius-base);
}
.contact_form
  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.contact_form select,
.contact_form textarea {
  border-radius: var(--border-radius-base);
}
@media screen and (min-width: 821px) {
  textarea.form-control {
    height: 100%;
    padding-left: 30px !important;
    padding: 20px;
  }
  .form-group.text-group {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1200px) {
  .recaptch-cover .recaptch-cover-header {
    flex-direction: column;
  }
}
@media screen and (max-width: 820px) {
  #contactForm .recaptch-cover {
    width: 100%;
    margin: 0;
  }
  #contactForm .wrap-former {
    padding-top: 20px;
  }
  #contactForm .form-group {
    padding: 0;
    width: 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .recaptch-cover .recaptch-cover-header {
    flex-direction: column;
    padding-top: 20px;
  }
}

.w-100 {
  width: 100%;
}
input,
textarea {
  margin-bottom: 15px;
  border-radius: var(--border-radius-base);
  background-color: #0a0a0a;
}
input:hover,
input:focus,
textarea:hover,
textarea:focus {
  color: #838383;
}
.gdlr-core-page-builder-body
  [data-skin="Contact"]
  input:not([type="button"]):not([type="submit"]):not([type="reset"]),
.gdlr-core-page-builder-body [data-skin="Contact"] textarea {
  color: #838383;
}

textarea {
  height: auto;
  min-height: 265px;
  margin-bottom: 0px;
}

.contact_info_section {
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

/* Contact around */
div.notice {
  font-size: 18em;
  text-align: center;
  margin-top: 0;
}

.world {
  fill: var(--base-fg);
  width: 1em;
  height: 1em;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  white-space: nowrap;
  border: 2px solid var(--base-fg);
  box-sizing: border-box;
  background-image: url(#icon-world);
}

.world svg {
  width: 4em;
  height: 1em;
  margin-top: calc(-2px + -0.75em);
  display: inline;
  animation: world-scroll 3s linear infinite;
}

@keyframes world-scroll {
  from {
    margin-left: -2.75em;
  }
  to {
    margin-left: -1em;
  }
}

.tg-contact-left {
  padding-top: 1rem;
}
.tg-contact-item {
  background: #121417;
  border-radius: var(--border-radius-base);
  border: 1px solid var(--primary);
  padding: 20px;
  box-shadow: 0px 5px 60px rgba(0, 0, 0, 0.05);
}
.tg-contact-icon span {
  height: 50px;
  width: 50px;
  line-height: 47px;
  text-align: center;
  border-radius: var(--border-radius-base);
  display: inline-block;
  margin-right: 16px;
  background: linear-gradient(94deg, #ab8249 0%, #e4bc7a 100%);
}

/** Contact end **/

/* ── year-exp badge: hide on mobile (absolute positioning breaks layout) ── */
@media (max-width: 767px) {
  .about-bx1 .year-exp {
    display: none;
  }
}

/* ── Modern body text scale ── */
p.desc-foot,
.col-desc-foots p {
  font-size: 17px;
  line-height: 1.75;
}

.checklist li {
  font-size: 16px;
  line-height: 1.7;
}

.step-list__item .bodyz {
  font-size: 14px;
  line-height: 1.8;
}

.about-text-bx h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 0;
}

/* -- Swiper fix width scroll -- */
@media (min-width: 1191px) {
  .swiper-wrapper.noSwiping {
    transition-property: none;
    transform: none !important;
  }
}

/* Global section padding: 20px top and bottom on all sections */
.content-inner,
.content-inner-1,
.content-inner-2,
.content-inner-3,
.content-inner-4 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* service-area has no bottom padding — portfolio-area follows with same bg,
   so only the portfolio-area's 20px top acts as the visual gap between them */
.content-inner-2.service-area {
  padding-bottom: 0 !important;
}
