@charset "UTF-8";
/* ==================== ABOUT PAGE - NAM VIET HUNG ==================== */
:root {
  --nvh-primary: #034EA2;
  --nvh-primary-light: #00AEEF;
  --nvh-dark-v1: #0A0A0A;
  --nvh-dark-v2: #404040;
  --nvh-light-v1: #FAFAFA;
  --nvh-secondary-3: #DEF3FF;
  --nvh-border-light: #F5F5F5;
  --nvh-white: #FFFFFF;
  --nvh-blue-50: #EFFAFF;
  --nvh-font-heading: 'Averta', sans-serif;
  --nvh-font-body: 'Averta', sans-serif; }

.about-page {
  background: var(--nvh-light-v1); }

/* Container-fluid inside about sections inherits flex layout */
.about-intro > .container-fluid {
  display: flex;
  gap: 40px;
  align-items: flex-start; }

.about-energy > .container-fluid {
  position: relative;
  z-index: 1; }

.about-awareness > .container-fluid {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center; }

.about-timeline > .container-fluid {
  display: flex;
  gap: 16px;
  align-items: flex-start; }

.about-solar > .container-fluid {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 72px; }

.about-values > .container-fluid {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center; }

.about-partners > .container-fluid {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center; }

.about-certificates > .container-fluid {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center; }

.about-profile > .container-fluid {
  /* no special flex needed, inner handles it */ }

/* ==================== HERO BANNER ==================== */
.about-hero {
  position: relative;
  overflow: hidden;
  /* Tỉ lệ 21:9 theo Figma */
  padding-bottom: calc(9 / 21 * 100%);
  /* Gradient overlay: trong suốt ở trên, tối dần xuống dưới */
  /* Content nằm bottom-left, padding 100px ngang, 40px dưới */ }
  .about-hero picture, .about-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%; }
  .about-hero__image {
    object-fit: cover;
    display: block; }
  .about-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.25) 40%, transparent 70%);
    z-index: 1; }
  .about-hero__content {
    position: absolute;
    bottom: 40px;
    left: 100px;
    right: 100px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .about-hero__breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px; }
    .about-hero__breadcrumb a {
      font-family: var(--nvh-font-body);
      font-weight: 400;
      font-size: 16px;
      line-height: 23px;
      letter-spacing: -0.5px;
      color: var(--nvh-white);
      text-decoration: none;
      white-space: nowrap; }
    .about-hero__breadcrumb span.active {
      font-family: var(--nvh-font-body);
      font-weight: 600;
      font-size: 16px;
      line-height: 23px;
      letter-spacing: -0.5px;
      color: var(--nvh-white);
      white-space: nowrap; }
    .about-hero__breadcrumb .separator {
      width: 20px;
      height: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0; }
      .about-hero__breadcrumb .separator svg {
        width: 6px;
        height: 10px; }
  .about-hero__title {
    font-family: var(--nvh-font-heading);
    font-weight: 600;
    font-size: 56px;
    line-height: 68px;
    letter-spacing: -3px;
    color: var(--nvh-white);
    margin: 0; }

