/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
    --primary-color: #a60d12;
    --global-color: #F6F2F0;
}

body {
    background-color: var(--global-color);
}

#main,
#wrapper {
    background-color: var(--global-color);
}

.mb-0 {
    margin-bottom: 0 !important;
}
.stuck .header-inner {
    padding: 14px;
}
.header-wrapper .nav-small.mobile-nav {
    gap: 8px;
}
.slide-home .img-inner {
    border-radius: 16px;
}

.loader {
    width: 50px;
    --b: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 1px;
    background: conic-gradient(#0000 10%, #f03355) content-box;
    -webkit-mask:
        repeating-conic-gradient(#0000 0deg, #000 1deg 20deg, #0000 21deg 36deg),
        radial-gradient(farthest-side, #0000 calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
    animation: l4 1s infinite steps(10);
}

@keyframes l4 {
    to {
        transform: rotate(1turn)
    }
}

.section-tab {}

.tab-box {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
    padding: 40px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 8px 0px 0px 0px;
    border-radius: 16px 16px 16px 16px;
    border-color: var(--primary-color);
}

.card-box-row .col-inner {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
    padding: 30px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 8px 0px 0px 0px;
    border-radius: 16px 16px 16px 16px;
    border-color: var(--primary-color);
}

.card-box {
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
    padding: 30px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 8px 0px 0px 0px;
    border-radius: 16px 16px 16px 16px;
    border-color: var(--primary-color);
}

.card-box.icon-box-center .icon {
    background: var(--primary-color);
    border-radius: 100%;
    padding: 8px;
}

.tab-box ul li {
    margin: 0 24px;
}

.section-tab .tabbed-content h4 {
    font-size: 1.8em;
}

.section-title.section-title-center b {
    opacity: 0;
}

.section-title-center span {
    /* font-size: 1.3em; */
}
li a.element-error.tooltip.tooltipstered{
  display: none !important;
}
.section-afbf {
    position: relative;
}

.section-afbf::before,
.section-afbf::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.img_partent::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 1%;
    top: 15%;
    transform: translateY(-50%);
    background-image: url('/wp-content/uploads/2025/05/Property-12.png');
}
.title_pb_0 {
    padding-bottom: 0px !important;
}
.section-afbf::before {
    left: -10%;
    top: 6%;
    transform: translateY(-50%);
    background-image: url('/wp-content/uploads/2025/05/Property-12.png');
}

.section-afbf::after {
    right: -10%;
    top: 70%;
    transform: translateY(-50%);
    background-image: url('/wp-content/uploads/2025/05/Property-12.png');
}

.list-number {
    background-color: var(--global-color);
    padding: 16px;
    border-radius: 8px;
    border-bottom: 1px solid var(--primary-color);
    margin-bottom: 16px;
}

.list-number .icon-box-text {
    display: flex;
    align-items: center;
    gap: 16px;
}

.list-number .icon-box-text .subnumber {
    background-color: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-weight: 600;
    /* Add min-width to prevent distortion */
    min-width: 32px;
    /* Ensure text doesn't overflow */
    text-align: center;
}

.list-number .icon-box-text h5 {
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
    font-size: 1em;
}

.section-member .box {
    background-color: #ffffff;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: var(--primary-color);
    border-radius: 8px;
    padding: 12px 8px;
    max-width: 200px;
}

.section-member .box .box-text {
    padding-bottom: 0px;
}


.custom-category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    /* margin-top: 40px; */
}

.category-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.category-card:hover {
    transform: translateY(-5px);
}

.card-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.card-title {
    font-weight: bold;
    padding: 15px;
    font-size: 16px;
    color: #000;
}

.no-img {
    width: 100%;
    height: 220px;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
}


.custom-posts-container .box-image {
    position: relative;
    overflow: hidden;
}

.custom-posts-container .box-image .image-cover {
    width: 100%;
    height: 100%;
}

.custom-posts-container .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.custom-posts-container .box-image:hover img {
    transform: scale(1.1);
}

/* CSS for post category page */
.category-box-title {
    margin: 16px 0 20px 0;
}

.custom-posts-container .box {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.custom-posts-container .box-image {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #ffffff;
    margin-bottom: 0;
}

.custom-posts-container .box-text {
    background-color: #ffffff;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom-posts-container .post-title {
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.custom-posts-container .post-meta {
    background-color: #f5f5f5;
    padding: 5px 15px;
    border-radius: 12px;
    font-size: 14px;
    margin-top: 10px;
}

.custom-posts-container .box:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7-submit {
    margin: 0;
}

.section-menu .ux-menu i {
    color: var(--primary-color);
}

.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
}
.search-filter-field__input.search-filter-component-combobox {
    background: #a93226;
    color: white;
    border: 1px solid white;
}
.search-filter-field__input.search-filter-component-combobox span,
.search-filter-component-combobox .search-filter-component-combobox__actions .search-filter-component-combobox__actions-input {
    color: white;
}
.search-filter-field__input.search-filter-component-combobox .search-filter-icon--destructive .search-filter-icon__svg {
    fill: white;
    color: white;
}
.search-filter-component-combobox__listbox-toggle:hover svg {
    color: white !important;
        fill: white;

}

/* Sử dụng cho trình duyệt WebKit (Chrome, Safari, Edge) */
.search-filter-component-combobox__actions-input::-webkit-input-placeholder {
  color: white !important;
}

/* Sử dụng cho trình duyệt Firefox */
.search-filter-component-combobox__actions-input::-moz-placeholder {
  color: white !important;
}

/* Sử dụng cho trình duyệt Edge (cũ) và Internet Explorer */
.search-filter-component-combobox__actions-input:-ms-input-placeholder {
  color: white !important;
}

/* Sử dụng cho tất cả các trình duyệt hiện đại */
.search-filter-component-combobox__actions-input::placeholder {
  color: white !important;
}
.search-filter-component-combobox__listbox-toggle svg{
fill: white;
color: white;
}
.custom-contact-form textarea {
    height: 100px;
    resize: vertical;
}
.wp-block-search__inside-wrapper  {
    gap: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.wp-block-search__inside-wrapper input {
    margin-bottom: 0px;
}
.wp-block-search__inside-wrapper button {
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    flex-shrink: 0;
}
.custom-contact-form input[type="submit"] {
    background: var(--primary-color);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
}

.custom-contact-form input[type="submit"]:hover {
    background: #a93226;
    transition: all 0.3s ease;
}

.mec-container {
    padding-top: 16px;
}

.box-text-inner {
    width: 100%;
}

.event-recap-filter {
    margin: 30px 0;
    text-align: center;
}

.event-year-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.year-button {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 20px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.year-button.active,
.year-button:hover {
    background-color: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.year-button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.box_live {
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
}

.box_live p {
    margin-bottom: 0;
}

.event-sub-title {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--primary-color);
}

.border-2 .img-inner {
    border-radius: 8px;
}

.border-4 .fill,
.border-4.banner {
    border-radius: 12px;
}

.box-slide-logo {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid var(--primary-color);
}

.flickity-page-dots {
    bottom: -12px;
}

.flickity-page-dots .dot {
    width: 10px;
    height: 10px;
    border: unset;
    background: #b4b4b4;
}

.flickity-page-dots .dot.is-selected {
    background-color: var(--primary-color);
}

.form-newsletter {
    justify-content: center;
    display: flex;
    align-items: center;
}

.form-newsletter .wpcf7-spinner {
    display: none;
}

.form-newsletter input {
    margin-bottom: 0;
}

.form-newsletter div p {
    gap: 10px;
    display: flex;
    align-items: center;
}

.footer-wrapper {
    border-top: 1px solid var(--primary-color);
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

    .section-afbf::before {
        display: none;
    }

    .section-afbf::after {
        display: none;
    }

    .section-tab .tabbed-content h4 {
        font-size: 1.3em;
    }
}

/* Container sản phẩm */
.product-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 12px;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
}

.product-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Badge giảm giá */
.product-item .discount-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #ffebeb;
    color: #e53935;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
}

/* Ảnh sản phẩm */
.product-item .product-thumb {
    width: 100%;
    aspect-ratio: 1/1;
    /* giữ ảnh vuông */
    object-fit: contain;
    margin-bottom: 8px;
}

.btn_cus.disabled {
    pointer-events: none;
    opacity: 0.5;
}

/* Tên sản phẩm */
.product-item .product-title {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
    margin-bottom: 6px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
}

/* Giá */
.product-item .product-price {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
}

.product-item .price-sale {
    color: #e53935;
    font-size: 16px;
    font-weight: 600;
}

.product-item .price-old {
    color: #999;
    font-size: 13px;
    text-decoration: line-through;
}

/* Rating + Đã bán */
.product-item .product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #666;
}

.product-item .rating {
    color: #f5a623;
    display: flex;
    align-items: center;
    gap: 2px;
}

.product-item .sold {
    font-size: 12px;
}

/* Location */
.product-item .location {
    font-size: 12px;
    color: #999;
    margin-top: 4px;
}

.button_loadmore {
    border-radius: 6px;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    gap: 10px;
    background: rgba(166, 13, 18, 1);
    color: white;
    margin: 0px;
    line-height: 1.4;
}

.load-more-container {
    margin: 20px 0;
    text-align: center;
}

/* Search Input */
.filter-search {
    /* padding: 20px; */
    border-bottom: 0px !important;
}

.search-input-wrapper {
    position: relative;
    width: 100%;
}

.search-input-wrapper input {
    width: 100%;
    padding: 12px 16px 12px 56px;
    border: 1px solid rgba(226, 226, 226, 1);
    border-radius: 8px;
    font-size: 16px;
    background: white;
    margin-bottom: 0px;
    height: 100%;
    box-shadow: none;
}

.search-input-wrapper input:focus {
    outline: none;
    border-color: rgba(166, 13, 18, 1);
    background: #fff;
}

.search-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 16px;
    flex-shrink: 0;
}

