body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}


:root {
  --primary: #3ab8a3;
  --secondary: #2f393b;
  --red: #bc2431;
  --light-bg: #f6fbfc;
  --white: #ffffff;
}

.laptop-nav {
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--red) !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.laptop-main-menus {
  display: flex;
  align-items: center;
}

.laptop-main-menus > li {
  list-style-type: none;
  padding: 10px 8px;
}

.laptop-main-menu {
  text-decoration: none;
  color: var(--secondary);
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 10px 8px;
}

.hvr-sweep-to-right::before {
  background-color: var(--primary) !important;
  color: black !important;
  border-radius: 5px !important;
}

.sell-btn-laptop {
  background-color: var(--red) !important;
  border-radius: 10px !important;
  color: white;
  padding: 10px 10px !important;
  transition: all 0.3s;
}

.sell-btn-laptop:hover {
  background-color: var(--primary) !important;
  border-radius: 10px !important;
  transition: all 0.3s;
  color: black;
  padding: 10px 10px !important;
}

.mobile-nav {
      background-color: var(--red) !important;
  display: flex;
  padding: 15px 10px;
  justify-content: space-between;
  align-items: center;
}

.btn:focus,
.btn:active,
.btn:hover,
.btn:focus-visible {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.offcanvas-menu {
  padding: 0;
  margin: 0;
}

.offcanvas-menu > li {
  padding: 10px 8px;
  list-style-type: none;
}

.offcanvas-menu {
  text-decoration: none;
  color: var(--secondary);
}

.sell-btn-mobile {
  background-color: var(--red);
  padding: 15px 8px;
  color: white;
  text-decoration: none;
  width: 100%;
  border-radius: 10px;
}

.odo-inner-box {
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.odo-img > .green {
  height: 50px;
  width: 50px;
  background: linear-gradient(white, green, green);
  padding: 10px;
  border-radius: 50%;
  outline: 2px solid white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.odo-img > .orange {
  height: 50px;
  width: 50px;
  background: linear-gradient(white, orange, orange);
  padding: 10px;
  border-radius: 50%;
  outline: 2px solid white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.odo-img > .blue {
  height: 50px;
  width: 50px;
  background: linear-gradient(white, navy, navy);
  padding: 10px;
  border-radius: 50%;
  outline: 2px solid white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.odomter-section {
  padding: 50px 20px 50px 20px;
}

.odo-count {
  font-size: 1.8rem;
  font-weight: 700;
}

.odo-title {
  font-size: 1rem;
  font-weight: 400;
}

.odo-count {
  font-size: 42px;
  font-weight: 700;
  color: #222;
  position: relative;
}

.odo-count::after {
  content: "+";
  font-size: 28px;
  margin-left: 2px;
}

.feature-section {
  background-color: #2f393b38;
}

.section-margin {
  padding: 50px 20px 50px 20px;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.card-inner-img {
  height: 42px;
  width: 42px;
}

.card-inner-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px;
}

.channel-card {
  background-color: white;
  margin: 10px;
  padding: 10px;
}

.view-btn {
  margin-top: 10px;
  background-color: var(--red);
  text-decoration: none;
  color: white;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
}

.view-btn a {
  color: white;
  text-decoration: none;
}

.channel-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 10px;
}

.card-title {
  font-size: 13px;
  font-weight: 700;
}

.card-desc {
  font-size: 12px;
}

.offer-badge {
  position: absolute;
  top: 12px;
  right: 0; /* change to right:12px if needed */
  z-index: 10;
}

.offer-badge span {
  background: var(--secondary);
  color: #fff;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 5px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
}

.view-all-btn {
  text-decoration: none;
  padding: 10px 10px;
  border-radius: 5px;
  background-color: var(--red);
  color: white;
  transition: all 0.2s;
}

.view-all-btn:hover {
  text-decoration: none;
  padding: 10px 10px;
  border-radius: 5px;
  background-color: var(--secondary);
  transition: all 0.2s;
  color: white;
}

.why-img {
  height: 55px;
  width: 55px;
  margin-top: 10px;
  text-align: center !important;
}

.why-box {
  transition: all 0.2s;

  padding: 10px;
}

.why-inner-box {
  padding: 10px;
  text-align: center;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: all 0.2s;
}

.why-title {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--red);
}

.why-desc {
  margin-top: 10px;
  color: var(--secondary);
  font-size: 1rem;
}

.why-box:hover {
  transform: scale(1.025);
  transition: all 0.2s;
}

.process-section {
  background-color: #3ab8a31e;
}

.for-buyers:active,
.for-buyers:focus {
  color: white !important;
  background-color: var(--secondary) !important;
  outline: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
  text-decoration: none;
  font-weight: 500;
}

.for-sellers:active,
.for-sellers:focus {
  color: black !important;
  background-color: var(--primary) !important;
  outline: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
  text-decoration: none;
  font-weight: 500;
}

.accordion-button {
  background-color: var(--primary) !important;
  color: black !important;
  font-size: 1rem !important;
}

.accordion-button:focus,
.accordion-button:active,
.accordion-button:hover {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  color: black !important;
  font-size: 1rem !important;
}

.section-sub-title {
  color: var(--secondary);
  font-size: 1.1rem;
  text-align: center;
}

.blog-inner-box {
  overflow: hidden;
}

.blog-img {
  transition: all 0.2s;
}

.blog-img:hover {
  transform: scale(1.1);
  transition: all 0.2s;
}

.blog-footer {
  padding: 15px;
  background-color: #2f393b28;
}

.blog-title {
  color: black;
  font-weight: 700;
  font-size: 1.1rem;
  margin-top: 10px;
}

.blog-desc {
  color: var(--secondary);
  font-size: 1rem;
  font-weight: 300;
  margin-top: 10px;
}

.blog-box {
  padding: 10px;
}

.faq-section {
  background-color: #2f393b28;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: var(--secondary);
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: var(--red);
}

footer {
  background-color: var(--red);
}

.footer-desc {
  color: white;
  margin-top: 10px;
  font-size: 1rem;
}

.footer-social-media {
  display: flex;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}

.footer-social-media > li {
  list-style-type: none;
  padding: 10px 5px;
}

.footer-icon {
  color: white;
  padding: 5px;
  border-radius: 50%;
  border: 1px solid white;
}

.footer-title {
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
}

.footer-box {
  padding: 15px;
}

.footer-links {
  padding: 0;
  margin: 0;
}

.footer-links > li {
  list-style-type: none;
  padding: 10px 0px;
}

.footer-link {
  color: white;
  font-size: 1rem;
  text-decoration: none;
}

.review-section {
  padding: 60px 0;
  background: #f9f9f9;
}

.review-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 600;
}

.video-card {
  border-radius: 16px;
  overflow: hidden;
  background: #000;
}

.video-card video {
  width: 100%;
  height: auto;
  display: block;
}

/* Splide arrows */
.splide__arrow {
  background: #000;
  opacity: 0.8;
}

.splide__arrow svg {
  fill: #fff;
}

/* Mobile tweaks */
@media (max-width: 768px) {
  .review-title {
    font-size: 24px;
  }
}

.bredcrum-section {
  background-color: var(--red);
}

.bredcrum-title {
  color: white;
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
}

.bredcrum-desc {
  margin-top: 10px;
  text-align: center;
  color: white;
  font-size: 1rem;
  font-weight: 400;
}

.filter-bar {
  background: var(--secondary);
  padding: 20px;
  border-radius: 6px;
  margin: 30px 0;
}

.filter-form {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}

.filter-form select {
  flex: 1;
  min-width: 220px;
  padding: 12px 14px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  font-size: 14px;
  outline: none;
}

.filter-form select:focus {
  border-color: var(--primary);
}

.filter-form button {
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.filter-form button:hover {
  background: #2fa692;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .filter-form {
    flex-direction: column;
  }

  .filter-form select,
  .filter-form button {
    width: 100%;
  }
}

.request-form-section {
  max-width: 1100px;
  margin: 60px auto;
  padding: 20px;
}

.request-form-section h2 {
  text-align: center;
  margin-bottom: 25px;
  color: var(--secondary);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.request-form-section input,
.request-form-section select,
.request-form-section textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  font-size: 14px;
}

.request-form-section input:focus,
.request-form-section select:focus,
.request-form-section textarea:focus {
  outline: none;
  border-color: var(--primary);
}

.request-form-section textarea {
  margin-top: 15px;
}

.request-form-section button {
  margin-top: 20px;
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 14px 36px;
  border-radius: 4px;
  font-size: 15px;
  cursor: pointer;
}

.request-form-section button:hover {
  opacity: 0.9;
}

/* Mobile */
@media (max-width: 768px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

/* Make columns equal height */
.why-box {
  display: flex;
}

.why-inner-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.title-desc {
  text-align: center;
  color: var(--secondary);
  margin-top: 10px;
}

.what-number {
  width: fit-content;
  padding: 12px;
  border-radius: 50%;
  background-color: var(--red);
  color: white;
  font-size: 1.3rem;
  font-weight: 800;
  transition: all 0.2s;
}

.what-inner-box {
  background-color: white;
  padding: 10px;
  margin: 10px;
}

.what-inner-box:hover .what-number {
  background-color: var(--secondary);
  transition: all 0.2s;
}

.what-title {
  margin-top: 20px;
  font-size: 1.1rem;
  font-weight: 700;
}

.what-desc {
  margin-top: 20px;
  color: var(--secondary);
}

.what-box {
  display: flex;
}

.what-inner-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.why-we {
  background: var(--white);
  padding: 70px 20px;
}

.section-title {
  text-align: center;
  font-size: 32px;
  color: var(--secondary);
}

.section-subtitle {
  text-align: center;
  max-width: 700px;
  margin: 10px auto 40px;
  color: #555;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.why-card {
  background: var(--light-bg);
  padding: 25px;
  border-radius: 8px;
  background-image: url(../img/pattern-0004.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.why-card h4 {
  margin-top: 10px;
  color: var(--secondary);
  margin-bottom: 10px;
}

.why-card p {
  margin-top: 20px;
  color: var(--secondary);
}

@media (max-width: 768px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
}


.process {
  /* background: var(--light-bg); */
  padding: 70px 20px;
}

.process-list {
  max-width: 800px;
  margin: auto;
}

.process-step {
  display: flex;
  gap: 20px;
  background: var(--white);
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.process-step span {
  background: var(--primary);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 600;
}

.process-list-1 {
  padding: 15px 10px;
  margin: 8px;
  border: 1px solid var(--secondary);
  border-radius: 10px;
  list-style-type: none;
  font-size: 1rem;
  font-weight: 500;
}

.fa-circle {
  color: var(--secondary);
  font-size: 0.8rem;
}

.plans {
  background: var(--white);
  /* padding: 70px 20px; */
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.plan-card {
  border: 1px solid #eee;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.plan-card h3 {
  color: var(--secondary);
  font-weight: 700;
  font-size: 1.8rem;
}

.old-price {
  margin-top: 10px;
  padding: 10px 8px;
}

.offer-pill {
  border-radius: 25px;
  margin: 5px;
  padding: 4px 8px;
  background: linear-gradient(rgba(0, 0, 0, 0.527), orange, orange);
font-weight: 600;
}

.card-for {
  margin-top: 10px;
  font-size: 1.1rem;
  font-weight: 600;
}

.plan-card {
    position: relative;
}

.popular-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--red);
    color: #fff;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
    letter-spacing: 0.5px;
}


.price span {
  color: var(--secondary) !important;
  font-weight: 700;
  font-size: 1rem;
}

.price {
  font-size: 1.5rem;
  color: var(--primary);
  margin: 15px 0;
  font-weight: 800 !important;
}

.plan-card ul {
  list-style: none;
  padding: 0;
}

.plan-card li {
  margin: 10px 0;
}

.plan-card button {
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 4px;
  cursor: pointer;
}

.featured {
  background: var(--light-bg);
  border: 2px solid var(--primary);
}

@media (max-width: 768px) {
  .plan-grid {
    grid-template-columns: 1fr;
  }
}

.fa-check {
  color: var(--primary);
}

.about-icon {
  margin-top: 10px;
  font-size: 5rem;
  color: var(--primary);
}

