.section-header p {
  font-size: 1.5rem;
  font-weight: 400;
  display: flex;
  color: #868e96;
  position: relative;
  margin-left: 4.3rem;
  text-transform: uppercase; }

.section-header p::before {
  content: "";
  left: -40px;
  top: 1.4rem;
  position: absolute;
  height: 2px;
  width: 3rem;
  background-color: #f76707; }

.section-header p::after {
  content: "";
  left: -7px;
  top: 1.4rem;
  position: absolute;
  height: 2px;
  width: 3px;
  background-color: #f76707; }

.center {
  display: flex;
  justify-content: center; }

.start {
  display: flex;
  justify-content: start; }

.end {
  display: flex;
  justify-content: end; }

.title {
  font-size: 5rem;
  color: #333;
  margin-bottom: 3rem; }

.nav-blink:link,
.nav-blink:visited {
  background-color: #f98539;
  padding: 1rem 5.5rem;
  font-size: 1.6rem;
  text-decoration: none;
  color: #fff;
  transition: all 0.4s; }

.nav-blink:active,
.nav-blink:hover {
  background-color: #fff;
  color: #f98539; }

.hero-btn {
  display: flex;
  flex-direction: row;
  gap: 2rem; }

.hero-bln:link,
.hero-bln:visited {
  display: inline-block;
  font-size: 2rem;
  text-decoration: none;
  color: #f98539;
  background-color: #fff;
  padding: 1rem 3rem;
  border: solid 3px #fff;
  transition: all 0.2s; }

.hero-bln:active,
.hero-bln:hover {
  background-color: #f98539;
  color: #fff; }

.about-blink:link,
.about-blink:visited {
  text-decoration: none;
  font-size: 2.5rem;
  color: #fff;
  background-color: #f98539;
  padding: 1rem 3rem 1rem 3rem;
  border: solid 2px #f98539;
  transition: all 0.3s; }

.about-blink:active,
.about-blink:hover {
  color: #f76707;
  background-color: #fff; }

.order-blink:link,
.order-blink:visited {
  background-color: #333;
  padding: 2rem 4rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  transition: all 0.2s; }

.order-care:hover,
.order-care:active {
  background-color: #1c7ed6; }

.order-pro:hover,
.order-pro:active {
  background: #1c7ed6; }

.order-core:link,
.order-core:visited {
  background-color: #f76707;
  padding: 2rem 4rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  margin-top: 1.4rem;
  transition: all 0.2s;
  border: 2px solid #f76707;
  font-weight: 500; }

.order-core:hover,
.order-core:active {
  background-color: #fff;
  color: #f76707;
  font-weight: 500; }

.nav-bar {
  background-color: #242323;
  z-index: 1000;
  max-width: 100%; }

.sticky {
  position: fixed; }

.nav-order {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  list-style: none;
  justify-content: flex-end;
  margin-right: 0.2rem;
  align-items: center;
  text-align: center;
  padding-right: 10rem; }

.btn-links:link,
.btn-links:visited {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.2s; }

.btn-links:hover,
.btn-links:active {
  color: #f98539;
  border-bottom: solid 2px #f98539; }

.nav-order:first-child {
  justify-content: flex-start; }

.logo_flex {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 120rem;
  padding-left: 2rem; }

.logo_img {
  width: 8rem; }

.buisness_name {
  padding-top: 0.2rem;
  color: #fff;
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 0.3rem; }

.nav-btn {
  width: 20%; }

.hero-content {
  background-image: linear-gradient(rgba(247, 103, 7, 0.95), rgba(247, 103, 7, 0.95)), url(../img/hero-bg.jpg);
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30rem;
  max-width: 100%; }

.hero-text {
  display: flex !important;
  flex-direction: column; }

.hero-img {
  max-width: 100%; }

.hero-text {
  padding-top: 10rem; }

.hero-p {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  padding-bottom: 2rem; }

.hero-h1 {
  font-size: 7rem;
  line-height: 5rem;
  color: #fff;
  font-weight: 600; }

.type-bug {
  position: relative;
  display: block;
  height: 25%;
  width: 100%; }

h2 span {
  display: inline;
  width: 100%;
  height: 100%;
  font-size: 3rem;
  color: #fff;
  font-weight: 500;
  line-height: 7rem;
  position: relative; }

h2 span::before {
  content: "";
  right: -8px;
  top: 2rem;
  position: absolute;
  height: 3rem;
  width: 2px;
  background-color: #fff;
  transform: translateY(-50%);
  animation: blink 0.6s infinite; }

h2 span.stop-blinking::before {
  animation: none; }

@keyframes blink {
  50% {
    opacity: 0; } }

.nav-hide-icon {
  display: none; }

.nav-icon {
  font-size: 3rem;
  stroke-width: 10rem; }

.about-container {
  display: flex;
  flex-direction: row;
  gap: 6rem;
  justify-content: center;
  align-items: center;
  padding-bottom: 10rem; }

.flex-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 75rem; }

.about-img {
  width: 55rem; }

.about-text p {
  color: #868e96;
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin-bottom: 2rem; }

.about-text {
  width: 75%; }

.about-btn {
  margin-top: 5rem; }

.two-grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10rem; }

.services {
  padding-bottom: 10rem; }

.service-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 50rem;
  border: solid 2px #f76707;
  margin-bottom: 6rem;
  transition: all 0.3s, transform 0.3s 0.2s; }

.service-box:hover {
  color: #fff;
  background-color: #f76707;
  transform: scale(1.05); }

.service-text h3 {
  font-size: 2.5rem;
  letter-spacing: 0.3rem;
  font-weight: 600; }

.service-text p {
  font-size: 1.6rem; }

.service-text {
  margin-left: 3rem;
  transition: all 0.3s; }

.service-text:hover {
  color: #fff; }

.service-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 10rem; }

.icon-m {
  padding: 2rem !important;
  color: #f76707;
  transition: all 0.3s; }

.on-hover:hover {
  color: #fff; }

.service-box:hover .icon-m,
.service-box:hover .service-text {
  color: white;
  /* Hover color */ }

.experience {
  padding-bottom: 5rem; }

.timeline {
  position: relative;
  width: 80%;
  margin: 5rem auto; }

/* Vertical Line */
.line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background-color: #ccc;
  transform: translateX(-50%); }

/* Timeline Event */
.timeline-event {
  position: relative;
  width: 45%;
  margin: 2rem 0;
  opacity: 0;
  /* Hidden initially for animation */
  transform: translateX(50px);
  /* Start animation off-screen */
  transition: all 0.6s ease-in-out; }

.timeline-event.left {
  left: 13%; }

.timeline-event.right {
  left: 55%;
  text-align: left; }

.content {
  position: relative;
  background: #f98539;
  padding: 3rem 2rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 70%; }

.content p {
  font-size: 1.5em;
  color: #fff; }

.content h3 {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 1.5rem; }

.content.right h3 {
  text-align: right; }

.content.right p {
  text-align: right; }

.timeline-date h2 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #333;
  position: absolute;
  top: 7.2rem !important; }

.left-date {
  position: absolute;
  left: 60rem !important;
  top: 20rem; }

.circle-timeline-p {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }

.circle-time {
  position: absolute;
  top: 8rem;
  width: 2rem;
  height: 2rem;
  content: "";
  border-radius: 100%;
  background-color: #fff;
  border: solid 3px #f76707;
  display: flex;
  justify-content: center;
  align-items: center; }

.y2024-f-29 {
  position: absolute;
  top: 65rem;
  left: 52rem !important; }

.testimonials {
  display: flex;
  justify-content: space-around;
  width: 100%;
  align-items: center;
  padding: 5rem 10rem 5rem 5rem; }

.testimonials-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 12rem;
  justify-content: space-around;
  gap: 5rem; }

.quote {
  position: relative;
  padding: 2rem;
  box-shadow: 5px 5px 15px rgba(61, 61, 61, 0.3); }

.quote-text {
  font-size: 1.5rem; }

.quotation-icon {
  position: absolute;
  width: 6rem;
  top: -6rem;
  left: -3rem; }

.quote-name {
  font-size: 1.8rem;
  color: #f76707; }

.stars {
  display: flex;
  flex-direction: row !important;
  padding-top: 1.2rem; }

.star-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 1.2rem;
  justify-content: center;
  gap: 0.8rem;
  list-style: none; }

.star-icon {
  color: #f08c00;
  width: 2rem;
  height: 2rem; }

.margin-top {
  margin-top: -12rem; }

.footer {
  background-color: #333 !important;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 7rem !important; }

.footer-container {
  display: flex;
  flex-direction: row;
  gap: 20rem;
  height: 20rem;
  align-items: end;
  justify-content: center;
  max-width: 100%;
  background-color: #333 !important; }

.footer-order {
  display: flex;
  flex-direction: row;
  gap: 5rem;
  padding-top: 2rem; }

.footer-link:link,
.footer-link:visited {
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  transition: all 0.2s; }

.footer-link:active,
.footer-link:hover {
  color: #f76707; }

.footer-order li {
  list-style: none; }

.logo-footer {
  width: 15rem;
  height: 15rem; }

.footer-line {
  border-top: 1px solid #c6cad5; }

.copyright {
  color: #fff;
  font-size: 1.4rem;
  padding-top: 2rem; }

.footer-container {
  padding-bottom: 5rem; }

/** footer **/
.footer {
  background: #333;
  padding-top: 5rem;
  margin-top: -6.9rem;
  text-align: start; }

.footer_container {
  margin-left: 4rem;
  position: relative; }

.contact_titlepage {
  font-size: 3.5rem;
  color: #fff; }

.footer .titlepage {
  text-align: left;
  padding-bottom: 0px; }

.footer .titlepage h2 {
  color: #fff; }

.h2_contact {
  margin-bottom: -1rem; }

.main_form .contactus {
  border: inherit;
  padding: 0px 1.5rem;
  margin-bottom: 1rem;
  width: 95%;
  height: 4.5rem;
  background: #ffffff;
  color: #777977;
  font-size: 1.8rem;
  font-weight: normal;
  border-bottom: #ddd solid 1px;
  align-items: center; }

.main_form .contactus1 {
  border: inherit;
  padding: 20px 1.5rem;
  margin-bottom: 2rem;
  width: 99%;
  height: 7rem;
  background: #ffffff;
  color: #777977;
  font-size: 1.8rem;
  font-weight: normal;
  border-bottom: #ddd solid 1px;
  align-items: center; }

.main_form .send_btn {
  font-size: 2rem;
  transition: ease-in all 0.5s;
  background-color: #f76707;
  color: #fff;
  padding: 1.6rem 0px;
  font-weight: 700;
  display: inline-block;
  margin-top: -20px;
  text-decoration: none;
  border: 5px solid #f76707;
  margin-left: 2rem;
  height: 80%;
  width: 95% !important;
  margin-top: -2rem; }

.main_form .send_btn:hover {
  background-color: #fff;
  transition: ease-in all 0.5s;
  color: #000;
  border: 5px solid #fff; }

.message {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  width: 50%;
  align-items: center !important; }

.copyright {
  background-color: #f76707;
  padding: 0.003rem 0 0.003rem 0;
  text-align: center;
  color: #fff;
  font-size: 1rem; }

.copy_h2 {
  font-weight: 500; }

.contact_grid {
  display: grid;
  grid-template-columns: 66.66rem 33.34rem;
  align-items: center; }

.id_grid {
  display: grid;
  grid-template-columns: 33.33rem 33.33rem 33.34rem;
  gap: 1rem; }

.copyright-1 {
  background-color: #f76707;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  width: 100% !important; }

@media (max-width: 90em) {
  html {
    font-size: 50% !important; }
  .hero-content {
    padding: 5rem;
    gap: 5rem; }
  .hero-img {
    width: 90rem;
    height: auto; } }

@media (max-width: 64em) {
  .logo_flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: end;
    width: 70rem;
    padding-left: 2rem; }
  .testimonials-container {
    flex-direction: column;
    gap: 8rem; }
  .id_grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 3rem; }
  .main_form .contactus {
    border: inherit;
    padding: 0px 1.5rem;
    margin-bottom: 1rem;
    width: 85%;
    height: 4.5rem;
    background: #ffffff;
    color: #777977;
    font-size: 1.8rem;
    font-weight: normal;
    border-bottom: #ddd solid 1px;
    align-items: center; }
  .id_grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 3rem; }
  .footer_container {
    margin-left: 15rem;
    position: relative;
    display: grid;
    justify-content: center; }
  .main_form .send_btn {
    font-size: 2.3rem;
    transition: ease-in all 0.5s;
    background-color: #f76707;
    color: #fff;
    padding: 0;
    max-width: 333px;
    font-weight: 700;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    border: 5px solid #f76707;
    margin-left: 2rem;
    align-items: center;
    text-align: center;
    height: 60%;
    width: 50%;
    margin-bottom: 8rem;
    margin-top: 0rem;
    justify-content: center;
    margin-left: 1rem; }
  .main_form .contactus1 {
    border: inherit;
    padding: 2.3rem 1.5rem;
    margin-bottom: 2rem;
    width: 85%;
    height: 3.5rem;
    background: #ffffff;
    color: #777977;
    font-size: 1.8rem;
    font-weight: normal;
    border-bottom: #ddd solid 1px;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 5rem; }
  .contact_grid {
    display: grid;
    grid-template-columns: 100rem;
    align-items: center;
    justify-content: center; }
  html {
    font-size: 40% !important; }
  .footer {
    margin-left: -5rem; }
  .y2024-f-29 {
    top: 68rem;
    left: 45rem !important; }
  .left-date {
    left: 50rem !important; }
  .hero-h1 {
    line-height: 7.2rem; }
  .footer {
    margin-left: 0rem; } }

@media (max-width: 48em) {
  html {
    font-size: 34% !important; }
  .footer {
    margin-left: 0rem; } }

@media (max-width: 30em) {
  .logo_flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: end;
    width: 50rem;
    padding-left: 2rem; }
  html {
    font-size: 25% !important;
    overflow-x: hidden !important; }
  .logo_img {
    width: 10rem;
    height: 10rem !important; }
  .buisness_name {
    font-size: 2rem; }
  .hero-content {
    flex-direction: column; }
  .typed-text {
    height: 10rem;
    display: flex;
    justify-content: center; }
  h2 span::before {
    opacity: 0; }
  .hero-text {
    align-items: center; }
  .two-grid {
    flex-direction: column;
    gap: 1rem;
    align-items: center; }
  .row-direction {
    flex-direction: column;
    align-items: center; }
  .card {
    width: 80%;
    align-items: center; }
  .footer-container {
    gap: 1rem; }
  .footer {
    margin-left: 0rem; }
  .logo-footer {
    width: 10rem;
    height: 10rem; }
  .nav-hide-text {
    display: none; }
  .nav-hide-icon {
    display: block; }
  .buisness_name {
    display: none; }
  .nav-order {
    gap: 6rem; }
  .id_grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 3rem; } }

@media (max-width: 30em) {
  .logo_flex {
    width: 35rem; }
  .nav-order {
    width: 120rem; }
  html {
    overflow-x: hidden !important;
    max-width: 200% !important; }
  body {
    overflow: hidden; } }

@media (max-width: 26em) {
  .logo_flex {
    width: 20rem; }
  .nav-order {
    width: 120rem; }
  html {
    overflow-x: hidden !important;
    max-width: 200% !important; }
  body {
    overflow: hidden; } }

/* From Uiverse.io by ammarsaa */
.form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 35rem;
  padding: 2rem;
  position: relative;
  background-color: #1a1a1a;
  color: #fff;
  border: 1px solid #333; }

.popup_title {
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: -1px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 3rem;
  color: #f76707;
  line-height: 3.2rem; }

.message,
.signin {
  font-size: 1.45rem;
  color: rgba(255, 255, 255, 0.7); }

.signin {
  text-align: center; }

.signin a:hover {
  text-decoration: underline #de5d06; }

.signin a {
  color: #f76707; }

.flex {
  display: flex;
  width: 100%;
  gap: 0.6rem; }

.form label {
  position: relative; }

.form label .input {
  background-color: #333;
  color: #fff;
  width: 100%;
  padding: 2rem 05rem 0.5rem 1rem;
  outline: 0;
  border: 0cap solid rgba(105, 105, 105, 0.397); }

.form label .input + span {
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 1rem;
  top: 0px;
  font-size: 1.4rem !important;
  cursor: text;
  transition: 0.3s ease; }

.form label .input:placeholder-shown + span {
  top: 1.25rem;
  font-size: 0.9em; }

.form label .input:focus + span,
.form label .input:valid + span {
  color: #f76707;
  top: 0px;
  font-size: 0.7em;
  font-weight: 600; }

.input {
  font-size: medium; }

.submit {
  border: none;
  outline: none;
  padding: 1rem;
  color: #fff;
  font-size: 1.6rem;
  transform: 0.3s ease;
  background-color: #f76707; }

.submit:hover {
  background-color: #de5d06; }

@keyframes pulse {
  from {
    transform: scale(0.9);
    opacity: 1; }
  to {
    transform: scale(1.8);
    opacity: 0; } }

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 999; }

.overlay.active {
  opacity: 1;
  pointer-events: auto; }

/* Popup */
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background-color: #1a1a1a;
  border: 1px solid #333;
  z-index: 1000;
  padding: 2rem;
  box-shadow: 0 0 2rem rgba(247, 103, 7, 0.623);
  max-width: 35rem;
  width: 90%;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: none; }

.popup.visible {
  display: block;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1); }

/* Close button */
.close-btn {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 2rem;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer; }

/* Success message */
#successMsg {
  margin-top: 1rem;
  color: limegreen;
  font-size: 1.2rem; }

.hidden {
  display: none; }

.textarea_font {
  font-family: poppins; }

.back-to-top-div {
  position: fixed;
  bottom: 10rem;
  right: 5rem; }

.back-to-top:link,
.back-to-top:visited {
  padding-top: 1.2rem;
  padding-bottom: 0.4rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  background-color: #f76707;
  color: #fff;
  transition: all 0.2s; }

.back-to-top:hover,
.back-to-top:active {
  background-color: #de5d06; }

.back-to-top-icon {
  height: 2rem !important;
  width: 2rem;
  stroke-width: 1.2rem !important; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important; }

html {
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
  font-size: 62.5%;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden !important; }

body {
  color: #666666;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  line-height: 1.80857;
  font-weight: normal;
  margin: 0;
  padding: 0;
  width: 100%; }
