@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: "Arial", sans-serif;
  color: #333333;
  line-height: 1.6; }

a {
  text-decoration: none;
  color: #27364B;
  transition: color 0.3s ease; }
  a:hover {
    color: #ff6600; }

ul {
  list-style: none; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.site-header {
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0; }
  .site-header .header-wrapper {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 0 15px;
    height: 72px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 1140px; }
  .site-header .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    padding: 0;
    height: 100%;
    width: 100%; }
    @media (min-width: 769px) {
      .site-header .header-content {
        justify-content: space-between; } }
  .site-header .site-branding {
    display: flex;
    align-items: center;
    height: 100%; }
    @media (min-width: 769px) {
      .site-header .site-branding.desktop-hide-branding {
        display: none !important; } }
    .site-header .site-branding .site-logo {
      width: auto;
      max-height: 40px;
      height: auto;
      margin: 0;
      object-fit: contain;
      display: block;
      transition: transform 0.3s ease; }
      .site-header .site-branding .site-logo:hover {
        transform: scale(1.05); }
    .site-header .site-branding .logo-placeholder {
      display: flex;
      align-items: center;
      font-size: 24px;
      font-weight: 800;
      color: #333; }
      .site-header .site-branding .logo-placeholder .logo-text {
        font-family: "Montserrat", sans-serif; }
      .site-header .site-branding .logo-placeholder .logo-leaf {
        color: #4caf50;
        margin-left: 5px; }
  .site-header .main-navigation {
    flex: 1;
    height: 100%; }
    .site-header .main-navigation ul {
      display: flex;
      justify-content: center;
      width: 100%;
      gap: 0;
      margin: 0;
      padding: 0;
      height: 100%;
      list-style: none;
      align-items: center; }
      .site-header .main-navigation ul .menu-logo-item {
        display: flex;
        align-items: center;
        padding: 0 40px; }
        @media (max-width: 768px) {
          .site-header .main-navigation ul .menu-logo-item {
            display: none !important; } }
        .site-header .main-navigation ul .menu-logo-item a {
          padding: 0 !important;
          height: auto !important;
          display: block !important; }
          .site-header .main-navigation ul .menu-logo-item a::after {
            display: none !important; }
          .site-header .main-navigation ul .menu-logo-item a:hover {
            background: transparent !important;
            transform: scale(1.05); }
          .site-header .main-navigation ul .menu-logo-item a .site-logo {
            max-height: 120px;
            width: auto;
            min-width: 180px;
            object-fit: contain;
            transition: transform 0.3s ease; }
      .site-header .main-navigation ul li {
        height: 100%;
        display: flex; }
        .site-header .main-navigation ul li a {
          display: flex;
          align-items: center;
          position: relative;
          padding: 0 20px;
          color: #2c3e50;
          font-weight: 500;
          font-size: 16px;
          transition: all 0.3s ease;
          text-decoration: none;
          height: 100%; }
          .site-header .main-navigation ul li a:hover {
            background: linear-gradient(to top, rgba(255, 102, 0, 0.15) 0%, rgba(255, 102, 0, 0) 100%);
            color: #ff6600; }
          .site-header .main-navigation ul li a::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 3px;
            background-color: #ff9500;
            transition: all 0.3s ease; }
          .site-header .main-navigation ul li a:hover::after {
            width: 100%; }
        .site-header .main-navigation ul li.current-menu-item a, .site-header .main-navigation ul li.current_page_item a, .site-header .main-navigation ul li.current-menu-ancestor a, .site-header .main-navigation ul li.current-menu-parent a, .site-header .main-navigation ul li.current_page_parent a, .site-header .main-navigation ul li.current_page_ancestor a {
          background: linear-gradient(to top, rgba(255, 102, 0, 0.2) 0%, rgba(255, 102, 0, 0) 100%); }
          .site-header .main-navigation ul li.current-menu-item a::after, .site-header .main-navigation ul li.current_page_item a::after, .site-header .main-navigation ul li.current-menu-ancestor a::after, .site-header .main-navigation ul li.current-menu-parent a::after, .site-header .main-navigation ul li.current_page_parent a::after, .site-header .main-navigation ul li.current_page_ancestor a::after {
            width: 100%; }
  .site-header .header-actions {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 20px; }
    .site-header .header-actions .search-toggle {
      background: #ff9500;
      color: #fff;
      width: 40px;
      height: 40px;
      border-radius: 12px;
      cursor: pointer;
      text-decoration: none;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 0 5px rgba(86, 206, 138, 0.3);
      transition: transform 0.2s ease, background 0.3s ease, box-shadow 0.3s ease; }
      .site-header .header-actions .search-toggle:hover {
        background: #e68600;
        transform: scale(1.05); }
      .site-header .header-actions .search-toggle svg {
        width: 22px;
        height: 22px; }
  .site-header .menu-toggle {
    display: none !important;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #2c3e50;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .site-header .menu-toggle svg {
      width: 28px;
      height: 28px; }
  .site-header.is-sticky {
    top: 0;
    backdrop-filter: blur(5px); }
    .site-header.is-sticky .header-wrapper {
      margin: 0 auto;
      max-width: 100%;
      border-radius: 0;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      height: 64px; }
  .site-header .mobile-nav-header,
  .site-header .menu-overlay {
    display: none; }

@media (max-width: 768px) {
  .site-header {
    top: 0; }
    .site-header .header-wrapper {
      margin: 10px 15px;
      border-radius: 12px;
      height: 60px;
      max-width: calc(100% - 30px);
      padding: 0 15px; } }
    @media (max-width: 768px) and (max-width: 576px) {
      .site-header .header-wrapper {
        padding: 0 10px; } }
@media (max-width: 768px) {
    .site-header .header-content {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      padding: 0 10px; } }
    @media (max-width: 768px) and (max-width: 576px) {
      .site-header .header-content {
        padding: 0; } }
@media (max-width: 768px) {
    .site-header .menu-toggle {
      display: flex !important;
      grid-column: 1;
      justify-self: start; }
    .site-header .site-branding {
      grid-column: 2;
      justify-self: center;
      height: 100%;
      display: flex;
      align-items: center; }
      .site-header .site-branding .site-logo {
        width: 62px;
        max-height: none;
        height: auto; }
    .site-header .header-actions {
      grid-column: 3;
      justify-self: end;
      margin-left: 0; }
      .site-header .header-actions .search-toggle {
        width: 36px;
        height: 36px;
        border-radius: 10px; }
        .site-header .header-actions .search-toggle svg {
          width: 20px;
          height: 20px; }
    .site-header .main-navigation {
      position: fixed;
      top: 0;
      left: -100%;
      width: 75vw;
      height: 100vh;
      background: #fff;
      z-index: 2000;
      padding: 0;
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      display: block;
      box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1); }
      .site-header .main-navigation .mobile-nav-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 5px; }
        .site-header .main-navigation .mobile-nav-header .site-branding {
          grid-column: auto;
          justify-self: start; }
          .site-header .main-navigation .mobile-nav-header .site-branding .site-logo {
            width: 62px;
            max-height: none;
            height: auto; }
        .site-header .main-navigation .mobile-nav-header .menu-close-toggle {
          background: transparent;
          border: none;
          padding: 0;
          cursor: pointer;
          color: #2c3e50;
          width: 32px;
          height: 32px;
          display: flex;
          justify-content: center;
          align-items: center; }
      .site-header .main-navigation ul {
        flex-direction: column;
        height: auto;
        gap: 0; }
        .site-header .main-navigation ul li {
          width: 100%;
          height: auto;
          padding: 5px 10px; }
          .site-header .main-navigation ul li a {
            padding: 12px 10px;
            font-size: 16px;
            color: #2c3e50;
            border-bottom: 1px solid #f1f1f1;
            width: 100%;
            transition: all 0.3s ease;
            border-radius: 8px; }
            .site-header .main-navigation ul li a::after {
              display: none; }
          .site-header .main-navigation ul li.current-menu-item a, .site-header .main-navigation ul li.current_page_item a, .site-header .main-navigation ul li.current-menu-ancestor a, .site-header .main-navigation ul li.current-menu-parent a, .site-header .main-navigation ul li.current_page_parent a, .site-header .main-navigation ul li.current_page_ancestor a {
            background: #E66127;
            color: #fff;
            border-bottom-color: transparent; }
    .site-header.toggled .main-navigation {
      left: 0; }
    .site-header .menu-overlay {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      z-index: 1999;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease; }
      .site-header .menu-overlay.active {
        opacity: 1;
        visibility: visible; } }
body.menu-open {
  overflow: hidden; }

.contact-section {
  position: relative;
  padding-bottom: 100px;
  background: transparent;
  margin-bottom: 100px; }
  @media (max-width: 576px) {
    .contact-section {
      padding-bottom: 250px;
      margin-bottom: 250px; } }
  .contact-section .contact-header {
    text-align: center;
    margin-bottom: 80px; }
    .contact-section .contact-header .contact-title {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 10px;
      color: #27364B;
      text-transform: uppercase; }
      @media (max-width: 992px) {
        .contact-section .contact-header .contact-title {
          font-size: 24px; } }
      @media (max-width: 576px) {
        .contact-section .contact-header .contact-title {
          font-size: 16px; } }
    .contact-section .contact-header .contact-subtitle {
      font-size: 16px;
      max-width: 800px;
      margin: 0 auto;
      color: #64748B;
      line-height: 1.6; }
      @media (max-width: 992px) {
        .contact-section .contact-header .contact-subtitle {
          font-size: 14px; } }
      @media (max-width: 576px) {
        .contact-section .contact-header .contact-subtitle {
          padding: 0 20px; } }
  .contact-section .contact-box {
    position: relative;
    padding: 0;
    height: 500px;
    background-image: url("../images/img-home/img-contact-olala.jpg");
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    overflow: visible; }
    @media (max-width: 992px) {
      .contact-section .contact-box {
        height: 350px;
        margin: 0 10px; } }
    @media (max-width: 576px) {
      .contact-section .contact-box {
        height: 310px;
        margin: 0 10px; } }
    .contact-section .contact-box::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 24px;
      z-index: 1; }
      @media (max-width: 992px) {
        .contact-section .contact-box::before {
          padding: 0 10px; } }
  .contact-section .contact-form-container {
    position: relative;
    z-index: 10;
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(100px);
    margin-top: -50px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 992px) {
      .contact-section .contact-form-container {
        max-width: 615px;
        transform: translateY(55px); } }
    @media (max-width: 576px) {
      .contact-section .contact-form-container {
        max-width: 345px;
        transform: translateY(120px);
        padding: 15px; } }
  .contact-section .contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px; }
    .contact-section .contact-form .form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px; }
      @media (max-width: 768px) {
        .contact-section .contact-form .form-row {
          grid-template-columns: 1fr; } }
    .contact-section .contact-form .form-group {
      display: flex;
      flex-direction: column;
      gap: 8px; }
      .contact-section .contact-form .form-group label {
        font-size: 14px;
        font-weight: 600;
        color: #27364B; }
        .contact-section .contact-form .form-group label .required {
          color: #E53E3E;
          margin-left: 2px; }
      .contact-section .contact-form .form-group input, .contact-section .contact-form .form-group textarea {
        width: 100%;
        padding: 12px 16px;
        background-color: #F8FAFC;
        border: 1px solid #E2E8F0;
        border-radius: 8px;
        font-size: 15px;
        color: #1A202C;
        transition: all 0.2s ease; }
        .contact-section .contact-form .form-group input::placeholder, .contact-section .contact-form .form-group textarea::placeholder {
          color: #A0AEC0; }
        .contact-section .contact-form .form-group input:focus, .contact-section .contact-form .form-group textarea:focus {
          outline: none;
          border-color: #2BBD6A;
          background-color: #fff;
          box-shadow: 0 0 0 3px rgba(43, 189, 106, 0.1); }
    .contact-section .contact-form .form-submit {
      margin-top: 10px; }
      .contact-section .contact-form .form-submit .btn-submit {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 14px;
        background: linear-gradient(to right, #2BBD6A, #00682D);
        color: white;
        border: none;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease; }
        .contact-section .contact-form .form-submit .btn-submit:hover {
          transform: translateY(-2px);
          filter: brightness(1.1); }
        .contact-section .contact-form .form-submit .btn-submit:disabled {
          opacity: 0.7;
          cursor: not-allowed; }
        .contact-section .contact-form .form-submit .btn-submit .btn-icon {
          display: flex;
          align-items: center; }
    .contact-section .contact-form .form-privacy {
      text-align: center;
      font-size: 13px;
      color: #718096;
      margin-top: 5px; }
      .contact-section .contact-form .form-privacy a {
        color: #2BBD6A;
        text-decoration: none;
        font-weight: 500; }
        .contact-section .contact-form .form-privacy a:hover {
          text-decoration: underline; }

.home-page .hero-banner {
  position: relative;
  min-height: 800px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 50px; }
  @media (max-width: 992px) {
    .home-page .hero-banner {
      padding-top: 80px;
      min-height: 470px; } }
  .home-page .hero-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .home-page .hero-banner .hero-container {
    position: relative;
    z-index: 10; }
  .home-page .hero-banner .hero-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px; }
    @media (max-width: 992px) {
      .home-page .hero-banner .hero-content-wrapper {
        gap: 0; } }
  .home-page .hero-banner .hero-left {
    flex: 0 0 55%;
    color: white;
    padding-left: 40px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media (max-width: 992px) {
      .home-page .hero-banner .hero-left {
        flex: 0 0 60%; } }
    @media (max-width: 768px) {
      .home-page .hero-banner .hero-left {
        padding-left: 30px; }
        .home-page .hero-banner .hero-left .hero-title {
          font-size: 32px; }
        .home-page .hero-banner .hero-left .hero-description {
          font-size: 16px; } }
    @media (max-width: 576px) {
      .home-page .hero-banner .hero-left {
        padding-left: 0;
        flex: 0 0 100%;
        text-align: center;
        align-items: center; }
        .home-page .hero-banner .hero-left .hero-title {
          font-size: 24px; }
        .home-page .hero-banner .hero-left .hero-description {
          font-size: 14px; }
        .home-page .hero-banner .hero-left .btn-discover {
          padding: 8px 15px;
          font-size: 12px;
          margin: 0 auto; } }
    .home-page .hero-banner .hero-left .hero-title {
      font-size: 52px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 25px;
      text-transform: uppercase;
      text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); }
      @media (max-width: 992px) {
        .home-page .hero-banner .hero-left .hero-title {
          font-size: 26px; } }
      @media (max-width: 576px) {
        .home-page .hero-banner .hero-left .hero-title {
          font-size: 20px;
          margin-bottom: 10px;
          padding: 0 20px; } }
    .home-page .hero-banner .hero-left .hero-description {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 40px;
      max-width: 100%;
      position: relative;
      z-index: 1;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
      line-height: 1.6; }
      .home-page .hero-banner .hero-left .hero-description::before {
        content: "";
        position: absolute;
        top: -15px;
        left: -15px;
        right: -15px;
        bottom: -15px;
        background: rgba(0, 0, 0, 0.4);
        filter: blur(20px);
        z-index: -1;
        border-radius: 50%;
        pointer-events: none; }
      @media (max-width: 992px) {
        .home-page .hero-banner .hero-left .hero-description {
          font-size: 14px; } }
      @media (max-width: 576px) {
        .home-page .hero-banner .hero-left .hero-description {
          font-size: 14px;
          margin-bottom: 20px;
          padding: 0 30px; } }
    .home-page .hero-banner .hero-left .btn-discover {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      padding: 10px 15px;
      background: linear-gradient(to right, #2bbd6a, #00682d);
      color: white;
      text-decoration: none;
      border-radius: 12px;
      border: 1px solid #56ce8a;
      font-weight: 500;
      font-size: 14px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-shadow: 0 0 15px rgba(86, 206, 138, 0.5), 0 0 30px rgba(86, 206, 138, 0.3); }
      .home-page .hero-banner .hero-left .btn-discover:hover {
        transform: translateY(-3px);
        box-shadow: 0 0 25px rgba(86, 206, 138, 0.7), 0 0 50px rgba(86, 206, 138, 0.4); }
      .home-page .hero-banner .hero-left .btn-discover .btn-icon {
        width: 20px;
        height: auto; }

.news-section {
  padding: 64px 0;
  background: #fff;
  /* ── Slider layout (3-column) ── */
  /* Each card = 1/3 of the track width */ }
  .news-section .news-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 28px;
    text-align: center; }
    @media (max-width: 576px) {
      .news-section .news-header {
        margin-bottom: 10px; } }
    .news-section .news-header .news-header-content {
      width: 100%; }
    .news-section .news-header .section-title {
      text-transform: uppercase;
      font-size: 32px;
      font-weight: 700;
      color: #27364b;
      margin-bottom: 8px; }
      @media (max-width: 576px) {
        .news-section .news-header .section-title {
          font-size: 18px;
          margin-bottom: 0; } }
    .news-section .news-header .news-subtitle {
      color: #6b7280;
      max-width: 590px;
      margin: 0 auto; }
      @media (max-width: 576px) {
        .news-section .news-header .news-subtitle {
          font-size: 14px;
          max-width: 80%; } }
    .news-section .news-header .view-all-link {
      color: #e66127;
      font-weight: 500;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 14px;
      transition: all 0.3s ease;
      white-space: nowrap;
      margin-top: 12px;
      align-self: flex-end;
      margin-right: 60px; }
      @media (max-width: 992px) {
        .news-section .news-header .view-all-link {
          margin-right: 46px; } }
      @media (max-width: 576px) {
        .news-section .news-header .view-all-link {
          align-self: right; } }
      .news-section .news-header .view-all-link .arrow {
        font-size: 18px;
        transition: transform 0.3s ease; }
      .news-section .news-header .view-all-link:hover {
        opacity: 0.8; }
        .news-section .news-header .view-all-link:hover .arrow {
          transform: translateX(5px); }
  .news-section .news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 18px; }
  .news-section .news-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    display: flex;
    flex-direction: column; }
    .news-section .news-card__link {
      color: inherit;
      text-decoration: none;
      display: flex;
      flex-direction: column;
      height: 100%; }
    .news-section .news-card__image img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block; }
    .news-section .news-card__body {
      padding: 18px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex: 1; }
    .news-section .news-card__title {
      font-size: 18px;
      margin: 0 0 8px;
      color: #0f172a;
      text-transform: uppercase; }
      @media (max-width: 576px) {
        .news-section .news-card__title {
          font-size: 16px; } }
    .news-section .news-card__excerpt {
      color: #6b7280;
      font-size: 14px;
      margin: 0 0 12px;
      line-height: 1.5;
      height: 3em;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .news-section .news-card__meta {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 14px;
      color: #364a61; }
    .news-section .news-card .news-card__icon {
      width: 20px;
      height: 20px;
      display: inline-block;
      vertical-align: sub;
      margin-right: 8px; }
    .news-section .news-card__readmore {
      color: #e66127;
      font-weight: 500; }
      @media (max-width: 576px) {
        .news-section .news-card__readmore {
          display: none; } }
  .news-section .treatment-slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px; }
    @media (max-width: 576px) {
      .news-section .treatment-slider-wrapper.has-slider {
        flex-direction: column;
        gap: 20px; }
        .news-section .treatment-slider-wrapper.has-slider .slider-arrow {
          display: none; } }
  .news-section .treatment-slider-viewport {
    flex: 1;
    overflow: hidden; }
    @media (max-width: 576px) {
      .news-section .treatment-slider-viewport {
        flex: none;
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        padding: 10px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; }
        .news-section .treatment-slider-viewport::-webkit-scrollbar {
          display: none; } }
  .news-section .treatment-slider-track {
    display: flex;
    gap: 24px;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform; }
    @media (max-width: 992px) {
      .news-section .treatment-slider-track {
        gap: 16px; } }
    @media (max-width: 576px) {
      .news-section .treatment-slider-track {
        gap: 10px;
        transition: none; } }
    .news-section .treatment-slider-track.no-slider-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      width: 100%; }
      @media (max-width: 768px) {
        .news-section .treatment-slider-track.no-slider-grid {
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 576px) {
        .news-section .treatment-slider-track.no-slider-grid {
          display: flex; } }
  .news-section .treatment-card {
    flex: 0 0 calc((100% - (24px * 2)) / 3);
    min-width: 0; }
    @media (max-width: 992px) and (min-width: 577px) {
      .news-section .treatment-card {
        flex: 0 0 calc((100% - (16px * 2)) / 3); } }
    @media (max-width: 576px) {
      .news-section .treatment-card {
        flex: 0 0 calc((100% - 10px) / 2);
        scroll-snap-align: start; } }
  .news-section .treatment-slider-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 36px; }
    @media (max-width: 576px) {
      .news-section .treatment-slider-dots {
        margin-top: 20px; } }
    .news-section .treatment-slider-dots .slider-dot {
      width: 24px;
      height: 8px;
      border-radius: 4px;
      background: rgba(39, 54, 75, 0.15);
      border: none;
      cursor: pointer;
      padding: 0;
      transition: all 0.3s ease; }
      .news-section .treatment-slider-dots .slider-dot:hover {
        background: rgba(39, 54, 75, 0.3); }
      .news-section .treatment-slider-dots .slider-dot.active {
        background: #00b235;
        width: 58px;
        box-shadow: 0 0 12px rgba(43, 189, 106, 0.4); }
  .news-section .slider-arrow {
    width: 44px;
    height: 44px;
    background: #fff;
    border: 1.5px solid #d1d5db;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease; }
    .news-section .slider-arrow img {
      width: 24px;
      height: 24px;
      object-fit: contain;
      display: block; }
    @media (max-width: 992px) {
      .news-section .slider-arrow {
        width: 36px;
        height: 36px; }
        .news-section .slider-arrow img {
          width: 20px;
          height: 20px; } }
    .news-section .slider-arrow:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15); }
    .news-section .slider-arrow:disabled {
      pointer-events: none; }
  @media (max-width: 992px) {
    .news-section .news-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 576px) {
    .news-section .news-grid {
      grid-template-columns: 1fr; }
    .news-section .news-card__image img {
      height: 160px; } }

