* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Outfit", sans-serif;
}

html,
body {
  background: #07111f;
  color: #fff;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1250px;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 15px 0;
  background: transparent;
  transition: 0.4s ease;
}

/* After Scroll */
.navbar.scrolled {
  background: #03101f;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.navbar-brand {
  max-width: 100px;
}

.nav-link {
  color: #fff !important;
  margin: 0 10px;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .navbar {
    background: #1a1a1a !important;
    padding: 10px 0;
  }

  /* .navbar.scrolled {
    background: #fff !important;
  } */

  /* .navbar-collapse {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-top: 10px;
  } */

  .nav-link {
    color: #ffffff !important;
    padding: 10px 0;
  }

  .navbar-toggler {
    border: none;
    box-shadow: none !important;
  }

  .navbar-toggler-icon {
    filter: invert(1);
  }
}
/* .hero {
  background:
    linear-gradient(to right, #04111fb6 30%, rgba(255, 255, 255, 0)),
    url("images/hero_banner.png");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 70px 0;
  position: relative;
} */
.hero {
  background:
    linear-gradient(to right, #04111f 30%, rgb(255 255 255 / 0%)),
    url("images/hero_banner.png");

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  min-height: 100vh;
  display: flex;
  align-items: center;

  padding-top: 70px;
  /* padding-bottom: 80px; */

  position: relative;
}
.tag {
  display: inline-block;
  border: 1px solid #d19b06;
  color: #d19b06;
  padding: 10px 18px;
  border-radius: 40px;
  font-size: 16px;
  margin-bottom: 25px;
  font-weight: 700px;
}

.hero h1 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 25px;
}

.hero h1 span {
  color: #d19b06;
}

.hero p {
  color: #d5d5d5;
  line-height: 1.9;
  font-size: 16px;
}

.hero-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 25px;
  margin-top: 35px;
}

.feature-box {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 40px;
}

.feature-box i {
  flex-shrink: 0;
  margin-top: 3px;
  color: #d19b06;
  font-size: 20px;
}

.btn-gold {
  background: #ffbf00;
  color: #111;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
}
.btn-gold:hover {
  background-color: #fff;
  color: #d19b06;
}
.btn-outline-custom {
  border: 1px solid #d19b06;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
}
.btn-outline-custom:hover {
  color: #d19b06;
  background-color: #fff;
}

.lead-form {
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  color: #111;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);

  width: 100%;
  max-width: 420px;

  margin-left: auto;
  margin-right: 0;
}

.lead-form h3 {
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  font-size: 22px;
}

.lead-form p {
  color: #666;
  font-size: 14px;
  margin-bottom: 25px;
  text-align: center;
}

.form-control,
.form-select {
  height: 40px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.stats-card {
  position: absolute;
  bottom: 80px;
  left: 48%;
}

.stats-card h4 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
}

.stats-card small {
  color: #aaa;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 20px;
}

.brands {
  background: #ffffff;
  padding: 15px 0;
  overflow: hidden;
  position: relative;
}

.brand-slider {
  width: 100%;
  overflow: hidden;
}

.brand-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: scrollBrands 25s linear infinite;
}

.brand-item {
  /*width: 220px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  flex-shrink: 0;
}

.brand-item img {
  /*max-width: 140px;*/
    width: 120px;
     height: 70px;
  object-fit: contain;
  opacity: 0.8;
  transition: 0.3s;
}

.brand-item img:hover {
  opacity: 1;
  transform: scale(1.05);
}

@keyframes scrollBrands {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .brand-item {
    /*width: 160px;*/
    padding: 0 20px;
  }

  /*.brand-item img {*/
  /*  max-width: 100px;*/
  /*}*/
}

.light-section {
  background: #fff;
  color: #111;
  padding: 60px 0;
}

.problem-card,
.service-card,
.case-card,
.testimonial-card,
.faq-box {
  border-radius: 18px;
}