/* ==================== INTRO SECTION ==================== */
.about-intro {
  padding: 0;
  /* Radial gradient theo Figma: trắng → #def3ff → #aae7ff → #75dbff */
  background: radial-gradient(ellipse 150% 120% at 94% 0%, #ffffff 0%, #def3ff 53%, #aae7ff 76%, #75dbff 100%);
  /* H3: 40px/52px, mixed colors inline */
  /* Title/LG: 24px/34px */ }
  .about-intro__image-wrap {
    flex: 4;
    min-width: 0;
    padding: 48px 0;
    align-self: center; }
  .about-intro__image {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block; }
  .about-intro__video {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    /* 16:9 */
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(3, 78, 162, 0.18); }
    .about-intro__video iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  .about-intro__content {
    flex: 6;
    min-width: 0;
    padding: 48px 20px;
    display: flex;
    flex-direction: column;
    gap: 24px; }
  .about-intro__heading {
    font-family: var(--nvh-font-heading);
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -2.5px;
    color: var(--nvh-dark-v1);
    margin: 0; }
    .about-intro__heading .highlight {
      color: var(--nvh-primary);
      /* #034ea2 */ }
  .about-intro__desc {
    font-family: var(--nvh-font-body);
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
    color: var(--nvh-dark-v1);
    margin: 0; }
    .about-intro__desc strong {
      font-weight: 600; }
  .about-intro__btn {
    align-self: flex-start; }

/* ==================== ACCORDION ==================== */
.about-accordion {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%; }
  .about-accordion__item {
    border-bottom: 1px solid #def3ff;
    padding: 16px 20px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    cursor: pointer;
    transition: background 0.25s;
    border-radius: 2px; }
    .about-accordion__item.no-desc {
      cursor: default;
      pointer-events: none; }
    .about-accordion__item.active {
      background: var(--nvh-white); }
      .about-accordion__item.active .about-accordion__title {
        color: var(--nvh-primary); }
      .about-accordion__item.active .about-accordion__body {
        display: block; }
  .about-accordion__text {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 6px; }
  .about-accordion__title {
    font-family: var(--nvh-font-heading);
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -2px;
    color: var(--nvh-dark-v1);
    margin: 0;
    transition: color 0.25s; }
  .about-accordion__body {
    display: none;
    font-family: var(--nvh-font-body);
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.5px;
    color: var(--nvh-dark-v2);
    /* #404040 */
    margin: 0; }
  .about-accordion__icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    color: var(--nvh-dark-v1); }
    .about-accordion__icon svg {
      width: 14px;
      height: 14px; }

/* ==================== ENERGY TREND ==================== */
.about-energy {
  padding: 72px 0;
  min-height: 695px;
  position: relative;
  overflow: hidden;
  /* 1 row duy nhất, 2 cột flex-1 */
  /* Left col: pr-126px */
  /* Right col: pl-45px pr-35px */
  /* H3: 40px/52px */
  /* Title/MD: 20px/30px */ }
  .about-energy__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    /* Gradient #def3ff → transparent từ trên xuống */ }
    .about-energy__bg picture, .about-energy__bg img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .about-energy__bg::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(to bottom, #def3ff 0%, rgba(222, 243, 255, 0) 100%); }
  .about-energy__row {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    width: 100%; }
  .about-energy__left {
    flex: 1;
    min-width: 0;
    padding-right: 126px;
    display: flex;
    align-items: center; }
  .about-energy__right {
    flex: 1;
    min-width: 0;
    padding-left: 45px;
    padding-right: 35px;
    display: flex;
    align-items: center; }
  .about-energy__title {
    font-family: var(--nvh-font-heading);
    font-weight: 600;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: -2.5px;
    color: var(--nvh-dark-v1);
    margin: 0; }
  .about-energy__text {
    font-family: var(--nvh-font-body);
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.7px;
    color: var(--nvh-dark-v1);
    margin: 0; }

/* ==================== AWARENESS SECTION ==================== */
.about-awareness {
  padding: 72px 0;
  /* gradient dừng tại 64.257% */
  background: linear-gradient(to bottom, #def3ff 0%, #def3ff 0%, #ffffff 64.257%);
  /* Title/LG/Bold: 24px/34px/600 */
  /* H2: 48px/62px/600, màu primary */
  /* Image: 601px height, border-radius 4px */ }
  .about-awareness__heading {
    text-align: center;
    padding: 0 236px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%; }
  .about-awareness__subtitle {
    font-family: var(--nvh-font-body);
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -1px;
    color: var(--nvh-dark-v1);
    margin: 0;
    text-align: center; }
  .about-awareness__title {
    font-family: var(--nvh-font-heading);
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: -2.5px;
    color: var(--nvh-primary);
    margin: 0;
    text-align: center; }
  .about-awareness__image {
    width: 100%;
    height: 601px;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0; }
    .about-awareness__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }

/* ==================== TIMELINE ==================== */
.about-timeline {
  background: var(--nvh-white);
  padding: 0 0 72px;
  /* Left: flex-1, items-center, heading w-451px */
  /* Right: flex-1, px-24px, gap-40px */
  /* Wrapper chứa line + items */
  /* Đường dọc: w-18px, margin-right: -15px */
  /* Year row: dot + year, gap-24px */
  /* Dot: 12x12px, z-index 2 */
  /* Year: H3 40px/52px, primary */
  /* Desc: pl-24px, bullet list */ }
  .about-timeline__left {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center; }
  .about-timeline__heading {
    font-family: var(--nvh-font-heading);
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: -2.5px;
    color: var(--nvh-dark-v1);
    margin: 0;
    max-width: 451px; }
  .about-timeline__right {
    flex: 1;
    min-width: 0;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    gap: 40px; }
  .about-timeline__list {
    display: flex;
    align-items: flex-start;
    padding-right: 15px; }
  .about-timeline__line {
    width: 18px;
    flex-shrink: 0;
    align-self: stretch;
    margin-right: -15px;
    position: relative; }
    .about-timeline__line::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 6px;
      /* align với dot */
      bottom: 0;
      width: 2px;
      background: var(--nvh-primary);
      transform: translateX(-50%);
      opacity: 0.2; }
  .about-timeline__items {
    flex: 1;
    min-width: 0;
    margin-right: -15px;
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .about-timeline__item {
    padding: 8px 20px 8px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-radius: 8px; }
  .about-timeline__year-row {
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
    z-index: 1; }
  .about-timeline__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--nvh-primary);
    flex-shrink: 0;
    position: relative;
    z-index: 2; }
  .about-timeline__year {
    font-family: var(--nvh-font-heading);
    font-weight: 600;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: -2.5px;
    color: var(--nvh-primary);
    margin: 0;
    white-space: nowrap; }
  .about-timeline__desc {
    padding-left: 24px; }
    .about-timeline__desc ul {
      margin: 0;
      padding-left: 20px;
      list-style: disc; }
      .about-timeline__desc ul li {
        font-family: var(--nvh-font-body);
        font-weight: 400;
        font-size: 16px;
        line-height: 23px;
        letter-spacing: -0.5px;
        color: var(--nvh-dark-v1); }
  .about-timeline__btn {
    align-self: flex-start; }