.factory-team-section {
  position: relative;
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (max-width: 576px) {
    .factory-team-section {
      padding: 50px 0;
      background-size: contain;
      background-position: top center; } }
  .factory-team-section .factory-team-container {
    position: relative;
    z-index: 2; }
  .factory-team-section .factory-team-header {
    text-align: center;
    margin-bottom: 70px; }
    @media (max-width: 576px) {
      .factory-team-section .factory-team-header {
        margin-bottom: 30px; } }
    .factory-team-section .factory-team-header .section-title {
      font-size: 32px;
      font-weight: 700;
      color: #27364b;
      margin-bottom: 12px;
      text-transform: uppercase; }
      @media (max-width: 576px) {
        .factory-team-section .factory-team-header .section-title {
          font-size: 18px;
          margin-bottom: 0; } }
    .factory-team-section .factory-team-header .section-subtitle {
      font-size: 16px;
      color: #64748b;
      font-weight: 500; }
      @media (max-width: 576px) {
        .factory-team-section .factory-team-header .section-subtitle {
          font-size: 14px; } }
  .factory-team-section .factory-team-top {
    display: flex;
    justify-content: center;
    margin-bottom: 60px; }
    @media (max-width: 576px) {
      .factory-team-section .factory-team-top {
        margin-bottom: 30px; } }
  .factory-team-section .factory-team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px; }
    @media (max-width: 992px) {
      .factory-team-section .factory-team-grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 576px) {
      .factory-team-section .factory-team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 10px;
        padding: 0 20px; } }
  .factory-team-section .team-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .factory-team-section .team-card:hover .team-card__img {
      transform: translateY(-8px);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08); }
      .factory-team-section .team-card:hover .team-card__img img {
        transform: scale(1.08); }
    .factory-team-section .team-card__img {
      width: 100%;
      max-width: 280px;
      aspect-ratio: 16 / 8;
      margin-bottom: 25px;
      overflow: hidden;
      border-radius: 8px 80px 8px 80px;
      transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
      background: #f8fafc; }
      @media (max-width: 576px) {
        .factory-team-section .team-card__img {
          width: 90%;
          height: 80px;
          border-radius: 4px 60px 4px 60px;
          aspect-ratio: initial; } }
      .factory-team-section .team-card__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease; }
    .factory-team-section .team-card--large .team-card__img {
      max-width: 340px;
      aspect-ratio: 16 / 8;
      border-radius: 0 100px 0 100px; }
      @media (max-width: 576px) {
        .factory-team-section .team-card--large .team-card__img {
          max-width: 90%;
          height: 120px;
          border-radius: 6px 80px 6px 80px;
          aspect-ratio: initial; } }
    .factory-team-section .team-card--large .team-card__name {
      font-size: 22px; }
    .factory-team-section .team-card__info {
      padding: 0 15px; }
    .factory-team-section .team-card__name {
      font-size: 18px;
      font-weight: 700;
      color: #27364b;
      margin-bottom: 10px;
      text-transform: uppercase;
      line-height: 1.2; }
      @media (max-width: 576px) {
        .factory-team-section .team-card__name {
          font-size: 16px !important;
          margin-bottom: 5px; } }
    .factory-team-section .team-card__desc {
      font-size: 15px;
      color: #64748b;
      line-height: 1.6;
      margin-bottom: 0; }
      @media (max-width: 576px) {
        .factory-team-section .team-card__desc {
          font-size: 14px;
          line-height: 1.2; } }

.production-capacity-section {
  position: relative;
  padding: 50px 0 150px;
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: visible; }
  @media (max-width: 992px) {
    .production-capacity-section {
      padding: 80px 0 100px; } }
  @media (max-width: 576px) {
    .production-capacity-section {
      padding: 40px 0 80px;
      margin-bottom: 250px; } }
  .production-capacity-section .production-capacity-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1; }
  .production-capacity-section .production-capacity-container {
    position: relative;
    z-index: 2; }
  .production-capacity-section .production-capacity-header {
    margin-bottom: 30px;
    max-width: 800px; }
    .production-capacity-section .production-capacity-header .section-title {
      font-size: 32px;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase; }
      @media (max-width: 576px) {
        .production-capacity-section .production-capacity-header .section-title {
          font-size: 18px;
          padding: 0 15px; } }
    .production-capacity-section .production-capacity-header .section-subtitle {
      font-size: 16px;
      font-weight: 400; }
      @media (max-width: 576px) {
        .production-capacity-section .production-capacity-header .section-subtitle {
          font-size: 14px;
          padding: 0 15px; } }
  .production-capacity-section .production-capacity-intro {
    margin-bottom: 60px;
    border-left: 4px solid #fff;
    padding-left: 20px;
    max-width: 700px; }
    @media (max-width: 576px) {
      .production-capacity-section .production-capacity-intro {
        margin: 30px 15px; } }
    .production-capacity-section .production-capacity-intro p {
      font-size: 16px;
      margin-bottom: 0; }
  .production-capacity-section .production-capacity-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0 auto 80px;
    max-width: 940px; }
    @media (max-width: 768px) {
      .production-capacity-section .production-capacity-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        padding: 0 10px; } }
  .production-capacity-section .stat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 20px 15px;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 8px 100px 8px 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease; }
    @media (max-width: 576px) {
      .production-capacity-section .stat-card {
        padding: 10px 5px;
        gap: 10px;
        border-radius: 4px 40px 4px 40px; } }
    .production-capacity-section .stat-card:hover {
      background: rgba(255, 255, 255, 0.18);
      transform: translateY(-5px); }
    .production-capacity-section .stat-card__icon {
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      background: rgba(255, 255, 255, 0.15);
      border-radius: 50%;
      color: #fff;
      border: 1px solid #fff;
      overflow: hidden; }
      @media (max-width: 576px) {
        .production-capacity-section .stat-card__icon {
          width: 32px;
          height: 32px; } }
      .production-capacity-section .stat-card__icon img {
        width: 25px;
        height: 25px;
        object-fit: contain; }
        @media (max-width: 576px) {
          .production-capacity-section .stat-card__icon img {
            width: 16px;
            height: 16px; } }
    .production-capacity-section .stat-card__value {
      font-size: 40px;
      font-weight: 800;
      color: #fff;
      line-height: 1;
      margin-bottom: 5px; }
      @media (max-width: 576px) {
        .production-capacity-section .stat-card__value {
          font-size: 16px; } }
      .production-capacity-section .stat-card__value span {
        font-size: 20px;
        font-weight: 500; }
        @media (max-width: 576px) {
          .production-capacity-section .stat-card__value span {
            font-size: 10px; } }
    .production-capacity-section .stat-card__label {
      font-size: 18px;
      font-weight: 500; }
      @media (max-width: 576px) {
        .production-capacity-section .stat-card__label {
          font-size: 14px; } }
  .production-capacity-section .production-capacity-features {
    position: absolute;
    bottom: -400px;
    left: 15px;
    right: 15px;
    z-index: 5; }
    @media (max-width: 992px) {
      .production-capacity-section .production-capacity-features {
        position: absolute;
        bottom: -400px;
        left: 15px;
        right: 15px;
        margin-top: 0; } }
    .production-capacity-section .production-capacity-features .features-grid {
      background: #fff;
      border-radius: 12px;
      padding: 30px;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 30px;
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15); }
      @media (max-width: 992px) {
        .production-capacity-section .production-capacity-features .features-grid {
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 576px) {
        .production-capacity-section .production-capacity-features .features-grid {
          grid-template-columns: repeat(2, 1fr);
          gap: 0;
          padding: 15px 5px; }
          .production-capacity-section .production-capacity-features .features-grid .feature-item {
            padding: 15px 10px;
            border-bottom: 1px solid #f1f1f1; }
            .production-capacity-section .production-capacity-features .features-grid .feature-item:nth-child(odd) {
              border-right: 1px solid #f1f1f1; }
            .production-capacity-section .production-capacity-features .features-grid .feature-item:nth-last-child(-n + 2) {
              border-bottom: none; }
            .production-capacity-section .production-capacity-features .features-grid .feature-item__top {
              flex-direction: row;
              align-items: center;
              gap: 10px; }
            .production-capacity-section .production-capacity-features .features-grid .feature-item__icon {
              width: 36px;
              height: 36px; }
              .production-capacity-section .production-capacity-features .features-grid .feature-item__icon img {
                width: 18px;
                height: 18px; }
            .production-capacity-section .production-capacity-features .features-grid .feature-item__title {
              font-size: 14px; }
            .production-capacity-section .production-capacity-features .features-grid .feature-item__desc {
              font-size: 14px; } }
    .production-capacity-section .production-capacity-features .feature-item {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .production-capacity-section .production-capacity-features .feature-item__top {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 15px;
        margin-bottom: 12px; }
      .production-capacity-section .production-capacity-features .feature-item__icon {
        width: 50px;
        height: 50px;
        background: #00b235;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        overflow: hidden; }
        .production-capacity-section .production-capacity-features .feature-item__icon img {
          width: 25px;
          height: 25px;
          object-fit: contain; }
      .production-capacity-section .production-capacity-features .feature-item__title {
        font-size: 18px;
        font-weight: 500;
        color: #27364b;
        text-transform: uppercase; }
      .production-capacity-section .production-capacity-features .feature-item__desc {
        font-size: 18px;
        font-weight: 300;
        color: #64748b; }

.production-process-section {
  padding: 80px 0;
  margin-top: 250px;
  background-color: #fff;
  position: relative;
  overflow: visible; }
  @media (max-width: 992px) {
    .production-process-section {
      margin-top: 0;
      padding: 80px 0; } }
  .production-process-section .production-process-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: flex-end; }
    @media (max-width: 992px) {
      .production-process-section .production-process-grid {
        grid-template-columns: 1fr;
        gap: 50px; } }
  .production-process-section .process-left .process-header .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #27364b;
    margin-bottom: 20px;
    line-height: 1.3;
    text-transform: uppercase; }
    @media (max-width: 576px) {
      .production-process-section .process-left .process-header .section-title {
        font-size: 18px;
        text-align: center;
        padding: 0 10px;
        margin-bottom: 10px; } }
  .production-process-section .process-left .process-header .section-subtitle {
    font-size: 18px;
    color: #64748b;
    line-height: 1.2; }
    @media (max-width: 576px) {
      .production-process-section .process-left .process-header .section-subtitle {
        font-size: 14px;
        text-align: center;
        padding: 0 10px; } }
  .production-process-section .process-images {
    position: relative;
    height: 550px; }
    @media (max-width: 576px) {
      .production-process-section .process-images {
        height: 310px;
        margin: 0 10px; } }
    .production-process-section .process-images .process-img {
      position: absolute;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12); }
      .production-process-section .process-images .process-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block; }
    .production-process-section .process-images .process-img-1 {
      width: 300px;
      height: 300px;
      bottom: 0;
      right: 10%;
      z-index: 1; }
      @media (max-width: 576px) {
        .production-process-section .process-images .process-img-1 {
          width: 230px;
          height: 245px;
          right: 0; } }
    .production-process-section .process-images .process-img-2 {
      width: 200px;
      height: 200px;
      top: 200px;
      left: 10px;
      z-index: 2; }
      @media (max-width: 576px) {
        .production-process-section .process-images .process-img-2 {
          width: 160px;
          height: 160px;
          top: 60px;
          left: 30px; } }
    .production-process-section .process-images .process-img-3 {
      width: 120px;
      height: 120px;
      top: 170px;
      left: 180px;
      z-index: 3; }
      @media (max-width: 576px) {
        .production-process-section .process-images .process-img-3 {
          width: 95px;
          height: 95px;
          left: 150px;
          top: 20px; } }
  .production-process-section .process-content .process-steps {
    position: relative;
    padding-left: 40px; }
    @media (max-width: 576px) {
      .production-process-section .process-content .process-steps {
        margin: 0 20px; } }
    .production-process-section .process-content .process-steps .process-line {
      position: absolute;
      left: 5px;
      top: 55px;
      bottom: 55px;
      width: 2px;
      background: #e2e8f0;
      z-index: 1; }
      @media (max-width: 576px) {
        .production-process-section .process-content .process-steps .process-line {
          top: 85px;
          bottom: 80px; } }
  .production-process-section .process-content .process-step {
    position: relative;
    margin-bottom: 30px;
    z-index: 2; }
    .production-process-section .process-content .process-step:last-child {
      margin-bottom: 0; }
    .production-process-section .process-content .process-step .step-dot {
      position: absolute;
      left: -42px;
      top: 50%;
      transform: translateY(-50%);
      width: 16px;
      height: 16px;
      background: #00b235;
      border-radius: 50%;
      border: 3px solid #fff;
      z-index: 3; }
    .production-process-section .process-content .process-step .step-card {
      display: grid;
      grid-template-columns: auto 1fr;
      align-items: center;
      gap: 5px 20px;
      background: #fff;
      padding: 15px;
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease; }
      .production-process-section .process-content .process-step .step-card:hover {
        transform: translateX(10px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); }
    .production-process-section .process-content .process-step .step-number {
      font-size: 40px;
      font-weight: 800;
      color: #27364b;
      line-height: 1; }
      @media (max-width: 576px) {
        .production-process-section .process-content .process-step .step-number {
          font-size: 30px; } }
    .production-process-section .process-content .process-step .step-info {
      display: contents; }
      .production-process-section .process-content .process-step .step-info .step-title {
        font-size: 22px;
        font-weight: 600;
        color: #27364b;
        margin-bottom: 0; }
        @media (max-width: 576px) {
          .production-process-section .process-content .process-step .step-info .step-title {
            font-size: 16px; } }
      .production-process-section .process-content .process-step .step-info .step-desc {
        grid-column: 1 / -1;
        font-size: 16px;
        color: #64748B;
        margin-bottom: 0;
        line-height: 1.5;
        font-weight: 300; }
        @media (max-width: 576px) {
          .production-process-section .process-content .process-step .step-info .step-desc {
            font-size: 14px; } }

.featured-products-section {
  position: relative;
  margin-top: 80px;
  padding: 80px 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  /* ── Common Slider Styles (Used in Products & News) ── */ }
  @media (max-width: 992px) {
    .featured-products-section {
      padding: 50px 0;
      margin-top: 20px; } }
  .featured-products-section .featured-products-container {
    position: relative;
    z-index: 2;
    width: 100%; }
    @media (max-width: 992px) {
      .featured-products-section .featured-products-container {
        padding-top: 30px;
        padding-bottom: 30px; } }
    @media (max-width: 576px) {
      .featured-products-section .featured-products-container {
        padding-left: 10px;
        padding-right: 10px; } }
  .featured-products-section .featured-products-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    text-align: center;
    width: 100%; }
    @media (max-width: 576px) {
      .featured-products-section .featured-products-header {
        margin-bottom: 20px; } }
    .featured-products-section .featured-products-header .section-title {
      font-size: 32px;
      font-weight: 700;
      color: #27364b;
      position: relative;
      display: inline-block;
      text-transform: uppercase;
      margin-bottom: 12px; }
      @media (max-width: 992px) {
        .featured-products-section .featured-products-header .section-title {
          font-size: 24px; } }
      @media (max-width: 576px) {
        .featured-products-section .featured-products-header .section-title {
          font-size: 18px; } }
    .featured-products-section .featured-products-header .section-subtitle {
      font-size: 16px;
      color: #64748b;
      font-weight: 400;
      line-height: 1.6;
      max-width: 800px;
      margin: 0 auto; }
    .featured-products-section .featured-products-header .view-all-link {
      color: #e66127;
      font-weight: 500;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 14px;
      transition: all 0.3s ease;
      white-space: nowrap;
      align-self: flex-end;
      margin-top: 15px;
      margin-right: 60px; }
      @media (max-width: 992px) {
        .featured-products-section .featured-products-header .view-all-link {
          margin-right: 46px; } }
      @media (max-width: 576px) {
        .featured-products-section .featured-products-header .view-all-link {
          align-self: right; } }
      .featured-products-section .featured-products-header .view-all-link .arrow {
        font-size: 18px;
        transition: transform 0.3s ease; }
      .featured-products-section .featured-products-header .view-all-link:hover {
        opacity: 0.8; }
        .featured-products-section .featured-products-header .view-all-link:hover .arrow {
          transform: translateX(5px); }
  .featured-products-section .featured-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px; }
    @media (max-width: 1199px) {
      .featured-products-section .featured-products-grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 576px) {
      .featured-products-section .featured-products-grid {
        grid-template-columns: 1fr; } }
  .featured-products-section .treatment-slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px; }
    @media (max-width: 576px) {
      .featured-products-section .treatment-slider-wrapper.has-slider {
        flex-direction: column;
        gap: 20px; }
        .featured-products-section .treatment-slider-wrapper.has-slider .slider-arrow {
          display: none; } }
  .featured-products-section .treatment-slider-viewport {
    flex: 1;
    overflow: hidden;
    padding: 20px 5px;
    margin: -20px -5px; }
    @media (max-width: 576px) {
      .featured-products-section .treatment-slider-viewport {
        flex: none;
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        padding: 10px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; }
        .featured-products-section .treatment-slider-viewport::-webkit-scrollbar {
          display: none; } }
  .featured-products-section .treatment-slider-track {
    display: flex;
    gap: 24px;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform; }
    @media (max-width: 992px) {
      .featured-products-section .treatment-slider-track {
        gap: 16px; } }
    @media (max-width: 576px) {
      .featured-products-section .treatment-slider-track {
        gap: 10px;
        transition: none; } }
    .featured-products-section .treatment-slider-track.no-slider-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      width: 100%; }
      @media (max-width: 576px) {
        .featured-products-section .treatment-slider-track.no-slider-grid {
          display: flex; } }
  .featured-products-section .treatment-card {
    flex: 0 0 calc((100% - (24px * 3)) / 4);
    min-width: 0; }
    @media (max-width: 1199px) and (min-width: 577px) {
      .featured-products-section .treatment-card {
        flex: 0 0 calc((100% - (16px * 3)) / 4); } }
    @media (max-width: 576px) {
      .featured-products-section .treatment-card {
        flex: 0 0 calc((100% - 10px) / 2);
        scroll-snap-align: start; } }
  .featured-products-section .treatment-slider-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 36px; }
    .featured-products-section .treatment-slider-dots .slider-dot {
      width: 24px;
      height: 8px;
      border-radius: 4px;
      background: rgba(39, 54, 75, 0.15);
      border: none;
      cursor: pointer;
      padding: 0;
      transition: all 0.3s ease; }
      .featured-products-section .treatment-slider-dots .slider-dot:hover {
        background: rgba(39, 54, 75, 0.3); }
      .featured-products-section .treatment-slider-dots .slider-dot.active {
        background: #00b235;
        width: 58px;
        box-shadow: 0 0 12px rgba(43, 189, 106, 0.4); }
  .featured-products-section .slider-arrow {
    width: 44px;
    height: 44px;
    background: #fff;
    border: 1.5px solid #d1d5db;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease; }
    .featured-products-section .slider-arrow img {
      width: 24px;
      height: 24px;
      object-fit: contain;
      display: block; }
    @media (max-width: 992px) {
      .featured-products-section .slider-arrow {
        width: 36px;
        height: 36px;
        margin: 0 10px; }
        .featured-products-section .slider-arrow img {
          width: 20px;
          height: 20px; } }
    .featured-products-section .slider-arrow:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15); }
    .featured-products-section .slider-arrow:disabled {
      pointer-events: none; }

