@import url('./vgreen-new-common.css');

/* width */
::-webkit-scrollbar {
  width: 0.375rem;
  height: 0.188rem;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #afdc10;
  border-radius: 0.313rem;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #afdc10;
}

@font-face {
  font-family: "HankenGrotesk";
  src: url("../font/HankenGrotesk/HankenGrotesk-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "HankenGrotesk";
  src: url("../font/HankenGrotesk/HankenGrotesk-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "HankenGrotesk";
  src: url("../font/HankenGrotesk/HankenGrotesk-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "HankenGrotesk";
  src: url("../font/HankenGrotesk/HankenGrotesk-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "HankenGrotesk";
  src: url("../font/HankenGrotesk/HankenGrotesk-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "HankenGrotesk";
  src: url("../font/HankenGrotesk/HankenGrotesk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "HankenGrotesk";
  src: url("../font/HankenGrotesk/HankenGrotesk-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "HankenGrotesk";
  src: url("../font/HankenGrotesk/HankenGrotesk-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "HankenGrotesk";
  src: url("../font/HankenGrotesk/HankenGrotesk-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

:root {
  --white-color: #fff;
  --black-color: #000;
  --text-color: #072a09;
  --green-color: #afdc10;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "HankenGrotesk", sans-serif !important;
  font-style: normal;
}

body {
  font-size: 1rem;
  line-height: 1.5;
  color: #072a09;
}

#wrapper {
  position: relative;
}

.container {
  max-width: 90rem;
}


.btn {
  color: #072a09;
  background-color: #afdc10;
  border-radius: 6.25rem;
  border: 0.063rem solid #afdc10;
  outline: none;
  padding: 0.875rem 2rem;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}

.btn:hover {
  background-color: #072a09;
  color: #fff;
}

.btn-white {
  border: 0.063rem solid #fff;
  background-color: #fff;
  color: #072a09;
}

.btn-white:hover {
  border: 0.063rem solid #072a09;
  background-color: #072a09;
  color: #fff;
}

/* Header */
.page-header {
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: transparent;
}

.page-header .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-header .page-header-left {
  column-gap: 1.25rem;
}

.page-header {
  z-index: 2;
}

.page-header .navigation-header {
  position: relative;
}

.page-header .navigation-header.active ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  /* box-shadow: none; */
}

.page-header .navigation-list {
  display: flex;
  list-style-type: none;
  column-gap: 2rem;
  margin-bottom: 0;
  padding: 0.75rem 1rem;
  /* background-color: #fff; */
  /* box-shadow: 0 0.25rem 0.75rem 0 #0000001f; */
  /* border-radius: 0.75rem; */
  transition: 0.3s;
}

.page-header .navigation-header .mega-menu {
  padding: 1.5rem;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border-radius: 0.75rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: none;
  box-shadow: 0 0.563rem 0.75rem 0 #0000001f;
  z-index: 3;
}

.page-header ul a {
  text-decoration: none;
  color: #072a09;
  padding: 8px 16px;
  border-radius: 6px;
}

.page-header ul a:hover {
  /* color: #afdc10; */
  background: linear-gradient(90deg, #62AB00 0%, #7ECA39 100%);
  color: #fff;
}

.page-header .battery-service {
  display: flex;
  display: none;
}

.page-header .battery-service.active {
  display: flex;
}

.page-header .battery-service-item {
  flex: 1;
}

.page-header .mega-menu a {
  text-align: center;
  color: rgba(7, 42, 9, 1);
  font-weight: 500;
  transition: 0.3s;
}

.page-header .navigation-header .mega-menu.active {
  display: block;
}

.page-header .mega-menu a:hover {
  text-decoration: none;
  color: var(--green-color);
}

.page-header .battery-service-item img {
  width: 100%;
  height: 10rem;
  object-fit: contain;
}

.page-header .mega-menu .for-partner {
  display: none;
}

.page-header .mega-menu .for-partner.active {
  display: block;
}

.page-header .mega-menu .for-partner ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 0;
}

.header-sidebar {
  position: fixed;
  top: 0;
  left: -100%;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 20;
  width: 60%;
  transition: 0.3s;
  padding: 5.625rem 1.5rem;
}

.header-sidebar.active {
  left: 0;
}

.header-sidebar .close-btn {
  border: none;
  outline: none;
  background: transparent;
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.shadow-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  z-index: 5;
  transition: 0.3s;
  pointer-events: none;
}

.shadow-overlay.active {
  opacity: 0.5;
}

.header-sidebar ul {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

.header-sidebar li {
  list-style: none;
}

.header-sidebar li a {
  text-decoration: none;
  color: #072a09;
}

.header-sidebar .sidebar-content-desc a {
  color: rgba(7, 42, 9, 0.6);
}

.header-sidebar .sidebar-content-header {
  display: flex;
  justify-content: space-between;
}

.header-sidebar .sidebar-content-header svg {
  transition: 0.3s;
}

.header-sidebar .sidebar-content-header.active svg {
  transform: rotate(180deg);
}

.header-sidebar .sidebar-content-desc {
  display: none;
  margin-left: 1rem;
  margin-top: 1rem;
  padding-left: 1rem;
  border-left: 0.063rem solid rgba(7, 42, 9, 0.2);
}

.language-selector .language-button {
  border: none;
  outline: none;
  padding: 0.375rem 0.75rem;
  border-radius: 6.25rem;
  border: 0.094rem solid rgba(7, 42, 9, 0.6);
  background-color: transparent;
}

#main {
  padding: 4rem 0;
}

/* footer */
.footer {
  padding: 5.625rem 0 3.75rem;
  border-top: 0.063rem solid #072a0933;
}

.footer .divide {
  width: 100%;
  border-top: 0.063rem solid var(--Dark, #072a09);
  opacity: 0.2;
  margin: 2.5rem 0;
}

.footer .footer-group {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

.footer .footer-contact .contact-top {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.footer .footer-contact .contact-top:first-child .contact-item {
  flex: 1;
}

.footer .footer-contact .contact-top:last-child {
  justify-content: space-between;
}

.footer .footer-contact .contact-item>span {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.1rem;
  color: var(--Gray, #072a0999);
}

.footer .footer-contact .contact-item>p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: var(--text-color);
  margin: 0.5rem 0 0;
}

.footer-form h4 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.563rem;
  color: var(--text-color);
}

.footer-form>p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: var(--Gray, #072a0999);
}

.footer-form .form-group {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-form .form-group input {
  /* width: 100%;
  padding: 0.75rem 1rem;
  border: 0.063rem solid #072a0933;
  border-radius: 6.25rem;
  color: var(--Dark, #072a09); */
  background: rgba(255, 255, 255, 1);
  border-radius: 11px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  margin-top: 0;
  padding: 12px 16px;
}

.footer-form .form-group input:hover,
.footer-form .form-group input:active,
.footer-form .form-group input:focus {
  background: rgba(255, 255, 255, 1);
}

.vgreen-footer-col .footer-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0px;
}

.footer-form .form-group .btn-submit {
  background: var(--color-white-solid, rgba(255, 255, 255, 1));
  border-radius: 9px;
  margin-left: 3px;
  width: auto;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0px;
  text-align: center;
  padding: 12px 16px;
}

.footer-form .form-group .btn-submit {
  color: #000000;
}

.footer .footer-copy-right {
  display: flex;
  justify-content: center;
}

.footer .footer-copy-right a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: none;
  color: var(--text-color);
}

.footer .footer-copy-right a:hover {
  text-decoration: none;
}

.footer-menu {
  display: flex;
  justify-content: center;
  margin: 0;
  list-style: none;
  gap: 20px;
}

.footer-menu .menu-item {
  position: relative;
}

.footer-menu .menu-item a:hover,
.footer-menu .menu-item span:hover {
  cursor: pointer;
  color: #afdc10;
}

.footer-menu .dropdown-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 30rem;
  top: 2rem;
  box-shadow: 0px 24px 54px 0px #0000001a;
}

.footer-menu .dropdown-menu.active {
  display: block;
}

.footer-menu .dropdown-menu .menu-item a {
  display: block;
  padding: 1rem;
}

.swiper-pagination .swiper-pagination-bullet,
.swiper-pagination-car .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
}

.swiper-pagination .swiper-pagination-bullet-active,
.swiper-pagination-car .swiper-pagination-bullet-active {
  background-color: var(--green-color);
  width: 1.875rem;
  height: 0.625rem;
  border-radius: 0.625rem;
}

/* Form Elements */

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  height: auto;
  font-size: 0.875rem;
  color: rgba(7, 42, 9, 1);
  font-weight: 400;
  line-height: 1.094rem;
  background: none;
  border: 0.063rem solid rgba(7, 42, 9, 0.2);
  outline: none;
  padding: 1.16rem 1rem;
  border-radius: 0.75rem;
}

.form-group .select-wrap label {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 17.5px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(7, 42, 9, 1);
}

.form-group input:focus,
.form-group textarea:focus {
  background: none;
  box-shadow: unset;
}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 992px) {
  #main {
    padding: 2rem 0;
  }

  /* BLOCK FOOTER */
  .footer {
    padding: 3.75rem 0;
  }

  .footer .footer-group {
    flex-direction: column;
    gap: 2.5rem;
  }
}

@media only screen and (max-width: 575px) {
  .header-sidebar {
    width: 70%;
  }
}

/* Modal Feedback Form */
#block-vgreen-feedback {
  padding: 0;
}

#feedbackModal .modal-dialog {
  max-width: 50%;
}

#feedbackModal .modal-content {
  padding: 1.75rem 2.75rem 2.75rem;
  border-radius: 2rem;
}

#feedbackModal .modal-header {
  border: none;
}

