:root {
  --primary_color: #172e90;
  --secondary_color: #6c18ac;
  --white_color: #fff;
  --dark_color: #000;
}

.accountshwo p {
  color: #555;
}
.main-heading {
  line-height: 47px;
  font-weight: 600;
  font-size: 40px;
  color: #000;
}
.contant_amazon p,
.banner-description {
  line-height: 1.5;
  font-size: 14px;
  word-wrap: break-word;
  color: rgba(44, 48, 46, 1);
  font-weight: 300;
}
.vision-mission-area {
  position: relative;
  z-index: 1;
}

.vm-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 0;
  display: none;
}
.service-img {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-img img {
  max-height: 70px;
  object-fit: contain;
  transition: 0.3s ease;
}
.feature-slider .feature-card {
  background: #fff;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  height: 100%;
}

.feature-slider .feature-card:hover {
  transform: translateY(-8px);
}

.feature-slider .owl-dots {
  margin-top: 20px;
}

.feature-slider .owl-dot span {
  background: #ddd;
}

.feature-slider .owl-dot.active span {
  background: #3f4877;
}
.amazon-process-section {
  padding: 80px 0;
  background: url("../img/ecommerce-baskets-bg-03.png");
  position: relative;
  z-index: 1;
}
.amazon-process-section::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(359deg, #000000, #02020200);
  z-index: -1;
}

.section-heading h2 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.section-heading p {
  color: #fff;
  font-size: 16px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.process-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  position: relative;
}

.process-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

.process-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.badge {
  background: rgba(255, 153, 0, 0.1);
  color: #3f4877;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
}

.step {
  font-size: 22px;
  font-weight: 700;
  color: #3f4877;
}

.process-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.process-card p {
  color: #666;
  font-size: 15px;
}

/* Responsive */
@media (max-width: 991px) {
  .process-grid {
    grid-template-columns: 1fr;
  }

  .section-heading h2 {
    font-size: 28px;
  }
}
.vm-box {
  background: rgba(255, 255, 255, 0.08);
  padding: 40px;
  border-radius: 15px;
  backdrop-filter: blur(10px);
  color: #fff;
  height: 100%;
  transition: 0.4s ease;
}
.vm-box h3 {
  color: #000;
}
.vm-box:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.15);
}

.vm-icon i {
  font-size: 55px;
  color: #0660e9;
}

.mmf-advantage-section {
  padding: 80px 0;
  background: url("../img/online-6817350_1280.jpg");
  position: relative;
  z-index: 1;
}
.mmf-advantage-section::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(359deg, #000000, #020202b3);
  z-index: -1;
}

.mmf-advantage-section .section-header h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

.mmf-advantage-section .section-header p {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
}

.mmf-advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.advantage-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.advantage-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

.advantage-card .number {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

.advantage-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #222;
}

.advantage-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */

@media (max-width: 992px) {
  .mmf-advantage-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .mmf-advantage-grid {
    grid-template-columns: 1fr;
  }
}
/* Counter Reset */
.feature-counter-wrap {
  counter-reset: feature-counter;
}

/* Each Card */
.feature-card {
  position: relative;
  padding: 40px 25px 30px 25px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: 0.4s ease;
  counter-increment: feature-counter;
}

/* Counter Number Badge */
.feature-card::before {
  content: counter(feature-counter, decimal-leading-zero);
  position: absolute;
  top: -36px;
  right: 6px;
  width: 100px;
  height: 100px;
  background: linear-gradient(237deg, #3f487700, #00c6ff00);
  color: #3f4877;
  font-size: 48px;
  font-weight: 400;
  border-radius: 50%;
  padding: 34px;
  transition: 0.4s ease;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px;
  font-family: fantasy;
  opacity: 0.2;
}

/* Hover Effect */
.feature-card:hover {
  transform: translateY(-8px);
}

.feature-card:hover::before {
  transform: scale(1.1) rotate(10deg);
}

/* ===== DSCALEPRO BANNER SECTION (All classes changed) ===== */
.dsc-banner-wrapper {
  position: relative;
  width: 100%;
  background-color: #0b1120;
}

/* Slider container */
.dsc-banner-slider {
  position: relative;
  width: 100%;
}

/* Each slide */
.dsc-slide-item {
  position: relative;
  display: flex;
  align-items: center;
  color: #ffffff;
  overflow: hidden;
}

/* Background image overlay */
.dsc-slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0.45;
}

