/* Banner  */
.banner-slider {
  border-radius: 20px;
  overflow: hidden;
  margin: 20px 0;
}

.banner-slider .slick-arrow {
  opacity: 1;
}

.service-card .info .button-option.full {
  grid-template-columns: repeat(1, 1fr);
}

.banner-slider .slick-arrow {
  background: transparent !important;
  width: 30px;
  height: 118px;
  opacity: 1;
  border: 0;
  border-radius: 0;
}

.spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, .4);
  border-top: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  animation: spin .6s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.banner-slider .slick-arrow span {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-left' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/> </svg>");
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: 49%;
  width: 100%;
  height: 100%;
  z-index: 9;
  position: absolute;
  display: block;
  clear: both;
  overflow: hidden;
  left: 0px;
  top: 0;
}

.banner-slider .slick-next span {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-left' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/> </svg>");
  left: 10px;
}

.banner-slider .slick-prev {
  left: -1px;
}

.banner-slider .slick-next {
  right: -1px;
}

@media (max-width: 575px) {
  .banner-slider {
    margin: 15px 0;
  }
}

/* Cam kết  */
.awe-section-3 {
  padding: 30px 0;
}

.policies-item .inner {
  display: grid;
  grid-template-columns: 60px max-content;
}

.policies-item .icon-wrap {
  transform: rotateX(0deg) scale(1);
  transition: all linear 0.4s;
}

.policies-item .icon-wrap img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.policies-item .media-body h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  display: block;
}

.policies-item .media-body p {
  font-size: 15px;
  color: #6c757d;
}

.policies-item:hover .icon-wrap {
  animation: rotateX 1s forwards;
  -webkit-animation: rotateX 1s forwards;
}

@keyframes rotateX {
  0% {
    transform: rotateX(0deg);
  }

  50% {
    transform: rotateX(360deg);
  }

  100% {
    transform: rotateX(0deg);
  }
}

.camket-slider .slick-slide {
  margin: 0 10px;
}

.camket-slider .slick-list {
  margin: 0 -10px;
}

@media (max-width: 575px) {
  .policies-item .inner {
    justify-content: center;
  }

  .awe-section-3 {
    padding: 10px 0;
  }
}

/* Category home  */
.category-home {
  padding: 30px 0;
}

.category-home .section-header,
.featured-news .section-header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
  gap: 40px;
  margin-bottom: 35px;
}

.section-header .header-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.section-header .header-label svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.section-header .header-label svg path {
  stroke: currentColor;
}

.section-header h2 {
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 700;
  color: #542a18;
}

.category-home .section-header .header-right,
.featured-news .section-header .header-right {
  display: flex;
  align-items: center;
  gap: 40px;
}

.title-page-des {
  font-size: 16px;
  line-height: 1.6;
}

.btn-view-all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #542a18;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 26px;
  border-radius: 100px;
  text-decoration: none;
  white-space: nowrap;
  transition: .3s;
  cursor: pointer;
  border: 1px solid #542a18;
}

.btn-view-all:hover {
  background: #FFF;
  color: #542a18;
}

.btn-view-all .arrow-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-view-all .arrow-icon svg path {
  stroke: #542a18;
}

.btn-view-all:hover .arrow-icon {
  background: #542a18;
}

.btn-view-all:hover .arrow-icon path {
  stroke: #FFF;
}

/* --- Projects grid --- */
.category-home .projects-grid {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  /* grid-template-rows: auto; */
  gap: 25px;
}

.category-home .projects-grid .card {
  position: relative;
  display: block;
  color: #FFF;
}

.category-home .projects-grid .card-img {
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.category-home .projects-grid .card-large {
  grid-row: 1 / 3;
}

.category-home .projects-grid .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.category-home .projects-grid .card:hover img {
  transform: scale(1.04);
}

.category-home .projects-grid .card-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

/* Overlay on all cards */
.category-home .projects-grid .card .card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.18) 55%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
  border-radius: 20px;
}

/* Card content */
.projects-grid .card-content {
  max-width: 90%;
}

.projects-grid .card-large .card-content h3 {
  font-size: 26px;
  margin-bottom: 10px;
  line-height: 1.25;
}

.projects-grid .card-large .card-content .desc {
  font-size: 16px;
  line-height: 1.6;
}

.projects-grid .card-small .card-content h3 {
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 1.25;
}

.projects-grid .card-small .card-content .desc {
  font-size: 14px;
  line-height: 1.55;
}

