/*======================== 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;
}

body,
html {
  overflow-x: hidden;
}
/*======================== Body style ========================*/

/*======================== Over Lay style ========================*/
.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;
  width: 180px !important;
  height: 50px !important;
  line-height: 50px !important;
  font-size: 13px !important;
  padding: 0 2rem !important;
}
/*======================== Over Lay style ========================*/

/*======================== Header style ========================*/
/* Header styles moved to header-common.css for consistency */
.navbar-nav li a {
  color: #eee !important;
  font-family: "BeVietnamReg", sans-serif !important;
  font-weight: normal;
}

.navbar-nav li a.active,
.active-nav-link {
  color: #aee836 !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;
}

.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;
}
/* Header responsive styles moved to header-common.css */
/*======================== Header style ========================*/

/*======================== Text & Images header style ========================*/
.text-image-header-section {
  padding: 0 14rem;
  background-color: #8cc615;
  justify-content: center;
  align-items: center;
  max-height: 500px;
  margin-top: 0;
}

.btn-get-started {
  width: 136px;
  height: 47.44px;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff !important;
  font-family: "BeVietnamReg", sans-serif !important;
  font-weight: normal;
}

.btn-get-started:hover {
  background-color: #da47ab;
  border-color: #da47ab;
  border: 1px solid #da47ab;
}

.img-text-header {
  padding-right: 0;
  margin-right: 0;
  font-family: "BeVietnam", sans-serif !important;
  font-weight: bold;
}

.strong-header-img strong {
  font-style: normal;
  font-weight: 900;
  font-size: 37px;
  line-height: 40px;
  color: #ffffff;
  display: block;
  font-family: "BeVietnam", sans-serif !important;
  font-weight: bold;
}
.img-text-info {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "BeVietnamReg", sans-serif !important;
  font-weight: normal;
}
.image-text-context {
  margin-top: -5rem !important;
  font-family: "BeVietnamReg", sans-serif !important;
  font-weight: normal;
}
.animate-on-load {
  max-width: 700px;
}
.about-strong-text {
  font-size: 20px !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .text-image-header-section {
    max-height: 400px !important;
    margin-top: 1rem;
  }
  .image-text-context {
    margin-top: 0 !important;
  }
  .text-image-header-section {
    padding: 3.8rem 0;
  }
  .image-text-context {
    text-align: center;
    justify-content: center;
    margin-top: 0;
  }
  .img-text-header {
    padding: 0;
    padding-top: 40px;
  }
  .strong-header-img strong {
    font-size: 35px;
    line-height: 37px;
  }
  .img-text-info {
    font-size: 15px;
    line-height: 18px;
    margin-top: 15px;
  }
  .btn-get-started {
    width: 100px;
    height: 35px;
    font-size: 15px;
    margin-top: -40px;
    border-radius: 10px !important;
  }
  .col-of-text-image-header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    padding: 0 1rem !important;
  }
  .btn-animation {
    margin-top: 0.9rem;
  }
  .row-about-section {
    padding-bottom: 0rem !important;
  }
  .row-about-section img {
    max-width: 300px;
  }
  .about-section-image {
    max-width: 350px !important;
  }
  .space-pc-remove-mobile {
    display: none !important;
  }
  .p-image-text-home-top {
    display: none !important;
  }
  .col-of-text-image-header {
    margin-top: -3rem;
  }
}