/* ==================== SOLAR SOLUTION ==================== */
.about-solar {
  padding: 72px 0 0;
  position: relative;
  overflow: hidden;
  /* H2 48px/62px, trắng, max-width 679px */
  /* Tabs wrapper: gap-16px, pb-72px */
  /* Tab nav: w-451px */
  /* Tab button: h-59px, H6 28px/35px/-1.7px */
  /* Tab content: flex-1, px-90px, gap-20px */
  /* Tab title: H2 48px/62px trắng */
  /* Tab desc: Title/LG 24px/34px trắng */ }
  .about-solar__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none; }
    .about-solar__bg picture, .about-solar__bg img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .about-solar__bg picture:last-child img {
      /* lớp overlay thứ 2 */ }
  .about-solar__title {
    position: relative;
    z-index: 1;
    font-family: var(--nvh-font-heading);
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: -2.5px;
    color: var(--nvh-white);
    margin: 0;
    max-width: 679px; }
  .about-solar__tabs {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding-bottom: 72px; }
  .about-solar__tab-nav {
    width: 451px;
    flex-shrink: 0;
    display: flex;
    gap: 24px;
    align-items: flex-start;
    align-self: stretch; }
    .about-solar__tab-nav > div {
      flex: 1;
      min-width: 0;
      display: flex;
      flex-direction: column; }
  .about-solar__tab-btn {
    display: flex;
    align-items: center;
    height: 59px;
    padding: 12px 24px;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    background: none;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.25s, border-left-width 0.25s;
    width: 100%;
    text-align: left;
    outline: none !important; }
    .about-solar__tab-btn span {
      font-family: var(--nvh-font-heading);
      font-weight: 600;
      font-size: 28px;
      line-height: 35px;
      letter-spacing: -1.7px;
      color: var(--nvh-white);
      flex: 1; }
    .about-solar__tab-btn.active {
      opacity: 1;
      border-left: 3px solid var(--nvh-white); }
  .about-solar__tab-content {
    flex: 1;
    min-width: 0;
    padding: 0 90px;
    display: none;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    color: var(--nvh-white); }
    .about-solar__tab-content.active {
      display: flex; }
  .about-solar__tab-title {
    font-family: var(--nvh-font-heading);
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: -2.5px;
    color: var(--nvh-white);
    margin: 0; }
  .about-solar__tab-desc {
    font-family: var(--nvh-font-body);
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -1px;
    color: var(--nvh-white);
    margin: 0; }