.problem-card {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.problem-card h5 {
  font-weight: 600;
  line-height: 1.4;
}

.problem-card i {
  width: 40px;
  height: 40px;
  background: #fff7e3;
  color: #d19b06;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 20px;
}
.problem-card p {
  margin-top: 20px;
  font-size: 14px;
}
.service-section {
  padding: 40px 0;
}
.service-card {
  background: #091728;
  border: 1px solid rgb(255 255 255 / 24%);
  padding: 10px;
  height: 100%;
  transition: 0.3s;
}

.service-card:hover {
  transform: translateY(-8px);
}

.service-card img {
  display: flex;
  margin: 15px auto 15px;
}

.service-card ul {
  padding-left: 18px;
  color: #ccc;
  line-height: 2;
  font-size: 14px;
}
.process-step {
  position: relative;
  text-align: center;
  z-index: 2;
}

.process-icon {
  width: 70px;
  height: 70px;
  background: #ffdd78;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 20px;
  color: #111;
  font-size: 34px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.process-step::after {
  content: "";
  position: absolute;
  top: 35px;
  left: 60%;
  width: 100%;
  height: 2px;
  background: #ffbf006a;
  z-index: 1;
}

/* Remove line from last item */
.process-last .process-step::after {
  display: none;
}
.process-step h5 {
  font-size: 20px;
  margin-top: 15px;
  height: 60px;
}
.process-step p {
  font-size: 14px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .process-step {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    text-align: left;
    position: relative;
    padding-bottom: 25px;
  }

  .process-content {
    display: flex;
    flex-direction: column;
  }

  .process-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin: 0;
    font-size: 24px;
    position: relative;
  }

  .process-content h5 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.4;
    height: 20px;
  }

  .process-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
  }

  /* Vertical line */
  .process-step::after {
    content: "";
    position: absolute;
    left: 30px;
    top: 60px;
    width: 2px;
    height: 110px;
    background: #ffbf006a;
  }

  .process-last .process-step::after {
    display: none;
  }
}
.metrices-section {
  padding: 40px 0;
}
.metric-box {
  display: flex;
  align-items: center;
  padding: 20px;
  height: 100%;
}

.metric-icon {
  width: 70px;
  height: 70px;
  object-fit: contain;
  flex-shrink: 0;
}

.metric-box h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  color: #c89b2b;
}

.metric-box p {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
}
.casestudy-section {
  background: #fff;
  color: #111;
  padding: 40px 0;
}

.case-card img {
  width: 50%;
  height: 315px;
  object-fit: cover;
}

.testimonial-card {
  background: #fff;
  color: #111;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.faq-box {
  background: #fff;
  color: #111;
  padding: 20px;
  margin-bottom: 20px;
}

@media (min-width: 991px) {
  .cta {
    padding: 85px 85px;
    background-color: rgb(9, 23, 40);
  }
}

footer {
  background: #020c18;
  padding: 60px 0 20px;
}

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

footer ul li {
  margin-bottom: 10px;
  color: #ccc;
}

@media (max-width: 991px) {
  .cta {
    padding: 70px 0;
    background-color: rgb(9, 23, 40);
  }

  .hero h1 {
    font-size: 24px;
  }

  .stats-card {
    position: static;
    margin: 40px auto 0;
  }

  /* .hero-features {
    grid-template-columns: 1fr;
  } */
}
@media (max-width: 991px) {
  .case-card img {
    width: auto;
    /*height: 200px;*/
    /*object-fit: cover;*/
  }
}
@media (max-width: 767px) {
  .case-card img {
    width: auto;
    height: 200px;
    object-fit: cover;
  }
  .lead-form {
    padding: 22px;
    border-radius: 14px;
    max-width: 100%;
  }
  .lead-form h3 {
    font-size: 20px;
    line-height: 1.4;
  }
  .form-control,
  .form-select {
    height: 48px;
    font-size: 14px;
  }
  /*.hero-features {*/
  /*  grid-template-columns: repeat(2, 1fr);*/
  /*  gap: 10px;*/
  /*}*/

  .feature-box {
    font-size: 13px;
  }
  .metric-box {
    border-right: none;
  }
}
@media (max-width: 991px) {
  .hero {
    background-position: 70% center;
    text-align: center;
    min-height: auto;
    padding: 70px 0 80px;
  }
  .hero-buttons {
    justify-content: center;
  }
  /*.lead-form {*/
  /*  max-width: 550px;*/
    
  /*}*/
}
@media (min-width: 776px) and (max-width: 991px) {
  .lead-form {
    margin-left: 175px;
  }
  .hero-features {
      padding: 0 145px;
  }
}
@media (max-width: 767px) {
  .hero {
    background-position: 75% center;
    padding: 80px 0 60px;
  }
  
}

.case-study-section {
  padding: 60px 0;
  background-color: #fff;
  color: #000000;
}

.carousel-wrapper {
  position: relative;
}

.case-carousel {
  overflow: hidden;
}

