
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* .navbar {
  background-color: transparent;
  padding-top: 20px;
}

.navbar-nav .nav-link {
  color: white;
  margin-right: 20px;
  font-weight: 500;
} */

.btn-outline-light {
  border-radius: 10px;
}

/* .hero-section {
  padding: 130px 0;
  position: relative;
  z-index: 1;

  object-fit: cover;
  width: 100%;
  background-repeat: no-repeat !important;
} */
/* .hero-section {
  position: relative;
  padding: 0;
  height: 100vh;
  overflow: hidden;
} */

.hero-floating-image {
  position: absolute;
  top: 115px;
  right: 0;
  width: 778px;
  /* ✅ You can adjust width */
  max-width: 100%;
  height: auto;
  z-index: 0;
  pointer-events: none;
}

.hero-information {
  margin-top: -35px;
  padding-bottom: 50px;
  display: grid;
  justify-content: center;
  align-items: center;
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 70px;
}

.hero-subtitle {
  font-size: 1rem;
  color: #dcdcf9;
  /* max-width: 500px; */
  margin-top: 20px;
  font-weight: 400;
}

.hero-subtitle strong {
  font-weight: 600;
  color: white;
}

.hero-buttons .btn {
  margin-right: 15px;
  border-radius: 5px;
  padding: 12px 24px;
  font-weight: 600;
  width: 200px;
}

.hero-buttons {
  margin-top: 2rem;
}
.illustration img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.btn-custom {
  background-color: white;
  color: #2f2ce9;
}

.btn-outline-custom {
  border: 2px solid white;
  color: white;
  background-color: transparent;
}

.container {
  margin-top: 50px;
}

.hero-line-space {
  display: inline-block;
  margin-top: 60px;
}

.hero-subtitle-space {
  display: inline-block;
  margin-top: 28px;
  columns: #ffffff;
}

.slider img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
  margin-top: 20px;
}

.step-section {
  margin-top: 120px;
  padding: 60px 30px;
  border-radius: 10px;
  height: 713px;
}

.process-text {
  font-weight: 500;
  font-size: 19.2px;
  line-height: 100%;
  letter-spacing: 18%;
  text-transform: uppercase;
  color: #ff6900;
}

.second-para {
  font-weight: 600;
  font-size: 38.39px;
  line-height: 46.07px;
  letter-spacing: -3%;
  color: #2b2d42;
}

.third-para {
  font-weight: 400;
  font-size: 15.36px;
  line-height: 28.79px;
  letter-spacing: -2%;
  color: #64607d;
}

.step-line {
  position: absolute;
  top: 125px;
  left: 0;
  width: 100%;
  height: 460px;
  background: url('/static/images/landing/Vector 335.svg') no-repeat center center;
  background-size: contain;
  z-index: 1;
}

.step {
  position: relative;
  z-index: 2;
  margin-top: 40px;
}

.step-img {
  width: 55px;
  height: 55px;
  margin: 0 auto 16px;
}

.step h6 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
  color: #2b2d42;
}

.step p {
  color: #5f6168;
  font-size: 14px;
  line-height: 27.89px;
}

#step-one {
  margin-top: 120px;
}

#step-two {
  margin-top: 90px;
}

#step-three {
  margin-top: -10px;
}

#step-four {
  margin-top: -250px;
}

.service-section {
  margin-top: 150px;
}

.step-number-one {
  position: absolute;
  bottom: 10px;
  left: 180px;
  transform: translateX(-50%);
  z-index: 0;
}