/* ==================== CORE VALUES ==================== */
.about-values {
  padding: 72px 0;
  /* H2: 48px/62px, text-black, text-center, max-width 927px */
  /* Grid: 3 cột, height 424px, gap 16px */
  /* Card: flex-1, gradient #def3ff → #fafafa, p-24px, gap-12px, border-radius 8px */
  /* Icon: 150x150px, flex-shrink 0 */
  /* Card body: gap-8px, pr-32px */
  /* Card title: H4 36px/45px/-2px */
  /* Card desc: Body L/Regular 16px/23px/-0.5px */ }
  .about-values__title {
    font-family: var(--nvh-font-heading);
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: -2.5px;
    color: #000000;
    text-align: center;
    margin: 0;
    max-width: 927px; }
  .about-values__grid {
    display: flex;
    gap: 16px;
    height: 424px;
    width: 100%;
    align-items: flex-start; }
  .about-values__card {
    flex: 1;
    min-width: 0;
    align-self: stretch;
    background: linear-gradient(to bottom, #def3ff, #fafafa);
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start; }
  .about-values__icon {
    width: 150px;
    height: 150px;
    flex-shrink: 0; }
    .about-values__icon img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block; }
  .about-values__card-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-right: 32px;
    width: 100%; }
  .about-values__card-title {
    font-family: var(--nvh-font-heading);
    font-weight: 600;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: -2px;
    color: var(--nvh-dark-v1);
    margin: 0; }
  .about-values__card-desc {
    font-family: var(--nvh-font-body);
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.5px;
    color: var(--nvh-dark-v1);
    margin: 0; }

/* ==================== MISSION CARDS ==================== */
.about-mission {
  display: flex;
  width: 100%;
  align-items: stretch;
  /* Image: tỉ lệ 16:9 cho card gọn hơn */
  /* Overlay: absolute đáy card, gradient xanh từ dưới lên */ }
  .about-mission__card {
    flex: 1;
    min-width: 0;
    position: relative;
    overflow: hidden; }
  .about-mission__card-image-wrap {
    aspect-ratio: 16 / 9;
    width: 100%;
    overflow: hidden; }
    .about-mission__card-image-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .about-mission__card-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 72px 48px 28px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start; }
    .about-mission__card-overlay::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(0deg, rgba(3, 78, 162, 0.8) 0%, rgba(3, 78, 162, 0) 100%);
      z-index: 0; }
    .about-mission__card-overlay > * {
      position: relative;
      z-index: 1; }
  .about-mission__card-title {
    font-family: var(--nvh-font-heading);
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -1.5px;
    color: var(--nvh-white);
    margin: 0; }
  .about-mission__card-desc {
    font-family: var(--nvh-font-body);
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.5px;
    color: var(--nvh-white);
    margin: 0; }

/* ==================== PARTNERS ==================== */
.about-partners {
  padding: 72px 0;
  /* H2: 48px/62px, text-center, dark-v1 */
  /* Brand list: Swiper wrapper — linear transition */
  /* Brand card: Swiper slide */ }
  .about-partners__title {
    font-family: var(--nvh-font-heading);
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: -2.5px;
    color: var(--nvh-dark-v1);
    text-align: center;
    margin: 0;
    width: 100%; }
  .about-partners__slider {
    width: 100%;
    overflow: hidden; }
    .about-partners__slider .swiper-wrapper {
      transition-timing-function: linear; }
  .about-partners__list {
    display: flex;
    align-items: center; }
  .about-partners__item {
    background: var(--nvh-white);
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto; }
    .about-partners__item-img {
      width: 100%;
      aspect-ratio: 1 / 1;
      position: relative;
      overflow: hidden; }
      .about-partners__item-img img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block; }

/* ==================== CERTIFICATES ==================== */
.about-certificates {
  /* pb-72px, không có padding-top */
  padding: 0 0 72px;
  /* H2: 48px/62px, text-black, text-center */
  /* Grid: swiper-wrapper */
  /* Card: Swiper slide, border #f5f5f5, border-radius 4px, overflow hidden */
  /* Image: tỉ lệ 2:3 (portrait), full width */
  /* Overlay image: absolute, inset -1px (border compensation) */
  /* Content: absolute bottom, gradient bg */
  /* Card name: Title/LG/Bold 24px/34px/-1px, trắng, ellipsis */ }
  .about-certificates__title {
    font-family: var(--nvh-font-heading);
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: -2.5px;
    color: #000000;
    text-align: center;
    margin: 0;
    width: 100%; }
  .about-certificates__slider {
    width: 100%;
    overflow: hidden; }
  .about-certificates__grid {
    display: flex;
    align-items: stretch; }
  .about-certificates__card {
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    height: auto; }
  .about-certificates__card-image {
    width: 100%;
    aspect-ratio: 2 / 3;
    position: relative;
    flex-shrink: 0;
    overflow: hidden; }
    .about-certificates__card-image img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .about-certificates__card-overlay-img {
    position: absolute;
    inset: -1px;
    pointer-events: none;
    z-index: 1; }
    .about-certificates__card-overlay-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .about-certificates__card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 60px 24px 24px;
    border-radius: 0 0 2px 2px;
    background: linear-gradient(180deg, rgba(112, 112, 112, 0) 0%, rgba(10, 10, 10, 0.8) 100%);
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .about-certificates__card-name {
    font-family: var(--nvh-font-body);
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -1px;
    color: var(--nvh-white);
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; }