.carousel-track {
  display: flex;
  gap: 25px;
  transition: 0.5s ease;
}
@media (max-width: 991px) {
  .carousel-track {
    gap: 10px;
  }
}
.case-card {
  min-width: calc(50% - 12.5px);
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

.case-content {
  width: 50%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.case-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #111;
}

.location {
  font-size: 12px;
  font-weight: 600;
  color: #444;
  margin-bottom: 15px;
}

.case-content p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
  font-size: 14px;
}

.stats {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}

.stats li {
  margin-bottom: 0px;
  color: #111;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.stats i {
  color: #c59b4f;
  font-size: 14px;
}

.case-btn {
  border: 2px solid #d8b26a;
  background: #fff;
  color: #111;
  padding: 5px 14px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
  width: fit-content;
}

.case-btn:hover {
  background: #d8b26a;
  color: #fff;
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid #d8b26a;
  background: #fff;
  color: #111;
  font-size: 22px;
  z-index: 10;
  transition: 0.3s;
}

.nav-btn:hover {
  background: #d8b26a;
  color: #fff;
}

.prev-btn {
  left: -28px;
}

.next-btn {
  right: -28px;
}

@media (max-width: 991px) {
  .case-card {
    min-width: 100%;
    flex-direction: column;
  }

  .case-image,
  .case-content {
    width: 100%;
  }

  .case-image {
    height: 280px;
  }

  .prev-btn {
    left: -10px;
  }

  .next-btn {
    right: -10px;
  }
}

@media (max-width: 576px) {
  .case-content {
    padding: 22px;
  }

  .case-content h3 {
    font-size: 14px;
  }

  .nav-btn {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}
.why-choose-section {
  padding: 40px 0;
  background: #fff;
  color: #000000;
}

.choose-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.choose-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 15px;
  font-size: 18px;
  color: #222;
  font-weight: 500;
}

.choose-list i {
  color: #c59b4f;
  font-size: 18px;
  margin-top: 2px;
}

@media (max-width: 991px) {
  .choose-list li {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .why-choose-section {
    padding: 70px 0;
  }

  .choose-list li {
    font-size: 16px;
  }
}
.custom-modal {
  border-radius: 24px;
  overflow: hidden;
  border: none;
  max-width: 900px;
  margin: auto;
}

.popup-left-side {
  background: linear-gradient(135deg, #8a855e, #af9c1e);
  color: #fff;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.popup-left-side h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
}

.popup-left-side p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 25px;
  opacity: 0.9;
}

.popup-form-side {
  padding: 40px;
  background: #fff;
}

.popup-form-side h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #111;
}

.popup-form-side .form-control,
.popup-form-side .form-select {
  height: 50px;
  border-radius: 10px;
  margin-bottom: 12px;
}

.custom-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}
@media (max-width: 991px) {
  .popup-left-side {
    display: none;
  }

  .popup-form-side {
    padding: 25px;
  }

  .popup-form-side h3 {
    font-size: 18px;
    text-align: center;
  }
}
.sticky-consult-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;

  background: #d19b06;
  color: #fff;
  text-decoration: none;

  padding: 14px 24px;
  border-radius: 50px;

  font-size: 15px;
  font-weight: 600;

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

.sticky-consult-btn:hover {
  background: #b88700;
  color: #fff;
  transform: translateY(-3px);
}
@media (max-width: 767px) {
  .sticky-consult-btn {
    right: 15px;
    bottom: 15px;
    padding: 12px 18px;
    font-size: 14px;
  }
}
.call-float {
  position: fixed;
  left: 30px;
  bottom: 100px;
  width: 60px;
  height: 60px;
  background: #0d6efd;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  text-decoration: none;
  z-index: 9999;
}

.whatsapp-float {
  position: fixed;
  left: 30px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  text-decoration: none;
  z-index: 9999;
}

.call-float:hover,
.whatsapp-float:hover {
  color: #fff;
  transform: scale(1.1);
  transition: 0.3s;
}

@media (max-width: 767px) {
  .call-float {
    left: 20px;
    bottom: 90px;
    width: 55px;
    height: 55px;
  }

  .whatsapp-float {
    left: 20px;
    bottom: 20px;
    width: 55px;
    height: 55px;
  }
}
textarea.form-control {
  height: auto !important;
  min-height: 120px;
  border-radius: 10px;
  resize: none;
  margin-bottom: 15px;
  padding-top: 12px;
}
.loading-spinner {
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  display: inline-block;
  animation: spin 0.8s linear infinite;
  margin-right: 8px;
}

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