/*
Theme Name: SuaXeLuuDong24h
Description: This is a child theme for Flatsome Theme
Author: Thietkewebchuyen.com
Template: flatsome
Version: 3.2.3
*/

:root {
  --suaxeluudong24h_red: #e3262e;
  --suaxeluudong24h_red_dark: #c91820;
  --suaxeluudong24h_blue: #2166e8;
  --suaxeluudong24h_yellow: #ffe000;
  --suaxeluudong24h_navy: #111827;
  --suaxeluudong24h_text: #252a34;
  --suaxeluudong24h_muted: #697386;
  --suaxeluudong24h_line: #eceff3;
  --suaxeluudong24h_soft: #f7f8fa;
  --suaxeluudong24h_white: #ffffff;
}

.suaxeluudong24h_header {
  background: var(--suaxeluudong24h_white);
  position: relative;
  z-index: 30;
  box-shadow: 0 2px 14px rgba(17, 24, 39, 0.06);
}

.suaxeluudong24h_header .section-content {
  padding-top: 0;
  padding-bottom: 0;
}

.suaxeluudong24h_header_row {
  min-height: 66px;
}

.suaxeluudong24h_logo {
  margin-bottom: 0;
}

.suaxeluudong24h_logo a,
.suaxeluudong24h_footer_logo {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--suaxeluudong24h_navy);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.suaxeluudong24h_logo a:hover {
  color: var(--suaxeluudong24h_red);
}

.suaxeluudong24h_logo_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border-radius: 9px;
  color: var(--suaxeluudong24h_white);
  background: var(--suaxeluudong24h_red);
}

.suaxeluudong24h_logo_text {
  font-size: 15px;
}

.suaxeluudong24h_menu {
  margin-bottom: 0;
}

.suaxeluudong24h_menu p {
  margin-bottom: 0;
}

.suaxeluudong24h_menu a {
  display: inline-block;
  margin: 0 13px;
  color: var(--suaxeluudong24h_text);
  font-size: 13px;
  font-weight: 600;
}

.suaxeluudong24h_menu a:hover {
  color: var(--suaxeluudong24h_red);
}

.suaxeluudong24h_header_phone {
  margin: 0;
}

.suaxeluudong24h_header_phone .button,
a.suaxeluudong24h_header_phone {
  background: var(--suaxeluudong24h_red) !important;
  color: var(--suaxeluudong24h_white) !important;
  border: 0;
  font-size: 12px;
  font-weight: 800;
  padding-left: 18px;
  padding-right: 18px;
}

.suaxeluudong24h_hero {
  position: relative;
}

.suaxeluudong24h_hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 12, 20, 0.78), rgba(8, 12, 20, 0.52));
  z-index: 1;
}

.suaxeluudong24h_hero .section-content {
  position: relative;
  z-index: 2;
}

.suaxeluudong24h_hero_content {
  color: var(--suaxeluudong24h_white);
  text-align: center;
  margin-bottom: 22px;
}

.suaxeluudong24h_hero_badge {
  display: inline-block;
  padding: 7px 14px;
  border-radius: 99px;
  background: var(--suaxeluudong24h_red);
  color: var(--suaxeluudong24h_white);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  margin-bottom: 16px;
}

.suaxeluudong24h_hero_content h1 {
  margin: 0;
  color: var(--suaxeluudong24h_white);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.035em;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.28);
}

.suaxeluudong24h_hero_content h2 {
  margin: 8px 0 12px;
  color: var(--suaxeluudong24h_yellow);
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.suaxeluudong24h_hero_content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 720px;
}

.suaxeluudong24h_hero_buttons .button {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}

.suaxeluudong24h_btn_call,
.suaxeluudong24h_btn_call .button {
  background: var(--suaxeluudong24h_red) !important;
  color: var(--suaxeluudong24h_white) !important;
}

.suaxeluudong24h_btn_zalo,
.suaxeluudong24h_btn_zalo .button {
  background: var(--suaxeluudong24h_blue) !important;
  color: var(--suaxeluudong24h_white) !important;
}

.suaxeluudong24h_quick_benefits {
  background: var(--suaxeluudong24h_white);
}

.suaxeluudong24h_benefit_item {
  display: flex;
  align-items: center;
  gap: 13px;
  height: 100%;
  padding: 18px;
  margin-bottom: 0;
  border: 1px solid #f0f2f5;
  border-radius: 12px;
  background: #fafbfc;
}

.suaxeluudong24h_benefit_icon,
.suaxeluudong24h_commitment_icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: var(--suaxeluudong24h_red);
  background: #ffecee;
}

.suaxeluudong24h_benefit_item h3 {
  margin: 0 0 3px;
}

.suaxeluudong24h_benefit_item p {
  margin: 0;
  color: var(--suaxeluudong24h_muted);
}

.suaxeluudong24h_services {
  background: var(--suaxeluudong24h_white);
}

.suaxeluudong24h_section_title {
  margin-bottom: 28px;
  text-align: center;
}

.suaxeluudong24h_section_title h2 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 14px;
  color: var(--suaxeluudong24h_text);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
}

