* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

:root {
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 35);
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
  --bg-blue: #00335e;
  --bg-white: #FFFFFF;
  --bg-red: #EE2110;
  --text-color-red: #EE2110;
  --text-color-white: #FFFFFF;
  --text-color: #111111;
  --inter: 'Inter';
  --test-n-2: 'TestNational2';
  --bg-color-greywhite: #F4F4F4;
}

/* .inter-<uniquifier> {
      font-family: "Inter", serif;
      font-optical-sizing: auto;
      font-weight: <weight>;
      font-style: normal;
    } */
/* @font-face {
  font-family: 'TestNational2';
  src: url('../font/TestNational2-Medium.otf') format('opentype');
  font-style: medium;
} */

@font-face {
  font-family: 'TestNational2';
  /* src: url('/font/TestNational2/TestNational2-Bold-BF663c3f490c32f.otf') format('opentype');
  src: url('/font/TestNational2/TestNational2-Medium-BF663c3f4904b1a.otf') format('opentype');
  src: url('/font/TestNational2/TestNational2-Regular-BF663c3f4a23d54.otf') format('opentype'); */
  src: url("../font/TestNational2-Medium.otf") format('opentype');
}

@font-face {
  font-family: 'inter';
  src: url('/font/Inter/Inter-VariableFont_slnt,wght.ttf') format('opentype');
}


body {
  a {
    text-decoration: none;
  }
}

/* .container {
    max-width: 1400px;
  } */

input,
select,
textarea,
button {
  outline: 0;
}

.coming-soon h1 {
  font-family:var(--test-n-2);
  font-size: 50px;
  font-weight: 600;
  text-align: center;

}

.why-buy-np {
  /* background-image: url(../../images/bulkbg.jpeg);
  background-color: #303030;
  width: 100%; */
  background-image: url(../../images/bulkbg.jpeg);
  background-color: #303030;
  background-size: cover;
  /* Ensures the image covers the entire section */
  background-position: center;
  /* Centers the image */
  background-repeat: no-repeat;
  /* Prevents repeating */

  width: 100%;
  min-height: 50vh;
  /* Ensures visibility on smaller screens */
  padding: 40px 20px;
  /* Adds spacing */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 768px) {
  .why-buy-np {
    min-height: 40vh;
    padding: 30px 15px;
  }
}

@media (max-width: 480px) {
  .why-buy-np {
    min-height: 30vh;
    padding: 20px 10px;
  }
}


.main-way-buy {
  padding: 50px 0px 50px 0px;
}

.bulk-deal-np {
  text-align: center;
}

.bulk-deal-np h1 {
  font-family:var(--test-n-2);
  font-style: normal;
  font-weight:500;
  font-size: 60px;
  line-height: 70px;
  color: #FFFFFF;
}

.bulk-deal-np p {
  font-family: var(--inter);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
}

.bulk-jpoint-btn {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 22px;
}

.join-the-np button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 13px 30px;
    background: #EE2110;
    border-radius: 100px;
    border: 1px solid #EE2110;
    color: #FFFFFF;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease;
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
}

.join-the-np button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #00335e; /* Match var(--bg-blue) if needed */
    border-radius: 100px;
    z-index: -1;
    transition: width 0.5s ease;
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
}

.join-the-np button:hover {
    color: #FFFFFF;
    border: 1px solid #00335e;
}

.join-the-np button:hover::before {
    width: 100%;
}



.join-the-arrow {
  font-family:var(--test-n-2);
  font-weight: 900 !important;
  font-size: 22px;
}




/* ------------------------------- */

.Explotre-deal-np button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 13px 30px;
  background: #ffffff00;
  border-radius: 100px;
  border: 1px solid #FFFFFF;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
}



.spotlight-title {
  padding: 25px 0px;
}

.spotlight-title h1 {
  font-family:var(--test-n-2);
  font-style: normal;
  font-weight:500;
  font-size: 46px;
  line-height: 54px;
}

