/* Reset CSS */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  /* Default font size */
  line-height: 1.15;
  /* Default line height */
  -webkit-text-size-adjust: 100%;
  /* Disable text size adjust for mobile */
    font-family: "Hanken Grotesk", sans-serif !important;
  /* font-family: "Poppins", sans-serif !important; */
}

body {
  margin: 0;
   font-family: "Hanken Grotesk", sans-serif !important;
  /* font-family: "Poppins", sans-serif !important; */
}

main {
  display: block;
  /* Ensure the main tag displays properly */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  font-family: "Poppins", sans-serif !important;
}

p,
blockquote,
figure,
pre {
  margin: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
textarea,
select {
  font: inherit;
  /* Ensure consistent font styling */
  border: none;
  background: none;
  outline: none;
}

button {
  cursor: pointer;
}

textarea {
  resize: none;
  /* Disable resizing by default */
}

:root {
  --default-font: "Roboto", sans-serif;
}

/* Remove focus outline for mouse users but keep for keyboard users */
*:focus:not(:focus-visible) {
  outline: none;
}

/* ....................... */

.section {
  padding: 130px 0;
}

.sction {
  padding: 80px 0;
}

/* ....................... */

/*=========================================================================================
    hero section End
 ==========================================================================================*/

.step-p {
  font-size: 24px;
  color: white;
  font-weight: 300;
  font-family: Poppins;
  color: rgb(255, 255, 255);
  font-style: normal;
  font-weight: 300;
}

/*=========================================================================================
    hero section End
 ==========================================================================================*/

/*=========================================================================================
    Work Toward End
 ==========================================================================================*/

.work-towards-area .left-section h2,
.work-at-consumer-area .left-section h2,
.why-choose-consumer-area .left-section h2,
.help-you-area .left-section h2,
.problem-work-area h2,
.testimonials-area h2,
.faqs-area h2 {
  font-size: 36px;
  line-height: 1em;
  font-family: Poppins;
  color: rgb(35, 35, 35);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0px;
  /* margin-bottom: 16px; */
}

.work-towards-area .left-section p,
.work-at-consumer-area .left-section p,
.why-choose-consumer-area .left-section p,
.help-you-area .left-section p,
.problem-work-area .point p,
.testimonials-area p,
.faqs-area p {
  font-size: 16px;
  line-height: 140%;
  color: black;
}

.work-at-consumer-area .left-section h3,
.why-choose-consumer-area .left-section h3,
.problem-work-area .point h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
  color: black;
}

.problem-work-area .point h3 {
  color: #41b38f;
}

.speak .problem-work-area .point h3 {
  color: #ffb00f;
}

.work-towards {
  background-color: #286CB0;
}

.why-choose-consumer,
.problem-work,
.faqs {
  background-color: #fbfbfb;
}

.work-towards-area .left-section .btn-opportunity {
  height: 48px;
  width: 329px;
  background-color: #E94F37;
  border-radius: 8px;
  font-size: 16px;
  color: white;
  margin-top: 25px;
}

.work-at-consumer-area .left-section .btn-case,
.why-choose-consumer .left-section .btn-case,
.help-you-area .left-section .btn-case,
.problem-work-area .btn-case,
.testimonials-area .btn-case,
.faqs-area .btn-case {
  height: 49px;
  width: 270px;
  background-color: #E94F37;
  border-radius: 8px;
  font-size: 16px;
  color: white;
  margin-top: 5px;
}

.testimonials-area .btn-case {
  width: 149px;
}

.faqs-area .btn-case {
  width: 203px;
}

.problem-work-area .btn-case {
  width: 361px;
}

.why-choose-consumer .left-section ol,
.why-choose-consumer .left-section li {
  list-style-type: decimal !important;
}

.help-you-area .left-section ul,
.help-you-area .left-section li {
  list-style-type: disc !important;
}

::marker {
  font-weight: bold;
  font-size: 16px;
}

.problem-work-area .icon-circle {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  background-color: #E94F37;
  /*border: 2px solid #FFD60B;*/
}