.projects-grid .card-arrow {
  width: 70px;
  height: 70px;
  background: #FFF;
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-radius: 50%;
  display: flex;
  align-items: end;
  justify-content: end;
  border-radius: 40px 0px 0px 0px;
}

.projects-grid .card-arrow-inner {
  background-color: #542a18;
  color: #FFF;
  display: flex;
  padding: 18px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.projects-grid .card-arrow-right {
  top: -40px;
  width: 25px;
  height: 40px;
  border-radius: 0px 0px 20px 0px;
  box-shadow: 0px 20px 0px 0px #FFFFFF;
  position: absolute;
  right: 0;
}

.projects-grid .card-arrow-left {
  bottom: 0px;
  width: 40px;
  height: 25px;
  border-radius: 0px 0px 20px 0px;
  box-shadow: 20px 0px 0px 0px #FFFFFF;
  position: absolute;
  left: -40px;
}

.projects-grid .card-arrow svg {
  width: 22px;
  height: 22px;
  stroke: #fff;
  fill: none;
}

@media (max-width: 900px) {
  .category-home .section-header {
    flex-direction: column;
    gap: 24px;
  }

  .category-home .section-header .header-right {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .category-home .projects-grid {
    grid-template-columns: 1fr;
  }

  .category-home .projects-grid .card-large {
    grid-row: auto;
    min-height: 320px;
  }

  .category-home .projects-grid .card-small {
    min-height: 220px;
  }
}

@media (max-width: 575px) {
  .projects-grid .card-large .card-content h3 {
    font-size: 20px;
  }

  .projects-grid .card-large .card-content .desc {
    font-size: 14px;
  }

  .category-home {
    padding: 15px 0 30px;
  }
}

/* Best seller  */
.best-seller {
  background: #ede8dc;
  border-radius: 20px;
  padding: 60px 0px;
  text-align: center;
}

.best-seller .section-header .header-label {
  justify-content: center;
}

.best-seller-slider {
  margin: 40px 0;
}

.best-seller-slider .slick-slide {
  margin: 0 10px 5px;
}

.best-seller-slider .slick-list {
  margin: 0 -10px;
}

.service-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding: 12px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.service-card .card-img {
  padding-bottom: 100%;
  border-radius: 12px;
}

.service-card .card-arrow {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 47px;
  height: 42px;
  background: #FFF;
  display: flex;
  justify-content: end;
  z-index: 2;
  border-radius: 0px 0px 0px 24px;
}

.service-card .card-arrow-mid {
  background-color: #9a6d28;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  width: 36px;
  height: 36px;
  position: relative;
  z-index: 2;
}

.service-card .card-arrow-top {
  width: 36px;
  height: 20px;
  position: absolute;
  top: 0;
  left: -36px;
  border-radius: 0px 20px 0px 0px;
  box-shadow: 20px 0px 0px 0px #FFFFFF;
}

.service-card .card-arrow-bot {
  width: 20px;
  height: 36px;
  position: absolute;
  bottom: -36px;
  right: 0;
  border-radius: 0px 20px 0px 0px;
  box-shadow: 0px -20px 0px 0px #FFFFFF;
}

.service-card .card-arrow svg {
  width: 15px;
  height: 15px;
  stroke: #fff;
  fill: none;
}

/* Card body */
.service-card .card-name {
  /* position: absolute;
  z-index: 1;
  bottom: 0;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px 20px 0px 0px;
  padding: 10px 20px 0 20px;
  background-color: #FFF;
  text-align: center; */

}

/* .service-card .card-name::before {
  content: '';
  width: 30px;
  height: 12px;
  display: block;
  position: absolute;
  bottom: 0;
  left: -30px;
  border-radius: 0px 0px 20px 0px;
  box-shadow: 20px 0px 0px 0px #FFFFFF;
}

.service-card .card-name::after {
  content: '';
  width: 30px;
  height: 12px;
  display: block;
  position: absolute;
  bottom: 0;
  right: -30px;
  border-radius: 0px 0px 0px 20px;
  box-shadow: -20px 0px 0px 0px #FFFFFF;
} */

.service-card .card-name h3 {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 46px;
  text-align: center;
}

.service-card .info {
  padding: 10px 0;
  text-align: left;
}

.service-card .info .price-old {
  color: #9c9b9b;
  font-size: 14px;
}

.service-card .info .price {
  color: #F00;
  font-size: 16px;
  font-weight: 700;
}

.service-card .info .price-wrap {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  color: #F00;
  font-weight: bold;
  font-size: 16px;
}

.service-card .info .price-wrap span {
  color: #444;
  font-weight: 400;
}

.service-card .info .button-option {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  margin-top: 10px;
}

.service-card .info .button-option .btn-option {
  font-size: 14px;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  font-weight: 500;
  align-items: center;
  gap: 5px;
  justify-content: center;
}

.service-card .info .button-option .btn-option svg {
  width: 17px;
  height: 17px;
}

.service-card .info .button-option .btn-option svg path {
  stroke: currentColor;
}

.service-card .info .button-option .buy-now {
  background-color: #542a18;
  color: #FFF;
}

.service-card .info .button-option .buy-now:hover {
  background-color: #e4a452;
}

.service-card .info .button-option .quick-view {
  background-color: #9a6d28;
  color: #FFF;
}

.service-card .info .button-option .quick-view:hover {
  background-color: #542a18;
}

.service-card .info .button-lienhe {
  text-align: center;
  margin-top: 10px;
}

.service-card .info .button-lienhe a {
  display: inline-block;
  padding: 10px 25px;
  background-color: #cf0000;
  color: #FFF;
  border-radius: 5px;
}

.service-card .discount {
  background: linear-gradient(93.01deg, #d31100 15.48%, #ff2310 92.66%);
  border-radius: 5px 5px 5px 2px;
  padding: 0px 10px;
  color: #fff;
  position: absolute;
  left: 3px;
  top: 21px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}

.service-card .discount::before {
  content: "";
  position: absolute;
  left: 0;
  top: 23px;
  border-left: 10px solid transparent;
  border-bottom: 0px solid transparent;
  border-top: 10px solid #d31100;
}

.service-card .hethang {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  text-align: center;
  font-size: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
}

@media (max-width: 575px) {
  .best-seller {
      padding: 25px 0px;
  }

  .best-seller-slider {
    margin: 20px 0;
  }

  .service-card .card-name h3 {
    font-size: 18px;
    height: 46px;
  }

  .service-card .info .price {
    font-size: 18px;
  }

}

/* Why choose */
.why-choose-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  padding: 60px 0px;
}

.why-choose-inner .title-page-des {
  margin: 20px 0;
}

.why-choose .left-col .features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.why-choose .left-col .feature-item {
  display: grid;
  grid-template-columns: 50px auto;
  gap: 5px;
}

.why-choose .left-col .feature-item .feat-icon {
  width: 42px;
  height: 42px;
}

.why-choose .left-col .feature-item h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 5px;
}

.why-choose .left-col .feature-item p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

.why-choose .right-col {
  padding-right: 20px;
}

.why-choose .right-col-inner {
  position: relative;
}

.why-choose .right-col .bg-shape {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 88%;
  height: 88%;
  background: #9a6d28;
  border-radius: 20px;
  z-index: 0;
}

.why-choose .right-col .main-img {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4/3;
}


.why-choose .right-col .main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Timely Delivery badge */
.why-choose .right-col .badge-delivery {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: max-content;
  padding: 0 20px 20px 0;
  background-color: #FFF;
  border-radius: 0px 0px 20px 0px;
}

.why-choose .right-col .badge-delivery::before {
  content: '';
  position: absolute;
  top: 0;
  right: -40px;
  width: 40px;
  height: 40px;
  border-radius: 20px 0px 0px 0px;
  box-shadow: -20px 0px 0px 0px #FFFFFF;
}

.why-choose .right-col .badge-delivery::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 40px;
  height: 40px;
  border-radius: 20px 0px 0px 0px;
  box-shadow: 0px -20px 0px 0px #FFFFFF;
}