.offmain {
  display: flex;
  justify-content: space-between;
}


.off p {
  background: #00335E;
  border-radius: 4px;
  padding: 10px 25px;
  margin: 0px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
  color: #FFFFFF;
}

/* Spotlight Deals-slider-start */
.Spotlight-main {
  padding: 60px 0px 60px 0px;
  background: #F2F3F7;

  .slider-container {
    /* max-width: 800px;
    margin: 20px auto; */
    position: relative;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 0px 0px 30px 0px;
  }

  .slider-wrapper {
    display: flex;
    transition: transform 0.5s ease;
    position: relative;
  }

  .product-card {
    min-width: 100%;
    display: flex;
    /* padding: 30px; */
    /* align-items: center; */
  }

  .product-image-container {
    height: 360px;
    width: 360px;
    display: flex;
    justify-content: center;
  }

  .product-image {
    height: 360px;
    width: 360px;
    object-fit: cover;
  }

  .product-info {
    flex: 1;
  }

  .brand-section {
    display: flex;
    /* align-items: center; */
    gap: 10px;
    margin-bottom: 18px;
  }

  .brand-section img {
    margin: 0px;
  }

  .brand-section p {
    margin: 0px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #111111;
  }


  .samsung-text {
    font-weight: bold;
    color: #000;
  }

  .verified-badge {
    display: inline-flex;
    align-items: center;
    background: #f7f7f7;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 13px;
    color: #666;
  }

  .product-title-sp-m {
    font-family:var(--test-n-2);
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    display: flex;
    align-items: center;
    color: #111111;
    margin-bottom: 14px;
  }

  .price-section {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
  }

  .current-price {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #111111;
  }

  .original-price {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: line-through;
    color: #303030;
  }

  .discount-badge {
    background: #f0f0f0;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    color: #666;
  }

  .stock-info {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #111111;
    margin-bottom: 10px;
  }

  .seller-info {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
    display: flex;
    gap: 5px;
  }

  .seller-info a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
    text-decoration: underline;
  }

  .view-deal-btn {
    padding: 14px 50px;
    margin: 90px 0px 0px 0px;
    background: #EE2110;
    border: 1px solid #EE2110;
    border-radius: 100px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease;
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
}

.view-deal-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #00335e; /* or var(--bg-blue) */
    border-radius: 100px;
    z-index: -1;
    transition: width 0.5s ease;
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
}

.view-deal-btn:hover {
    color: #FFFFFF;
    border: 1px solid #00335e; /* or var(--bg-blue) */
}

.view-deal-btn:hover::before {
    width: 100%;
}


  .view-deal-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 0px;
    padding: 0px;
  }

  .int-deal-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 50px;
    gap: 18px;
    margin: 90px 0px 0px 0px;
    background: #000000;
    border: 1px solid #000000;
    border-radius: 100px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease;
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
}

.int-deal-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #00335e; /* red hover color */
    border-radius: 100px;
    z-index: -1;
    transition: width 0.5s ease;
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
}

.int-deal-btn:hover {
    color: #FFFFFF;
    border: 1px solid #00335e;
}

.int-deal-btn:hover::before {
    width: 100%;
}


  .view-np-ri {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 19px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
  }



  .view-deal-btn:hover {
    background: #EE2110;
    border: 1px solid #EE2110;
  }

  .timer-section {
    background: linear-gradient(101deg, rgba(0, 51, 94, 1) 0%, rgba(238, 33, 16, 1) 100%);
    color: white;
    padding: 15px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }


  .timer {
    display: flex;
    gap: 25px;
  }

  .timer-unit {
    text-align: center;
  }

  .timer-value {
    font-family:var(--test-n-2);
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;

  }

  .icon-timer {
    font-size: 35px;
  }

  .timer-label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #F4F4F4;
  }

  .main-main-spo-deal {
    position: relative;

  }

  .button-main-np {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px;
    gap: 20px;
    position: absolute;
    top: 35%;
    left: -1%;
    width: 1350px;
    height: 60px;
    /* left: calc(50% - 1350px/2);
    top: 901px; */
    /* display: none; */
  }

  .rate p {
    font-family:var(--test-n-2);
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
  }

  .nav-button {
    background: white;
    color: #00335E;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    z-index: 1;
    transition: opacity 0.3s;
  }

  .prev {
    border: 1px solid #00335E;
    color: #00335E;
    background-color: rgb(255, 255, 255);

  }

  .next {
    border: 1px solid #00335E;
    color: rgb(255, 255, 255);
    background-color: #00335E;
  }

  .nav-button:hover {
    border: 1px solid #00335E;
    color: rgb(255, 255, 255);
    background-color: #00335E;
  }
}