.search-container {
    display: flex;
    gap: 14px;
}

.search-box {
    position: relative;
    display: flex;
    align-items: center;
}

.search-input {
    flex: 1;
    padding-right: 30px;
    /* chừa chỗ cho nút X */
}

.clear-search {
    position: absolute;
    right: 20px;
    cursor: pointer;
    font-size: 24px;
    color: #999;
    user-select: none;
}

.clear-search:hover {
    color: #333;
}

.doanhnhan-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
    padding: 20px;
    max-width: 1060px;
    margin: 0 auto;
}

.doanh-nhan-item.empty {
    background: transparent;
    box-shadow: none;
}

.doanh-nhan-item {
    text-align: center;
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.doanh-nhan-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.doanhnhan-grid {
    display: grid;
    gap: 20px;
}

/* 1) ẩn mobile slider trên desktop, ẩn pc slider trên mobile */
.dn-slider-pc {
    display: block;
}

.dn-slider-mobile {
    display: none;
}

@media (max-width: 1024px) {
    .dn-slider-pc {
        display: none !important;
    }

    .dn-slider-mobile {
        display: block !important;
    }
}

/* 2) Grid cho mỗi slide (pc = 5 cols x 2 rows, mobile = 2 cols x 2 rows) */
.slide-grid--pc {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: auto;
    gap: 20px;
    align-items: start;
    width: 100%;
    box-sizing: border-box;
}

.slide-grid--mobile {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
}

/* .doanh-nhan-item: card style (tùy chỉnh giống design của bạn) */
.doanh-nhan-item {
    background: #fff;
    border-radius: 10px;
    padding: 16px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.doanh-nhan-item img,
.doanh-nhan-card img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
}

.doanh-nhan-item h4,
.doanh-nhan-card h4 {
    font-size: 14px;
    color: #b90c1a;
    margin: 12px 0 6px;
    text-transform: uppercase;
}

.doanh-nhan-item p,
.doanh-nhan-card p {
    margin: 0;
    color: #666;
    font-size: 13px;
}

.section-title {
    justify-content: center;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* số dòng muốn hiển thị */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* placeholder nếu không có ảnh */
.thumb-placeholder {
    background: #f5f5f5;
    padding-top: 100%;
    border-radius: 6px;
}

/* đảm bảo list slide (Flatsome) không bị overflow weird */
.ux-slider .slides li {
    width: 100% !important;
    box-sizing: border-box;
}


@media (min-width: 1025px) {
    .doanhnhan-grid {
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(2, auto);
    }
}

@media (max-width: 1024px) {
    .doanhnhan-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, auto);
    }
}