.why-choose .right-col .badge-delivery .badge-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-choose .right-col .badge-delivery .badge-label {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 992px) {
  .why-choose-inner {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 35px 0px 50px;
  }
}

@media (max-width: 575px) {
  .why-choose .left-col .features-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .why-choose-inner .title-page-des {
    margin: 10px 0 20px;
  }
}

/* review customer  */
.customer-review {
  margin: 30px 0 150px;
  position: relative;
  border-radius: 20px;
  min-height: 380px;
  height: 400px;
  text-align: center;
}

.customer-review .inner {
  transform: translateY(52px);
}

.customer-review .section-header {
  color: #FFF;
}

.customer-review .section-header h2 {
  margin-bottom: 15px !important;
  color: #FFF;
}

.customer-review .btn-view-all {
  margin-top: 40px;
}

.customer-review::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(20, 14, 4, 0.62), rgba(20, 14, 4, 0.62));
  z-index: 0;
  border-radius: 20px;
}

.cards-strip-slider .slick-slide {
  margin: 0 10px;
}

.cards-strip-slider .slick-list {
  margin: 0 -10px;
}

.cards-strip-slider {
  margin-top: 40px;
}

.cards-strip-slider .info-card {
  border-radius: 18px;
  overflow: hidden;
  background: #9a6d28;
}

