* {
  font-family: Inter;
}

/* Logo */
.logo {
  width: 150px;
  height: auto;
}

/* Search bar */
.search-box {
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  overflow: hidden;
}

.category-select {
  border: none;
  border-right: 1px solid #ddd;
  width: 150px;
}

.search-input {
  border: none;
  flex: 1;
}

.search-input:focus {
  outline: none;
  box-shadow: none;
}

.search-btn {
  border-left: 1px solid #ddd !important;
}

/* Top bar text */
.top-bar span {
  font-size: 14px;
}

/* Navigation */
nav .nav-link {
  padding: 15px 20px;
  font-size: 16px;
}

nav .nav-link:hover {
  background: rgba(255, 255, 255, 0.1);
}

.head-icon {
  height: 30px;
  width: 30px;
  padding: 5px;
  background-color: rgb(207, 207, 207);
  border-radius: 50%;
  display: flex;
  justify-self: center;
  align-items: center;
  color: #344054;
}

#mobileMenu a {
  text-decoration: none;
  color: #344054;
}

/* Mobile Fixes */
@media (max-width: 767px) {
  .search-box {
    display: none !important;
  }
}


/* ===============================
   WhatsApp Floating Button
================================ */

      .whatsapp-float {
        position: fixed;
        bottom: 40px;
        right: 30px;
        width: 60px;
        height: 60px;
        background-color: #25d366;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
        text-decoration: none;
      }

      /* Icon image */
      .whatsapp-float img {
        width: 36px;
        height: 36px;
      }

      /* Hover effect */
      .whatsapp-float:hover {
        transform: scale(1.1);
        transition: transform 0.2s ease;
      }

      /* Mobile optimization */
      @media (max-width: 767.98px) {
        .whatsapp-float {
          width: 42px;
          height: 42px;
          top: 80px;
          right: 20px;
        }

        .whatsapp-float img {
          width: 34px;
          height: 34px;
        }
      }


 .whatsapp-float1 {
        position: fixed;
        bottom: 120px;
        right: 30px;
        width: 60px;
        height: 60px;
        background-color: #000;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
        text-decoration: none;
      }

      /* Icon image */
      .whatsapp-float1 img {
        width: 34px;
        height: 34px;
      }

      /* Hover effect */
      .whatsapp-float1:hover {
        transform: scale(1.1);
        transition: transform 0.2s ease;
      }

      /* Mobile optimization */
      @media (max-width: 767.98px) {
        .whatsapp-float1 {
          width: 42px;
          height: 42px;
          top: 150px;
          right: 20px;
        }

        .whatsapp-float1 img {
          width: 30px;
          height: 30px;
        }
      }