/* Spotlight Deals-slider-End */

/* Hot-deals-prpduct-section-style-start  */
.hot-deal-main {
  padding: 0px 0px 60px 0px;
  background: #F2F3F7;

  .hot-deals-container {
    margin: 0 auto;
    padding: 20px;
    /* max-width: 1200px; */
  }


  .hot-deals-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }

  .hot-deals-header h2 {
    font-family:var(--test-n-2);
    font-style: normal;
    font-weight: 500;
    font-size: 46px;
    line-height: 54px;
    display: flex;
    align-items: center;
    color: #111111;
  }

  .navigation-buttons {
    display: flex;
    gap: 10px;
  }

  .nav-btn-np {
    background: white;
    color: #00335E;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    z-index: 1;
    transition: opacity 0.3s;
  }



  .prev-np {
    border: 1px solid #00335E;
    color: #00335E;
    background-color: rgb(255, 255, 255);
  }

  .next-np {
    border: 1px solid #00335E;
    color: rgb(255, 255, 255);
    background-color: #00335E;
  }

  .hot-deals-slider {
    overflow: hidden;
    position: relative;
  }

  .hot-deals-track-np {
    display: flex;
    transition: transform 0.5s ease;
    gap: 20px;
  }

  .hot-deal {
    flex: 0 0 calc(25% - 20px);
    border: 1px solid;
    border-image: linear-gradient(94deg, #00335E, #EE2110) 10;
    /* border-radius: 8px; */
    padding: 10px;
    background: white;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }

  .hot-m-off {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0px;
  }

  .hot-m-pro {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .verified-hot {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #111111;
  }

  .verified-hot p {
    margin: 0px;
  }

  .off-hot p {
    background: #00335E;
    border-radius: 4px;
    padding: 8px 12px;
    margin: 0px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
    color: #FFFFFF;

  }

  .hot-deal-image {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 4px;
  }

  .hot-deal-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
  }

  .hot-deal-price-section {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
  }

  .hot-deal-current-price {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #111111;
  }

  .hot-deal-original-price {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: line-through;
    color: #303030;
  }

  .hot-info {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
    margin-bottom: 10px;
  }

  .hot-deal-btn {
    width: 100%;
    padding: 10px;
    background: #ff4444;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: auto;
  }

  .hot-deal-btn:hover {
    background: #ff2020;
  }

  .hot-of-info {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #111111;
    display: flex;
    gap: 1px;
  }

  .hot-a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #00335E;
    text-decoration: underline;
  }

  .hot-deal-btn {
    padding: 10px 14px 10px 14px;
    gap: 10px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    flex-shrink: 0;
    flex-wrap: nowrap;
    background-color: #ee2110;
    border-radius: 100px;
    border: 1px solid #ffffff;
    font-family: var(--inter);
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #ffffff;
  }
}

/* Hot-deals-prpduct-section-style-End */

/* Explore-section-Start */
.Explore-np-main {
  /* background: #00335E; */
  background-image: url("../assets/images/background-Explore.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: left;
  padding: 120px 0px;

  .explore-title h1 {
    font-family:var(--test-n-2);
    font-style: normal;
    font-weight: 500;
    font-size: 46px;
    line-height: 54px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
  }

  .category-img-main {
    display: flex;
  }

}

/* Explore-section-End */

/* <!-- Ready-Save-section-Slider-start --> */

.marketing-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  /* background-color: #f5f5f5; */
  position: relative;
}

