@font-face {
   font-family: 'Be Vietnam Pro'; 
   src: url('/fonts/BeVietnamPro-Regular.woff2') format('woff2'); 
   font-weight: normal; font-style: normal; font-display: swap; }
   @font-face { font-family: 'Be Vietnam Pro';
     src: url('/fonts/BeVietnamPro-Bold.woff2') format('woff2');
     font-weight: bold; font-style: normal; font-display: swap; 
    } 
     @font-face {
       font-family: 'Be Vietnam Pro'; 
       src: url('/fonts/BeVietnamPro-Medium.woff2') format('woff2'); 
       font-weight: 500; font-style: normal; font-display: swap; } 
       @font-face { font-family: 'Be Vietnam Pro'; 
        src: url('/fonts/BeVietnamPro-SemiBold.woff2') format('woff2');
         font-weight: 600; font-style: normal; font-display: swap; } @font-face { font-family: 'Be Vietnam Pro'; 
          src: url('/fonts/BeVietnamPro-Light.woff2') format('woff2'); 
          font-weight: 300; font-style: normal; font-display: swap; 
        }

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Be Vietnam Pro", sans-serif !important;
  }
  
  body {
    background-color: #f0f2f5;
    color: #ffffff;
  }
  
  .container {
    max-width: 1200px;
    margin: auto;
    padding: 20px 20px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  .icon-tick {
    position: absolute;
    margin-left: -55px;
    width: 40px;
  }
  /* INTRO SECTION */
  .section-intro {
    background: linear-gradient(to bottom right, #00204d, #003580);
  }
  
  .intro-left {
    flex: 1;
    min-width: 300px;
  }
  
  .logo {
    width: 120px;
    margin-bottom: 20px;
  }
  
  .intro-left h2 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  
  .intro-left .tagline {
    background-color: #ffde59;
    color: #000;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  
  .features {
    list-style: none;
    margin-bottom: 20px;
  }
  
  .features li {
    margin-bottom: 10px;
    padding-left: 28px;
    position: relative;
    width: 300px;
    margin-left: 30px;
}
  
  .btn-orange {
    background: linear-gradient(to right, #ff7e00, #ffa600);
    color: #fff;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 8px;
    display: inline-block;
    font-weight: bold;
  }
  
  /* MONITOR + BOX */
  .intro-right {
    flex: 1;
    min-width: 300px;
    position: relative;
  }
  
  .monitor-img {
    width: 100%;
    max-width: 400px;
    display: block;
    margin-bottom: 20px;
  }
  
  .box-solution {
    background-color: #0071f0;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
  }
  
  .box-solution h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  
  .box-solution ul {
    list-style: none;
  }
  
  .box-solution li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 28px;
  }

  
  /* PROBLEMS SECTION */
  .section-problems {
    background: #002c6a;
    padding: 40px 20px;
    text-align: center;
  }
  
  .section-problems h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  .section-problems ul {
    list-style: none;
    max-width: 700px;
    margin: auto;
    margin-bottom: 20px;
  }
  
  .section-problems li {
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
    text-align: left;
  }
  
  .section-problems li::before {
    content: "⚠️";
    position: absolute;
    left: 0;
    top: 0;
  }

  .section-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #ffffff;
    width: 100%;
    margin-bottom: 20px;
  }
  
  .section-reasons {
    background-color: #003580;
    padding: 60px 20px;
  }
  
  .grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }
  
  .reason-box {
    background-color: #ffffff;
    color: #000;
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  }
  
  .reason-box h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #003580;
  }
  
  /* Stats section */
  .section-stats {
    background-color: #002c6a;
    color: #fff;
    text-align: center;
  }
  
  .subtitle {
    max-width: 500px;
    margin: 0 auto 30px;
    margin-top: -20px;
  }
  
  .stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    width:100%;
  }
  
  .stat-box {
    background-color: #004999;
    padding: 30px 20px;
    border-radius: 10px;
  }
  
  .stat-box h3 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  
  /* Process steps */
  .section-process {
    background-color: #001d47;
    color: #fff;
    text-align: center;
  }
  
  .process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 30px;
    margin-top: 30px;
    width: 100%;
  }
  
  .step h3 {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 10px;
    background: #0476ed;
    text-align: left;
    width: 40px;
    padding: 0px 10px;
  }
  .step .title {
    text-align: left;
    font-size: 1em;
    font-weight: 700;
    font-style: normal;
    color: rgb(253, 192, 76);
    font-kerning: normal;
    text-decoration: none;
}
.step .des {
  text-align: left;
  font-size: 1em;
  font-weight: 400;
  font-style: normal;
  color: rgb(255, 255, 255);
  font-kerning: normal;
  text-decoration: none;
  line-height: 25px;
  margin-top: 10px;
}
  .section-pricing {
    background-color: #00225a;
    color: #fff;
    text-align: center;
  }
  
  .pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    width: 100%;
  }
  
  .pricing-card {
    background: #fff;
    color: #000;
    padding: 25px;
    border-radius: 12px;
    text-align: left;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    position: relative;
  }
  
  .pricing-card.highlight {
    border: 3px solid #ff9900;
  }
  
  .plan-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #003580;
  }
  
  .plan-price-old {
    text-align: center;
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
  }
  
  .plan-price {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #ff6600;
    margin-bottom: 15px;
  }
  
  .plan-features {
    list-style: none;
    padding-left: 0;
    margin: 0 0 20px 0;
  }
  
  .plan-features li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
  }
  
  .plan-features li::before {
    position: absolute;
    left: 0;
    color: #00cc66;
    font-weight: bold;
  }
  
  .bonus {
    background-color: #f3f8ff;
    border-left: 4px solid #007bff;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #333;
  }
  .section-projects {
    background: #00225a;
    color: #fff;
    text-align: center;
  }
  
  .project-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 20px;
    margin: 10px 0;
    width: 100%;
  }
  
  .project-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
  }
  
  .project-item img {
    width: 100%;
    margin-top: 20px;
    border-radius: 8px;
    display: block;
  }
  
  .project-label {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #003580;
    color: #fff;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 5px;
    top: 0px;
    margin-left: 30%;
  }
  
  .project-label.orange {
    background: #f90;
  }
  
  .project-label.blue {
    background: #0066cc;
  }
  
  .project-label.green {
    background: #28a745;
  }
  
  /* FAQ */
  .faq-section {
    text-align: left;
    width: 100%;
  }
  
  .faq-item {
    /* background: #0056b3; */
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
  }
  
  .faq-item h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
    background: #0056b3;
    padding: 10px 20px;
    text-align: center;
  }
  
  .faq-item p {
    font-size: 14px;
    margin: 0;
    color: #e3f2fd;
    text-align: center;
    max-width: 700px;
    margin: 0 auto -35px;
  }
  .section-contact {
    background: #00225a;
    color: #fff;
    text-align: center;
  }
  
  .section-contact .section-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0px;
  }
  
  .section-contact .subtitle {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 5px;
  }
  
  .section-contact .highlight {
    color: #ffc107;
    font-weight: 600;
    width: 100%;
  }
  
  .benefits-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
    width: 100%;
  }
  
  .benefit-box {
    background: #007bff;
    padding: 12px 18px;
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
  }
  
  .form-area {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    text-align: left;
    margin-bottom: 40px;
    width: 100%;
  }
  
  .form-left {
    max-width: 300px;
  }
  
  .form-left h4 {
    color: #ffc107;
    margin-bottom: 15px;
  }
  
  .form-left ul {
    padding: 0;
    list-style: none;
  }
  
  .form-left li {
    margin-bottom: 10px;
    font-size: 14px;
  }
  
  .form-right {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    width: 100%;
  }
  
  .form-right .form-group {
    display: flex;
    gap: 10px;
    /* margin-bottom: 10px; */
  }
  
  .form-right input,
  .form-right textarea {
    padding: 10px;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
  }
  
  .form-right textarea {
    height: 80px;
    resize: none;
  }
  
  .btn-submit {
    background: #ffc107;
    color: #000;
    font-weight: bold;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .subscribe-area {
    margin-top: 30px;
    width: 100%;
  }
  
  .email-subscribe {
    display: flex;
    justify-content: center;
    margin: 15px 0;
  }
  
  .email-subscribe input {
    padding: 8px 12px;
    border: none;
    border-radius: 4px 0 0 4px;
    width: 250px;
  }
  
  .email-subscribe button {
    border-radius: 0 4px 4px 0;
  }
  
  .social-icons img {
    width: 24px;
    margin: 0 5px;
  }

.box-title .title {
    width: 70%;
    float: left;
    line-height: 30px;
}
.box-title  {
    height: 120px;
}
.box-title img {
    width: 100px;
}
.section-pricing .icon-tick {
  position: absolute;
  margin-left: -25px;
  width: 20px;
}
.btn-blue {
  background: linear-gradient(to right, #007aff, #0051cc);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 24px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease;
  margin-left: 25%;
}
.mt-20 {
  margin-top: 20px;
}
.bg-blue {
  background: #0a5fd9;
}
.bg-blue p, 
.bg-blue h3, 
.bg-blue a,
.bg-blue li {
  color: #fff;
}
.price-box {
  background: linear-gradient(to bottom, #ffb033, #ff6a00); /* Cam đậm nhạt */
  color: #fff; /* Chữ trắng */
  font-weight: bold;
  font-size: 22px;
  padding: 12px 24px;
  border-radius: 12px;
  text-align: center;
  display: inline-block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* Đổ bóng nhẹ */
  transition: transform 0.2s;
  margin-left: 25%;
}
.price-box-blue {
  background: linear-gradient(to right, #007aff, #0051cc);
}
.price-box:hover {
  transform: scale(1.03); /* Hiệu ứng hover */
}
.bg-white {
  background: #fff;
}
.bg-white h3,
.bg-white p {
  color: black;
}
.section-contact .icon-tick {
  position: absolute;
  margin-left: -30px;
  width: 20px;
}
@media only screen and (max-width: 600px) {
  .box-title .title {
    width: 60%;
  }
  .project-label {
    width: 150px;
    margin-left: 0%;
  }
  .section-contact .section-title {
    font-size: 20px;
  }
  .section-contact .subtitle {
    font-size: 12px;
  }
}