/* start modal css for get requotes*/
  /* .btn-requote {
        background: #b52337;
        color: #fff;
        padding: 10px 22px;
        border-radius: 25px;
        margin-top: 25px;
        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
      }
      .btn-requote:hover{
        background: #b52337;
        color: #fff;
      } */

      /* ========================================
         PRICE QUOTE CALCULATOR MODAL STYLES
         ======================================== */

      /* MODAL BACKDROP - DARKER */
      .modal-backdrop {
        background-color: rgba(0, 0, 0, 0.7);
      }

      /* MODAL DIALOG - CENTERED */
      .modal-dialog-centered {
        display: flex !important;
        align-items: center !important;
        min-height: 100vh;
      }

      /* MODAL CONTENT - ENHANCED */
      .price-quote-modal .modal-content {
        border: none;
        border-radius: 20px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
        overflow: hidden;
        background: white;
        max-height: 90vh;
        overflow-y: auto;
      }

      /* MODAL HEADER */
      .price-quote-modal .modal-header {
        background: linear-gradient(135deg, #ff6b35 0%, #ef476f 100%);
        color: white;
        border: none;
        padding: 25px;
        position: sticky;
        top: 0;
        z-index: 1000;
      }

      .price-quote-modal .modal-title {
        font-weight: 700;
        font-size: 1.5rem;
      }

      .price-quote-modal .btn-close-white {
        filter: brightness(0) invert(1);
      }

      /* MODAL BODY */
      .price-quote-modal .modal-body {
        padding: 30px;
      }

      /* FORM STYLES INSIDE MODAL */
      .price-quote-modal .form-label {
        font-weight: 600;
        color: #004e89;
        margin-bottom: 10px;
        font-size: 0.95rem;
      }

      .price-quote-modal .form-control {
        border: 2px solid #e0e0e0;
        border-radius: 10px;
        padding: 12px 15px;
        font-size: 1rem;
        transition: all 0.3s ease;
      }

      .price-quote-modal .form-control:focus {
        border-color: #ff6b35;
        box-shadow: 0 0 0 0.2rem rgba(255, 107, 53, 0.25);
      }

      .price-quote-modal .input-group-text {
        background: #ff6b35;
        color: white;
        border: none;
        font-weight: 600;
        border-radius: 10px 0 0 10px;
      }

      .price-quote-modal .btn-quote-action {
        background: linear-gradient(135deg, #06d6a0 0%, #00b894 100%);
        color: white;
        font-weight: 700;
        padding: 12px 30px;
        border: none;
        border-radius: 50px;
        font-size: 1rem;
        transition: all 0.3s ease;
        box-shadow: 0 5px 15px rgba(6, 214, 160, 0.3);
        width: 100%;
        margin-top: 20px;
        cursor: pointer;
      }

      .price-quote-modal .btn-quote-action:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(6, 214, 160, 0.4);
        background: linear-gradient(135deg, #00b894 0%, #06d6a0 100%);
        color: white;
        text-decoration: none;
      }

      /* CONDITION CARDS */
      .price-quote-modal .condition-option {
        border: 2px solid #e0e0e0;
        border-radius: 15px;
        padding: 20px;
        margin-bottom: 15px;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        background: white;
      }

      .price-quote-modal .condition-option:hover {
        border-color: #ff6b35;
        background: #fff5f3;
        transform: translateX(5px);
      }

      .price-quote-modal .condition-option.selected {
        border-color: #06d6a0;
        background: #e8f8f5;
        box-shadow: 0 5px 15px rgba(6, 214, 160, 0.2);
      }

      .price-quote-modal .condition-option input[type="radio"] {
        position: absolute;
        opacity: 0;
      }

      .price-quote-modal .condition-title {
        font-weight: 700;
        color: #004e89;
        font-size: 1.1rem;
        margin-bottom: 8px;
      }

      .price-quote-modal .condition-description {
        color: #666;
        font-size: 0.9rem;
        margin-bottom: 10px;
      }

      /* HIDE DEDUCTION BADGES */
      .price-quote-modal .deduction-badge {
        display: none !important;
        visibility: hidden !important;
      }

      /* FINAL PRICE CONTAINER */
      .price-quote-modal .final-price-container {
        background: linear-gradient(135deg, #ffd89b 0%, #19547b 100%);
        border-radius: 15px;
        padding: 25px;
        margin-top: 25px;
        text-align: center;
        color: white;
        display: none;
        animation: slideIn 0.4s ease;
      }

      .price-quote-modal .final-price-container.show {
        display: block;
      }

      @keyframes slideIn {
        from {
          opacity: 0;
          transform: translateY(-10px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }

      .price-quote-modal .final-price-label {
        font-size: 1rem;
        opacity: 0.95;
        margin-bottom: 10px;
        font-weight: 600;
      }

      .price-quote-modal .final-price-amount {
        font-size: 2.5rem;
        font-weight: 900;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        letter-spacing: 1px;
      }

      /* ERROR MESSAGE */
      .price-quote-modal .error-message {
        color: #ef476f;
        font-size: 0.85rem;
        margin-top: 5px;
        display: none;
      }

      /* CHECK ICON */
      .price-quote-modal .icon-check {
        color: #06d6a0;
        font-size: 1.5rem;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        display: none;
      }

      .price-quote-modal .condition-option.selected .icon-check {
        display: block;
        animation: checkAnimation 0.5s ease;
      }

      @keyframes checkAnimation {
        0% {
          transform: translateY(-50%) scale(0);
        }
        50% {
          transform: translateY(-50%) scale(1.2);
        }
        100% {
          transform: translateY(-50%) scale(1);
        }
      }

      @media (max-width: 576px) {
        .price-quote-modal .modal-body {
          padding: 20px;
        }

        .price-quote-modal .final-price-amount {
          font-size: 2rem;
        }

        .price-quote-modal .modal-dialog {
          margin: 10px !important;
        }
      }
/* end modal css for get requotes*/


.main-container {
  display: flex;
  width: 100%;
  background-color: white;
  overflow: hidden;
  position: relative;
}

/* Left Content Section */
.content-section {
  flex: 1;
  padding: 10px 50px 10px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.content-wrapper {
  width: 100%;
  max-width: 500px;
}

.content-slider .content-wrapper .tag {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
  background-color: #e9742c;
  border-radius: 15px;
  padding: 8px;
  display: inline;
}

.content-slide .content-wrapper h1 {
  margin-top: 32px;
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
  line-height: 0.94;
  color: #1d2939;
  margin-bottom: 10px;
}

.content-slide .content-wrapper h1 .line1 {
  display: block;
  margin-bottom: 5px;
}

.content-slide .content-wrapper h1 .line2 {
  display: block;
  font-weight: 800;
}

.content-slide .content-wrapper .description {
  font-size: 20px;
  line-height: 30px;
  color: #667085;
  margin-bottom: 25px;
  max-width: 90%;
  font-weight: 400;
}

.content-slide .content-wrapper .cta-button {
  display: inline-block;
  background-color: #b52337;
  color: white;
  font-weight: 500;
  font-size: 16px;
  padding: 14px 32px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  margin-bottom: 40px;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.content-slide .content-wrapper .cta-button:hover {
  background-color: #219ed3;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(37, 99, 235, 0.2);
}

/* Right Image Section */
.image-section {
  flex: 1;
  /*background-image: url("../images/slidebackground.png");*/
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  background-size: 100%;
  position: relative;
  overflow: hidden;
}

.laptop-image {
    width: 100%;
    height: auto;
    object-position: center;
}

/* Slider Container */
.slider-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* Content Slider */
.content-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.content-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: transform 0.8s ease, opacity 0.8s ease, visibility 0.8s;
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-slide.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  position: relative;
}

.content-slide.previous {
  transform: translateX(-100%);
}

.content-slide.next {
  transform: translateX(100%);
}

/* Image Slider */
.image-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.image-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: transform 0.8s ease, opacity 0.8s ease, visibility 0.8s;
}

.image-slide.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.image-slide.previous {
  transform: translateY(-100%);
}

.image-slide.next {
  transform: translateY(100%);
}

/* Control Dots */
.slider-controls {
  position: absolute;
  bottom: 30px;
  left: 70px;
  display: flex;
  gap: 15px;
  z-index: 10;
}

.control-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #cbd5e1;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.control-dot.active {
  background-color: #b52337;
  transform: scale(1.2);
}

/* Responsive Design */
@media (max-width: 992px) {
  .main-container {
    flex-direction: column;
    max-width: 600px;
  }
  

  .content-section,
  .content-slide {
    padding: 40px 30px;
  }

  .image-section {
    min-height: 400px;
  }

  h1 {
    font-size: 36px;
  }

  .description {
    font-size: 16px;
  }

  .slider-controls {
    left: 30px;
    bottom: 20px;
  }
}

@media (max-width: 576px) {
  .content-section,
  .content-slide {
    padding: 30px 10px;
  }

  h1 {
    font-size: 24px;
  }
  .content-slide .content-wrapper h1{
      font-size:32px;
  }

  .description {
    font-size: 15px;
    max-width: 100%;
  }

  .cta-button {
    padding: 12px 24px;
    font-size: 15px;
  }

  .digital-title {
    font-size: 20px;
  }

  /*.image-section {*/
  /*  display: none;*/
  /*}*/
}

/* PARENT CLASS SCOPE */

/* ==== FEATURE BOXES ==== */
.feature-section .feature-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  padding: 22px 20px;
  background: #ffffff;
  text-align: center;
  transition: 0.3s;
}

.feature-section .feature-box:hover {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
}

.feature-section .icon-wrap {
  width: 55px;
  height: 55px;
  background: #f3f5ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: 0 auto 12px auto; */
}

.feature-section .icon-wrap i {
  font-size: 24px;
  font-weight: 600;
  color: #475467;
}

.feature-section .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.feature-section .title {
  font-weight: 600;
  margin-bottom: 3px;
}

.feature-section .subtitle {
  font-size: 13px;
  color: #777;
  margin: 0;
}

/* ==== BEST SELLERS ==== */
.feature-section .best-seller-box {
  border-radius: 15px;
  padding: 40px 0px 40px 40px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 260px;
}

.feature-section .left-bg {
  background: linear-gradient(93deg, #5c6879 -11.84%, #c1c5cf 97.43%);
}

.feature-section .right-bg {
  background: linear-gradient(93deg, #7e9bd4 28.3%, #b6c2da 104.16%);
}

.feature-section .best-seller-box img {
  max-height: 210px;
  width: auto;
}

.feature-section .best-seller-box h4 {
  color: #fcfcfd;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  /* 126.667% */
}

.feature-section .best-seller-box p {
  color: #f2f4f7;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

feature-section .best-seller-box .btn {
  display: flex;
  padding: 10px 18px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  background: #fff;

  /* Shadow/xs */
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

@media (max-width: 768px) {
  .feature-section .best-seller-box {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }

  .feature-section .best-seller-box img {
    margin-top: 20px;
    max-height: 180px;
  }
}

/* start css for Search the right device */

#device-category-grid {
  background: #fff;
}

/* Heading alignment */
.device-grid-heading {
  text-align: center;
}

@media (min-width: 768px) {
  .device-grid-heading {
    text-align: center;
  }
}

/* Card design */
.device-grid-card {
  height: 190px;
  border-radius: 14px;
  padding: 16px;
  color: #fff;
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  transition: 0.3s ease;
}

.device-grid-card:hover {
  transform: translateY(-4px);
}

.device-grid-card h5 {
  font-weight: 700;
  margin-bottom: 4px;
}

.device-grid-card span {
  font-size: 14px;
  opacity: 0.9;
}

/* Image */
.device-grid-card img {
  max-width: 80px;
  margin-top: 10px;
}

/* Different colors */
.bg-one {
  background: #12a4a3;
}

.bg-two {
  background: #b52337;
}

.bg-three {
  background: #28a745;
}

.bg-four {
  background: #0dcffd;
}

.bg-five {
  background: #0a4669;
}

.bg-six {
  background: #ffad5c;
}
.bg-seven {
  background: #0076ff;
}
.bg-eight {
    background: #404a47;
}
.lapi img {
  height: auto;
  max-width: 120px;
  margin: 0px;
}
.sell-sevice-title {
  text-decoration: none;
}
#device-category-grid .btn-more {
  background: #b52337;
  color: #fff;
  padding: 10px 22px;
  border-radius: 25px;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 700;
}

#device-category-grid .btn-more i {
  margin-left: 6px;
}

/* Mobile tweaks */
@media (max-width: 576px) {
  .device-grid-card {
    height: 170px;
  }

  .device-grid-card img {
    max-width: 65px;
  }
  .lapi img {
    max-width: 80px;
  }
}
/* end css for Search the right device*/

/* ==========================================================
   SECTION 1 — SELL DEVICE
========================================================== */
/* .sell-device-section {
  background: #e8f7ff;
  padding: 60px 0;
  text-align: center;
}

.sell-device-section .sell-sevice-title {
  text-decoration: none;
  color: black;
}

.sell-device-section .device-card {
  background: linear-gradient(to bottom, #ffffff, #d9efff);
  border-radius: 12px;
  padding: 15px 0;
  text-align: center;
  transition: 0.3s;
}

.sell-device-section .device-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.sell-device-section .device-card img {
  height: 90px;
  object-fit: contain;
  margin-bottom: 10px;
}

.sell-device-section .btn-more {
  background: #229dcd;
  color: #fff;
  padding: 10px 22px;
  border-radius: 25px;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 700;
}

.sell-device-section .btn-more i {
  margin-left: 6px;
} */

/* ==========================================================
   SECTION 2 — HOW IT WORKS
========================================================== */
.how-it-works-section {
  margin-top: 0px;
  padding-bottom: 60px;
}

.how-it-works-section .inner-box {
  background: white;
  border-radius: 20px;
  padding: 60px 40px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.how-it-works-section .step-box {
  text-align: center;
  opacity: 0;
  transform: translateX(-40px);
  animation: fadeSlide 0.7s forwards;
}

.how-it-works-section .step-box:nth-child(2) {
  animation-delay: 0.2s;
}

.how-it-works-section .step-box:nth-child(3) {
  animation-delay: 0.6s;
}

.how-it-works-section .step-box:nth-child(4) {
  animation-delay: 0.8s;
}

@keyframes fadeSlide {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.how-it-works-section .icon-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #0dcffd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
}

.how-it-works-section .icon-circle i {
  font-size: 34px;
  color: #009688;
}

.how-it-works-section .step-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.how-it-works-section .step-desc {
  color: #4a4a4a;
  font-size: 14px;
  max-width: 260px;
  margin: auto;
}

@media (max-width: 768px) {
  .how-it-works-section .inner-box {
    padding: 40px 20px;
  }
  .inner-stp-box {
    gap: 40px;
  }
}

/* ==========================
           SECTION 1 — SELL SMART (Slick)
        ========================== */
.sell-smart-title {
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 40px;
}

.smart-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.smart-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.smart-card-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}

.slick-slide {
  padding: 0 12px;
}

.slick-dots {
  bottom: -35px;
}

.slick-dots li button:before {
  font-size: 14px;
  color: #777;
}

.slick-dots li.slick-active button:before {
  color: #b52337;
}

@media (max-width: 576px) {
  .sell-smart-title {
    font-size: 28px;
  }

  .smart-card {
    height: 170px;
  }

  .smart-card-text {
    font-size: 15px;
    padding: 8px 12px;
  }
}

/* ======================
           SECTION 2 — HERO SLIDER (Swiper)
        ====================== */

#best-seller-slider {
  /*background: linear-gradient(310deg, #1F83BA 30%, #2763A5 50%);*/
  background: radial-gradient(circle at right, #1f83ba 40%, #2763a5 50%);
}

#best-seller-slider .img-fluid {
  width: 70%;
}

#best-seller-slider .swiper-button-next,
#best-seller-slider .swiper-button-prev {
  width: 40px;
  height: 40px;
  border: 3px white solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#best-seller-slider .swiper-button-next::after,
#best-seller-slider .swiper-button-prev::after {
  font-size: 20px;
  color: #fff;
  font-weight: 900;
}

#best-seller-slider .swiper-button-next:hover,
#best-seller-slider .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.35);
}

#best-seller-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ffffff80;
  opacity: 1;
}