/* ==================== PROFILE CTA ==================== */
.about-profile {
  padding: 0;
  /* Left col: flex-1, pl-100px pr-143px, gap-40px */
  /* Text block: gap-12px */
  /* H2: 48px/62px, primary */
  /* Body L/Regular: 16px/23px */
  /* Right col: flex-1, overflow hidden, image 4:3 */ }
  .about-profile__inner {
    display: flex;
    gap: 16px;
    align-items: center;
    overflow: hidden;
    border-radius: 8px;
    padding-bottom: 72px;
    /* gradient #def3ff → white */
    background: linear-gradient(to bottom, #def3ff, #ffffff); }
  .about-profile__content {
    flex: 1;
    min-width: 0;
    padding-left: 100px;
    padding-right: 143px;
    display: flex;
    flex-direction: column;
    gap: 40px; }
  .about-profile__text {
    display: flex;
    flex-direction: column;
    gap: 12px; }
  .about-profile__title {
    font-family: var(--nvh-font-heading);
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: -2.5px;
    color: var(--nvh-primary);
    margin: 0; }
  .about-profile__desc {
    font-family: var(--nvh-font-body);
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.5px;
    color: var(--nvh-dark-v1);
    margin: 0; }
  .about-profile__image {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    position: relative;
    aspect-ratio: 4 / 3; }
    .about-profile__image img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .about-profile .btn-nvh {
    max-width: 291px; }
    @media (max-width: 767px) {
      .about-profile .btn-nvh {
        width: 100%;
        margin: 0 auto; } }

/* ==================== BUTTON ==================== */
.btn-nvh {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--nvh-primary);
  color: var(--nvh-white);
  border: none;
  border-radius: 4px;
  padding: 10px 40px;
  min-height: 50px;
  cursor: pointer;
  text-decoration: none;
  font-family: var(--nvh-font-heading);
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  transition: opacity 0.3s; }
  .btn-nvh:hover {
    opacity: 0.9;
    color: var(--nvh-white);
    text-decoration: none; }
  .btn-nvh svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0; }

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1199px) {
  .about-hero__content {
    left: 40px;
    right: 40px;
    bottom: 30px; }
  .about-hero__title {
    font-size: 44px;
    line-height: 56px;
    letter-spacing: -1.5px; }
  .about-intro {
    padding: 0; }
    .about-intro > .container-fluid {
      gap: 32px; }
    .about-intro__image {
      height: auto; }
    .about-intro__heading {
      font-size: 28px;
      line-height: 38px; }
  .about-energy {
    padding: 48px 0; }
    .about-energy__row {
      gap: 24px; }
    .about-energy__left {
      padding-right: 60px; }
    .about-energy__right {
      padding-left: 20px;
      padding-right: 0; }
  .about-awareness {
    padding: 48px 0; }
    .about-awareness__heading {
      padding: 0 80px; }
    .about-awareness__title {
      font-size: 36px;
      line-height: 48px; }
  .about-timeline {
    padding: 0 0 48px; }
    .about-timeline__heading {
      font-size: 36px;
      line-height: 48px; }
    .about-timeline__year {
      font-size: 32px;
      line-height: 44px; }
  .about-solar {
    padding: 48px 0 0; }
    .about-solar > .container-fluid {
      gap: 40px; }
    .about-solar__title {
      font-size: 36px;
      line-height: 48px;
      max-width: 100%; }
    .about-solar__tabs {
      gap: 24px; }
    .about-solar__tab-nav {
      width: 280px; }
    .about-solar__tab-btn span {
      font-size: 20px;
      line-height: 28px; }
    .about-solar__tab-content {
      padding: 0 40px; }
    .about-solar__tab-title {
      font-size: 32px;
      line-height: 44px; }
    .about-solar__tab-desc {
      font-size: 18px;
      line-height: 28px; }
  .about-values {
    padding: 48px 0; }
    .about-values__title {
      font-size: 36px;
      line-height: 48px; }
    .about-values__grid {
      height: auto;
      gap: 12px; }
  .about-mission__card-overlay {
    padding: 60px 40px 24px; }
  .about-partners {
    padding: 48px 0; }
    .about-partners__title {
      font-size: 36px;
      line-height: 48px; }
  .about-certificates {
    padding: 0 0 48px; }
    .about-certificates__title {
      font-size: 36px;
      line-height: 48px; }
  .about-profile {
    padding: 0; }
    .about-profile__content {
      padding-left: 48px;
      padding-right: 48px; } }

