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

body {
  line-height: 1.6;
  color: #212529;
  font-family: "Poppins", sans-serif;
}

/* Custom scrollbar */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #007bff;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #667eea;
}

.what_icon {
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 99;
  animation: what-icon 1s linear infinite;
}
@keyframes what-icon {
  0%,
  100% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
  }
}
#scrollToTopBtn {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 25px;
  right: 30px;
  z-index: 99;
  background-color: #0d6efd;
  color: white;
  border: 1px solid white;
  outline: none;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease-in-out;
}
#scrollToTopBtn:hover {
  background-color: #0b5ed7;
}

.offcanvas {
  height: 100vh;
}
.navbar-nav .nav-item .nav-link {
  transition: 0.2s all linear;
  color: black;
}
.navbar-nav .nav-item:hover .nav-link {
  color: #3369e5 !important;
  transform: translateY(-2px);
}

.hero-section {
  background: #3369e5;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 64px;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: white;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
  font-size: 1.3rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.hero_right {
  animation: heroimg 2s ease-in-out infinite;
}
@keyframes heroimg {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

.section-padding {
  padding: 80px 0;
}

.feature-card {
  background: white;
  border-radius: 15px;
  padding: 2.5rem;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  border: none;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.feature-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: white;
  font-size: 2rem;
}

.section-title {
  font-size: 2.5rem;
  color: #3369e5;
  font-weight: 700;
  text-align: center;
}
.section_title_border {
  width: 200px;
  height: 3px;
  border-radius: 50px;
  background-color: #ff6b24;
  margin-bottom: 3rem;
}

.stats-section {
  background: #007bff;
  color: white;
}

.stat-item {
  text-align: center;
  padding: 2rem 1rem;
}

.stat-number {
  font-size: 3rem;
  font-weight: 700;
  display: block;
}

.stat-label {
  font-size: 1.1rem;
  opacity: 0.9;
}

.cta-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.app-screen {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

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

.navbar {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.footer {
  background: #212529;
  color: white;
  padding: 3rem 0 1rem;
}

.social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: white;
  color: black;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin: 0 10px;
  transition: all 0.3s ease;
}

.social-links a:hover {
  background: #007bff;
  transform: translateY(-3px);
  color: white;
}

.main_uses {
  padding: 70px 0;
}
.main_uses .uses {
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 11%), 0 6px 20px 0 rgb(0 0 0 / 10%);
  padding: 20px;
  height: 100%;
  border-radius: 15px;
  transition: 0.2s all linear;
}
.main_uses .uses img {
  transition: 0.2s all linear;
}
.main_uses .uses:hover img {
  transform: scale(1.07);
  border-radius: 15px;
}
.main_uses .uses:hover {
  transform: translateY(-10px);
}
.main_uses h2 {
  color: #3369e5;
  font-weight: 800;
  font-size: 36px;
}
.main_uses .uses h4 {
  color: black;
  font-weight: 500;
  text-align: center;
  font-size: 28px;
  margin-top: 10px;
}
.main_uses .uses p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

#products {
  background: #f0f5f7;
}
.section-bg {
  backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 20px 0;
  padding: 40px 0;
}

.product-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  border: none;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}
.display-4 {
  color: #3369e5;
}
.product-image {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.product-icon {
  font-size: 4rem;
  color: #3369e5;
  z-index: 2;
  position: relative;
}

.price-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #10b981;
  color: white;
  padding: 8px 15px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 0.9rem;
}

.free-badge {
  background: #f59e0b;
}

.btn-purchase {
  background: #3369e5;
  border: none;
  border-radius: 10px;
  padding: 15px 40px;
  font-weight: bold;
  color: white;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn-purchase:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(99, 102, 241, 0.4);
  color: #3369e5;
}

.modal-content {
  border-radius: 20px;
  border: none;
  overflow: hidden;
}

.modal-header {
  background: #3369e5;
  color: white;
  border: none;
}

.form-control {
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px 15px;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: #6366f1;
  box-shadow: 0 0 0 0.2rem rgba(99, 102, 241, 0.25);
}

.step-indicator {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.step {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  font-weight: bold;
  transition: all 0.3s ease;
  position: relative;
}

.step.active {
  background: #6366f1;
  color: white;
}

.step.completed {
  background: #10b981;
  color: white;
}

.step::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 40px;
  height: 2px;
  background: #e5e7eb;
  transform: translateY(-50%);
}

.step:last-child::after {
  display: none;
}

.step.completed::after {
  background: #10b981;
}

.invoice-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.invoice-header {
  background: #3369e5;
  color: white;
  padding: 30px;
  text-align: center;
}