.suaxeluudong24h_section_title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 3px;
  border-radius: 99px;
  background: var(--suaxeluudong24h_red);
  transform: translateX(-50%);
}

.suaxeluudong24h_section_title_red h2 {
  color: var(--suaxeluudong24h_red_dark);
}

.suaxeluudong24h_service_card {
  height: 100%;
  padding: 28px 24px;
  margin-bottom: 0;
  border: 1px solid var(--suaxeluudong24h_line);
  border-radius: 14px;
  background: var(--suaxeluudong24h_white);
  box-shadow: 0 6px 22px rgba(17, 24, 39, 0.035);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.suaxeluudong24h_service_card:hover {
  transform: translateY(-4px);
  border-color: #ffd7da;
  box-shadow: 0 14px 36px rgba(17, 24, 39, 0.08);
}

.suaxeluudong24h_service_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 12px;
  color: var(--suaxeluudong24h_red);
  background: #fff0f1;
  font-size: 19px;
}

.suaxeluudong24h_service_card h3 {
  margin: 0 0 12px;
  color: var(--suaxeluudong24h_text);
}

.suaxeluudong24h_service_card p {
  margin: 0 0 14px;
  color: var(--suaxeluudong24h_muted);
}

.suaxeluudong24h_service_card ul {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.suaxeluudong24h_service_card li {
  position: relative;
  margin-bottom: 7px;
  padding-left: 20px;
  color: #566070;
margin-left: 0px !important;
}

.suaxeluudong24h_service_card li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 1px;
  color: #29b36b;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.suaxeluudong24h_service_card > a {
  color: var(--suaxeluudong24h_red);
  font-size: 12px;
  font-weight: 800;
}

.suaxeluudong24h_gallery_section {
  background: var(--suaxeluudong24h_white);
}

.suaxeluudong24h_gallery_col {
  padding-bottom: 8px;
}

.suaxeluudong24h_gallery_image {
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 11px;
}

.suaxeluudong24h_gallery_image .img-inner {
  border-radius: 11px;
}

.suaxeluudong24h_gallery_image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.suaxeluudong24h_gallery_image:hover img {
  transform: scale(1.035);
}

.suaxeluudong24h_commitments {
  background: var(--suaxeluudong24h_white);
}

.suaxeluudong24h_commitment_item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  height: 100%;
  margin-bottom: 0;
  padding: 12px 8px;
}

.suaxeluudong24h_commitment_item h3 {
  margin: 0 0 5px;
  color: var(--suaxeluudong24h_text);
}

.suaxeluudong24h_commitment_item p {
  margin: 0;
  color: var(--suaxeluudong24h_muted);
}

.suaxeluudong24h_areas {
  background: var(--suaxeluudong24h_navy);
}

.suaxeluudong24h_area_heading {
  margin-bottom: 28px;
  color: var(--suaxeluudong24h_white);
  text-align: center;
}

.suaxeluudong24h_area_heading h2 {
  margin: 0 0 8px;
  color: var(--suaxeluudong24h_white);
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 900;
}

.suaxeluudong24h_area_heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
}

.suaxeluudong24h_area_chip {
  margin-bottom: 0;
  padding: 10px 8px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 7px;
  color: var(--suaxeluudong24h_white);
  background: rgba(255, 255, 255, 0.02);
  text-align: center;
  font-weight: 750;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.suaxeluudong24h_area_chip:hover {
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.07);
}

.suaxeluudong24h_area_chip p {
  margin: 0;
}

.suaxeluudong24h_area_note {
  margin-top: 12px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.45);
}

.suaxeluudong24h_contact_section {
  background: #f8f9fb;
}

.suaxeluudong24h_contact_card {
  height: 100%;
  margin-bottom: 0;
  padding: 30px;
  border-radius: 12px;
  background: var(--suaxeluudong24h_white);
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.09);
}

.suaxeluudong24h_contact_card h3 {
  margin: 0;
  color: var(--suaxeluudong24h_text);
  font-weight: 900;
}

.suaxeluudong24h_contact_line {
  width: 100%;
  height: 3px;
  margin: 12px 0 22px;
  border-radius: 99px;
  background: var(--suaxeluudong24h_red);
}

.suaxeluudong24h_contact_card p {
  position: relative;
  margin: 0 0 18px;
  padding-left: 28px;
  color: #5b6575;
  line-height: 1.65;
}

.suaxeluudong24h_contact_card p:last-child {
  margin-bottom: 0;
}

.suaxeluudong24h_contact_card p > i {
  position: absolute;
  left: 0;
  top: 4px;
  color: var(--suaxeluudong24h_red);
}

.suaxeluudong24h_contact_card a {
  color: var(--suaxeluudong24h_red);
  font-weight: 800;
}

.suaxeluudong24h_map {
  height: 100%;
  min-height: 365px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.09);
}

.suaxeluudong24h_map iframe {
  display: block;
  min-height: 365px;
}

.suaxeluudong24h_testimonials {
  background: var(--suaxeluudong24h_white);
}

