@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

.open-sans {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.image-button {
  padding: 0;
  border: 0;
}
:root {
  --primary-color: #12b0ff;
}

a {
  color: var(--primary-color);
}

a:hover {
  text-decoration: none;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
}

.construction-content {
  text-align: center;
}

.construction-content img {
  height: 150px;
}

.construction-content h1 {
  font-size: 80px;
  color: #12b0ff;
  font-weight: 600;
}

section.construction-section {
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-border {
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
  margin: 30px 0;
  padding: 30px 0;
}

.construction-content p {
  font-size: 22px;
  margin: 0;
}

.seller-banner-section {
  padding-bottom: 60px;
  padding-top: 100px;
  background-size: cover;
  background-position: center;
}

.seller-registration-form {
  background: #12b0ff;
  border-radius: 10px 10px 0 0;
  padding-bottom: 30px;
  overflow: hidden;
}

.seller-registration-form-head {
  background-size: cover;
  padding: 25px 10px 60px;
  text-align: center;
  margin-bottom: 15px;
}

.seller-registration-form-head-contnt {
  padding: 0 0 30px;
  background: #fff;
}

.seller-registration-form-head h2 {
  font-size: 30px;
  font-weight: 600;
  color: #12b0ff;
  margin-bottom: 8px;
}

.seller-registration-form-head p {
  margin: 0;
  font-size: 14px;
}

.seller-registration-form form label {
  color: #fff;
  margin-bottom: 2px;
}

.seller-registration-form-field {
  position: relative;
}

.seller-registration-form-field img {
  position: absolute;
  left: 8px;
  top: 14px;
  /* bottom: 0; */
  margin: auto;
  width: 14px;
  height: 14px;
}

.seller-registration-form form .form-control {
  border-radius: 0.25rem !important;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 10px 10px 30px;
  height: auto;
}

.sell-regi-btn {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  background: #000;
  color: #fff;
  border: 0;
  width: 100%;
  padding: 13px;
  border-radius: 4px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

footer {
  background: #f6ffd7;
  padding: 40px 0 0;
  color: #000000;
}

.footer-logo p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  margin-top: 15px;
}

.footer-logo ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.footer-logo ul li a {
  background: #2d2d2d;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000000;
  transition: ease-in-out 0.5s;
}

.footer-logo ul li a:hover {
  text-decoration: none;
  background: #12b0ff;
}

.quick-links h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.quick-links h3:before {
  position: absolute;
  content: "";
  width: 28px;
  height: 2px;
  background: #12b0ff;
  bottom: 0;
  left: 0;
}

.quick-links ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.quick-links ul li,
.quick-links ul li a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
  color: #ffffff;
  transition: ease-in-out 0.5s;
}

.quick-links ul li a:hover {
  color: #a3a3a3;
  text-decoration: none;
}

.footer-bottom {
  border-top: 1px solid #4d4d4d80;
  padding: 20px 0;
  background: #ffffff;
  color: #000000;
}

.footer-bottom p {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.top-header-content p span {
  font-weight: 600;
  color: #12b0ff;
}

.top-header-content p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  line-height: 20px;
}

.top-header-content {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 0;
  border-right: 1px solid #fec0a0;
  height: 100%;
  align-items: flex-start;
}

.top-header-content:last-child {
  border-right: 0;
}

section.top-header-section {
  background: #16181f;
  color: #fff;
}

.top-header-content ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
}

.navbar-nav .nav-item .nav-link {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  /* color: #ffffff; */
  color: #16181f;
}

.btn-custome {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  /* color: #ffffff;
  background: #12B0FF; */
  color: #ffffff;
  background: #12b0ff;
  border: 0;
  border-radius: 50px;
  padding: 13px 30px;
}

.navbar-brand img {
  height: 80px;
  position: absolute;
  top: 0;
}

.btn-custome img {
  width: 32px;
  margin-right: 10px;
}

section.banner-section {
  background-size: cover;
  padding: 375px 0;
  color: #fff;
}