.feature-list {
  list-style: none;
  padding: 0;
}

.feature-list li {
  padding: 8px 0;
  position: relative;
  padding-left: 25px;
}

.feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #10b981;
  font-weight: bold;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
}
.loading {
  opacity: 0.6;
  pointer-events: none;
}

.fade-in {
  animation: fadeIn 0.5s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.faq-container {
  /* max-width: 900px; */
  margin: 0 auto;
}
.faq-item {
  background: rgb(142 118 118 / 13%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  margin-bottom: 1.5rem;
  backdrop-filter: blur(20px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.faq-item:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(99, 102, 241, 0.3);
  transform: translateY(-2px);
}

.faq-item.active {
  background: rgba(99, 102, 241, 0.1);
  border-color: rgba(99, 102, 241, 0.3);
}

.faq-question {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 1.1rem;
  margin: 0;
  transition: all 0.3s ease;
}

.faq-question:hover {
  color: black;
}

.faq-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #3369e5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.faq-icon i {
  color: white;
  font-size: 1rem;
}

.faq-toggle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.faq-toggle i {
  color: #94a3b8;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.faq-item.active .faq-toggle {
  background: rgba(99, 102, 241, 0.2);
  transform: rotate(180deg);
}

.faq-item.active .faq-toggle i {
  color: #a5b4fc;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer-content {
  padding: 0 1.5rem 1.5rem 5.5rem;
  color: black;
  line-height: 1.7;
  font-size: 1rem;
}

.faq-item.active .faq-answer {
  max-height: 300px;
}

.highlight-text {
  color: #3369e5;
  font-weight: 500;
}

.contact-form-section h2,
.contact-info-section h2 {
  font-weight: 600;
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  color: black;
}
.contact-info-section h2 {
  color: white;
}

.form-floating > .form-control,
.form-floating > .form-select {
  border-radius: 12px;
  border: 1px solid #ddd;
}

.btn-submit {
  background-color: #3369e5;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 600;
  margin-top: 1rem;
  position: relative;
  transition: background 0.3s ease;
}

.btn-submit:hover {
  background-color: #004dcc;
}

.contact-info-section {
  background-color: #3369e5;
  padding: 2rem;
  color: white;
  border-radius: 16px;
  height: 100%;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.contact-icon {
  font-size: 1.5rem;
}

.contact-details h4 {
  font-weight: 600;
  margin-bottom: 0.3rem;
}
.contact-details p {
  color: rgba(255, 255, 255, 0.753);
}

@media (max-width: 1399px) {
  .hero-title {
    font-size: 48px;
  }
  .feature-card {
    padding: 20px 16px;
  }
  .main_uses .uses img {
    height: 230px;
  }
  .contact-info-item {
    margin-bottom: 0.8rem !important;
  }
}
@media (max-width: 1199px) {
  .feature-card h4 {
    font-size: 23px;
  }
  .main_uses .uses img {
    height: 250px;
  }
  .contact-info-section {
    padding: 2rem 1.2rem !important;
  }
  .product-image {
    height: 300px !important;
  }
}
@media (max-width: 991px) {
  .main_uses .uses img {
    height: 220px;
  }
  .main_uses .uses h4 {
    font-size: 26px;
  }
  .feature-icon {
    margin: 0 auto;
  }
  .product-image {
    height: 400px !important;
  }
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .section-padding {
    padding: 60px 0;
  }
  .main_uses .uses img {
    height: 250px;
  }
  .product-card {
    margin-bottom: 20px;
  }

  .product-icon {
    font-size: 3rem;
  }

  .step-indicator {
    flex-wrap: wrap;
  }

  .step {
    margin: 5px;
  }
  .section-bg {
    background: transparent;
  }
  .faq-question {
    padding: 1.25rem;
    font-size: 1rem;
  }

  .faq-answer-content {
    padding: 0 1.25rem 1.25rem 4.5rem;
    font-size: 0.95rem;
  }

  .faq-icon {
    width: 36px;
    height: 36px;
    margin-right: 0.75rem;
  }
}

@media (max-width: 576px) {
  .feature-card:hover {
    transform: translateY(0px);
  }
}

@media (max-width: 394px) {
  .hero-title {
    font-size: 2rem;
  }
  .section-title {
    font-size: 32px;
  }
  .main_uses h2 {
    font-size: 26px;
  }
  .main_uses .uses {
    padding: 10px;
  }
  .main_uses .uses img {
    height: 200px;
  }
  .main_uses .uses h4 {
    font-size: 24px;
  }
  .product-image {
    height: 300px !important;
  }
}