/* ── Common Card Styles (Shared between Home & Archive) ── */
.fp-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: none;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }
  .fp-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08); }
    .fp-card:hover .fp-card__image img {
      transform: scale(1.05); }
  .fp-card .fp-card__image {
    width: 100%;
    overflow: hidden;
    background: #f0f4f8; }
    .fp-card .fp-card__image img {
      width: 100%;
      height: auto;
      transition: transform 0.5s ease;
      display: block; }
  .fp-card .fp-card__body {
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 10px; }
    @media (max-width: 992px) {
      .fp-card .fp-card__body {
        gap: 0px; } }
  .fp-card .fp-card__title {
    font-size: 20px;
    font-weight: 700;
    color: #27364b;
    line-height: 1.4;
    margin: 0;
    height: calc(20px * 1.4 * 1);
    white-space: normal;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media (max-width: 992px) {
      .fp-card .fp-card__title {
        font-size: 16px;
        line-height: 1.2;
        height: calc(16px * 1.2 * 1); } }
  .fp-card .fp-card__desc {
    font-size: 14px;
    color: #526071;
    line-height: 1.6;
    margin: 0;
    height: calc(14px * 1.6 * 2);
    white-space: normal;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media (max-width: 992px) {
      .fp-card .fp-card__desc {
        font-size: 13px;
        line-height: 1.4;
        height: calc(13px * 1.4 * 2); } }
  .fp-card .fp-card__price {
    font-size: 16px;
    font-weight: 500;
    color: #e66127;
    margin-top: 10px; }
  .fp-card .fp-card__btn {
    display: inline-block;
    width: 100%;
    background: linear-gradient(180deg, #2cc158 0%, #008e2a 100%);
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer; }
    .fp-card .fp-card__btn:hover {
      transform: translateY(-2px); }

.product-page .product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px; }
.product-page .product-card {
  background: white;
  padding: 20px;
  border: 1px solid #dddddd;
  text-align: center; }
  .product-page .product-card .product-image {
    margin-bottom: 15px; }
  .product-page .product-card .product-title {
    font-size: 18px;
    margin-bottom: 15px; }
  .product-page .product-card .button {
    display: inline-block;
    background: #00468c;
    color: white;
    padding: 10px 20px;
    border-radius: 4px; }

.news-page .news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px; }
.news-page .news-card {
  background: white;
  border-bottom: 3px solid #00468c;
  padding-bottom: 20px; }
  .news-page .news-card .post-content {
    padding: 15px; }
  .news-page .news-card .post-title {
    font-size: 20px;
    margin: 10px 0; }

/* ── SECTION: Toàn cảnh nhà máy Olala ── */
.factory-overview-section {
  padding: 80px 0;
  background-color: #fff; }
  @media (max-width: 576px) {
    .factory-overview-section {
      padding: 20px 0; } }
  .factory-overview-section .factory-overview-header {
    text-align: center;
    margin-bottom: 50px; }
    @media (max-width: 576px) {
      .factory-overview-section .factory-overview-header {
        margin-bottom: 20px; } }
    .factory-overview-section .factory-overview-header .section-title {
      font-size: 32px;
      font-weight: 700;
      color: #27364b;
      margin-bottom: 12px;
      text-transform: uppercase; }
      @media (max-width: 576px) {
        .factory-overview-section .factory-overview-header .section-title {
          font-size: 18px;
          margin-bottom: 10px; } }
    .factory-overview-section .factory-overview-header .section-subtitle {
      font-size: 16px;
      color: #64748b;
      max-width: 700px;
      margin: 0 auto;
      line-height: 1.5; }
  .factory-overview-section .factory-overview-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px; }
    @media (max-width: 992px) {
      .factory-overview-section .factory-overview-gallery {
        flex-wrap: nowrap;
        gap: 10px;
        overflow-x: auto;
        padding: 20px 10px;
        -webkit-overflow-scrolling: touch; }
        .factory-overview-section .factory-overview-gallery::-webkit-scrollbar {
          display: none; } }
  .factory-overview-section .gallery-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1; }
    @media (max-width: 992px) {
      .factory-overview-section .gallery-column {
        flex: 0 0 auto;
        gap: 10px; } }
    @media (max-width: 576px) {
      .factory-overview-section .gallery-column {
        gap: 10px; } }
    .factory-overview-section .gallery-column img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 20px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
      transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
      @media (max-width: 576px) {
        .factory-overview-section .gallery-column img {
          border-radius: 6px; } }
      .factory-overview-section .gallery-column img:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12); }
    .factory-overview-section .gallery-column--1, .factory-overview-section .gallery-column--5 {
      flex: 0 0 170px; }
      @media (max-width: 576px) {
        .factory-overview-section .gallery-column--1, .factory-overview-section .gallery-column--5 {
          flex: 0 0 105px; } }
      .factory-overview-section .gallery-column--1 img, .factory-overview-section .gallery-column--5 img {
        width: 170px;
        height: 205px;
        flex: none; }
        @media (max-width: 992px) {
          .factory-overview-section .gallery-column--1 img, .factory-overview-section .gallery-column--5 img {
            width: 100%;
            height: 205px; } }
        @media (max-width: 576px) {
          .factory-overview-section .gallery-column--1 img, .factory-overview-section .gallery-column--5 img {
            width: 105px;
            height: 95px; } }
    .factory-overview-section .gallery-column--2, .factory-overview-section .gallery-column--4 {
      flex: 0 0 170px;
      justify-content: center; }
      @media (max-width: 576px) {
        .factory-overview-section .gallery-column--2, .factory-overview-section .gallery-column--4 {
          display: none; } }
      .factory-overview-section .gallery-column--2 img, .factory-overview-section .gallery-column--4 img {
        width: 170px;
        height: 180px;
        flex: none; }
        @media (max-width: 992px) {
          .factory-overview-section .gallery-column--2 img, .factory-overview-section .gallery-column--4 img {
            width: 100%;
            height: 180px; } }
        @media (max-width: 576px) {
          .factory-overview-section .gallery-column--2 img, .factory-overview-section .gallery-column--4 img {
            width: 55px;
            height: 60px; } }
    .factory-overview-section .gallery-column--3 {
      flex: 0 0 370px; }
      @media (max-width: 576px) {
        .factory-overview-section .gallery-column--3 {
          flex: 0 0 130px; } }
      .factory-overview-section .gallery-column--3 img {
        width: 370px;
        height: 560px;
        flex: none; }
        @media (max-width: 992px) {
          .factory-overview-section .gallery-column--3 img {
            width: 100%;
            height: 450px; } }
        @media (max-width: 576px) {
          .factory-overview-section .gallery-column--3 img {
            width: 130px;
            height: 250px; } }

/* ── SECTION: Chứng nhận & Pháp lý doanh nghiệp ── */
.certification-section {
  padding: 60px 0;
  background-color: #fff; }
  @media (max-width: 576px) {
    .certification-section {
      padding: 0 15px; } }
  .certification-section .certification-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: flex-start; }
    @media (max-width: 992px) {
      .certification-section .certification-grid {
        grid-template-columns: 1fr;
        gap: 40px; } }
  .certification-section .certification-content .section-title {
    font-size: 32px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.2;
    margin-bottom: 12px;
    text-transform: uppercase; }
    @media (max-width: 576px) {
      .certification-section .certification-content .section-title {
        font-size: 18px;
        margin-bottom: 10px; } }
  .certification-section .certification-content .section-desc {
    font-size: 16px;
    color: #475569;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 300; }
    @media (max-width: 576px) {
      .certification-section .certification-content .section-desc {
        font-size: 14px;
        margin-bottom: 5px; } }
  .certification-section .certification-content .certification-list {
    padding-left: 0;
    list-style: none;
    counter-reset: cert-counter; }
    .certification-section .certification-content .certification-list li {
      counter-increment: cert-counter;
      position: relative;
      padding-left: 15px;
      font-size: 16px;
      color: #1e293b;
      font-weight: 500; }
      .certification-section .certification-content .certification-list li::before {
        content: counter(cert-counter) ". ";
        position: absolute;
        left: 0;
        color: #475569;
        font-weight: 400; }
  .certification-section .certification-visual {
    position: relative; }
    .certification-section .certification-visual .certification-bg {
      width: 100%;
      aspect-ratio: 4 / 3;
      background-size: cover;
      background-position: center;
      border-radius: 12px;
      position: relative;
      overflow: hidden; }
      .certification-section .certification-visual .certification-bg::before {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0.2); }
    .certification-section .certification-visual .certification-overlay-grid {
      position: absolute;
      inset: 0;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(2, 1fr);
      gap: 10px;
      padding: 30px;
      z-index: 2; }
      @media (max-width: 576px) {
        .certification-section .certification-visual .certification-overlay-grid {
          gap: 10px;
          padding: 15px; } }
    .certification-section .certification-visual .cert-item {
      background: #fff;
      border-radius: 4px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
      transition: transform 0.3s ease; }
      .certification-section .certification-visual .cert-item:hover {
        transform: translateY(-5px) scale(1.02); }

body.popup-open {
  overflow: hidden; }

/* ==========================================================================
   CONSULTATION POPUP
   ========================================================================== */
.consultation-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease; }
  .consultation-popup-overlay.active {
    opacity: 1;
    visibility: visible; }
    .consultation-popup-overlay.active .consultation-popup-container {
      transform: translateY(0);
      opacity: 1; }

.consultation-popup-container {
  background: #fff;
  width: 100%;
  max-width: 600px;
  border-radius: 16px;
  padding: 20px;
  position: relative;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 20px; }
  @media (max-width: 576px) {
    .consultation-popup-container {
      padding: 30px 20px; } }

.consultation-popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: #27364b;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  transition: background 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center; }
  .consultation-popup-close:hover {
    background: rgba(0, 0, 0, 0.05); }

.consultation-popup-header {
  text-align: center;
  margin-bottom: 30px; }
  .consultation-popup-header .consultation-popup-title {
    font-size: 24px;
    font-weight: 700;
    color: #27364b;
    margin: 0;
    text-transform: uppercase; }
    @media (max-width: 576px) {
      .consultation-popup-header .consultation-popup-title {
        font-size: 18px; } }