.banner-content h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 54px;
  line-height: 70px;
}

.banner-content h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
}

.banner-content p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
}

.custome-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 60px;
}

.about-content p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.about-section {
  background-size: cover;
  padding: 395px 0;
  background-position: center;
  position: relative;
}

.double-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.about-img {
  position: relative;
  z-index: 9;
}

.principles-section {
  padding: 650px 0;
  background-size: cover;
  background-position: center;
}

.our-products {
  padding: 650px 0;
  background-size: cover;
  background-position: center;
}

.principles-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.principles-content-inner h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #12b0ff;
  margin-bottom: 14px;
}

.principles-content-inner p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.choose-section {
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 360px 0;
}

.our-vission {
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 360px 0;
}

.our-vendor {
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 360px 0;
}

.we-ensure {
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 360px 0;
}

.choose-content {
  background: #fff;
  color: #000;
  padding: 20px;
  height: 100%;
  border-top: 5px solid #12b0ff;
}

.choose-content img {
  margin-bottom: 20px;
}

.choose-content h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
}

.choose-content p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

.choose-content p span {
  font-weight: 700;
}

.vendors-section {
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

.vendors-content {
  display: flex;
  gap: 15px;
  align-items: center;
  box-shadow: 0px 4px 30px 0px #ad5f370d;
  border: 2px solid #ad5f3729;
  margin-bottom: 15px;
  padding: 10px;
  background: #fff;
}

.journey-section {
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}

.journey-content h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 60px;
  color: #16181f;
}

.journey-content p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}

.journey-content {
  border: 8px solid #12b0ff;
  border-radius: 20px;
  background: #fff;
  color: #000;
  padding: 25px;
}

.testimonials-section {
  background: #ffd0b04a;
  padding: 100px 0;
}

div#Testimonials .item {
  position: relative;
  padding: 20px 0;
}

div#Testimonials .item .testimonials-icon {
  width: auto;
  position: absolute;
  top: 0;
  left: 50px;
}

.item-inner p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}

div#Testimonials .item .item-inner {
  background: #fff;
  padding: 50px;
}

div#Testimonials .item .item-inner-bottom .testimonials-img {
  width: 80px;
}

div#Testimonials .item .item-inner-bottom {
  padding: 30px 50px 0;
}

div#Testimonials .item .item-inner-bottom {
  padding: 30px 50px 0;
  display: flex;
  gap: 14px;
  align-items: center;
}

div#Testimonials .item .item-inner-bottom h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 20px;
  letter-spacing: 0%;
}

div#Testimonials .item .item-inner-bottom p {
  color: #ffc937;
  margin: 0;
  font-size: 25px;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
  left: -50px;
}

.owl-nav button.owl-next {
  right: -50px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: inherit;
  padding: 0 !important;
  font: inherit;
  border: 1px solid #d5d5d5;
  width: 40px;
  height: 40px;
  color: #d5d5d5;
}

.owl-nav button.owl-next:hover,
.owl-nav button.owl-prev:hover {
  background: #000;
}

.join-section {
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  color: #fff;
}

.join-section .about-content p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  margin: 0;
}

.btn-custome.btn-dark {
  color: #fff;
  background-color: #0b0b0b;
  border-color: #0b0b0b;
}

.principles-content img {
  width: 50px;
}

.breadcrumb-content h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  margin: 0;
  color: #fff;
}

.policy-section {
  padding: 100px 0;
}

.modal-header {
  background: #b26139;
  color: #fff;
}

.modal-header {
  background: #12b0ff;
  color: #fff;
}

.close {
  color: #ffffff;
}

.close:hover {
  color: #ffffff;
  opacity: 1;
}

.btn-customer-color {
  background: #12b0ff;
  color: #fff;
}

button.btn.btn-customer-color:hover {
  color: #fff;
  opacity: 0.9;
}

.nav-item.dropdown .nav-link i {
  font-size: 28px;
}