#feedbackModal .modal-body {
  padding: 0;
  text-align: left;
}

#feedbackModal .form-title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 140%;
}

#feedbackModal .form-subtitle {
  font-size: 1rem;
  font-weight: 300;
  line-height: 140%;
}

#feedbackModal .modal-body input,
#feedbackModal .modal-body select {
  border: 0.063rem solid rgba(7, 42, 9, 0.2);
  outline: none;
  border-radius: 0.625rem;
  width: 100%;
  height: auto;
  color: #072a09;
}

#feedbackModal .modal-body input::placeholder {
  color: #072a09;
}

#feedbackModal .form-subtitle:last-child {
  margin-bottom: 1.5rem;
}

#feedbackModal .form-actions {
  text-align: center;
}

#feedbackModal .form-actions input {
  width: fit-content;
  background-color: #afdc10;
  margin-top: 1rem;
  border-radius: 6.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

#feedbackModal .form-actions input:hover {
  background-color: #072a09;
  color: #afdc10;
}

#feedbackModal .feedback-image-wrapper {
  width: 100%;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  justify-content: space-between;
}

#feedbackModal .feedback-image-wrapper .vgreen-image-widget {
  border-radius: 0.75rem;
  border: 0.063rem dashed rgba(7, 42, 9, 0.2);
  height: 6rem;
  background-image: url("../images/icon-upload.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  background-size: 1.375rem;
  position: relative;
}