.doanhnhan-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 16px;
    justify-content: center;
}

.doanh-nhan-item,
.doanh-nhan-card {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    border-bottom: 3px solid #b00020;
    /* viền đỏ dưới */
    transition: all 0.3s ease;
    /* max-height: 350px; */
}

.doanh-nhan-item img {
    border-radius: 8px;
    max-width: 100%;
    height: auto;
}

.doanh-nhan-item h4 {
    margin-top: 10px;
    font-weight: bold;
    color: #b00020;
    font-size: 16px;
    text-transform: uppercase;
}

.doanh-nhan-item h4 a {
    color: #b00020;
    text-decoration: none;
}

.doanh-nhan-item p {
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

/* Hover effect */
.doanh-nhan-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: rgba(166, 13, 18, 1);
    --secondary-color: #1e40af;
    --accent-color: #f59e0b;
    --success-color: #10b981;
    --warning-color: #f59e0b;
    --error-color: rgba(166, 13, 18, 1);
    --text-primary: #1f2937;
    --text-secondary: #6b7280;
    --text-light: #9ca3af;
    --bg-primary: #ffffff;
    --bg-secondary: #f8fafc;
    --bg-accent: #f1f5f9;
    --border-color: #e5e7eb;
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --border-radius: 12px;
    --border-radius-lg: 16px;
    --spacing-xs: 4px;
    --spacing-sm: 8px;
    --spacing-md: 16px;
    --spacing-lg: 24px;
    --spacing-xl: 32px;
    --spacing-2xl: 48px;
}



