/*======================== Calling Fonts ========================*/
@font-face {
  font-family: "BeVietnamReg";
  src: url("../fonts/Fonts/BeVietnamPro-Regular.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "BeVietnam";
  src: url("../fonts/Fonts/BeVietnamPro-Black.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: "BeVietnamSemei";
  src: url("../fonts/Fonts/BeVietnamPro-SemiBold.ttf") format("truetype");
  font-weight: bold;
}

/*======================== Calling Fonts ========================*/

/*======================== Body style ========================*/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
a {
  text-decoration: none !important;
}
body,
html {
  overflow-x: hidden;
  /* Hide scrollbar for all browsers */
  scrollbar-width: none !important; /* Firefox */
  -ms-overflow-style: none !important; /* IE and Edge */
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar,
html::-webkit-scrollbar {
  display: none !important;
}
/*======================== Body style ========================*/

/*======================== Over Lay style ========================*/
/* Overlay styles commented out to prevent conflicts with unified header
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #565656;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.overlay-nav {
  list-style: none;
  padding: 0;
  text-align: left;
  padding-left: 3rem;
  padding-top: 3rem;
  padding-right: 1rem;
}

.overlay-nav li {
  margin: 20px 0;
  font-family: "BeVietnamReg", sans-serif !important;
  font-weight: normal;
}

.overlay-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-size: 25px;
  font-weight: 600;
  line-height: 22px;
  font-family: "BeVietnamReg", sans-serif !important;
  font-weight: normal;
}

.overlay-nav a.active {
  color: #aee836 !important;
}

.close-button {
  position: absolute;
  top: 2px;
  right: 50px;
  cursor: pointer;
  color: #fff;
  font-size: 50px;
  font-family: "BeVietnamReg" !important;
  font-weight: normal !important;
}

.overlay-button {
  position: absolute;
  bottom: 30px;
  left: 3rem; /* Match the padding of overlay-nav */
  width: 180px !important;
  height: 50px !important;
  line-height: 50px !important;
  font-size: 13px !important;
  padding: 0 2rem !important;
  text-align: center !important;
  display: block !important;
}
*/
/*======================== Over Lay style ========================*/

/*======================== Header style ========================*/
/* Header and navbar styles commented out to prevent conflicts with unified header
.header-section {
  background-color: rgba(54, 54, 54, 0.8);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 0 14rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.3s ease-in-out;
}

.header-section.scrolled {
  background-color: #333;
}

.navbar-nav li a {
  color: #eee !important;
  font-family: "BeVietnamReg", sans-serif !important;
  font-weight: normal;
}

.active-nav-link {
  color: #fff !important;
  font-weight: 600;
}

.become-vendor-button {
  color: white !important;
  background-color: #99d300;
  border: 1px solid #99d300;
  padding: 5px 10px;
  height: auto;
  width: auto;
  font-size: 12px;
  border-radius: 50px;
  transition-duration: 0.4s;
  font-family: "BeVietnamReg", sans-serif !important;
  font-weight: normal;
  text-decoration: none !important;
}

.become-vendor-button:hover {
  background-color: #8dbe04;
  border: 1px solid #99d300;
  color: white;
}

.become-vendor-ul {
  width: 100%;
  font-family: "BeVietnamReg", sans-serif !important;
  font-weight: normal;
}

.become-button-vendor-modal {
  width: 130px !important;
  font-family: "BeVietnamReg", sans-serif !important;
  font-weight: normal;
}

.nav-item {
  margin-right: 2.5rem !important;
  font-family: "BeVietnamReg", sans-serif !important;
  font-weight: normal;
}
.nav-item a {
  font-weight: normal !important;
  font-family: "BeViBeVietnamRegetnam", sans-serif !important;
  font-weight: normal;
}
@media (max-width: 767px) {
  .header-section {
    padding: 5px 1.9rem;
    max-width: 100%;
  }
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-section {
    padding: 5px 1.9rem;
    max-width: 100%;
  }
    .img-text-section{
    padding: 0 1rem !important;
  }
}
*/

@media only screen and (min-width: 1280px) and (max-width: 1280px) {
.ter-of-use {
    padding: 0 20rem;
    margin-top: 0 !important;
}
}


@media only screen and (min-width: 540px) and (max-width: 540px) {
    .img-fluid {
    max-width: 75% !important;
    height: auto;
}
}

/*======================== Header style ========================*/

/*======================== Text & Images header style ========================*/
.btn-get-started {
  width: 132px;
  height: 40px;
  background-color: #fb8111;
  border-color: #fb8111;
  border-radius: 14px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.07em;
  color: #ffffff;
  font-family: "BeVietnamReg", sans-serif !important;
  font-weight: normal;
}

.btn-get-started:hover {
  background-color: #d87417;
  border-color: #d87417;
}

.img-text-section {
  background-color: #8dbe04;
  max-height: 400px;
  padding: 0 14rem; /* Match header padding */
  margin-bottom: 3rem !important;
  margin-top: 0;
}

.strong-header-img {
  justify-content: center !important;
  align-items: center !important;
  margin-top: 2rem !important;
}
.strong-header-img strong {
  font-style: normal;
  font-weight: 900;
  font-size: 65px;
  line-height: 65px;
  color: #ffffff;
  font-family: "BeVietnam", sans-serif !important;
  font-weight: bold;
}

.text-col-image-text {
  margin-top: -4rem;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}
.image-cols {
  margin-top: -5rem;
}

.date-of-privacy {
  font-style: normal;
  font-weight: 500;
  font-size: 39px;
  line-height: 49px;
  letter-spacing: -0.03em;
  color: #515151;
}

@media (max-width: 767px) {
  .img-text-section {
    padding: 2rem 0;
    max-height: 510px;
    margin-bottom: 2rem !important;
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
  }
  
  .img-text-section .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .image-cols {
    margin-top: -1rem;
  }
  .contact-text-cols {
    justify-content: center !important;
    align-items: center !important;
  }
  .strong-header-img p,
  .strong-header-img strong {
    font-size: 50px;
    line-height: 40px;
  }
  .strong-header-img {
    margin-bottom: 1rem;
    margin-top: 1.6rem;
    text-align: center !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .img-text-section {
    padding: 2rem 1rem;
    max-height: 510px;
    margin-bottom: 2rem !important;
  }
  .image-cols {
    margin-top: -1rem;
  }
  .contact-text-cols {
    justify-content: center !important;
    align-items: center !important;
  }
  .strong-header-img p,
  .strong-header-img strong {
    font-size: 50px;
    line-height: 40px;
  }
  .strong-header-img {
    margin-bottom: 1rem;
    margin-top: 1.6rem;
    text-align: center !important;
  }
}
/*======================== Text & Images header style ========================*/

/*======================== Terms text style ========================*/
.term-of-use-page {
  min-height: 100vh;
  font-family: "BeVietnamReg", sans-serif;
}

.ter-of-use {
  padding: 4rem 0;
  margin-top: 0;
  background-color: #ffffff;
}

/* Sticky Sidebar */
.sticky-sidebar {
  position: sticky;
  top: 100px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sticky-sidebar::-webkit-scrollbar {
  display: none;
}

.sidebar-links {
  list-style: none;
  padding-left: 2rem;
  margin-bottom: 2rem;
}

.sidebar-links li {
  margin-bottom: 0.5rem;
}

.inner-links-style {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: -0.03em;
  color: #929292;
  text-decoration: none !important;
}

.inner-links-style:hover {
  color: #8cc615; /* Change this color as per your preference */
}

.main-links {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.03em;
  color: #8cc615;
}

.active-links-style {
  border-left: 2px solid #8cc615;
  padding-left: 10px;
}

p-titles {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.03em;
  color: #515151;
}
.numbering {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  text-align: justify;
  letter-spacing: -0.03em;
  color: #8cc615;
}
@media (max-width: 767px) {
  .navbar-nav .nav-item a {
    color: blue !important;
  }
}

/* Additional styling for the mobile navbar */
@media (max-width: 767px) {
  .navbar-nav {
    background-color: #fff; /* Set your desired background color */
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Add a subtle box shadow */
    display: flex;
    justify-content: center !important;
    padding: 6px !important;
    text-align: center !important;
    margin-bottom: 1rem !important;
  }
  .nav-spical .navbar-nav {
    flex-direction: row; /* Change to row layout on small screens */
    width: 100%;
  }
  .nav-spical .navbar-nav .nav-link {
    font-size: 12px; /* Adjust the font size as needed */
  }
}
@media(min-width: 280px) and (max-width: 280px){
    .nav-spical .navbar-nav{
        display: block !important;
    }
}

@media (max-width: 767px) {
  .ter-of-use {
    padding: 0 1rem !important;
    margin-top: 5rem;
  }
  .col-md-3 {
    order: 1;
  }

  .col-md-9 {
    order: 2;
  }

  .btn-toggle-navigation-links {
    margin: 0 auto;
    height: 44px;
    padding: 0 1.4em;
    border-radius: 3px;
    box-shadow: inset 0 0 0 0 #1273eb;
    background-color: #5290db !important;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
    cursor: pointer;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ter-of-use {
    padding: 0 1rem !important;
    margin-top: 5rem;
  }
  .col-md-3 {
    order: 1;
  }

  .col-md-9 {
    order: 2;
  }

  .btn-toggle-navigation-links {
    margin: 0 auto;
    height: 44px;
    padding: 0 1.4em;
    border-radius: 3px;
    box-shadow: inset 0 0 0 0 #1273eb;
    background-color: #5290db !important;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
    cursor: pointer;
  }
}
/*======================== Terms text style ========================*/

/*======================== Footer Styles ========================*/
.footer-container {
  background-color: #323232;
  color: #fff;
  padding-top: 2rem;
}

.first-row {
  border-bottom: 1px solid #83838366;
  margin-bottom: 10px;
}

.footer-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
  font-family: "BeVietnamReg", sans-serif !important;
  font-weight: normal;
}

.footer-links {
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  text-align: left;
  justify-content: flex-start !important;
  font-family: "BeVietnamReg", sans-serif !important;
  font-weight: normal;
}

.footer-links li {
  margin-right: 10px;
  font-family: "BeVietnamReg", sans-serif !important;
  font-weight: normal;
}

.footer-links a {
  font-size: 13px;
  text-decoration: none;
  color: #bdbdbd;
  transition: color 0.3s ease;
  padding-right: 5px;
  font-family: "BeVietnamReg", sans-serif !important;
  font-weight: normal;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-links a:not(:last-child) {
  border-right: none;
}

.footer-social-icons {
  padding-left: 0;
}

.footer-social-icons li {
  margin-right: 1rem;
  list-style: none;
}

.copyright-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #4d4d4d;
  margin-left: 5px;
  font-family: "BeVietnamReg", sans-serif !important;
  font-weight: normal;
}

.col-12.d-flex.flex-column {
  align-items: center;
  text-align: center;
  font-family: "BeVietnamReg", sans-serif !important;
}

@media (max-width: 767px) {
  .first-row .col-md-2,
  .first-row .col-md-3 {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .footer-links li {
    margin-right: 10px;
  }

  .footer-title {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 5px;
  }

  .footer-links a {
    font-size: 13px;
    line-height: 14px;
    border-right: 0.1px solid #4e4e4e;
  }
  .about-section {
    margin-top: -1.8rem;
  }
  .col-12.d-flex.flex-column img {
    margin-bottom: -20px;
  }
}
/*======================== Footer Styles ========================*/
a {
  text-decoration: none !important;
}

/*======================== Mobile Navigation ========================*/
.nav-spical.navbar-nav {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap; /* Changed from wrap to nowrap to keep all 4 in one row */
  gap: 0.5rem; /* Reduced gap */
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav-spical.navbar-nav .nav-item {
  margin: 0;
  flex: 1; /* Make items flexible to fit in one row */
}

.nav-spical.navbar-nav .nav-link {
  padding: 0.4rem 0.6rem; /* Reduced padding */
  background-color: #f6f6f6;
  border-radius: 20px;
  color: #666;
  font-size: 11px; /* Reduced font size for mobile */
  transition: all 0.3s ease;
  white-space: nowrap; /* Prevent text wrapping */
  display: block;
  text-align: center;
}

.nav-spical.navbar-nav .nav-link.active,
.nav-spical.navbar-nav .nav-link:hover {
  background-color: #8cc615;
  color: #fff !important; /* Added !important to ensure white color */
}

/* Extra small devices (phones, 320px to 576px) */
@media (max-width: 576px) {
  .nav-spical.navbar-nav .nav-link {
    font-size: 10px; /* Even smaller font for very small screens */
    padding: 0.3rem 0.4rem;
  }
  
  .nav-spical.navbar-nav {
    gap: 0.3rem; /* Smaller gap for very small screens */
  }
}

/* Ultra small devices (very small phones, 320px and below) */
@media (max-width: 320px) {
  .nav-spical.navbar-nav .nav-link {
    font-size: 9px;
    padding: 0.25rem 0.3rem;
  }
  
  .nav-spical.navbar-nav {
    gap: 0.2rem;
  }
}