#feedbackModal .feedback-image-wrapper .vgreen-image-widget span {
  display: none;
}

#feedbackModal .feedback-image-wrapper .vgreen-image-widget img {
  height: 100%;
  width: 100%;
  border-radius: 0.75rem;
  object-fit: cover;
}

#feedbackModal .feedback-image-wrapper .vgreen-image-widget input.form-file {
  width: 100%;
  height: 100%;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}

#feedbackModal .feedback-image-wrapper .vgreen-image-widget input.form-submit {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  right: 0.5rem;
  top: 0.5rem;
  background-image: url("../images/icon-close.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: none;
}

#feedbackModal .feedback-image-wrapper .w-20 {
  width: 20%;
}

#feedbackModal .feedback-image-wrapper div[data-drupal-messages],
#feedbackModal .feedback-image-wrapper .file-upload-js-error {
  display: none;
}

#feedbackModal .feedback-image-wrapper .vgreen-image-widget:has(.file-upload-js-error) {
  border: 0.063rem solid red;
}

#feedbackModal .label-image {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.094rem;
}

.modal .modal-content {
  border-radius: 1.5rem;
  min-width: 40.5rem;
}

.modal .modal-content .modal-body {
  padding: 0.75rem 3.75rem 3.75rem 3.75rem;
  text-align: center;
}