.section-title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    /* margin: 20px 0px; */
    margin: 0px;
    padding-bottom: 30px;
    color: var(--primary-color);
    letter-spacing: -0.025em;
    justify-content: center;
}

/* Swiper Styles */
.swiper {
    width: 100%;
    height: auto;
    /* overflow: visible; */
}

.swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.swiper-slide {
    height: auto;
    display: flex;
}

/* Product Card Styles */
.product-card {
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid var(--border-color);
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid rgba(235, 235, 240, 1);
    border-radius: 6px;
    padding: 14px;
    position: relative;
    background: #fff;
    transition: all .3s ease;
}

.product-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    /* min-height: 60px;
    margin: 0 0 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; */
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--primary-color);
}

.card-image-container {
    position: relative;
    height: 200px;
    /* overflow: hidden; */
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .card-image {
    transform: scale(1.05);
}

.business-badge {
    position: absolute;
    top: var(--spacing-md);
    right: var(--spacing-md);
    display: flex;
    gap: var(--spacing-xs);
}

.badge {
    padding: var(--spacing-xs) var(--spacing-sm);
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.badge-b2b {
    background: var(--primary-color);
    color: white;
    height: auto;
}

.badge-online {
    background: var(--success-color);
    color: white;
}

.logo-container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);

    background: var(--bg-primary);
    border-radius: var(--border-radius);
    padding: var(--spacing-sm);
    box-shadow: var(--shadow-sm);
    max-width: 180px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 6px;
}

.card-content {
    padding: var(--spacing-lg);
    padding-top: 50px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: var(--spacing-lg);
    line-height: 1.3;
}

.product-stats {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
    margin-top: auto;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    font-size: 0.875rem;
    color: var(--text-secondary);
}

.stat-icon {
    width: 16px;
    height: 16px;
    color: var(--success-color);
    flex-shrink: 0;
}

.stat-text {
    font-weight: 500;
}

.highlight-text {
    color: var(--primary-color);
    font-weight: 600;
}

.mb-40 {
    margin-bottom: 40px;
}
/* p {
    margin-bottom: 0px;
} */
.col.medium-6.small-12.large-6 .icon-box.featured-box.list-number:last-child {
    margin-bottom: 0px;
}
li .element-error.tooltip {
    display: none !important;
}
/* Responsive Design */
@media (max-width: 850px) {
.stuck .logo a {
				transform: translateY(-25%) !important;
		}
}

@media (max-width: 768px) {
    .custom-contact-form.card-box {
    padding: 20px;
}
	.col_slide_mb,
	.col_slide_mb .gallery-col{
		padding-bottom: 0px !important;
}
	
	.img_partent::after {
		opacity: 0.5;
		top: 30% !important;
	}
	
		.logo a {
				/* transform: translateY(-10%) !important; */
		}
		
		

    .col-inner > .text > p:last-child {
        margin-bottom: 0px;
    }
    .header-wrapper .nav-small.mobile-nav {
    padding: 12px 0px;
}
    .section.mb-0 {
        padding-bottom: 0px;
    }
    .mb-40 {
        margin-bottom: 20px;
    }
.related-doanh-nhan-section {
    padding-bottom: 20px !important;
}
   
    .section-title-container {
        padding-top: 20px !important;
    }

    .section-title {
        font-size: 1.5rem;
        /* padding-bottom: 20px; */
    }

    .card-image-container {
        height: 160px;
    }

    .product-title {
        font-size: 1.125rem;
        margin-bottom: var(--spacing-md);
    }

    .logo-container {
        max-width: 50px;
        max-height: 50px;
    }

    .card-content {
        padding: var(--spacing-md);
    }

    .box_live {
        display: flex;
    }
    .box-slide-logo img {
        height: 30px !important;
    }
}

@media (max-width: 480px) {
   .logo a {
				/* transform: translateY(-30%) !important; */
		}

    .section-title {
        font-size: 1.5rem;
    }

    .card-image-container {
        height: 140px;
    }

    .product-title {
        font-size: 1rem;
    }

    .stat-item {
        font-size: 0.8rem;
    }

    .logo-container {
        width: 45px;
        height: 45px;
    }
}

/* Animation for page load */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.container {
    animation: fadeInUp 0.6s ease-out;
}

.product-card {
    opacity: 0;
    animation: fadeInUp 0.6s ease-out forwards;
}


