body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  background-color: #f4f6f9;
  color: #333;
  line-height: 1.6;
  font-size: 17px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  margin-top: 0;
}

ul,
ol {
  padding-left: 20px;
}

li {
  margin-bottom: 8px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Header */
.header {
  text-align: center;
  margin: 40px 0;
  padding-bottom: 20px;
}

.heading {
  color: #d70813;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.header img {
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Content Boxes (Cards) */
.box-heading {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-top: 4px solid #d70813;
  text-align: justify;
}

.link-heading {
  color: #d70813;
  font-weight: 700;
  font-size: 24px;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  transition: color 0.3s;
}

.link-heading:hover {
  color: #be171e;
  text-decoration: none;
}

.title-price,
.title-why,
.header-reason,
.title-faqs {
  color: #d70813;
  font-weight: 600;
  font-size: 22px;
  /* Increased slightly */
  margin-top: 25px;
  margin-bottom: 15px;
}

.header-reason {
  text-align: center;
  font-size: 28px;
  /* Increased slightly */
  margin-bottom: 30px;
}

/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  /* Increased margin */
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-size: 17px;
  /* Explicitly set font size */
}

th {
  background-color: #d70813;
  color: #fff;
  font-weight: 600;
  padding: 5px !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 0.5px;
}

td {
  padding: 5px !important;
  text-align: center;
  border-bottom: 1px solid #eee;
  color: #555;
}

tr:last-child td {
  border-bottom: none;
}

tr:nth-child(even) {
  background-color: #f9f9f9;
}

tr:hover {
  background-color: #f1f1f1;
}

.table-service th,
.table-service td {
  text-align: left;
}

/* Service List Styles */
.my-service {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

/* Reasons Section */
.box-reason {
  margin-top: 40px;
}

.content-reason {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.reason-item {
  flex: 1;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border: 1px solid #eee;
}

.reason-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.reason-item .img-box img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 15px;
}

.title-reason {
  color: #d70813;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.desc-reason {
  font-size: 15px;
  color: #666;
  line-height: size 1.5;
}

/* Process Steps */
.step-process {
  margin-bottom: 25px;
}

.title-step {
  color: #d70813;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.title-step:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #d70813;
  border-radius: 50%;
  margin-right: 10px;
}

/* FAQs */
.box-faqs {
  background-color: #fefefe;
  border-left: 4px solid #d70813;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 0 4px 4px 0;
}

.title-faqs {
  margin-top: 0;
  font-size: 17px;
}

.desc-faqs {
  margin-bottom: 0;
  font-style: italic;
  color: #555;
}

/* Figure Caption */
figcaption {
  text-align: center;
  padding: 10px;
  font-style: italic;
  color: #777;
  font-size: 15px;
  background: #f8f8f8;
  border-radius: 0 0 8px 8px;
  margin-top: -5px;
  /* Pull up to connect with image */
  margin-bottom: 30px;
}

/* Fixed Icons */
.fixed-icon {
  position: fixed;
  z-index: 999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
  border: 2px solid #d70813;
}

.fixed-icon:hover {
  transform: scale(1.1);
}

.phone {
  bottom: 30px;
  right: 30px;
}

.zalo {
  bottom: 90px;
  right: 30px;
}

.facebook {
  bottom: 150px;
  right: 30px;
}

.icon-phone {
  width: 30px;
  height: 30px;
  animation: ring-alo-circle-img-anim 1s infinite ease-in-out;
}

@keyframes ring-alo-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }

  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

/* Footer */
.footer {
  background-color: #be171e;
  color: #fff;
  padding: 50px 0;
  text-align: center;
  margin-top: 60px;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
}

.footer .name-brand {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.content-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.footer-item {
  margin: 0;
  font-size: 15px;
  opacity: 0.9;
}

/* Responsive */
@media only screen and (max-width: 768px) {
  .body-content {
    padding: 0 10px;
  }

  .box-heading {
    padding: 20px;
  }

  .content-reason {
    flex-direction: column;
  }

  .reason-item {
    margin-bottom: 15px;
  }

  .heading {
    font-size: 24px;
  }

  .fixed-icon {
    width: 40px;
    height: 40px;
  }

  .icon-phone {
    width: 20px;
    height: 20px;
  }

  .content-footer {
    flex-direction: column;
    gap: 15px;
  }
}

/* Testimonials Section */
.testimonials-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.testimonial-card {
  flex: 1;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  text-align: center;
  min-width: 250px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial-avatar {
  width: 60px;
  height: 60px;
  background-color: #d70813;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 24px;
}

.stars {
  color: #f1c40f;
  margin-bottom: 10px;
  font-size: 20px;
}

.testimonial-text {
  font-style: italic;
  color: #555;
  margin-bottom: 15px;
  font-size: 16px;
}

.testimonial-author {
  font-weight: bold;
  color: #333;
  margin-top: auto;
}

@media only screen and (max-width: 768px) {
  .testimonials-grid {
    flex-direction: column;
  }
}

/* Carousel Styles */
.carousel-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
}

.carousel-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
  scrollbar-width: none; /* Firefox */
}

.carousel-track::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.carousel-slide {
  flex: 0 0 100%;
  scroll-snap-align: center;
}

.carousel-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 24px;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  user-select: none;
  transition: background-color 0.3s;
}

.carousel-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}