.content-track {
  display: flex;
  gap: 7px;
  padding: 89px 20px;
  animation: marquee 20s linear infinite;
}

.content-track:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.opportunity-card,
.ready-to-save-card,
.deals-card {
  flex: 0 0 calc(33.333% - 20px);
  width: 300px;
  min-height: 220px;
  padding: 0px 20px 0px 20px;
  border-right: 2px solid #D1DAE0;
}

.card-title {
  font-family:var(--test-n-2);
  font-style: normal;
  font-weight:500;
  font-size: 40px;
  line-height: 48px;
  display: flex;
  align-items: center;
  color: #111111;
  margin-bottom: 10px;
}

.card-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #303030;
}

.slider-navigation {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
  z-index: 10;
}

.prev-arrow {
  border: 1px solid #00335E;
  color: #00335E;
  background-color: rgb(255, 255, 255);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  z-index: 1;
  transition: opacity 0.3s;
}

.next-arrow {
  border: 1px solid #00335E;
  color: rgb(255, 255, 255);
  background-color: #00335E;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  z-index: 1;
  transition: opacity 0.3s;
}

.prev-arrow:hover,
.next-arrow:hover {
  color: rgb(255, 255, 255);
  background: #00335E;
}

.redy-now-np {
  /* background-color: #f5f5f5; */
  padding: 30px;
}

/* <!-- Ready-Save-section-Slider-End --> */


/* How-IT-Work-Section-Start  */
.How-it-mail {
  padding: 80px 0px 10px 0px;
  background-image: url(../assets/images/bg-buying.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  .how-it h1 {
    font-family:var(--test-n-2);
    font-style: normal;
    font-weight:500;
    font-size: 46px;
    line-height: 54px;
    display: flex;
    align-items: center;
    color: #111111;
  }

  .how-it p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #303030;
  }

  .how-it-btn button {
    float: right;
    display: flex;
    padding: 11px 28px;
    gap: 18px;
    background: #EE2110;
    border: 1px solid #EE2110;
    border-radius: 100px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
  }
}

.How-it-mail-2 {
  padding: 10px 0px 100px 0px;



  .we-number h1 {
    background: #00335E;
    border: 1px solid #00335E;
    height: 40px;
    width: 40px;
    border-radius: 30px;
    color: white;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .main-We-Negotiate {
    padding: 20px 0px;
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #D1DAE0;
    /* align-items: center; */
  }

  .We-Negotiate p {
    font-family: var(--inter);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #303030;
  }

  /* .we-main {
  display: flex;
  gap: 20px;
} */
  .we-nego {
    font-family:var(--test-n-2);
    font-style: normal;
    font-weight:500;
    font-size: 30px;
    line-height: 38px;
    display: flex;
    align-items: center;
    color: #111111;
  }

  .how-it-img {
    display: flex;
    align-items: center;
    justify-content: end
  }
 

  .how-it-img img {
    height: 510px;
    width: 510px;
    border-radius: 10px;
  }
}
#bulk-dim-m{
  justify-items:end;
}
/* How-IT-Work-Section-End  */


/* Breaking Down Bulk -section-Start */