/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Focus styles for accessibility */
.product-card:focus-within {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

/* Swiper overrides */
.swiper-slide {
    opacity: 1 !important;
}



/* Additional hover effects */
.stat-item:hover .stat-icon {
    color: var(--primary-color);
    transform: scale(1.1);
}

.stat-item:hover .highlight-text {
    color: var(--secondary-color);
}

.price-box {
    display: flex;
}

/* Loading state for images */
.card-image,
.company-logo {
    background-color: var(--bg-accent);
}

/* Ensure proper spacing and alignment */
.swiper-wrapper {
    align-items: stretch;
}

.swiper-slide {
    height: auto;
}

/* Breadcrumb Container */
.rank-math-breadcrumb {
    font-size: 16px;
    color: #555;
    margin: 20px 0;
    padding: 10px 0;
}

.rank-math-breadcrumb p {
    margin-bottom: 0;
}

/* Breadcrumb Links */
.rank-math-breadcrumb a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.rank-math-breadcrumb a:hover {
    color: var(--primary-color);
}

/* Separator Character */
.rank-math-breadcrumb .separator {
    margin: 0 8px;
    color: #999;
    vertical-align: middle;
}

/* Current Page */
.rank-math-breadcrumb span:last-child {
    color: #333;
    font-weight: bold;
}


.wp-block-search__inside-wrapper .wp-block-search__button{
    margin: 0px;

}


.wrapper_img_effect img {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.wrapper_img_effect img::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  transition: all 0.6s ease;
  pointer-events: none;
}

/* Hover vào: shine qua phải */
.wrapper_img_effect img:hover::before {
  left: 125%;
  z-index: 2;
}

/* Khi rời chuột: shine ngược lại */
.wrapper_img_effect img:not(:hover)::before {
  left: -75%;
    z-index: 2;
}



.image_effect_hvCus {
  position: relative;
  overflow: hidden;
}

.image_effect_hvCus::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  transition: all 0.6s ease;
  pointer-events: none;
}

/* Hover vào: shine qua phải */
.image_effect_hvCus:hover::before {
  left: 125%;
  z-index: 2;
}

/* Khi rời chuột: shine ngược lại */
.image_effect_hvCus:not(:hover)::before {
  left: -75%;
    z-index: 2;
}
.section-title-container {
    margin-bottom: 0px;
}

body {
  font-size: 18px;
}
footer .section-title-container {
    margin-bottom: 0px;
}
footer .section-title { 
    margin-bottom: 22px;
    padding-bottom: 20px;
    }

    .mt-button {
    margin: 0px !important;
    margin-top: 20px !important;
}
.pc_hidden {
    display: none !important;
}
.mb_hidden {
    display: flex !important;
}

@media screen and (max-width: 1300px) {
.section-afbf::before,
.section-afbf::after{
    opacity: 0.2;
}
}
@media screen and (min-width: 1200px) {
    .section-afbf .section-content .row-small>.col {
    min-width: 70%;
    }

}
@media screen and (max-width: 1024px) {
    .container_herobanner {
        max-height: 30vh;
    }
    .container_herobanner .flickity-viewport .img-inner img {
        height: 30vh !important;
        object-fit: cover;
    }
 
footer .section-title { 
    margin-bottom: 0px;
    }
    footer .section-title { 
    margin-bottom: 22px;
    }
}
@media screen and (max-width: 768px) {
    .posts_homepage.flickity-enabled.is-draggable .flickity-viewport {
    max-height: 430px;
}
    footer > div  .container {
        padding: 10px !important;
    }
    .pc_hidden {
    display: flex !important;
}
.mb_hidden {
    display: none !important;
}
       .mt-button {
    margin: 0px !important;
    margin-top: 10px !important;
}
.absolute-footer {
    padding: 12px 0px;
}

    .card-box {
    padding: 10px 0px;
    
}

.featured-box.card-box {
    padding: 20px 14px;
}


footer .section-title { 
    margin-bottom: 10px;
    }
    .section-title {
        margin: 0px;
        padding: 0px;
        padding-bottom: 20px;
    }
        .card-box .col {
    padding-bottom: 0px;
}
}
.section-afbf .section-content .row-small>.col {
    min-width: 80%;
}