#best-seller-slider .swiper-pagination-bullet-active {
  background: #fff;
  width: 26px;
  border-radius: 10px;
}
.btn-light {
  color: #b52337;
  border: 1px solid #b52337;
}
@media (max-width: 768px) {
  #best-seller-slider {
    background: linear-gradient(360deg, #1f83ba 30%, #2763a5 50%);
  }
}

/* ===============================
              Trending Articles
        =============================== */
.article-card img {
  width: 100%;
  border-radius: 10px;
}

.article-card {
  padding: 15px;
  border-radius: 12px;
  background: #fff;
  min-height: 320px;
}

.article-date {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #229dcd;
  color: #fff;
  padding: 4px 12px;
  font-size: 12px;
  border-radius: 20px;
}

.article-title {
  font-size: 15px;
  font-weight: 600;
  margin-top: 12px;
}

.article-read {
  margin-top: 15px;
  font-size: 13px;
  color: #b52337;
}

.slick-slide {
  padding: 0 10px !important;
}

/* ===============================
              Sell online section-6
        =============================== */

/* Heading */
.sell-online-heading {
  font-family: Inter;
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* Paragraph */
.sell-online-text {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}


/* Button */
.sell-online-btn {
  background-color: #b52337;
  border-radius: 36px;
  color: #ffffff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 10px 28px;
  border: none;
}

.sell-online-btn:hover {
  background-color: #9f1f30;
  color: #ffffff;
}

/* Mobile view adjustments only */
@media (max-width: 767.98px) {

  /* Heading */
  .sell-online-heading {
    font-size: 24px;
  }

  /* Paragraph */
  .sell-online-text {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }

  /* UL center alignment with bullets */
  .sell-online-text ul,
  ul.sell-online-text {
    list-style-position: inside;
    text-align: left;
  }
  .lft-txt{
  margin-left: 100px;
}
}
/* end of section 6 */



/* ===============================
              Testimonials Section
        =============================== */
#testimonials {
  background: #1a1a1a;
  padding: 60px 0;
}

