.page-node-type-homepagenew {
    --green-dark: #0b4f2d;
    --green-btn: #5cb334;
    --gray-light: #FDFDFD;
    --bg-white: #ffffff;
    --gray-dark: #072A09;
    --gray-medium: #062F1B;
}

.hero-slider-section .swiper-slide .slide-content img {
    width: 100%;
    height: auto;
}

.hero-slider-section .swiper-pagination .swiper-pagination-bullet-active,
.hero-slider-section.swiper-pagination-car .swiper-pagination-bullet-active {
    width: 0.625rem !important;
    height: 0.625rem !important;
}

/* Section wrapper with dotted map background (Group.png) */
.vgreen-section {
    position: relative;
    overflow: visible;
    padding-top: 92px;
    padding-bottom: 56px;
    /* padding: 92px auto 56px auto; */
    background-color: var(--bg-white);
}

/* background map placed via pseudo element so it sits behind content */
.vgreen-section .vgreen-inner::before {
    content: "";
    position: absolute;
    top: 15%;
    right: 20%;
    width: 70%;
    height: 83%;
    background-image: url('../images/home-new/frame-map-global-hidden.webp');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    opacity: 0.8;
    /* faint dotted map */
    pointer-events: none;
    z-index: 0;
    transform: translateZ(0);
}

.vgreen-card {
    background: var(--bg-white);
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(41, 50, 60, 0.08);
    overflow: hidden;
}

.vgreen-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

/* layout spacing inside card */
.vgreen-left {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Right content */
.vgreen-content {
    padding: 0 36px;
    z-index: 2;
}

.vgreen-lead {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-bottom: 2px;
}

.vgreen-paragraph {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
    vertical-align: middle;
}

/* Column heights to align image card visually */
.vgreen-left .vgreen-card {
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) {}

@media (max-width: 767.98px) {
    .vgreen-section {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .vgreen-section::after {
        display: none;
    }

    .vgreen-title-section {
        font-size: 26px;
        margin-top: 8px;
    }

    .vgreen-content {
        padding: 10px;
    }
    .vgreen-button{
        padding: 20px 40px;
        display: block;
    }
}

.stats-title-main {
    font-size: 2rem;
    font-weight: 800;
    color: var(--green-dark);
}

.stat-value {
    font-size: 2.2rem;
    font-weight: 900;
    color: rgba(6, 47, 27, 1);
}

.solutions-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--green-dark);
}

.solution-card {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border: 4px solid #A1E600;
    border-radius: 16px;
    height: 100%;
}

.solution-card>img {
    width: auto;
    height: 100%;
    transition: transform 0.3s ease;
    object-fit: cover;
}

.solution-card .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease;
}



.stats-section .stat-card {
    padding: 1rem;
    position: relative;
    border-radius: 29px;
    backdrop-filter: blur(24px);
    box-shadow: 0px 4px 12px 0px #0000001F;
    transform: translateY(-5px);
    transition: all 0.3s ease;
    height: 100%;
}

.stats-section .stat-card:hover::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 55%;
    /* border-radius: 12px; */
    /* z-index: -1; */
    opacity: 0.8;
    background: url('../images/home-new/icon-vgreen-hidden.png') no-repeat center;
    background-size: contain;
}

.stats-section .stat-card:hover {
    background: linear-gradient(297.25deg, #E2FAEC 8.63%, #F4FFF2 48%, #CFFCCA 85.89%);
}

.stats-section .stat-card .stat-number {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stats-section .stat-card .stat-number .number {
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    letter-spacing: 0px;
    vertical-align: middle;
}

.stats-section .stat-card .stat-number .check-icon {
    visibility: hidden;
    opacity: 0;
}

.stats-section .stat-card:hover .stat-number .check-icon {
    visibility: visible;
    opacity: 1;
}

.stats-section .stat-card .stat-heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-bottom: 3.8rem;
    min-height: 80px;
}

.stats-section .stat-card .stat-value {
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0px;
    vertical-align: middle;
    transition: transform 0.4s ease, opacity 0.4s ease;
    margin-bottom: 0.6rem;
}

.stat-value.is-animating {
    transform: scale(1.05);
}

.stats-section .stat-card .stat-caption {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0px;
    vertical-align: middle;
}

.overlay-head .vgreen-badge-common {
    background: transparent;
    position: relative;
    padding-left: 4rem;
}

.overlay-head .vgreen-badge-common::before {
    content: "";
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 12px;
    height: 12px;
    /* border-radius: 12px; */
    /* z-index: -1; */
    opacity: 0.8;
    background: url('../images/home-new/icon-dot-square.svg') no-repeat center;
    background-size: contain;
}

.overlay-head .vgreen-badge-common::after {
    position: absolute;
    left: 25px;
}

.card-overlay .overlay-text {
    backdrop-filter: blur(18.799999237060547px);
    border: 1px solid rgba(175, 220, 13, 1);
    padding: 20px;
    position: absolute;
    border-radius: 16px;
    left: 20px;
    bottom: 10px;
    background: rgba(255, 255, 255, 0.7);
    width: 20rem;
}

.overlay-labels {
    display: inline-flex;
    gap: 10px;
    justify-content: space-around;
}

.overlay-labels .overlay-label-item {
    background: rgba(0, 0, 0, 0.19);
    border-radius: 3px;
    padding: 4px 10px;
    font-weight: 300;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    position: relative;
    padding-left: 2rem;
}

.overlay-labels .overlay-label-item::after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 11px;
    width: 15px;
    height: 15px;
    opacity: 0.8;
    background: url('../images/home-new/icon-P.svg') no-repeat center;
    background-size: contain;
}

.card-overlay .overlay-text .overlay-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: 0px;
}

.card-overlay .overlay-text .overlay-hidden {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(20px);
    transition:
        max-height 0.45s ease,
        opacity 0.35s ease,
        transform 0.45s ease;
}

.card-overlay .overlay-text .overlay-caption {
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0px;
}

.btn-vgreen-primary {
    background: linear-gradient(90deg, #62AB00 0%, #7ECA39 100%);
    color: white;
    border-radius: 9px;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    width: 100%;
    background-color: white;
    border: none;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 5px;
}

.card-overlay:hover .overlay-text .overlay-hidden {
    max-height: 300px;
    /* đủ lớn cho caption + button */
    opacity: 1;
    transform: translateY(0);
}

/* ===============================
   CONSULTATION FORM WRAPPER
================================ */
.consultation-form {
  background-color: var(--bg-white);
  padding: 41px 33px;
  border-radius: 32px;
  position: relative;
  z-index: 1;
  margin-top: 1rem;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 991.98px) {
  .consultation-form-col {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .consultation-form-col {
    padding-left: 5rem;
  }
}