.suaxeluudong24h_review_card {
  height: 100%;
  margin-bottom: 0;
  padding: 22px;
  border: 1px solid #f0f2f4;
  border-radius: 12px;
  background: #fafbfc;
}

.suaxeluudong24h_review_stars {
  margin-bottom: 10px;
  color: var(--suaxeluudong24h_red);
  font-size: 18px;
  letter-spacing: 0;
}

.suaxeluudong24h_review_card p {
  margin: 0 0 12px;
  color: #616b7a;
  font-style: italic;
}

.suaxeluudong24h_review_card strong {
  color: var(--suaxeluudong24h_text);
}

.suaxeluudong24h_footer {
  background: #f1f3f6;
}

.suaxeluudong24h_footer_brand,
.suaxeluudong24h_footer_col {
  margin-bottom: 0;
}

.suaxeluudong24h_footer_logo {
  margin-bottom: 15px;
  font-size: 15px;
}

.suaxeluudong24h_footer_brand p,
.suaxeluudong24h_footer_col p,
.suaxeluudong24h_footer_col li {
  color: #657080;
}

.suaxeluudong24h_footer_col h3 {
  margin: 0 0 14px;
  color: var(--suaxeluudong24h_text);
  font-size: 13px;
  font-weight: 900;
}

.suaxeluudong24h_footer_col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.suaxeluudong24h_footer_col li {
  margin-bottom: 5px;
  margin-left: 0px !important;
}

.suaxeluudong24h_footer_col a {
  color: #4f5968;
}

.suaxeluudong24h_footer_col a:hover {
  color: var(--suaxeluudong24h_red);
}

.suaxeluudong24h_footer_col i {
  width: 18px;
  color: var(--suaxeluudong24h_red);
}

.suaxeluudong24h_copyright {
  margin-top: 25px;
  margin-bottom: 0;
  padding-top: 20px;
  border-top: 1px solid #dfe3e8;
  color: #808896;
  text-align: center;
  font-size: 11px;
}

.suaxeluudong24h_copyright p {
  margin: 0;
}

.suaxeluudong24h_floating_actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 99;
  margin: 0;
}

.suaxeluudong24h_floating_actions p {
  margin: 0;
}

.suaxeluudong24h_floating_actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-top: 9px;
  border-radius: 50%;
  color: var(--suaxeluudong24h_white);
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.2);
  animation: suaxeluudong24h_pulse 2s infinite;
}

.suaxeluudong24h_float_zalo {
  background: var(--suaxeluudong24h_blue);
}

.suaxeluudong24h_float_phone {
  background: var(--suaxeluudong24h_red);
}

@keyframes suaxeluudong24h_pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(227, 38, 46, 0.25);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(227, 38, 46, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(227, 38, 46, 0);
  }
}

@media (max-width: 849px) {
  .suaxeluudong24h_desktop_menu_col {
    display: none;
  }

  .suaxeluudong24h_header_row {
    min-height: 60px;
  }

  .suaxeluudong24h_logo_text {
    font-size: 13px;
  }

  .suaxeluudong24h_logo_icon {
    width: 30px;
    height: 30px;
  }

  .suaxeluudong24h_header_phone,
  .suaxeluudong24h_header_phone .button,
  a.suaxeluudong24h_header_phone {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 10px;
  }

  .suaxeluudong24h_hero {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }

  .suaxeluudong24h_hero_content h1 {
    font-size: 36px;
  }

  .suaxeluudong24h_hero_content h2 {
    font-size: 31px;
  }

  .suaxeluudong24h_hero_content p {
    font-size: 14px;
  }

  .suaxeluudong24h_hero_buttons .col-inner {
    text-align: center !important;
  }

  .suaxeluudong24h_hero_buttons .button {
    width: 100%;
    max-width: 280px;
  }

  .suaxeluudong24h_gallery_image img {
    height: 240px;
  }

  .suaxeluudong24h_service_card,
  .suaxeluudong24h_contact_card {
    padding: 23px 20px;
  }

  .suaxeluudong24h_map,
  .suaxeluudong24h_map iframe {
    min-height: 310px;
  }
}

@media (max-width: 549px) {
  .suaxeluudong24h_header_phone .icon {
    margin-right: 4px;
  }

  .suaxeluudong24h_hero {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
  }

  .suaxeluudong24h_hero_badge {
    font-size: 9px;
  }

  .suaxeluudong24h_hero_content h1 {
    font-size: 30px;
  }

  .suaxeluudong24h_hero_content h2 {
    font-size: 27px;
  }

  .suaxeluudong24h_section_title {
    margin-bottom: 22px;
  }

  .suaxeluudong24h_section_title h2 {
    font-size: 24px;
  }

  .suaxeluudong24h_benefit_item {
    padding: 15px;
  }

  .suaxeluudong24h_gallery_image img {
    height: 220px;
  }

  .suaxeluudong24h_commitment_item {
    padding-left: 0;
    padding-right: 0;
  }

  .suaxeluudong24h_floating_actions {
    right: 12px;
    bottom: 12px;
  }

  .suaxeluudong24h_floating_actions a {
    width: 44px;
    height: 44px;
  }
}