.testimonial-card {
  background: #222;
  color: #fff;
  padding: 25px;
  border-radius: 12px;
  min-height: 260px;
}

.testimonial-text {
  font-size: 14px;
  margin-top: 15px;
  line-height: 1.6;
}

.testimonial-user {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.user-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #b52337;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}

.stars {
  color: #ffbf00;
  font-size: 16px;
}


/* ===============================
              FAQs Section
        =============================== */

/* FAQ Heading */
.faq-heading {
  font-family: Inter;
  font-size: 31px;
  font-weight: 700;
  line-height: normal;
}

/* FAQ Paragraph / Answer */
.faq-text {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

/* FAQ Question */
.faq-question {
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
}

/* Accordion cleanup */
.faq-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}

.faq-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #e5e5e5;
}

.faq-accordion .accordion-body {
  padding-top: 0;
}
/* Mobile adjustments */
@media (max-width: 767.98px) {
  .main-para {
    text-align: center !important;
  }
  /* Force left alignment for Q & A on mobile */
  .faq-question,
  .faq-text {
    text-align: left;
  }

  /* Reduce question font size */
  .faq-question {
    font-size: 18px;
  }

  /* Reduce answer font size */
  .faq-text {
    font-size: 14px;
    line-height: 24px;
  }
}


/* ===============================
              Map Integration Section
        =============================== */

