@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/inter-latin.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/inter-latin.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/inter-latin.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/montserrat-latin.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/montserrat-latin.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/montserrat-latin.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
:root {
  --primary-red: #e73a33;
  --primary-red-hover: #c92f29;
  --dark-charcoal: #222222;
  --dark-grey: #2c2f33;
  --light-grey: #f8f9fa;
  --off-white: #fafafa;
  --soft-grey: #6b7280;
  --orange: #ff7f00;
  --white: #ffffff;
  --text-color: #4a4a4a;
  --font-heading: "Montserrat", sans-serif;
  --font-body: "Inter", sans-serif;
}
.premium-header {
  background: rgb(255 255 255 / 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 30px rgb(0 0 0 / 0.05);
  padding: 15px 0;
  transition: all 0.3s ease;
}
.nav-link {
  font-weight: 500;
  color: var(--dark-grey);
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 15px !important;
  transition: color 0.3s ease;
}
.nav-link:hover,
.nav-link.active {
  color: var(--primary-red);
}
.btn-premium {
  background-color: var(--primary-red);
  color: var(--white);
  border: none;
  padding: 10px 24px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgb(231 58 51 / 0.3);
}
.btn-premium:hover {
  background-color: var(--primary-red-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgb(231 58 51 / 0.4);
  color: var(--white);
}
.btn-premium-outline {
  background-color: #fff0;
  border: 2px solid var(--white);
  color: var(--white);
  padding: 10px 24px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.btn-premium-outline:hover {
  background-color: var(--white);
  color: var(--primary-red);
  transform: translateY(-2px);
}
.mega-menu {
  display: block !important;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  border: none;
  margin-top: 0;
  background-color: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  transition:
    opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0.3s;
}
@media (min-width: 1200px) {
  .has-mega-menu {
    position: relative;
  }
  .has-mega-menu::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    height: 14px;
    background: #fff0;
    pointer-events: none;
    display: block;
  }
  .has-mega-menu.menu-open::after {
    pointer-events: auto;
  }
  .has-mega-menu .mega-menu {
    width: 1100px;
    left: 50% !important;
    transform: translate(-50%, 10px) !important;
    top: 100%;
    padding-top: 12px !important;
  }
  .has-mega-menu .mega-menu.show {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0) !important;
  }
  .mega-menu-wrapper {
    display: grid;
    grid-template-rows: 1fr;
  }
  .mega-menu-content {
    background-color: var(--white);
    border-radius: 12px;
    box-shadow: 0 15px 40px rgb(0 0 0 / 0.08);
    border: 1px solid rgb(0 0 0 / 0.05);
    padding: 24px;
    min-height: 0;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgb(231 58 51 / 0.25) rgb(0 0 0 / 0.02);
  }
  .mega-menu-content::-webkit-scrollbar {
    width: 6px;
  }
  .mega-menu-content::-webkit-scrollbar-track {
    background: rgb(0 0 0 / 0.02);
    border-radius: 10px;
  }
  .mega-menu-content::-webkit-scrollbar-thumb {
    background: rgb(231 58 51 / 0.25);
    border-radius: 10px;
  }
  .mega-menu-content::-webkit-scrollbar-thumb:hover {
    background: rgb(231 58 51 / 0.5);
  }
}
.product-item-card {
  display: flex;
  align-items: center;
  padding: 14px 18px;
  background-color: var(--white);
  border: 1px solid rgb(0 0 0 / 0.06);
  border-left: 4px solid #fff0;
  border-radius: 8px;
  color: var(--dark-charcoal) !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 14.5px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 2px 4px rgb(0 0 0 / 0.01);
}
.product-item-card:hover {
  background-color: var(--white);
  border-color: rgb(231 58 51 / 0.15);
  border-left-color: var(--primary-red);
  color: var(--primary-red) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgb(231 58 51 / 0.06);
}
.product-icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: rgb(231 58 51 / 0.05);
  color: var(--primary-red);
  border-radius: 6px;
  margin-right: 12px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.product-item-card:hover .product-icon-box {
  background-color: var(--primary-red);
  color: var(--white);
  transform: scale(1.05);
}
.product-name {
  flex-grow: 1;
  line-height: 1.3;
}
.product-arrow {
  color: var(--soft-grey);
  opacity: 0;
  transform: translateX(-5px);
  transition: all 0.3s ease;
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
}
.product-item-card:hover .product-arrow {
  opacity: 1;
  transform: translateX(0);
  color: var(--primary-red);
}
.mega-menu-divider {
  margin: 24px 0 20px 0;
  border-top: 1px solid rgb(0 0 0 / 0.08);
  width: 100%;
}
.mega-menu-featured-section {
  background: linear-gradient(
    135deg,
    rgb(231 58 51 / 0.015) 0%,
    rgb(255 127 0 / 0.008) 100%
  );
  border: 1px solid rgb(231 58 51 / 0.08);
  border-left: 4px solid var(--primary-red);
  border-radius: 10px;
  padding: 20px;
}
.featured-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 8px;
}
.featured-section-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--dark-grey);
  margin: 0;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.featured-title-link {
  color: var(--dark-grey);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease;
}
.featured-title-link:hover {
  color: var(--primary-red) !important;
}
.featured-badge {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: rgb(231 58 51 / 0.08);
  color: var(--primary-red);
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: 0.5px;
}
.mega-menu-featured-section .product-item-card {
  background-color: var(--white);
  border-color: rgb(0 0 0 / 0.05);
}
.mega-menu-featured-section .product-item-card:hover {
  border-color: rgb(255 127 0 / 0.18);
  border-left-color: var(--orange);
  color: var(--orange) !important;
  box-shadow: 0 8px 20px rgb(255 127 0 / 0.06);
}
.mega-menu-featured-section .product-icon-box {
  background-color: rgb(255 127 0 / 0.06);
  color: var(--orange);
}
.mega-menu-featured-section .product-item-card:hover .product-icon-box {
  background-color: var(--orange);
  color: var(--white);
}
.mega-menu-featured-section .product-item-card:hover .product-arrow {
  color: var(--orange);
}
@media (max-width: 1199.98px) {
  .mega-menu-featured-section {
    padding: 14px;
    margin-top: 15px;
  }
  .mega-menu-divider {
    margin: 15px 0;
  }
}
.nav-link-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.dropdown-toggle-arrow {
  background: #fff0;
  border: none;
  color: var(--dark-grey);
  padding: 6px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.3s ease,
    color 0.3s ease;
  border-radius: 6px;
  margin-right: 5px;
}
.dropdown-toggle-arrow:hover {
  color: var(--primary-red);
  background-color: rgb(231 58 51 / 0.08);
}
.dropdown-toggle-arrow.open-arrow {
  transform: rotate(180deg);
  color: var(--primary-red);
}
@media (min-width: 1200px) {
  .nav-link-container {
    display: block;
  }
  .has-mega-menu:hover #productsLink svg {
    transform: rotate(180deg);
  }
  #productsLink svg {
    transition: transform 0.3s ease;
  }
}
@media (max-width: 1199.98px) {
  .mega-menu {
    position: static !important;
    float: none;
    width: 100% !important;
    margin-top: 5px !important;
    transition:
      opacity 0.3s ease,
      visibility 0.3s;
  }
  .mega-menu:not(.show) {
    height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    border: none !important;
    overflow: hidden !important;
  }
  .mega-menu.show {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .mega-menu-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
  }
  .mega-menu.show .mega-menu-wrapper {
    grid-template-rows: 1fr;
  }
  .mega-menu-content {
    overflow: hidden;
    min-height: 0;
    padding: 15px !important;
    background-color: var(--light-grey) !important;
    border-radius: 10px;
    border: 1px solid rgb(0 0 0 / 0.05) !important;
  }
  .nav-link-wrapper {
    border-bottom: 1px solid rgb(0 0 0 / 0.05);
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .navbar-nav .nav-item {
    margin-bottom: 10px;
  }
}
@media (max-width: 1199.98px) {
  .navbar-collapse {
    background: var(--white);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 0.1);
    margin-top: 15px;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
  }
  .premium-header {
    padding: 10px 0;
  }
}
.gv-footer {
  background-image: url(../images/footer_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #9ca3af;
  position: relative;
  border-top: none;
  z-index: 1;
}
.gv-footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgb(15 16 19 / 0.94) 0%,
    rgb(11 12 15 / 0.97) 100%
  );
  z-index: -1;
}
.gv-footer-accent {
  background: linear-gradient(90deg, var(--primary-red) 0%, var(--orange) 100%);
  height: 4px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.gv-footer-main {
  padding: 45px 0 45px 0;
}
.gv-footer-heading {
  color: #fff;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 32px;
  position: relative;
  padding-bottom: 12px;
  line-height: 1.4;
}
.gv-footer-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: var(--primary-red);
}
.gv-footer-col:nth-child(3) .gv-footer-heading::after {
  background-color: var(--orange);
}
.gv-footer-links {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.gv-footer-links li {
  margin-bottom: 16px;
  padding-left: 20px;
  position: relative;
}
.gv-footer-links li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url(../images/footer-bullet.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.75;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}
.gv-footer-links li:hover::before {
  opacity: 1;
  transform: translateY(-50%) translateX(2px);
}
.gv-footer-links a {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.5;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: inline-block;
  font-weight: 500;
}
.gv-footer-links a:hover {
  color: var(--primary-red) !important;
  transform: translateX(4px);
}
.gv-agri-links a:hover {
  color: var(--orange) !important;
}
@media (min-width: 992px) {
  .gv-footer-main .container {
    max-width: 1200px !important;
  }
  .gv-footer-main > .container > .row {
    --bs-gutter-x: 60px;
  }
  .gv-footer-main .col-lg-2 {
    width: 11% !important;
  }
  .gv-footer-main .col-lg-4 {
    width: 47% !important;
  }
  .gv-footer-main .col-lg-3 {
    width: 21% !important;
  }
  .gv-footer-links a,
  .gv-agri-links a {
    white-space: nowrap;
    font-size: 15px !important;
    letter-spacing: 0.1px;
  }
}
@media (min-width: 1200px) {
  .gv-footer-main .container {
    max-width: 1400px !important;
  }
  .gv-footer-main > .container > .row {
    --bs-gutter-x: 72px;
  }
  .gv-footer-links a,
  .gv-agri-links a {
    font-size: 15px !important;
    letter-spacing: 0.15px;
  }
}
.gv-footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}
.gv-footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgb(255 255 255 / 0.08);
  color: #ffffff !important;
  background-color: rgb(255 255 255 / 0.02);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-decoration: none;
}
.gv-footer-socials a svg {
  transition: transform 0.3s ease;
}
.gv-footer-socials a:hover {
  background-color: var(--primary-red);
  border-color: var(--primary-red);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgb(231 58 51 / 0.3);
}
.gv-footer-socials a:hover svg {
  transform: scale(1.1);
}
.gv-footer-contact {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.gv-footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.7;
}
.gv-footer-contact li svg {
  color: var(--primary-red);
  margin-top: 4px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.gv-footer-contact li:hover svg {
  transform: scale(1.1);
}
.gv-footer-contact span,
.gv-footer-contact a {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.3s ease;
}
.gv-footer-contact a:hover {
  color: var(--orange) !important;
}
.gv-footer-bottom {
  background-color: rgb(10 11 13 / 0.96);
  border-top: 1px solid rgb(255 255 255 / 0.04);
  padding: 22px 0;
  position: relative;
  z-index: 2;
}
.gv-footer-bottom-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
}
.gv-footer-bottom-inner span,
.gv-footer-bottom-inner a {
  color: #ffffff !important;
  text-decoration: none;
  transition: color 0.3s ease;
}
.gv-footer-bottom-inner a {
  font-weight: 600;
}
.gv-footer-bottom-inner a:hover {
  color: var(--primary-red) !important;
}
.gv-footer-sep {
  color: rgb(255 255 255 / 0.12);
  margin: 0 12px;
}
@media (max-width: 991.98px) {
  .gv-footer-main {
    padding: 48px 0 24px 0;
  }
  .gv-footer-col {
    margin-bottom: 32px;
  }
}
@media (max-width: 576px) {
  .gv-footer-bottom-inner {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
  .gv-footer-sep {
    display: none;
  }
}
.inq-btn-home {
  position: fixed;
  top: 225px;
  left: 10px;
  width: auto;
  height: auto;
  z-index: 9999;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.inq-btn-home:hover {
  transform: scale(1.05);
}
.inq-btn-home img {
  max-width: 40px;
  height: auto;
  display: block;
  transition: max-width 0.3s ease;
}
@media only screen and (max-width: 1199.98px) {
  .inq-btn-home img {
    max-width: 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  .inq-btn-home img {
    max-width: 30px;
  }
  .inq-btn-home {
    top: 200px;
    left: 5px;
  }
}
@media only screen and (max-width: 479.98px) {
  .inq-btn-home img {
    max-width: 25px;
  }
  .inq-btn-home {
    top: 180px;
    left: 3px;
  }
}
.modal-title {
  font-size: 18px;
  color: #fff;
  text-align: left;
  padding-bottom: 9px;
}
.modal {
  display: none;
  z-index: 999999 !important;
}
.modal.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.modal-lg {
  margin: 0;
}
.modal {
  z-index: 999999 !important;
}
.modal-header {
  padding: 10px 15px 0;
  background-color: #e91e29;
  position: relative;
}
.modal-body {
  padding: 20px 25px 15px !important;
}
.form-group {
  margin-bottom: 15px;
}
.capside {
  float: left;
  margin-top: 25px;
}
.btn-close {
  position: absolute;
  right: 16px;
  top: 13px;
  font-size: 35px;
  color: #fff;
}
.btn-close {
  -webkit-appearance: none;
  cursor: pointer;
  background: 0 0;
  border: 0;
  background-color: #373435;
  margin-top: -9px !important;
  position: absolute;
  opacity: 1;
  color: #fff;
  font-size: 22px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-close:hover,
.btn-close:focus {
  color: #fff;
  text-shadow: none;
}
.pop-img {
  margin-top: 10%;
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}
.Submit-box {
  background-color: #e91e29;
  color: #fff;
  border: none;
  padding: 10px 25px;
  font-weight: 600;
  border-radius: 6px;
  font-size: 15px;
  cursor: pointer;
  transition:
    background-color 0.3s ease,
    transform 0.2s ease;
}
.Submit-box:hover {
  background-color: #c91820;
  transform: translateY(-1px);
}
.btn-close-custom {
  background-color: #373435;
  color: #fff;
  border: none;
  padding: 10px 25px;
  font-weight: 600;
  border-radius: 6px;
  font-size: 15px;
  cursor: pointer;
  transition:
    background-color 0.3s ease,
    transform 0.2s ease;
}
.btn-close-custom:hover {
  background-color: #222;
  transform: translateY(-1px);
}
@media only screen and (min-width: 992px) {
  .modal-dialog.modal-lg {
    max-width: 850px;
    width: 100%;
  }
}
@media only screen and (max-width: 991.98px) {
  .modal-lg {
    width: 90%;
    max-width: 500px;
  }
  .dmo {
    display: none !important;
  }
  .modal-body .col-sm-7 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .modal-footer {
    padding: 15px 21px;
    text-align: right;
    position: relative;
    z-index: 999;
    width: auto;
    float: none;
  }
}
.about-page {
  --about-red: #e73a33;
  --about-orange: #ff7f00;
  --about-charcoal: #1c1d22;
  --about-card-bg: rgba(255, 255, 255, 0.03);
  --about-border: rgba(255, 255, 255, 0.08);
  font-family: var(--font-body);
  color: var(--text-color);
  overflow: hidden;
}
.about-page .about-badge-pill {
  display: inline-block;
  padding: 6px 14px;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  background: rgb(231 58 51 / 0.1);
  color: #a20600;
  border: 1px solid rgb(231 58 51 / 0.25);
  margin-bottom: 1.5rem;
}
.about-page .about-headline {
  font-family: var(--font-heading);
  font-weight: 800;
  line-height: 1.25;
  color: var(--dark-charcoal);
  margin-bottom: 1.5rem;
}
.about-page .about-headline .gradient-text {
  background: linear-gradient(
    135deg,
    var(--primary-red) 0%,
    var(--orange) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
}
.about-page .about-text {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--text-color);
  margin-bottom: 1.5rem;
  text-align: justify;
}
.about-page .about-image-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgb(0 0 0 / 0.12);
  border: 1px solid rgb(0 0 0 / 0.08);
}
.about-page .about-image-wrapper img {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.about-page .about-image-wrapper:hover img {
  transform: scale(1.04);
}
.about-page .about-divider-top {
  position: relative;
  height: 10px;
  background: linear-gradient(90deg, var(--primary-red) 0%, var(--orange) 100%);
  width: 100%;
}
.about-page .about-stats-section {
  background: linear-gradient(180deg, #18191c 0%, #101114 100%);
  position: relative;
  z-index: 1;
  padding: 5rem 0;
}
.about-page .about-stats-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
    circle at 30% 30%,
    rgb(231 58 51 / 0.04) 0%,
    transparent 60%
  );
  pointer-events: none;
  z-index: -1;
}
.about-page .stat-box {
  text-align: center;
  padding: 2rem 1.5rem;
  border-radius: 12px;
  background: rgb(255 255 255 / 0.02);
  border: 1px solid rgb(255 255 255 / 0.04);
  transition: all 0.4s ease;
  height: 100%;
}
.about-page .stat-box:hover {
  background: rgb(255 255 255 / 0.04);
  border-color: rgb(231 58 51 / 0.2);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgb(231 58 51 / 0.05);
}
.about-page .stat-num {
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 800;
  background: linear-gradient(
    135deg,
    var(--primary-red) 0%,
    var(--orange) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  margin-bottom: 0.5rem;
}
.about-page .stat-title {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.about-page .philosophy-card {
  background: var(--white);
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 10px 30px rgb(0 0 0 / 0.03);
  border: 1px solid rgb(0 0 0 / 0.05);
  height: 100%;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  position: relative;
  overflow: hidden;
}
.about-page .philosophy-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: var(--primary-red);
  transition: transform 0.4s ease;
  transform: scaleX(0);
  transform-origin: left;
}
.about-page .philosophy-card.vision-card::before {
  background: linear-gradient(90deg, var(--primary-red) 0%, var(--orange) 100%);
}
.about-page .philosophy-card.mission-card::before {
  background: linear-gradient(90deg, var(--orange) 0%, var(--primary-red) 100%);
}
.about-page .philosophy-card:hover::before {
  transform: scaleX(1);
}
.about-page .philosophy-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgb(0 0 0 / 0.08);
}
.about-page .philosophy-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: rgb(231 58 51 / 0.05);
  color: var(--primary-red);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.75rem;
  transition: all 0.3s ease;
}
.about-page .philosophy-card.mission-card .philosophy-icon {
  background: rgb(255 127 0 / 0.05);
  color: var(--orange);
}
.about-page .philosophy-card:hover .philosophy-icon {
  background: var(--primary-red);
  color: var(--white);
  transform: scale(1.05);
}
.about-page .philosophy-card.mission-card:hover .philosophy-icon {
  background: var(--orange);
  color: var(--white);
}
.about-page .philosophy-title {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--dark-charcoal);
  margin-bottom: 1rem;
}
.about-page .strength-card {
  background: #fff;
  border-radius: 20px;
  padding: 3rem;
  border: 1px solid rgb(0 0 0 / 0.05);
  box-shadow: 0 10px 40px rgb(0 0 0 / 0.02);
  height: 100%;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.about-page .strength-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(rgb(231 58 51 / 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgb(231 58 51 / 0.03) 1px, transparent 1px);
  background-size: 20px 20px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.about-page .strength-card.alt-card::before {
  background-image:
    linear-gradient(rgb(255 127 0 / 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 127 0 / 0.03) 1px, transparent 1px);
}
.about-page .strength-card:hover {
  transform: translateY(-8px);
  border-color: rgb(231 58 51 / 0.2);
  box-shadow: 0 20px 40px rgb(231 58 51 / 0.06);
}
.about-page .strength-card.alt-card:hover {
  border-color: rgb(255 127 0 / 0.2);
  box-shadow: 0 20px 40px rgb(255 127 0 / 0.06);
}
.about-page .strength-card:hover::before {
  opacity: 1;
}
.about-page .strength-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 5px;
  background: linear-gradient(to bottom, var(--primary-red), var(--orange));
  opacity: 0;
  transition: opacity 0.4s ease;
}
.about-page .strength-card.alt-card::after {
  background: linear-gradient(to bottom, var(--orange), var(--primary-red));
}
.about-page .strength-card:hover::after {
  opacity: 1;
}
.about-page .strength-icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background-color: rgb(231 58 51 / 0.06);
  color: var(--primary-red);
  margin-bottom: 2rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 1px solid rgb(231 58 51 / 0.1);
}
.about-page .strength-card.alt-card .strength-icon-box {
  background-color: rgb(255 127 0 / 0.06);
  color: var(--orange);
  border-color: rgb(255 127 0 / 0.1);
}
.about-page .strength-card:hover .strength-icon-box {
  background-color: var(--primary-red);
  color: var(--white);
  transform: rotate(360deg) scale(1.05);
}
.about-page .strength-card.alt-card:hover .strength-icon-box {
  background-color: var(--orange);
  color: var(--white);
  transform: rotate(360deg) scale(1.05);
}
.about-page .strength-title {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--dark-charcoal);
  margin-bottom: 2rem;
  letter-spacing: -0.5px;
}
.about-page .strength-checklist {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
}
.about-page .strength-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 5px;
}
.about-page .strength-checklist li:last-child {
  margin-bottom: 0;
}
.about-page .strength-checklist::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 17px;
  bottom: 15px;
  width: 1px;
  background: repeating-linear-gradient(
    to bottom,
    rgb(231 58 51 / 0.15),
    rgb(231 58 51 / 0.15) 4px,
    transparent 4px,
    transparent 8px
  );
  z-index: 0;
}
.about-page .strength-card.alt-card .strength-checklist::before {
  background: repeating-linear-gradient(
    to bottom,
    rgb(255 127 0 / 0.15),
    rgb(255 127 0 / 0.15) 4px,
    transparent 4px,
    transparent 8px
  );
}
.about-page .strength-checklist .check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: var(--white);
  border: 2px solid rgb(231 58 51 / 0.2);
  color: var(--primary-red);
  flex-shrink: 0;
  margin-top: 2px;
  z-index: 1;
  transition: all 0.3s ease;
}
.about-page .strength-card.alt-card .check-icon {
  border-color: rgb(255 127 0 / 0.2);
  color: var(--orange);
}
.about-page .strength-card:hover .check-icon {
  background-color: var(--primary-red);
  border-color: var(--primary-red);
  color: var(--white);
  transform: scale(1.1);
}
.about-page .strength-card.alt-card:hover .check-icon {
  background-color: var(--orange);
  border-color: var(--orange);
  color: var(--white);
  transform: scale(1.1);
}
.about-page .strength-checklist .check-text {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text-color);
  text-align: justify;
}
.about-page .material-stats-panel {
  background: rgb(255 127 0 / 0.02);
  border: 1px dashed rgb(255 127 0 / 0.2);
  border-radius: 12px;
  padding: 1.25rem;
  margin-top: 2.2rem;
  transition: all 0.3s ease;
}
.about-page .strength-card.alt-card:hover .material-stats-panel {
  background: rgb(255 127 0 / 0.05);
  border-color: rgb(255 127 0 / 0.4);
}
.about-page .panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.about-page .panel-tag {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #840;
}
.about-page .panel-value {
  font-weight: 600;
  color: var(--dark-charcoal);
}
.about-page .panel-progress {
  height: 6px;
  background: rgb(255 127 0 / 0.1);
  border-radius: 4px;
  overflow: hidden;
}
.about-page .progress-bar-g {
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, var(--orange) 0%, var(--primary-red) 100%);
  border-radius: 4px;
  animation: loadProgress 2s ease-out forwards;
}
@keyframes loadProgress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.about-page .material-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 1.25rem;
}
.about-page .material-info-item {
  background: rgb(255 127 0 / 0.02);
  border: 1px solid rgb(255 127 0 / 0.1);
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  transition: all 0.3s ease;
}
.about-page .strength-card.alt-card:hover .material-info-item {
  background: rgb(255 127 0 / 0.05);
  border-color: rgb(255 127 0 / 0.25);
  transform: translateY(-2px);
}
.about-page .info-label {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6c757d;
  margin-bottom: 4px;
  display: block;
}
.about-page .info-val {
  font-weight: 700;
  color: var(--dark-charcoal);
  display: block;
}
.about-page .pulse-dot {
  width: 8px;
  height: 8px;
  background-color: #28a745;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
  box-shadow: 0 0 0 0 rgb(40 167 69 / 0.7);
  animation: statusPulse 1.6s infinite;
  vertical-align: middle;
}
@keyframes statusPulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgb(40 167 69 / 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 6px #fff0;
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #fff0;
  }
}
@media (max-width: 991px) {
  .about-page .strength-card {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .about-page .strength-card {
    padding: 1.75rem;
  }
}
@media (max-width: 575px) {
  .about-page .strength-card {
    padding: 1.25rem;
  }
  .about-page .strength-title {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }
  .about-page .panel-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .about-page .material-info-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .about-page .material-info-item {
    padding: 8px;
  }
}
.home-page {
  font-family: var(--font-body);
  color: var(--text-color);
  overflow-x: hidden;
}
.home-page .section-padding {
  padding: 100px 0;
}
@media (max-width: 991.98px) {
  .home-page .section-padding {
    padding: 70px 0;
  }
}
@media (max-width: 575.98px) {
  .home-page .section-padding {
    padding: 50px 0;
  }
}
.home-hero-carousel-section {
  position: relative;
  width: 100%;
  margin-top: 90px;
}
@media (max-width: 1199.98px) {
  .home-hero-carousel-section {
    margin-top: 70px;
  }
}
.home-hero-carousel-section .carousel-control-prev,
.home-hero-carousel-section .carousel-control-next {
  width: 60px;
  height: 60px;
  background: rgb(18 19 22 / 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgb(255 255 255 / 0.15);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.9;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0 30px;
}
.home-hero-carousel-section .carousel-control-prev:hover,
.home-hero-carousel-section .carousel-control-next:hover {
  background: var(--white);
  border-color: var(--primary-red);
  color: var(--primary-red);
  transform: translateY(-50%) scale(1.12);
  box-shadow: 0 10px 30px rgb(231 58 51 / 0.25);
}
.home-hero-carousel-section .carousel-control-prev-icon,
.home-hero-carousel-section .carousel-control-next-icon {
  width: 22px;
  height: 22px;
}
.home-hero-carousel-section
  .carousel-control-prev:hover
  .carousel-control-prev-icon,
.home-hero-carousel-section
  .carousel-control-next:hover
  .carousel-control-next-icon {
  filter: invert(24%) sepia(85%) saturate(5437%) hue-rotate(352deg)
    brightness(96%) contrast(89%);
}
.home-hero-carousel-section .carousel-indicators {
  margin-bottom: 25px;
  gap: 10px;
}
.home-hero-carousel-section .carousel-indicators [data-bs-target] {
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background-color: rgb(255 255 255 / 0.4);
  border: none;
  opacity: 0.8;
  transition: all 0.4s ease;
}
.home-hero-carousel-section .carousel-indicators .active {
  background-color: var(--primary-red);
  width: 60px;
  opacity: 1;
}
@media (max-width: 575.98px) {
  .home-hero-carousel-section .carousel-control-prev,
  .home-hero-carousel-section .carousel-control-next {
    width: 24px;
    height: 24px;
    margin: 0 15px;
  }
}
.home-page .home-intro {
  position: relative;
  background-color: var(--white);
  overflow: hidden;
}
.home-page .home-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    radial-gradient(circle, rgb(231 58 51 / 0.02) 1.5px, transparent 1.5px),
    linear-gradient(rgb(0 0 0 / 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgb(0 0 0 / 0.015) 1px, transparent 1px);
  background-size:
    40px 40px,
    40px 40px,
    40px 40px;
  pointer-events: none;
  z-index: 0;
}
.home-page .home-intro::after {
  content: "";
  position: absolute;
  top: -20%;
  right: -5%;
  width: 700px;
  height: 700px;
  background: radial-gradient(
    circle,
    rgb(255 127 0 / 0.035) 0%,
    transparent 70%
  );
  pointer-events: none;
  z-index: 0;
}
.home-page .home-intro .container {
  position: relative;
  z-index: 1;
}
.home-page .home-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary-red);
  background-color: rgb(231 58 51 / 0.05);
  padding: 6px 16px;
  border-radius: 50px;
  letter-spacing: 2px;
  margin-bottom: 24px;
  border: 1px solid rgb(231 58 51 / 0.12);
}
.home-page .home-headline {
  font-family: var(--font-heading);
  font-size: 46px;
  font-weight: 800;
  color: var(--dark-charcoal);
  line-height: 1.2;
  margin-bottom: 30px;
  letter-spacing: -1px;
}
.home-page .home-headline span {
  background: linear-gradient(
    135deg,
    var(--dark-charcoal) 50%,
    var(--primary-red) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
}
@media (max-width: 767.98px) {
  .home-page .home-headline {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
.home-page .intro-image-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 185px;
}
@media (max-width: 991.98px) {
  .home-page .intro-image-wrapper {
    min-height: auto;
    margin-top: 10px;
  }
}
.home-page .blueprint-circle-graphic {
  position: absolute;
  border: 1px dashed rgb(231 58 51 / 0.08);
  border-radius: 50%;
  pointer-events: none;
  animation: rotateGraphic 20s linear infinite;
}
.home-page .blueprint-circle-graphic.c1 {
  width: 380px;
  height: 380px;
}
.home-page .blueprint-circle-graphic.c2 {
  width: 280px;
  height: 280px;
  border-style: dotted;
  border-color: rgb(255 127 0 / 0.12);
}
@keyframes rotateGraphic {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.home-page .intro-image-wrapper img {
  max-height: 360px;
  object-fit: contain;
  z-index: 1;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.home-page .intro-image-wrapper:hover img {
  transform: scale(1.05) rotate(1.5deg);
}
.home-page .intro-stats-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: rgb(18 19 22 / 0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgb(255 255 255 / 0.08);
  padding: 14px 22px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 15px 30px rgb(0 0 0 / 0.18);
  z-index: 2;
}
.home-page .intro-stats-badge .stats-icon-box {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    var(--primary-red) 0%,
    var(--orange) 100%
  );
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
}
.home-page .intro-stats-badge .stats-text-label {
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--white);
  letter-spacing: 0.8px;
  line-height: 1.2;
}
.home-page .home-types {
  background-color: var(--light-grey);
  position: relative;
  overflow: hidden;
}
.home-page .catalog-explorer {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 16px;
  align-items: stretch;
}
.home-page .catalog-selectors {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.home-page .catalog-selector-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 28px;
  background-color: var(--white);
  border: 1px solid rgb(0 0 0 / 0.05);
  border-radius: 14px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 4px 15px rgb(0 0 0 / 0.01);
}
.home-page .catalog-selector-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(to bottom, var(--primary-red), var(--orange));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.home-page .catalog-selector-item:hover {
  transform: translateX(5px);
  border-color: rgb(231 58 51 / 0.15);
  box-shadow: 0 8px 25px rgb(0 0 0 / 0.03);
}
.home-page .catalog-selector-item.active {
  transform: translateX(8px);
  border-color: rgb(231 58 51 / 0.25);
  background-color: var(--white);
  box-shadow: 0 12px 35px rgb(231 58 51 / 0.06);
}
.home-page .catalog-selector-item.active::after {
  transform: scaleY(1);
}
.home-page .catalog-selector-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.home-page .catalog-selector-num {
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 800;
  color: #585858;
  transition: color 0.3s ease;
}
.home-page .catalog-selector-item:hover .catalog-selector-num,
.home-page .catalog-selector-item.active .catalog-selector-num {
  color: #ac0700;
}
.home-page .catalog-selector-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.home-page .catalog-selector-title {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--dark-charcoal);
  transition: color 0.3s ease;
}
.home-page .catalog-selector-item.active .catalog-selector-title {
  color: #ac0700;
}
.home-page .catalog-selector-sku {
  font-size: 11px;
  font-weight: 600;
  color: #8892b0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.home-page .catalog-selector-tag {
  font-family: var(--font-heading);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 10px;
  border-radius: 4px;
  background-color: rgb(40 167 69 / 0.06);
  color: #005c15;
  border: 1px solid rgb(40 167 69 / 0.1);
  transition: all 0.3s ease;
}
.home-page .catalog-selector-item.active .catalog-selector-tag {
  background-color: rgb(231 58 51 / 0.06);
  color: #a60700;
  border-color: rgb(231 58 51 / 0.1);
}
.home-page .catalog-theater {
  background: linear-gradient(135deg, #1c1d22 0%, #121316 100%);
  border-radius: 20px;
  border: 1px solid rgb(255 255 255 / 0.05);
  padding: 0;
  box-shadow: 0 30px 70px rgb(0 0 0 / 0.25);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  min-height: 520px;
}
.home-page .catalog-theater::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    radial-gradient(circle, rgb(231 58 51 / 0.02) 1.5px, transparent 1.5px),
    linear-gradient(rgb(255 255 255 / 0.008) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 0.008) 1px, transparent 1px);
  background-size: 35px 35px;
  pointer-events: none;
  z-index: 0;
}
.home-page .catalog-theater::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid rgb(255 255 255 / 0.02);
  pointer-events: none;
  z-index: 0;
}
.home-page .catalog-theater-panel {
  display: none;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  position: relative;
  z-index: 1;
}
.home-page .catalog-theater-panel.active {
  display: flex;
  animation: panelFadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes panelFadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, 15px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.home-page .theater-display-box {
  position: relative;
  height: 330px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: 1px solid rgb(255 255 255 / 0.08);
  background:
    radial-gradient(
      circle at center,
      rgb(231 58 51 / 0.07) 0%,
      transparent 75%
    ),
    rgb(255 255 255 / 0.015);
}
.home-page .theater-circles {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.home-page .theater-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px dashed rgb(231 58 51 / 0.08);
  border-radius: 50%;
}
.home-page .theater-circle.tc-1 {
  width: 320px;
  height: 320px;
  animation: rotateGraphic 30s linear infinite;
}
.home-page .theater-circle.tc-2 {
  width: 220px;
  height: 220px;
  border-style: dotted;
  border-color: rgb(255 127 0 / 0.12);
  animation: rotateGraphic 20s linear reverse infinite;
}
.home-page .theater-img {
  max-height: 280px;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 15px 35px rgb(0 0 0 / 0.45));
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}
.home-page .theater-display-box:hover .theater-img {
  transform: scale(1.08) rotate(1.5deg);
}
.home-page .theater-content-box {
  margin-top: 0;
  margin-bottom: 0;
  padding: 35px 45px 15px 45px;
  border-top: none;
}
.home-page .theater-product-title {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
}
.home-page .theater-product-desc {
  font-size: 15px;
  line-height: 1.75;
  color: #c4c9d4;
  margin-bottom: 0;
  text-align: justify;
}
.home-page .theater-action-box {
  margin-top: auto;
  padding: 0 45px 45px 45px;
}
@media (max-width: 991.98px) {
  .home-page .catalog-explorer {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .home-page .catalog-selectors {
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 12px;
    gap: 12px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 10px;
  }
  .home-page .catalog-selectors::-webkit-scrollbar {
    height: 4px;
  }
  .home-page .catalog-selectors::-webkit-scrollbar-track {
    background: rgb(0 0 0 / 0.03);
    border-radius: 10px;
  }
  .home-page .catalog-selectors::-webkit-scrollbar-thumb {
    background: rgb(231 58 51 / 0.2);
    border-radius: 10px;
  }
  .home-page .catalog-selector-item {
    flex: 0 0 auto;
    width: 250px;
    scroll-snap-align: start;
    padding: 16px 20px;
    transform: none !important;
  }
  .home-page .catalog-selector-item.active {
    box-shadow: 0 8px 25px rgb(231 58 51 / 0.08);
  }
  .home-page .catalog-theater {
    min-height: 450px;
    padding: 0;
  }
  .home-page .theater-display-box {
    height: 240px;
  }
  .home-page .theater-content-box {
    padding: 25px 30px 15px 30px;
  }
  .home-page .theater-action-box {
    padding: 0 30px 30px 30px;
  }
}
@media (max-width: 575.98px) {
  .home-page .catalog-selector-item {
    width: 210px;
    padding: 12px 16px;
  }
  .home-page .catalog-selector-title {
    font-size: 15px;
  }
  .home-page .catalog-selector-left {
    gap: 12px;
  }
  .home-page .catalog-theater {
    padding: 0;
    min-height: 400px;
  }
  .home-page .theater-display-box {
    height: 190px;
  }
  .home-page .theater-img {
    max-height: 170px;
  }
  .home-page .theater-content-box {
    padding: 20px 20px 10px 20px;
  }
  .home-page .theater-action-box {
    padding: 0 20px 25px 20px;
  }
}
.home-page .home-features {
  background-color: #121316;
  color: var(--white);
  position: relative;
}
.home-page .home-features .section-title {
  color: var(--white);
}
.home-page .home-features .section-subtitle {
  color: #9ca3af;
}
.home-page .feature-dashboard-card {
  background: #1c1d22;
  border: 1px solid rgb(255 255 255 / 0.05);
  border-radius: 16px;
  padding: 40px 30px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
}
.home-page .feature-dashboard-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-red) 0%, var(--orange) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.home-page .feature-dashboard-card:hover {
  transform: translateY(-8px);
  border-color: rgb(231 58 51 / 0.25);
  box-shadow: 0 20px 40px rgb(0 0 0 / 0.4);
}
.home-page .feature-dashboard-card:hover::before {
  opacity: 1;
}
.home-page .feature-status-dot {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 6px;
  height: 6px;
  background-color: #28a745;
  border-radius: 50%;
  box-shadow: 0 0 8px #28a745;
  animation: glowPulse 2s infinite;
}
@keyframes glowPulse {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 12px #28a745;
  }
  100% {
    opacity: 0.5;
  }
}
.home-page .feature-icon-box {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background-color: rgb(255 255 255 / 0.03);
  color: var(--primary-red);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: all 0.3s ease;
  border: 1px solid rgb(255 255 255 / 0.05);
}
.home-page .feature-dashboard-card:hover .feature-icon-box {
  background-color: var(--primary-red);
  color: var(--white);
  border-color: var(--primary-red);
  transform: scale(1.05) rotate(3deg);
}
.home-page .feature-dashboard-card:nth-child(even) .feature-icon-box {
  color: var(--orange);
}
.home-page .feature-dashboard-card:nth-child(even):hover .feature-icon-box {
  background-color: var(--orange);
  border-color: var(--orange);
}
.home-page .feature-icon-box svg {
  width: 28px;
  height: 28px;
}
.home-page .feature-card-title {
  font-family: var(--font-heading);
  font-size: 19px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
  letter-spacing: -0.2px;
}
.home-page .home-applications {
  background-color: var(--light-grey);
}
.home-page .application-card {
  background: var(--white);
  border: 1px solid rgb(0 0 0 / 0.05);
  border-radius: 16px;
  padding: 35px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}