@media (max-width: 991px) {
  .about-hero__content {
    left: 20px;
    right: 20px;
    bottom: 24px; }
  .about-hero__title {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: -1.5px; }
  .about-hero__breadcrumb a, .about-hero__breadcrumb span {
    font-size: 14px; }
  .about-intro {
    padding: 0; }
    .about-intro > .container-fluid {
      flex-direction: column;
      gap: 24px; }
    .about-intro__image-wrap {
      width: 100%;
      position: static;
      padding: 40px 0 0;
      text-align: center; }
    .about-intro__image {
      width: 300px;
      height: 300px;
      margin: 0 auto; }
    .about-intro__video {
      width: 100%;
      max-width: 560px;
      margin: 0 auto; }
    .about-intro__content {
      padding: 0 0 40px; }
    .about-intro__heading {
      font-size: 28px;
      line-height: 38px; }
    .about-intro__desc {
      font-size: 18px;
      line-height: 28px; }
  .about-accordion__title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1px; }
  .about-energy {
    padding: 40px 0; }
    .about-energy__row {
      flex-direction: column;
      gap: 20px; }
    .about-energy__left {
      padding-right: 0; }
    .about-energy__right {
      padding: 0; }
    .about-energy__title {
      font-size: 28px;
      line-height: 38px;
      letter-spacing: -1.5px; }
    .about-energy__text {
      font-size: 16px;
      line-height: 24px; }
  .about-awareness {
    padding: 40px 0; }
    .about-awareness__heading {
      padding: 0; }
    .about-awareness__subtitle {
      font-size: 18px;
      line-height: 26px; }
    .about-awareness__title {
      font-size: 28px;
      line-height: 38px;
      letter-spacing: -1.5px; }
    .about-awareness__image {
      height: 350px; }
  .about-timeline {
    padding: 0 0 40px; }
    .about-timeline > .container-fluid {
      flex-direction: column; }
    .about-timeline__left {
      width: 100%; }
    .about-timeline__heading {
      font-size: 32px;
      line-height: 42px;
      max-width: 100%; }
    .about-timeline__right {
      padding: 0; }
    .about-timeline__year {
      font-size: 28px;
      line-height: 38px; }
  .about-solar {
    padding: 40px 0 0; }
    .about-solar > .container-fluid {
      gap: 32px; }
    .about-solar__title {
      font-size: 28px;
      line-height: 38px;
      letter-spacing: -1.5px;
      max-width: 100%; }
    .about-solar__tabs {
      flex-direction: column;
      gap: 0; }
    .about-solar__tab-nav {
      width: 100%; }
      .about-solar__tab-nav > div {
        flex-direction: row;
        flex-wrap: wrap; }
    .about-solar__tab-btn {
      height: auto;
      padding: 10px 16px;
      border-left: none;
      border-bottom: 2px solid rgba(255, 255, 255, 0.3); }
      .about-solar__tab-btn.active {
        border-left: none;
        border-bottom: 2px solid white; }
      .about-solar__tab-btn span {
        font-size: 16px;
        line-height: 24px; }
    .about-solar__tab-content {
      padding: 24px 0; }
    .about-solar__tab-title {
      font-size: 24px;
      line-height: 34px;
      letter-spacing: -1.5px; }
    .about-solar__tab-desc {
      font-size: 16px;
      line-height: 24px; }
  .about-values {
    padding: 40px 0; }
    .about-values__title {
      font-size: 28px;
      line-height: 38px;
      letter-spacing: -1.5px; }
    .about-values__grid {
      flex-direction: column;
      height: auto; }
    .about-values__card {
      min-height: auto; }
    .about-values__card-title {
      font-size: 28px;
      line-height: 36px; }
  .about-mission {
    flex-direction: column; }
    .about-mission__card-overlay {
      padding: 56px 24px 24px; }
    .about-mission__card-title {
      font-size: 24px;
      line-height: 32px; }
    .about-mission__card-desc {
      font-size: 16px;
      line-height: 24px; }
  .about-partners {
    padding: 40px 0; }
    .about-partners__title {
      font-size: 32px;
      line-height: 42px; }
    .about-partners__item {
      height: 160px;
      min-width: 100px; }
  .about-certificates {
    padding: 0 0 40px; }
    .about-certificates__title {
      font-size: 32px;
      line-height: 42px; }
    .about-certificates__card {
      min-width: calc(50% - 8px); }
  .about-profile {
    padding: 0; }
    .about-profile__inner {
      flex-direction: column;
      padding-bottom: 0; }
    .about-profile__content {
      padding: 32px 20px; }
    .about-profile__title {
      font-size: 32px;
      line-height: 42px; }
    .about-profile__image {
      aspect-ratio: 16 / 9; } }