.cards-strip-slider .info-card .card-photo {
  padding-bottom: 55%;
}

.cards-strip-slider .info-card .card-body {
  padding: 20px;
  color: #FFF;
}

.cards-strip-slider .info-card .card-body h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cards-strip-slider .info-card .card-body p {
  font-size: 14px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 67px;
}

@media (max-width: 768px) {
  .customer-review {
    height: auto;
    margin: 30px 0 70px;
  }

  .cards-strip-slider {
    margin-top: 25px;
  }
}

/* FAQ  */
.faq-wrap {
  padding: 45px 0;
}

.faq-wrap .inner {
  display: grid;
  grid-template-columns: 2fr 1.3fr 0.7fr;
  gap: 36px;
}

.faq-wrap .title-page-des {
  margin: 20px 0;
}

/* Accordion */
.faq-wrap .accordion-item {
  background: #f5f0e8;
  border-radius: 12px;
  margin-bottom: 10px;
  transition: box-shadow 0.2s;
}

.faq-wrap .accordion-item.open {
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
}

.faq-wrap .accordion-item .acc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  cursor: pointer;
  user-select: none;
  gap: 12px;
}

.faq-wrap .accordion-item .acc-header span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.faq-wrap .accordion-item .acc-header .chevron {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  stroke: #1a1208;
  fill: none;
  transition: transform 0.3s;
}

.faq-wrap .accordion-item.open .acc-header .chevron {
  transform: rotate(180deg);
  stroke: #9a6d28;
}

.faq-wrap .accordion-item .acc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.25s;
  padding: 0 22px;
}

.faq-wrap .accordion-item.open .acc-body {
  max-height: 500px;
  padding: 0 22px 20px;
}

.faq-wrap .accordion-item .acc-body p {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}

.faq-wrap .mid-col {
  position: relative;
}

.faq-wrap .mid-col .photo-wrap {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3/ 4.12;
}

.faq-wrap .mid-col .photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Question mark badge */
.faq-wrap .mid-col .qmark-badge {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 65px;
  height: 65px;
  border-radius: 0px 16px 0px 40px;
  background: #FFF;
  display: flex;
  align-items: start;
  justify-content: end;
  z-index: 2;
}

.faq-wrap .mid-col .qmark-badge-mid {
  background-color: #9a6d28;
  color: #FFF;
  font-size: 20px;
  padding: 13px;
  border-radius: 50%;
  display: flex;
  position: relative;
  z-index: 2;
}

.faq-wrap .mid-col .qmark-badge-top {
  width: 40px;
  height: 25px;
  position: absolute;
  left: -40px;
  top: 0px;
  border-radius: 0px 20px 0px 0px;
  box-shadow: 20px 0px 0px 0px #FFFFFF;
}

.faq-wrap .mid-col .qmark-badge-bot {
  width: 25px;
  height: 40px;
  position: absolute;
  right: 0px;
  bottom: -40px;
  border-radius: 0px 20px 0px 0px;
  box-shadow: 0px -20px 0px 0px #FFFFFF;
}

.faq-wrap .mid-col .qmark-badge svg {
  width: 26px;
  height: 26px;
  stroke: #fff;
  fill: none;
}

.faq-wrap .right-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-wrap .right-col .stat-card {
  padding: 30px 15px;
  background-color: #FFF;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 14px; */
  text-align: center;
}

/* Circular progress ring */
.faq-wrap .right-col .stat-card .ring-wrap {
  position: relative;
  width: 120px;
  height: 120px;
}

.faq-wrap .right-col .stat-card .ring-wrap svg {
  width: 120px;
  height: 120px;
  transform: rotate(-90deg);
}

.faq-wrap .right-col .stat-card .ring-wrap .ring-bg {
  fill: none;
  stroke: #e8dece;
  stroke-width: 11;
}

.faq-wrap .stat-card .ring-wrap .ring-fill {
  fill: none;
  stroke: #b8843a;
  stroke-width: 11;
  stroke-linecap: round;
  stroke-dasharray: 220;
  stroke-dashoffset: 30;
  /* 90% = 10% gap → 0.1 * 220 = 22 */
  transition: stroke-dashoffset 1s ease;
}

.faq-wrap .stat-card .ring-wrap .ring-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
}