.step-number-two {
  position: absolute;
  bottom: 85px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.step-number-three {
  position: absolute;
  bottom: 165px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.step-number-four {
  position: absolute;
  bottom: 420px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

#proces-img {
  margin-top: -17px;
}

.service-section {
  background-color: #f8f9fd;
  padding: 60px 0;
}

.autoplay {
  margin-top: 50px;
}

.service-title {
  font-weight: 500;
  font-size: 19.2px;
  line-height: 100%;
  letter-spacing: 18%;
  text-transform: uppercase;
  color: #ff6900;
  margin-left: 15px;
}

.service-heading {
  font-weight: 600;
  font-size: 38.39px;
  line-height: 46.07px;
  letter-spacing: -3%;
  color: #2b2d42;
  margin-left: 15px;
}

.service-para {
  font-size: 13px;
  font-weight: 400;
  color: #615e5b;
  text-align: center;
}

.slick-slide {
  padding: 0 15px;
}

.card {
  width: 380px;
}

.card h5 {
  font-size: 17px;
  color: #302f5b;
  font-weight: 600;
}

.card-para {
  font-size: 14px;
  color: #615e5b;
}

.feature-label {
  color: #302f5b;
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 12px;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.feature-item img {
  width: 16px;
  margin-right: 8px;
}

.industry-section {
  margin: 105px 0;
}

.industry-title {
  font-weight: 500;
  font-size: 19.2px;
  line-height: 100%;
  letter-spacing: 18%;
  text-transform: uppercase;
  color: #ff6900;
}

.industry-heading {
  font-weight: 600;
  font-size: 38.39px;
  line-height: 46.07px;
  letter-spacing: -3%;
  color: #2b2d42;
}

.card-titlesection {
  margin-top: 100px;
  padding-bottom: 100px;
  padding-top: 80px;
}

.testimonial-title {
  font-weight: 500;
  font-size: 19.2px;
  line-height: 100%;
  letter-spacing: 18%;
  text-transform: uppercase;
  color: #ff6900;
  margin-left: 15px;
}

.testimonial-para {
  font-weight: 600;
  font-size: 38.39px;
  line-height: 46.07px;
  letter-spacing: -3%;
  color: #2b2d42;
  margin-left: 15px;
}

.rounded-circle {
  position: absolute;
  margin-bottom: 40px;
}

.testimonial-card-titel {
  font-size: 13px;
  font-weight: 400;
  color: #2b2d42;
}

.testimonial {
  margin-top: 60px;
}

.bottom-stats {
  height: 150px;
  top: 100% !important;
  left: 50%;
}

.bottom-stats h4 {
  font-size: 30px;
  font-weight: 600;
  color: #3639a4;
}

.bottom-stats p {
  color: #5f6168;
  font-size: 15px;
}

.conect-section {
  margin-top: 280px;
}

.conect-section img {
  margin-left: 70px;
}

.conect-lines {
  margin-left: 40px;
}

.subscription-header {
  font-weight: 500;
  font-size: 19.2px;
  line-height: 100%;
  letter-spacing: 18%;
  text-transform: uppercase;
  color: #ff6900;
  margin-left: 15px;
}

.section-title {
  font-weight: 600;
  font-size: 38.39px;
  line-height: 46.07px;
  letter-spacing: -3%;
  color: #2b2d42;
  margin-left: 15px;
}

.card-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pricing-card {
  background: #ffffff;
  border-radius: 4px;
  border: none;
  padding: 40px 30px;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.professional-card {
  background-color: #3639a4;
  color: white;
  position: relative;
  overflow: hidden;
}

.plan-name {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 20px;
  color: #302f5b;
}

.professional-card .plan-name {
  color: white;
}

.price {
  font-size: 3rem;
  font-weight: 800;
  color: #302f5b;
  margin-bottom: 5px;
}

.professional-card .price {
  color: white;
}

.price-period {
  font-size: 14px;
  color: #ff6b35;
  font-weight: 500;
}

.professional-card .price-period {
  color: #ff6b35;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.features-list li {
  padding: 12px 0;
  color: #6c757d;
  font-size: 15px;
  position: relative;
  padding-left: 30px;
}

.professional-card .features-list li {
  color: rgba(255, 255, 255, 0.9);
}

.features-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 12px;
  color: #ff6b35;
  font-weight: bold;
  font-size: 16px;
}

.professional-card .features-list li::before {
  color: #ff6b35;
}

.btn-get-started {
  width: 100%;
  padding: 15px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 8px;
  border: none;
  transition: all 0.3s ease;
}

.btn-starter,
.btn-enterprise {
  background-color: #f8f9fa;
  color: #6c757d;
  border: 2px solid #e9ecef;
}

.btn-starter:hover,
.btn-enterprise:hover {
  background-color: #4f46e5;
  color: white;
  border-color: #4f46e5;
}

.btn-professional {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-professional:hover {
  background: white;
  color: #4f46e5;
  border-color: white;
}

.pricing-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}

.card-section {
  margin-top: 100px;
}

.faq-card {
  overflow: hidden;
  border: none;
}

.faq-left {
  padding: 60px 50px;
  background: white;
}

.faq-right {
  padding: 60px 50px;
  background: white;
}

.faq-title {
  color: #242331;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}

.faq-subtitle {
  color: #f58220;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}

.faq-item {
  border: none;
  border-bottom: 1px solid #e9ecef;
  padding: 25px 0;
  background: transparent;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-question:hover {
  color: #f58220;
}

.faq-number {
  color: #f58220;
  font-weight: 700;
  margin-right: 20px;
  min-width: 30px;
}

.faq-icon {
  color: #f58220;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.faq-icon.rotated {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 20px 0 0 50px;
  color: #282938;
  line-height: 1.6;
  display: none;
  animation: slideDown 0.3s ease;
}

.faq-answer.show {
  display: block;
}

.fandq {
  margin-top: 150px;
}

.last-section {
  margin-top: 250px;
  margin-bottom: 150px;
}

.last-third {
  margin-top: 60px;
  margin-left: 80px;
}

.last-titel {
  color: #060606;
  font-weight: 700;
  font-size: 36px;
}

.last-para {
  color: #060606;
  font-weight: 400;
  font-size: 17px;
}

.last-img {
  width: 470px;
  height: 430px;
}

/* footer css */

.footer {
  background:#0E141E;
  color: white;
  padding: 60px 0 20px 0;
}

.footer-top {
  border-bottom: 0.61px solid #1e222c;
  padding-bottom: 40px;
  /* margin-bottom: 30px; */
}

.footer-brand {
  margin-bottom: 30px;
}

.footer-brand h3 {
  color: white;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.footer-brand .tagline {
  color: #9ca3af;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer-brand .highlight {
  color: #ef4444;
  font-weight: 600;
  border-bottom: 1px solid #ef4444;
}

.chat-icon {
  background: #4f46e5;
  padding: 12px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.social-icons a {
  color: #9ca3af;
  font-size: 1.2rem;
  margin-right: 15px;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #4f46e5;
}

.footer-section h6 {
  color: white;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 1.1rem;
}

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

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.footer-section ul li a:hover {
  color: white;
}

.newsletter {
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.newsletter h6 {
  color: white;
  margin-bottom: 15px;
  font-weight: 600;
}

.newsletter-input {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 15px 0;
}

.newsletter-input input {
  flex: 1;
  padding: 8px 12px;
  border: none;
  border-bottom: 1px solid #374151;
  border-radius: 4px;
  background: transparent;
  color: white;
  font-size: 0.85rem;
}

.newsletter-input input:focus {
  outline: none;
}

.newsletter-input input::placeholder {
  color: #9ca3af;
}

.newsletter-input button {
  background: white;
  border: none;
  color: black;
  padding: 8px 15px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.85rem;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: white;
  font-size: 0.9rem;
}

.contact-item i {
  margin-right: 10px;
  color: white;
}

.footer-bottom {
  text-align: center;
  color: #6b7280;
  font-size: 0.85rem;
  padding-top: 20px;
}

.footer-bottom p {
  text-align: center;
  display: contents;
  justify-content: center;
}

.logo-box {
  padding: 10px;
  border-radius: 8px;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
}

.footer .logo {
  font-size: 40px;
  color: white;
  margin-bottom: 10px;
}

.footer p {
  font-size: 14px;
  color: #d1d1d1;
  max-width: 400px;
  margin-bottom: 20px;
}

.footer .social-icons {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.footer .social-icons a {
  color: white;
  background-color: transparent;
  padding: 0px;
  border-radius: 5px;
  font-size: 20px;
  transition: 0.3s ease;
}

.footer .social-icons a:hover {
  background-color: #292b30;
}

.slick-center {
  transform: scale(1.09);
}
.autoplay .slick-slide {
  padding: 10px;
}

  .hero-content {
      position: relative;
      z-index: 2;
      padding-top: 200px;
    }

.testimonial .slick-list {
  padding: 50px 60px !important;
}

.copy-success {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #4caf50;
  color: white;
  padding: 8px 14px;
  border-radius: 5px;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.copy-success.show {
  opacity: 1;
}

.align-content {
  justify-content: start;
}
.align-content-step {
  text-align: start;
}
.nav-button {
  padding: 8px 13px;
  border-radius: 50%;
  background-color: black;
}
.nav-button i {
  color: white;
}

.slick-prev,
.slick-next {
  display: none !important;
}
.social-image {
  display: block;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.faq-item.active .faq-question {
  color: #ff6b35;
}

  .navbar-brand {
      font-weight: 700;
      font-size: 1.5rem;
    }


    .hero-section {
background-image: url('/static/images/landing/rectangle and back design (1).svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 100vh !important;
  /* overflow: hidden; */
  /* display: flex; */
  /* align-items: center; */
}

    .hero-section::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 300px;
      height: 300px;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="30" cy="20" r="1.5" fill="rgba(255,255,255,0.15)"/><circle cx="50" cy="30" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="70" cy="15" r="1.2" fill="rgba(255,255,255,0.12)"/><circle cx="20" cy="40" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="35" r="1.5" fill="rgba(255,255,255,0.15)"/><circle cx="60" cy="50" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="35" cy="60" r="1.2" fill="rgba(255,255,255,0.12)"/><circle cx="15" cy="70" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="65" r="1.5" fill="rgba(255,255,255,0.15)"/></svg>') no-repeat;
      background-size: cover;
      opacity: 0.3;
    }



    .hero-title {
     ont-size: 3.5rem;
      font-weight: 700;
     color: white;
     margin-bottom: 2rem;
    }

    .hero-description {
      font-size: 1.1rem;
      color: rgba(255, 255, 255, 0.9);
      line-height: 1.8;
      max-width: 600px;
      margin: 0 auto 2.5rem;
    }

    .btn-try-now {
      background-color: white;
      color: #3639a4;
      border: none;
      padding: 12px 50px;
      font-weight: 600;
      font-size: 1rem;
      border-radius: 10px;
      transition: all 0.3s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }


    .btn-get-started {
      background-color: white;
      color: #3639a4;
      font-weight: 600;
      font-size: 0.9rem;
      border-radius: 20px;
      padding: 8px 20px;
      border: none;
      transition: all 0.3s ease;
    }

    .custom-navbar {
      background-color: #3639a4;
      padding-top: 20px;
      padding-bottom: 20px;
    }

    .navbar-nav .nav-link {
      color: white;
      margin-right: 15px;
      font-weight: 500;
    }

    .sign-in-btn {
      background-color: white;
      color: #3639a4;
      font-size: 12px;
      font-weight: 600;
      height: 40px;
      width: 113px;
      border: none;
    }
    .contact-container {
            background: white;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            padding: 40px;
            max-width: 1000px;
            margin: 0 auto;
            margin-top: 150px;
            margin-bottom: 150px;

    }

    .contact-title {
        color: #011334;
        font-weight: 600;
        font-size: 2.4rem;
        margin-bottom: 25px;
    }

    .contact-subtitle {
        color: #011334;
        font-size: 0.9rem;
        margin-bottom: 25px;
        line-height: 1.5;
    }



    .contact-info-item {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        color: #424242;
        font-size: 1rem;
        font-weight: 600;
    }

    .contact-info-item img {
        margin-right: 12px;
         color: #424242;
        width: 24px;
    }

    .social-icons {
        display: flex;
        gap: 15px;
        margin-top: 33px;
    }

    .social-icons img {
        width: 29px;
        height: 32px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: all 0.3s ease;
        font-size: 1.2rem;
    }

    .whatsapp {

        color: white;
    }

    .telegram {

        color: white;
    }

    .facebook {
        color: white;
    }

    .linkedin {

        color: white;
    }

    .social-icon:hover {
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        color: white;
    }

    .form-control {
        border: 1.01px solid #3639A41A;
        background-color: #F9F9F9;
        border-radius: 10px;
        padding: 15px 20px;
        font-size: 1rem;
        margin-bottom: 20px;
        transition: all 0.3s ease;
    }



    .form-control::placeholder {
        color: #5F6168;
    }

    textarea.form-control {
        min-height: 120px;
        resize: vertical;
    }

    .btn-send {
        background: #3639A4;
        border: none;
        border-radius: 10px;
        padding: 15px 30px;
        color: white;
        font-weight: 600;
        font-size: 1rem;
        width: 100%;
        transition: all 0.3s ease;
    }

    .btn-send:hover {
        background: linear-gradient(45deg, #3b4bc7, #5855eb);
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(76, 99, 210, 0.3);
        color: white;
    }

     .contact-section {
    background-image: url('/static/images/landing/rectangle and back design (1).svg');
    background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: calc(100vh - 80px); /* 80px = navbar height */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 0 15px;
  position: relative;
}

/* Remove extra margin from Bootstrap container/row */
.contact-section .container,
.contact-section .row {
  margin: 0;
  padding: 0;
}

/* Responsive font sizes */
.contact-hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: white;
}

    @media (max-width: 768px) {
        .contact-container {
            margin: 20px;
            padding: 30px 20px;
        }

        .contact-title {
            font-size: 1.8rem;
        }

        .social-icons {
            justify-content: center;
        }
    }

    @media (max-width: 768px) {
      .hero-title {
        font-size: 2.5rem;
            line-height: 50px;
      }

      .hero-description {
        font-size: 1rem;
        padding: 0 20px;
      }

      .hero-content {
        padding-top: 100px;
      }

      .navbar-nav .nav-link {
        margin: 5px 0;
      }
       /* .hero-section::before {


      height: auto;

    } */
    }

    @media (max-width: 576px) {
      .hero-title {
        font-size: 2rem;
            line-height: 40px;
      }

      .btn-try-now {
        padding: 10px 25px;
        font-size: 0.9rem;
      }

    }

@media (max-width: 1250px) {
  #step-one,
  #step-two,
  #step-three,
  #step-four {
    margin-top: 0px;
  }

  .step-img {
    margin-bottom: 5px;
    margin: 0;
  }
  .step-line {
    display: none;
  }
  .step-number-one,
  .step-number-two,
  .step-number-three,
  .step-number-four {
    display: none;
  }
  .step-section {
    height: auto;
  }
  .card {
    width: 300px;
  }
  .hero-title {
    font-size: 2rem;
  }

.hero-description {

    margin: 0 auto 1.5rem;
}
}
@media (max-width: 768px) {
  .faq-left,
  .faq-right {
    padding: 40px 30px;
  }

  .faq-title {
    font-size: 2rem;
  }

  .faq-answer {
    padding-left: 30px;
  }
  .align-content {
    justify-content: center;
    align-items: center;
  }
  .align-content-step {
    text-align: center;
  }

  .step-img {
    margin-bottom: 10px;
  }
  .card {
    width: 350px;
  }
  .nav-button {
    padding: 5px 10px;
  }
  .bottom-stats {
    height: auto;
    top: 108% !important;
    left: 53%;
  }
  .bottom-stats div {
    text-align: center;
    margin-top: 20px;
  }
  .social-image {
    display: none;
  }
  .last-third {
    margin-top: 0;
    margin-left: 0;
  }
  .fandq {
    margin-top: 90px;
  }
  .last-section {
    margin-top: 106px;
    margin-bottom: 70px;
  }

  .card-section {
    padding-top: 70px;
  }
  .step-section {
    margin-top: 100px;
  }
  .hero-title {
    font-size: 1.5rem;
    margin-top: 10px;

  }
  .hero-buttons {
    margin-top: 2rem;
  }
    .hero-content {

    padding-top: 50px;
}
.hero-description {

    margin: 0 auto 1rem;
}
}