@media (max-width: 767px) {
  .about-hero__content {
    left: 16px;
    right: 16px;
    bottom: 20px;
    gap: 10px; }
  .about-hero__title {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1px; }
  .about-hero__breadcrumb a, .about-hero__breadcrumb span {
    font-size: 13px; }
  .about-intro__image {
    width: 240px;
    height: 240px; }
  .about-intro__heading {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -1.5px; }
  .about-intro__desc {
    font-size: 16px;
    line-height: 24px; }
  .about-accordion__title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px; }
  .about-awareness__title {
    font-size: 24px;
    line-height: 32px; }
  .about-awareness__image {
    height: 250px; }
  .about-timeline__heading {
    font-size: 24px;
    line-height: 32px; }
  .about-solar__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px; }
  .about-values__title {
    font-size: 24px;
    line-height: 32px; }
  .about-values__icon {
    width: 80px;
    height: 80px; }
  .about-partners__title {
    font-size: 28px;
    line-height: 38px; }
  .about-certificates__title {
    font-size: 28px;
    line-height: 38px; }
  .about-profile__title {
    font-size: 24px;
    line-height: 32px; }
  .about-values__card {
    text-align: center;
    align-items: center; }
  .about-values__card-body {
    padding-right: 0; } }

/* Very important for having a smooth transitions. */
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear; }

/* ===== Responsive Scale Rule — breakpoint 1200–1599 (laptop) ===== */
@media (min-width: 1200px) and (max-width: 1599px) {
  .about-hero__title {
    font-size: 48px;
    line-height: 60px; }
  .about-intro__heading {
    font-size: 28px;
    line-height: 38px; }
  .about-energy {
    padding: 64px 0; }
  .about-energy__title {
    font-size: 36px;
    line-height: 48px; }
  .about-awareness {
    padding: 64px 0; }
  .about-awareness__title {
    font-size: 40px;
    line-height: 52px; }
  .about-timeline {
    padding: 0 0 64px; }
  .about-timeline__heading {
    font-size: 40px;
    line-height: 52px; }
  .about-timeline__year {
    font-size: 36px;
    line-height: 48px; }
  .about-solar {
    padding: 64px 0 0; }
  .about-solar__title {
    font-size: 40px;
    line-height: 52px; }
  .about-solar__tabs {
    padding-bottom: 64px; }
  .about-solar__tab-btn span {
    font-size: 24px;
    line-height: 32px; }
  .about-solar__tab-title {
    font-size: 40px;
    line-height: 52px; }
  .about-solar__tab-desc {
    font-size: 20px;
    line-height: 30px; }
  .about-values {
    padding: 64px 0; }
  .about-values__title {
    font-size: 40px;
    line-height: 52px; }
  .about-partners {
    padding: 64px 0; }
  .about-partners__title {
    font-size: 40px;
    line-height: 52px; }
  .about-certificates {
    padding: 0 0 64px; }
  .about-certificates__title {
    font-size: 40px;
    line-height: 52px; } }