.downdeal {
  background-color: var(--bg-blue) !important;
  background-image: url(../assets/images/bgpatterndeal.png);
  background-size: cover;
  /* Ensures the background image fits the container */
  background-repeat: no-repeat;
  /* Prevents the image from repeating */
  background-position: center, top;
  /* Centers the image within the container */





  .card {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    height: 100%;

  }

  .main-title {
    font-family:var(--test-n-2) !important;
    font-style: normal !important;
    font-weight:500 !important;
    font-size: 40px !important;
    line-height: 48px !important;
    display: flex !important;
    align-items: center !important;
    color: #FFFFFF !important;
  }

  .subtitle {
    font-family: var(--inter) !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 26px !important;
    color: #FFFFFF !important;
  }

  .card-body {
    padding: 1.5rem;
  }

  .card-title {
    font-family:var(--test-n-2)!important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 30px !important;
    line-height: 38px !important;
    display: flex !important;
    align-items: center !important;
    color: #FFFFFF !important;
  }

  .card-subtitle {
    font-family:var(--test-n-2) !important;
    font-style: normal !important;
    font-weight:500 !important;
    font-size: 30px !important;
    line-height: 38px !important;
    display: flex !important;
    align-items: center !important;
    color: #FFFFFF !important;
  }

  .feature-text {
    font-family: var(--inter) !important;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    line-height: 26px !important;
    color: #FFFFFF !important;
  }

  .border-color {
    border-color: #e0e0e0 !important;
  }
}

/* Breaking Down Bulk -section-End */


/* Bulk deals are for you, if section-Start*/

.bulkdealforyou {
  background-color: var(--bg-white);


  .bulkdealforyou h5 {
    font-weight: bold;
    color: #333;
  }

  .bulkdealforyou ul {
    padding-left: 20px;
    margin-bottom: 15px;
  }

  .bulkdealforyou ul li {
    margin-bottom: 10px;
    color: #333;
  }

  .bulkdealforyou p {
    margin-top: 15px;
    color: var(--text-muted);
  }

  .image-placeholder {
    background-color: #f8f9fa;
    border: 1px dashed #ced4da;
    border-radius: 8px;
    height: 510px !important;
    width: 510px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: var(--text-muted);

    img {
      height: 510px !important;
      width: 510px !important;
    }
  }

  .bulk-right-img {
    display: flex;
    justify-content: end;
  }

  .accordion-button {
    font-family:var(--test-n-2)!important;
    font-style: normal !important;
    font-weight:500 !important;
    font-size: 20px !important;
    line-height: 28px !important;
    display: flex !important;
    align-items: center !important;
    color: #00335E !important;
    padding: 32px 20px;
  }

  .accordion-button:not(.collapsed) {
    color: var(--bg-blue) !important;
    background-color: transparent !important;
    box-shadow: none !important;
  }

  .accordion-item {
    color: var(--bg-blue) !important;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 2px solid #D1D6DC !important;
  }

  .accordion-item:last-child {
    border-bottom: none !important;
  }

  .cardcolor {
    background-color: #F2F3F7;
    border-radius: 10px;
    padding: 20px;
  }

  /* Styling for the button within the expanded accordion */
  .cardcolor-btn {
    background-color: #F2F3F7;
    border: 1px solid #D1D6DC;
    color: #333;
    border-radius: 5px;
  }

  .cardcolor-btn:hover {
    background-color: #E2E6ED;
    border-color: #B0B7C1;
  }

  /* Additional styling when the accordion item is active */
  .accordion-item.active {
    background-color: #F2F3F7 !important;
    border-radius: 10px !important;
    border-bottom: none !important;
    background-image: none !important;
    /* Remove bottom border when expanded */

  }

  ul {
    list-style-type: disc !important;
    display: block;

    li {
      display: revert-layer !important;
      margin-bottom: 6px !important;
    }
  }

  .accordion-header button:not(.collapsed) {
    background-image: none !important;
    background-color: transparent !important;
    border: none !important;
  }

  .accordion-button:focus {
    background-image: none !important;
    z-index: 3;
    outline: 0;
    box-shadow: none !important;
  }

  .accordion-button::after {
    background-image: none !important;
    content: '+' !important;
    font-size: 1.4rem;
    font-weight: 200 !important;
    color: #00335E;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid var(--bg-blue) !important;
    transform: none !important;
  }

  .accordion-button:not(.collapsed)::after {
    background-image: none !important;
    content: '-' !important;
    border: 1px solid;
    color: var(--bg-blue) !important;
    border: 1px solid var(--bg-blue) !important;

  }

  .accordion-body {
    font-family: var(--inter) !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #303030 !important;
  }
}