.speak .problem-work-area .icon-circle {
  background-color: #41b38f !important;
  /*border: 2px solid white !important;*/
}

.problem-work-area .icon-circle img {
  height: 45px;
  width: 45px;
}

.testimonials-area .testimonial-slider {
  width: 90%;
  margin: auto;
  padding: 20px 0;
}

.testimonials-area .testimonial-item {
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  padding: 32px 24px;
  background-color: #f6f6f6;
  border-radius: 16px;
  height: 481px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.testimonials-area .testimonial-item .date {
  font-size: 14px;
  line-height: 140%;
  color: 909090;
}

.testimonials-area .testimonial-item .trust img {
  width: 140px;
}

.testimonials-area .testimonial-item h3 {
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 16px;
  color: black;
}

.testimonials-area .testimonial-item p {
  font-size: 16px;
  color: #525254;
  line-height: 27.2px;
}

.testimonials-area .testimonial-item .client-detail h4 {
  font-size: 16px;
  color: black;
  font-weight: 400;
}

.testimonials-area .testimonial-item .client-detail span {
  font-size: 14px;
  color: #525254;
}

.testimonials-area .testimonial-item .client-image img {
  height: 56px;
  width: 56px;
}

.owl-carousel button.owl-dot {
  height: 12px;
  width: 12px;
  background-color: #466b77;
  border-radius: 50%;
  margin: 5px;
}

.owl-carousel button.owl-dot.active {
  background-color: #41b38f !important;
}

.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}

.speak-p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: white;
}

.faqs-area .faq-question {
  padding: 30px;
  border-radius: 16px;
  cursor: pointer;
  background-color: #f6f6f6;
  margin-bottom: 20px;
}

.faqs-area .faq-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faqs-area .faq-question .faq-con .q-span {
  font-size: 18px;
  font-weight: 500;
}