.modal .modal-content .modal-body p {
  margin: 1rem 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.1rem;
}

.modal .modal-content .modal-body span {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4rem;
}

.modal .modal-content .modal-body span.form-error.error {
  margin-left: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.938rem;
  margin-left: 1rem;
  color: #e04545;
}

@media only screen and (max-width: 1200px) {
  #feedbackModal .modal-dialog {
    max-width: 80%;
  }

  .modal .modal-content {
    min-width: unset;
    max-width: 80%;
  }
}

@media only screen and (max-width: 992px) {
  #feedbackModal .modal-dialog {
    max-width: 70%;
    margin-top: 2rem;
  }

  #feedbackModal .modal-content {
    padding: 0.75rem 1rem 1.75rem;
    max-width: unset;
  }

  #feedbackModal .feedback-image-wrapper .vgreen-image-widget {
    height: 3.75rem;
  }
}

@media only screen and (max-width: 575px) {
  #feedbackModal .modal-dialog {
    max-width: 100%;
  }
}

/* Tooltip */
.tooltip.bs-tooltip-bottom {
  opacity: 1;
}

.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #fff;
}

.tooltip.bs-tooltip-bottom .tooltip-inner {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.094rem;
  color: #072a09;
  background-color: #fff;
  padding: 1rem;
  max-width: 16.813rem;
  text-align: left;
}

/* Message Error */
span.form-error.error {
  margin-left: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0.938rem;
  margin-left: 1rem;
  color: #e04545;
}

/* Form label */
.floating-label {
  position: relative;
}

.floating-label>input+label,
.floating-label>textarea+label {
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  z-index: 3;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  top: 0;
  left: 0;
  pointer-events: none;
  display: block;
  padding: 0.938rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.094rem;
  color: #072a09;
}

.floating-label>input:focus,
.floating-label>input:focus,
.floating-label>textarea:focus,
.floating-label>textarea:focus,
.form-group.has-value .floating-label>input,
.form-group.has-value .floating-label>textarea {
  padding-top: 1.75rem;
  padding-bottom: 0.563rem;
}

.floating-label>input:focus+label,
.floating-label>input:focus+label.label-sm,
.floating-label>textarea:focus+label,
.floating-label>textarea:focus+label.label-sm.select-wrap,
.form-group.has-value .floating-label>input+label,
.form-group.has-value .floating-label>textarea+label {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #072a09;
  top: 0.313rem;
  left: 1rem;
  padding: 0;
}

span.required {
  font-weight: 600;
  font-size: 1rem;
  line-height: 150%;
  color: #1464f4;
}

.select-wrap>label {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #3c3c3c;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}

.select-wrap>label.selected {
  top: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.select-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icon-ngang.svg) no-repeat center center;
  position: absolute;
  right: 10px;
  top: 17px;
}

.select-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select-wrap .select2-container .select2-selection--single {
  border: 0.063rem solid rgba(7, 42, 9, 0.2);
  border-radius: 0.75rem;
  height: 56px;
  position: relative;
  outline: none;
  background: transparent;
}

.select-wrap .select2-container--default {
  width: 100% !important;
}

.select2-container--default .select2-search--dropdown:before {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icon-search.svg) no-repeat;
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
}

.select2-container--default .select2-search--dropdown {
  position: relative;
}

.select2-dropdown {
  background: #ffffff;
  -webkit-box-shadow: 0px 24px 54px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 24px 54px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  border: 0 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background: #f7f9f9;
  border-radius: 3px;
  display: block;
  border-color: #f7f9f9 !important;
  padding: 8px;
  padding-left: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #3c3c3c;
  outline: none;
}