.dsc-slide-bg[data-dsc-bg] {
  background-image: attr(data-dsc-bg url);
}

/* Custom container */
.dsc-container-wide {
  position: relative;
  z-index: 5;
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 20px;
  width: 100%;
}

/* Content block */
.dsc-hero-content {
  max-width: 650px;
  padding: 50px 0;
}

.dsc-hero-sub {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: var(--white_color);
  background: rgb(255 255 255 / 35%);
  padding: 6px 20px;
  border-radius: 40px;
  margin-bottom: 18px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.dsc-hero-title {
  font-size: 45px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 20px;
  color: #ffffff;
  text-transform: capitalize;
}

.dsc-hero-title .dsc-highlight {
  color: #ffffff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px;
}

.dsc-hero-desc {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dsc-btn-solid {
  display: none;
  padding: 15px 45px;
  background: #3b82f6;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.25s ease;
  border: 2px solid #3b82f6;
  box-shadow: 0 8px 20px -5px rgba(59, 130, 246, 0.4);
}

.dsc-btn-solid:hover {
  background: transparent;
  color: #3b82f6;
  border-color: #3b82f6;
  transform: translateY(-2px);
}

/* Floating shapes (updated classes) */
.dsc-float-shapes {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  z-index: 6;
  pointer-events: none;
}

.dsc-shape-1 {
  position: absolute;
  top: -120px;
  right: 0;
  width: 150px;
  height: auto;
  animation: dsc-float-x 7s infinite alternate ease-in-out;
}

.dsc-shape-2 {
  position: absolute;
  bottom: -120px;
  right: 40px;
  width: 100px;
  height: auto;
  animation: dsc-spin 12s infinite linear;
}

@keyframes dsc-float-x {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-45px);
  }
}

@keyframes dsc-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Social panel (right side) */
.dsc-social-panel {
  position: absolute;
  left: 30px;
  bottom: 40px;
  z-index: 20;
}

.dsc-social-label {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.8;
}

.dsc-social-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 12px;
}

.dsc-social-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
  font-size: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
}

.dsc-social-list li a:hover {
  background: var(--secondary_color);
  color: white;
  transform: translateY(-4px);
  border-color: transparent;
}

/* Scroll down (left side) */

/* Owl Carousel custom nav/dots (using new class prefix) */
.dsc-banner-slider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
  z-index: 30;
  pointer-events: none;
}

.dsc-banner-slider .owl-nav button {
  pointer-events: auto;
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.12) !important;
  border-radius: 50% !important;
  color: #fff !important;
  font-size: 26px !important;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  transition: 0.2s;
}

.dsc-banner-slider .owl-nav button:hover {
  background: #3b82f6 !important;
  border-color: #3b82f6 !important;
  transform: scale(1.05);
}

.dsc-banner-slider .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
}

.dsc-banner-slider .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 6px;
  border-radius: 20px;
  transition: 0.3s;
}

.dsc-banner-slider .owl-dots .owl-dot.active {
  background: #3b82f6;
  width: 32px;
}

/* Responsive */
@media (max-width: 1100px) {
  .dsc-hero-title {
    font-size: 48px;
  }
  .dsc-float-shapes {
    display: none;
  }
}

