body {
  font-family: "Open Sans", Sans-serif;
}

:root {
  --primary-color: #0D99FF;
}

p {
  margin-bottom: 0 !important;
}

.btn-install-app {
  background-color: #001F3D;
  border-radius: 8px;
  transition: all 0.25s ease;
}

.btn-install-app:hover {
  background-color: var(--primary-color);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(11, 37, 69, 0.2);
}

.btn-install-app>a {
  color: #fff !important;
}

.btn-install-app>a::after {
  display: none !important;
}

.btn-all-features.elementor-widget-button .elementor-button {
  background: none;
  border: none;
}

.highlight,
.btn-all-features a .elementor-button-content-wrapper>span {
  background: linear-gradient(90deg, #0D99FF 0%, #006BB9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-xem-them-mau.elementor-widget-button .elementor-button {
  background: linear-gradient(90deg, #0D99FF 0%, #006BB9 100%);
}

.elementor-section.mau-container .elementor-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.elementor-section.features-2-grid .elementor-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.elementor-section.custom-features-grid .elementor-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.elementor-section.problem-solution-grid .elementor-container,
.elementor-section.features-three-grid .elementor-container,
.elementor-section.reviews-merchants-grid .elementor-container {
  display: flex;
  gap: 32px;
}

.elementor-section.pricing-container .elementor-container {
  display: flex;
  gap: 20px;
}

.steps-section {
  color: #fff;
}

.step-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 32px;
  transition: transform 0.3s ease;
}

.step-item:last-child {
  margin-bottom: 0px;
}

.step-item:hover {
  transform: translateY(-5px);
}

/* Circle number */
.step-number {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  margin-right: 20px;
}

/* Content */
.step-content h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: bold;
}

.step-content p {
  margin: 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

.price {
  display: flex;
  align-items: center;
  gap: 4px;
}

.price .amount {
  font-size: 36px;
  font-weight: 700;
  color: #0F172A;
}

.price .time {
  font-size: 16px;
  color: #94A3B8;
  margin-top: 10px;
}


.questions-container .elementor-accordion .elementor-accordion-item {
  border: 1px solid #E2E8F0 !important;
  border-radius: 8px;
  margin-bottom: 16px;
}

.category-sidebar .text-categories {
  padding: 10px;
}


.category-sidebar ul li {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 10px 14px;
  border-radius: 5px;
  cursor: pointer;
  color: #475569;
  margin-bottom: 5px;
  font-size: 16px;
}

.category-sidebar ul li:hover,
.category-sidebar ul li.active {
  background: #DDEBF9;
  color: #0D99FF;
  font-weight: 600;
}

.template-card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #E2E8F0;
  transition: all 0.25s ease;
  height: 100%;
  cursor: pointer;
  padding: 20px;
  text-decoration: none;
}

.template-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.template-card .thumb {
  border-radius: 10px;
  overflow: hidden;
}

/* thumbnail */
.template-card .thumb img {
  height: 140px;
}

/* title */
.template-card h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #0F172A;
}

/* description */
.template-card p {
  font-size: 16px;
  color: #475569;
}

/* badge */
.template-card .badge {
  display: inline-block;
  font-size: 10px;
  padding: 6px 12px;
  background: #DDEBF9;
  color: #0D99FF;
  border-radius: 3px;
  font-weight: bold;
  margin-top: 15px;
  text-transform: uppercase;
}

.template-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 10px 0px;
}

/* pagination */
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 8px;
}

.page-item {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  color: #282C2D;
}

.page-item.active {
  background: linear-gradient(90deg, #0D99FF 0%, #006BB9 100%);
  color: #fff;
}


/* // */
.pricing-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.pricing-toggle .label {
  font-size: 16px;
  color: #475569;
  cursor: pointer;
  transition: 0.3s;
}

/* switch */
.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 24px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  background-color: #e5e7eb;
  border-radius: 50px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}

/* nút tròn */
.slider:before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  left: 3px;
  top: 3px;
  background: white;
  border-radius: 50%;
  transition: 0.3s;
}

/* khi bật */
input:checked+.slider {
  background-color: #2563eb;
}

input:checked+.slider:before {
  transform: translateX(22px);
}

/* save text */
.save {
  color: #007BFF;
  font-weight: bold;
}


.docs-menu h6 {
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  margin: 20px 0 10px;
}

.docs-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.docs-menu li {
  padding: 8px 12px;
  border-radius: 6px;
  transition: 0.2s;
}

.docs-menu li a {
  text-decoration: none;
  color: #374151;
  font-size: 14px;
}

.docs-menu li:hover {
  background: #f3f4f6;
}

.docs-menu li.active {
  background: #e0edff;
}

.docs-menu li.active a {
  color: #2563eb;
  font-weight: 600;
}