/* Bulk deals are for you, if section-End */



/* <!-- Dont-Take-section-start --> */
.dont-main-np {
  display: flex;
  justify-content: space-between;
}

.dont-main-title h1 {
  font-family:var(--test-n-2);
  font-style: normal;
  font-weight: 500;
  font-size: 46px;
  line-height: 54px;
  color: #111111;

}

.dont-main-title p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #303030;

}

.dont-btn-np button {
  /* float: right; */
  display: flex;
  padding: 11px 28px;
  gap: 18px;
  background: #EE2110;
  border: 1px solid #EE2110;
  border-radius: 100px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;

}

.dont-navigation-arrows {
  float: right;
  padding: 30px 0px;
}

#prev-arrow {
  border: 1px solid #00335E;
  color: #00335E;
  background-color: rgb(255, 255, 255);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  /* display: flex;
  align-items: center;
  justify-content: center; */
  font-size: 20px;
  z-index: 1;
  transition: opacity 0.3s;
}

#next-arrow {
  border: 1px solid #00335E;
  color: rgb(255, 255, 255);
  background-color: #00335E;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  /* display: flex;
    align-items: center;
    justify-content: center; */
  font-size: 20px;
  z-index: 1;
  transition: opacity 0.3s;
}


.testimonial-wrapper {
  position: relative !important;
  overflow: hidden !important;
  /* Hide the overflowing content */
}

.testimonial-container {
  display: flex !important;
  transition: transform 0.5s ease !important;
  /* Smooth sliding */
  width: 100% !important;
  /* Ensure it takes the full width */
}

.testimonial-slide {
  flex: 0 0 100% !important;
  /* Each slide takes 100% of the width */
  width: 100% !important;
}