.faqs-area .faq-answer {
  display: none;
  font-size: 16px;
  color: #535862;
  background-color: #f6f6f6;
  padding-top: 10px;
}
.faqs-area .faq-icon {
  transition: 0.3s;
  border: 1px solid #02785e;
  color: #02785e;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  min-width: 22px;
  min-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work-at-consumer-area .work-image {
  height: 750px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.why-choose-consumer-area .work-image,
.help-you-area .work-image {
  height: 650px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.desclaimer {
  font-size: 12px;
}
/*=========================================================================================
    Work Toward End
 ==========================================================================================*/

/*=========================================================================================
    Footer CSS Start
 ==========================================================================================*/
.footer-area {
  background: #1b1213;
}

.footer-middle {
  padding-top: 130px;
  padding-bottom: 35px;
}

.footer-content {
  max-width: 240px;
}

.footer-logo img {
  height: 50px;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-social li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease all;
  font-size: 20px;
  color: #fff;
  background: #262222;
}

.footer-social li a:hover {
  color: #fff;
  background: #41b38f;
}

.footer-logo {
  margin-bottom: 24px;
}

.footer-text {
  margin-bottom: 24px;
  color: var(--White-Light, #fff);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.footer-menu .menu-category {
  margin-bottom: 24px;
  color: var(--White-Light, #fff);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.12px;
}

.footer-menu-list li a,
.footer-menu-list li p {
  color: var(--White-Light, #fff);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: flex;
  gap: 12px;
  word-wrap: break-word;
  word-break: break-word;
  margin: 0;
}

.footer-menu-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-menu p span {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  background: #262222;
}

.subscribe-form {
  position: relative;
}

.subscribe-form input {
  color: #4d3849 !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 100% !important;
  padding: 20px 24px !important;
  border-radius: 48px !important;
}

.subscribe-form .btnPrimary {
  position: absolute;
  content: "";
  border-radius: 48px;
  height: 100%;
  right: 0;
  top: 0;
}

.fm-margin {
  margin-top: 50px;
}

.licenced-img-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-devider {
  border-top: 1px solid #fff;
  position: relative;
  z-index: 2;
  opacity: 0.5;
}

.footer-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 70px;
}

.footer-copyright {
  color: var(--white-normal-hover, #e5e5e5);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
  letter-spacing: 0.07px;
}

.footer-allrights {
  background-color: #286CB0;
  margin-top: 20px;
}

.footer-allrights p {
  color: var(--white-normal-hover, #e5e5e5);
  font-size: 14px;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.08px;
  padding: 14px 8px;
}

.testimonial-slider {
  position: relative;
}

.owl-prev span,
.owl-next span {
  display: none; /* Hide default text */
}

.owl-carousel .owl-nav button.owl-prev {
  font-size: 20px;
  position: absolute;
  top: 40%;
  left: -5%;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #e8e4e4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-carousel .owl-nav button.owl-next {
  font-size: 20px;
  position: absolute;
  top: 40%;
  right: -5%;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #e8e4e4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonials-area .star-icon {
  color: #ffb00f;
  font-size: 20px;
}

/*=========================================================================================
    Footer CSS End
 ==========================================================================================*/

header {
  position: sticky;
  top: 0;
  z-index: 10000;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.header-phone {
  font-size: 24px;
}

.ub-ani-bounce.ub-ani-play {
  -webkit-animation: bounce 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation: bounce 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation: bounce 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation: bounce 2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

#gtmform-scroll {
  scroll-margin-top: 120px;
}

.underline {
  display: block;
  margin: 10px auto;
  background: rgba(255, 255, 255, 0);
  border-style: none none solid none;
  border-width: calc(2px * var(--scale, 1));
  border-color: #c0e0de;
  border-radius: calc(0px * var(--scale, 1));
  left: calc(383px * var(--scale, 1));
  top: calc(981px * var(--scale, 1));
  z-index: 86;
  width: calc(194px * var(--scale, 1));
  height: calc(8px * var(--scale, 1));
}

@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transform: translate3d(0, -6vh, 0);
  }
  70% {
    -webkit-transform: translate3d(0, -3vh, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -1vh, 0);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -moz-transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -moz-transform: translate3d(0, -6vh, 0);
  }
  70% {
    -moz-transform: translate3d(0, -3vh, 0);
  }
  90% {
    -moz-transform: translate3d(0, -1vh, 0);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -o-transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -o-transform: translate3d(0, -6vh, 0);
  }
  70% {
    -o-transform: translate3d(0, -3vh, 0);
  }
  90% {
    -o-transform: translate3d(0, -1vh, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    transform: translate3d(0, -6vh, 0);
  }
  70% {
    transform: translate3d(0, -3vh, 0);
  }
  90% {
    transform: translate3d(0, -1vh, 0);
  }
}

@media screen and (max-width: 992px) {

  .hero-section1 {
    padding: 70px 0px;
  }

  .footer-bottom {
    padding: 24px 40px;
  }

  .section,
  .sction {
    padding: 60px 0;
  }

  .header-phone {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .header-phone {
    font-size: 16px;
  }

  .box {
    padding: 0 1rem;
  }

  .footer-middle {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .work-at-consumer-area .work-image,
  .why-choose-consumer-area .work-image,
  .help-you-area .work-image {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
  }

  .faqs-area .faq-question {
    padding: 20px;
  }
}

@media screen and (max-width: 640px) {
  .footer-bottom {
    padding: 24px 0;
  }
}

@media screen and (max-width: 576px) {
  .work-towards-area .left-section h2,
  .work-at-consumer-area .left-section h2,
  .why-choose-consumer-area .left-section h2,
  .help-you-area .left-section h2,
  .problem-work-area h2,
  .testimonials-area h2,
  .faqs-area h2 {
    font-size: 28px;
  }

  .step-p {
    font-size: 20px;
  }

  .work-at-consumer-area .work-image,
  .why-choose-consumer-area .work-image,
  .help-you-area .work-image {
    object-position: top;
  }

  .problem-work-area .btn-case {
    width: 315px;
  }

  .testimonials-area .testimonial-item .trust img {
    width: 115px;
  }

  .testimonials-area .testimonial-item {
    height: 518px;
  }
}
