.elementor-13088 .elementor-element.elementor-element-4fea66d{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-13088 .elementor-element.elementor-element-29c4aeb > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-13088 .elementor-element.elementor-element-18eba09 > .elementor-container{max-width:800px;}.elementor-13088 .elementor-element.elementor-element-18eba09{padding:150px 0px 150px 0px;}.elementor-13088 .elementor-element.elementor-element-543e425 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-13088 .elementor-element.elementor-element-543e425 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-13088 .elementor-element.elementor-element-85500b5{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-13088 .elementor-element.elementor-element-ae2ad9d > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-13088 .elementor-element.elementor-element-543e425{width:100%;}}/* Start custom CSS for html, class: .elementor-element-6399a1a */@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

html {
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background-color: #0D0E12;
}

@font-face {
  font-family: "Satoshi";
  src: url("fonts/Satoshi-Medium.woff2") format("woff2"), url("fonts/Satoshi-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("fonts/Satoshi-Regular.woff2") format("woff2"), url("fonts/Satoshi-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("fonts/GeneralSans-Regular.woff2") format("woff2"), url("fonts/GeneralSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("fonts/GeneralSans-Medium.woff2") format("woff2"), url("fonts/GeneralSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("fonts/GeneralSans-Bold.woff2") format("woff2"), url("fonts/GeneralSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding-block: var(--space-4);
  background: rgba(13, 14, 18, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid #2A2B35;
  border-bottom-color: transparent; /* hide initially */
  transition: border-color 0.3s ease;
}

/* Show border on scroll */
.header.scrolled {
  border-bottom-color: #2A2B35;
}

.btn-one {
  font-family: "Satoshi";
  font-weight: 18px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  background-color: #E87A1E;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 20px;
  border-radius: 40px;
  width: auto;
  transition: 0.5s;
}
.btn-one:hover {
  background-color: #ff8f38;
}

.hero-sec {
  padding-bottom: 50px;
  border-bottom: 1px solid #2A2B35;
  min-height: 100vh; /* full viewport height */
  display: flex;
  align-items: center; /* vertical center */
  justify-content: center; /* horizontal center */
  text-align: center;
  background-color: #0d0e12;
  /* Softer orange glow + lighter grid */
  background-image: radial-gradient(circle at 30% 40%, rgba(255, 115, 0, 0.12), transparent 50%), radial-gradient(circle at 70% 60%, rgba(255, 115, 0, 0.08), transparent 60%), linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 60px 60px, 60px 60px;
}
.hero-sec .hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  width: auto;
  padding: 6px 18px;
  background-color: rgba(81, 53, 36, 0.8);
  border: 1px solid rgba(232, 122, 30, 0.25);
  border-radius: 60px;
  font-family: "Satoshi";
  font-weight: 18px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 20px 10px;
  color: #E87A1E;
}
.hero-sec h1 {
  font-family: "General Sans";
  font-size: 76px;
  font-weight: 800;
  text-align: center;
  color: #e8e8ec;
}
.hero-sec h1 span {
  color: #E87A1E;
}
.hero-sec p {
  font-family: "Satoshi";
  font-size: 24px;
  color: #9a9aa6;
  text-decoration: none;
  font-weight: 400;
  text-align: center;
}
.hero-sec .btn-two {
  font-family: "Satoshi";
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  background-color: #E87A1E;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 10px 20px;
  border-radius: 40px;
  width: auto;
  transition: 0.5s;
}
.hero-sec .btn-two:hover {
  background-color: #ff8f38;
}
.hero-sec .btn-three {
  font-family: "Satoshi";
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  background-color: #0D0E11;
  border: 1px solid #33343f;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 11px 20px;
  border-radius: 40px;
  width: auto;
  transition: 0.5s;
}
.hero-sec .btn-three:hover {
  background-color: rgba(26, 27, 34, 0.8);
}
.hero-sec .ball {
  display: inline-block;
  animation: ball-move 1.5s infinite ease-in-out;
  color: #9a9aa6;
  transition: 0.5s;
}
.hero-sec .ball:hover {
  color: #6c6c75;
}
@keyframes ball-move {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(16px);
    opacity: 0;
  }
}

.challenge-sec {
  background-color: #14151a;
  padding: 100px 0px 100px 0px;
  border-bottom: 1px solid #2A2B35;
}
.challenge-sec h2 {
  font-family: "General Sans";
  font-size: 40px;
  color: #e8e8ec;
  font-weight: 800;
}
.challenge-sec h5 {
  font-family: "Satoshi";
  font-size: 18px;
  color: #E87A1E;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.challenge-sec ul {
  list-style: none;
  margin-top: 20px;
  padding-left: 0px;
}
.challenge-sec ul li h3 {
  font-family: "Satoshi";
  font-size: 18px;
  color: #e8e8ec;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.challenge-sec ul li p {
  font-family: "Satoshi";
  font-size: 16px;
  color: #9a9aa6;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 22px;
}

.portfolio-sec {
  background-color: #0D0E12;
  padding: 100px 0px 100px 0px;
  border-bottom: 1px solid #2A2B35;
}
.portfolio-sec img {
  border-radius: 20px;
}
.portfolio-sec h2 {
  font-family: "General Sans";
  font-size: 40px;
  color: #e8e8ec;
  font-weight: 800;
  text-align: center;
}
.portfolio-sec h5 {
  font-family: "Satoshi";
  font-size: 18px;
  color: #E87A1E;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
.portfolio-sec p {
  font-family: "Satoshi";
  font-size: 16px;
  color: #9a9aa6;
  font-weight: 400;
  margin: 20px 0px 0px 20px;
  line-height: 22px;
  text-align: center;
}
.portfolio-sec .portfolio-sec img {
  transition: 0.3s;
  cursor: pointer;
}
.portfolio-sec .portfolio-sec img:hover {
  transform: scale(1.05);
}
.portfolio-sec .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.portfolio-sec .img-box img {
  width: 100%;
  transition: transform 0.4s ease;
}
.portfolio-sec {
  /* Zoom effect */
}
.portfolio-sec .img-box:hover img {
  transform: scale(1.1);
}
.portfolio-sec {
  /* Overlay */
}
.portfolio-sec .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: 0.4s ease;
}
.portfolio-sec {
  /* Text animation */
}
.portfolio-sec .overlay h5,
.portfolio-sec .overlay p {
  transform: translateY(20px);
  transition: 0.4s ease;
  text-transform: capitalize;
  font-size: 18px;
  color: #e8e8ec;
}
.portfolio-sec {
  /* Hover effect */
}
.portfolio-sec .img-box:hover .overlay {
  opacity: 1;
}
.portfolio-sec .img-box:hover .overlay h5,
.portfolio-sec .img-box:hover .overlay p {
  transform: translateY(0);
}

.counter-sec {
  background-color: #181920;
  padding: 50px 0px 50px;
  border-bottom: 1px solid #2A2B35;
}
.counter-sec .box {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.counter-sec .box .item {
  height: 100px;
  width: 24%;
  /* background-color:brown; */
  text-align: center;
  border-right: 1px solid rgba(224, 224, 224, 0.168627451);
  position: relative;
}
.counter-sec .box .item:last-of-type {
  border: none;
}
.counter-sec .box .item h1 {
  font-size: 62px;
  font-family: "General Sans";
  color: #E87A1E;
  font-weight: 600;
}
.counter-sec .box .item h2 {
  font-family: "Satoshi";
  font-size: 18px;
  color: #9a9aa6;
}

.process-sec {
  background-color: #14151A;
  padding: 100px 0px 100px 0px;
  border-bottom: 1px solid #2A2B35;
}
.process-sec h2 {
  font-family: "General Sans";
  font-size: 40px;
  color: #e8e8ec;
  font-weight: 800;
  text-align: center;
}
.process-sec h5 {
  font-family: "Satoshi";
  font-size: 18px;
  color: #E87A1E;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
.process-sec p {
  font-family: "Satoshi";
  font-size: 18px;
  color: #9a9aa6;
  font-weight: 400;
  margin: 20px 0px 60px 0px;
  line-height: 22px;
  text-align: center;
}
.process-sec .box:hover .number {
  background: rgba(247, 139, 51, 0.2);
  border-color: #E87A1E;
  box-shadow: 0 0 15px rgba(255, 215, 182, 0.2);
  position: relative;
}
.process-sec .box .number {
  background-color: #1A1B22;
  border: 1px solid #4E4E4E;
  width: 64px;
  height: 64px;
  font-family: "General Sans";
  font-size: 20px;
  font-weight: 700;
  color: #E87A1E;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
}
.process-sec .box h3 {
  font-family: "General Sans";
  font-size: 20px;
  font-weight: 600;
  color: #e8e8ec;
}
.process-sec .box p {
  font-family: "Satoshi";
  font-size: 16px;
  color: #9a9aa6;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin: 0px;
}
.process-sec .process-step {
  position: relative;
}
.process-sec .process-step::before {
  content: "";
  position: absolute;
  top: 32px;
  left: calc(12.5% + var(--space-6));
  right: calc(12.5% + var(--space-6));
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(232, 122, 30, 0.7), rgba(232, 122, 30, 0.7), transparent);
  width: 100%;
  height: 0.5px;
  box-shadow: 0 0 10px rgba(232, 122, 30, 0.4);
}

.value-sec {
  background-color: #0D0E12;
  padding: 100px 0px 100px 0px;
  border-bottom: 1px solid #2A2B35;
}
.value-sec h2 {
  font-family: "General Sans";
  font-size: 40px;
  color: #e8e8ec;
  font-weight: 800;
  text-align: center;
}
.value-sec h5 {
  font-family: "Satoshi";
  font-size: 18px;
  color: #E87A1E;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
.value-sec p {
  font-family: "Satoshi";
  font-size: 18px;
  color: #9a9aa6;
  font-weight: 400;
  margin: 20px 0px 60px 0px;
  line-height: 22px;
  text-align: center;
}
.value-sec .box-cvr {
  background-color: #14151a;
  padding: 20px;
  height: 100%;
  border: 1px solid #2a2b35;
  border-radius: 10px;
  transition: 0.5s;
}
.value-sec .box-cvr:hover {
  background-color: #1A1B22;
  border: 1px solid #ffa65e;
}
.value-sec .box-cvr h3 {
  font-family: "General Sans";
  font-size: 20px;
  font-weight: 600;
  color: #e8e8ec;
  text-align: left;
}
.value-sec .box-cvr p {
  font-family: "Satoshi";
  font-size: 16px;
  color: #9a9aa6;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  margin: 0px;
}
.value-sec .box-cvr i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  color: #e8e8ec;
  background-color: #392921;
  border: 0.1px solid rgba(95, 95, 95, 0.8);
  margin-bottom: 20px;
}

.trust-sec {
  background-color: #14151a;
  padding: 100px 0px 100px 0px;
  border-bottom: 1px solid #2A2B35;
}
.trust-sec h3 {
  font-family: "General Sans";
  font-size: 40px;
  color: #e8e8ec;
  font-weight: 500;
  text-align: center;
  color: #e8e8ec;
  font-style: italic;
  line-height: 55px;
  margin-bottom: 22px;
}
.trust-sec p {
  font-family: "Satoshi";
  font-size: 16px;
  color: #9a9aa6;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}
.trust-sec .guarantee-box {
  max-width: 800px;
  width: 100%;
  background-color: #34241A;
  border: 1px solid #ffa65e;
  display: flex;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
.trust-sec .guarantee-box h4 {
  font-family: "General Sans";
  font-size: 20px;
  color: #e8e8ec;
  font-weight: 500;
  text-align: left;
  color: #e8e8ec;
  font-style: italic;
}
.trust-sec .guarantee-box p {
  font-family: "Satoshi";
  font-size: 16px;
  color: #9a9aa6;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
.trust-sec .guarantee-box i {
  color: #E87A1E;
  font-size: 28px;
}

.started-sec {
  background-color: #0D0E12;
  padding: 100px 0px 100px 0px;
  border-bottom: 1px solid #2A2B35;
}
.started-sec h2 {
  font-family: "General Sans";
  font-size: 40px;
  color: #e8e8ec;
  font-weight: 800;
  text-align: left;
}
.started-sec h5 {
  font-family: "Satoshi";
  font-size: 18px;
  color: #E87A1E;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: left;
}
.started-sec p {
  font-family: "Satoshi";
  font-size: 18px;
  color: #9a9aa6;
  font-weight: 400;
  margin: 20px 0px 30px 0px;
  line-height: 22px;
  text-align: left;
}
.started-sec ul {
  list-style: none;
  padding-left: 0px;
}
.started-sec ul li {
  font-family: "Satoshi";
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 10px;
}
.started-sec ul li i {
  color: #E87A1E;
  font-size: 20px;
  margin-right: 10px;
}
.started-sec .card {
  background-color: #14151A;
  padding: 40px;
  border: 1px solid #24252E;
  display: flex;
  align-items: center;
  justify-content: center;
}
.started-sec .card h3 {
  font-family: "General Sans";
  font-size: 22px;
  color: #e8e8ec;
  font-weight: 500;
  text-align: center;
}
.started-sec .card .submit-btn {
  font-family: "Satoshi", sans-serif;
  font-weight: 600; /* correct */
  font-size: 18px; /* 👈 this is what you meant */
  color: #fff;
  text-decoration: none;
  background-color: #E87A1E;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 22px;
  border-radius: 40px;
  width: -moz-fit-content;
  width: fit-content; /* 👈 better than auto */
  transition: all 0.3s ease;
}
.started-sec .card .submit-btn:hover {
  background-color: #ff8f38;
}

.contact-form .modal-header {
  background: #131419;
  border: none;
}
.contact-form .btn-close {
  background-image: none !important;
}
.contact-form .btn-close i {
  color: #ffffff;
  font-size: 36px;
  top: -5px;
  right: 10px;
  position: relative;
  border-radius: 60px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form .form-container {
  max-width: 600px;
  margin: 0px auto;
  background: #131419;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.contact-form .form-control {
  background: #e8e8ec;
  border: 1px solid #334155;
  color: #fff;
}
.contact-form .form-control:focus {
  border-color: #f97316;
  box-shadow: none;
}
.contact-form .btn-custom {
  background: #f97316;
  border: none;
  font-family: "Satoshi";
  font-size: 20px;
  color: #e8e8ec;
}
.contact-form .btn-custom:hover {
  background: #ea580c;
}
.contact-form .bg-pop {
  background-color: #14151a;
}

.footer-sec {
  background-color: #0D0E12;
  padding: 30px 0px 30px 0px;
  border-top: 1px solid #2A2B35;
}
.footer-sec p {
  font-family: "Satoshi";
  font-size: 16px;
  color: #5e5e6e;
  font-weight: 400;
}
.footer-sec ul {
  list-style: none;
}
.footer-sec ul li {
  display: inline;
  margin-right: 20px;
}
.footer-sec ul li a {
  font-family: "Satoshi";
  font-size: 18px;
  color: #5e5e6e;
  font-weight: 400;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map *//* End custom CSS */
/* Start custom CSS for wpforms, class: .elementor-element-50c61e2 */input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]), textarea, select {
  background:#fff;
  border: 1px solid rgb(255, 255, 255) !important;
  border-radius: 10px;
}

div.wpforms-container-full .wpforms-field-sublabel {
  color: rgb(255, 255, 255);
}
div.wpforms-container-full .wpforms-field-label-inline {
  color: rgba(255, 255, 255, 0.85);
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-18eba09 */.pp{padding-bottom: 0px;
  border-bottom: 1px solid #2A2B35;
  background-color: #0d0e12;
  background-image: radial-gradient(circle at 30% 40%, rgba(255, 115, 0, 0.12), transparent 50%), radial-gradient(circle at 70% 60%, rgba(255, 115, 0, 0.08), transparent 60%), linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 60px 60px, 60px 60px;}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-da45823 */@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

html {
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  background-color: #0D0E12;
}

@font-face {
  font-family: "Satoshi";
  src: url("fonts/Satoshi-Medium.woff2") format("woff2"), url("fonts/Satoshi-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("fonts/Satoshi-Regular.woff2") format("woff2"), url("fonts/Satoshi-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("fonts/GeneralSans-Regular.woff2") format("woff2"), url("fonts/GeneralSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("fonts/GeneralSans-Medium.woff2") format("woff2"), url("fonts/GeneralSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("fonts/GeneralSans-Bold.woff2") format("woff2"), url("fonts/GeneralSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding-block: var(--space-4);
  background: rgba(13, 14, 18, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid #2A2B35;
  border-bottom-color: transparent; /* hide initially */
  transition: border-color 0.3s ease;
}

/* Show border on scroll */
.header.scrolled {
  border-bottom-color: #2A2B35;
}

.btn-one {
  font-family: "Satoshi";
  font-weight: 18px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  background-color: #E87A1E;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 20px;
  border-radius: 40px;
  width: auto;
  transition: 0.5s;
}
.btn-one:hover {
  background-color: #ff8f38;
}

.hero-sec {
  padding-bottom: 50px;
  border-bottom: 1px solid #2A2B35;
  min-height: 100vh; /* full viewport height */
  display: flex;
  align-items: center; /* vertical center */
  justify-content: center; /* horizontal center */
  text-align: center;
  background-color: #0d0e12;
  /* Softer orange glow + lighter grid */
  background-image: radial-gradient(circle at 30% 40%, rgba(255, 115, 0, 0.12), transparent 50%), radial-gradient(circle at 70% 60%, rgba(255, 115, 0, 0.08), transparent 60%), linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 60px 60px, 60px 60px;
}
.hero-sec .hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  width: auto;
  padding: 6px 18px;
  background-color: rgba(81, 53, 36, 0.8);
  border: 1px solid rgba(232, 122, 30, 0.25);
  border-radius: 60px;
  font-family: "Satoshi";
  font-weight: 18px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 20px 10px;
  color: #E87A1E;
}
.hero-sec h1 {
  font-family: "General Sans";
  font-size: 76px;
  font-weight: 800;
  text-align: center;
  color: #e8e8ec;
}
.hero-sec h1 span {
  color: #E87A1E;
}
.hero-sec p {
  font-family: "Satoshi";
  font-size: 24px;
  color: #9a9aa6;
  text-decoration: none;
  font-weight: 400;
  text-align: center;
}
.hero-sec .btn-two {
  font-family: "Satoshi";
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  background-color: #E87A1E;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 10px 20px;
  border-radius: 40px;
  width: auto;
  transition: 0.5s;
}
.hero-sec .btn-two:hover {
  background-color: #ff8f38;
}
.hero-sec .btn-three {
  font-family: "Satoshi";
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  background-color: #0D0E11;
  border: 1px solid #33343f;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 11px 20px;
  border-radius: 40px;
  width: auto;
  transition: 0.5s;
}
.hero-sec .btn-three:hover {
  background-color: rgba(26, 27, 34, 0.8);
}
.hero-sec .ball {
  display: inline-block;
  animation: ball-move 1.5s infinite ease-in-out;
  color: #9a9aa6;
  transition: 0.5s;
}
.hero-sec .ball:hover {
  color: #6c6c75;
}
@keyframes ball-move {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(16px);
    opacity: 0;
  }
}

.challenge-sec {
  background-color: #14151a;
  padding: 100px 0px 100px 0px;
  border-bottom: 1px solid #2A2B35;
}
.challenge-sec h2 {
  font-family: "General Sans";
  font-size: 40px;
  color: #e8e8ec;
  font-weight: 800;
}
.challenge-sec h5 {
  font-family: "Satoshi";
  font-size: 18px;
  color: #E87A1E;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.challenge-sec ul {
  list-style: none;
  margin-top: 20px;
  padding-left: 0px;
}
.challenge-sec ul li h3 {
  font-family: "Satoshi";
  font-size: 18px;
  color: #e8e8ec;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.challenge-sec ul li p {
  font-family: "Satoshi";
  font-size: 16px;
  color: #9a9aa6;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 22px;
}

.portfolio-sec {
  background-color: #0D0E12;
  padding: 100px 0px 100px 0px;
  border-bottom: 1px solid #2A2B35;
}
.portfolio-sec img {
  border-radius: 20px;
}
.portfolio-sec h2 {
  font-family: "General Sans";
  font-size: 40px;
  color: #e8e8ec;
  font-weight: 800;
  text-align: center;
}
.portfolio-sec h5 {
  font-family: "Satoshi";
  font-size: 18px;
  color: #E87A1E;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
.portfolio-sec p {
  font-family: "Satoshi";
  font-size: 16px;
  color: #9a9aa6;
  font-weight: 400;
  margin: 20px 0px 0px 20px;
  line-height: 22px;
  text-align: center;
}
.portfolio-sec .portfolio-sec img {
  transition: 0.3s;
  cursor: pointer;
}
.portfolio-sec .portfolio-sec img:hover {
  transform: scale(1.05);
}
.portfolio-sec .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.portfolio-sec .img-box img {
  width: 100%;
  transition: transform 0.4s ease;
}
.portfolio-sec {
  /* Zoom effect */
}
.portfolio-sec .img-box:hover img {
  transform: scale(1.1);
}
.portfolio-sec {
  /* Overlay */
}
.portfolio-sec .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: 0.4s ease;
}
.portfolio-sec {
  /* Text animation */
}
.portfolio-sec .overlay h5,
.portfolio-sec .overlay p {
  transform: translateY(20px);
  transition: 0.4s ease;
  text-transform: capitalize;
  font-size: 18px;
  color: #e8e8ec;
}
.portfolio-sec {
  /* Hover effect */
}
.portfolio-sec .img-box:hover .overlay {
  opacity: 1;
}
.portfolio-sec .img-box:hover .overlay h5,
.portfolio-sec .img-box:hover .overlay p {
  transform: translateY(0);
}

.counter-sec {
  background-color: #181920;
  padding: 50px 0px 50px;
  border-bottom: 1px solid #2A2B35;
}
.counter-sec .box {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.counter-sec .box .item {
  height: 100px;
  width: 24%;
  /* background-color:brown; */
  text-align: center;
  border-right: 1px solid rgba(224, 224, 224, 0.168627451);
  position: relative;
}
.counter-sec .box .item:last-of-type {
  border: none;
}
.counter-sec .box .item h1 {
  font-size: 62px;
  font-family: "General Sans";
  color: #E87A1E;
  font-weight: 600;
}
.counter-sec .box .item h2 {
  font-family: "Satoshi";
  font-size: 18px;
  color: #9a9aa6;
}

.process-sec {
  background-color: #14151A;
  padding: 100px 0px 100px 0px;
  border-bottom: 1px solid #2A2B35;
}
.process-sec h2 {
  font-family: "General Sans";
  font-size: 40px;
  color: #e8e8ec;
  font-weight: 800;
  text-align: center;
}
.process-sec h5 {
  font-family: "Satoshi";
  font-size: 18px;
  color: #E87A1E;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
.process-sec p {
  font-family: "Satoshi";
  font-size: 18px;
  color: #9a9aa6;
  font-weight: 400;
  margin: 20px 0px 60px 0px;
  line-height: 22px;
  text-align: center;
}
.process-sec .box:hover .number {
  background: rgba(247, 139, 51, 0.2);
  border-color: #E87A1E;
  box-shadow: 0 0 15px rgba(255, 215, 182, 0.2);
  position: relative;
}
.process-sec .box .number {
  background-color: #1A1B22;
  border: 1px solid #4E4E4E;
  width: 64px;
  height: 64px;
  font-family: "General Sans";
  font-size: 20px;
  font-weight: 700;
  color: #E87A1E;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
}
.process-sec .box h3 {
  font-family: "General Sans";
  font-size: 20px;
  font-weight: 600;
  color: #e8e8ec;
}
.process-sec .box p {
  font-family: "Satoshi";
  font-size: 16px;
  color: #9a9aa6;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin: 0px;
}
.process-sec .process-step {
  position: relative;
}
.process-sec .process-step::before {
  content: "";
  position: absolute;
  top: 32px;
  left: calc(12.5% + var(--space-6));
  right: calc(12.5% + var(--space-6));
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(232, 122, 30, 0.7), rgba(232, 122, 30, 0.7), transparent);
  width: 100%;
  height: 0.5px;
  box-shadow: 0 0 10px rgba(232, 122, 30, 0.4);
}

.value-sec {
  background-color: #0D0E12;
  padding: 100px 0px 100px 0px;
  border-bottom: 1px solid #2A2B35;
}
.value-sec h2 {
  font-family: "General Sans";
  font-size: 40px;
  color: #e8e8ec;
  font-weight: 800;
  text-align: center;
}
.value-sec h5 {
  font-family: "Satoshi";
  font-size: 18px;
  color: #E87A1E;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
.value-sec p {
  font-family: "Satoshi";
  font-size: 18px;
  color: #9a9aa6;
  font-weight: 400;
  margin: 20px 0px 60px 0px;
  line-height: 22px;
  text-align: center;
}
.value-sec .box-cvr {
  background-color: #14151a;
  padding: 20px;
  height: 100%;
  border: 1px solid #2a2b35;
  border-radius: 10px;
  transition: 0.5s;
}
.value-sec .box-cvr:hover {
  background-color: #1A1B22;
  border: 1px solid #ffa65e;
}
.value-sec .box-cvr h3 {
  font-family: "General Sans";
  font-size: 20px;
  font-weight: 600;
  color: #e8e8ec;
  text-align: left;
}
.value-sec .box-cvr p {
  font-family: "Satoshi";
  font-size: 16px;
  color: #9a9aa6;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  margin: 0px;
}
.value-sec .box-cvr i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  color: #e8e8ec;
  background-color: #392921;
  border: 0.1px solid rgba(95, 95, 95, 0.8);
  margin-bottom: 20px;
}

.trust-sec {
  background-color: #14151a;
  padding: 100px 0px 100px 0px;
  border-bottom: 1px solid #2A2B35;
}
.trust-sec h3 {
  font-family: "General Sans";
  font-size: 40px;
  color: #e8e8ec;
  font-weight: 500;
  text-align: center;
  color: #e8e8ec;
  font-style: italic;
  line-height: 55px;
  margin-bottom: 22px;
}
.trust-sec p {
  font-family: "Satoshi";
  font-size: 16px;
  color: #9a9aa6;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}
.trust-sec .guarantee-box {
  max-width: 800px;
  width: 100%;
  background-color: #34241A;
  border: 1px solid #ffa65e;
  display: flex;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
.trust-sec .guarantee-box h4 {
  font-family: "General Sans";
  font-size: 20px;
  color: #e8e8ec;
  font-weight: 500;
  text-align: left;
  color: #e8e8ec;
  font-style: italic;
}
.trust-sec .guarantee-box p {
  font-family: "Satoshi";
  font-size: 16px;
  color: #9a9aa6;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
.trust-sec .guarantee-box i {
  color: #E87A1E;
  font-size: 28px;
}

.started-sec {
  background-color: #0D0E12;
  padding: 100px 0px 100px 0px;
  border-bottom: 1px solid #2A2B35;
}
.started-sec h2 {
  font-family: "General Sans";
  font-size: 40px;
  color: #e8e8ec;
  font-weight: 800;
  text-align: left;
}
.started-sec h5 {
  font-family: "Satoshi";
  font-size: 18px;
  color: #E87A1E;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: left;
}
.started-sec p {
  font-family: "Satoshi";
  font-size: 18px;
  color: #9a9aa6;
  font-weight: 400;
  margin: 20px 0px 30px 0px;
  line-height: 22px;
  text-align: left;
}
.started-sec ul {
  list-style: none;
  padding-left: 0px;
}
.started-sec ul li {
  font-family: "Satoshi";
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 10px;
}
.started-sec ul li i {
  color: #E87A1E;
  font-size: 20px;
  margin-right: 10px;
}
.started-sec .card {
  background-color: #14151A;
  padding: 40px;
  border: 1px solid #24252E;
  display: flex;
  align-items: center;
  justify-content: center;
}
.started-sec .card h3 {
  font-family: "General Sans";
  font-size: 22px;
  color: #e8e8ec;
  font-weight: 500;
  text-align: center;
}
.started-sec .card .submit-btn {
  font-family: "Satoshi", sans-serif;
  font-weight: 600; /* correct */
  font-size: 18px; /* 👈 this is what you meant */
  color: #fff;
  text-decoration: none;
  background-color: #E87A1E;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 22px;
  border-radius: 40px;
  width: -moz-fit-content;
  width: fit-content; /* 👈 better than auto */
  transition: all 0.3s ease;
}
.started-sec .card .submit-btn:hover {
  background-color: #ff8f38;
}

.contact-form .modal-header {
  background: #131419;
  border: none;
}
.contact-form .btn-close {
  background-image: none !important;
}
.contact-form .btn-close i {
  color: #ffffff;
  font-size: 36px;
  top: -5px;
  right: 10px;
  position: relative;
  border-radius: 60px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form .form-container {
  max-width: 600px;
  margin: 0px auto;
  background: #131419;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.contact-form .form-control {
  background: #e8e8ec;
  border: 1px solid #334155;
  color: #fff;
}
.contact-form .form-control:focus {
  border-color: #f97316;
  box-shadow: none;
}
.contact-form .btn-custom {
  background: #f97316;
  border: none;
  font-family: "Satoshi";
  font-size: 20px;
  color: #e8e8ec;
}
.contact-form .btn-custom:hover {
  background: #ea580c;
}
.contact-form .bg-pop {
  background-color: #14151a;
}

.footer-sec {
  background-color: #0D0E12;
  padding: 30px 0px 30px 0px;
  border-top: 1px solid #2A2B35;
}
.footer-sec p {
  font-family: "Satoshi";
  font-size: 16px;
  color: #5e5e6e;
  font-weight: 400;
}
.footer-sec ul {
  list-style: none;
}
.footer-sec ul li {
  display: inline;
  margin-right: 20px;
}
.footer-sec ul li a {
  font-family: "Satoshi";
  font-size: 18px;
  color: #5e5e6e;
  font-weight: 400;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map *//* End custom CSS */