@media screen and (max-width: 599px) {
     .tabbed-content.tab-box  {
        padding: 32px 12px !important;
    }
        .tab-box.tabbed-content .nav {
        display: flex;
        overflow-x: auto;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;

        -ms-overflow-style: none; 
        scrollbar-width: none;    
    }

    .tab-box.tabbed-content .nav li {
        white-space: nowrap; 
    }

    .tab-box.tabbed-content .nav::-webkit-scrollbar {
        display: none; /* Chrome, Safari */
    }

    .tab-box .tab-panels .col-inner.text-center{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px
    }
    .tab-panels .ux-logo .ux-logo-link {
        padding: 0px !important;
        display: flex;
        justify-content: center;
        width: fit-content;
    }
   .tab-panels .ux-logo .ux-logo-link img {
      max-width: 100px;
        height: auto !important;
    }

    .ux-logo {
        max-width: 50% !important;
    }
}
@media screen and (max-width: 599px) {
     /* .tab-box .tab-panels .col-inner.text-center{
    
        flex-wrap: nowrap;
    } */
}
h1.section-title.section-title-center {
  font-size: clamp(1.6rem, 4vw, 2.8rem) !important;
}

h2.section-title.section-title-center {
  font-size: clamp(1.4rem, 3.8vw, 2.1rem) !important;
}

h3.section-title.section-title-center {
  font-size: clamp(1.1rem, 3.2vw, 1.7rem) !important;
}

h4.section-title.section-title-center {
  font-size: clamp(1rem, 2.8vw, 1.25rem) !important;
}

h5.section-title.section-title-center {
  font-size: clamp(0.85rem, 2.4vw, 1.05rem) !important;
}

.wpcf7 form .wpcf7-response-output {
    border: 0;
    max-width: 540px;
    margin: 20px auto;
    color: #171717;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"],
.custom-contact-form input[type="text"], .custom-contact-form input[type="email"], .custom-contact-form textarea {
        border: 1px solid #B4B4B4;
    box-shadow: unset;
    border-radius: 3px;
}
.primary, input[type=submit], input[type=submit].button {
    border-radius: 3px;
}
.custom-posts-container {
    z-index: 2;
    position: relative;
}

.search-filter-input-checkbox__label {
    justify-content: space-between;
}
.pagination-info {
    margin-right: auto;
}
.pagination-info span {
    width: auto !important;
}

.icon-telegram:before {
    content: url('https://doanhnhan.phanrangland.com/wp-content/uploads/2025/09/zalo.svg');
        display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    transform: translate(-52%, -47%);
    top: 50%;
}

/* Ẩn tooltip của tất cả social follow icon */
.social-icons a.tooltip::after {
    display: none !important;
    content: none !important;
}

.wrapper_info_footer .icon-box.featured-box {
  margin-top: 0.5rem; 
  margin-bottom: 0.5rem;
}


.qr-code {
    width: 160px !important;
}
.qr-code-section {

    transition: all 0.3s ease;
}


.qr-code-section h3 {
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    position: relative;
}

.qr-code-section h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    border-radius: 2px;
}

.qr-code-display {
    display: flex;
    justify-content: center;
    align-items: center;
}

.qr-code-display canvas {
    border-radius: 10px;
}

.qr-code-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
}

.qr-code-actions button,
#copyLinkButton {
    margin: 0px;
    padding: 10px 12px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    line-height: 100%;
    min-height: 100%;
}

#downloadQrButton,
#copyQrButton {
    background: linear-gradient(135deg, #a60d12, #3e3e3e);
    color: white;
}



.qr-code-actions button:hover {
    /* transform: translateY(-2px); */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.qr-code-actions button:active {
    transform: translateY(0);
}

.share-button {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.share-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(102, 126, 234, 0.4);
}

.share-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    z-index: 10000;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.share-popup-content {
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    border-radius: 12px;
    padding: 40px;
    max-width: 600px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: slideUp 0.4s ease;
}

.share-popup-close {
    position: absolute;
    top: 20px;
    right: 24px;
    font-size: 28px;
    font-weight: 300;
    cursor: pointer;
    color: #999;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.05);
    z-index: 5;
}

.share-popup-close:hover {
    color: #666;
    background: rgba(0, 0, 0, 0.1);
    /* transform: rotate(90deg); */
}

.share-popup-content h2 {
    margin-bottom: 30px;
    color: #2c3e50;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 1;
}

.share-popup-content h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(135deg, #a60d12, #3e3e3e);
    border-radius: 2px;
}



.social-share-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 15px;
    border-radius: 12px;
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    min-height: 100px;
}

.social-share-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.social-share-btn:hover::before {
    left: 100%;
}

.social-share-btn i {
    font-size: 32px;
    margin-bottom: 8px;
}

#shareFacebook {
    background: linear-gradient(135deg, #1877f2, #0d5abe);
}

#shareZalo {
    background: linear-gradient(135deg, #0084ff, #0066cc);
}

#shareYoutube {
    background: linear-gradient(135deg, #ff0000, #cc0000);
}