.form-group.has-value .select-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 24px;
  padding-bottom: 6px;
  line-height: 28px;
  padding-left: 16px;
  padding-right: 50px;
}

.grecaptcha-badge {
  display: none;
}

.select2-container {
  z-index: 1055;
}

@media only screen and (max-width: 768px) {
  .footer .footer-contact .contact-top {
    flex-direction: column;
  }

  .footer .footer-contact .contact-top:first-child .contact-item {
    flex: unset;
  }

  .footer .footer-copy-right {
    justify-content: unset;
  }

  .footer-menu {
    flex-direction: column;
    gap: 1rem;
  }

  .footer-menu .dropdown-menu {
    position: unset;
    float: none;
    width: 100%;
    margin: 1rem 0 0 0;
  }
}

/* Common component using new UI vgreen */
.vgreen-badge-common {
  display: inline-flex;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 0.7rem;
  align-items: center;
  gap: 10px;
  padding: 2px 8px;
  background-color: rgba(7, 42, 9, 0.06);
  border-radius: 6px;
}

.vgreen-badge-common::after,
.vgreen-badge-common::before {
  content: "";
  display: block;
  width: 32px;
  height: 0.5px;
  background: rgba(7, 42, 9, 1);
}

.vgreen-title-section {
  font-weight: 700;
  font-size: 48px;
  line-height: 130%;
  letter-spacing: 0px;
  vertical-align: middle;
  margin: 6px 0 10px;
  text-transform: none;
  margin-top: 0;
}

.charging-service .vgreen-title-section {
  text-transform: uppercase;
}

.vgreen-footer {
  background: #eaffea;
  position: relative;
  overflow: hidden;
}

/* Skyline background */
.vgreen-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../images/home-new/footer-bg.webp') center bottom no-repeat;
  background-size: contain;
  opacity: 1;
  pointer-events: none;
}

.vgreen-footer * {
  position: relative;
  z-index: 1;
}

/* Subscribe */
.footer-subscribe input {
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
}

.footer-subscribe button {
  border-radius: 8px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

/* Company */
.footer-company {
  font-size: 14px;
  line-height: 1.6;
  color: #0b3d2e;
}

/* Menu */
.footer-menu li {
  margin-bottom: 10px;
}

.footer-menu a {
  text-decoration: none;
  font-size: 16px;
  color: #1f5c3c;
  transition: color .2s;
}

.footer-menu a:hover {
  color: #0a7c3b;
}

/* Titles */
.footer-title {
  font-size: 14px;
  font-weight: 700;
  color: #0b3d2e;
  margin-bottom: 12px;
}

/* Contact */
.footer-contact li {
  font-size: 14px;
  color: #1f5c3c;
  margin-bottom: 10px;
}

.footer-contact i {
  margin-right: 8px;
  color: #0a7c3b;
}

/* Address */
.footer-address {
  font-size: 14px;
  color: #1f5c3c;
  line-height: 1.6;
}

/* Languages */
.lang-list a {
  margin-right: 12px;
  font-size: 14px;
  text-decoration: none;
  color: #1f5c3c;
}

.lang-list a:hover {
  text-decoration: underline;
}

/* Bottom */
.footer-bottom {
  font-size: 13px;
  color: #5b7d6b;
}

.footer-bottom a {
  color: #5b7d6b;
  text-decoration: none;
}

@media (min-width: 1200px) and (max-width: 1440px) {

  .container,
  #greenSolutionSection .custom-container {
    padding: 0.75rem;
  }

  .vgreen-title-section {
    font-size: 2rem;
  }

  .vgreen-badge-common {
    margin: 0.3rem;
  }

  .left-sticky-column {
    padding-left: 8px;
    padding-right: 8px;
  }

  .sticky-content .title-block .section-title-32 {
    font-size: 29px;
  }
}

.page-node-type-tin-tuc #page-title {
  display: none;
}