.home-page .application-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgb(0 0 0 / 0.04);
  border-color: rgb(231 58 51 / 0.15);
}
.home-page .application-card:nth-child(even):hover {
  border-color: rgb(255 127 0 / 0.2);
}
.home-page .app-card-numeral {
  position: absolute;
  bottom: -20px;
  right: 10px;
  font-family: var(--font-heading);
  font-size: 120px;
  font-weight: 900;
  color: #989898;
  line-height: 1;
  pointer-events: none;
  z-index: -1;
  transition: all 0.4s ease;
}
.home-page .application-card:hover .app-card-numeral {
  color: rgb(231 58 51 / 0.03);
  transform: scale(1.05) translateY(-5px);
}
.home-page .application-card:nth-child(even):hover .app-card-numeral {
  color: rgb(255 127 0 / 0.03);
}
.home-page .app-badge-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.home-page .app-industry-tag {
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ac0700;
  letter-spacing: 0.8px;
  background-color: rgb(231 58 51 / 0.04);
  padding: 4px 12px;
  border-radius: 4px;
}
.home-page .application-card:nth-child(even) .app-industry-tag {
  color: var(--orange);
  background-color: rgb(255 127 0 / 0.04);
}
.home-page .app-card-title {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  color: var(--dark-charcoal);
  margin-bottom: 12px;
}
.home-page .home-faqs {
  background-color: var(--white);
}
.home-page .faq-support-panel {
  background: linear-gradient(135deg, #1c1d22 0%, #121316 100%);
  border-radius: 20px;
  padding: 45px 35px;
  color: var(--white);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgb(0 0 0 / 0.08);
}
.home-page .faq-support-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
    circle at top right,
    rgb(231 58 51 / 0.08) 0%,
    transparent 60%
  );
  z-index: 0;
}
.home-page .faq-support-panel * {
  position: relative;
  z-index: 1;
}
.home-page .support-badge {
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary-red);
  letter-spacing: 1px;
  background: rgb(231 58 51 / 0.1);
  padding: 4px 12px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 20px;
}
.home-page .support-headline {
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #fff;
}
.home-page .support-headline span {
  color: var(--primary-red);
}
.home-page .accordion-item {
  border: none !important;
  border-bottom: 1px solid rgb(0 0 0 / 0.08) !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  background: #fff0;
  box-shadow: none !important;
}
.home-page .accordion-item:last-child {
  border-bottom: none !important;
}
.home-page .accordion-button {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 700;
  color: var(--dark-charcoal) !important;
  background-color: transparent !important;
  padding: 24px 0;
  border: none !important;
  box-shadow: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-page .accordion-button:not(.collapsed) {
  color: #ac0700 !important;
  border-bottom: none !important;
}
.home-page .accordion-button::after {
  background-size: 12px;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.home-page .accordion-button:not(.collapsed)::after {
  filter: invert(24%) sepia(85%) saturate(5437%) hue-rotate(352deg)
    brightness(96%) contrast(89%);
}
.home-page .accordion-body {
  padding: 0 0 24px 0;
  text-align: justify;
}
.home-page .tech-badge-overlay {
  position: absolute;
  background: rgb(18 19 22 / 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgb(255 255 255 / 0.1);
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 14px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 10px 25px rgb(0 0 0 / 0.2);
  z-index: 2;
  transition: all 0.3s ease;
}
.home-page .tech-badge-overlay:hover {
  transform: translateY(-2px);
  background: rgb(18 19 22 / 0.98);
  border-color: rgb(231 58 51 / 0.3);
}
.home-page .tech-badge-overlay.tb-1 {
  top: 15%;
  left: 10px;
}
.home-page .tech-badge-overlay.tb-2 {
  bottom: 25%;
  right: 10px;
}
.home-page .pulse-green {
  width: 6px;
  height: 6px;
  background-color: #28a745;
  border-radius: 50%;
  box-shadow: 0 0 8px #28a745;
  animation: glowPulse 2s infinite;
}
.highlight-brand-link {
  color: var(--primary-red, #e73a33);
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease;
}
.highlight-brand-link:hover {
  color: #111;
  text-decoration: none;
}
.blog-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}
.blog-section .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 991px) {
  .blog-section .blog-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.blog-section .blog-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgb(0 0 0 / 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: none;
  transition:
    transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1),
    box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.blog-section .blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgb(0 0 0 / 0.08);
}
.blog-section .blog-card-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.blog-section .blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.blog-section .blog-card:hover .blog-card-img img {
  transform: scale(1.03);
}
.blog-section .blog-card-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.blog-section .blog-card-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  font-size: 0.95rem;
  font-weight: 500;
  color: #777d84;
}
.blog-section .blog-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.blog-section .blog-card-meta i {
  color: var(--primary-red, #e73a33);
}
.blog-section .blog-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
  font-family: var(--font-heading, "Montserrat", sans-serif);
}
.blog-section .blog-card-title a {
  color: #071c3d;
  text-decoration: none;
  transition: color 0.3s ease;
}
.blog-section .blog-card-title a:hover {
  color: var(--primary-red, #e73a33);
}
.blog-section .blog-card-excerpt {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #555e68;
  margin-bottom: 25px;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-section .blog-read-more {
  color: var(--primary-red, #e73a33);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  transition: color 0.3s ease;
}
.blog-section .blog-read-more:hover {
  color: var(--orange, #ff7f00);
  text-decoration: none;
}
.blog-section .blog-read-more i {
  transition: transform 0.3s ease;
}
.blog-section .blog-read-more:hover i {
  transform: translateX(5px);
}
.main-content {
  padding: 80px 0;
  background-color: #f8f9fa;
}
.main-content .content-card {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 35px;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgb(0 0 0 / 0.04);
}
@media (max-width: 768px) {
  .main-content .content-card {
    padding: 30px 20px;
    border-radius: 16px;
  }
}
.main-content .blog-banner img {
  border-radius: 20px !important;
  box-shadow: 0 15px 35px rgb(0 0 0 / 0.08) !important;
}
.main-content .blog-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  font-size: 0.95rem;
  font-weight: 500;
  color: #777d84;
}
.main-content .blog-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.main-content .blog-meta i {
  color: var(--primary-red, #e73a33);
}
.main-content .intro-text {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #2c2f33;
  font-weight: 500;
  margin-bottom: 30px;
}
.main-content .section-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #071c3d;
  position: relative;
  padding-bottom: 12px;
  font-family: var(--font-heading, "Montserrat", sans-serif);
}
.main-content .section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: var(--primary-red, #e73a33);
  border-radius: 2px;
}
.main-content p {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #4a5568;
  margin-bottom: 20px;
  text-align: justify;
}
.main-content p strong {
  color: #1a202c;
}
.main-content p a {
  color: var(--primary-red, #e73a33);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}
.main-content p a:hover {
  color: var(--orange, #ff7f00);
}
.main-content .premium-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.main-content .premium-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 1.05rem;
  color: #4a5568;
  line-height: 1.6;
}
.main-content .premium-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--primary-red, #e73a33);
  font-weight: 700;
  font-size: 16px;
}
.main-content .types-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin: 40px 0;
}
@media (max-width: 991px) {
  .main-content .types-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .main-content .types-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.main-content .type-card {
  background: #f8f9fa;
  border-radius: 16px;
  padding: 25px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-align: center;
}
.main-content .type-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgb(0 0 0 / 0.05);
  border-color: rgb(231 58 51 / 0.2);
  background: #fff;
}
.main-content .type-card i {
  font-size: 2rem;
  color: var(--primary-red, #e73a33);
  margin-bottom: 15px;
  display: inline-block;
}
.main-content .type-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #071c3d;
  margin-bottom: 10px;
  font-family: var(--font-heading, "Montserrat", sans-serif);
}
.main-content .type-card p {
  font-size: 0.95rem;
  color: #718096;
  margin-bottom: 0;
  text-align: center;
  line-height: 1.5;
}
.main-content .info-box {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 25px;
  height: 100%;
  box-shadow: 0 8px 20px rgb(0 0 0 / 0.02);
  transition: all 0.3s ease;
}
.main-content .info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgb(0 0 0 / 0.05);
  border-color: rgb(231 58 51 / 0.2);
}
.main-content .info-box h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #071c3d;
  margin-bottom: 15px;
  border-bottom: 2px solid #edf2f7;
  padding-bottom: 10px;
  font-family: var(--font-heading, "Montserrat", sans-serif);
}
.main-content .sub-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 20px;
}
@media (max-width: 576px) {
  .main-content .sub-grid {
    grid-template-columns: 1fr;
  }
}
.main-content .sub-grid-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.05rem;
  font-weight: 500;
  color: #2d3748;
}
.main-content .sub-grid-item i {
  color: #48bb78;
  font-size: 1.1rem;
}