#shareTikTok {
    background: linear-gradient(135deg, #000000, #333333);
}

.social-share-btn:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.social-share-btn:active {
    transform: translateY(-4px) scale(1.02);
}

.copy-link-container {
    background: linear-gradient(145deg, #f8f9fa, #e9ecef);
    border-radius: 12px;
    padding: 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.copy-link-container h3 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.link-input-group {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

#currentUrl {
    flex: 1;
    padding: 14px 20px;
    border: 1px solid rgba(102, 126, 234, 0.2);
    border-radius: 4px;
    font-size: 14px;
    background: white;
    color: #555;
    transition: all 0.3s ease;
    margin: 0px;
}

#currentUrl:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

#copyLinkButton {
    background: #a60d12;
    color: white;
    font-size: 16px;
    border: none;
    padding: 6px;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    text-transform: none;
    margin: 0px;
    line-height: 1.2;
    width: 40px;
    
}


.success-message {
    position: fixed;
    top: 0;
    right: 30px;
    font-size: 14px !important;
    background: linear-gradient(135deg, #4CAF50, #45a049);
    color: white;
    padding: 12px 24px;
    border-radius: 6px;
    box-shadow: 0 10px 25px rgba(76, 175, 80, 0.3);
    transform: translateY(-100%);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 20000;
    font-weight: 600;
}

.success-message.show {
    transform: translateY(60px);
}

.success-message {
    right: 20px;
    max-width: 90%;
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .success-message {
        right: 10px;
        left: 10px;
        max-width: none;
    }
}

.share-options .social-link {
    color: white;
}

.share-options .social-link:hover {
    color: white !important;
}

@media (max-width: 768px) {
    .qr-code-section {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        margin-bottom: 20px;
    }



    .link-input-group {
        /* flex-direction: column; */
    }

    .share-popup-content {
        padding: 24px;
        margin: 20px;
        width: calc(100% - 40px);
    }
}

.icon-box-left .icon-box-img, .icon-box-right .icon-box-img {
    line-height: 1.4;
}

    .digital-signature-container {
        /* min-height: 100vh; */
        /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px 20px;
        position: relative;
        overflow: hidden;
    }

    .digital-signature-container::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.1"/><circle cx="25" cy="75" r="1" fill="%23ffffff" opacity="0.05"/><circle cx="75" cy="25" r="1" fill="%23ffffff" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    }

    .signature-card {
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(20px);
        border-radius: 12px;
        box-shadow:
            0 25px 50px rgba(0, 0, 0, 0.15),
            0 0 0 1px rgba(255, 255, 255, 0.2);
        padding: 40px;
        max-width: 1024px;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        align-items: center;
        position: relative;
        overflow: hidden;
    }

    .signature-card::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
        transform: rotate(45deg);
        pointer-events: none;
    }

    .signature-info {
        z-index: 2;
        position: relative;
    }

    .signature-greeting {
        font-size: 18px;
        color: #666;
        margin-bottom: 10px;
        font-weight: 400;
    }

    .signature-name {
        font-size: 32px;
        font-weight: 700;
        color: #333;
        margin-bottom: 8px;
        line-height: 1.2;
    }

    .signature-position {
        font-size: 16px;
        color: #a60d12;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .signature-company {
        font-size: 20px;
        color: #333;
        font-weight: 600;
        margin-bottom: 20px;
    }


    .signature-details {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(1, 1fr);
        gap: 8px;
    }

    .signature-details .info {
        grid-column: span 3 / span 3;
    }

    .signature-details .wrapper_qr {
        grid-column: span 2 / span 2;
        grid-column-start: 4;
    }


    .detail-item {
        text-align: start;
        display: flex;
        align-items: center;
        margin-bottom: 12px;
        font-size: 14px;
        color: #555;
    }

    .detail-icon {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
        margin-right: 12px;
        color: #a60d12
    }

    .social-links {
        display: flex;
        gap: 12px;
        margin: 20px 0;
    }

    .social-link {
        width: 40px;
        height: 40px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        text-decoration: none;
    }

    .social-link.twitter {
        background: #1da1f2;
    }

    .social-link.whatsapp {
        background: #25d366;
    }

    .social-link.linkedin {
        background: #0077b5;
    }

    .social-link:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .contact-button {
        background: linear-gradient(135deg, #a60d12, #3e3e3e);
        color: white;
        border: none;
        padding: 12px 24px;
        border-radius: 6px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        font-size: 14px;
    }

    .contact-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(99, 102, 241, 0.3);
    }

    /* Sửa đổi signature-visual để có position relative */
    .signature-visual {
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 2;
        position: relative;
    }

    /* Profile image container với position relative */
    .profile-container {
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
    }

    .profile-image {
        width: 200px;
        height: 200px;
        border-radius: 12px;
        object-fit: cover;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
        display: block;
    }

    /* QR Code styling - đặt ở góc trái trên */
    .qr-code {
        border-radius: 8px;
/*         box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); */
        background: white;
        z-index: 3;
        border: 2px solid white;
    }

    .qr-code img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px;
    }

    /* Fallback QR placeholder */
    .qr-placeholder {
        position: absolute;
        top: -10px;
        left: -10px;
        width: 80px;
        height: 80px;
        border-radius: 8px;
/*         box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); */
        background: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 10px;
        font-weight: 600;
        z-index: 3;
        border: 2px solid white;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {

.profile-container {
    margin: 20px 0px !important;
}
.profile-container img {
    margin: 0px !important;
}
        .qr-code,
        .qr-placeholder {
            width: 60px;
            height: 60px;
            top: -8px;
            left: -8px;
        }

        .qr-placeholder {
            font-size: 8px;
        }
    }

    .profile-image {
        width: auto;
        height: 340px;
        border-radius: 12px;
        object-fit: cover;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
    }

    .qr-code {
        width: fit-content;
        height: auto;
        margin: 0 auto;
        border-radius: 10px;
/*         box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); */
    }

    .decorative-elements {
        position: absolute;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

    .star {
        position: absolute;
        color: #1da1f2;
        opacity: 0.3;
        animation: twinkle 3s ease-in-out infinite;
    }

    .star-1 {
        top: 20%;
        right: 15%;
        font-size: 20px;
        animation-delay: 0s;
    }

    .star-2 {
        top: 60%;
        right: 25%;
        font-size: 16px;
        animation-delay: 1s;
    }

    .star-3 {
        bottom: 30%;
        left: 20%;
        font-size: 18px;
        animation-delay: 2s;
    }

    .star-4 {
        top: 30%;
        left: 15%;
        font-size: 14px;
        animation-delay: 0.5s;
    }

    .diamond {
        position: absolute;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #0066cc;
        opacity: 0.2;
        animation: float 4s ease-in-out infinite;
    }

    .diamond-1 {
        top: 15%;
        left: 25%;
        animation-delay: 0s;
    }

    .diamond-2 {
        bottom: 25%;
        right: 20%;
        animation-delay: 2s;
    }

    .diamond-3 {
        top: 70%;
        left: 10%;
        animation-delay: 1s;
    }

    @keyframes twinkle {

        0%,
        100% {
            opacity: 0.3;
            transform: scale(1);
        }

        50% {
            opacity: 0.8;
            transform: scale(1.2);
        }
    }

    @keyframes float {

        0%,
        100% {
            transform: translateY(0px);
        }

        50% {
            transform: translateY(-10px);
        }
    }

    @media (max-width: 768px) {
        .tnp.tnp-subscription form {
  display: flex;
  flex-direction: column;
  gap:8px;
}
        .signature-details {
            display: flex;
            gap: 12px;
            flex-direction: column-reverse;
        }

        .wrapper_qr {
            margin-top: 20px;
        }

        .qr-code-actions {
            gap: 20px;
            margin-top: 20px;
        }

        .signature-card {
            grid-template-columns: 1fr;
            text-align: center;
            padding: 30px 20px;
            gap: 30px;
        }

        .signature-name {
            font-size: 28px;
        }

        .profile-image {
            width: 300px;
            height: 300px;
        }
    }

    .share-options {
        justify-content: center;
    }

.tnp.tnp-subscription form {
  display: flex;
  gap:8px;
}
.tnp-field.tnp-field-email {
    width: 100%;
    margin-bottom: 0px !important;
}
.tnp-field.tnp-field-email input {
    border: 1px solid #B4B4B4 !important;
    box-shadow: unset;
    border-radius: 3px;
    background-color: white;
}
.tnp-field.tnp-field-email label {
    display: none;
}
.tnp-field.tnp-field-button {
    margin-bottom: 0px !important;

}
.tnp-field.tnp-field-button .tnp-submit{
        background-color: var(--fs-color-primary);
        width: 100%;
}
.related-prodducts .swiper-wrapper {
  align-items: stretch !important; 
}

.related-prodducts .swiper-slide {
  height: auto !important; 
  display: flex;           
}
.related-prodducts .product-card {
  flex: 1; 
  display: flex;
  flex-direction: column; 
}

footer .container {
padding: 0px !important;
}

@media screen and (max-width: 768px) {
    footer > div .container {
	padding: 0px !important;
}
}
   