.nav-item.dropdown .nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.breadcrumb-section {
  position: relative;
}

.breadcrumb-section img {
  width: 100%;
}

.breadcrumb-section .breadcrumb-content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99;
  color: #fff;
  left: 0;
  margin: auto;
  width: 100%;
  height: fit-content;
}

.my-sidebar-bg {
  background: url(../img/my-account-bg.png);
  padding: 15px;
  border: 1px solid #12b0ff;
  border-radius: 5px;
  overflow: hidden;
  background-size: cover;
}

.profile-section {
  padding: 100px 0;
}

.orders-section {
  background: #07346b1a;
  margin-bottom: 20px;
  border-radius: 10px;
}

.button {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #212529;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 2px;
  padding: 0.375rem 0.75rem;
  text-align: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}

.contact-us-row {
  display: flex;
  flex-wrap: nowrap;
  /* Prevent wrapping on large/medium screens */
  gap: 5px;
  align-items: stretch;
  /* Ensure columns have equal height */
}

.top-header-content {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  padding: 5px;
  /* Reduced padding to minimize width */
  width: 100%;
  box-sizing: border-box;
  /* Include padding in width */
}

.top-header-content img {
  width: 20px;
  height: 20px;
  margin-right: 2px;
  object-fit: contain;
}

.top-header-content p {
  margin: 0;
  font-size: 14px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  white-space: normal;
  /* Allow text wrapping */
  overflow-wrap: break-word;
  /* Break long words */
}

.top-header-content span {
  font-weight: 600;
}

@media (max-width: 991px) {
  .contact-us-row {
    flex-wrap: wrap;
    /* Allow wrapping on medium screens if needed */
  }

  .contact-us-row .col-md-4 {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .contact-us-row {
    flex-wrap: wrap;
    /* Stack vertically on small screens */
  }

  .contact-us-row .col-sm-12 {
    margin-bottom: 15px;
    width: 100%;
  }
}

.button-primary-outline {
  border-color: var(--primary-color) !important;
  color: var(--primary-color) !important;
}

.button-primary-outline:focus,
.button-primary-outline:hover,
.button-primary:focus,
.button-primary:hover {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: #fff !important;
  outline: 0;
}

.button-danger-outline {
  border-color: #e43f52 !important;
  color: #e43f52 !important;
}

.button-danger-outline:focus,
.button-danger-outline:hover,
.button-danger:focus,
.button-danger:hover {
  background-color: #e95d6d !important;
  border-color: #e95d6d !important;
  color: #fff !important;
  outline: 0;
}

.orders-section p {
  font-size: 16px;
  margin-bottom: 7px;
}

.orders-section .bold {
  font-size: 13px;
  font-weight: 600;
}

.orders-section #progressbar {
  color: #455a64;
  margin-bottom: 30px;
  margin-top: 30px;
  overflow: hidden;
  padding-left: 0;
}

.orders-section #progressbar li {
  color: #455a64 !important;
  float: left;
  font-size: 13px;
  font-weight: 400;
  list-style-type: none;
  position: relative;
  width: 20%;
}

.orders-section #progressbar li:before {
  background: #bcbcbc;
  border-radius: 50%;
  display: block;
  font-size: 12px;
  line-height: 29px;
  margin: auto;
}

.orders-section #progressbar li:after {
  background: #bcbcbc;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 15px;
  width: 130%;
  z-index: -1;
}

.orders-section #progressbar li:first-child:after {
  left: 15%;
  width: 130%;
}

.orders-section #progressbar li:nth-child(2):after {
  left: 55%;
}

.orders-section #progressbar li:nth-child(3):after {
  left: 25% !important;
}

.orders-section #progressbar li:nth-child(4):after,
.orders-section #progressbar li:nth-child(5):after {
  left: -6% !important;
  width: 91% !important;
}

.orders-section #progressbar li.active:after,
.orders-section #progressbar li.active:before {
  background: var(--primary-color);
}