#location-map-section {
  background: #f8f9fa;
}

/* Heading alignment */
.map-section-heading {
  text-align: left;
}

.map-section-subtitle {
  text-align: left;
  color: #6c757d;
  margin-bottom: 0;
}

/* Center heading on medium+ screens */
@media (min-width: 768px) {
  .map-section-heading,
  .map-section-subtitle {
    text-align: center !important;
  }
}

/* Responsive map wrapper */
.map-embed-wrapper {
  width: 100%;
  height: 380px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #b52337;
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); */
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

/* Map iframe */
.map-embed-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Mobile height adjustment */
@media (max-width: 576px) {
  .map-embed-wrapper {
    height: 280px;
  }
}
/* end of map integration */

/* Banner Section */
.sell-banner {
  background: linear-gradient(127deg, #2763a5 30%, #1f83ba 100%);
  padding: 20px 50px;
  border-radius: 12px;
  color: #fff;
  position: relative;
  margin-top: 50px;
  margin-bottom: -120px; /* THIS MAKES IT OVERLAP THE FOOTER */
  z-index: 10;
}

.sell-banner img {
  max-width: 250px;
}

/* Footer Section */
footer {
  background: #222;
  padding: 80px 0 50px; /* Extra top padding because banner overlaps */
  color: #ddd;
  position: relative;
  z-index: 1;
}

footer h5 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-logo img {
  width: 80px !important;
}

.social-icons a {
  color: #fff;
  margin-right: 10px;
  font-size: 18px;
}

.bottom-footer {
  border-top: 1px solid #444;
  margin-top: 30px;
  padding-top: 15px;
  color: #aaa;
}
      .js24-box {
            cursor: pointer;
          }
          .js24-box:hover {
            transform: translateY(-4px);
            transition: 0.3s ease;
          }