.consultation-form .form-group {
  margin-bottom: 20px; }
  .consultation-form .form-group label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #27364b;
    margin-bottom: 8px; }
    .consultation-form .form-group label .required {
      color: #e53e3e; }
  .consultation-form .form-group input, .consultation-form .form-group textarea {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    font-size: 15px;
    color: #27364b;
    transition: all 0.2s ease;
    background: #f8fafc; }
    .consultation-form .form-group input::placeholder, .consultation-form .form-group textarea::placeholder {
      color: #94a3b8; }
    .consultation-form .form-group input:focus, .consultation-form .form-group textarea:focus {
      outline: none;
      border-color: #2bbd6a;
      background: #fff;
      box-shadow: 0 0 0 4px rgba(43, 189, 106, 0.1); }
  .consultation-form .form-group textarea {
    height: auto;
    padding: 15px 20px; }
.consultation-form .form-submit {
  margin-top: 30px; }
  .consultation-form .form-submit .btn-submit-consultation {
    width: 100%;
    height: 56px;
    background: linear-gradient(to right, #2CC158, #008E2A);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 178, 53, 0.2); }
    @media (max-width: 576px) {
      .consultation-form .form-submit .btn-submit-consultation {
        height: 44px; } }
    .consultation-form .form-submit .btn-submit-consultation:disabled {
      opacity: 0.7;
      cursor: not-allowed;
      transform: none; }
    .consultation-form .form-submit .btn-submit-consultation .btn-icon {
      display: flex;
      align-items: center; }
.consultation-form .form-response {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  border-radius: 8px; }
  .consultation-form .form-response.success {
    background: #f0fff4;
    color: #2f855a; }
  .consultation-form .form-response.error {
    background: #fff5f5;
    color: #c53030; }
.consultation-form .form-privacy {
  margin-top: 20px;
  text-align: center;
  font-size: 13px;
  color: #64748b; }
  .consultation-form .form-privacy a {
    color: #0099ff;
    text-decoration: none;
    font-weight: 500; }
    .consultation-form .form-privacy a:hover {
      text-decoration: underline; }

.consultation-success-message {
  text-align: center;
  padding: 20px 0;
  animation: fadeIn 0.4s ease; }
  .consultation-success-message .success-icon-wrap {
    width: 100px;
    height: 100px;
    background: #f8fafc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    border: 8px solid #f1f5f9; }
    .consultation-success-message .success-icon-wrap img {
      width: 60px;
      height: 60px;
      object-fit: contain; }
  .consultation-success-message .success-title {
    font-size: 22px;
    font-weight: 700;
    color: #27364b;
    margin-bottom: 15px;
    text-transform: uppercase; }
    @media (max-width: 576px) {
      .consultation-success-message .success-title {
        font-size: 18px; } }
  .consultation-success-message .success-desc {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
    max-width: 400px;
    margin: 0 auto; }

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/**
 * SINGLE PRODUCT PAGE STYLES
 */
.single-product-page {
  background-color: #fff;
  padding-bottom: 80px; }
  .single-product-page .search-banner {
    position: relative;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 576px) {
      .single-product-page .search-banner {
        height: 250px; } }
    .single-product-page .search-banner::before {
      content: "";
      position: absolute;
      inset: 0; }
    .single-product-page .search-banner .search-banner-container {
      position: relative;
      z-index: 2;
      text-align: center;
      width: 100%; }
    .single-product-page .search-banner .search-banner-title {
      font-size: 48px;
      font-weight: 700;
      color: #ffffff;
      text-transform: uppercase;
      margin: 0;
      text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); }
      @media (max-width: 768px) {
        .single-product-page .search-banner .search-banner-title {
          font-size: 24px;
          margin-top: 60px; } }
  @media (max-width: 576px) {
    .single-product-page {
      padding-bottom: 0px; } }
  .single-product-page .breadcrumb-wrapper {
    padding: 20px 0;
    margin-bottom: 0; }
    @media (max-width: 992px) {
      .single-product-page .breadcrumb-wrapper {
        padding: 15px 0; } }
    .single-product-page .breadcrumb-wrapper .vimicro-breadcrumbs {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 16px;
      color: #5a6a7e; }
      @media (max-width: 768px) {
        .single-product-page .breadcrumb-wrapper .vimicro-breadcrumbs {
          font-size: 14px;
          padding: 0 10px; } }
      .single-product-page .breadcrumb-wrapper .vimicro-breadcrumbs .breadcrumb-link {
        color: #64748b;
        text-decoration: none;
        transition: color 0.3s ease; }
        .single-product-page .breadcrumb-wrapper .vimicro-breadcrumbs .breadcrumb-link:hover {
          color: #00ad4b; }
      .single-product-page .breadcrumb-wrapper .vimicro-breadcrumbs .breadcrumb-sep {
        color: #cbd5e1;
        font-size: 14px; }
      .single-product-page .breadcrumb-wrapper .vimicro-breadcrumbs .breadcrumb-current {
        color: #27364b;
        font-weight: 600; }
  .single-product-page .product-top-row {
    display: flex;
    gap: 60px;
    margin-bottom: 80px; }
    @media (max-width: 1199px) {
      .single-product-page .product-top-row {
        gap: 20px;
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .single-product-page .product-top-row {
        flex-direction: column;
        gap: 40px; } }
  .single-product-page .product-gallery-col {
    flex: 1;
    min-width: 0; }
    .single-product-page .product-gallery-col .product-gallery {
      display: flex;
      flex-direction: column; }
      .single-product-page .product-gallery-col .product-gallery .product-gallery__thumbs {
        margin-top: 20px;
        display: flex;
        gap: 12px; }
        .single-product-page .product-gallery-col .product-gallery .product-gallery__thumbs .gallery-thumb {
          position: relative;
          flex-shrink: 0;
          width: calc((100% - 24px) / 3);
          height: auto;
          aspect-ratio: 170 / 185;
          border-radius: 8px;
          border: none;
          background: #fff;
          overflow: hidden;
          cursor: pointer;
          padding: 4px;
          transition: box-shadow 0.2s ease; }
          .single-product-page .product-gallery-col .product-gallery .product-gallery__thumbs .gallery-thumb img {
            width: 100%;
            height: 100%;
            object-fit: contain; }
          .single-product-page .product-gallery-col .product-gallery .product-gallery__thumbs .gallery-thumb .gallery-thumb-more {
            position: absolute;
            inset: 0;
            background: rgba(39, 54, 75, 0.5);
            color: #fff;
            font-size: 24px;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
            letter-spacing: -0.5px; }
          .single-product-page .product-gallery-col .product-gallery .product-gallery__thumbs .gallery-thumb.is-active {
            box-shadow: 0 0 0 3px rgba(0, 173, 75, 0.8); }
    .single-product-page .product-gallery-col .product-gallery__main-image {
      position: relative;
      width: 100%;
      max-width: 550px;
      height: auto;
      aspect-ratio: 550 / 600;
      flex-shrink: 0;
      background: #fff;
      border: 1px solid #eee;
      border-radius: 12px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03); }
      .single-product-page .product-gallery-col .product-gallery__main-image img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
      .single-product-page .product-gallery-col .product-gallery__main-image .gallery-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 44px;
        height: 44px;
        border-radius: 4px;
        border: 1.5px solid rgba(255, 255, 255, 0.7);
        background: rgba(255, 255, 255, 0.85);
        color: #27364b;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.2s ease;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
        backdrop-filter: blur(4px);
        z-index: 2; }
        @media (max-width: 992px) {
          .single-product-page .product-gallery-col .product-gallery__main-image .gallery-arrow {
            width: 32px;
            height: 32px; } }
        .single-product-page .product-gallery-col .product-gallery__main-image .gallery-arrow.gallery-arrow--prev {
          left: 14px; }
        .single-product-page .product-gallery-col .product-gallery__main-image .gallery-arrow.gallery-arrow--next {
          right: 14px; }
        .single-product-page .product-gallery-col .product-gallery__main-image .gallery-arrow:hover {
          background: #27364b;
          border-color: #27364b;
          color: #fff;
          box-shadow: 0 4px 14px rgba(39, 54, 75, 0.25); }
        .single-product-page .product-gallery-col .product-gallery__main-image .gallery-arrow svg {
          display: block; }
  .single-product-page .product-summary-col {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column; }
    .single-product-page .product-summary-col .product-category-label {
      margin-bottom: 12px; }
      .single-product-page .product-summary-col .product-category-label a {
        display: inline-block;
        padding: 4px 12px;
        background: rgba(43, 189, 106, 0.1);
        color: #2bbd6a;
        font-size: 13px;
        font-weight: 600;
        border-radius: 4px;
        text-decoration: none;
        transition: all 0.3s ease;
        position: relative;
        z-index: 5; }
        .single-product-page .product-summary-col .product-category-label a:hover {
          background: #2bbd6a;
          color: #fff; }
    .single-product-page .product-summary-col .product-title {
      font-size: 28px;
      font-weight: 600;
      color: #27364b;
      line-height: 1.2;
      margin-top: 0;
      margin-bottom: 10px;
      max-width: 500px;
      word-wrap: break-word;
      overflow-wrap: break-word;
      text-transform: uppercase; }
      @media (max-width: 768px) {
        .single-product-page .product-summary-col .product-title {
          font-size: 28px;
          max-width: 100%; } }
      @media (max-width: 576px) {
        .single-product-page .product-summary-col .product-title {
          font-size: 18px;
          margin-bottom: 10px; } }
    .single-product-page .product-summary-col .product-price {
      margin-bottom: 25px; }
      @media (max-width: 576px) {
        .single-product-page .product-summary-col .product-price {
          margin-bottom: 15px; } }
      .single-product-page .product-summary-col .product-price .price-amount {
        font-size: 32px;
        font-weight: 700;
        color: #E66127;
        display: block; }
        @media (max-width: 576px) {
          .single-product-page .product-summary-col .product-price .price-amount {
            font-size: 24px; } }
      .single-product-page .product-summary-col .product-price .price-contact {
        font-size: 18px;
        font-weight: 600;
        color: #00ad4b;
        font-style: italic; }
    .single-product-page .product-summary-col .product-short-desc {
      font-size: 16px;
      line-height: 1.2;
      color: #5a6a7e;
      margin-bottom: 30px; }
      @media (max-width: 576px) {
        .single-product-page .product-summary-col .product-short-desc {
          margin-bottom: 15px; } }
    .single-product-page .product-summary-col .product-attributes {
      margin-bottom: 40px; }
      .single-product-page .product-summary-col .product-attributes .attr-item {
        margin-bottom: 25px; }
        .single-product-page .product-summary-col .product-attributes .attr-item:last-child {
          margin-bottom: 0; }
      .single-product-page .product-summary-col .product-attributes .attr-label {
        font-size: 16px;
        font-weight: 600;
        color: #27364b;
        margin-bottom: 12px;
        text-transform: capitalize; }
      .single-product-page .product-summary-col .product-attributes .attr-values {
        display: flex;
        flex-wrap: wrap;
        gap: 12px; }
      .single-product-page .product-summary-col .product-attributes .attr-tag {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 24px;
        font-size: 15px;
        font-weight: 600;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s ease;
        border: 1px solid transparent; }
        .single-product-page .product-summary-col .product-attributes .attr-tag.active {
          background: #00ad4b;
          color: #fff;
          box-shadow: 0 4px 12px rgba(0, 173, 75, 0.25); }
        .single-product-page .product-summary-col .product-attributes .attr-tag:not(.active) {
          background: #f8fafc;
          border-color: #e2e8f0;
          color: #475569; }
          .single-product-page .product-summary-col .product-attributes .attr-tag:not(.active):hover {
            border-color: #00ad4b;
            color: #00ad4b;
            background: #fff; }
    .single-product-page .product-summary-col .product-actions .btn-contact-quote {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      gap: 12px;
      background: linear-gradient(135deg, #2bbd6a, #008137);
      color: #fff;
      padding: 15px 20px;
      border-radius: 12px;
      text-decoration: none;
      font-weight: 600;
      font-size: 16px;
      transition: all 0.3s ease;
      box-shadow: 0 10px 20px rgba(43, 189, 106, 0.3); }
      .single-product-page .product-summary-col .product-actions .btn-contact-quote:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 30px rgba(43, 189, 106, 0.4);
        filter: brightness(1.1); }
      .single-product-page .product-summary-col .product-actions .btn-contact-quote svg {
        width: 20px;
        height: 20px; }
  .single-product-page .product-bottom-content {
    margin-top: 40px;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.03), 0 6px 8px rgba(0, 0, 0, 0.03); }
    @media (max-width: 768px) {
      .single-product-page .product-bottom-content {
        padding: 10px;
        margin: 0 10px; } }
    .single-product-page .product-bottom-content .product-content-heading {
      margin-bottom: 40px; }
      .single-product-page .product-bottom-content .product-content-heading__title {
        font-size: 24px;
        font-weight: 600;
        color: #27364b;
        text-transform: uppercase; }
      .single-product-page .product-bottom-content .product-content-heading__line {
        width: 220px;
        height: 3px;
        background: #2bbd6a;
        border-radius: 2px; }
    .single-product-page .product-bottom-content .product-entry-content {
      font-size: 16px;
      line-height: 1.8;
      color: #b0bec5; }
      .single-product-page .product-bottom-content .product-entry-content p {
        margin-bottom: 20px;
        font-size: 16px;
        color: #27364b; }
      .single-product-page .product-bottom-content .product-entry-content h2,
      .single-product-page .product-bottom-content .product-entry-content h3,
      .single-product-page .product-bottom-content .product-entry-content h4 {
        color: #27364b;
        margin: 40px 0 20px; }
      .single-product-page .product-bottom-content .product-entry-content img {
        max-width: 100%;
        height: auto;
        border-radius: 8px; }
      .single-product-page .product-bottom-content .product-entry-content a {
        color: #2bbd6a;
        text-decoration: none; }
        .single-product-page .product-bottom-content .product-entry-content a:hover {
          text-decoration: underline; }
  .single-product-page .related-products-section {
    margin-top: 100px;
    /* ── SLIDER STYLES ── */ }
    @media (max-width: 1199px) {
      .single-product-page .related-products-section {
        padding: 0 15px; } }
    .single-product-page .related-products-section .section-heading {
      margin-bottom: 40px;
      text-align: left; }
      .single-product-page .related-products-section .section-heading__title {
        font-size: 24px;
        font-weight: 600;
        color: #27364b;
        text-transform: uppercase;
        margin-bottom: 8px; }
      .single-product-page .related-products-section .section-heading__line {
        width: 200px;
        height: 3px;
        background: #2cc158;
        border-radius: 2px; }
      @media (max-width: 576px) {
        .single-product-page .related-products-section .section-heading {
          margin-bottom: 30px; }
          .single-product-page .related-products-section .section-heading__title {
            font-size: 20px; } }
    .single-product-page .related-products-section .treatment-slider-wrapper {
      position: relative;
      display: flex;
      align-items: center;
      gap: 16px; }
      @media (max-width: 576px) {
        .single-product-page .related-products-section .treatment-slider-wrapper.has-slider {
          flex-direction: column;
          gap: 20px; }
          .single-product-page .related-products-section .treatment-slider-wrapper.has-slider .slider-arrow {
            display: none; } }
    .single-product-page .related-products-section .treatment-slider-viewport {
      flex: 1;
      overflow: hidden;
      padding: 20px 5px;
      margin: -20px -5px; }
      @media (max-width: 576px) {
        .single-product-page .related-products-section .treatment-slider-viewport {
          flex: none;
          width: 100%;
          margin: 0;
          padding: 5px;
          overflow-x: auto;
          scroll-snap-type: x mandatory;
          scrollbar-width: none; }
          .single-product-page .related-products-section .treatment-slider-viewport::-webkit-scrollbar {
            display: none; } }
    .single-product-page .related-products-section .treatment-slider-track {
      display: flex;
      gap: 24px;
      transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      will-change: transform; }
      @media (max-width: 992px) {
        .single-product-page .related-products-section .treatment-slider-track {
          gap: 16px; } }
      @media (max-width: 576px) {
        .single-product-page .related-products-section .treatment-slider-track {
          gap: 10px;
          transition: none; } }
      .single-product-page .related-products-section .treatment-slider-track.no-slider-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        width: 100%; }
        @media (max-width: 768px) {
          .single-product-page .related-products-section .treatment-slider-track.no-slider-grid {
            grid-template-columns: repeat(2, 1fr); } }
        @media (max-width: 576px) {
          .single-product-page .related-products-section .treatment-slider-track.no-slider-grid {
            display: flex; } }
    .single-product-page .related-products-section .treatment-card {
      flex: 0 0 calc((100% - (24px * 3)) / 4);
      min-width: 0; }
      @media (max-width: 1199px) and (min-width: 577px) {
        .single-product-page .related-products-section .treatment-card {
          flex: 0 0 calc((100% - (16px * 3)) / 4); } }
      @media (max-width: 576px) {
        .single-product-page .related-products-section .treatment-card {
          flex: 0 0 calc((100% - 10px) / 2);
          scroll-snap-align: start; } }
    .single-product-page .related-products-section .treatment-slider-dots {
      display: flex;
      justify-content: center;
      gap: 6px;
      margin-top: 36px; }
      .single-product-page .related-products-section .treatment-slider-dots .slider-dot {
        width: 24px;
        height: 8px;
        border-radius: 4px;
        background: rgba(39, 54, 75, 0.15);
        border: none;
        cursor: pointer;
        padding: 0;
        transition: all 0.3s ease; }
        .single-product-page .related-products-section .treatment-slider-dots .slider-dot:hover {
          background: rgba(39, 54, 75, 0.3); }
        .single-product-page .related-products-section .treatment-slider-dots .slider-dot.active {
          background: #00b235;
          width: 58px;
          box-shadow: 0 0 12px rgba(43, 189, 106, 0.4); }
    .single-product-page .related-products-section .slider-arrow {
      width: 44px;
      height: 44px;
      background: #fff;
      border: 1.5px solid #d1d5db;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      transition: all 0.2s ease;
      z-index: 10; }
      .single-product-page .related-products-section .slider-arrow img {
        width: 24px;
        height: 24px;
        object-fit: contain; }
      @media (max-width: 992px) {
        .single-product-page .related-products-section .slider-arrow {
          width: 36px;
          height: 36px; }
          .single-product-page .related-products-section .slider-arrow img {
            width: 18px;
            height: 18px; } }
      .single-product-page .related-products-section .slider-arrow:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15); }
      .single-product-page .related-products-section .slider-arrow:disabled {
        opacity: 0.3;
        cursor: not-allowed; }
    .single-product-page .related-products-section .related-dots {
      display: none; }
      @media (max-width: 576px) {
        .single-product-page .related-products-section .related-dots {
          display: flex;
          justify-content: center;
          gap: 8px;
          margin-top: 16px; }
          .single-product-page .related-products-section .related-dots .slider-dot {
            width: 28px;
            height: 6px;
            border-radius: 3px;
            background: #d1d5db;
            border: none;
            cursor: pointer;
            padding: 0;
            transition: width 0.25s ease, background 0.25s ease; }
            .single-product-page .related-products-section .related-dots .slider-dot.active {
              background: #2bbd6a;
              width: 44px; } }
  .single-product-page .contact-section {
    padding: 80px 0; }
    @media (max-width: 992px) {
      .single-product-page .contact-section {
        padding: 100px 0; } }
    @media (max-width: 576px) {
      .single-product-page .contact-section {
        padding: 0;
        margin-top: 50px; } }

.blog-page,
.single-blog-page,
.faq-page {
  background-color: #fff;
  padding-bottom: 80px; }
  @media (max-width: 576px) {
    .blog-page,
    .single-blog-page,
    .faq-page {
      padding-bottom: 0; } }
  .blog-page .kt-banner,
  .single-blog-page .kt-banner,
  .faq-page .kt-banner {
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    @media (max-width: 992px) {
      .blog-page .kt-banner,
      .single-blog-page .kt-banner,
      .faq-page .kt-banner {
        height: 300px; } }
    @media (max-width: 576px) {
      .blog-page .kt-banner,
      .single-blog-page .kt-banner,
      .faq-page .kt-banner {
        padding-top: 70px;
        height: 250px; } }
    .blog-page .kt-banner::before,
    .single-blog-page .kt-banner::before,
    .faq-page .kt-banner::before {
      content: "";
      position: absolute;
      inset: 0; }
    .blog-page .kt-banner__container,
    .single-blog-page .kt-banner__container,
    .faq-page .kt-banner__container {
      margin-top: 100px;
      position: relative;
      z-index: 2; }
      @media (max-width: 991px) {
        .blog-page .kt-banner__container,
        .single-blog-page .kt-banner__container,
        .faq-page .kt-banner__container {
          margin-top: 0; } }
    .blog-page .kt-banner__title,
    .single-blog-page .kt-banner__title,
    .faq-page .kt-banner__title {
      color: #fff;
      font-size: 52px;
      font-weight: 700;
      text-transform: uppercase;
      text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      margin: 0;
      text-align: center; }
      @media (max-width: 768px) {
        .blog-page .kt-banner__title,
        .single-blog-page .kt-banner__title,
        .faq-page .kt-banner__title {
          font-size: 36px; } }
      @media (max-width: 576px) {
        .blog-page .kt-banner__title,
        .single-blog-page .kt-banner__title,
        .faq-page .kt-banner__title {
          font-size: 24px !important; } }
  .blog-page .breadcrumb-wrapper,
  .single-blog-page .breadcrumb-wrapper,
  .faq-page .breadcrumb-wrapper {
    padding: 20px 0;
    margin-bottom: 0; }
    @media (max-width: 992px) {
      .blog-page .breadcrumb-wrapper,
      .single-blog-page .breadcrumb-wrapper,
      .faq-page .breadcrumb-wrapper {
        padding: 15px 0; } }
    .blog-page .breadcrumb-wrapper .vimicro-breadcrumbs,
    .single-blog-page .breadcrumb-wrapper .vimicro-breadcrumbs,
    .faq-page .breadcrumb-wrapper .vimicro-breadcrumbs {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 16px;
      color: #5a6a7e; }
      @media (max-width: 768px) {
        .blog-page .breadcrumb-wrapper .vimicro-breadcrumbs,
        .single-blog-page .breadcrumb-wrapper .vimicro-breadcrumbs,
        .faq-page .breadcrumb-wrapper .vimicro-breadcrumbs {
          font-size: 14px;
          padding: 0 10px; } }
      .blog-page .breadcrumb-wrapper .vimicro-breadcrumbs .breadcrumb-link,
      .single-blog-page .breadcrumb-wrapper .vimicro-breadcrumbs .breadcrumb-link,
      .faq-page .breadcrumb-wrapper .vimicro-breadcrumbs .breadcrumb-link {
        color: #64748b;
        text-decoration: none;
        transition: color 0.3s ease; }
        .blog-page .breadcrumb-wrapper .vimicro-breadcrumbs .breadcrumb-link:hover,
        .single-blog-page .breadcrumb-wrapper .vimicro-breadcrumbs .breadcrumb-link:hover,
        .faq-page .breadcrumb-wrapper .vimicro-breadcrumbs .breadcrumb-link:hover {
          color: #00ad4b; }
      .blog-page .breadcrumb-wrapper .vimicro-breadcrumbs .breadcrumb-sep,
      .single-blog-page .breadcrumb-wrapper .vimicro-breadcrumbs .breadcrumb-sep,
      .faq-page .breadcrumb-wrapper .vimicro-breadcrumbs .breadcrumb-sep {
        color: #cbd5e1;
        font-size: 14px; }
      .blog-page .breadcrumb-wrapper .vimicro-breadcrumbs .breadcrumb-current,
      .single-blog-page .breadcrumb-wrapper .vimicro-breadcrumbs .breadcrumb-current,
      .faq-page .breadcrumb-wrapper .vimicro-breadcrumbs .breadcrumb-current {
        color: #27364b;
        font-weight: 600; }
  .blog-page .faq-searched-section,
  .single-blog-page .faq-searched-section,
  .faq-page .faq-searched-section {
    padding: 160px 0; }
    @media (max-width: 992px) {
      .blog-page .faq-searched-section,
      .single-blog-page .faq-searched-section,
      .faq-page .faq-searched-section {
        padding: 150px 15px; } }
    @media (max-width: 576px) {
      .blog-page .faq-searched-section,
      .single-blog-page .faq-searched-section,
      .faq-page .faq-searched-section {
        padding: 450px 15px 50px; } }
    .blog-page .faq-searched-section .kt-grid,
    .single-blog-page .faq-searched-section .kt-grid,
    .faq-page .faq-searched-section .kt-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 24px; }
      @media (max-width: 992px) {
        .blog-page .faq-searched-section .kt-grid,
        .single-blog-page .faq-searched-section .kt-grid,
        .faq-page .faq-searched-section .kt-grid {
          grid-template-columns: repeat(4, 1fr);
          gap: 10px; } }
      @media (max-width: 576px) {
        .blog-page .faq-searched-section .kt-grid,
        .single-blog-page .faq-searched-section .kt-grid,
        .faq-page .faq-searched-section .kt-grid {
          display: flex;
          flex-wrap: nowrap;
          overflow-x: auto;
          scroll-snap-type: x mandatory;
          -webkit-overflow-scrolling: touch;
          gap: 10px;
          scrollbar-width: none;
          -ms-overflow-style: none; }
          .blog-page .faq-searched-section .kt-grid::-webkit-scrollbar,
          .single-blog-page .faq-searched-section .kt-grid::-webkit-scrollbar,
          .faq-page .faq-searched-section .kt-grid::-webkit-scrollbar {
            display: none; }
          .blog-page .faq-searched-section .kt-grid .kt-card,
          .single-blog-page .faq-searched-section .kt-grid .kt-card,
          .faq-page .faq-searched-section .kt-grid .kt-card {
            flex: 0 0 calc((100% - 10px) / 2);
            scroll-snap-align: start; } }
    .blog-page .faq-searched-section .related-dots,
    .single-blog-page .faq-searched-section .related-dots,
    .faq-page .faq-searched-section .related-dots {
      display: none; }
      @media (max-width: 576px) {
        .blog-page .faq-searched-section .related-dots,
        .single-blog-page .faq-searched-section .related-dots,
        .faq-page .faq-searched-section .related-dots {
          display: flex;
          justify-content: center;
          gap: 8px;
          margin-top: 16px; }
          .blog-page .faq-searched-section .related-dots .slider-dot,
          .single-blog-page .faq-searched-section .related-dots .slider-dot,
          .faq-page .faq-searched-section .related-dots .slider-dot {
            width: 28px;
            height: 6px;
            border-radius: 3px;
            background: #d1d5db;
            border: none;
            cursor: pointer;
            padding: 0;
            transition: width 0.25s ease, background 0.25s ease; }
            .blog-page .faq-searched-section .related-dots .slider-dot.active,
            .single-blog-page .faq-searched-section .related-dots .slider-dot.active,
            .faq-page .faq-searched-section .related-dots .slider-dot.active {
              background: #2bbd6a;
              width: 44px; } }
    .blog-page .faq-searched-section .kt-heading,
    .single-blog-page .faq-searched-section .kt-heading,
    .faq-page .faq-searched-section .kt-heading {
      font-size: 26px;
      color: #27364b;
      margin-bottom: 40px;
      border-bottom: 3px solid #00ad4b;
      display: inline-block;
      padding-bottom: 10px;
      text-transform: uppercase;
      font-weight: 700; }
      @media (max-width: 576px) {
        .blog-page .faq-searched-section .kt-heading,
        .single-blog-page .faq-searched-section .kt-heading,
        .faq-page .faq-searched-section .kt-heading {
          font-size: 16px; } }
  .blog-page .kt-content-section,
  .single-blog-page .kt-content-section,
  .faq-page .kt-content-section {
    padding: 50px 0 80px; }
    @media (max-width: 992px) {
      .blog-page .kt-content-section,
      .single-blog-page .kt-content-section,
      .faq-page .kt-content-section {
        padding: 30px 10px 50px; } }
  .blog-page .kt-heading,
  .single-blog-page .kt-heading,
  .faq-page .kt-heading {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 36px; }
    .blog-page .kt-heading__title,
    .single-blog-page .kt-heading__title,
    .faq-page .kt-heading__title {
      font-size: 32px;
      font-weight: 700;
      color: #27364b;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin: 0; }
      @media (max-width: 992px) {
        .blog-page .kt-heading__title,
        .single-blog-page .kt-heading__title,
        .faq-page .kt-heading__title {
          font-size: 24px; } }
      @media (max-width: 576px) {
        .blog-page .kt-heading__title,
        .single-blog-page .kt-heading__title,
        .faq-page .kt-heading__title {
          font-size: 16px; } }
    .blog-page .kt-heading__line,
    .single-blog-page .kt-heading__line,
    .faq-page .kt-heading__line {
      width: 305px;
      height: 3px;
      background: #00ad4b;
      border-radius: 2px; }
      @media (max-width: 992px) {
        .blog-page .kt-heading__line,
        .single-blog-page .kt-heading__line,
        .faq-page .kt-heading__line {
          width: 230px; } }
      @media (max-width: 576px) {
        .blog-page .kt-heading__line,
        .single-blog-page .kt-heading__line,
        .faq-page .kt-heading__line {
          width: 160px; } }
  .blog-page .kt-layout,
  .single-blog-page .kt-layout,
  .faq-page .kt-layout {
    display: grid;
    grid-template-columns: 1fr 250px;
    gap: 36px;
    align-items: start; }
    @media (max-width: 1199px) {
      .blog-page .kt-layout,
      .single-blog-page .kt-layout,
      .faq-page .kt-layout {
        grid-template-columns: 1fr 250px;
        gap: 20px; } }
    @media (max-width: 992px) {
      .blog-page .kt-layout,
      .single-blog-page .kt-layout,
      .faq-page .kt-layout {
        grid-template-columns: 1fr 190px;
        gap: 10px; } }
    @media (max-width: 767px) {
      .blog-page .kt-layout,
      .single-blog-page .kt-layout,
      .faq-page .kt-layout {
        grid-template-columns: 1fr; }
        .blog-page .kt-layout .kt-sidebar-col,
        .single-blog-page .kt-layout .kt-sidebar-col,
        .faq-page .kt-layout .kt-sidebar-col {
          order: 1;
          padding-top: 50px; } }
  .blog-page .kt-posts-col,
  .single-blog-page .kt-posts-col,
  .faq-page .kt-posts-col {
    min-width: 0; }
  .blog-page .kt-grid,
  .single-blog-page .kt-grid,
  .faq-page .kt-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px; }
    @media (max-width: 1199px) {
      .blog-page .kt-grid,
      .single-blog-page .kt-grid,
      .faq-page .kt-grid {
        gap: 15px; } }
    @media (max-width: 767px) {
      .blog-page .kt-grid,
      .single-blog-page .kt-grid,
      .faq-page .kt-grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 576px) {
      .blog-page .kt-grid,
      .single-blog-page .kt-grid,
      .faq-page .kt-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px; } }
  .blog-page .kt-card,
  .single-blog-page .kt-card,
  .faq-page .kt-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    border: 1px solid #ececec;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.06);
    transition: transform 0.28s ease, box-shadow 0.28s ease; }
    .blog-page .kt-card:hover,
    .single-blog-page .kt-card:hover,
    .faq-page .kt-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12); }
      .blog-page .kt-card:hover .kt-card__image img,
      .single-blog-page .kt-card:hover .kt-card__image img,
      .faq-page .kt-card:hover .kt-card__image img {
        transform: scale(1.05); }
      .blog-page .kt-card:hover .kt-card__title,
      .single-blog-page .kt-card:hover .kt-card__title,
      .faq-page .kt-card:hover .kt-card__title {
        color: #00ad4b; }
    .blog-page .kt-card__image,
    .single-blog-page .kt-card__image,
    .faq-page .kt-card__image {
      position: relative;
      width: 100%;
      aspect-ratio: 4 / 3;
      overflow: hidden;
      background: #f5f7f5; }
      .blog-page .kt-card__image img,
      .single-blog-page .kt-card__image img,
      .faq-page .kt-card__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.4s ease; }
    .blog-page .kt-card__cat,
    .single-blog-page .kt-card__cat,
    .faq-page .kt-card__cat {
      position: absolute;
      bottom: 10px;
      left: 10px;
      background: rgba(0, 173, 75, 0.9);
      color: #fff;
      font-size: 11px;
      font-weight: 600;
      padding: 3px 9px;
      border-radius: 20px;
      backdrop-filter: blur(4px); }
    .blog-page .kt-card__body,
    .single-blog-page .kt-card__body,
    .faq-page .kt-card__body {
      padding: 10px 10px 10px;
      display: flex;
      flex-direction: column;
      flex: 1;
      gap: 8px; }
    .blog-page .kt-card__title,
    .single-blog-page .kt-card__title,
    .faq-page .kt-card__title {
      font-size: 18px;
      font-weight: 600;
      color: #27364b;
      text-transform: uppercase;
      line-height: 1.4;
      margin: 0;
      white-space: normal;
      word-break: break-word;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      transition: color 0.2s ease; }
    .blog-page .kt-card__desc,
    .single-blog-page .kt-card__desc,
    .faq-page .kt-card__desc {
      font-size: 16px;
      color: #5a6a7e;
      line-height: 1.2;
      margin: 0;
      white-space: normal;
      word-break: break-word;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .blog-page .kt-card__meta,
    .single-blog-page .kt-card__meta,
    .faq-page .kt-card__meta {
      margin-top: auto;
      padding-top: 8px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px; }
    .blog-page .kt-card__date,
    .single-blog-page .kt-card__date,
    .faq-page .kt-card__date {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      font-size: 12px;
      color: #8a96a3; }
      .blog-page .kt-card__date svg,
      .single-blog-page .kt-card__date svg,
      .faq-page .kt-card__date svg {
        flex-shrink: 0; }
    .blog-page .kt-card__readmore,
    .single-blog-page .kt-card__readmore,
    .faq-page .kt-card__readmore {
      display: inline-flex;
      align-items: center;
      gap: 3px;
      font-size: 14px;
      font-weight: 600;
      color: #ff9500;
      white-space: nowrap; }
      .blog-page .kt-card__readmore svg,
      .single-blog-page .kt-card__readmore svg,
      .faq-page .kt-card__readmore svg {
        flex-shrink: 0;
        stroke: #ff9500;
        transition: transform 0.2s ease; }
      @media (max-width: 992px) {
        .blog-page .kt-card__readmore,
        .single-blog-page .kt-card__readmore,
        .faq-page .kt-card__readmore {
          display: none; } }
    @media (max-width: 992px) {
      .blog-page .kt-card__title,
      .single-blog-page .kt-card__title,
      .faq-page .kt-card__title {
        font-size: 18px; }
      .blog-page .kt-card__desc,
      .single-blog-page .kt-card__desc,
      .faq-page .kt-card__desc {
        font-size: 16px; } }
  .blog-page .kt-no-results,
  .single-blog-page .kt-no-results,
  .faq-page .kt-no-results {
    text-align: center;
    padding: 80px 20px; }
    .blog-page .kt-no-results__title,
    .single-blog-page .kt-no-results__title,
    .faq-page .kt-no-results__title {
      font-size: 20px;
      font-weight: 700;
      color: #27364b;
      margin: 0 0 12px; }
    .blog-page .kt-no-results__desc,
    .single-blog-page .kt-no-results__desc,
    .faq-page .kt-no-results__desc {
      font-size: 15px;
      color: #5a6a7e; }
  .blog-page .kt-pagination,
  .single-blog-page .kt-pagination,
  .faq-page .kt-pagination {
    margin-top: 48px;
    display: flex;
    justify-content: center; }
    .blog-page .kt-pagination .page-numbers,
    .single-blog-page .kt-pagination .page-numbers,
    .faq-page .kt-pagination .page-numbers {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      align-items: center; }
      .blog-page .kt-pagination .page-numbers li a,
      .blog-page .kt-pagination .page-numbers li span,
      .single-blog-page .kt-pagination .page-numbers li a,
      .single-blog-page .kt-pagination .page-numbers li span,
      .faq-page .kt-pagination .page-numbers li a,
      .faq-page .kt-pagination .page-numbers li span {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 28px;
        height: 28px;
        padding: 0 8px;
        border-radius: 6px;
        font-size: 13px;
        font-weight: 500;
        text-decoration: none;
        border: 1.5px solid #e0e0e0;
        color: #27364b;
        transition: all 0.22s ease;
        background: #fff; }
      .blog-page .kt-pagination .page-numbers li a:hover,
      .single-blog-page .kt-pagination .page-numbers li a:hover,
      .faq-page .kt-pagination .page-numbers li a:hover {
        border-color: #00ad4b;
        color: #00ad4b;
        background: rgba(0, 173, 75, 0.06); }
      .blog-page .kt-pagination .page-numbers li .current,
      .single-blog-page .kt-pagination .page-numbers li .current,
      .faq-page .kt-pagination .page-numbers li .current {
        background: #00ad4b;
        border-color: #00ad4b;
        color: #fff;
        box-shadow: 0 3px 10px rgba(0, 173, 75, 0.35); }
      .blog-page .kt-pagination .page-numbers li .dots,
      .single-blog-page .kt-pagination .page-numbers li .dots,
      .faq-page .kt-pagination .page-numbers li .dots {
        border: none;
        color: #8a96a3;
        background: transparent; }
  .blog-page .kt-sidebar-col,
  .single-blog-page .kt-sidebar-col,
  .faq-page .kt-sidebar-col {
    position: sticky;
    top: 100px; }
  .blog-page .sidebar-widget,
  .single-blog-page .sidebar-widget,
  .faq-page .sidebar-widget {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ececec;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
    overflow: hidden; }
    .blog-page .sidebar-widget__title,
    .single-blog-page .sidebar-widget__title,
    .faq-page .sidebar-widget__title {
      font-size: 20px;
      font-weight: 700;
      color: #fff;
      margin: 0;
      padding: 10px;
      background: linear-gradient(to right, #2bbd6a, #00682d);
      letter-spacing: 0.3px;
      text-transform: uppercase; }
      @media (max-width: 992px) {
        .blog-page .sidebar-widget__title,
        .single-blog-page .sidebar-widget__title,
        .faq-page .sidebar-widget__title {
          font-size: 16px;
          padding: 10px; } }
  .blog-page .sidebar-category-list,
  .single-blog-page .sidebar-category-list,
  .faq-page .sidebar-category-list {
    list-style: none;
    margin: 0;
    padding: 8px 0; }
  .blog-page .sidebar-category-item a,
  .single-blog-page .sidebar-category-item a,
  .faq-page .sidebar-category-item a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    font-size: 15px;
    color: #27364b;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    border-left: 3px solid transparent; }
    .blog-page .sidebar-category-item a:hover,
    .single-blog-page .sidebar-category-item a:hover,
    .faq-page .sidebar-category-item a:hover {
      background: rgba(0, 173, 75, 0.07);
      color: #00ad4b;
      border-left-color: #00ad4b; }
  .blog-page .sidebar-category-item.active a,
  .single-blog-page .sidebar-category-item.active a,
  .faq-page .sidebar-category-item.active a {
    background: rgba(0, 173, 75, 0.1);
    color: #00ad4b;
    font-weight: 600;
    border-left-color: #00ad4b; }
  .blog-page .sidebar-category-item + .sidebar-category-item a,
  .single-blog-page .sidebar-category-item + .sidebar-category-item a,
  .faq-page .sidebar-category-item + .sidebar-category-item a {
    border-top: 1px solid #f5f5f5; }

.single-blog-page {
  background: #fff;
  padding-bottom: 80px; }
  .single-blog-page .kt-banner {
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    @media (max-width: 992px) {
      .single-blog-page .kt-banner {
        height: 300px; } }
    @media (max-width: 576px) {
      .single-blog-page .kt-banner {
        height: 250px; } }
    .single-blog-page .kt-banner::before {
      content: "";
      position: absolute;
      inset: 0; }
    .single-blog-page .kt-banner__container {
      margin-top: 100px;
      position: relative;
      z-index: 2; }
      @media (max-width: 991px) {
        .single-blog-page .kt-banner__container {
          margin-top: 0; } }
    .single-blog-page .kt-banner__title {
      color: #fff;
      font-size: 52px;
      font-weight: 700;
      text-transform: uppercase;
      text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      margin: 0;
      text-align: center; }
      @media (max-width: 768px) {
        .single-blog-page .kt-banner__title {
          font-size: 36px; } }
      @media (max-width: 576px) {
        .single-blog-page .kt-banner__title {
          font-size: 24px; } }
  .single-blog-page .breadcrumb-wrapper {
    padding: 20px 0;
    margin-bottom: 0; }
    @media (max-width: 992px) {
      .single-blog-page .breadcrumb-wrapper {
        padding: 15px 0; } }
    .single-blog-page .breadcrumb-wrapper .vimicro-breadcrumbs {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 16px;
      color: #5a6a7e; }
      @media (max-width: 768px) {
        .single-blog-page .breadcrumb-wrapper .vimicro-breadcrumbs {
          font-size: 14px;
          padding: 0 10px; } }
      .single-blog-page .breadcrumb-wrapper .vimicro-breadcrumbs .breadcrumb-link {
        color: #64748b;
        text-decoration: none;
        transition: color 0.3s ease; }
        .single-blog-page .breadcrumb-wrapper .vimicro-breadcrumbs .breadcrumb-link:hover {
          color: #00ad4b; }
      .single-blog-page .breadcrumb-wrapper .vimicro-breadcrumbs .breadcrumb-sep {
        color: #cbd5e1;
        font-size: 14px; }
      .single-blog-page .breadcrumb-wrapper .vimicro-breadcrumbs .breadcrumb-current {
        color: #27364b;
        font-weight: 600; }
  .single-blog-page .sb-article {
    padding-top: 10px; }
    @media (max-width: 576px) {
      .single-blog-page .sb-article {
        padding: 0 10px; } }
  .single-blog-page .sb-header {
    margin-bottom: 32px;
    padding-bottom: 12px;
    border-bottom: 2px solid #00ad4b;
    display: inline-block;
    width: auto;
    min-width: 250px; }
    @media (max-width: 992px) {
      .single-blog-page .sb-header {
        margin: 10px 10px 50px;
        font-size: 24px; } }
    @media (max-width: 576px) {
      .single-blog-page .sb-header {
        margin: 10px 10px 30px;
        font-size: 18px !important; } }
  .single-blog-page .sb-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 8px; }
    .single-blog-page .sb-meta__date, .single-blog-page .sb-meta__cat {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 13px;
      color: #8a96a3; }
      .single-blog-page .sb-meta__date svg, .single-blog-page .sb-meta__cat svg {
        flex-shrink: 0; }
    .single-blog-page .sb-meta__cat {
      color: #00ad4b;
      font-weight: 600; }
  .single-blog-page .sb-title {
    font-size: 28px;
    font-weight: 700;
    color: #27364b;
    line-height: 1.35;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.3px; }
    @media (max-width: 768px) {
      .single-blog-page .sb-title {
        font-size: 22px; } }
    @media (max-width: 576px) {
      .single-blog-page .sb-title {
        font-size: 18px; } }
  .single-blog-page .sb-gallery {
    margin-bottom: 40px;
    border-radius: 12px;
    overflow: hidden; }
  .single-blog-page .sb-gallery__main {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden; }
    @media (max-width: 992px) {
      .single-blog-page .sb-gallery__main {
        padding: 15px; } }
    @media (max-width: 576px) {
      .single-blog-page .sb-gallery__main {
        padding: 0;
        border-radius: 4px; } }
    .single-blog-page .sb-gallery__main img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: opacity 0.2s ease; }
      @media (max-width: 992px) {
        .single-blog-page .sb-gallery__main img {
          border-radius: 12px; } }
  .single-blog-page .sb-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.88);
    color: #27364b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(4px);
    z-index: 2; }
    @media (max-width: 576px) {
      .single-blog-page .sb-arrow {
        width: 24px;
        height: 24px; } }
    .single-blog-page .sb-arrow--prev {
      left: 16px; }
    .single-blog-page .sb-arrow--next {
      right: 16px; }
    .single-blog-page .sb-arrow:hover {
      background: #fff;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
      transform: translateY(-50%) scale(1.06); }
    .single-blog-page .sb-arrow svg {
      display: block; }
  .single-blog-page .sb-gallery__thumbs {
    display: flex;
    gap: 20px;
    margin-top: 20px; }
    .single-blog-page .sb-gallery__thumbs .sb-thumb {
      flex: 1;
      aspect-ratio: 4 / 3;
      border: none;
      background: #f0f4f8;
      overflow: hidden;
      cursor: pointer;
      padding: 0;
      position: relative;
      transition: opacity 0.2s ease;
      border-radius: 4px; }
      .single-blog-page .sb-gallery__thumbs .sb-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.3s ease; }
      .single-blog-page .sb-gallery__thumbs .sb-thumb::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 4px;
        border: 3px solid transparent;
        transition: border-color 0.2s ease; }
      .single-blog-page .sb-gallery__thumbs .sb-thumb:hover img {
        transform: scale(1.06); }
      .single-blog-page .sb-gallery__thumbs .sb-thumb:not(.is-active) {
        opacity: 0.72; }
      .single-blog-page .sb-gallery__thumbs .sb-thumb:not(.is-active):hover {
        opacity: 1; }
  .single-blog-page .sb-content {
    font-size: 16px;
    line-height: 1.8;
    color: #3d4a5c; }
    @media (max-width: 992px) {
      .single-blog-page .sb-content {
        padding: 0 15px; } }
    .single-blog-page .sb-content p {
      margin: 0 0 20px; }
      .single-blog-page .sb-content p:last-child {
        margin-bottom: 0; }
    .single-blog-page .sb-content h2 {
      font-size: 22px;
      font-weight: 700;
      color: #27364b;
      margin: 36px 0 16px; }
    .single-blog-page .sb-content h3 {
      font-size: 19px;
      font-weight: 700;
      color: #27364b;
      margin: 28px 0 12px; }
    .single-blog-page .sb-content ul,
    .single-blog-page .sb-content ol {
      padding-left: 22px;
      margin-bottom: 20px; }
      .single-blog-page .sb-content ul li,
      .single-blog-page .sb-content ol li {
        margin-bottom: 6px; }
    .single-blog-page .sb-content img {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin: 20px 0; }
    .single-blog-page .sb-content blockquote {
      border-left: 4px solid #00ad4b;
      padding: 12px 20px;
      margin: 24px 0;
      background: rgba(0, 173, 75, 0.05);
      border-radius: 0 8px 8px 0;
      font-style: italic;
      color: #5a6a7e; }
    .single-blog-page .sb-content a {
      color: #00ad4b;
      text-decoration: underline; }
      .single-blog-page .sb-content a:hover {
        color: #008137; }
  .single-blog-page .sb-related {
    margin-top: 60px;
    padding: 40px 0; }
    @media (max-width: 992px) {
      .single-blog-page .sb-related {
        padding: 40px 15px; } }
    .single-blog-page .sb-related .kt-heading {
      margin-bottom: 30px; }
      .single-blog-page .sb-related .kt-heading__line {
        width: 330px; }
        @media (max-width: 576px) {
          .single-blog-page .sb-related .kt-heading__line {
            width: 170px; } }
    .single-blog-page .sb-related .sb-related-grid {
      grid-template-columns: repeat(4, 1fr);
      gap: 20px; }
      @media (max-width: 1199px) {
        .single-blog-page .sb-related .sb-related-grid {
          grid-template-columns: repeat(4, 1fr); } }
      @media (max-width: 576px) {
        .single-blog-page .sb-related .sb-related-grid {
          display: flex;
          flex-wrap: nowrap;
          overflow-x: auto;
          scroll-snap-type: x mandatory;
          -webkit-overflow-scrolling: touch;
          gap: 10px;
          scrollbar-width: none;
          -ms-overflow-style: none; }
          .single-blog-page .sb-related .sb-related-grid::-webkit-scrollbar {
            display: none; }
          .single-blog-page .sb-related .sb-related-grid .kt-card {
            flex: 0 0 calc((100% - 10px) / 2);
            scroll-snap-align: start; } }
    .single-blog-page .sb-related .related-dots {
      display: none; }
      @media (max-width: 576px) {
        .single-blog-page .sb-related .related-dots {
          display: flex;
          justify-content: center;
          gap: 8px;
          margin-top: 16px; }
          .single-blog-page .sb-related .related-dots .slider-dot {
            width: 28px;
            height: 6px;
            border-radius: 3px;
            background: #d1d5db;
            border: none;
            cursor: pointer;
            padding: 0;
            transition: width 0.25s ease, background 0.25s ease; }
            .single-blog-page .sb-related .related-dots .slider-dot.active {
              background: #2bbd6a;
              width: 44px; } }
    .single-blog-page .sb-related .kt-card__title {
      font-size: 16px;
      -webkit-line-clamp: 2; }
  @media (max-width: 768px) {
    .single-blog-page .sb-gallery__thumbs .sb-thumb {
      flex: none;
      width: 80px; }
    .single-blog-page .sb-gallery__thumbs {
      overflow-x: auto;
      scrollbar-width: none; }
      .single-blog-page .sb-gallery__thumbs::-webkit-scrollbar {
        display: none; } }

.profile-page .search-banner {
  position: relative;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 576px) {
    .profile-page .search-banner {
      height: 250px; } }
  .profile-page .search-banner::before {
    content: "";
    position: absolute;
    inset: 0; }
  .profile-page .search-banner .search-banner-container {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    margin-top: 80px; }
  .profile-page .search-banner .search-banner-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.35); }
    @media (max-width: 768px) {
      .profile-page .search-banner .search-banner-title {
        font-size: 28px; } }
.profile-page .breadcrumb-wrapper {
  padding: 18px 0; }
  .profile-page .breadcrumb-wrapper .vimicro-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px; }
    @media (max-width: 768px) {
      .profile-page .breadcrumb-wrapper .vimicro-breadcrumbs {
        font-size: 14px;
        padding: 0 10px; } }
    .profile-page .breadcrumb-wrapper .vimicro-breadcrumbs .breadcrumb-link {
      color: #64748b;
      text-decoration: none;
      transition: color .3s; }
      .profile-page .breadcrumb-wrapper .vimicro-breadcrumbs .breadcrumb-link:hover {
        color: #00ad4b; }
    .profile-page .breadcrumb-wrapper .vimicro-breadcrumbs .breadcrumb-sep {
      color: #cbd5e1;
      font-size: 13px; }
    .profile-page .breadcrumb-wrapper .vimicro-breadcrumbs .breadcrumb-current {
      color: #27364b;
      font-weight: 600; }
.profile-page .profile-flipbook-section {
  padding: 48px 0 100px; }
  @media (max-width: 576px) {
    .profile-page .profile-flipbook-section {
      padding: 32px 0 48px; } }
.profile-page .flipbook-header {
  margin-bottom: 40px; }
  @media (max-width: 576px) {
    .profile-page .flipbook-header {
      margin-bottom: 24px;
      padding: 0 15px; } }
  .profile-page .flipbook-header .flipbook-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: #2bbd6a;
    text-transform: uppercase;
    margin: 0 0 8px; }
  .profile-page .flipbook-header .flipbook-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a2b3c;
    margin: 0 0 10px;
    line-height: 1.2; }
    @media (max-width: 768px) {
      .profile-page .flipbook-header .flipbook-title {
        font-size: 22px; } }
  .profile-page .flipbook-header .flipbook-desc {
    font-size: 16px;
    color: #64748b;
    margin: 0;
    line-height: 1.4;
    max-width: 580px; }
    @media (max-width: 768px) {
      .profile-page .flipbook-header .flipbook-desc {
        font-size: 14px; } }

.flipbook-wrapper {
  background: #1a2535;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.28), 0 2px 6px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column; }
  @media (max-width: 576px) {
    .flipbook-wrapper {
      margin: 0 15px; } }
  .flipbook-wrapper:fullscreen {
    background: #0f1724;
    border-radius: 0;
    margin: 0; }
    .flipbook-wrapper:fullscreen .fb-stage {
      flex: 1;
      overflow: auto;
      padding: 24px; }

.fb-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 5px 10x;
  background: #222d3d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  user-select: none; }
  .fb-toolbar__left, .fb-toolbar__right {
    display: flex;
    align-items: center;
    gap: 4px; }
  .fb-toolbar__center {
    flex: 1;
    display: flex;
    justify-content: center; }

.fb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  color: #94a3b8;
  border-radius: 8px;
  cursor: pointer;
  transition: background .18s, color .18s, transform .12s;
  padding: 0;
  outline: none; }
  .fb-btn:hover:not(:disabled) {
    background: rgba(255, 255, 255, 0.08);
    color: #e2e8f0; }
  .fb-btn:active:not(:disabled) {
    transform: scale(0.92);
    background: rgba(255, 255, 255, 0.12); }
  .fb-btn:disabled, .fb-btn--disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none; }
  .fb-btn--nav {
    width: 40px;
    height: 40px;
    color: #cbd5e1; }
    .fb-btn--nav:hover:not(:disabled) {
      background: rgba(43, 189, 106, 0.15);
      color: #2bbd6a; }
  .fb-btn--fs {
    margin-left: 4px; }

.fb-page-counter {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  padding: 4px 12px; }

.fb-page-input {
  width: 40px;
  background: transparent;
  border: none;
  color: #e2e8f0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  outline: none;
  -moz-appearance: textfield; }
  .fb-page-input::-webkit-outer-spin-button, .fb-page-input::-webkit-inner-spin-button {
    -webkit-appearance: none; }

.fb-page-sep {
  color: #475569;
  font-size: 14px; }

.fb-page-total {
  color: #94a3b8;
  font-size: 14px;
  font-weight: 500; }

.fb-progress {
  height: 3px;
  background: rgba(255, 255, 255, 0.06);
  position: relative; }
  .fb-progress__bar {
    height: 100%;
    background: linear-gradient(90deg, #2bbd6a, #00c853);
    width: 0%;
    transition: width .4s ease;
    border-radius: 0 2px 2px 0; }

.fb-stage {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  background: radial-gradient(ellipse at center, #1e2d42 0%, #111a27 100%);
  min-height: 300px; }
  @media (max-width: 576px) {
    .fb-stage {
      padding: 16px 8px; } }
  .fb-stage__shadow {
    position: absolute;
    top: 30px;
    bottom: 30px;
    width: 60px;
    pointer-events: none;
    z-index: 1; }
    .fb-stage__shadow--left {
      left: 24px;
      background: linear-gradient(to right, rgba(0, 0, 0, 0.35), transparent);
      border-radius: 8px 0 0 8px; }
    .fb-stage__shadow--right {
      right: 24px;
      background: linear-gradient(to left, rgba(0, 0, 0, 0.35), transparent);
      border-radius: 0 8px 8px 0; }
    @media (max-width: 576px) {
      .fb-stage__shadow {
        display: none; } }

.flipbook-container {
  position: relative;
  z-index: 2; }
  .flipbook-container canvas {
    display: block; }

.flipbook-empty {
  display: none;
  text-align: center;
  padding: 60px 24px;
  color: #64748b;
  font-size: 15px;
  line-height: 1.7; }
  .flipbook-empty svg {
    display: block;
    margin: 0 auto 16px; }
  .flipbook-empty strong {
    color: #94a3b8; }

.fb-bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 20px;
  background: #1a2535;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  flex-wrap: wrap; }
  @media (max-width: 480px) {
    .fb-bottom-bar {
      padding: 10px 12px; } }
  .fb-bottom-bar__hint {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #64748b;
    font-size: 12px; }
    .fb-bottom-bar__hint svg {
      flex-shrink: 0; }

.fb-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 18px;
  background: linear-gradient(135deg, #2bbd6a, #00a040);
  color: #fff !important;
  text-decoration: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  transition: filter .2s, transform .2s, box-shadow .2s;
  box-shadow: 0 2px 12px rgba(43, 189, 106, 0.3);
  white-space: nowrap; }
  .fb-download-btn:hover {
    filter: brightness(1.1);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(43, 189, 106, 0.4); }

.flip-page {
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  user-select: none;
  -webkit-user-drag: none;
  font-family: inherit; }
  .flip-page--cover .fp-cover {
    position: absolute;
    inset: 0; }
    .flip-page--cover .fp-cover__bg {
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center; }
      .flip-page--cover .fp-cover__bg::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0, 20, 50, 0.4) 0%, rgba(0, 10, 30, 0.8) 100%); }
    .flip-page--cover .fp-cover__overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(10, 22, 45, 0.5) 0%, rgba(10, 22, 45, 0.85) 100%);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 16px;
      padding: 40px 28px;
      text-align: center;
      z-index: 2; }
    .flip-page--cover .fp-cover__logo {
      height: 56px;
      width: auto;
      object-fit: contain;
      filter: brightness(0) invert(1) drop-shadow(0 2px 10px rgba(0, 0, 0, 0.4)); }
    .flip-page--cover .fp-cover__title {
      font-size: clamp(18px, 3vw, 28px);
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 2px;
      line-height: 1.25;
      margin: 0;
      text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5); }
    .flip-page--cover .fp-cover__sub {
      font-size: 11px;
      letter-spacing: 3.5px;
      color: rgba(255, 255, 255, 0.65);
      text-transform: uppercase;
      margin: 0; }
    .flip-page--cover .fp-cover__year {
      display: inline-block;
      padding: 5px 18px;
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 20px;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.7);
      backdrop-filter: blur(4px); }
  .flip-page--back .fp-back {
    position: absolute;
    inset: 0;
    background: linear-gradient(150deg, #1a2b3c 0%, #0d1a28 100%);
    display: flex;
    align-items: center;
    justify-content: center; }
    .flip-page--back .fp-back__inner {
      text-align: center;
      padding: 36px 28px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 14px; }
      .flip-page--back .fp-back__inner img {
        height: 52px;
        width: auto;
        filter: brightness(0) invert(1) opacity(0.75); }
      .flip-page--back .fp-back__inner p {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        margin: 0; }
    .flip-page--back .fp-back__content {
      font-size: 13px;
      color: rgba(255, 255, 255, 0.55);
      line-height: 1.7;
      max-width: 280px; }
      .flip-page--back .fp-back__content p {
        margin: 0 0 6px; }
      .flip-page--back .fp-back__content a {
        color: #2bbd6a;
        text-decoration: none; }
  .flip-page--inner {
    background-image: repeating-linear-gradient(0deg, transparent, transparent 27px, rgba(43, 189, 106, 0.03) 27px, rgba(43, 189, 106, 0.03) 28px); }
    .flip-page--inner .fp-inner {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      overflow: hidden; }
      .flip-page--inner .fp-inner__header {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 16px 10px 12px;
        border-left: 4px solid var(--accent, #2bbd6a);
        background: linear-gradient(90deg, rgba(43, 189, 106, 0.07) 0%, transparent 100%);
        flex-shrink: 0; }
      .flip-page--inner .fp-inner__logo-mark {
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--accent, #2bbd6a);
        flex-shrink: 0; }
      .flip-page--inner .fp-inner__heading-text {
        font-size: 13px;
        font-weight: 700;
        color: #1a2b3c;
        text-transform: uppercase;
        letter-spacing: .5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .flip-page--inner .fp-inner__body {
        flex: 1;
        overflow: hidden;
        padding: 12px 16px;
        display: flex;
        flex-direction: column;
        gap: 10px; }
        @media (max-width: 576px) {
          .flip-page--inner .fp-inner__body {
            padding: 8px 10px; } }
      .flip-page--inner .fp-inner__text {
        font-size: 13px;
        line-height: 1.7;
        color: #374151;
        overflow-y: auto;
        flex: 1;
        padding-right: 4px; }
        .flip-page--inner .fp-inner__text p {
          margin: 0 0 8px; }
        .flip-page--inner .fp-inner__text ul {
          padding-left: 16px;
          margin: 0 0 8px; }
        .flip-page--inner .fp-inner__text li {
          margin-bottom: 4px; }
        .flip-page--inner .fp-inner__text h3 {
          font-size: 14px;
          font-weight: 700;
          color: #1a2b3c;
          margin: 10px 0 5px; }
        .flip-page--inner .fp-inner__text h4 {
          font-size: 13px;
          font-weight: 700;
          color: #1a2b3c;
          margin: 8px 0 4px; }
        .flip-page--inner .fp-inner__text strong {
          color: #1a2b3c; }
        .flip-page--inner .fp-inner__text a {
          color: var(--accent, #2bbd6a); }
        .flip-page--inner .fp-inner__text img {
          max-width: 100%;
          height: auto;
          border-radius: 5px;
          margin: 6px 0;
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }
        .flip-page--inner .fp-inner__text::-webkit-scrollbar {
          width: 4px; }
        .flip-page--inner .fp-inner__text::-webkit-scrollbar-track {
          background: transparent; }
        .flip-page--inner .fp-inner__text::-webkit-scrollbar-thumb {
          background: rgba(0, 0, 0, 0.12);
          border-radius: 4px; }
      .flip-page--inner .fp-inner__thumb {
        flex-shrink: 0; }
        .flip-page--inner .fp-inner__thumb img {
          width: 100%;
          height: 180px;
          object-fit: cover;
          border-radius: 6px;
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
          display: block; }
          @media (max-width: 576px) {
            .flip-page--inner .fp-inner__thumb img {
              height: 130px; } }
      .flip-page--inner .fp-inner__fullimg {
        flex: 1;
        background-size: cover;
        background-position: center;
        position: relative;
        border-radius: 4px;
        overflow: hidden; }
        .flip-page--inner .fp-inner__fullimg-caption {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          padding: 16px;
          background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
          color: #fff; }
          .flip-page--inner .fp-inner__fullimg-caption p {
            font-size: 12px;
            margin: 0;
            opacity: .85; }
          .flip-page--inner .fp-inner__fullimg-caption h3 {
            font-size: 14px;
            font-weight: 700;
            margin: 0 0 3px; }
      .flip-page--inner .fp-inner__cols {
        display: flex;
        gap: 12px;
        flex: 1;
        overflow: hidden; }
        .flip-page--inner .fp-inner__cols--rev {
          flex-direction: row-reverse; }
      .flip-page--inner .fp-inner__col-img {
        width: 44%;
        flex-shrink: 0; }
        .flip-page--inner .fp-inner__col-img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 6px;
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12); }
      .flip-page--inner .fp-inner__col-text {
        flex: 1;
        overflow: hidden;
        font-size: 13px;
        line-height: 1.65;
        color: #374151;
        overflow-y: auto; }
        .flip-page--inner .fp-inner__col-text::-webkit-scrollbar {
          width: 3px; }
        .flip-page--inner .fp-inner__col-text::-webkit-scrollbar-thumb {
          background: rgba(0, 0, 0, 0.1);
          border-radius: 3px; }
      .flip-page--inner .fp-inner__footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 6px 16px;
        border-top: 1px solid rgba(0, 0, 0, 0.06);
        flex-shrink: 0; }
      .flip-page--inner .fp-inner__pgnum {
        font-size: 11px;
        color: #9ca3af;
        font-weight: 500; }
      .flip-page--inner .fp-inner__brand {
        font-size: 10px;
        letter-spacing: 2px;
        color: var(--accent, #2bbd6a);
        font-weight: 700;
        opacity: .6; }

.contact-page .kt-banner {
  height: 400px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  @media (max-width: 576px) {
    .contact-page .kt-banner {
      height: 250px; } }
  .contact-page .kt-banner::before {
    content: "";
    position: absolute;
    inset: 0; }
  .contact-page .kt-banner .kt-banner__container {
    position: relative;
    z-index: 1;
    text-align: center; }
  .contact-page .kt-banner .kt-banner__title {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin: 0;
    margin-top: 80px; }
    @media (max-width: 768px) {
      .contact-page .kt-banner .kt-banner__title {
        font-size: 24px; } }
.contact-page .breadcrumb-wrapper {
  padding-top: 25px; }
  @media (max-width: 576px) {
    .contact-page .breadcrumb-wrapper {
      padding-left: 15px;
      padding-right: 15px; } }
  .contact-page .breadcrumb-wrapper .breadcrumb-current {
    font-weight: 700;
    color: #27364b; }
.contact-page .contact-main-section {
  padding: 50px 0; }
  @media (max-width: 576px) {
    .contact-page .contact-main-section {
      padding-left: 15px;
      padding-right: 15px; } }
  .contact-page .contact-main-section .contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: flex-end; }
    @media (max-width: 1200px) {
      .contact-page .contact-main-section .contact-wrapper {
        gap: 40px; } }
    @media (max-width: 992px) {
      .contact-page .contact-main-section .contact-wrapper {
        grid-template-columns: 1fr; } }
  .contact-page .contact-main-section .contact-info-col .contact-main-title {
    font-size: 32px;
    font-weight: 700;
    color: #27364b;
    margin-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    display: inline-block; }
    .contact-page .contact-main-section .contact-info-col .contact-main-title::after {
      content: '';
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 100%;
      height: 3px;
      background: linear-gradient(90deg, #2bbd6a, #00a040);
      border-radius: 2px; }
    @media (max-width: 576px) {
      .contact-page .contact-main-section .contact-info-col .contact-main-title {
        font-size: 18px; } }
  .contact-page .contact-main-section .contact-info-col .contact-main-desc {
    font-size: 16px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: 600px; }
    @media (max-width: 576px) {
      .contact-page .contact-main-section .contact-info-col .contact-main-desc {
        font-size: 14px; } }
  .contact-page .contact-main-section .contact-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px; }
    @media (max-width: 576px) {
      .contact-page .contact-main-section .contact-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px; } }
  .contact-page .contact-main-section .contact-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06); }
    @media (max-width: 576px) {
      .contact-page .contact-main-section .contact-card {
        padding: 15px 10px; } }
    .contact-page .contact-main-section .contact-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
      border-color: #2bbd6a; }
    .contact-page .contact-main-section .contact-card__icon {
      width: 60px;
      height: 60px;
      background: #f8fafc;
      color: #27364b;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 10px;
      transition: all 0.3s ease;
      border: 1px solid #e2e8f0; }
      .contact-page .contact-main-section .contact-card__icon img {
        width: 28px;
        height: 28px;
        object-fit: contain; }
      @media (max-width: 576px) {
        .contact-page .contact-main-section .contact-card__icon {
          width: 56px;
          height: 56px;
          margin-bottom: 8px; }
          .contact-page .contact-main-section .contact-card__icon img {
            width: 32px;
            height: 32px; } }
    .contact-page .contact-main-section .contact-card:hover .contact-page .contact-main-section .contact-card__icon {
      background: #2bbd6a;
      color: #fff; }
    .contact-page .contact-main-section .contact-card__title {
      font-size: 18px;
      font-weight: 700;
      color: #27364b;
      margin-bottom: 5px; }
      @media (max-width: 576px) {
        .contact-page .contact-main-section .contact-card__title {
          font-size: 14px; } }
    .contact-page .contact-main-section .contact-card__text {
      font-size: 15px;
      color: #64748b;
      line-height: 1.5;
      margin: 0; }
      @media (max-width: 576px) {
        .contact-page .contact-main-section .contact-card__text {
          font-size: 12px; } }
      .contact-page .contact-main-section .contact-card__text a {
        color: inherit;
        text-decoration: none;
        font-size: 14px; }
  .contact-page .contact-main-section .contact-form-col {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
    border: 1px solid #f8fafc; }
    .contact-page .contact-main-section .contact-form-col .contact-page-form .form-group {
      margin-bottom: 25px; }
      .contact-page .contact-main-section .contact-form-col .contact-page-form .form-group label {
        display: block;
        font-weight: 600;
        color: #27364b;
        margin-bottom: 12px;
        font-size: 15px; }
        .contact-page .contact-main-section .contact-form-col .contact-page-form .form-group label .required {
          color: #dc2626; }
      .contact-page .contact-main-section .contact-form-col .contact-page-form .form-group input,
      .contact-page .contact-main-section .contact-form-col .contact-page-form .form-group textarea {
        width: 100%;
        background: #f8faf9;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        padding: 15px 20px;
        font-size: 16px;
        color: #27364b;
        transition: all 0.3s ease; }
        .contact-page .contact-main-section .contact-form-col .contact-page-form .form-group input::placeholder,
        .contact-page .contact-main-section .contact-form-col .contact-page-form .form-group textarea::placeholder {
          color: #94a3b8; }
        .contact-page .contact-main-section .contact-form-col .contact-page-form .form-group input:focus,
        .contact-page .contact-main-section .contact-form-col .contact-page-form .form-group textarea:focus {
          outline: none;
          background: #fff;
          border-color: #2bbd6a;
          box-shadow: 0 0 0 4px rgba(43, 189, 106, 0.1); }
      .contact-page .contact-main-section .contact-form-col .contact-page-form .form-group textarea {
        resize: none; }
    .contact-page .contact-main-section .contact-form-col .contact-page-form .form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      margin-bottom: 5px; }
      @media (max-width: 576px) {
        .contact-page .contact-main-section .contact-form-col .contact-page-form .form-row {
          grid-template-columns: 1fr; } }
    .contact-page .contact-main-section .contact-form-col .contact-page-form .btn-submit {
      width: 100%;
      background: #00ad4b;
      color: #fff;
      height: 56px;
      border: none;
      font-weight: 700;
      font-size: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0, 173, 75, 0.3);
      transition: all 0.3s ease;
      cursor: pointer; }
      @media (max-width: 576px) {
        .contact-page .contact-main-section .contact-form-col .contact-page-form .btn-submit {
          height: 44px;
          font-size: 16px; } }
      .contact-page .contact-main-section .contact-form-col .contact-page-form .btn-submit:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(0, 173, 75, 0.4);
        background: #009641; }
      .contact-page .contact-main-section .contact-form-col .contact-page-form .btn-submit .btn-icon svg {
        stroke: #fff; }
      .contact-page .contact-main-section .contact-form-col .contact-page-form .btn-submit:disabled {
        opacity: 0.7;
        cursor: not-allowed;
        transform: none; }
    .contact-page .contact-main-section .contact-form-col .contact-page-form .form-privacy {
      margin-top: 25px;
      font-size: 14px;
      color: #64748b;
      text-align: center; }
      .contact-page .contact-main-section .contact-form-col .contact-page-form .form-privacy a {
        color: #2bbd6a;
        text-decoration: underline;
        font-weight: 600; }
        .contact-page .contact-main-section .contact-form-col .contact-page-form .form-privacy a:hover {
          color: #009641; }
.contact-page .contact-map-section {
  padding: 60px 0 100px;
  background: #fff; }
  @media (max-width: 576px) {
    .contact-page .contact-map-section {
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 50px;
      padding-top: 30px; } }
  .contact-page .contact-map-section .contact-map-title {
    font-size: 28px;
    font-weight: 700;
    color: #27364b;
    margin-bottom: 30px;
    text-align: left;
    position: relative;
    display: inline-block; }
    .contact-page .contact-map-section .contact-map-title::after {
      content: '';
      position: absolute;
      bottom: -8px;
      left: 0;
      width: 410px;
      height: 3px;
      background: linear-gradient(90deg, #2bbd6a, #00a040);
      border-radius: 2px; }
      @media (max-width: 576px) {
        .contact-page .contact-map-section .contact-map-title::after {
          width: 100%;
          height: 3px; } }
    @media (max-width: 576px) {
      .contact-page .contact-map-section .contact-map-title {
        font-size: 18px; } }
  .contact-page .contact-map-section .contact-map-canvas {
    height: 500px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08); }
    @media (max-width: 576px) {
      .contact-page .contact-map-section .contact-map-canvas {
        width: 360px;
        max-width: 100%;
        height: 300px;
        margin: 0 auto; } }
    .contact-page .contact-map-section .contact-map-canvas iframe {
      width: 100%;
      height: 100%;
      border: none; }

.about-page .kt-banner {
  height: 400px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .about-page .kt-banner {
      height: 250px; } }
  .about-page .kt-banner .kt-banner__title {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: -60px; }
    @media (max-width: 768px) {
      .about-page .kt-banner .kt-banner__title {
        font-size: 24px;
        max-width: 170px;
        margin: 0 auto;
        padding-top: 60px; } }
.about-page .breadcrumb-wrapper {
  padding-top: 20px; }
  .about-page .breadcrumb-wrapper .vimicro-breadcrumbs {
    font-size: 16px;
    color: #777; }
    @media (max-width: 768px) {
      .about-page .breadcrumb-wrapper .vimicro-breadcrumbs {
        font-size: 14px;
        padding: 0 10px; } }
    .about-page .breadcrumb-wrapper .vimicro-breadcrumbs .breadcrumb-link {
      color: #777;
      text-decoration: none;
      transition: color 0.3s ease; }
      .about-page .breadcrumb-wrapper .vimicro-breadcrumbs .breadcrumb-link:hover {
        color: var(--secondary-color, #ff4d4d); }
    .about-page .breadcrumb-wrapper .vimicro-breadcrumbs .breadcrumb-current {
      font-weight: 600;
      color: #333; }
    .about-page .breadcrumb-wrapper .vimicro-breadcrumbs .breadcrumb-sep {
      margin: 0 8px;
      color: #ccc; }
.about-page .about-section {
  padding: 50px 0;
  background-color: #fff; }
  .about-page .about-section .about-content .section-header {
    text-align: center;
    margin-bottom: 50px; }
    .about-page .about-section .about-content .section-header .section-title {
      font-size: 24px;
      color: var(--primary-color, #1a2a5e);
      font-weight: 600;
      text-transform: uppercase; }
    .about-page .about-section .about-content .section-header .title-line {
      width: 310px;
      height: 4px;
      background: linear-gradient(90deg, #00ad4b, #00ad4b);
      margin: 0 auto 40px; }
      @media (max-width: 576px) {
        .about-page .about-section .about-content .section-header .title-line {
          width: 230px;
          margin: 0 auto 10px; } }
    .about-page .about-section .about-content .section-header .section-description {
      width: 100%;
      text-align: center;
      color: #27364b;
      font-weight: 300;
      font-size: 16px;
      line-height: 1.6;
      max-width: 100%;
      margin: 0 auto; }
      @media (max-width: 576px) {
        .about-page .about-section .about-content .section-header .section-description {
          font-size: 14px;
          padding: 0 15px; } }
    .about-page .about-section .about-content .section-header .section-divider {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 40px;
      gap: 20px; }
      @media (max-width: 576px) {
        .about-page .about-section .about-content .section-header .section-divider {
          margin-top: 20px;
          padding: 0 15px; } }
      .about-page .about-section .about-content .section-header .section-divider::before, .about-page .about-section .about-content .section-header .section-divider::after {
        content: "";
        flex: 1;
        height: 1px;
        background-color: #cbd4e1; }
      .about-page .about-section .about-content .section-header .section-divider img {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
        object-fit: contain; }
  .about-page .about-section .about-content .about-text {
    font-size: 16px;
    line-height: 1.8;
    color: #555; }
.about-page .core-values-section {
  padding: 80px 0;
  background-color: #fff; }
  @media (max-width: 768px) {
    .about-page .core-values-section {
      padding: 40px 15px; } }
  .about-page .core-values-section .core-values-content {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    align-items: start; }
    @media (max-width: 768px) {
      .about-page .core-values-section .core-values-content {
        grid-template-columns: 1fr;
        gap: 20px; } }
    .about-page .core-values-section .core-values-content .section-header-left {
      grid-column: 1;
      margin-bottom: 20px; }
      @media (max-width: 768px) {
        .about-page .core-values-section .core-values-content .section-header-left {
          text-align: left;
          margin-bottom: 10px; } }
      .about-page .core-values-section .core-values-content .section-header-left .section-title {
        font-size: 24px;
        color: var(--primary-color, #1a2a5e);
        font-weight: 600;
        text-transform: uppercase; }
      .about-page .core-values-section .core-values-content .section-header-left .title-line-left {
        width: 190px;
        height: 4px;
        background-color: #00ad4b;
        margin-bottom: 15px; }
      .about-page .core-values-section .core-values-content .section-header-left .section-subtitle {
        font-size: 16px;
        color: #27364b;
        line-height: 1.4; }
    .about-page .core-values-section .core-values-content .core-values-image {
      grid-column: 2;
      grid-row: 1 / span 2;
      display: flex;
      flex-direction: column;
      height: 100%; }
      @media (max-width: 768px) {
        .about-page .core-values-section .core-values-content .core-values-image {
          grid-column: 1;
          grid-row: auto;
          height: auto;
          margin-bottom: 10px; } }
      .about-page .core-values-section .core-values-content .core-values-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1); }
        @media (max-width: 768px) {
          .about-page .core-values-section .core-values-content .core-values-image img {
            height: auto;
            max-height: 360px; } }
    .about-page .core-values-section .core-values-content .values-list {
      grid-column: 1;
      display: flex;
      flex-direction: column;
      gap: 20px; }
      @media (max-width: 768px) {
        .about-page .core-values-section .core-values-content .values-list {
          grid-column: 1; } }
      .about-page .core-values-section .core-values-content .values-list .value-card {
        display: flex;
        align-items: center;
        gap: 20px;
        padding: 10px;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease; }
        .about-page .core-values-section .core-values-content .values-list .value-card:hover {
          transform: translateX(10px);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }
          @media (max-width: 768px) {
            .about-page .core-values-section .core-values-content .values-list .value-card:hover {
              transform: none; } }
        .about-page .core-values-section .core-values-content .values-list .value-card .value-icon {
          width: 64px;
          height: 64px;
          background: linear-gradient(180deg, #2cc158 0%, #008e2a 100%);
          border-radius: 8px;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-shrink: 0; }
          @media (max-width: 768px) {
            .about-page .core-values-section .core-values-content .values-list .value-card .value-icon {
              width: 60px;
              height: 60px; } }
          .about-page .core-values-section .core-values-content .values-list .value-card .value-icon i,
          .about-page .core-values-section .core-values-content .values-list .value-card .value-icon img {
            color: #fff;
            font-size: 20px;
            width: 40px;
            height: 40px;
            object-fit: contain; }
        .about-page .core-values-section .core-values-content .values-list .value-card .value-info h3 {
          font-size: 16px;
          color: #1a2a5e;
          font-weight: 700; }
        .about-page .core-values-section .core-values-content .values-list .value-card .value-info p {
          font-size: 16px;
          color: #64748b;
          margin: 0;
          line-height: 1.3; }
          @media (max-width: 768px) {
            .about-page .core-values-section .core-values-content .values-list .value-card .value-info p {
              font-size: 14px; } }
.about-page .mission-vision-section {
  padding: 0 0 80px 0; }
  .about-page .mission-vision-section .mission-vision-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    overflow: hidden;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 768px) {
      .about-page .mission-vision-section .mission-vision-banner {
        width: 360px;
        max-width: 100%;
        height: 420px;
        margin: 0 auto; } }
  .about-page .mission-vision-section .mission-vision-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 40px; }
    @media (max-width: 768px) {
      .about-page .mission-vision-section .mission-vision-overlay {
        padding: 20px; } }
  .about-page .mission-vision-section .mission-vision-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 900px;
    color: #fff;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 55%);
    padding: 60px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); }
    @media (max-width: 768px) {
      .about-page .mission-vision-section .mission-vision-content {
        padding: 10px; } }
    .about-page .mission-vision-section .mission-vision-content .section-title {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 5px;
      text-transform: uppercase;
      color: #fff; }
      @media (max-width: 768px) {
        .about-page .mission-vision-section .mission-vision-content .section-title {
          font-size: 20px; } }
    .about-page .mission-vision-section .mission-vision-content .title-line {
      width: 260px;
      height: 4px;
      background-color: #00b235;
      margin: 0 auto 30px; }
      @media (max-width: 768px) {
        .about-page .mission-vision-section .mission-vision-content .title-line {
          width: 150px;
          margin-bottom: 15px; } }
    .about-page .mission-vision-section .mission-vision-content .section-description {
      font-size: 16px;
      line-height: 1.4;
      color: #ffffff;
      font-weight: 200;
      margin-bottom: 0; }
      @media (max-width: 768px) {
        .about-page .mission-vision-section .mission-vision-content .section-description {
          font-size: 14px; } }
    .about-page .mission-vision-section .mission-vision-content .section-divider-light {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 30px;
      gap: 20px; }
      .about-page .mission-vision-section .mission-vision-content .section-divider-light::before, .about-page .mission-vision-section .mission-vision-content .section-divider-light::after {
        content: "";
        flex: 1;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.4); }
      .about-page .mission-vision-section .mission-vision-content .section-divider-light img {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
        object-fit: contain;
        filter: brightness(0) invert(1); }

@media (max-width: 768px) {
  .about-page .about-section {
    padding: 60px 0; }
    .about-page .about-section .about-text .vision-mission {
      grid-template-columns: 1fr; } }
@media (max-width: 767px) {
  .about-page .about-section .about-content .section-header .section-title {
    font-size: 28px; } }
  @media (max-width: 767px) and (max-width: 576px) {
    .about-page .about-section .about-content .section-header .section-title {
      font-size: 18px; } }
@media (max-width: 767px) {
  .about-page .about-section .about-content .about-text .core-values {
    grid-template-columns: 1fr; } }
.product-archive-page .product-banner {
  position: relative;
  min-height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  @media (max-width: 768px) {
    .product-archive-page .product-banner {
      min-height: 250px; } }
  .product-archive-page .product-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1; }
  .product-archive-page .product-banner .product-banner-container {
    position: relative;
    z-index: 2; }
  .product-archive-page .product-banner .product-banner-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: -60px;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); }
    @media (max-width: 768px) {
      .product-archive-page .product-banner .product-banner-title {
        font-size: 32px; } }
    @media (max-width: 576px) {
      .product-archive-page .product-banner .product-banner-title {
        font-size: 24px;
        max-width: 200px;
        margin: 0 auto;
        margin-bottom: -60px; } }
.product-archive-page .breadcrumb-outer {
  padding: 20px 0; }
  @media (max-width: 768px) {
    .product-archive-page .breadcrumb-outer {
      padding: 20px 10px; } }
.product-archive-page .product-archive-content {
  padding: 40px 0;
  background: #ffffff; }
  @media (max-width: 768px) {
    .product-archive-page .product-archive-content {
      padding: 20px 15px 60px 15px; } }
.product-archive-page .archive-layout {
  display: flex;
  gap: 40px; }
  @media (max-width: 992px) {
    .product-archive-page .archive-layout {
      flex-direction: column; } }
.product-archive-page .product-list-header {
  margin-bottom: 30px; }
  .product-archive-page .product-list-header__title {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    color: #27364b;
    margin: 0;
    white-space: nowrap; }
    @media (max-width: 576px) {
      .product-archive-page .product-list-header__title {
        font-size: 18px; } }
  .product-archive-page .product-list-header__line {
    height: 4px;
    max-width: 470px;
    background: #00b235; }
    @media (max-width: 576px) {
      .product-archive-page .product-list-header__line {
        max-width: 260px; } }
.product-archive-page .level2-cat-section {
  background: #ffffff;
  padding: 50px 0 10px; }
  .product-archive-page .level2-cat-section .section-heading {
    margin-bottom: 30px; }
    .product-archive-page .level2-cat-section .section-heading__title {
      font-size: 32px;
      font-weight: 700;
      color: #27364b;
      margin: 0;
      text-transform: uppercase; }
      @media (max-width: 576px) {
        .product-archive-page .level2-cat-section .section-heading__title {
          font-size: 18px;
          padding: 0 15px; } }
    .product-archive-page .level2-cat-section .section-heading__line {
      height: 4px;
      max-width: 455px;
      background: #00b235;
      margin-top: 6px; }
      @media (max-width: 576px) {
        .product-archive-page .level2-cat-section .section-heading__line {
          max-width: 260px;
          margin: 0 15px; } }
  .product-archive-page .level2-cat-section .level2-cat-grid {
    background: #ffffff;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 40px; }
    @media (max-width: 992px) {
      .product-archive-page .level2-cat-section .level2-cat-grid {
        gap: 20px;
        padding: 20px; } }
    @media (max-width: 576px) {
      .product-archive-page .level2-cat-section .level2-cat-grid {
        grid-template-columns: repeat(3, 1fr);
        padding: 12px;
        gap: 12px;
        box-shadow: none;
        margin-bottom: 0; } }
  .product-archive-page .level2-cat-section .level2-cat-card {
    text-decoration: none;
    text-align: center;
    display: block;
    transition: all 0.3s ease; }
    .product-archive-page .level2-cat-section .level2-cat-card:hover {
      transform: translateY(-5px); }
      .product-archive-page .level2-cat-section .level2-cat-card:hover .level2-cat-card__title {
        color: #00b235; }
      .product-archive-page .level2-cat-section .level2-cat-card:hover .level2-cat-card__image img {
        transform: scale(1.05); }
    .product-archive-page .level2-cat-section .level2-cat-card.is-active .level2-cat-card__title {
      color: #00b235; }
    .product-archive-page .level2-cat-section .level2-cat-card__image-wrap {
      position: relative;
      margin-bottom: 16px; }
    .product-archive-page .level2-cat-section .level2-cat-card__dot {
      position: absolute;
      top: 14px;
      left: 14px;
      width: 26px;
      height: 26px;
      background: #e2e8f0;
      border-radius: 50%;
      z-index: 3;
      border: 2px solid #ffffff;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
      @media (max-width: 576px) {
        .product-archive-page .level2-cat-section .level2-cat-card__dot {
          display: none; } }
    .product-archive-page .level2-cat-section .level2-cat-card__check {
      position: absolute;
      top: 14px;
      left: 14px;
      width: 26px;
      height: 26px;
      background: #00b235;
      border-radius: 50%;
      z-index: 3;
      border: 2px solid #ffffff;
      box-shadow: 0 2px 8px rgba(0, 178, 53, 0.4);
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 576px) {
        .product-archive-page .level2-cat-section .level2-cat-card__check {
          display: none; } }
    .product-archive-page .level2-cat-section .level2-cat-card__image {
      width: 100%;
      aspect-ratio: 16 / 9;
      overflow: hidden;
      border-radius: 0 100px 0 100px;
      position: relative;
      z-index: 1;
      filter: grayscale(100%) brightness(0.9);
      transition: filter 0.4s ease; }
      @media (max-width: 1200px) {
        .product-archive-page .level2-cat-section .level2-cat-card__image {
          border-radius: 0 70px 0 70px; } }
      @media (max-width: 576px) {
        .product-archive-page .level2-cat-section .level2-cat-card__image {
          width: 80px;
          height: 80px;
          margin: 0 auto;
          border-radius: 50%;
          aspect-ratio: 1 / 1; } }
      .product-archive-page .level2-cat-section .level2-cat-card__image.is-active {
        filter: grayscale(0%);
        border: 6px solid #00b235; }
        @media (max-width: 576px) {
          .product-archive-page .level2-cat-section .level2-cat-card__image.is-active {
            border: 3px solid #00b235; } }
      .product-archive-page .level2-cat-section .level2-cat-card__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease; }
    .product-archive-page .level2-cat-section .level2-cat-card__title {
      font-size: 17px;
      font-weight: 700;
      color: #27364b;
      text-transform: uppercase;
      margin: 0;
      line-height: 1.4; }
      @media (max-width: 1200px) {
        .product-archive-page .level2-cat-section .level2-cat-card__title {
          font-size: 14px; } }
      @media (max-width: 576px) {
        .product-archive-page .level2-cat-section .level2-cat-card__title {
          font-size: 14px; } }
.product-archive-page .sub-category-section {
  margin-bottom: 50px; }
  .product-archive-page .sub-category-section .sub-category-header {
    margin-bottom: 25px; }
    .product-archive-page .sub-category-section .sub-category-header__title {
      font-size: 32px;
      font-weight: 700;
      text-transform: uppercase;
      color: #27364b;
      margin: 0; }
      @media (max-width: 576px) {
        .product-archive-page .sub-category-section .sub-category-header__title {
          font-size: 20px; } }
    .product-archive-page .sub-category-section .sub-category-header__line {
      height: 4px;
      max-width: 310px;
      background: #00b235;
      margin-top: 5px; }
      @media (max-width: 576px) {
        .product-archive-page .sub-category-section .sub-category-header__line {
          max-width: 180px; } }
  .product-archive-page .sub-category-section .sub-category-grid {
    background: #ffffff;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px; }
    @media (max-width: 992px) {
      .product-archive-page .sub-category-section .sub-category-grid {
        gap: 20px;
        padding: 20px; } }
    @media (max-width: 768px) {
      .product-archive-page .sub-category-section .sub-category-grid {
        grid-template-columns: 1fr; } }
  .product-archive-page .sub-category-section .sub-cat-card {
    text-decoration: none;
    text-align: center;
    display: block;
    transition: all 0.3s ease; }
    .product-archive-page .sub-category-section .sub-cat-card:hover {
      transform: translateY(-5px); }
      .product-archive-page .sub-category-section .sub-cat-card:hover .sub-cat-card__title {
        color: #00b235; }
      .product-archive-page .sub-category-section .sub-cat-card:hover .sub-cat-card__image img {
        transform: scale(1.1); }
    .product-archive-page .sub-category-section .sub-cat-card__image-wrapper {
      position: relative;
      margin-bottom: 20px; }
    .product-archive-page .sub-category-section .sub-cat-card__dot {
      position: absolute;
      top: 15px;
      left: 15px;
      width: 14px;
      height: 14px;
      background: #e2e8f0;
      border-radius: 50%;
      z-index: 3;
      border: 2px solid #ffffff;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
    .product-archive-page .sub-category-section .sub-cat-card__image {
      width: 100%;
      aspect-ratio: 16 / 9;
      overflow: hidden;
      border-radius: 0 100px 0 100px;
      position: relative;
      z-index: 1; }
      @media (max-width: 1200px) {
        .product-archive-page .sub-category-section .sub-cat-card__image {
          border-radius: 0 70px 0 70px; } }
      .product-archive-page .sub-category-section .sub-cat-card__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease; }
      .product-archive-page .sub-category-section .sub-cat-card__image::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.02);
        z-index: 2;
        pointer-events: none; }
    .product-archive-page .sub-category-section .sub-cat-card__title {
      font-size: 18px;
      font-weight: 700;
      color: #27364b;
      text-transform: uppercase;
      margin: 0;
      line-height: 1.4; }
      @media (max-width: 1200px) {
        .product-archive-page .sub-category-section .sub-cat-card__title {
          font-size: 15px; } }
.product-archive-page .archive-products-col {
  flex: 1; }
.product-archive-page .product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px; }
  @media (max-width: 1200px) {
    .product-archive-page .product-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 576px) {
    .product-archive-page .product-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 12px; } }
.product-archive-page .archive-sidebar-col {
  width: 300px;
  flex-shrink: 0; }
  @media (max-width: 992px) {
    .product-archive-page .archive-sidebar-col {
      width: 100%; } }
  @media (max-width: 768px) {
    .product-archive-page .archive-sidebar-col {
      display: none; } }
  .product-archive-page .archive-sidebar-col .sidebar-widget {
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
    position: sticky;
    top: 120px;
    padding: 0; }
    .product-archive-page .archive-sidebar-col .sidebar-widget__title {
      background: linear-gradient(180deg, #2cc158 0%, #008e2a 100%);
      color: #ffffff;
      font-size: 20px;
      font-weight: 700;
      padding: 10px;
      margin: 0;
      text-transform: uppercase;
      width: 100%;
      border-bottom: none; }
  .product-archive-page .archive-sidebar-col .category-nav-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .product-archive-page .archive-sidebar-col .category-nav-list li {
      margin: 0;
      border-bottom: 1px solid #f1f5f9; }
      .product-archive-page .archive-sidebar-col .category-nav-list li:last-child {
        border-bottom: none; }
      .product-archive-page .archive-sidebar-col .category-nav-list li a {
        display: block;
        padding: 15px 20px;
        color: #27364b;
        text-decoration: none;
        transition: all 0.3s ease;
        font-weight: 500;
        font-size: 18px; }
        .product-archive-page .archive-sidebar-col .category-nav-list li a:hover {
          color: #2bbd6a;
          padding-left: 25px;
          background: #f8fafc; }
      .product-archive-page .archive-sidebar-col .category-nav-list li.active a {
        background: #f8fafc;
        color: #2bbd6a;
        font-weight: 700; }
.product-archive-page .archive-pagination {
  margin-top: 50px; }
  .product-archive-page .archive-pagination ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0; }
    .product-archive-page .archive-pagination ul li span,
    .product-archive-page .archive-pagination ul li a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border-radius: 10px;
      background: #f8fafc;
      border: 1px solid #e2e8f0;
      color: #64748b;
      text-decoration: none;
      font-weight: 600;
      transition: all 0.3s ease; }
      .product-archive-page .archive-pagination ul li span:hover,
      .product-archive-page .archive-pagination ul li a:hover {
        border-color: #2bbd6a;
        color: #2bbd6a; }
    .product-archive-page .archive-pagination ul li span.current {
      background: #2bbd6a;
      color: #ffffff;
      border-color: #2bbd6a; }
.product-archive-page .no-products-found {
  text-align: center;
  padding: 60px 0; }
  .product-archive-page .no-products-found__img {
    max-width: 150px;
    margin-bottom: 24px;
    opacity: 0.6; }
  .product-archive-page .no-products-found__title {
    font-size: 22px;
    color: #27364b;
    margin-bottom: 12px; }
  .product-archive-page .no-products-found__desc {
    color: #64748b;
    max-width: 400px;
    margin: 0 auto; }

.odm-page .kt-banner {
  height: 400px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (max-width: 576px) {
    .odm-page .kt-banner {
      height: 250px; } }
  .odm-page .kt-banner .kt-banner__title {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: -60px; }
    @media (max-width: 576px) {
      .odm-page .kt-banner .kt-banner__title {
        font-size: 24px; } }
.odm-page .breadcrumb-wrapper {
  padding-top: 20px;
  margin-bottom: 40px; }
  .odm-page .breadcrumb-wrapper .vimicro_breadcrumbs,
  .odm-page .breadcrumb-wrapper .vimicro-breadcrumbs {
    font-size: 16px;
    color: #777; }
    @media (max-width: 768px) {
      .odm-page .breadcrumb-wrapper .vimicro_breadcrumbs,
      .odm-page .breadcrumb-wrapper .vimicro-breadcrumbs {
        font-size: 14px;
        padding: 0 10px; } }
    .odm-page .breadcrumb-wrapper .vimicro_breadcrumbs a,
    .odm-page .breadcrumb-wrapper .vimicro-breadcrumbs a {
      color: #777;
      text-decoration: none;
      transition: color 0.3s ease; }
    .odm-page .breadcrumb-wrapper .vimicro_breadcrumbs .breadcrumb-current,
    .odm-page .breadcrumb-wrapper .vimicro-breadcrumbs .breadcrumb-current {
      font-weight: 600;
      color: #333; }
    .odm-page .breadcrumb-wrapper .vimicro_breadcrumbs .breadcrumb-sep,
    .odm-page .breadcrumb-wrapper .vimicro-breadcrumbs .breadcrumb-sep {
      margin: 0 8px;
      color: #ccc; }

.odm-header {
  text-align: center; }
  .odm-header .odm-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a2b49;
    margin-bottom: 20px;
    text-transform: uppercase; }
    @media (max-width: 576px) {
      .odm-header .odm-title {
        font-size: 18px; } }

.odm-step-content {
  display: none;
  animation: fadeIn 0.5s ease; }
  .odm-step-content.active {
    display: block; }

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.odm-progress {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%; }
  .odm-progress .odm-progress-bar {
    width: 300px;
    height: 6px;
    background: #eef2f7;
    border-radius: 10px;
    overflow: hidden;
    align-self: center;
    position: relative;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='6'%3E%3Crect x='0' y='0' width='23.5%25' height='6' rx='3' fill='black'/%3E%3Crect x='25.5%25' y='0' width='23.5%25' height='6' rx='3' fill='black'/%3E%3Crect x='51%25' y='0' width='23.5%25' height='6' rx='3' fill='black'/%3E%3Crect x='76.5%25' y='0' width='23.5%25' height='6' rx='3' fill='black'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='6'%3E%3Crect x='0' y='0' width='23.5%25' height='6' rx='3' fill='black'/%3E%3Crect x='25.5%25' y='0' width='23.5%25' height='6' rx='3' fill='black'/%3E%3Crect x='51%25' y='0' width='23.5%25' height='6' rx='3' fill='black'/%3E%3Crect x='76.5%25' y='0' width='23.5%25' height='6' rx='3' fill='black'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='6'%3E%3Crect x='0' y='0' width='23.5%25' height='6' rx='3' fill='black'/%3E%3Crect x='25.5%25' y='0' width='23.5%25' height='6' rx='3' fill='black'/%3E%3Crect x='51%25' y='0' width='23.5%25' height='6' rx='3' fill='black'/%3E%3Crect x='76.5%25' y='0' width='23.5%25' height='6' rx='3' fill='black'/%3E%3C/svg%3E"); }
    @media (max-width: 576px) {
      .odm-progress .odm-progress-bar {
        width: 250px; } }
    .odm-progress .odm-progress-bar .progress-fill {
      height: 100%;
      background: #00b14f;
      transition: width 0.3s ease; }
  .odm-progress .odm-step-indicator {
    align-self: flex-start;
    font-size: 16px;
    color: #999;
    font-weight: 500;
    padding-left: 50px; }
    .odm-progress .odm-step-indicator span {
      color: #27364b;
      background: #eef2f7;
      padding: 2px 8px;
      font-weight: 500;
      font-size: 16px;
      border-radius: 12px;
      margin-left: 5px; }

.odm-cards-wrapper {
  position: relative;
  padding: 40px 60px 0 50px; }
  @media (max-width: 576px) {
    .odm-cards-wrapper {
      padding: 20px 15px; } }
  .odm-cards-wrapper.swiper {
    padding-bottom: 50px; }
    @media (max-width: 576px) {
      .odm-cards-wrapper.swiper {
        padding-bottom: 20px; } }
  .odm-cards-wrapper .swiper-button-next,
  .odm-cards-wrapper .swiper-button-prev {
    color: #00b14f;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }
    .odm-cards-wrapper .swiper-button-next::after,
    .odm-cards-wrapper .swiper-button-prev::after {
      font-size: 18px;
      font-weight: bold; }
    .odm-cards-wrapper .swiper-button-next:hover,
    .odm-cards-wrapper .swiper-button-prev:hover {
      background: #00b14f;
      color: #fff; }
  .odm-cards-wrapper .swiper-pagination-bullet-active {
    background: #00b14f; }
  .odm-cards-wrapper .swiper-slide {
    height: auto;
    display: flex; }
    .odm-cards-wrapper .swiper-slide .odm-card {
      width: 100%; }
  @media (max-width: 576px) {
    .odm-cards-wrapper.swiper {
      overflow: visible; }
      .odm-cards-wrapper.swiper .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        transform: none !important;
        width: 100% !important;
        flex-wrap: wrap; }
      .odm-cards-wrapper.swiper .swiper-slide {
        width: 100% !important;
        margin: 0 !important; }
      .odm-cards-wrapper.swiper .swiper-pagination,
      .odm-cards-wrapper.swiper .swiper-button-next,
      .odm-cards-wrapper.swiper .swiper-button-prev {
        display: none !important; } }

.odm-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; }
  @media (max-width: 768px) {
    .odm-cards-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 576px) {
    .odm-cards-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 15px; } }

.odm-card {
  position: relative;
  width: 270px;
  max-width: 100%;
  height: 400px;
  min-height: 350px;
  margin: 0 auto; }
  @media (max-width: 576px) {
    .odm-card {
      width: 100%;
      height: auto;
      min-height: auto; } }
  .odm-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0; }
    .odm-card input[type="radio"]:checked + .odm-card__inner {
      border-color: #00b14f;
      box-shadow: 0 10px 30px rgba(0, 177, 79, 0.15); }
      .odm-card input[type="radio"]:checked + .odm-card__inner .odm-card__check {
        background: #00b14f;
        border-color: #00b14f; }
        .odm-card input[type="radio"]:checked + .odm-card__inner .odm-card__check::after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 8px;
          height: 8px;
          background: #fff;
          border-radius: 50%; }
  .odm-card .odm-card__inner {
    display: block;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 10px 10px 40px 10px;
    padding: 20px 10px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 0 -2px 8px rgba(0, 0, 0, 0.01);
    height: 100%; }
    @media (max-width: 576px) {
      .odm-card .odm-card__inner {
        padding: 15px 8px;
        border-radius: 8px 8px 25px 8px; } }
    .odm-card .odm-card__inner:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 -4px 15px rgba(0, 0, 0, 0.03);
      border-color: #00b14f; }
  .odm-card .odm-card__check {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    border: 2px solid #eef2f7;
    border-radius: 50%;
    background: #eef2f7;
    transition: all 0.3s ease; }
    @media (max-width: 576px) {
      .odm-card .odm-card__check {
        top: 10px;
        right: 10px;
        width: 16px;
        height: 16px; } }
  .odm-card .odm-card__icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    background: #f8faff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 8px solid #eff1f5;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease; }
    @media (max-width: 576px) {
      .odm-card .odm-card__icon {
        width: 70px;
        height: 70px;
        border-width: 5px;
        margin-bottom: 12px; } }
    .odm-card .odm-card__icon img {
      width: 60px;
      height: 60px;
      object-fit: contain; }
      @media (max-width: 576px) {
        .odm-card .odm-card__icon img {
          width: 40px;
          height: 40px; } }
    .odm-card .odm-card__icon::before {
      content: "";
      position: absolute;
      width: 110px;
      height: 110px;
      border: 1px solid rgba(0, 70, 140, 0.05);
      border-radius: 50%;
      z-index: -1; }
      @media (max-width: 576px) {
        .odm-card .odm-card__icon::before {
          width: 80px;
          height: 80px; } }
  .odm-card .odm-card__title {
    font-size: 20px;
    font-weight: 700;
    color: #1a2b49;
    margin-bottom: 10px;
    text-transform: uppercase; }
    @media (max-width: 576px) {
      .odm-card .odm-card__title {
        font-size: 14px;
        margin-bottom: 5px; } }
  .odm-card .odm-card__desc {
    font-size: 18px;
    color: #64748b;
    line-height: 1.4;
    margin: 0; }
    @media (max-width: 576px) {
      .odm-card .odm-card__desc {
        font-size: 13px; } }

.odm-actions {
  display: flex;
  justify-content: center;
  margin-top: 40px; }

.odm-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: stretch;
  margin-top: 60px;
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .odm-pricing-grid {
      grid-template-columns: 1fr;
      max-width: 400px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 576px) {
    .odm-pricing-grid {
      padding: 0 15px; } }

.odm-price-card {
  position: relative; }
  .odm-price-card input[type="radio"] {
    position: absolute;
    opacity: 0; }
    .odm-price-card input[type="radio"]:checked + .odm-price-card__inner {
      border-color: #00b14f;
      box-shadow: 0 20px 50px rgba(0, 177, 79, 0.15);
      transform: scale(1.05);
      z-index: 10; }
  .odm-price-card__inner {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 2px solid #f1f5f9;
    border-radius: 40px;
    padding: 10px;
    height: 100%;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03); }
    .odm-price-card__inner:hover {
      transform: translateY(-5px) scale(1.02);
      box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
      border-color: #e2e8f0; }
  .odm-price-card.featured .odm-price-card__inner {
    background: #00b14f;
    border: none;
    padding: 40px 8px 8px;
    z-index: 1;
    box-shadow: 0 20px 50px rgba(0, 177, 79, 0.2); }
    @media (max-width: 768px) {
      .odm-price-card.featured .odm-price-card__inner {
        transform: none; } }
  .odm-price-card.featured .odm-price-card__badge {
    background: transparent;
    top: 8px;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    transform: translateX(-50%); }
  .odm-price-card__badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #00b14f;
    color: #fff;
    padding: 8px 25px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    z-index: 2;
    white-space: nowrap; }
  .odm-price-card__header {
    background: #fff;
    border: 1px solid #eff6ff;
    border-radius: 32px;
    padding: 20px 20px;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease; }
  .odm-price-card__title {
    font-size: 20px;
    font-weight: 700;
    color: #1a2b49;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
    @media (max-width: 576px) {
      .odm-price-card__title {
        font-size: 16px;
        margin-bottom: 10px; } }
  .odm-price-card__desc {
    font-size: 16px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
    max-width: 90%;
    margin: 0 auto; }
    @media (max-width: 576px) {
      .odm-price-card__desc {
        font-size: 14px; } }
  .odm-price-card__body {
    background: #f8fbff;
    border-radius: 32px;
    padding: 50px 25px 30px;
    margin-top: -50px;
    position: relative;
    z-index: 1;
    flex-grow: 1; }
  .odm-price-card__list {
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0;
    text-align: left; }
    .odm-price-card__list li {
      position: relative;
      padding-left: 35px;
      margin-bottom: 15px;
      font-size: 16px;
      color: #334155;
      font-weight: 500; }
      .odm-price-card__list li::before {
        content: "\f00c";
        content: "✓";
        position: absolute;
        left: 0;
        top: 0;
        width: 24px;
        height: 24px;
        background: #f1f5f9;
        color: #1a2b49;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 12px;
        font-weight: bold; }

.odm-btn {
  padding: 14px 60px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .odm-btn--next {
    background: linear-gradient(135deg, #00b14f 0%, #008a3e 100%);
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 177, 79, 0.2); }
    .odm-btn--next:hover {
      transform: translateY(-2px);
      box-shadow: 0 15px 25px rgba(0, 177, 79, 0.3);
      color: #fff; }
    .odm-btn--next:active {
      transform: translateY(0); }
  .odm-btn--back {
    background: #fff;
    color: #00b235;
    border: 1px solid #00b235;
    margin-right: 15px; }
    .odm-btn--back:hover {
      transform: translateY(-2px); }

.odm-loading {
  text-align: center;
  padding: 80px 20px;
  animation: fadeIn 0.8s ease; }
  .odm-loading__orb {
    width: 280px;
    height: 280px;
    margin: 0 auto 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    .odm-loading__orb img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      filter: drop-shadow(0 0 30px rgba(255, 120, 0, 0.3));
      animation: rotate360 6s linear infinite; }
  .odm-loading__title {
    font-size: 32px;
    font-weight: 700;
    color: #1a2b49;
    margin-bottom: 12px;
    letter-spacing: -0.5px; }
    @media (max-width: 576px) {
      .odm-loading__title {
        font-size: 16px; } }
  .odm-loading__desc {
    font-size: 16px;
    color: #64748b;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.6; }
    @media (max-width: 576px) {
      .odm-loading__desc {
        font-size: 14px; } }

@keyframes rotate360 {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.odm-result {
  padding: 40px 0; }
  .odm-result__content {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 50px; }
    @media (max-width: 768px) {
      .odm-result__content {
        grid-template-columns: 1fr; } }
  @media (max-width: 576px) {
    .odm-result__left {
      padding: 0 15px;
      order: 2; } }
  @media (max-width: 576px) {
    .odm-result__right {
      padding: 0 15px;
      order: 1;
      margin-bottom: 30px; } }
  .odm-result__not-found {
    text-align: center;
    padding: 60px 20px; }
    @media (max-width: 576px) {
      .odm-result__not-found {
        padding: 40px 15px; } }
    .odm-result__not-found h3 {
      font-size: 26px;
      font-weight: 700;
      color: #1a2b49;
      margin-bottom: 15px;
      text-transform: uppercase; }
      @media (max-width: 576px) {
        .odm-result__not-found h3 {
          font-size: 16px;
          margin-bottom: 10px; } }
    .odm-result__not-found p {
      font-size: 16px;
      color: #64748b;
      max-width: 600px;
      margin: 0 auto 30px;
      line-height: 1.6; }
      @media (max-width: 576px) {
        .odm-result__not-found p {
          font-size: 14px;
          margin-bottom: 20px; } }
  .odm-result-card {
    border: 8px solid transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, #00b14f 0%, #008a3e 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 40px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05); }
    .odm-result-card__header {
      padding: 30px 20px; }
    .odm-result-card__title {
      font-size: 20px;
      font-weight: 700;
      color: #1a2b49;
      margin-bottom: 8px; }
    .odm-result-card__price {
      font-size: 18px;
      color: #64748b;
      font-weight: 500; }
    .odm-result-card__body {
      background: #f8fbff;
      padding: 40px 50px;
      text-align: left;
      border-radius: 40px 40px 0 0;
      margin-top: -10px; }
    .odm-result-card__subtitle {
      font-size: 18px;
      font-weight: 700;
      color: #1a2b49;
      margin-bottom: 20px;
      display: block; }
    .odm-result-card__list {
      list-style: none;
      padding: 0;
      margin: 0; }
      .odm-result-card__list li {
        font-size: 16px;
        color: #475569;
        margin-bottom: 12px;
        position: relative;
        padding-left: 0; }
  .odm-result-image {
    background: #fff;
    border-radius: 12px;
    width: 350px;
    height: 350px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto; }
    @media (max-width: 576px) {
      .odm-result-image {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        max-width: 350px; } }
    .odm-result-image img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
      border-radius: inherit; }

.odm-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: #fff;
  padding: 30px 40px;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  text-align: center;
  max-width: 400px;
  width: 90%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid #f1f5f9; }
  .odm-toast.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1); }
  .odm-toast__icon {
    width: 60px;
    height: 60px;
    background: #fee2e2;
    color: #ef4444;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px; }
    .odm-toast__icon svg {
      width: 30px;
      height: 30px; }
  .odm-toast__message {
    font-size: 18px;
    font-weight: 600;
    color: #1a2b49;
    margin: 0;
    line-height: 1.5; }
  .odm-toast-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease; }
    .odm-toast-overlay.active {
      opacity: 1;
      visibility: visible; }

/*# sourceMappingURL=styles.css.map */