@media only screen and (min-width: 900px) and (max-width: 1024px) {
  .text-image-header-section {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .text-image-header-section {
      margin-bottom: 1rem !important;
      margin-top: 0 !important;
  }
  .p-image-text-home-top{
      display: none !important;
  }
  .strong-header-img strong {
      font-size: 30px;
      line-height: 30px;
  }
    .text-image-header-section {
    max-height: 450px !important;
  }
  .about-section{
    margin-top: 2rem !important;   
  }
  .img-text-header {
      margin-top: 0 !important;
      padding-top: 2rem !important;
  }
  
  /* Move the image itself outside the green banner box */
  .cols-of-img img {
    position: relative;
    top: 3rem;
    z-index: 10;
  }
}

/* Nest Hub Max specific adjustments (1280x800) */
@media only screen and (width: 1280px) and (height: 800px) {
  .text-image-header-section {
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
    padding: 0 2rem !important;
    max-height: 400px !important;
  }
  
  .img-text-header {
    margin-top: 0 !important;
    padding-top: 1.5rem !important;
  }
  
  .strong-header-img strong {
    font-size: 28px;
    line-height: 32px;
  }
  
  .cols-of-img img {
    position: relative;
    top: 2.5rem;
    z-index: 10;
  }
}

/* Screens less than 1400px - ensure banner is directly under header and maintain image layering */
@media only screen and (max-width: 1399px) {
  .text-image-header-section {
    margin-top: 0 !important;
  }
  
  .img-text-header {
    margin-top: 0 !important;
  }
}

/* Maintain the layered image effect for screens between 1025px - 1199px */
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* Move the image itself outside the green banner box */
  .cols-of-img img {
    position: relative;
    top: 3rem;
    z-index: 10;
  }
}


/* Maintain the layered image effect for screens between 1281px - 1399px */
@media only screen and (min-width: 1281px) and (max-width: 1399px) {
  /* Move the image itself outside the green banner box */
  .cols-of-img img {
    position: relative;
    top: 3rem;
    z-index: 10;
  }
}

@media (max-width: 767px) {
  .text-image-header-section {
    max-height: 635px;
    margin-top: 1rem;
  }
  .image-text-context {
    margin-top: 0 !important;
  }
  .text-image-header-section {
    padding: 3rem 0;
  }
  .image-text-context {
    text-align: center;
    justify-content: center;
    margin-top: 0;
  }
  .img-text-header {
    padding: 0;
    padding-top: 40px;
  }
  .strong-header-img strong {
    font-size: 35px;
    line-height: 37px;
  }
  .img-text-info {
    font-size: 15px;
    line-height: 18px;
    margin-top: 15px;
  }
  .btn-get-started {
    width: 100px;
    height: 35px;
    font-size: 15px;
    margin-top: -40px;
    border-radius: 10px !important;
  }
  .col-of-text-image-header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    padding: 0 1rem !important;
  }
  .btn-animation {
    margin-top: 0.9rem;
  }
  .row-about-section {
    padding-bottom: 0rem !important;
  }
  .row-about-section img {
    max-width: 300px;
  }
  .about-section-image {
    max-width: 350px !important;
  }
}
@media (min-width: 1800px) {
  .text-image-header-section {
    max-height: 510px;
    padding: 0 25rem;
    margin-bottom: 6rem;
  }
}
/*======================== Text & Images header style ========================*/

/*======================== About Section Styles ========================*/
.row-about-section {
  padding-bottom: 1rem;
}
.about-strong-text {
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 26px;
  color: #333;
  font-family: "BeVietnamSemei", sans-serif !important;
  font-weight: bold;
}

.about-p-text {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  line-height: 26px;
  color: #333;
  font-family: "BeVietnamReg", sans-serif !important;
  font-weight: normal;
}

.btn-explore-more {
  width: 132px;
  height: 40px;
  background-color: #8fc717;
  border: 1px solid #8fc717;
  border-radius: 14px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  transition: background-color 0.3s ease-in-out;
  font-family: "BeVietnamReg", sans-serif !important;
  font-weight: normal;
}

.btn-explore-more:hover {
  background-color: #6b9e15;
  border: 1px solid #8fc717;
  color: #fff;
}

.about-container {
  padding: 0 16rem;
}

/* iPad style for about section */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .about-container {
    padding: 1rem !important;
  }
  .about-container img {
    max-width: 100% !important;
    height: auto;
  }
  .about-container p {
    font-size: 11px;
    line-height: 20px;
  }
  .about-strong-text {
    font-size: 20px !important;
    line-height: 20px;
  }
  .col-12.d-flex.flex-column img {
    max-width: 100% !important; /* Ensure the image does not exceed its container */
    height: auto; /* Maintain aspect ratio */
  }
  .text-image-header-section {
    max-height: 480px;
  }
}
/* IPad style for about section */