.faq-wrap .right-col .stat-card h3 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}

.faq-wrap .right-col .stat-card p {
  font-size: 14px;
  color: #888;
  margin-top: 5px;
}

@media (max-width: 992px) {
  .faq-wrap .inner {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .faq-wrap .right-col {
    flex-direction: row;
    gap: 15px;
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  .faq-wrap {
    padding: 20px 0 30px;
  }

}

/* Featured news  */
.featured-news {
  background: #edeade;
  border-radius: 20px;
  padding: 60px 0;
}

.featured-news .slick-slide {
  margin: 0 15px 3px;
}

.featured-news .slick-list {
  margin: 0 -15px;
}

/* ── Single blog card ── */
.blog-card {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.blog-card .card-img {
  padding-bottom: 66%;
  border-radius: 12px;
}

.blog-card .card-body {
  position: relative;
}

.blog-card .date-badge {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: 22px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #542a18;
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.blog-card .date-badge .day {
  font-size: 17px;
  font-weight: 700;
}

.blog-card .date-badge .month {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  text-transform: uppercase;
}

/* Card body */
.blog-card .card-body {
  padding: 35px 0px 0px 0px;
}

.blog-card .card-body h3 {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-weight: 700;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 56px;
}

.blog-card .card-body .desc {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 48px;
}

.blog-card .card-body .btn-learn {
  display: inline-flex;
  background: #542a18;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 100px;
  transition: background 0.22s;
}

.blog-card .card-body .btn-learn:hover {
  background: #e4a452;
}

@media (max-width: 992px) {
  .featured-news .section-header {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-bottom: 25px;
  }

  .featured-news .slick-slide {
    margin: 0 10px 3px;
  }

  .featured-news .slick-list {
    margin: 0 -10px;
  }
}

@media (max-width: 575px) {
  .featured-news .section-header .header-right {
    display: block;
    text-align: center;
  }

  .featured-news .title-page-des {
    margin-bottom: 10px;
    text-align: left;
  }

  .featured-news {
    padding: 30px 0;
  }

  .blog-card .card-body {
    padding: 35px 10px 0px 10px;
  }

  .btn-view-all {
    font-size: 15px;
    padding: 8px 20px;
  }
}

/* Contact home  */
.contact-home {
  margin: 50px 0;
}

.contact-home .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.contact-home .title-page-des {
  margin: 20px 0;
}

/* Info box */
.contact-home .left-col .info-box {
  background: #f0ece1;
  border-radius: 20px;
  padding: 36px 36px 32px;
}

.contact-home .left-col .info-box .info-row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 8px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.contact-home .left-col .info-box .info-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.contact-home .left-col .info-box .info-row:first-child {
  padding-top: 0;
}

.contact-home .left-col .info-box .info-row h3 {
  font-size: 16px;
  font-weight: 700;
}

.contact-home .left-col .info-box .info-row p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.contact-home .right-col {
  background: #f0ece1;
  border-radius: 20px;
  padding: 36px 36px 40px;
}

.contact-home .right-col .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.contact-home .right-col .form-row.single {
  grid-template-columns: 1fr;
}

.contact-home .right-col .form-row input,
.contact-home .right-col .form-row textarea {
  width: 100%;
  background: #fff;
  border: 1.5px solid #e8e1d3;
  border-radius: 100px;
  padding: 14px 20px;
  outline: none;
  font-size: 15px;
  transition: border-color 0.22s;
  resize: none;
}

.contact-home .right-col .form-row input:focus,
.contact-home .right-col .form-row textarea:focus {
  border-color: #9a6d28;
}

.contact-home .right-col .form-row textarea {
  border-radius: 16px;
  height: 150px;
  padding: 16px 20px;
}

.contact-home .right-col .btn-send {
  display: block;
  width: 100%;
  background: #542a18;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 16px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  margin-top: 6px;
  transition: background 0.22s, transform 0.2s;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.contact-home .right-col .btn-send:hover {
  background: #9a6d28;
}

@media (max-width: 860px) {
  .contact-home .inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contact-home .right-col .form-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .contact-home {
    margin: 30px 0;
  }

  .contact-home .left-col .info-box {
    padding: 20px;
  }

  .contact-home .left-col .info-box .info-row {
    grid-template-columns: 100px 1fr;
    align-items: center;
  }

  .contact-home .right-col {
        padding: 20px;
  }

  .section-header.clamp2 h2 {
    max-width: 80%;
    margin: 0 auto;
  }

  .contact-home .left-col .info-box .info-row p {
    max-width: 80%;
  }
}