.orders-section #progressbar #step1:before {
  color: #fff;
  content: "1";
  margin-left: 15px !important;
  text-align: center;
  width: 29px;
}

.orders-section #progressbar #step2:before {
  color: #fff;
  content: "2";
  text-align: center;
  width: 29px;
}

.orders-section #progressbar #step3:before {
  color: #fff;
  content: "3";
  text-align: center;
  width: 29px;
}

.orders-section #progressbar #step4:before {
  color: #fff;
  content: "4";
  margin-right: 15px !important;
  text-align: center;
  width: 29px;
}

.orders-section p {
  font-size: 16px;
  margin-bottom: 7px;
}

.orders-section #progressbar li p {
  font-size: 0.7rem;
}

#step2,
#step3 {
  text-align: center;
}

#step4,
#step5 {
  text-align: right;
}

.settings-tab .orders-section.settings-tab-content .media-body h5 {
  color: var(--primary-color);
}

.product-card {
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
}

.product-card img {
  width: 100%;
}

/* HEADER STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  padding: 3px 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.15);
  /* background-color: #ffffff; */
}

.page-header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  z-index: 99;
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
  /* background-color: rgba(0, 0, 0, 0.35); */
  background-color: rgb(255, 255, 255);
}

.footer-bottom ul {
  display: flex;
  align-items: center;
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: #000;
  gap: 10px;
  justify-content: end;
  margin: 0;
}

.footer-bottom ul a {
  color: #000;
  border-right: 1px solid #000;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  padding-right: 10px;
}

.footer-bottom ul li:last-child a {
  border-right: 0;
}

@media (max-width: 1199px) {
  section.top-header-section {
    display: none;
  }

  .construction-content h1 {
    font-size: 55px;
  }

  .construction-content p {
    font-size: 18px;
  }

  .banner-content h1 {
    font-size: 45px;
    line-height: 60px;
  }

  .banner-content h4 {
    font-size: 25px;
    line-height: 30px;
  }

  .custome-heading {
    font-size: 40px;
  }

  .choose-content {
    margin-bottom: 30px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .navbar-brand img {
    height: 55px;
  }
  .footer-bottom ul {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 15px;
  }

  .footer-bottom ul a {
    border: 0;
  }

  ul.navbar-nav {
    padding-top: 40px;
  }

  .banner-content h4 {
    font-size: 20px;
    line-height: 25px;
  }

  .banner-content h1 {
    font-size: 25px;
    line-height: 40px;
  }

  .custome-heading {
    font-size: 25px;
    line-height: 35px;
  }

  .journey-content h4 {
    font-size: 25px;
    line-height: 35px;
  }

  div#Testimonials .item .item-inner {
    background: #fff;
    padding: 50px 20px;
  }

  .banner-content p {
    font-size: 18px;
    line-height: 30px;
  }

  .seller-registration-form-head h2 {
    font-size: 20px;
  }

  .seller-registration-form-head p {
    font-size: 12px;
  }

  .construction-content h1 {
    font-size: 25px;
  }

  .construction-content p {
    font-size: 14px;
  }

  .owl-nav button {
    top: 30%;
  }

  .owl-nav button.owl-next {
    right: -12px;
  }

  .owl-nav button.owl-prev {
    left: -12px;
  }

  div#Testimonials .item .item-inner-bottom {
    padding: 20px 20px 0;
  }

  section.banner-section {
    padding: 50px 0 75px;
  }

  .join-section,
  .testimonials-section,
  .journey-section,
  .vendors-section,
  .choose-section,
  .our-products,
  .our-vendor,
  .our-vission,
  .we-ensure,
  .principles-section,
  .about-section {
    padding: 50px 0;
  }

  .quick-links h3 {
    margin-bottom: 10px;
  }

  .footer-logo,
  .quick-links {
    margin-bottom: 30px;
  }

  .join-section .about-content p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 15px;
  }

  .journey-content p {
    font-size: 16px;
    line-height: 24px;
  }

  footer {
    padding: 0 0 0;
  }
}
