:root {
  --color-primary: #f17f2b;
  --color-secondary: #2badf1;
}

body {
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Global Classes (applied across all devices) */
.text__primary {
  color: var(--color-primary);
}

.bg__primary {
  background-color: var(--color-primary);
}

.text__secondary {
  color: var(--color-secondary);
}

.bg__secondary {
  background-color: var(--color-secondary);
}

/* Default for Mobile (small devices) */
.container_padding {
  padding: 16px;

}

.navbar {
  padding: 0 8px !important;

}

.nav-item {
  padding: 10px 10px 0 10px !important;
}

.nav-link {
  color: black !important;
  font-size: 16px;
}

.dropdown-container {
  position: absolute;
  top: 0;
  right: 20px;
}

.custom-dropdown {
  width: 100%;
  padding: 0 8px;
  box-sizing: border-box;
  background-color: #f8f9fa;
  appearance: none;
  border: none !important;
  outline: none !important;
}

.icon {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* Ensure clicks go through to the dropdown */
}

/* Banner Styles */
.banner {
  padding: 2rem 1rem;
  min-height: 800px;
}

.banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.banner-bg-img {
  height: 100%;
  left: 0;
}
.banner-text-content {
  width: 100%;
  margin-top: -48px;
}
.banner-title {
  font-size: 66px;
  line-height: 0.8;
}
.banner-title .start-processing {
  font-size: 28px;
}
.banner-subtitle {
  font-size: 18px;
  margin-top: 1rem;
}
.text-sm {
  font-size: 14px;
}
.banner-text {
  width: 100%;
}
.get-started {
  font-size: 20px;
  padding: 0.6rem 3rem;
  font-weight: 600;
  color: white;
  text-decoration: none;
}
.banner-image {
  position: relative;
  max-width: 100%;
  max-height: 100vh;
  margin-top: 2rem;
}

/* what_we_do */
.what_we_do{
  margin-top: -180px
}
.what_we_do .main-container {
  max-width: 960px;
  padding: 40px;
  margin:auto;

}
.what_we_do .container_padding {
  max-width: 1150px;
  text-align: center;
}
.card-icon-box {
  background-color: var(--color-primary);
  border-radius: 10px;
  width: 80px;
  height: 80px;
  padding: 1rem;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-title {
  font-size: 1.5rem;
  margin-top: 1rem;
  color: black;
  font-weight: bold;
}

.card {
  text-align: center;
  border-radius: 12px;
  height: 100%;
  padding: 2rem 2rem;
  border: 1px solid var(--color-primary);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* hardware_we_need */
.hardware-img {
  height: 220px;
  width: auto;
}
.hardware_we_need .gap {
  padding: 0 20px;
}

/* our payment solution */
.img-line img {
  min-height: 100px;
  z-index: 50;
}
.img-line .black-shadow {
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  z-index: 100;
  opacity: 0.4;
  width: 100%;
  height: 100%;
}
.our-payment-text {
  text-transform: uppercase;
  color: white;
  position: absolute;
  top: 50%;
  width: max-content;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: bold;
  z-index: 110;
}

/* benefits */
.benefits {
  padding: 20px 0;
}
.benefits .card-icon-box-two {
  background-color: var(--color-secondary);
  border-radius: 50%;
  width: max-content;
  padding: 0.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.benefits .card-icon-box-two img {
  height: 20px;
  width: 20px;
}
.benefits .small-title {
  font-size: 21px;
  line-height: 29px;
  color: #3f285a;
}
.card-small-paragraph {
  font-size: 13px;
  line-height: 23px;
  color: #787082;
}
.p .benefits .gap {
  padding: 0 10px;
}

.service .service-card-body {
  border-radius: 19px;
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
}

/* worldwide solution */
.worldwide-text {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #232323;
  font-weight: 900;
  font-family: 'Poppins';
}
.worldwide-img {
  max-width: 300px;
}
.correct {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.worldwide_solution ul li {
  font-size: 16px;
  margin: 20px 0;
  line-height: 47px;
  color: #4c4c4c;
  font-weight: 900;
  font-family: 'Poppins';
}
/* footer */
.footer {
  background-color: #152636; /* Background color for the footer */
  color: white; /* Text color */
  padding: 20px 10px; /* Padding */
  border-bottom: 1px solid white;
}
.footer ul
{
  margin: 0 !important;
  padding: 0 !important;
}
.footer-link{
  font-size: 12px;
  margin: 0 3px;
  text-decoration: none;
  color: black;
}
.footer-icon{
  max-width: 50px;
  margin-left: 10px;
}
.footer-icon img{
  height: 20px;
  width: 20px;
}
.footer-icon p{
  font-size: 10px;
}
.footer-container {
  display: grid;
  grid-template-columns: repeat(
    3,
    1fr
  ); /* 7 columns, each 1 fraction of available space */
  gap: 5px; /* Optional: adds space between columns */
  padding-bottom: 50px;
}
.footer-logo {
  min-width: 300px;
}
.footer .footer-logo img {
  max-width: 100%; /* Ensure logo is responsive */
  height: 150px;
}

.footer-section {
  padding: 10px;
}

.footer-title {
  font-size: 16px;
  font-weight: semibold;
  margin-bottom: 10px;
  color: rgb(215, 215, 215);
}

.footer a {
  color: rgb(188, 188, 188);
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}
.footer-main-container::after {
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: white;
  content: '';
}
.footer .rights {

  width: fit-content;
text-align: center;
margin: auto;
  color: #aeaeae;
}
/* Tablet (small to medium devices) */
@media (min-width: 576px) {
  .navbar {
    padding: 0 24px !important;
  }
  .banner-text-content {
    width: 50%;
  }
  .banner-title {
    font-size: 64px;
  }
  .banner-title .start-processing {
    font-size: 32px;
  }
  .banner-subtitle {
    font-size: 20px;
  }

  .banner-text {
    width: 80%;
  }

  .banner-image {
    max-width: 60%;
  }
  .hardware-img {
    height: 250px;
    width: auto;
  }

  .worldwide-text {
    font-size: 30px;
  }

  .correct {
    width: 20px;
    height: 20px;
  }
  .worldwide_solution ul li {
    font-size: 20px;
  }

  .footer-container {
    display: grid;
    grid-template-columns: repeat(
      3,
      1fr
    ); /* 7 columns, each 1 fraction of available space */
    gap: 5px; /* Optional: adds space between columns */
  }

.footer-link{
  font-size: 14px;
  margin: 0 10px;
  width: max-content;
  display: inline-flex;
  text-decoration: none;
  color: black;
}
.footer-icon{
  max-width:80px;
  margin-left: 10px;
}
.footer-icon img{
  height: 40px;
  width: 40px;
}
.footer-icon p{
  font-size: 10px;
}

}
/* Desktop (medium to large devices) */
@media (min-width: 768px) {
  .container_padding {
    padding: 20px;
  }

  .navbar {
    padding: 0 24px !important;
  }

  .banner-title {
    font-size: 60px;
  }
  .banner-title .start-processing {
    font-size: 20px;
  }
  .banner-subtitle {
    font-size: 20px;
  }

  .banner-content {
    flex-direction: row;
    text-align: left;
    justify-content: space-between;
  }

  .banner-text {
    width: 50%;
  }

  .banner-image {
    max-width: 40%;
    margin: 0;
  }
  .hardware_we_need .gap {
    padding: 0;
  }
  .benefits {
    padding: 0;
  }
  .worldwide-img {
    max-width: max-content;
  }
  .footer-container {
    grid-template-columns: repeat(5, 1fr);
  }
  .footer {
    padding: 20px 20px;
  }
}

/* Large Desktops */
@media (min-width: 992px) {
  .container_padding {
    padding: 32px;
  }

  .navbar {
    padding: 0 60px !important;
  }

  .banner-content {
    margin-top: 0;
  }
  .banner-title {
    font-size: 72px;
  }
  .banner-title .start-processing {
    font-size: 28px;
  }
  .banner-subtitle {
    font-size: 20px;
  }

  .banner-image {
    max-width: 35%;
  }
  .get-started {
    font-size: 24px;
  }
  .hardware_we_need .gap {
    padding: 0 20px;
  }
  .hardware-img {
    height: 180px;
    width: auto;
  }
  .our-payment-text {
    font-size: 48px;
  }

  .worldwide-text {
    color: #232323;
    font-weight: 900;
    font-size: 32px;
  }
  .worldwide-img {
    max-width: 400px;
  }
  .correct {
    width: 25px;
    height: 25px;
  }
  .worldwide_solution ul li {
    font-size: 25px;
  }
  .footer {
    padding: 20px 24px;
  }
  .footer-link{
  font-size: 16px;
  margin: 0 10px;
  width: max-content;
  display: inline-flex;
  text-decoration: none;
  color: black;
}
.footer-icon{
 
  margin-left: 50px;
}
.footer-icon img{
  height: 40px;
  width: 40px;
}
.footer-icon p{
  font-size: 10px;
}

}

/* Extra Large Desktops */
@media (min-width: 1200px) {
  .container_padding {
    padding:  60px 120px;
  }

  .navbar {
    padding: 0 120px !important;
  }

  .banner-title {
    font-size: 80px;
  }
  .banner-title .start-processing {
    font-size: 32px !important;
  }

  .banner-subtitle {
    font-size: 24px;
  }

  .banner-image {
    max-width: 25%;
  }
  .get-started {
    font-size: 28px;
    margin: 1rem 0 1rem 5rem;
  }

  .worldwide-text {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .worldwide_solution .banner-subtitle {
    font-size: 20px;
  }
  .footer {
    padding: 40px 60px 20px 60px;
  }
  .footer .footer-logo img {
  min-height: 150px;
}
}

/* 1920px and above */
@media (min-width: 1920px) {
  .container_padding {
    padding: 80px 200px ;
  }
  .banner {
    min-height: 80vh;
  }
  .banner-bg-img {
    min-height: 90vh;
  }
  .banner-title {
    font-size: 100px;
  }
  .banner-title .start-processing {
    font-size: 40px !important;
  }
  .banner-subtitle {
    font-size: 24px;
  }

  .banner-image {
    max-width: 25%;
  }
  .footer {
    padding: 60px 120px 30px 120px;
  }
}