.page-node-type-tin-tuc .card-tag {
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  background: var(--color-violet-19, rgba(52, 0, 97, 1));
  opacity: 0.5;
  padding: 4px 8px;
  border-radius: 69px;
  color: #fff;
}

.page-node-type-tin-tuc .created {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0;
  color: var(--color-gray-60, rgba(7, 42, 9, 1));
}

.news-titlemb-4 {
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0;
  vertical-align: middle;
}

.page-node-type-tin-tuc .content-value {
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
}

.page-node-type-tin-tuc .news-thumbnail img {
  border-radius: 30px;
  max-height: 460px;
  max-width: 100%;
}

/* .news-related-right-sidebar .views-row{
  border-radius: 16px;
}
.news-related-right-sidebar .views-row .avatar a{
  display: block;
  width: 100%;
  overflow: hidden;
}
.news-related-right-sidebar .views-row .avatar a img{
  max-height: 110px;
} */

.footer-nav .footer-menu .menu-item .dropdown-toggle {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
}

@media(max-width: 767px) {

  .vgreen-title-section,
  .about-stats .stat-number {
    font-size: 29px;
  }

  .faq-item {
    padding: 12px
  }

  .service-tabs {
    border: none;
  }


}

.faq-item.active .faq-content {
  max-height: 1000px;
}

/* Overlay */
.vgreen-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease;
  z-index: 9999;
}

/* Active */
.vgreen-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Modal box */
.vgreen-modal {
  background: #fff;
  width: 100%;
  max-width: 920px;
  border-radius: 20px;
  padding: 32px;
  position: relative;
  transform: translateY(40px) scale(0.96);
  opacity: 0;
  transition: all 0.35s ease;
}

/* Animate in */
.vgreen-modal-overlay.active .vgreen-modal {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* Close button */
.vgreen-modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 28px;
  border: none;
  background: none;
  cursor: pointer;
  color: #333;
}

/* Submit button */
.partner-lead-form .form-submit {
  width: 100%;
  background: #7ac400;
  color: #fff;
  border-radius: 10px;
  padding: 14px;
  font-weight: 600;
  border: none;
}

/* Mobile */
@media (max-width: 576px) {
  .vgreen-modal {
    padding: 24px;
    border-radius: 16px;
  }
}

/* ===============================
   FLOATING LABEL WRAPPER
================================ */
.form-floating-custom {
  position: relative;
}

/* ===============================
   INPUT / TEXTAREA BASE
================================ */
.form-control-custom {
  width: 100%;
  border-color: var(--vgreen-border-gray);
  border-radius: 6px;
  padding: 1.1rem 1rem 0.5rem;
  font-size: 0.95rem;
  background-color: #fff;
}

/* ===============================
   FOCUS STATE
================================ */
.form-control-custom:focus {
  border-color: var(--vgreen-green);
  box-shadow: 0 0 0 0.25rem rgba(56, 142, 60, 0.25);
}

/* ===============================
   FLOATING LABEL DEFAULT
   (Placeholder state)
================================ */
.form-floating-custom label {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  font-size: 0.95rem;
  font-weight: 300;
  color: #6c757d;
  background: #fff;
  padding: 0 6px;
  pointer-events: none;
  transition: all 0.25s ease;
}

/* ===============================
   FLOATING LABEL ACTIVE
   (Focus or Has Value)
================================ */
.form-floating-custom input:focus+label,
.form-floating-custom input:not(:placeholder-shown)+label,
.form-floating-custom textarea:focus+label,
.form-floating-custom textarea:not(:placeholder-shown)+label {
  top: -0.45rem;
  font-size: 0.75rem;
  color: var(--vgreen-green);
}

/* ===============================
   TEXTAREA FIX
================================ */
.textarea-floating label {
  top: 1rem;
  transform: none;
}

/* ===============================
   HIDE PLACEHOLDER ALWAYS
================================ */

/* Chrome, Edge, Safari */
.form-floating-custom input::placeholder,
.form-floating-custom textarea::placeholder {
  color: transparent;
}

