.banner-section {
  position: absolute;
  top: 100px;
  left: 140px;
  width: 463px;
  height: 212px;
}

.banner-title {
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
  width: 100%;
  text-align: left;
  color: #fff;
  font-family: "Quicksand", sans-serif;
}

.banner-detail {
  font-size: 15px;
  line-height: 22.5px;
  font-weight: 100;
  width: 100%;
  text-align: left;
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
}

.service-card {
  border-radius: 20px;
  box-shadow: 0px 0px 4px 0px #00000040;
  background: linear-gradient(
    to right,
    #8cd873 33.33%,
    #56cb6e 66.67%,
    #4da343 100%
  );
  height: 158px;
}

.service-text {
  font-size: 18px;
  line-height: 27px;
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically */
  height: 100%; /* Ensures the card takes up full height of the parent */
  text-align: center; /* Centers text */
  font-family: "Pyidaungsu", sans-serif; /* Applies Pyidaungsu font */
}

.plan-card {
  border-radius: 20px;
  box-shadow: 0px 0px 4px 0px #00000040;
  background-color: #ffffff;
  height: 215px;
}

.plan-text {
  font-size: 22px;
  line-height: 60px;
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically */
  text-align: center; /* Centers text */
  font-family: "Pyidaungsu", sans-serif; /* Applies Pyidaungsu font */
}

.contactUs-card {
  border-radius: 20px;
  font-size: 14px;
}

.service-title {
  font-size: 28px;
  line-height: 42px;
  font-weight: 600;
  color: #000000;
}

.plan-title {
  font-size: 30px;
  line-height: 37px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
}

.plan-info {
  font-size: 16px;
  line-height: 37px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
}

.aboutUs-title {
  font-size: 28px;
  line-height: 42px;
  font-weight: 600;
  color: #000000;
  font-family: "Quicksand", sans-serif;
}

.btn-get-if,
.btn-get-if:focus,
.btn-get-if:hover {
  background-color: #28aa15;
  box-shadow: 0px 0px 4px 0px #00000040;
  height: 53px;
  width: 107px;
  border-radius: 7px;
  color: #fff;
}

.btn-buy,
.btn-buy-if:focus,
.btn-buy-if:hover {
  background-color: #28aa15;
  box-shadow: 0px 0px 4px 0px #00000040;
  height: 48px;
  border-radius: 7px;
  color: #fff;
}

.btn-basic,
.btn-basic:focus,
.btn-basic:hover {
  background-color: #d980c4;
  box-shadow: 0px 0px 4px 0px #00000040;
  height: 40px;
  border-radius: 21px;
  color: #fff;
}

.btn-standard,
.btn-standard:focus,
.btn-standard:hover {
  background-color: #db146a;
  box-shadow: 0px 0px 4px 0px #00000040;
  height: 40px;
  border-radius: 21px;
  color: #fff;
}

.btn-business,
.btn-business:focus,
.btn-business:hover {
  background-color: #27bdf9;
  box-shadow: 0px 0px 4px 0px #00000040;
  height: 40px;
  border-radius: 21px;
  color: #fff;
}

.btn-premium,
.btn-premium:focus,
.btn-premium:hover {
  background-color: #393da2;
  box-shadow: 0px 0px 4px 0px #00000040;
  height: 40px;
  border-radius: 21px;
  color: #fff;
}

.btn-special,
.btn-special:focus,
.btn-special:hover {
  background-color: #79469b;
  box-shadow: 0px 0px 4px 0px #00000040;
  height: 40px;
  border-radius: 21px;
  color: #fff;
}

.product .title {
  font-weight: 600;
  line-height: 30px;
  font-size: 20px;
}

.product .desc {
  font-size: 14px;
  line-height: 21px;
}

.product-learn-more {
  color: #fff;
  background-color: #0031b2;
  box-shadow: 0px 0px 8px 0px #00000040;
  height: 45px;
  width: 118px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 22.5px;
  font-size: 14px;
  line-height: 21px;
}

.contactBox {
  background: #000000;
  border: 2px solid #fff2c5;
  border-radius: 20px;
  padding: 20px;
  min-height: 260px;
}

.welcome {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  /* identical to box height */
  color: #ffc800;
}

.homeBannerTitle {
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  color: #ffffff;
}

#aboutUsSection {
  color: #fff;
}

.about-us-title {
  font-size: 28px;
  line-height: 42px;
  font-weight: 600;
}

.about-us-desc {
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  font-weight: 400;
}

.aboutUsBox {
  background: #000000;
  border: 2px solid #fff2c5;
  border-radius: 20px;
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  #aboutUsSection .d-flex {
    flex-wrap: wrap !important;
  }

  .patner-img {
    max-width: 150px !important;
    height: auto !important;
  }
}

@media only screen and (max-width: 650px) {
  .patner-img {
    max-width: 150px !important;
    height: auto !important;
  }

  .about-us-img {
    max-width: 100%;
  }

  .banner-section {
    position: absolute;
    top: 20px;
    left: 0px;
    width: 100%;
  }

  #aboutUsSection .d-flex {
    flex-wrap: wrap !important;
  }

  .btn-learn-more,
  .btn-learn-more:focus,
  .btn-learn-more:hover {
    background-color: #4b39ef;
    box-shadow: 0px 0px 4px 0px #00000040;
    height: 45px;
    width: 150px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 22.5px;
    font-size: 14px;
    line-height: 21px;
  }
}

#productSection {
  background-color: #55c86b; /* Set background color to green */
}
