/* # CSS Resets
--------------------------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

html,
body {
  margin: 0;
  height: 100%;
  scroll-behavior: smooth;
}

section,
.container,
.container-fluid {
  position: relative;
}

.container,
.container-fluid {
  z-index: 10;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  margin: 0;
  padding: 0;
}

ul[class],
ol[class] {
  padding: 0;
}

ul[class] {
  list-style: none;
}

.container {
  max-width: 1124px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.container-1320 {
  max-width: 1350px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row > * {
  padding-left: 15px;
  padding-right: 15px;
}
.row.g-0 {
  margin-left: 0;
  margin-right: 0;
}
.row.g-0 > * {
  padding-left: 0;
  padding-right: 0;
}

/* =========================================================
   HEADER
========================================================= */
.site-header {
  position: relative;
  z-index: 999;
  background: #ffffff;
}
.site-header .header-wrapper {
  min-height: 90px;
}
.site-header .header-wrapper .site-branding img {
  width: 120px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* =========================================================
   MAIN MENU
========================================================= */
.main-menu {
  gap: 40px;
}
.main-menu > .menu-item > .menu-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-menu > .menu-item > .menu-link:hover {
  color: #2563eb;
}
.main-menu > .menu-item.has-mega-menu:hover .mega-menu-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}

/* =========================================================
   MEGA MENU WRAPPER
========================================================= */
.mega-menu-wrapper {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1320px;
  max-width: 95vw;
  -webkit-transform: translateX(-50%) translateY(20px);
          transform: translateX(-50%) translateY(20px);
  background: #fff;
  border-radius: 24px;
  -webkit-box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
          box-shadow: 0 30px 80px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 9999;
}

/* =========================================================
   MEGA MENU INNER
========================================================= */
/* =========================================================
   LEFT SIDEBAR
========================================================= */
.mega-sidebar {
  padding: 40px 20px;
  border-right: 1px solid #f1f1f1;
  height: 100%;
  background: #fcfcfc;
}
.mega-sidebar .mega-label {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #14b8a6;
  text-transform: uppercase;
}
.mega-sidebar .mega-sidebar-title {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  color: #111827;
  margin-bottom: 24px;
}

/* =========================================================
   SIDEBAR ITEMS
========================================================= */
.mega-sidebar-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.mega-sidebar-item {
  border-radius: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.mega-sidebar-item.active {
  background: #f3f7ff;
}
.mega-sidebar-item.active .mega-sidebar-link {
  color: #2563eb;
}
.mega-sidebar-item:hover {
  background: #f8fafc;
}

.mega-sidebar-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.mega-sidebar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  padding: 12px;
}

.mega-sidebar-icon {
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  border-radius: 6px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mega-sidebar-icon img {
  max-width: 18px;
}

.mega-sidebar-text h4 {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 5px;
}
.mega-sidebar-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #6b7280;
}

/* =========================================================
   CENTER CONTENT
========================================================= */
.mega-center-content-wrapper {
  position: relative;
  padding: 50px 20px;
  height: 100%;
}

.mega-center-panel {
  display: none;
}
.mega-center-panel.active {
  display: block;
  -webkit-animation: fadeIn 0.35s ease;
          animation: fadeIn 0.35s ease;
}

.mega-center-title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #111827;
  margin-bottom: 24px;
}

.mega-center-description {
  font-size: 16px;
  line-height: 1.3;
  color: #6b7280;
  margin-bottom: 24px;
}

/* =========================================================
   CORE CAPABILITIES
========================================================= */
.mega-core-capabilities .row {
  row-gap: 24px;
}

.core-capability-card {
  display: block;
  padding: 16px;
  border: 1px solid #eeeeee;
  border-radius: 12px;
  text-decoration: none;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.core-capability-card:hover {
  border-color: #2563eb;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.core-capability-card .core-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #f8fafc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 12px;
}
.core-capability-card .core-icon img {
  max-width: 20px;
}
.core-capability-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 12px;
}
.core-capability-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #6b7280;
  margin: 0;
}

/* =========================================================
   DOCUMENT BOX
========================================================= */
.mega-document-box {
  margin-top: 24px;
  background: #f8f5ff;
  border-radius: 12px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.mega-document-content h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #111827;
}
.mega-document-content p {
  margin: 0;
  color: #6b7280;
}

.mega-document-link {
  white-space: nowrap;
  font-weight: 600;
  color: #7c3aed;
  text-decoration: none;
}

/* =========================================================
   RIGHT PANEL
========================================================= */
.mega-right-content-wrapper {
  position: relative;
  padding: 40px 20px;
  background: #fcfcfc;
  border-left: 1px solid #f1f1f1;
  height: 100%;
}

.mega-right-panel {
  display: none;
}
.mega-right-panel.active {
  display: block;
  -webkit-animation: fadeIn 0.35s ease;
          animation: fadeIn 0.35s ease;
}

.growth-ratio {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  color: #2563eb;
  margin-bottom: 20px;
}

.growth-title {
  font-size: 24px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 12px;
}

.growth-subtitle {
  font-size: 16px;
  line-height: 1.7;
  color: #6b7280;
  margin-bottom: 30px;
}

.growth-graph {
  margin-bottom: 20px;
}
.growth-graph img {
  width: 100%;
}

/* =========================================================
   METRICS
========================================================= */
.growth-matrics-wrapper .row {
  row-gap: 16px;
}

.metric-card {
  padding: 12px 6px;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  background: #ffffff;
  height: 100%;
}
.metric-card .metric-card-top {
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}

.metric-icon {
  margin-bottom: 12px;
}
.metric-icon img {
  width: 16px;
}

.metric-number {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 6px;
}
.metric-number span {
  font-size: 15px;
}

.metric-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #6b7280;
}

/* =========================================================
   ANIMATION
========================================================= */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1399px) {
  .mega-menu-wrapper {
    width: 1200px;
  }
}
@media (max-width: 1199px) {
  .mega-menu-wrapper {
    width: 1000px;
  }
  .mega-center-title {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .mega-menu-wrapper {
    position: static;
    -webkit-transform: none !important;
            transform: none !important;
    width: 100%;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    margin-top: 20px;
  }
  .main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .mega-menu-inner {
    min-height: auto;
  }
  .mega-sidebar,
  .mega-center-content-wrapper,
  .mega-right-content-wrapper {
    padding: 30px;
  }
  .mega-center-title {
    font-size: 36px;
  }
}/*# sourceMappingURL=main.css.map */