.testimonial-card {
  height: 549px !important;
  box-sizing: border-box !important;
  padding: 1rem !important;
  background: linear-gradient(#ffffff, #ffffff), linear-gradient(to right, var(--bg-red), var(--bg-blue)) !important;
  border: 4px solid transparent !important;
  background-repeat: no-repeat !important;
  background-origin: padding-box, border-box !important;
}

.testimonialborder-card {
  border-radius: 1rem !important;
  border-width: 7px !important;
  position: relative !important;
}

.testimonialborder-card::before {
  content: "" !important;
  position: absolute !important;
  top: -6px !important;
  bottom: -6px !important;
  left: -6px !important;
  right: -6px !important;
  border: 6px solid #ffffff !important;
  border-radius: .9rem !important;
}

.testimonial-content {
  padding: 5px !important;
  margin-top: 6px !important;
}

.user-info {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-top: 20px !important;
  position: absolute !important;
  bottom: 20px !important;
}

.user-icon {
  width: 60px !important;
  height: 60px !important;
  background: #f0f0f0 !important;
  border-radius: 50px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.text-testimonial {
  font-family: var(--inter) !important;
  font-size: 22px !important;
  line-height: 26px !important;
  font-weight: 300 !important;
  display: flex !important;
  text-align: left !important;
}

.play-button {
  width: 60px !important;
  height: 60px !important;
  background: white !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

.bg-color-testmonial {
  background-color: var(--bg-color-greywhite) !important;
}

.testimoninal-height-ad {
  height: 837px !important;
}

.success-stories-row {
  display: flex !important;
  margin-right: 12px !important;
  align-items: center !important;
  /* Align vertically in the center */
  justify-content: space-between !important;
  /* Place items at opposite ends */
  margin-bottom: 16px !important;
  /* Adjust as needed */
}

.success-stories-row h2 {
  font-size: 40px !important;
  line-height: 48px !important;
  font-family:var(--test-n-2) !important;
  color: var(--text-color) !important;
}

.mb-4 {
  margin-bottom: 16px !important;
  /* Maintain spacing */
}

.navigation-arrows {
  display: flex !important;
  gap: 8px !important;
  /* Space between buttons */
}

/* .arrow-btn-ad {
  height: 40px !important;
  width: 40px !important;
  font-size: 24px !important;
  cursor: pointer !important;
  border: none !important;
  background-color: transparent !important;
  color: #7a7979 !important;
  font-weight: 700 !important;
  transition: color 0.3s ease !important;
} */

/* .arrow-btn-ad.active {
  color: #00335E !important;
  
} */

.img-testmonial {
  height: 549px !important;
}

/* <!-- Dont-Take-section-End --> */


/* <!-- have-quection-section-start --> */

.main-have-np {
  padding: 80px 0px;

  .have-titlemain-np h1 {
    font-family:var(--test-n-2);
    font-style: normal;
    font-weight:500;
    font-size: 40px;
    line-height: 48px;
    display: flex;
    align-items: center;
    color: #111111;
  }

  .have-titlemain-np p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #303030;
  }

  .have-titlemain-np button {
    display: flex;
    padding: 11px 28px;
    gap: 18px;
    background: #EE2110;
    border: 1px solid #EE2110;
    border-radius: 100px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
  }

  .faq-header {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.8rem;
    color: #333;
  }

  /* .faq-container {
    margin-top: 20px;
  } */

  .faq-item {
    border-bottom: 1px solid #D1DAE0;
    padding: 15px 0;
  }

  .faq-question {
    position: relative;
    font-size: 1rem;
    cursor: pointer;
    padding: 10px;
    border: none;
    text-align: left;
    width: 100%;
    background-color: #FFFFFF;
    font-family: 'Inter';
    font-style: normal;
    font-weight:500;
    font-size: 20px;
    line-height: 28px;
    display: flex;
    align-items: center !important;
    /* justify-content: center !important; */
    color: #111111;
  }
.faq-question p{
  width:90%;
}
  .faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 27px;
    transition: transform 0.3s;
    padding: 6px 10px 8px 10px;
    height: 28px;
    width: 28px;
    background-color: #00335E;
    color: #FFFFFF;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50px;
  }

  .faq-item.active .faq-question::after {
    content: '-';
  }

  .faq-answer {
    display: none;
    padding: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #303030;
  }

  .faq-item.active .faq-answer {
    display: block;
  }
}

.faq-question p {
  padding: 0px;
  margin: 0px;
}

#requirementModal {
  #buy-popup {
    height: 424px;
    /* width: 420px; */
  }

  #buy-popup .btn-close {
    position: relative;
    top: -32px;
    color: #000000;
  }

  .modal-header {
    border-bottom: none;
    padding: 20px 20px 10px 20px !important;
  }

  .modal-body {
    padding: 20px;
  }

  #buy-popup p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #111111;
    margin: 5px 5px 10px 5px;

}

  .login-btn,
  .create-btn {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border-radius: 25px;
    font-weight: 500;
  }



  .login-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 20px;
    gap: 10px;
    /* width: 360px; */
    height: 52px;
    background: var(--bg-red);
    border-radius: 100px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    border: none;
}

.create-btn {
    background: white;
    color: var(--bg-blue);
    border: 1px solid var(--bg-blue);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 20px;
    gap: 10px;
    /* width: 360px; */
    height: 52px;
    border-radius: 100px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-transform: capitalize;

}

  .divider {
    /* position: relative;
      text-align: center; */
    margin: 30px 0;
    font-family: 'Test National 2';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111111;
  }

  .divider::before,
  .divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 35%;
    height: 1px;
    background-color: #8A8A8A;
    transform: translateY(-50%);
  }

  .divider::before {
    left: 20px;
  }

  .divider::after {
    right: 20px;
  }

  .modal-title {
    font-family:var(--test-n-2);
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    color: #111111;
  }



}

.red {
  color: #ee2110 !important;
}

/* <!-- have-quection-section-End --> */