/* Firefox */
.form-floating-custom input::-moz-placeholder,
.form-floating-custom textarea::-moz-placeholder {
  color: transparent;
}

/* Internet Explorer / Edge legacy */
.form-floating-custom input:-ms-input-placeholder,
.form-floating-custom textarea:-ms-input-placeholder {
  color: transparent;
}


/* ===============================
   CHECKBOX CUSTOM
================================ */
/* .checkbox-custom:checked {
  background-color: var(--vgreen-green);
  border-color: var(--vgreen-green);
} */

.checkbox-custom:focus {
  box-shadow: 0 0 0 0.25rem rgba(56, 142, 60, 0.25);
}

/* ===============================
   BUTTON
================================ */
.btn-vgreen-primary {
  background-color: var(--vgreen-green);
  border-color: var(--vgreen-green);
  color: #fff;
}

.btn-vgreen-primary:hover {
  background-color: #2E7D32;
  border-color: #2E7D32;
}

/* ===============================
   HIDE PLACEHOLDER ON FOCUS
================================ */
.form-control-custom::placeholder {
  transition: color 0.2s ease;
}

.form-control-custom:focus::placeholder {
  color: transparent;
}

.partner-lead-form .field-type-radio-custom #edit-field-customer-need {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}

.partner-lead-form .form-submit {
  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: 6px;
}

.vgreen-footer-col ul li a {
  color: var(--Dark, rgba(7, 42, 9, 1));
  text-decoration: none;
}

.vgreen-green-dark-color {
  color: rgba(92, 165, 23, 1);
}

.featured-card .avatar img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.news-card {
  position: relative;
}

.news-card {
  overflow: hidden;
  height: 100%;
}

.news-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .06);
  transition: .25s ease;
}

.news-card .field-content .content {
  padding: 24px;
}

.news-card .field-content .content .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: left;
  text-decoration: none;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(7, 42, 9, 1);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-card .field-content .content .sapo {
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-top: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: rgba(7, 42, 9, 1);
}

.news-card .field-content .content .created {
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(7, 42, 9, 0.6);
  margin-top: 8px;
  display: flex;
  align-items: center;
}

.news-card a {
  text-decoration: none !important;
}

.news-card .field-content .created .icon-time {
  content: url(../images/clock.svg);
  width: 16px;
  height: auto;
}

.header-new-sticky {
  position: sticky;
  top: var(--vgreen-sticky-top, 0);
  /* dynamic, fallback 60px */
  overflow: visible;
  /* padding-top: 10px; */
  z-index: 9;
  background: #fff;
}

/* Mobile: tắt sticky */
@media (max-width: 1023px) {
  #block-vgreen-headernew.header-new-sticky {
    position: relative !important;
    top: unset !important;
  }
}

/* Container bao ngoài để căn giữa phân trang */
.pager {
  margin: 40px 0;
  display: flex;
  justify-content: center;
}

/* Reset list và hiển thị theo chiều ngang */
.pager__items {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
  /* Khoảng cách giữa các con số */
}

/* Style cơ bản cho mỗi item */
.pager__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 8px;
  color: #000;
  /* Màu mặc định */
  text-decoration: none;
  font-weight: 500;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  transition: all 0.3s ease;
}

/* Trạng thái Hover và Trang hiện tại (Active) */
.pager__item a:hover,
.pager__item.is-active a {
  background-color: #62AB00;
  /* Màu xanh yêu cầu */
  color: #fff;
  /* Chuyển chữ sang trắng để dễ đọc trên nền xanh */
  border-color: #62AB00;
}

/* Style riêng cho nút Next và Last nếu cần khác biệt */
.pager__item--next a,
.pager__item--last a {
  font-size: 0.9em;
  padding: 0 15px;
}

/* Ẩn tiêu đề hỗ trợ người khiếm thị nhưng vẫn giữ cho trình đọc màn hình */
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

@media (max-width: 767px) {
  .vgreen-modal-overlay.active{
    overflow-y: scroll;
  }
  .vgreen-modal-overlay.active .vgreen-modal {
    transform: translateY(0) scale(0.6);
  }
}