/* Mobile style for About Section */
@media (max-width: 767px) {
  .space-pc-remove-mobile {
    display: none !important;
  }
  .about-container {
    padding: 0;
  }

  .about-container img {
    margin-bottom: -2rem;
  }

  .about-container p {
    font-size: 11px;
    line-height: 20px;
  }

  .row.justify-content-center {
    margin-left: 0;
  }

  .col-md-5.text-center,
  .col-md-7.text-center.text-md-left {
    text-align: left;
  }

  .about-strong-text,
  .about-p-text,
  .btn-explore-more {
    text-align: center;
  }
  .about-strong-text {
    font-size: 20px !important;
    line-height: 20px;
  }
  .btn-explore-more {
    width: 130px;
    font-size: 14px;
    margin: 0 auto;
  }
  
  /* Center the button container on mobile */
  .btn-about-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }
  
  /* Center all content in about section on mobile */
  .about-strong-text-container {
    text-align: center;
    width: 100%;
  }
  
  .about-container {
    text-align: center !important;
    padding-bottom: 3rem !important;
  }
  p-about-text-mobile {
    margin-top: -50px !important;
  }
  .p-animation-image-context {
    margin-top: 10px !important;
  }
  .img-fluid {
    margin-top: 5px !important;
  }
}
/* Mobile style for About Section */

/*======================== About Section Styles ========================*/

/*======================== Slider Images Styles ========================*/
.strong-categories {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 53px;
  color: #5e5e5e;
  padding: 20px 0;
  font-family: "BeVietnamSemei", sans-serif !important;
  font-weight: bold;
  letter-spacing: -1px;
}

.slider-container {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.category-section {
  padding: 2rem 0;
  background-color: #f6f6f6;
}
.item-desc h3 {
  font-family: "BeVietnamSemei", sans-serif !important;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
}

.item-desc p {
  font-weight: normal !important;
  font-family: "BeVietnamReg" !important;
}

.category-text-container {
  padding-bottom: 2rem !important;
}
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

.clear {
  clear: both;
}
img {
  max-width: 100%;
  border: 0px;
}
ul,
ol {
  list-style: none;
  font-family: "BeVietnamReg", sans-serif !important;
  font-weight: normal;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  font-family: "BeVietnamReg", sans-serif !important;
  font-weight: normal;
}
a:focus,
a:active,
a:visited,
a:hover {
  text-decoration: none;
  outline: none;
}

.line-title {
  position: relative;
  width: 400px;
  font-family: "BeVietnamSemei", sans-serif !important;
  font-weight: bold;
}
.line-title::before,
.line-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 2px;
}
.line-title::before {
  width: 100%;
  background: #f2f2f2;
}
.line-title::after {
  width: 32px;
  background: #e73700;
}

.game-section .owl-stage {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
}
.game-section .item {
  margin: 0 15px 60px;
  width: 301px;
  height: 300px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: #343434 no-repeat center center / cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.game-section .item p {
  font-size: 15px !important;
}

.game-section .item p {
  font-size: 12px !important;
}

.game-section .item.active {
  width: 500px;
  background-image: inherit;
  box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}

.game-section .item.active .item-desc {
  background-color: #232323b2;
  height: 100% !important;
  margin: auto 0 !important;
  padding: 5rem;
}

