/* Start custom CSS for html, class: .elementor-element-354b0e9 *//* Toàn bộ card */
.profile-modern {
  max-width: 420px;
  margin: 0 auto;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background: #f5f5f5;
  font-family: 'Montserrat', sans-serif;
  overflow-y: auto;
}

/* Ảnh header */
.header-img {
  flex: 0 0 50%;
  overflow: hidden;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.header-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Card thông tin */
.info-card {
  flex: 1;
  background: #fff;
  padding: 30px 25px 40px;
  margin: -40px 20px 20px;
  border-radius: 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  text-align: left;
}

/* Typography */
.info-card .company {
  font-size: 16px;
  font-weight: 600;
  color: #E61E26;
  margin: 0 0 12px 0;
  line-height: 1.6;
}
.info-card h3 {
  margin: 0 0 8px 0;
  font-size: 22px;
  font-weight: 800;
  color: #111;
  line-height: 1.4;
}
.info-card .title {
  font-size: 16px;
  color: #666;
  margin: 0 0 20px 0;
  line-height: 1.6;
}

/* Contact list */
.contact-list {
  margin-top: 15px;
}
.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 10px 0;
  font-size: 16px;
  color: #222;
  text-decoration: none;
  line-height: 1.6;
}
.contact-item i {
  color: #E61E26;
  font-size: 18px;
  width: 22px;
  text-align: center;
}

/* Logo cuối */
.footer-logo {
  text-align: center;
  margin-top: 25px;
}
.footer-logo img {
  width: 120px;
  height: auto;
}

/* Switch ngôn ngữ */
.lang-switch {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 8px;
}
.footer-logo .lang-switch a {
  text-decoration: none;
  color: #000; /* mặc định đen */
  margin: 0 6px;
  transition: color 0.3s;
}
.footer-logo .lang-switch a.active {
  color: #E61E26; /* màu đỏ cho ngôn ngữ chọn */
}
.lang-switch .divider {
  color: #999;
}

/* Ẩn/hiện ngôn ngữ */
.lang-content { display: none; }
.lang-content.active { display: block; }

/* Responsive */
@media (min-width: 992px) {
  .header-img { flex: 0 0 60%; }
  .info-card { margin: -60px 20px 20px; }
}
@media (max-width: 576px) {
  .info-card h3 { font-size: 18px; }
}

/* Ẩn floating button */
.floating-buttons { display: none !important; }

.info-card .company {
    font-size: 15px;
    font-weight: 800;
    color: #E61E26;
    margin: 0 0 12px 0;
    line-height: 1.6;
    font-family: 'Montserrat', sans-serif;
}

.info-card h3 {
    margin: 0 0 8px 0;
    font-size: 22px;
    font-weight: 800;
    color: #111;
    line-height: 1.4;
    font-family: 'Montserrat', sans-serif;
}
.info-card h3 {
    margin: 0 0 8px 0;
    font-size: 22px;
    font-weight: 800;
    color: #111;
    line-height: 1.4;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}

.footer-logo .lang-switch .divider {
    color: black;
    margin: 0 5px;
}/* End custom CSS */
/* Start custom CSS */header {
    display: none !important;
}

footer {
    display: none !important;
}

.social-floating {
    display: none !important;
}/* End custom CSS */