@media (max-width: 991px) {
  .dsc-social-panel,
  .dsc-scroll-link {
    display: none;
  }
  .dsc-hero-content {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .dsc-container-wide .row {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .dsc-hero-title {
    font-size: 38px;
  }
  .dsc-hero-desc {
    font-size: 16px;
  }
  .dsc-btn-solid {
    padding: 12px 35px;
  }
  .dsc-banner-slider .owl-nav {
    display: none;
  }
}

/* Background images for each slide (inline style or data attr) */
/* we set via style attribute in html for simplicity */

/* nav bar  */
.header-button {
  display: inline-block;
}
.header-button a {
  padding: 10px 28px;
  color: var(--white_color);
  background: var(--secondary_color);
  border-radius: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.header-button a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background: #141323;
  transform: scale(0, 1);
  transition: 0.5s;
}
.header-button:hover a {
  color: #fff;
}
.header-button a:hover:before {
  transform: scale(1);
}
.header-button a:hover:after {
  border: 1px solid #141323;
  left: 0;
  top: 0;
}
.header-button a i {
  font-size: 16px;
  position: relative;
  top: 1px;
  padding-left: 4px;
}

.header-button a:after {
  position: absolute;
  content: "";
  z-index: -1;
  left: 8px;
  top: 5px;
  right: 0;
  height: 100%;
  width: 98%;
  border-radius: 30px;
  transition: 0.5s;
  border: 1px solid var(--primary_color);
}

/* nav bar  */
.whatsapp_logo {
  position: fixed;
  z-index: 999;
  width: 60px;
  height: 60px;
  right: 40px;
  bottom: 80px;
}

.whatsapp_logo a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.whatsapp_logo img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  animation: shake 3s infinite;
}

/* Pulse Ring Effect */
.whatsapp_logo a::before,
.whatsapp_logo a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.6;
}

.whatsapp_logo a::before {
  animation: pulseRing 2s infinite;
}

.whatsapp_logo a::after {
  animation: pulseRing 2s infinite 1s;
}

/* Pulse Animation */
@keyframes pulseRing {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  70% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

/* Shake Animation */
@keyframes shake {
  0%,
  100% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-8deg);
  }
  20% {
    transform: rotate(8deg);
  }
  30% {
    transform: rotate(-6deg);
  }
  40% {
    transform: rotate(6deg);
  }
  50% {
    transform: rotate(-4deg);
  }
  60% {
    transform: rotate(4deg);
  }
  70%,
  90% {
    transform: rotate(0deg);
  }
}

/* about us  */
.about-countdown-area {
  padding-top: 30px;
}
.about-countdown-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.about-countdown-area ul .single-countdown {
  margin-bottom: 40px;
  gap: 25px;
  display: flex;
}
.about-countdown-area ul .single-countdown .icon {
  margin-top: 2px;
}
.about-countdown-area ul .single-countdown .icon svg {
  fill: var(--text-color);
  width: 40px;
}

.about-countdown-area ul .single-countdown .content {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(var(--title-color-opc), 0.1);
}
.about-countdown-area ul .single-countdown .content .number {
  color: #0b0c0c;
  line-height: 1;
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 30px;
}
.about-countdown-area ul .single-countdown .content .number h5.counter {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1;
}

.about-countdown-area ul .single-countdown .content p {
  color: #3f444b;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
}
.pageheading {
  color: #3f444b;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  display: inline-block;
  align-items: center;
  gap: 6px;
  padding: 10px 15px;
  background-color: #0b0c0c0d;
  border-radius: 5px;
  margin-bottom: 20px;
}

/* about us  */
.image_story_all {
  max-width: 410px;
  width: 100%;
  margin: auto;
}
.bg_color {
  padding: 80px 0px;
  background: #f1f1f1;
}
.award-image {
  border-radius: 10px;
  overflow: hidden;
}
.image_all_amazon {
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.contant_amazon h2 {
  font-size: 25px;
  font-weight: 600;
  color: #000;
}

.contant_amazon p {
  line-height: 1.5;
  font-size: 16px;
  word-wrap: break-word;
  color: rgba(44, 48, 46, 1);
  font-weight: 300;
}

.image_all_amazon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_gap {
  margin: 40px 0px;
}
.marginall {
  margin: 50px 0px;
}