.game-section .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.game-section .item-desc {
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 54px));
  -webkit-transform: translateY(calc(100% - 54px));
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.game-section .item.active .item-desc {
  transform: none;
  -webkit-transform: none;
}
.game-section .item-desc p {
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}
.game-section .item.active .item-desc p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.game-section .owl-theme.custom-carousel .owl-dots {
  margin-top: -20px;
  position: relative;
  z-index: 5;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .game-section {
    padding: 50px 30px;
  }
  .game-section .item {
    margin: 0 12px 60px;
    width: 260px;
    height: 360px;
  }
  .game-section .item.active {
    width: 400px;
  }
  .game-section .item-desc {
    transform: translateY(calc(100% - 46px));
    -webkit-transform: translateY(calc(100% - 46px));
  }

  .game-section .item.active .item-desc {
    padding: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .line-title {
    width: 330px;
  }
  .game-section {
    padding: 50px 30px 40px;
  }
  .game-section .item {
    margin: 0 12px 60px;
    width: 240px;
    height: 330px;
  }
  .game-section .item.active {
    width: 360px;
  }
  .game-section .item-desc {
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
  .game-section .item.active .item-desc {
    padding: 1rem;
  }
}

@media (max-width: 767px) {
  .line-title {
    width: 250px;
  }

  .game-section {
    padding: 30px 15px 20px;
  }
  .game-section .item {
    margin: 0 10px 40px;
    width: 200px;
    height: 280px;
  }
  .game-section .item.active {
    width: 270px;
    box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
  }
  .game-section .item-desc {
    padding: 0 14px 5px;
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
  .game-section .item.active .item-desc {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .slider-container {
    padding: 0;
  }
  .strong-categories {
    font-size: 25px;
  }
  .category-section {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  category-text-container {
    padding-bottom: 0 !important;
  }
  .category-text-container {
    padding-bottom: 0rem !important;
  }
  .game-section .item.active .item-desc {
    padding: 1rem;
  }
}

/*======================== Become vendor section ========================*/
.become-section-vendor {
  background-image: url(../images/main-pages/BecomeaVendor_BlueBG.png);
  background-size: cover;
  background-position: center;
  padding: 2rem 0;
  margin-bottom: 0;
}

.btn-sign-up-become-vendor {
  width: 222.97px;
  height: 40px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-family: "BeVietnamReg", sans-serif !important;
  font-weight: normal;
}

.btn-sign-up-become-vendor:hover {
  background-color: #da47ab;
  border: 1px solid #da47ab;
  color: #fff;
}

@media (max-width: 767px) {
  .become-section-vendor {
    padding: 1rem 0;
  }

  .become-vendor-container {
    max-width: 100%;
  }

  .img-fluid {
    max-width: 100%;
    height: auto;
  }
}
/*======================== Become vendor section ========================*/

/*======================== 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: -10px;
    margin-top: -1rem !important;
    margin-bottom: 1rem !important;
  }
}
/*======================== Footer Styles ========================*/

/* ==========================Animation styles========================= */

.strong-header-img,
.p-animation-image-context p,
.btn-animation button,
.cols-of-img img {
  opacity: 0;
  margin-top: 20px;
}

.p-about-text-mobile .about-strong-text,
.p-about-text-mobile .about-p-text,
.p-about-text-mobile .btn-explore-more,
.p-about-text-mobile img {
  opacity: 0;
  margin-top: 20px;
  transition: opacity 0.6s, margin-top 0.6s;
}

.become-vendor-part button {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s, transform 0.8s;
}
/* ==========================Animation styles========================= */
a {
  text-decoration: none !important;
}

.becom-vendor-col-btn {
  text-align: left !important;
}
.becom-vendor-col-img {
  text-align: right !important;
}
@media (max-width: 767px) {
  .becom-vendor-col-btn {
    text-align: center !important;
  }
  .becom-vendor-col-img {
    text-align: center !important;
  }
}
/* Scroll to top button styles moved to global.css */
/* ========================================================= */

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .about-container p {
    font-size: 11px;
    line-height: 20px;
  }
  .about-strong-text {
    font-size: 20px !important;
    line-height: 20px;
  }
  .col-12.d-flex.flex-column img {
    max-width: 100% !important; /* Ensure the image does not exceed its container */
    height: auto; /* Maintain aspect ratio */
  }
  .img-text-header {
    margin-top: 5rem;
    padding-top: 0;
  }
  .space-pc-remove-mobile {
    padding: 0.7rem 0;
  }
}

@media (max-width: 280px) {
  .about-container p {
    font-size: 7px;
    line-height: 10px;
  }

  .about-strong-text {
    font-size: 10px !important;
    line-height: 13px !important;
  }

  .col-12.d-flex.flex-column img {
    max-width: 100% !important; /* Ensure the image does not exceed its container */
    height: auto; /* Maintain aspect ratio */
  }
}

@media (max-width: 540px) {
  .text-image-header-section {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 720px) {
  .about-strong-text {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
