/* --- Force all submenu triggers (including IT Hardware) to have the same arrow and border style --- */
.sidebar-menu-list .has-submenu>.sidebar-item::after,
.flyout-content-area .has-submenu>.flyout-item::after,
.has-submenu>.submenu-item::after {
  content: '\25B6';
  display: inline-block;
  margin-left: 10px;
  font-size: 1em;
  color: #f28a1d;
  vertical-align: middle;
  transition: transform 0.3s;
}

.sidebar-menu-list .has-submenu.active>.sidebar-item::after,
.flyout-content-area .has-submenu.active>.flyout-item::after,
.has-submenu.active>.submenu-item::after {
  transform: rotate(90deg);
}

.sidebar-menu-list .has-submenu>.sidebar-item,
.flyout-content-area .has-submenu>.flyout-item,
.has-submenu>.submenu-item {
  border-bottom: 1.5px solid #f28a1d22 !important;
}

.sidebar-menu-list .has-submenu:last-child>.sidebar-item,
.flyout-content-area .has-submenu:last-child>.flyout-item,
.has-submenu:last-child>.submenu-item {
  border-bottom: none !important;
}

/* --- Arrow and border-bottom for all submenu triggers --- */
.sidebar-menu-list .has-submenu>.sidebar-item::after,
.flyout-content-area .has-submenu>.flyout-item::after,
.has-submenu>.submenu-item::after {
  content: '\25B6';
  display: inline-block;
  margin-left: 10px;
  font-size: 1em;
  color: #f28a1d;
  vertical-align: middle;
  transition: transform 0.3s;
}

.sidebar-menu-list .has-submenu.active>.sidebar-item::after,
.flyout-content-area .has-submenu.active>.flyout-item::after,
.has-submenu.active>.submenu-item::after {
  transform: rotate(90deg);
}

.sidebar-menu-list .has-submenu>.sidebar-item,
.flyout-content-area .has-submenu>.flyout-item,
.has-submenu>.submenu-item {
  border-bottom: 1.5px solid #f28a1d22;
}

.sidebar-menu-list .has-submenu:last-child>.sidebar-item,
.flyout-content-area .has-submenu:last-child>.flyout-item,
.has-submenu:last-child>.submenu-item {
  border-bottom: none;
}

/* --- Unified hover style for all menu/flyout/submenu/sidebar boxes and items --- */
.sidebar-menu-list .sidebar-item:hover,
.sidebar-menu-list .sidebar-item.active,
.flyout-content-area .flyout-item:hover,
.flyout-content-area .flyout-item.active,
.has-submenu .submenu .submenu-item:hover,
.has-submenu .submenu .submenu-item.active {
  background: #f28a1d11 !important;
  color: #f28a1d !important;
  /* transform: translateX(6px) scale(1.05); */
  box-shadow: 0 2px 12px 0 rgba(242, 138, 29, 0.09);
}

/* --- Arrow indicator for all submenu triggers in sidebar --- */
.sidebar-menu-list .has-submenu>.sidebar-item::after {
  content: '\25B6';
  display: inline-block;
  margin-left: 10px;
  font-size: 1em;
  color: #f28a1d;
  vertical-align: middle;
  transition: transform 0.3s;
}

.sidebar-menu-list .has-submenu.active>.sidebar-item::after {
  transform: rotate(90deg);
}

/* --- Arrow indicator for submenu items --- */
.has-submenu>.sidebar-item::after,
.has-submenu>.flyout-item::after {
  content: '\25B6';
  /* Unicode right-pointing triangle */
  display: inline-block;
  margin-left: 10px;
  font-size: 1em;
  color: #f28a1d;
  vertical-align: middle;
  transition: transform 0.3s;
}

.has-submenu.active>.sidebar-item::after,
.has-submenu.active>.flyout-item::after {
  transform: rotate(90deg);
}

/* --- Single unified submenu/flyout/sidebar/dropdown styling --- */
.sidebar-menu-list,
.flyout-content-area,
.has-submenu .submenu {
  background: rgba(255, 255, 255, 0.85) !important;
  border-radius: 20px;
  box-shadow: 0 12px 48px 0 rgba(15, 34, 56, 0.13), 0 2px 8px 0 rgba(13, 163, 163, 0.07);
  border: 1.5px solid #f28a1d22;
  padding: 16px 0;
  min-width: 220px;
  font-family: 'Mona Sans', sans-serif !important;
  font-size: 1.08rem;
  color: #0f2238;
}

.sidebar-menu-list .sidebar-item,
.flyout-content-area .flyout-item,
.has-submenu .submenu .submenu-item {
  margin: 6px 6px;
  /* padding: 12px 24px; */
  border-radius: 0px;
  font-weight: 600;
  color: #0f2238;
  /* background: #fff !important; */
  transition: background 0.25s, color 0.25s, transform 0.25s, box-shadow 0.25s;
  cursor: pointer;
  border-bottom: 1px solid rgb(202, 200, 200);
}

.sidebar-menu-list .sidebar-item:hover,
.flyout-content-area .flyout-item:hover,
.has-submenu .submenu .submenu-item:hover,
.sidebar-menu-list .sidebar-item.active,
.flyout-content-area .flyout-item.active,
.has-submenu .submenu .submenu-item.active {
  background: #f28a1d11 !important;
  color: #f28a1d;
  /* transform: translateX(4px) scale(1.05); */
  box-shadow: 0 2px 12px 0 rgba(242, 138, 29, 0.09);
}

/* --- Unified styling for sidebar, flyout, and submenu --- */
.sidebar-menu-list,
.flyout-content-area,
.has-submenu .submenu {
  background: #fff !important;
  border-radius: 20px;
  box-shadow: 0 12px 48px 0 rgba(15, 34, 56, 0.13), 0 2px 8px 0 rgba(13, 163, 163, 0.07);
  border: 1.5px solid #f28a1d22;
  padding: 16px 0;
  min-width: 220px;
}

:root {
  --navy: #0f2238;
  --navy-deep: #091628;
  --teal: #0da3a3;
  --orange: #f28a1d;
  --surface: #ffffff;
  --surface-soft: #f4f8fb;
  --line: #dce6ee;
  --text: #1c2938;
  --muted: #617184;
  --shadow: 0 20px 60px rgba(11, 29, 49, 0.12);
  --bs-font-sans-serif: 'Mona Sans', sans-serif !important;
  --bs-body-font-family: 'Mona Sans', sans-serif !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Mona Sans', sans-serif !important;
  color: var(--text);
  background: #fff;
  overflow-x: hidden;
  /* Prevent horizontal scroll */
  width: 100%;
}

section {
  border-radius: 10px;
}

.site-footer {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

*,
::before,
::after {
  box-sizing: border-box;
  font-family: 'Mona Sans', sans-serif !important;
}

h1 {
  font-weight: 600 !important;
}

h2 {
  font-weight: 600 !important;
}

@keyframes floatUp {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes pulseGlow {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.9;
  }

  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}

@keyframes sweep {
  0% {
    transform: translateX(-120%);
  }

  100% {
    transform: translateX(220%);
  }
}

@keyframes riseIn {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes shimmerText {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

@keyframes driftRing {

  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-16px) scale(1.04);
  }
}

@keyframes pulseNode {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.75;
  }

  50% {
    transform: scale(1.22);
    opacity: 1;
  }
}

@keyframes driftBlob {

  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(10px, -14px, 0) scale(1.06);
  }
}

@keyframes energyRun {
  0% {
    transform: translateX(-110%);
  }

  100% {
    transform: translateX(320%);
  }
}

@keyframes heroZoom {
  0% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1.12);
  }
}

@keyframes softFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

a {
  text-decoration: none;
}

.topbar {
  background: var(--navy-deep);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  flex-wrap: wrap;
}

.topbar-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.all-content-allbox-box {
  margin: 0 10px;
}

.mini-badge,
.shape-icon,
.feature-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.mini-badge {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #d9730a;
}

.mini-badge svg,
.shape-icon svg,
.card-icon svg,
.feature-mark svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: var(--shadow);
}

.navbar {
  min-height: 82px;
}

.navbar-brand img,
.footer-brand img {
  height: 54px;
  width: auto;
}

.navbar-brand span,
.footer-brand span {
  margin-left: 12px;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--navy);
}

.nav-link {
  color: var(--navy);
  font-weight: 600;
  margin-left: 12px;
}

.nav-item.dropdown.has-mega-menu {
  position: relative;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--orange);
}

.navbar-toggler {
  border-color: rgba(15, 34, 56, 0.18);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2815,34,56,0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.btn-brand {
  border: 0;
  border-radius: 999px;
  padding: 10px 24px;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(135deg, var(--orange), #ffab4f);
  box-shadow: 0 12px 28px rgba(242, 138, 29, 0.28);
}

.btn-brand:hover,
.btn-brand:focus {
  color: #fff;
  background: linear-gradient(135deg, #d9730a, var(--orange));
}

.btn-ghost {
  border-radius: 999px;
  padding: 10px 24px;
  color: var(--navy);
  font-weight: 700;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 90px 0 80px;
  background: linear-gradient(120deg,
      rgba(9, 22, 40, 0.92),
      rgba(15, 34, 56, 0.78));
  color: #fff;
}

.hero-carousel-section {
  padding: 0;
}

.hero-carousel-section .carousel,
.hero-carousel-section .carousel-inner,
.hero-carousel-section .carousel-item,
.hero-slide {
  min-height: 100%;
}

.hero-slide {
  position: relative;
  padding: 90px 0 80px;
  isolation: isolate;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform-origin: center;
  animation: heroZoom 5.8s ease-out forwards;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(120deg, rgba(9, 22, 40, 0.76), rgba(15, 34, 56, 0.46)),
    radial-gradient(circle at 78% 22%,
      rgba(242, 138, 29, 0.18),
      transparent 24%),
    radial-gradient(circle at 18% 28%,
      rgba(13, 163, 163, 0.14),
      transparent 28%);
}

.hero-slide-one::before {
  background-image:
    linear-gradient(120deg, rgba(9, 22, 40, 0.88), rgba(15, 34, 56, 0.7)),
    url("../img/manufacturing-rd.jpgp");
}

.hero-slide-two::before {
  background-image:
    linear-gradient(120deg, rgba(9, 22, 40, 0.86), rgba(15, 34, 56, 0.68)),
    url("../img/hero-2.jpgppp");
}

.hero-slide-three::before {
  background-image:
    linear-gradient(120deg, rgba(9, 22, 40, 0.88), rgba(15, 34, 56, 0.72)),
    url("../img/hero-3.jpgp");
}

.hero-carousel-section .carousel-item {
  transition: transform 1.25s ease-in-out;
}

.hero-carousel-section .carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 1.1s ease-in-out;
}

.hero-carousel-section .carousel-fade .carousel-item.active {
  opacity: 1;
}

.hero-carousel-section .carousel-item .hero-title,
.hero-carousel-section .carousel-item .hero-copy,
.hero-carousel-section .carousel-item .hero-pulse-line,
.hero-carousel-section .carousel-item .hero-actions,
.hero-carousel-section .carousel-item .hero-card {
  transform: translateY(26px);
  opacity: 0;
  transition:
    transform 0.9s ease,
    opacity 0.9s ease;
}

.hero-carousel-section .carousel-item.active .hero-title {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.18s;
}

.hero-carousel-section .carousel-item.active .hero-copy {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.35s;
}

.hero-carousel-section .carousel-item.active .hero-pulse-line {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.5s;
}

.hero-carousel-section .carousel-item.active .hero-actions {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.62s;
}

.hero-carousel-section .carousel-item.active .hero-card {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.42s;
}

/* Video Background Styles */
.hero-video-section {
  position: relative;
  overflow: hidden;
  padding: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.hero-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg,
      rgba(9, 22, 40, 0.72),
      rgba(15, 34, 56, 0.52));
  z-index: 2;
  animation: fadeIn 1s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.hero-video-section .container {
  position: relative;
  z-index: 4;
}

.hero-video-section .hero-title,
.hero-video-section .hero-copy,
.hero-video-section .eyebrow,
.hero-video-section .hero-actions {
  animation: riseIn 0.8s ease-out forwards;
}

.hero-video-section .eyebrow {
  animation-delay: 0.2s;
  opacity: 0;
}

.hero-video-section .hero-title {
  animation-delay: 0.4s;
  opacity: 0;
}

.hero-video-section .hero-copy {
  animation-delay: 0.6s;
  opacity: 0;
}

.hero-video-section .hero-actions {
  animation-delay: 0.8s;
  opacity: 0;
  align-items: center;
}

/* Slides Wrapper */
.hero-slides-wrapper {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
}

/* Individual Slide Content */
.hero-slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  pointer-events: none;
}

.hero-slide-content.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.hero-slide-content.prev {
  transform: translateX(-100px);
}

/* Navigation Arrows */
.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.3);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  transition: all 0.3s ease;
  backdrop-filter: blur(8px);
}

.hero-arrow:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%) scale(1.1);
}

.hero-arrow:active {
  transform: translateY(-50%) scale(0.95);
}

.hero-arrow-prev {
  left: 40px;
}

.hero-arrow-next {
  right: 40px;
}

.arrow-icon {
  display: inline-block;
  line-height: 1;
  font-size: 15px;
}

/* Indicators */
.hero-indicators-custom {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 12px;
}

.hero-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

.hero-indicator:hover {
  background: rgba(255, 255, 255, 0.5);
}

.hero-indicator.active {
  background: #fff;
  border-color: #fff;
  transform: scale(1.3);
}

.hero-indicators {
  margin-bottom: 1.6rem;
  z-index: 5;
}

.hero-indicators [data-bs-target] {
  width: 36px;
  height: 4px;
  border: 0;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.36);
  opacity: 1;
}

.hero-indicators .active {
  background-color: #fff;
}

.hero-control {
  width: 6%;
  opacity: 1;
}

.hero-control-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
  position: relative;
  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.hero-control:hover .hero-control-icon {
  transform: scale(1.08);
  background: rgba(255, 255, 255, 0.24);
}

.hero-control-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.hero-control-prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.hero-control-next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%,
      rgba(13, 133, 163, 0.603),
      transparent 28%),
    radial-gradient(circle at 85% 25%,
      rgba(242, 139, 29, 0.774),
      transparent 24%);
}

.hero-tech-visual {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}



.tech-ring,
.tech-node,
.tech-beam {
  position: absolute;
}

.tech-ring {
  border: 1px solid rgba(137, 247, 239, 0.22);
  border-radius: 50%;
  animation: driftRing 7s ease-in-out infinite;
}

.tech-ring-one {
  width: 320px;
  height: 320px;
  right: 8%;
  top: 11%;
}

.tech-ring-two {
  width: 220px;
  height: 220px;
  right: 18%;
  top: 22%;
  animation-delay: 1.4s;
}

.tech-node {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: radial-gradient(circle, #9afef7, rgba(154, 254, 247, 0.1));
  box-shadow: 0 0 20px rgba(154, 254, 247, 0.45);
  animation: pulseNode 4.2s ease-in-out infinite;
}

.tech-node-one {
  right: 22%;
  top: 26%;
}

.tech-node-two {
  right: 12%;
  top: 36%;
  animation-delay: 1s;
}

.tech-node-three {
  right: 18%;
  top: 48%;
  animation-delay: 2s;
}

.tech-beam {
  height: 1px;
  background: linear-gradient(90deg,
      transparent,
      rgba(154, 254, 247, 0.36),
      transparent);
  transform-origin: left center;
}

.tech-beam-one {
  width: 220px;
  right: 14%;
  top: 31%;
  transform: rotate(28deg);
}

.tech-beam-two {
  width: 150px;
  right: 17%;
  top: 43%;
  transform: rotate(-18deg);
}

.hero-tech-visual-alt .tech-ring {
  border-color: rgba(255, 207, 151, 0.22);
}

.hero-tech-visual-alt .tech-node {
  background: radial-gradient(circle, #ffcf97, rgba(255, 207, 151, 0.08));
  box-shadow: 0 0 20px rgba(255, 207, 151, 0.35);
}

.hero-tech-visual-alt-two .tech-ring {
  border-color: rgba(153, 255, 248, 0.2);
}

.hero-tech-visual-alt-two .tech-beam {
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 207, 151, 0.35),
      transparent);
}

.eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: #99fff8;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.8rem;
  font-weight: 800;
}

.hero-title {
  font-size: clamp(2.1rem, 3vw, 3.5rem);
  line-height: 1.12;
  margin-bottom: 20px;
  font-weight: 800;
  max-width: 700px;
}

.title-line {
  display: block;
  opacity: 0;
  animation: riseIn 0.8s ease forwards;
}

.title-line:nth-child(1) {
  animation-delay: 0.05s;
}

.title-line:nth-child(2) {
  animation-delay: 0.2s;
}

.title-line:nth-child(3) {
  animation-delay: 0.35s;
}

.title-line:nth-child(4) {
  animation-delay: 0.5s;
}

.title-accent {
  background: linear-gradient(90deg, #ffffff, #99fff8, #ffcf97, #ffffff);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation:
    riseIn 0.8s ease forwards,
    shimmerText 5.5s linear infinite;
  animation-delay: 0.2s, 1.2s;
}

.hero-copy {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  font-size: 1.08rem;
  opacity: 0;
  animation: riseIn 0.8s ease forwards;
  animation-delay: 0.7s;
}

.hero-pulse-line {
  position: relative;
  width: min(420px, 90%);
  height: 4px;
  margin-top: 26px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  overflow: hidden;
  opacity: 0;
  animation: riseIn 0.8s ease forwards;
  animation-delay: 0.82s;
}

.hero-pulse-line span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 32%;
  border-radius: 999px;
  background: linear-gradient(90deg,
      rgba(153, 255, 248, 0.1),
      #99fff8,
      #ffcf97,
      rgba(255, 207, 151, 0.1));
  box-shadow: 0 0 18px rgba(153, 255, 248, 0.7);
  animation: energyRun 2.8s linear infinite;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
  opacity: 0;
  animation: riseIn 0.8s ease forwards;
  animation-delay: 0.95s;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
  opacity: 0;
  animation: riseIn 0.8s ease forwards;
  animation-delay: 1.15s;
}

.metric-box {
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease;
}

.metric-box:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.28);
}

.metric-box strong {
  display: block;
  font-size: 1.15rem;
  margin-bottom: 6px;
}

.metric-box span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
}

.hero-card {
  position: relative;
  padding: 32px;
  border-radius: 28px;
  background: #ffffffdc;
  color: var(--text);
  box-shadow: var(--shadow);
  overflow: hidden;
  animation: softFloat 5.8s ease-in-out infinite;
}

.hero-graphic {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  animation: pulseGlow 5s ease-in-out infinite;
}

.orb-one {
  width: 110px;
  height: 110px;
  top: -30px;
  right: -20px;
  background: radial-gradient(circle,
      rgba(13, 163, 163, 0.25),
      rgba(13, 163, 163, 0.02));
}

.orb-two {
  width: 88px;
  height: 88px;
  bottom: 28px;
  right: 38px;
  background: radial-gradient(circle,
      rgba(242, 138, 29, 0.18),
      rgba(242, 138, 29, 0.02));
  animation-delay: 1.2s;
}

.grid-line {
  position: absolute;
  top: 48px;
  left: -90px;
  width: 220px;
  height: 2px;
  background: linear-gradient(90deg,
      transparent,
      rgba(13, 163, 163, 0.45),
      transparent);
  transform: rotate(32deg);
  animation: sweep 6s linear infinite;
}

.hero-card-head {
  margin-bottom: 18px;
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--navy);
}

.hero-card-item {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.hero-card-item:last-of-type {
  border-bottom: 0;
}

.shape-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg,
      rgba(13, 163, 163, 0.14),
      rgba(242, 138, 29, 0.18));
  color: var(--navy);
}

.hero-card-item strong {
  display: block;
  margin-bottom: 4px;
}

.hero-card-item span {
  color: var(--muted);
  line-height: 1.7;
  font-size: 0.95rem;
}

.trust-strip {
  padding: 28px 0;
  background: var(--surface-soft);
  border-bottom: 1px solid var(--line);
}

.trust-title {
  text-align: center;
  color: var(--muted);
  font-weight: 700;
  margin-bottom: 16px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.trust-grid span {
  padding: 16px 12px;
  text-align: center;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
  font-weight: 700;
  color: var(--navy);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.trust-grid span:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(11, 29, 49, 0.08);
}

.section-space {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}

.section-space::before,
.section-space::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.65;
}

.section-space::before {
  width: 180px;
  height: 180px;
  top: 40px;
  right: -60px;
  background: radial-gradient(circle, rgb(13 163 163 / 40%), transparent 68%);
  animation: driftBlob 8s ease-in-out infinite;
}

.section-space::after {
  width: 120px;
  height: 120px;
  bottom: 30px;
  left: -30px;
  background: radial-gradient(circle,
      rgba(242, 138, 29, 0.08),
      transparent 68%);
  animation: driftBlob 10s ease-in-out infinite;
  animation-delay: 1.2s;
}

.section-space>.container,
.trust-strip>.container,
.site-footer>.container {
  position: relative;
  z-index: 1;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(36px) scale(0.985);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.section-soft {
  background: var(--surface-soft);
}

.section-dark {
  background: linear-gradient(135deg, var(--navy), var(--navy-deep));
}

.section-intro {
  display: inline-block;
  margin-bottom: 12px;


  text-transform: uppercase;

  font-weight: 700;

  color: var(--teal);
  font-size: 0.85rem;
  letter-spacing: 2px;
}

.section-intro.centered {
  display: block;
  text-align: center;
}

.section-intro.light {
  color: #7ff8f0;
}

.section-title {
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 800;
  color: var(--navy);
}

.text-reveal,
.text-reveal-light {
  position: relative;
  display: inline-block;
}

/* .text-reveal::after,
.text-reveal-light::after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: -6px;
    width: 96px;
    height: 3px;
    border-radius: 999px;
} */

.text-reveal::after {
  background: linear-gradient(90deg, var(--teal), var(--orange));
}

.text-reveal-light::after {
  background: linear-gradient(90deg, #99fff8, #ffcf97);
}

.section-title.centered,
.section-copy.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
}

.section-title.light {
  color: #fff;
}

.section-copy {
  color: var(--muted);
  line-height: 1.8;
  font-size: 1.02rem;
}

.section-copy.light {
  color: rgba(255, 255, 255, 0.78);
}

.about-highlights {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.about-highlights div {
  padding: 18px 20px;
  border-left: 4px solid var(--orange);
  background: var(--surface-soft);
  border-radius: 0 16px 16px 0;
}

.about-highlights strong {
  display: block;
  margin-bottom: 6px;
}

.about-highlights span {
  color: var(--muted);
  line-height: 1.7;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.info-card {
  min-height: 170px;
  padding: 28px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
  position: relative;
  overflow: hidden;
}

.info-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(11, 29, 49, 0.14);
}

.info-card::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  right: -26px;
  bottom: -26px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(255, 255, 255, 0.28),
      transparent 68%);
  animation: driftBlob 7s ease-in-out infinite;
}

.info-card.accent {
  background: linear-gradient(135deg, var(--orange), #f9aa52);
  color: #fff;
  border: 0;
}

.info-card.accent-dark {
  background: linear-gradient(135deg, var(--teal), #0b7f7f);
  color: #fff;
  border: 0;
}

.info-card strong {
  display: block;
  font-size: 1.45rem;
  margin-bottom: 10px;
}

.info-card span {
  color: inherit;
  line-height: 1.7;
}

.section-head {
  margin-bottom: 42px;
}

.product-card,
.service-card,
.feature-card,
.testimonial-card,
.form-card {
  height: 100%;
  padding: 30px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
  position: relative;
  overflow: hidden;
}

.product-card:hover,
.service-card:hover,
.feature-card:hover,
.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(11, 29, 49, 0.14);
  border-color: rgba(13, 163, 163, 0.24);
}

.card-icon {
  width: 100%;
  height: 200px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  margin-bottom: 20px;
  background: linear-gradient(135deg,
      rgba(13, 163, 163, 0.12),
      rgba(242, 138, 29, 0.18));
  color: var(--navy);
  position: relative;
  overflow: hidden;
}

.card-icon svg {
  width: 26px;
  height: 26px;
}

.card-icon::after {
  content: "";
  position: absolute;
  inset: auto -40px -12px auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #ff800085;
  animation: floatUp 4.5s ease-in-out infinite;
}

.product-card::before,
.service-card::before,
.testimonial-card::before,
.form-card::before {
  content: "";
  position: absolute;
  top: -34px;
  right: -34px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(13, 163, 163, 0.08),
      transparent 68%);
  animation: driftBlob 8s ease-in-out infinite;
}

.product-card::after,
.service-card::after,
.testimonial-card::after {
  content: "";
  position: absolute;
  left: -24px;
  bottom: -24px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(242, 138, 29, 0.08),
      transparent 68%);
  animation: driftBlob 9s ease-in-out infinite;
  animation-delay: 1.3s;
}

.product-card h3,
.service-card h3,
.feature-card h3 {
  margin-bottom: 14px;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--navy);
}

.product-card ul {
  margin: 0;
  padding-left: 20px;
}

.product-card li,
.service-card p,
.feature-card p,
.testimonial-card p {
  color: var(--muted);
  line-height: 1.8;
}

.product-card li {
  margin-bottom: 10px;
}

.industry-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.industry-panel {
  padding: 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-weight: 700;
  transition:
    transform 0.3s ease,
    background 0.3s ease;
  position: relative;
  overflow: hidden;
}

.industry-panel:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.14);
}

.industry-panel::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 90px;
  height: 1px;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0.02),
      rgba(153, 255, 248, 0.45),
      transparent);
  transform: rotate(-18deg);
  animation: sweep 7s linear infinite;
}

.feature-card {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(13, 163, 163, 0.1), transparent 62%);
}

.feature-mark {
  width: 68px;
  height: 68px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg,
      rgba(242, 138, 29, 0.16),
      rgba(13, 163, 163, 0.12));
  color: var(--orange);
}

.feature-mark svg {
  width: 28px;
  height: 28px;
}

.testimonial-card p {
  font-size: 1rem;
  margin-bottom: 18px;
}

.testimonial-card strong {
  color: var(--navy);
}

.contact-wrap {
  padding: 42px;
  border-radius: 30px;
  background: linear-gradient(180deg, #f9fbfc, #eef4f8);
  position: relative;
  overflow: hidden;
}

.contact-wrap::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(13, 163, 163, 0.12),
      transparent 68%);
  animation: driftRing 8s ease-in-out infinite;
}

.contact-wrap::after {
  content: "";
  position: absolute;
  left: -60px;
  bottom: -60px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 138, 29, 0.1), transparent 70%);
  animation: driftBlob 9s ease-in-out infinite;
}

.trust-strip {
  position: relative;
  overflow: hidden;
}

.trust-strip::before,
.trust-strip::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.trust-strip::before {
  width: 120px;
  height: 120px;
  left: -30px;
  top: -40px;
  background: radial-gradient(circle,
      rgba(13, 163, 163, 0.08),
      transparent 68%);
  animation: driftBlob 9s ease-in-out infinite;
}

.trust-strip::after {
  width: 140px;
  height: 140px;
  right: -40px;
  bottom: -50px;
  background: radial-gradient(circle,
      rgba(242, 138, 29, 0.08),
      transparent 68%);
  animation: driftBlob 11s ease-in-out infinite;
}

.contact-list {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.contact-list div {
  display: flex;
  gap: 14px;
  color: var(--muted);
  line-height: 1.7;
}

.form-control,
.form-select {
  min-height: 56px;
  border-radius: 16px;
  border: 1px solid #d6e1ea;
  padding: 14px 16px;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(13, 163, 163, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(13, 163, 163, 0.12);
}

textarea.form-control {
  min-height: 150px;
}

.site-footer {
  padding: 36px 0 18px;
  background: var(--navy-deep);
  color: rgba(255, 255, 255, 0.92);
}

.footer-wrap {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
  gap: 20px;
  align-items: start;


}

.footer-col h4,
.footer-col h5 {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 12px;
}


.footer-newsletter h4 {
  font-size: 1.3rem;
  margin-bottom: 16px;
}

.footer-newsletter-form {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}

.footer-newsletter-form input {
  flex: 1;
  min-height: 44px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 10px 12px;
}

.footer-newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.footer-newsletter-form button {
  width: 50px;
  border: none;
  border-radius: 8px;
  background: var(--orange);
  color: #fff;
  cursor: pointer;
  font-size: 1.25rem;
}

.footer-newsletter-terms {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col li {
  margin-bottom: 8px;
}

.footer-col a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  transition: color 0.15s ease;
}

.footer-col a:hover {
  color: var(--orange);
}

.badge {
  background: var(--orange);
  border-radius: 99px;
  padding: 2px 8px;
  font-size: 0.7rem;
  margin-left: 6px;
  font-weight: 600;
}

.footer-office address,
.footer-office p {
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.6;
  margin: 0 0 8px;
}

.footer-bottom {
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 16px;
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
}

.footer-brand {
  display: flex !important;
  align-items: center;
  margin-bottom: 10px;
}

.footer-brand span {
  color: #fff;
}

.footer-copy {
  max-width: 640px;
  line-height: 1.7;
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.82);
}

.footer-links a:hover {
  color: #fff;
}

.footer-bottom {
  padding-top: 16px;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    display: none !important;
    /* Force hide unless show/collapsing */
  }

  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 300px !important;
    margin: 0 !important;
    padding: 80px 25px 40px !important;
    background: #fff !important;
    z-index: 9999 !important;
    transform: translateX(100%) !important;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15) !important;
    border-radius: 0 !important;
    overflow-y: auto !important;
    height: 100vh !important;
    visibility: visible !important;
  }

  .navbar-collapse.show {
    transform: translateX(0) !important;
  }

  /* Backdrop fix */
  .navbar-collapse.show::before {
    content: "";
    position: fixed;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100vh;
    /* background: rgba(15, 34, 56, 0.6); */
    backdrop-filter: blur(4px);
    z-index: -1;
  }

  .site-header {
    backdrop-filter: none !important;
    background: #fff !important;
  }

  .navbar {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    padding: 10px 15px !important;
    overflow: hidden !important;
  }

  .navbar-brand {
    order: 1 !important;
    margin: 0 !important;
  }

  .navbar-toggler {
    order: 2 !important;
    margin: 0 !important;
    display: block !important;
    background: #f8f9fa;
    border: 1px solid var(--line);
    padding: 8px !important;
  }

  .hero {
    padding-top: 56px;
  }

  .hero-slide {
    padding: 72px 0 72px;
  }

  .hero-card {
    margin-top: 32px;
  }

  .tech-ring-one,
  .tech-ring-two,
  .tech-node,
  .tech-beam {
    opacity: 0.45;
  }

  .trust-grid,
  .about-grid,
  .industry-panels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-control {
    display: none;
  }

  /* Close button for mobile menu */
  .mobile-menu-close {
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 2.2rem;
    line-height: 1;
    color: var(--navy);
    padding: 0;
    cursor: pointer;
    z-index: 2001;
  }

  .navbar-nav {
    width: 100%;
  }

  .navbar-nav .nav-item {
    width: 100%;
    border-bottom: 1px solid var(--line);
  }

  .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }

  .navbar-nav .nav-link {
    padding: 15px 0;
    font-size: 1.1rem;
    display: block;
    width: 100%;
  }

  .nav-link {
    margin-left: 0;
  }

  .mega-menu {
    position: static;
    width: 100%;
    box-shadow: none;
    padding: 20px 0 !important;
    border: none;
    background: transparent;
  }

  .mega-menu-column {
    margin-bottom: 25px;
  }

  .column-title {
    font-size: 1.1rem;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(15, 34, 56, 0.1);
  }
}

.mega-menu {
  border: 0;
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(11, 29, 49, 0.18);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  width: 850px !important;
  left: 50% !important;
  transform: translateX(-50%) translateY(10px) !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  visibility: hidden;
  display: block;
  /* Overriding bootstrap default for custom animation */
}

.nav-item.dropdown:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  /* transform: translateX(-50%) translateY(0) !important; */
}

/* --- Custom Stylish Dropdown Animation --- */
.mega-menu {
  animation: dropdownFadeIn 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

@keyframes dropdownFadeIn {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(30px) scale(0.98);
    filter: blur(8px);
  }

  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(10px) scale(1);
    filter: blur(0);
  }
}

.mega-menu.flyout-menu {
  overflow: visible;
  border-radius: 24px;
  box-shadow: 0 20px 60px 0 rgba(15, 34, 56, 0.13), 0 2px 8px 0 rgba(13, 163, 163, 0.07);
  border: 1.5px solid #f28a1d22;
  background: linear-gradient(120deg, #fff 80%, #f9f6f2 100%);
  transition: box-shadow 0.4s, border 0.4s;
}

.nav-item.dropdown:hover .mega-menu.flyout-menu {
  box-shadow: 0 40px 120px 0 rgba(15, 34, 56, 0.18), 0 4px 24px 0 rgba(242, 138, 29, 0.08);
  border: 1.5px solid #f28a1d55;
}

.sidebar-menu-list .sidebar-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  font-size: 1.08rem;
  font-weight: 600;
  color: #0f2238;
  border-radius: 0px;
  transition: background 0.25s, color 0.25s, transform 0.25s;
  cursor: pointer;
  position: relative;

}

.sidebar-menu-list .sidebar-item:hover,
.sidebar-menu-list .sidebar-item.active {
  background: linear-gradient(90deg, #f28a1d11 0%, #fff 100%);
  color: #f28a1d;
  /* transform: translateX(6px) scale(1.04); */
  box-shadow: 0 2px 12px 0 rgba(242, 138, 29, 0.07);
  margin: 1px;
}

.flyout-content-area {
  min-width: 240px;
  padding: 10px;
  border-left: 1.5px solid #f28a1d22;
  background: transparent;
  transition: background 0.3s;
}

.flyout-panel {
  display: none;
  animation: flyoutPanelIn 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.flyout-panel.active {
  display: block;
  animation: flyoutPanelIn 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes flyoutPanelIn {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.98);
    filter: blur(8px);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

.flyout-header {
  font-size: 1.12rem;
  font-weight: 700;
  color: #f28a1d;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
}

.flyout-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.flyout-item {
  padding: 10px;
  border-radius: 8px;
  color: #0f2238;
  font-weight: 500;
  transition: background 0.2s, color 0.2s, transform 0.2s;
  cursor: pointer;
}

.flyout-item:hover,
.flyout-item.active {
  background: #f28a1d11;
  color: #f28a1d;
  transform: scale(1.04);
}

.has-submenu .submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 200px;
  background: #fff;
  border-radius: 12px;
  box-shadow: none;
  padding: 10px 0;
  z-index: 10;
  animation: submenuIn 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.has-submenu:hover .submenu,
.has-submenu:focus-within .submenu {
  display: block;
}

@keyframes submenuIn {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.97);
    filter: blur(6px);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

.submenu-item {
  display: block;
  padding: 8px 18px;
  color: #0f2238;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
}

.submenu-item:hover,
.submenu-item.active {
  background: #f28a1d11;
  color: #f28a1d;
}

.submenu-arrow {
  margin-left: 8px;
  transition: transform 0.3s;
}

.has-submenu:hover .submenu-arrow {
  transform: rotate(180deg);
}

.sidebar-item svg {
  transition: color 0.3s, filter 0.3s;
}

.sidebar-item:hover svg {
  color: #f28a1d;
  filter: drop-shadow(0 2px 8px #f28a1d33);
}

.mega-menu-column {
  height: 100%;
}

.column-title {
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--teal);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}

.mega-menu-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mega-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
  background: transparent;
}

.mega-item:hover {
  background: var(--surface-soft);
  transform: translateX(8px);
  box-shadow: 0 4px 20px rgba(11, 29, 49, 0.06);
}

.mega-item .item-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  background: linear-gradient(135deg,
      rgba(13, 163, 163, 0.08),
      rgba(242, 138, 29, 0.12));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  transition: all 0.3s ease;
}

.mega-item:hover .item-icon {
  background: linear-gradient(135deg, var(--teal), var(--orange));
  color: #fff;
  transform: scale(1.1);
}

.mega-item .item-icon svg {
  width: 22px;
  height: 22px;
}

.item-text strong {
  display: block;
  color: var(--navy);
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 4px;
  transition: color 0.3s ease;
}

.mega-item:hover .item-text strong {
  color: var(--teal);
}

.item-text span {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.4;
}

.border-start-lg {
  border-left: 1px solid var(--line);
}

@media (max-width: 991.98px) {
  .border-start-lg {
    border-left: 0;
  }
}

@media (max-width: 767.98px) {

  .topbar-inner,
  .hero-metrics,
  .trust-grid,
  .about-grid,
  .industry-panels {
    grid-template-columns: 1fr;
    display: grid;
  }



  .section-space {
    padding: 72px 0;
  }

  .hero-title {
    font-size: 1.95rem;
  }

  .hero-tech-visual {
    display: none;
  }

  .hero-pulse-line {
    width: 100%;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .contact-wrap,
  .product-card,
  .service-card,
  .feature-card,
  .testimonial-card,
  .form-card,
  .hero-card,
  .info-card {
    padding: 24px;
  }

  .btn-brand,
  .btn-ghost {
    width: 100%;
    text-align: center;
  }

  .topbar-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 15px !important;
    padding: 15px 0 !important;
  }

  .topbar-item {
    font-size: 0.85rem !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 5px !important;
    white-space: normal !important;
    /* Allow wrapping */
    padding: 0 10px !important;
  }

  .topbar-item span {
    text-align: center !important;
    line-height: 1.4 !important;
  }

  .card-icon {
    width: 100%;
  }

  .card-icon img {
    width: 100%;
    height: 100%;
  }
}

/* SECTION */
.expertise-sec-secttion {
  padding: 50px 20px;
  background: linear-gradient(135deg, var(--navy), var(--navy-deep));
  position: relative;
  overflow: hidden;
}

/* HEADING */
.expertise-sec-secttion .section-title {
  color: #fff;
  margin-bottom: 50px;
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  line-height: 1.2;
}

/* FLEX */
.expertise-sec-secttion .h6-project-inner {
  display: flex;
  height: 300px;
  gap: 12px;
}

/* CARD */
.expertise-sec-secttion .h6-project-item {
  flex: 1;
  position: relative;
  overflow: hidden;
  border-radius: 18px;

  transition:
    flex 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.5s ease,
    box-shadow 0.5s ease;
}

/* ACTIVE DEFAULT */
.expertise-sec-secttion .h6-project-item.active {
  flex: 3;
}

/* IMAGE */
.expertise-sec-secttion .h6-project-item-inner {
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 1s ease;
}

/* ZOOM */
.expertise-sec-secttion .h6-project-item:hover .h6-project-item-inner,
.expertise-sec-secttion .h6-project-item.active .h6-project-item-inner {
  transform: scale(1.1);
}

/* OVERLAY */
.expertise-sec-secttion .h6-project-item-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

/* CONTENT */
.expertise-sec-secttion .project-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;

  padding: 6px 15px;
  border-radius: 0px;

  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);

  opacity: 0;
  transform: translateY(40px);

  transition: all 0.6s ease;
}

/* SHOW CONTENT */
.expertise-sec-secttion .h6-project-item:hover .project-content,
.expertise-sec-secttion .h6-project-item.active .project-content {
  opacity: 1;
  transform: translateY(0);
}

/* TEXT */
.expertise-sec-secttion .project-content h3 {
  color: #fff;
  margin: 5px 0;
}

.expertise-sec-secttion .project-content p {
  color: #ddd;
  font-size: 14px;
}

/* CATEGORY */
.expertise-sec-secttion .categories {
  font-size: 11px;
  color: #00f0ff;
}

/* HOVER EXPAND */
.expertise-sec-secttion .h6-project-inner:hover .h6-project-item {
  flex: 1;
}

.expertise-sec-secttion .h6-project-inner .h6-project-item:hover {
  flex: 3;
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

/* MOBILE */
@media (max-width: 768px) {
  .expertise-sec-secttion .h6-project-inner {
    flex-direction: column;
    height: auto;
  }

  .expertise-sec-secttion .h6-project-item {
    height: 450px;
  }

  .expertise-sec-secttion .h6-project-inner {
    height: 100vh;
  }

  .expertise-sec-secttion .project-content {
    opacity: 1;
    transform: none;
  }
}

/* HIDE ALL TEXT WHEN HOVERING ANYWHERE */
.expertise-sec-secttion .h6-project-inner:hover .project-content {
  opacity: 0;
  transform: translateY(40px);
}

/* SHOW ONLY HOVERED CARD TEXT */
.expertise-sec-secttion .h6-project-item:hover .project-content {
  opacity: 1;
  transform: translateY(0);
}

/* DEFAULT ACTIVE (only when NOT hovering) */
.expertise-sec-secttion .h6-project-inner:not(:hover) .h6-project-item.active .project-content {
  opacity: 1;
  transform: translateY(0);
}

.expertise-sec-secttion .expertise-bg-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle,
      rgba(217, 255, 0, 0.116),
      transparent 70%);
  top: -150px;
  left: -150px;
  filter: blur(80px);
  animation: floatGlow 10s ease-in-out infinite alternate;
}

@keyframes floatGlow {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(100px, 80px);
  }
}

/* GRID TECH PATTERN */
.expertise-sec-secttion .expertise-grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.3;
}

/* SECTION */
.servive-alll-box {
  padding: 80px 0;
  background: linear-gradient(180deg, #ffffff, #f7faff);
  position: relative;
  overflow: hidden;
}

/* BACKGROUND GLOW BLOBS */
.servive-alll-box::before,
.servive-alll-box::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  filter: blur(100px);
  z-index: 0;
}

.servive-alll-box::before {
  top: -100px;
  left: -100px;
  background: #4facfe33;
}

.servive-alll-box::after {
  bottom: -100px;
  right: -100px;
  background: #00c6ff33;
}

/* CARD */
.servive-alll-box .service-card {
  position: relative;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);

  border: 1px solid rgba(0, 0, 0, 0.05);

  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.05),
    0 2px 8px rgba(0, 0, 0, 0.03);

  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
  z-index: 1;
}

/* TOP GRADIENT STRIP (🔥 key attraction) */
.servive-alll-box .service-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 4px;
  width: 100%;

  background: linear-gradient(90deg, #4facfe, #00f2fe);
  opacity: 0;
  transition: 0.4s;
}

.servive-alll-box .service-card:hover::after {
  opacity: 1;
}

/* HOVER FLOAT */
.servive-alll-box .service-card:hover {
  transform: translateY(-15px) scale(1.02);

  box-shadow:
    0 25px 50px rgba(0, 0, 0, 0.1),
    0 10px 20px rgba(0, 0, 0, 0.05);
}

/* IMAGE */
.servive-alll-box .card-icon {
  width: 100%;
  height: 180px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 18px;
  position: relative;
}

/* IMAGE STYLE */
.servive-alll-box .card-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  transition: transform 1s ease;
}

/* IMAGE OVERLAY */
.servive-alll-box .card-icon::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
  z-index: 1;
}

/* IMAGE HOVER */
.servive-alll-box .service-card:hover .card-icon img {
  transform: scale(1.12);
}

/* TITLE */
.servive-alll-box .service-card h3 {
  font-size: 18px;
  color: #111;
  margin-top: 10px;
  line-height: 1.4;
  transition: all 0.3s ease;
}

/* TITLE HOVER */
.servive-alll-box .service-card:hover h3 {
  color: #d9730a;
  transform: translateX(5px);
}

/* SUBTLE INNER LIGHT */
.servive-alll-box .service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;

  background: linear-gradient(120deg, rgba(255, 255, 255, 0.4), transparent);

  opacity: 0;
  transition: 0.4s;
}

.servive-alll-box .service-card:hover::before {
  opacity: 1;
}

/* ANIMATION */
.servive-alll-box .service-card {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 0.7s ease forwards;
}

/* STAGGER */
.servive-alll-box .col-md-6:nth-child(1) .service-card {
  animation-delay: 0.1s;
}

.servive-alll-box .col-md-6:nth-child(2) .service-card {
  animation-delay: 0.2s;
}

.servive-alll-box .col-md-6:nth-child(3) .service-card {
  animation-delay: 0.3s;
}

.servive-alll-box .col-md-6:nth-child(4) .service-card {
  animation-delay: 0.4s;
}

.servive-alll-box .col-md-6:nth-child(5) .service-card {
  animation-delay: 0.5s;
}

.servive-alll-box .col-md-6:nth-child(6) .service-card {
  animation-delay: 0.6s;
}

/* KEYFRAME */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .servive-alll-box .card-icon {
    height: 150px;
  }

  .servive-alll-box .service-card {
    padding: 18px;
  }
}

/* SECTION */


.community-section {
  position: relative;
  padding: 50px 0;
  background: linear-gradient(135deg, #0a192f 0%, #020c1b 100%);
  overflow: hidden;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* BACKGROUND GLOW */
/* .community-section::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, #4facfe33, transparent);

} */

.community-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(0, 240, 255, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(255, 100, 100, 0.06) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

/* TEXT */
.community-section .section-label {
  margin-bottom: 12px;

  text-transform: uppercase;

  font-weight: 700;
  color: var(--teal);
  font-size: 0.85rem;
  letter-spacing: 2px;
}


.community-section .community-title {
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 600;
  color: #ffff;
}

.community-section .community-subtitle {
  color: var(--muted);
  line-height: 1.8;
  font-size: 1.02rem;
  margin-bottom: 15px;
}

/* GRID */
.community-section .community-social-links {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

/* CARD */
.community-section .community-social-links li a {
  width: 100px;
  height: 90px;

  display: flex;
  flex-direction: column;
  /* 🔥 icon top */
  align-items: center;
  justify-content: center;
  gap: 12px;

  border-radius: 18px;

  background: #ffffff;
  border: 1px solid #eef1f6;

  text-decoration: none;
  color: #333;
  font-weight: 500;

  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.05),
    0 3px 10px rgba(0, 0, 0, 0.03);

  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

/* ICON */
.community-section .community-social-links li a svg {
  width: 28px;
  height: 28px;
  fill: #555;
  transition: all 0.4s ease;
}

/* TEXT */
.community-section .community-social-links li a span {
  font-size: 14px;
  transition: 0.3s ease;
}

/* HOVER EFFECT */
.community-section .community-social-links li a:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow:
    0 25px 50px rgba(0, 0, 0, 0.1),
    0 10px 20px rgba(0, 0, 0, 0.05);
}

/* ICON ANIMATION */
.community-section .community-social-links li a:hover svg {
  transform: scale(1.2);
}

/* PLATFORM COLORS (🔥 MAIN ATTRACTION) */
.community-section .community-social-links li:nth-child(1) a:hover {
  background: #0077b5;
  color: #fff;
}

.community-section .community-social-links li:nth-child(1) a:hover svg {
  fill: #fff;
}

.community-section .community-social-links li:nth-child(2) a:hover {
  background: radial-gradient(circle at 30% 30%, #feda75, #d62976, #962fbf);
  color: #fff;
}

.community-section .community-social-links li:nth-child(2) a:hover svg {
  fill: #fff;
}

.community-section .community-social-links li:nth-child(3) a:hover {
  background: #1877f2;
  color: #fff;
}

.community-section .community-social-links li:nth-child(3) a:hover svg {
  fill: #fff;
}

.community-section .community-social-links li:nth-child(4) a:hover {
  background: #000;
  color: #fff;
}

.community-section .community-social-links li:nth-child(4) a:hover svg {
  fill: #fff;
}

.community-section .community-social-links li:nth-child(5) a:hover {
  background: #bf0505;
  color: #fff;
}

.community-section .community-social-links li:nth-child(5) a:hover svg {
  fill: #fff;
}

/* ANIMATION */
.community-section .community-social-links li {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.6s ease forwards;
}

.community-section .community-social-links li:nth-child(1) {
  animation-delay: 0.1s;
}

.community-section .community-social-links li:nth-child(2) {
  animation-delay: 0.2s;
}

.community-section .community-social-links li:nth-child(3) {
  animation-delay: 0.3s;
}

.community-section .community-social-links li:nth-child(4) {
  animation-delay: 0.4s;
}

.community-section .community-social-links li:nth-child(5) {
  animation-delay: 0.5s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .community-section .community-social-links li a {
    width: 90px;
    height: 90px;
  }
}

.community-section {
  position: relative;
  padding: 50px 0;
  background: linear-gradient(135deg, #0a192f 0%, #020c1b 100%);
  overflow: hidden;
}

/* Animated Background Circles */
.community-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  background:
    radial-gradient(circle at 20% 30%,
      rgba(0, 240, 255, 0.1) 0%,
      transparent 30%),
    radial-gradient(circle at 80% 70%,
      rgba(255, 0, 240, 0.1) 0%,
      transparent 30%);
  animation: pulseBackground 8s ease-in-out infinite;
}

@keyframes pulseBackground {

  0%,
  100% {
    opacity: 0.5;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}

/* Floating orbs */
.community-section .container {
  position: relative;
  z-index: 2;
}

.community-section .container::before,
.community-section .container::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(0, 240, 255, 0.03);
  /* filter: blur(60px); */
  z-index: 0;
}

.community-section .container::before {
  top: -150px;
  left: -150px;
  animation: float 12s infinite ease-in-out;
}

.community-section .container::after {
  bottom: -150px;
  right: -150px;
  background: rgba(255, 0, 240, 0.03);
  animation: float 15s infinite ease-in-out reverse;
}

@keyframes float {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  33% {
    transform: translate(30px, -30px) scale(1.1);
  }

  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

/* Section Label Animation */
.section-label {
  color: #00f0ff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  animation: slideInDown 1s ease;
  text-shadow: 0 0 15px rgba(0, 240, 255, 0.5);
}

/* .section-label::before,
.section-label::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #00f0ff, transparent);
    animation: linePulse 2s infinite;
} */

.section-label::before {
  right: -40px;
}

.section-label::after {
  left: -40px;
}

@keyframes linePulse {

  0%,
  100% {
    opacity: 0.3;
    width: 20px;
  }

  50% {
    opacity: 1;
    width: 40px;
  }
}

/* Title Animation */

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* Subtitle Animation */
.community-subtitle {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto 40px;
  animation: slideInUp 1s ease 0.4s both;
  position: relative;
}

/* Social Links Container */
.community-social-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  animation: fadeIn 1s ease 0.6s both;
}

/* Social Link Items */
.community-social-links li {
  opacity: 0;
  animation: slideInUp 0.5s ease forwards;
}

.community-social-links li:nth-child(1) {
  animation-delay: 0.1s;
}

.community-social-links li:nth-child(2) {
  animation-delay: 0.2s;
}

.community-social-links li:nth-child(3) {
  animation-delay: 0.3s;
}

.community-social-links li:nth-child(4) {
  animation-delay: 0.4s;
}

.community-social-links li:nth-child(5) {
  animation-delay: 0.5s;
}

/* Social Links */
.community-social-links a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 240, 255, 0.2);
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  /* backdrop-filter: blur(10px); */
}

/* Hover Effect */
.community-social-links a:hover {
  transform: translateY(-5px) scale(1.05);
  background: rgba(0, 240, 255, 0.1);
  border-color: #00f0ff;
  box-shadow: 0 10px 30px rgba(0, 240, 255, 0.3);
}

/* Glow Effect on Hover */
.community-social-links a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 240, 255, 0.3), transparent);
  transform: translate(-50%, -50%);
  transition:
    width 0.6s ease,
    height 0.6s ease;
}

.community-social-links a:hover::before {
  width: 300px;
  height: 300px;
}

/* SVG Icons */
.community-social-links svg {
  fill: #00f0ff;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.community-social-links a:hover svg {
  fill: #fff;
  transform: rotate(360deg) scale(1.2);
}

/* Text */
.community-social-links span {
  position: relative;
  z-index: 2;
}

/* Ripple Effect on Click */
.community-social-links a:active {
  transform: scale(0.95);
}

/* Keyframes */
@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .community-section {
    padding: 60px 0;
  }

  .community-social-links {
    gap: 12px;
  }

  .community-social-links a {
    padding: 10px 20px;
    font-size: 14px;
  }

  .community-social-links svg {
    height: 16px;
  }

  .section-label::before,
  .section-label::after {
    display: none;
  }
}

@media (max-width: 480px) {
  .community-social-links {
    flex-direction: column;
    align-items: center;
  }

  .community-social-links a {
    width: 200px;
    justify-content: center;
  }
}

/* Hover effect for the entire section */
.community-section:hover .community-social-links a {
  /* filter: blur(2px); */
  opacity: 0.7;
}

.community-section:hover .community-social-links a:hover {
  /* filter: blur(0); */
  opacity: 1;
}

/* Light Background Section */
.section-light-bg {
  background: linear-gradient(180deg, #f9fbfc, #eef4f8);
  padding: 80px 0;
  position: relative;
}

/* Dark text for light background */
.second-ind .section-intro.dark {
  margin-bottom: 12px;
  color: var(--teal);

  text-transform: uppercase;

  font-weight: 700;


  color: var(--teal);
  font-size: 0.85rem;
  letter-spacing: 2px;
}

.second-ind .section-intro.dark::after {
  left: -40px;
}

.second-ind .section-title.dark {
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 800;
  color: var(--navy);
}

.second-ind .section-copy.dark {
  color: var(--muted);
  line-height: 1.8;
  font-size: 1.02rem;
  margin-bottom: 0;
}

/* Industry Panels - Light Background Version */
.second-ind .industry-panels {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2 per row */
  gap: 15px;
}

.second-ind .industry-panel.light-bg {
  padding: 10px 25px;
  background: #f5f9ff;
  border: 1px solid #e0e8f0;
  border-radius: 10px;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
  cursor: default;
}

.second-ind .industry-panel.light-bg:hover {
  background: linear-gradient(135deg, #d9730a, var(--orange));
  color: #ffffff;
  border-color: #d9730a;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 102, 204, 0.15);
}

/* Animation for panels */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.second-ind .industry-panel.light-bg {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

/* Staggered animation delays */
.second-ind .industry-panel.light-bg:nth-child(1) {
  animation-delay: 0.1s;
}

.second-ind .industry-panel.light-bg:nth-child(2) {
  animation-delay: 0.2s;
}

.second-ind .industry-panel.light-bg:nth-child(3) {
  animation-delay: 0.3s;
}

.second-ind .industry-panel.light-bg:nth-child(4) {
  animation-delay: 0.4s;
}

.second-ind .industry-panel.light-bg:nth-child(5) {
  animation-delay: 0.5s;
}

.second-ind .industry-panel.light-bg:nth-child(6) {
  animation-delay: 0.6s;
}

.second-ind .industry-panel.light-bg:nth-child(7) {
  animation-delay: 0.7s;
}

.second-ind .industry-panel.light-bg:nth-child(8) {
  animation-delay: 0.8s;
}

.second-ind .industries-bg-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #c7e6ff, transparent 70%);
  top: -120px;
  left: -120px;
  filter: blur(80px);
  opacity: 0.6;
  animation: floatGlow 12s ease-in-out infinite alternate;
}

@keyframes floatGlow {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(80px, 60px);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .section-light-bg {
    padding: 60px 0;
  }

  .second-ind .industry-panels {
    margin-top: 30px;
    justify-content: center;
  }

  .second-ind .industry-panel.light-bg {
    padding: 12px 20px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .second-ind .industry-panels {
    gap: 10px;
  }

  .second-ind .industry-panel.light-bg {
    padding: 10px 16px;
    font-size: 13px;
  }
}

/* Optional: Add a subtle pattern overlay */
.section-light-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(#e0e8f0 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.3;
  pointer-events: none;
}

/* MEGA MENU STYLES */
.has-mega-menu {
  position: relative !important;
}

.mega-menu {
  width: 100%;
  left: 100%;
  right: 0;
  margin-top: 0;
  border: 0;
  border-radius: 0 0 32px 32px;
  box-shadow: 0 42px 90px rgba(11, 29, 49, 0.16);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  border-top: 3px solid var(--orange);
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  visibility: hidden;
  display: block;
  transform: translateY(15px);
  pointer-events: none;
  z-index: 1000;
}

.nav-item.dropdown.has-mega-menu:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.mega-menu .container-fluid {
  max-width: 1200px;
  margin: 0 auto;
}

.dropdown-header-custom {
  color: var(--navy);
  font-size: 1.15rem;
  font-weight: 850;
  margin-bottom: 22px;
  padding-bottom: 12px;
  border-bottom: 2.5px solid var(--surface-soft);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.dropdown-submenu {
  padding-left: 2px;
}

.submenu-title {
  color: var(--teal);
  font-weight: 800;
  font-size: 0.98rem;
  margin-bottom: 10px;
  margin-top: 20px;
}

.dropdown-submenu .dropdown-item {
  padding: 7px 0;
  font-size: 0.94rem;
  color: var(--text);
  background: transparent;
  transition: all 0.25s ease;
  border-radius: 6px;
}

.dropdown-submenu .dropdown-item:hover {
  color: var(--orange);
  padding-left: 10px;
  background: transparent;
}

.dropdown-text-small {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 500;
}

.h-strong {
  font-weight: 800;
  color: var(--navy) !important;
  padding: 10px 0 !important;
  border-radius: 8px;
  transition: all 0.25s ease;
}

.h-strong:hover {
  color: var(--orange) !important;
  background: var(--surface-soft) !important;
  padding-left: 12px !important;
}

.border-start-lg {
  border-left: 1px solid var(--line);
}

@media (max-width: 991.98px) {
  .has-mega-menu {
    position: relative !important;
    overflow: visible !important;
  }

  .nav-item.dropdown {
    overflow: visible !important;
  }

  .mega-menu.flyout-menu {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    top: 100% !important;
    display: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    z-index: 1000 !important;
    min-width: 100vw !important;
  }

  .nav-item.dropdown.show .mega-menu.flyout-menu {
    display: block !important;
  }

  .collapse.navbar-collapse {
    overflow: visible !important;
  }

  .nav-item.dropdown {
    overflow: visible !important;
  }

  .flyout-wrapper {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 0 !important;
    max-width: 100% !important;
  }

  .sidebar-menu-list {
    width: 100% !important;
    border-radius: 0 !important;
    padding: 0 !important;

    background: #ffffff !important;

  }

  .sidebar-item {
    padding: 14px 20px !important;
    border-left: 4px solid transparent !important;
    font-size: 1rem !important;
    width: 100%;
    display: flex !important;
    align-items: center !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    color: var(--text) !important;
  }

  .sidebar-item:active,
  .sidebar-item.active {
    background-color: var(--surface-soft) !important;
    border-left-color: var(--teal) !important;
    color: var(--teal) !important;
  }

  .sidebar-item svg {
    width: 18px !important;
    height: 18px !important;
    margin-right: 12px !important;
    flex-shrink: 0 !important;
  }

  .flyout-content-area {
    position: static !important;
    width: 100% !important;
    left: auto !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: auto !important;
    display: none !important;
    background: #f9fafb !important;
    box-shadow: none !important;
    border-top: 2px solid var(--line) !important;
    padding: 12px 0 !important;
    max-height: 400px !important;
    overflow-y: auto !important;
  }

  .flyout-content-area.is-active {
    display: block !important;
  }

  .flyout-panel {
    border-radius: 0 !important;
    padding: 6px 20px !important;
    box-shadow: none !important;
    background: transparent !important;
    min-height: auto !important;
    display: none !important;
  }

  .flyout-panel.active {
    display: block !important;
  }

  .flyout-header {
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    padding: 12px 20px !important;
    color: var(--navy) !important;
    background: #ffffff !important;
  }

  .flyout-grid {
    gap: 6px !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .flyout-item {
    padding: 12px 20px !important;
    font-size: 0.95rem !important;
    color: var(--text) !important;
    transition: all 0.2s ease !important;
    border-left: 3px solid transparent !important;
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
  }

  .flyout-item.has-submenu {
    cursor: pointer !important;
  }

  .flyout-link {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    color: inherit !important;
    font-weight: 500 !important;
  }

  /* Submenu for Mobile */
  .submenu {
    display: none;
    position: static !important;
    width: 100% !important;
    background: #fdfdfd !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border-left: 2px solid var(--line) !important;
    margin-top: 10px !important;
    padding: 5px 0 5px 15px !important;
    animation: slideDownFade 0.3s ease-out forwards;
  }

  .has-submenu.active .submenu {
    display: block !important;
  }

  /* Submenu Arrow for Mobile */
  .submenu-arrow {
    transition: transform 0.3s ease !important;
    color: var(--muted) !important;
  }

  .has-submenu.active .submenu-arrow {
    transform: rotate(180deg) !important;
    color: var(--teal) !important;
  }

  .submenu-item {
    padding: 10px 12px !important;
    font-size: 0.88rem !important;
    color: var(--muted) !important;
    border-radius: 6px !important;
    margin-bottom: 2px !important;
    transition: all 0.2s ease !important;
  }

  .submenu-item:active,
  .submenu-item:hover {
    background: rgba(13, 163, 163, 0.08) !important;
    color: var(--teal) !important;
    padding-left: 18px !important;
  }
}

@keyframes slideDownFade {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mega-menu-tabs-wrapper {
  display: flex;
  min-height: 450px;
}

.mega-tabs-sidebar {
  width: 300px;
  background: #f8fbff;
  border-right: 1px solid rgba(13, 163, 163, 0.1);
  padding: 20px 0;
  border-radius: 24px 0 0 24px;
}

.mega-tabs-sidebar .nav-pills .nav-link {
  border-radius: 0;
  padding: 16px 28px;
  color: var(--navy);
  font-weight: 700;
  text-align: left;
  display: flex;
  align-items: center;
  border-left: 4px solid transparent;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 0.95rem;
  background: transparent;
}

.mega-tabs-sidebar .nav-pills .nav-link:hover,
.mega-tabs-sidebar .nav-pills .nav-link.active {
  background: #fff;
  color: var(--teal);
  border-left-color: var(--teal);
  box-shadow: 10px 0 20px rgba(0, 0, 0, 0.02);
}

.mega-tabs-sidebar .nav-pills .nav-link svg {
  opacity: 0.6;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.mega-tabs-sidebar .nav-pills .nav-link:hover svg,
.mega-tabs-sidebar .nav-pills .nav-link.active svg {
  opacity: 1;
  transform: scale(1.1);
  color: var(--teal);
}

.mega-tabs-content {
  flex: 1;
  padding: 40px;
  background: #fff;
  border-radius: 0 24px 24px 0;
}

.mega-content-inner {
  animation: fadeInSlide 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@keyframes fadeInSlide {
  from {
    opacity: 0;
    transform: translateX(15px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.mega-item {
  transition: all 0.3s ease;
}

.mega-item:hover {
  transform: translateX(10px);
  background: var(--surface-soft) !important;
}

@media (max-width: 991.98px) {
  .mega-menu {
    width: 100% !important;
    position: static !important;
    transform: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
  }

  .nav-item.dropdown.show .mega-menu {
    display: block;
  }

  .mega-menu-tabs-wrapper {
    flex-direction: column;
    min-height: auto;
  }

  .mega-tabs-sidebar {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(13, 163, 163, 0.1);
    border-radius: 0;
    padding: 10px 0;
  }

  .mega-tabs-sidebar .nav-pills .nav-link {
    padding: 12px 20px;
    border-left: 3px solid transparent;
    font-size: 0.9rem;
  }

  .mega-tabs-content {
    padding: 24px;
  }
}

.about-new .circle.two {
  width: 250px;
  height: 250px;
  background: #e0f2fe;
  bottom: -80px;
  right: 15%;
}

/* ═══ FLY-OUT SIDEBAR MENU STYLES ═══ */
.mega-menu.flyout-menu {
  width: auto !important;
  background: #fff !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  overflow: visible !important;
  /* margin-top: 15px !important; */
  position: absolute !important;
  top: 100% !important;
  left: -20px !important;
  right: auto !important;
  transform: translateY(10px) !important;
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  z-index: 1010 !important;
}

.nav-item.dropdown.has-mega-menu:hover .mega-menu.flyout-menu {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}

.mega-menu.flyout-menu.show {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}

.flyout-wrapper {
  display: flex;
  position: relative;
  width: auto;
  gap: 8px;
}

.sidebar-menu-list {
  background: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px !important;
  padding: 12px 0 !important;
  box-shadow:
    0 10px 40px -10px rgba(15, 34, 56, 0.15),
    0 0 0 1px rgba(15, 34, 56, 0.03);
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-width: 250px;
}

.flyout-content-area {
  position: absolute;
  left: calc(100% + -4px);
  top: 0;
  width: 240px;
  pointer-events: none;
  opacity: 0;
  transform: translateX(6px);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 3;
  box-shadow: none;
  border: 0px;
}

.flyout-content-area.is-active {
  pointer-events: auto;
  opacity: 1;
  transform: translateX(0);
}

.flyout-panel {
  display: none;
  /* background: #fff !important; */
  border-radius: 12px !important;
  padding: 0px !important;
  /* box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12) !important; */
  min-height: auto;
}

.flyout-panel.active {
  display: block;
}

.flyout-header {
  color: var(--navy);
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 2px solid rgba(13, 163, 163, 0.1);
}

.flyout-grid {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.flyout-item {
  color: var(--text);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 10px;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none !important;
  display: flex;
  align-items: center;
  /* background: rgba(244, 248, 251, 0.4); */
  margin-bottom: 4px;
}

.flyout-item:hover {
  background: #ffffff;
  color: var(--teal) !important;
  box-shadow: 0 8px 24px rgba(13, 163, 163, 0.08);
  transform: translateY(-2px);
  /* padding-left: 22px; */
}

.sidebar-item {
  padding: 14px 14px !important;
  font-weight: 600 !important;
  color: var(--navy) !important;
  display: flex !important;
  align-items: center !important;
  transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1) !important;
  border-left: 4px solid transparent !important;
  font-size: 0.95rem !important;
  letter-spacing: 0.01em !important;
  opacity: 0.8 !important;
  background: transparent !important;
}

.sidebar-item:hover,
.sidebar-item.active {
  background: rgba(242, 138, 29, 0.06) !important;
  color: var(--orange) !important;
  border-left-color: var(--orange) !important;
  opacity: 1 !important;
  padding-left: 30px !important;
}

.sidebar-item svg {
  margin-right: 14px !important;
  transition: transform 0.3s ease !important;
  width: 18px !important;
  height: 18px !important;
  stroke-width: 2 !important;
  color: var(--teal) !important;
}

.sidebar-item:hover svg,
.sidebar-item.active svg {
  transform: scale(1.15) rotate(-5deg) !important;
  color: var(--orange) !important;
}

@media (max-width: 991.98px) {

  .sidebar-item:hover svg,
  .sidebar-item.active svg {
    color: #f28a1d;
  }

  .nav-item.dropdown:hover .mega-menu {
    transform: none !important;
  }

  /* Mobile Flyout Menu Layout Fixes */
  .flyout-wrapper {
    flex-direction: column;
  }

  .sidebar-menu-list {
    width: 100%;
  }

  .flyout-content-area {
    position: static !important;
    width: 100% !important;
    transform: none !important;
    display: none;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .flyout-content-area.is-active {
    display: block;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .flyout-panel {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid rgba(15, 34, 56, 0.06) !important;
    background: #ffffff !important;
    border-radius: 16px !important;
    padding: 20px !important;
  }

  .sidebar-menu-list .flyout-panel.active {
    margin: 4px 16px 16px 16px;
    animation: fadeUp 0.3s ease;
  }

  .mega-menu.flyout-menu {
    width: 100% !important;
    max-width: 100% !important;
    position: static !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .nav-item.dropdown.show .mega-menu {
    margin-top: 10px;
  }

  .footer-wrap {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .footer-newsletter-form {
    flex-direction: column !important;
  }

  .footer-newsletter-form button {
    width: 100% !important;
  }

  .footer-newsletter-terms {
    font-size: 0.87rem !important;
  }

  .footer-col {
    width: 100% !important;
  }
}

.about-new .circle {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  z-index: 0;
}

.about-new .circle.one {
  width: 200px;
  height: 200px;
  background: #bfdbfe;
  top: 20%;
  left: -50px;
}

/* Modern Split-Layout Reference About Section */
.blob-video-container {
  width: 100%;
  max-width: 450px;
  aspect-ratio: 1 / 1;
}

.blob-mask {
  width: 100%;
  height: 100%;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(15, 34, 56, 0.15);
  animation: blobFlow 8s ease-in-out infinite alternate;
}

@keyframes blobFlow {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }

  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }

  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

.play-btn-overlay {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 2;
}

.play-btn-overlay:hover {
  background: rgba(255, 255, 255, 0.4);
  transform: translate(-50%, -50%) scale(1.05);
  color: #fff;
}

.custom-dashed-divider {
  border: 0;
  border-top: 2px dashed rgba(15, 34, 56, 0.1);
  opacity: 1;
}

.stat-huge .num {
  font-weight: 800;
}

.stat-huge .plus {
  font-weight: 800;
}

.btn-orange:hover {
  background: #d9730a !important;
}

/* Play Button Graphics */
.ripple-graphic {
  border: 2px solid rgba(255, 255, 255, 0.6);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: playRipple 2s linear infinite;
  z-index: 1;
}

@keyframes playRipple {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
    border-width: 2px;
  }

  100% {
    width: 160%;
    height: 160%;
    opacity: 0;
    border-width: 0px;
  }
}

.spin-slow {
  animation: spinSlow 15s linear infinite;
  border-width: 2px !important;
  border-style: dashed !important;
}

@keyframes spinSlow {
  100% {
    transform: rotate(360deg);
  }
}

/* Floating Glass Badge */
.glass-badge {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 16px 28px;
  border-radius: 100px;
  box-shadow: 0 15px 40px rgba(15, 34, 56, 0.08);
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-12px) rotate(2deg);
  }

  100% {
    transform: translateY(0px) rotate(-1deg);
  }
}

/* Sub-menu styles for flyout */
.has-submenu {
  position: relative;
  width: 100%;
}

.flyout-link {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  color: inherit !important;
  transition: all 0.3s ease !important;
}

.submenu-arrow {
  margin-left: 12px;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 0.8;
}

.has-submenu.active .submenu-arrow,
.has-submenu:hover .submenu-arrow {
  transform: rotate(180deg);
  opacity: 1;
  color: var(--orange);
}

.submenu {
  display: none;
  position: absolute;
  top: -10px;
  left: calc(100% + 15px);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.05),
    0 15px 50px -10px rgba(15, 34, 56, 0.12);
  min-width: 240px;
  z-index: 1050;
  padding: 16px 0;
  border: 1px solid rgba(13, 163, 163, 0.06);
  animation: slideInLeft 0.3s ease-out forwards;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(10px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.has-submenu:hover .submenu {
  display: block;
}

.submenu-item {
  display: block;
  padding: 12px;
  color: var(--navy);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
}

.submenu-item:hover {
  background: rgba(242, 138, 29, 0.08);
  color: var(--orange);
  /* padding-left: 30px; */
  border-left-color: var(--orange);
}


@media (max-width: 767.98px) {

  .sidebar-menu-list,
  .flyout-content-area,
  .has-submenu .submenu {
    box-shadow: none !important;
  }

  .flyout-panel {
    box-shadow: none !important;
    padding: 5px !important;
    border: 0px !important;
  }

  .flyout-item {
    align-items: start !important;
  }
}


.feature-card.reveal-on-scroll.is-visible {
  padding: 20px 15px;
}


.feature-card.reveal-on-scroll.is-visible h3 {
  min-height: 40px;
  font-size: 20px;
}


.commitment-quality .feature-card {
  padding: 15px 15px;
}

.commitment-quality .feature-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

/* .feature-card.reveal-on-scroll.is-visible p{
   text-align: justify;
} */




/* ===== MEGA MENU NEW STYLES (ADDED BELOW) ===== */

.nav-item.dropdown {
  position: relative !important;
}

/* Main dropdown menu - Desktop centered */
.dropdown-menu.mega-menu-new {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 850px;
  max-width: 85vw;
  border: none;
  border-radius: 20px;
  box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.25);
  padding: 0;
  margin-top: 0.5rem;
  background: #ffffff;
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
  z-index: 1050;
}

/* Show dropdown on hover (desktop) */
@media (min-width: 992px) {
  .nav-item.dropdown:hover .dropdown-menu.mega-menu-new {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.dropdown-menu.mega-menu-new.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (min-width: 1400px) {
  .dropdown-menu.mega-menu-new {
    width: 900px;
    max-width: 80vw;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .dropdown-menu.mega-menu-new {
    width: 750px;
    max-width: 85vw;
  }
}

/* Mobile styles - dropdown appears as inline block, no overlap */
@media (max-width: 991.98px) {
  .dropdown-menu.mega-menu-new {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0.75rem 0 !important;
    border-radius: 16px !important;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    opacity: 1;
    visibility: visible;
    display: none;
    pointer-events: auto;
  }

  .dropdown-menu.mega-menu-new.show {
    display: block !important;
    position: relative !important;
  }

  /* Ensure the dropdown doesn't affect other items */
  .navbar-nav .nav-item.dropdown {
    display: block;
    width: 100%;
  }
}

.flyout-wrapper-new {
  display: flex;
  flex-direction: column;
  min-height: auto;
}

/* TOP TABS */
.sidebar-menu-list-new {
  display: flex;
  justify-content: center;
  flex-direction: row;
  background: #f0f4fa;
  border-bottom: 1px solid #e9edf2;
  padding: 0;
  margin: 0;
  gap: 0;
  flex-shrink: 0;
  border-radius: 20px 20px 0 0;
}

.sidebar-item-new {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: #1f2a3e;
  transition: all 0.2s;
  text-decoration: none;
  cursor: pointer;
  gap: 10px;
  border-bottom: 3px solid transparent;
  background: transparent;
  white-space: nowrap;
}

.sidebar-item-new svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.8;
  flex-shrink: 0;
}

.sidebar-item-new:hover {
  background: #ffffff;
  color: #f28a1d;
  border-bottom-color: #f28a1d;
}

.sidebar-item-new.active {
  background: #ffffff;
  color: #f28a1d;
  border-bottom-color: #f28a1d;
  font-weight: 700;
}

.flyout-content-area-new {
  flex: 1;
  background: #ffffff;
  padding: 1.5rem 1.8rem;
  position: relative;
  min-height: auto;
  max-height: none;
  overflow-y: visible;
  overflow-x: hidden;
  border-radius: 0 0 20px 20px;
}

.flyout-panel-new {
  display: none;
  animation: fadeIn 0.25s ease;
}

.flyout-panel-new.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.flyout-grid-new {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 2rem;
  margin-bottom: 0;
}

.flyout-item-new {
  display: block;
  text-decoration: none;
  font-weight: 500;
  color: #1f2937;
  font-size: 0.9rem;
  transition: 0.2s;
}

.has-submenu-new {
  position: relative;
}

.flyout-link-new {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  color: #0f172a;
  cursor: pointer;
  padding: 0.5rem 0;
  border-bottom: 1px dashed #e2e8f0;
}

.flyout-link-new:hover {
  color: #e63e2e;
}

.submenu-arrow-new {
  transition: transform 0.2s;
  width: 12px;
  height: 12px;
}

.has-submenu-new.active .submenu-arrow-new {
  transform: rotate(180deg);
}

.submenu-new {
  display: none;
  margin-top: 0.6rem;
  margin-left: 0.5rem;
  padding-left: 0.8rem;
  border-left: 2px solid #e63e2e30;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.submenu-new::-webkit-scrollbar {
  width: 6px;
  /* thin */
}

.submenu-new::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.submenu-new::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, var(--orange), #ffab4f);
  border-radius: 10px;
}

.submenu-new::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #ffab4f, var(--orange));
}

.submenu-new {
  scrollbar-width: thin;
  scrollbar-color: var(--orange) #f1f1f1;
}

.submenu-new {
  scroll-behavior: smooth;
}


.has-submenu-new.active .submenu-new {
  display: block;
}

.submenu-item-new {
  display: block;
  padding: 0.4rem 0;
  font-size: 0.85rem;
  color: #4b5563;
  text-decoration: none;
  transition: 0.2s;
}

.submenu-item-new:hover {
  color: #e63e2e;
  padding-left: 4px;
}

/* Nested submenu styles */
.has-submenu-child-new {
  position: relative;
}

.child-submenu-new {
  display: none;
  margin-left: 0px;
  padding-left: 6px;
  border-left: 1px solid #e2e8f0;
}

.child-submenu-new .submenu-item-new {
  font-size: 0.8rem;
}

.has-submenu-child-new.active .child-submenu-new {
  display: block;
}

.has-submenu-greatgrand-new.active>.greatgrand-submenu-new {
  display: block !important;
}

.submenu-category-grandchild-new {
  display: flex;
  justify-content: space-between;
  width: 98%;
}

.greatgrand-submenu-new {
  display: none !important;
}

.submenu-category-new,
.submenu-category-grandchild-new,
.submenu-category-greatgrand-new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
}

.grandchild-submenu-new {
  display: none;
  padding-left: 15px;
}

.has-submenu-grandchild-new.active>.grandchild-submenu-new {
  display: block;
}

.submenu-category-new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  padding: 0.3rem 0;
}

.submenu-category-new:hover {
  color: #e63e2e;
}


.sub-arrow-new {
  font-size: 10px;
  display: inline-block;
  /* ✅ REQUIRED */
  transition: transform 0.3s ease;
  /* ✅ smooth rotation */
}


.has-submenu-child-new.active>.submenu-category-new .sub-arrow-new {
  transform: rotate(90deg);
}

.has-submenu-greatgrand-new {
  padding: 5px 0;
  width: 98%;
}

.has-submenu-greatgrand-new.active>.submenu-category-greatgrand-new .sub-arrow-new {
  transform: rotate(90deg) !important;
}

.has-submenu-grandchild-new.active>.submenu-category-grandchild-new .sub-arrow-new {
  transform: rotate(90deg);
}

.has-submenu-new.active>.flyout-link-new .submenu-arrow-new {
  transform: rotate(180deg);
}

/* Mobile styles for tabs and grid */
@media (max-width: 991.98px) {
  .sidebar-menu-list-new {
    flex-direction: column;
    border-bottom: none;
  }

  .sidebar-item-new {
    justify-content: flex-start;
    border-bottom: 1px solid #e9edf2;
    white-space: normal;
    word-break: break-word;
  }

  .flyout-content-area-new {
    padding: 0rem;
    max-height: none;
  }

  .flyout-grid-new {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .flyout-link-new {
    padding: 1rem;
  }
}


.footer-office address,
.footer-office p {
  display: flex;
  gap: 5px;
}


/* ---------------------------------homepage---csss---started------------------------------ */


.home-pade-all-sec-tion .hero-actions .btn {
  font-size: 15px;
}

/* ===== SCROLL REVEAL ANIMATIONS (No Flicker) ===== */
.home-pade-all-sec-tion .reveal-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.8s cubic-bezier(0.2, 0.9, 0.4, 1.1),
    transform 0.8s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  will-change: opacity, transform;
  backface-visibility: hidden;
}

.home-pade-all-sec-tion .reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger children animations */
.home-pade-all-sec-tion .reveal-stagger>* {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.home-pade-all-sec-tion .reveal-stagger.is-visible>* {
  opacity: 1;
  transform: translateY(0);
}

.home-pade-all-sec-tion .reveal-stagger>*:nth-child(1) {
  transition-delay: 0.05s;
}

.home-pade-all-sec-tion .reveal-stagger>*:nth-child(2) {
  transition-delay: 0.15s;
}

.home-pade-all-sec-tion .reveal-stagger>*:nth-child(3) {
  transition-delay: 0.25s;
}

.home-pade-all-sec-tion .reveal-stagger>*:nth-child(4) {
  transition-delay: 0.35s;
}

.home-pade-all-sec-tion .reveal-stagger>*:nth-child(5) {
  transition-delay: 0.45s;
}

.home-pade-all-sec-tion .reveal-stagger>*:nth-child(6) {
  transition-delay: 0.55s;
}

/* Left/Right animations */
.home-pade-all-sec-tion .reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.home-pade-all-sec-tion .reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.home-pade-all-sec-tion .reveal-left.is-visible,
.home-pade-all-sec-tion .reveal-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* Scale animation */
.home-pade-all-sec-tion .reveal-scale {
  opacity: 0;
  transform: scale(0.95);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.home-pade-all-sec-tion .reveal-scale.is-visible {
  opacity: 1;
  transform: scale(1);
}


/* ---------------------------------homepage---csss---ended------------------------------ */

/* ---------------------------------aboutpage---csss---started------------------------------ */

/* Additional styling for the new about content while keeping all original design tokens */
.about-page-only-section .about-page-all-con-te-nt .about-banner {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, #1f365c, #0da3a3);
  background-image: url("../img/bgg.jpg");
  color: white;
  overflow: hidden;
}

/* Title */
.about-page-only-section .about-page-all-con-te-nt .banner-title {
  font-size: 3rem;
  font-weight: 700;
  animation: fadeDown 1s ease;
}

/* Background shapes */
.about-page-only-section .about-page-all-con-te-nt .banner-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
}

.about-page-all-con-te-nt .shape1 {
  width: 300px;
  height: 300px;
  background: #ff8c00;
  top: -50px;
  left: -50px;
}

.about-page-only-section .about-page-all-con-te-nt .shape2 {
  width: 400px;
  height: 400px;
  background: #ffffff;
  bottom: -100px;
  right: -100px;
}



.about-page-only-section .about-page-all-con-te-nt .about-modern {
  position: relative;
  padding: 80px 0;
  background: #f9fbff;
  overflow: hidden;
}

/* Title */
.about-page-only-section .about-page-all-con-te-nt .title {
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 800;
  color: var(--navy);
}

.about-page-only-section .about-page-all-con-te-nt .title span {
  color: #ff8c00;
}

/* Text */
.about-page-only-section .about-page-all-con-te-nt .about-text p {
  color: var(--muted);
  line-height: 1.8;
  font-size: 1.02rem;
  margin-bottom: 1rem;
}

/* Image */
.about-page-only-section .about-page-all-con-te-nt .image-box {
  position: relative;
  animation: float 5s ease-in-out infinite;
}

.about-page-only-section .about-page-all-con-te-nt .image-box img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Floating badge */
.about-page-only-section .about-page-all-con-te-nt .floating-badge {
  position: absolute;
  bottom: 10%;
  right: -10%;
  background: white;
  padding: 10px 18px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  animation: floatBadge 4s ease-in-out infinite;
}

/* Background shapes */
.about-page-only-section .about-page-all-con-te-nt .bg-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.3;
}

.about-page-only-section .about-page-all-con-te-nt .shape-left {
  width: 300px;
  height: 300px;
  background: #ff8c00;
  top: -50px;
  left: -50px;
}

.about-page-only-section .about-page-all-con-te-nt .shape-right {
  width: 350px;
  height: 350px;
  background: #0da3a3;
  bottom: -80px;
  right: -80px;
}



/* Scroll animation */
.about-page-only-section .about-page-all-con-te-nt .about-text {
  animation: fadeUp 1s ease;
}


/* ========== REDESIGNED VISION & MISSION SECTION ========== */
.about-page-only-section .about-page-all-con-te-nt .choose-modern {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f5f9ff 100%);
  overflow: hidden;
}

/* Animated gradient background orbs */
.about-page-only-section .about-page-all-con-te-nt .choose-modern::before {
  content: "";
  position: absolute;
  top: -20%;
  left: -10%;
  width: 60%;
  height: 60%;
  background: radial-gradient(circle,
      rgba(13, 163, 163, 0.08) 0%,
      rgba(255, 140, 0, 0.03) 100%);
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
  z-index: 0;
}

.about-page-only-section .about-page-all-con-te-nt .choose-modern::after {
  content: "";
  position: absolute;
  bottom: -15%;
  right: -5%;
  width: 55%;
  height: 55%;
  background: radial-gradient(circle,
      rgba(255, 140, 0, 0.07) 0%,
      rgba(13, 163, 163, 0.02) 100%);
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}

/* Heading */
.about-page-only-section .about-page-all-con-te-nt .sec-title {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;
  color: #1f365c;
  letter-spacing: -0.02em;
}

.about-page-only-section .about-page-all-con-te-nt .sec-title span {
  background: linear-gradient(135deg, #f28a1d, #ff5e00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Subtitle */
.about-page-only-section .about-page-all-con-te-nt .sub-title {
  display: inline-block;
  color: #0da3a3;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-size: 0.85rem;
  background: rgba(13, 163, 163, 0.12);
  padding: 6px 18px;
  border-radius: 40px;
  backdrop-filter: blur(4px);
}

/* Premium Cards - Glassmorphism with depth - full width stacked */
.about-page-only-section .about-page-all-con-te-nt .choose-card {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-radius: 36px;
  padding: 48px 40px;
  transition: all 0.45s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 32px;
}

.about-page-only-section .about-page-all-con-te-nt .choose-card:last-child {
  margin-bottom: 0;
}

/* Hover effect - sophisticated lift with subtle glow */
.about-page-only-section .about-page-all-con-te-nt .choose-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 35px 50px -15px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(242, 138, 29, 0.25);
}

/* Animated gradient border on hover */
.about-page-only-section .about-page-all-con-te-nt .choose-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 36px;
  padding: 2px;
  background: linear-gradient(125deg, #f28a1d, #0da3a3, #f28a1d);
  background-size: 200% 200%;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.about-page-only-section .about-page-all-con-te-nt .choose-card:hover::before {
  opacity: 1;
  animation: borderFlow 2.5s ease infinite;
}



/* Modern icon container */
.about-page-only-section .about-page-all-con-te-nt .icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(145deg,
      rgba(242, 138, 29, 0.12),
      rgba(13, 163, 163, 0.12));
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.35s ease;
  backdrop-filter: blur(4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
}

.about-page-only-section .about-page-all-con-te-nt .mvp-card .icon {
  margin: auto;
  margin-bottom: 28px !important;
}

.about-page-only-section .about-page-all-con-te-nt .icon svg {
  width: 44px;
  height: 44px;
  stroke: #f28a1d;
  stroke-width: 1.7;
  transition: 0.2s;
}

.about-page-only-section .about-page-all-con-te-nt .choose-card:hover .icon {
  background: linear-gradient(135deg, #f28a1d, #0da3a3);
  transform: scale(1.05) rotate(2deg);
  box-shadow: 0 12px 24px rgba(242, 138, 29, 0.2);
}

.about-page-only-section .about-page-all-con-te-nt .choose-card:hover .icon svg {
  stroke: white;
}

/* Card title */
.about-page-only-section .about-page-all-con-te-nt .choose-card h4 {
  font-weight: 800;
  color: #1f365c;
  margin-bottom: 20px;
  font-size: 1.9rem;
  letter-spacing: -0.4px;
  position: relative;
  display: inline-block;
}

/* Decorative underline for title */
.about-page-only-section .about-page-all-con-te-nt .choose-card h4:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #f28a1d, #0da3a3);
  border-radius: 4px;
  transition: width 0.3s ease;
}

.about-page-only-section .about-page-all-con-te-nt .choose-card:hover h4:after {
  width: 100px;
}

/* Card paragraph */
.about-page-only-section .about-page-all-con-te-nt .choose-card p {
  color: #3a4b60;
  font-size: 1.05rem;
  line-height: 1.75;
  text-align: left;
  margin-bottom: 0;
  margin-top: 12px;
  max-width: 90%;
}

/* Elegant link on hover */
.about-page-only-section .about-page-all-con-te-nt .card-link {
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f28a1d;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  opacity: 0;
  transform: translateX(-12px);
  transition: all 0.35s ease;
  letter-spacing: 0.3px;
  cursor: pointer;
}

.about-page-only-section .about-page-all-con-te-nt .choose-card:hover .card-link {
  opacity: 1;
  transform: translateX(0);
}

.about-page-only-section .about-page-all-con-te-nt .card-link:hover {
  gap: 14px;
  color: #ff5e00;
}

/* Background glow shapes */
.about-page-only-section .about-page-all-con-te-nt .bg-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.25;
  z-index: 0;
}

.about-page-only-section .about-page-all-con-te-nt .glow1 {
  width: 380px;
  height: 380px;
  background: #0da3a3;
  top: -120px;
  left: -100px;
}

.about-page-only-section .about-page-all-con-te-nt .glow2 {
  width: 420px;
  height: 420px;
  background: #f28a1d;
  bottom: -120px;
  right: -120px;
}

/* Animation for cards - stacked with delays */
.about-page-only-section .about-page-all-con-te-nt .choose-card {
  animation: fadeUpCard 0.7s cubic-bezier(0.2, 0.8, 0.4, 1) backwards;
}

.about-page-only-section .about-page-all-con-te-nt .choose-card:first-child {
  animation-delay: 0.05s;
}

.about-page-only-section .about-page-all-con-te-nt .choose-card:last-child {
  animation-delay: 0.2s;
}



/* Responsive adjustments */
@media (max-width: 768px) {
  .about-page-only-section .about-page-all-con-te-nt .choose-modern {
    padding: 70px 0;
  }

  .about-page-only-section .about-page-all-con-te-nt .choose-card {
    padding: 32px 24px;
  }

  .about-page-only-section .about-page-all-con-te-nt .icon {
    width: 65px;
    height: 65px;
  }

  .about-page-only-section .about-page-all-con-te-nt .icon svg {
    width: 34px;
    height: 34px;
  }

  .about-page-only-section .about-page-all-con-te-nt .choose-card h4 {
    font-size: 1.6rem;
  }

  .about-page-only-section .about-page-all-con-te-nt .choose-card h4:after {
    width: 45px;
  }

  .about-page-only-section .about-page-all-con-te-nt .choose-card p {
    max-width: 100%;
    font-size: 0.98rem;
  }
}

@media (min-width: 992px) {
  .about-page-only-section .about-page-all-con-te-nt .choose-card {
    padding: 52px 48px;
  }
}

/* MVP Section */
.about-page-only-section .about-page-all-con-te-nt .mvp-section {
  position: relative;
  padding: 80px 0;
  background: #f8fbff;
  overflow: hidden;
}

.about-page-only-section .about-page-all-con-te-nt .mvp-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}

.about-page-only-section .about-page-all-con-te-nt .mvp-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}

.about-page-only-section .about-page-all-con-te-nt .mvp-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(135deg, #f28a1d, #0da3a3);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: 0.3s;
}

.about-page-only-section .about-page-all-con-te-nt .mvp-card:hover::before {
  opacity: 1;
}

.about-page-only-section .about-page-all-con-te-nt .mvp-card .icon img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  transition: 0.3s;
}

.about-page-only-section .about-page-all-con-te-nt .mvp-card:hover .icon img {
  transform: rotate(8deg) scale(1.1);
}

.about-page-only-section .about-page-all-con-te-nt .mvp-card h4 {
  font-weight: 700;
  color: #1f365c;
  margin-bottom: 10px;
}

.about-page-only-section .about-page-all-con-te-nt .mvp-card p {
  color: #6c7a89;
  font-size: 0.95rem;
  line-height: 1.7;
}

.about-page-only-section .about-page-all-con-te-nt .bg-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.3;
}

.about-page-only-section .about-page-all-con-te-nt .blob1 {
  width: 300px;
  height: 300px;
  background: #0da3a3;
  top: -80px;
  left: -80px;
}

.about-page-only-section .about-page-all-con-te-nt .blob2 {
  width: 350px;
  height: 350px;
  background: #f28a1d;
  bottom: -100px;
  right: -100px;
}

/* FAQ Section */
.about-page-only-section .about-page-all-con-te-nt .faq-modern {
  position: relative;
  padding: 80px 0;
  background: #f8fbff;
  overflow: hidden;
}

.about-page-only-section .about-page-all-con-te-nt .desc {
  color: #6c7a89;
  line-height: 1.7;
  margin: 15px 0;
}

.about-page-only-section .about-page-all-con-te-nt .btn-main {
  display: inline-block;
  padding: 10px 22px;
  background: linear-gradient(135deg, #f28a1d, #ff5e00);
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
}

.about-page-only-section .about-page-all-con-te-nt .btn-main:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(242, 138, 29, 0.3);
}

.about-page-only-section .about-page-all-con-te-nt .accordion-item {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  border-radius: 14px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.about-page-only-section .about-page-all-con-te-nt .accordion-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.about-page-only-section .about-page-all-con-te-nt .faq-title {
  width: 100%;
  text-align: left;
  padding: 16px 20px;
  font-weight: 600;
  background: transparent;
  border: none;
  color: #1f365c;
  position: relative;
}

.about-page-only-section .about-page-all-con-te-nt .faq-title::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 20px;
  transition: 0.3s;
}

.about-page-only-section .about-page-all-con-te-nt .faq-title:not(.collapsed)::after {
  content: "-";
}

.about-page-only-section .about-page-all-con-te-nt .faq-text {
  padding: 0 20px 15px;
  color: #6c7a89;
  line-height: 1.7;
}

/* ========== NEW POWER GRID BANNER STYLES (RELEVANT TO 247PWR) ========== */

/* Canvas container for power grid animation */
.about-page-only-section #power-grid-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  display: block;
}

/* Floating energy orbs (battery/power inspired) */
.about-page-only-section .power-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  z-index: 1;
  animation: pulseOrb 12s infinite alternate ease-in-out;
  pointer-events: none;
}

.about-page-only-section .orb-battery {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #f28a1d, #ff5e00);
  top: -120px;
  left: -80px;
  opacity: 0.35;
  animation-duration: 18s;
}

.about-page-only-section .orb-energy {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #0da3a3, #0b6f8f);
  bottom: -150px;
  right: -100px;
  opacity: 0.4;
  animation-duration: 22s;
}

.about-page-only-section .orb-circuit {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, #ffaa44, #ff7700);
  top: 40%;
  right: 5%;
  opacity: 0.3;
  filter: blur(80px);
  animation-duration: 15s;
}



/* Energy arc overlay */
.about-page-only-section .energy-arc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(90deg,
      transparent,
      transparent 40px,
      rgba(242, 138, 29, 0.08) 40px,
      rgba(13, 163, 163, 0.05) 80px);
  z-index: 1;
  pointer-events: none;
  animation: slideEnergy 20s linear infinite;
}



/* Banner content positioning */
.about-page-only-section .banner-content {
  position: relative;
  z-index: 20;
  text-align: center;
}

/* Power title styling */
.about-page-only-section .power-title {
  font-size: 3.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff, #ffe0b5, #f28a1d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  text-shadow: 0 0 30px rgba(242, 138, 29, 0.3);
  animation:
    titleRevealPower 0.9s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards,
    gentleFloat 4s infinite alternate;
}


/* Power pulse ring */
.about-page-only-section .power-pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  margin-left: -140px;
  margin-top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(242, 138, 29, 0.2),
      transparent 70%);
  z-index: 0;
  animation: softPulsePower 4s infinite;
  pointer-events: none;
}


/* Floating charge particles */
.about-page-only-section .charge-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.about-page-only-section .particle {
  position: absolute;
  background: radial-gradient(circle, #f28a1d, #ffcc66);
  border-radius: 50%;
  opacity: 0;
  animation: floatCharge 10s infinite linear;
  box-shadow: 0 0 6px rgba(242, 138, 29, 0.8);
}



/* Responsive adjustments for new banner */
@media (max-width: 768px) {
  .about-page-only-section .power-title {
    font-size: 3rem;
  }

  .about-page-only-section .orb-battery,
  .about-page-only-section .orb-energy {
    width: 250px;
    height: 250px;
  }
}


/* ---------------------------------aboutpage---csss---ended------------------------------ */

/* ---------------------------------contactpage---csss---started------------------------------ */

/* Reset and base styles */
.contact-all-style-all-part .about-page-all-con-te-nt .about-banner {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, #1f365c, #0da3a3);
  background-image: url("../img/bgg.jpg");
  color: white;
  overflow: hidden;
}

.contact-all-style-all-part .about-page-all-con-te-nt .banner-title {
  font-size: 3rem;
  font-weight: 700;
  animation: fadeDown 1s ease;
}

.contact-all-style-all-part .about-page-all-con-te-nt .banner-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
}

.contact-all-style-all-part .about-page-all-con-te-nt .shape1 {
  width: 300px;
  height: 300px;
  background: #ff8c00;
  top: -50px;
  left: -50px;
}

.contact-all-style-all-part .about-page-all-con-te-nt .shape2 {
  width: 400px;
  height: 400px;
  background: #ffffff;
  bottom: -100px;
  right: -100px;
}

/* ========== POWER GRID BANNER STYLES (RELEVANT TO 247PWR) ========== */

/* Canvas container for power grid animation */
.contact-all-style-all-part #power-grid-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  display: block;
}

/* Floating energy orbs (battery/power inspired) */
.contact-all-style-all-part .power-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  z-index: 1;
  animation: pulseOrb 12s infinite alternate ease-in-out;
  pointer-events: none;
}

.contact-all-style-all-part .orb-battery {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #f28a1d, #ff5e00);
  top: -120px;
  left: -80px;
  opacity: 0.35;
  animation-duration: 18s;
}

.contact-all-style-all-part .orb-energy {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #0da3a3, #0b6f8f);
  bottom: -150px;
  right: -100px;
  opacity: 0.4;
  animation-duration: 22s;
}

.contact-all-style-all-part .orb-circuit {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, #ffaa44, #ff7700);
  top: 40%;
  right: 5%;
  opacity: 0.3;
  filter: blur(80px);
  animation-duration: 15s;
}

/* Energy arc overlay */
.contact-all-style-all-part .energy-arc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(90deg,
      transparent,
      transparent 40px,
      rgba(242, 138, 29, 0.08) 40px,
      rgba(13, 163, 163, 0.05) 80px);
  z-index: 1;
  pointer-events: none;
  animation: slideEnergy 20s linear infinite;
}

/* Banner content positioning */
.contact-all-style-all-part .banner-content {
  position: relative;
  z-index: 20;
  text-align: center;
}

/* Power title styling */
.contact-all-style-all-part .power-title {
  font-size: 3.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff, #ffe0b5, #f28a1d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  text-shadow: 0 0 30px rgba(242, 138, 29, 0.3);
  animation:
    titleRevealPower 0.9s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards,
    gentleFloat 4s infinite alternate;
}

/* Power subtitle styling */
.contact-all-style-all-part .power-subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  color: rgba(255, 245, 225, 0.95);
  letter-spacing: 0.5px;
  max-width: 650px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
  padding: 12px 28px;
  border-radius: 60px;
  border: 1px solid rgba(242, 138, 29, 0.4);
  animation: fadeSlideUpPower 1s ease-out 0.4s both;
}

/* Power pulse ring */
.contact-all-style-all-part .power-pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  margin-left: -140px;
  margin-top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(242, 138, 29, 0.2),
      transparent 70%);
  z-index: 0;
  animation: softPulsePower 4s infinite;
  pointer-events: none;
}

/* Floating charge particles */
.contact-all-style-all-part .charge-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.contact-all-style-all-part .particle {
  position: absolute;
  background: radial-gradient(circle, #f28a1d, #ffcc66);
  border-radius: 50%;
  opacity: 0;
  animation: floatCharge 10s infinite linear;
  box-shadow: 0 0 6px rgba(242, 138, 29, 0.8);
}

/* Responsive adjustments for new banner */
@media (max-width: 768px) {
  .contact-all-style-all-part .power-title {
    font-size: 3rem;
  }

  .contact-all-style-all-part .power-subtitle {
    font-size: 1rem;
    padding: 8px 20px;
  }

  .contact-all-style-all-part .orb-battery,
  .contact-all-style-all-part .orb-energy {
    width: 250px;
    height: 250px;
  }
}

/* Modern Contact Section Styling */
.contact-all-style-all-part .about-page-all-con-te-nt .tj-contact-area {
  position: relative;
  padding: 60px 0;
  background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
  overflow: hidden;
  isolation: isolate;
}

.contact-all-style-all-part .about-page-all-con-te-nt .tj-contact-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 20% 80%,
      rgba(13, 163, 163, 0.08) 0%,
      transparent 50%),
    radial-gradient(circle at 80% 20%,
      rgba(242, 138, 29, 0.08) 0%,
      transparent 50%);
  pointer-events: none;
}

.contact-all-style-all-part .about-page-all-con-te-nt .tj-contact-area .sec-heading {
  margin-bottom: 60px;
  position: relative;
}

.contact-all-style-all-part .about-page-all-con-te-nt .tj-contact-area .sub-title {
  color: #0da3a3;
  font-weight: 600;
  display: inline-block;
}

.contact-all-style-all-part .about-page-all-con-te-nt .tj-contact-area .sub-title i {
  font-size: 1rem;
}

.contact-all-style-all-part .about-page-all-con-te-nt .tj-contact-area .sec-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
  color: #1f365c;
  line-height: 1.2;
}

.contact-all-style-all-part .about-page-all-con-te-nt .tj-contact-area .contact-item {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 28px;
  padding: 20px 10px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  z-index: 1;
}

.contact-all-style-all-part .about-page-all-con-te-nt .tj-contact-area .contact-item:hover {
  transform: translateY(-12px);
  background: #ffffff;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
  border-color: rgba(13, 163, 163, 0.2);
}

.contact-all-style-all-part .about-page-all-con-te-nt .tj-contact-area .contact-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 28px;
  padding: 2px;
  background: linear-gradient(135deg, #0da3a3, #f28a1d, #0da3a3);
  background-size: 200% 200%;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.contact-all-style-all-part .about-page-all-con-te-nt .tj-contact-area .contact-item:hover::before {
  opacity: 1;
  animation: borderGlow 3s ease infinite;
}

.contact-all-style-all-part .about-page-all-con-te-nt .tj-contact-area .contact-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg,
      rgba(13, 163, 163, 0.12),
      rgba(242, 138, 29, 0.12));
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.contact-all-style-all-part .about-page-all-con-te-nt .tj-contact-area .contact-item:hover .contact-icon {
  background: linear-gradient(135deg, #0da3a3, #f28a1d);
  transform: scale(1.05) rotate(5deg);
}

.contact-all-style-all-part .about-page-all-con-te-nt .tj-contact-area .contact-icon i {
  font-size: 36px;
  color: #0da3a3;
  transition: all 0.4s ease;
}

.contact-all-style-all-part .about-page-all-con-te-nt .tj-contact-area .contact-item:hover .contact-icon i {
  color: #ffffff;
}

.contact-all-style-all-part .about-page-all-con-te-nt .tj-contact-area .contact-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1f365c;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.contact-all-style-all-part .about-page-all-con-te-nt .tj-contact-area .contact-item:hover .contact-title {
  background: linear-gradient(135deg, #0da3a3, #f28a1d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.contact-all-style-all-part .about-page-all-con-te-nt .tj-contact-area .contact-item p {
  color: #6c7a89;
  line-height: 1.7;
  font-size: 0.95rem;
  margin-bottom: 0;
}

.contact-all-style-all-part .about-page-all-con-te-nt .tj-contact-area .contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 6px;
}

.contact-all-style-all-part .about-page-all-con-te-nt .tj-contact-area .contact-list li {
  margin-bottom: 10px;
}

.contact-all-style-all-part .about-page-all-con-te-nt .tj-contact-area .contact-list li:last-child {
  margin-bottom: 0;
}

.contact-all-style-all-part .about-page-all-con-te-nt .tj-contact-area .contact-list a {
  color: #6c7a89;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
}

.contact-all-style-all-part .about-page-all-con-te-nt .tj-contact-area .contact-list a:hover {
  color: #f28a1d;
  transform: translateX(3px);
}

.contact-all-style-all-part .about-page-all-con-te-nt .tj-contact-area .row-gap-4 {
  row-gap: 30px;
}

@media (max-width: 768px) {
  .contact-all-style-all-part .about-page-all-con-te-nt .tj-contact-area {
    padding: 60px 0;
  }

  .contact-all-style-all-part .about-page-all-con-te-nt .tj-contact-area .contact-item {
    padding: 30px 20px;
  }

  .contact-all-style-all-part .about-page-all-con-te-nt .tj-contact-area .contact-icon {
    width: 65px;
    height: 65px;
  }

  .contact-all-style-all-part .about-page-all-con-te-nt .tj-contact-area .contact-icon i {
    font-size: 28px;
  }

  .contact-all-style-all-part .about-page-all-con-te-nt .tj-contact-area .contact-title {
    font-size: 1.2rem;
  }
}

/* Modern Contact Form & Map Section */
.contact-all-style-all-part .about-page-all-con-te-nt .tj-contact-section-2 {
  position: relative;
  padding: 60px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  overflow: hidden;
}

.contact-all-style-all-part .about-page-all-con-te-nt .tj-contact-section-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 10% 20%,
      rgba(13, 163, 163, 0.05) 0%,
      transparent 50%),
    radial-gradient(circle at 90% 80%,
      rgba(242, 138, 29, 0.05) 0%,
      transparent 50%);
  pointer-events: none;
}

.contact-all-style-all-part .about-page-all-con-te-nt .contact-form {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  border-radius: 32px;
  padding: 30px 40px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.6);
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
  position: relative;
  z-index: 1;
}

.contact-all-style-all-part .about-page-all-con-te-nt .contact-form:hover {
  transform: translateY(-5px);
  box-shadow: 0 35px 60px rgba(0, 0, 0, 0.12);
}

.contact-all-style-all-part .about-page-all-con-te-nt .contact-form .title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
  color: #1f365c;
  margin-bottom: 30px;
}

.contact-all-style-all-part .about-page-all-con-te-nt .form-input {
  position: relative;
  margin-bottom: 25px;
}

.contact-all-style-all-part .about-page-all-con-te-nt .form-input input,
.contact-all-style-all-part .about-page-all-con-te-nt .form-input textarea {
  width: 100%;
  background: #ffffff;
  border: 1.5px solid #e8ecf2;
  border-radius: 16px;
  padding: 14px 18px;
  font-size: 0.95rem;
  color: #1f365c;
  transition: all 0.3s ease;
  outline: none;
}

.contact-all-style-all-part .about-page-all-con-te-nt .form-input textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-all-style-all-part .about-page-all-con-te-nt .form-input .cf-label {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  padding: 0 6px;
  color: #8a9ab0;
  font-size: 0.9rem;
  transition: all 0.25s ease;
  pointer-events: none;
  z-index: 2;
}

.contact-all-style-all-part .about-page-all-con-te-nt .form-input.message-input .cf-label {
  top: 18px;
  transform: none;
}

.contact-all-style-all-part .about-page-all-con-te-nt .form-input input:focus~.cf-label,
.contact-all-style-all-part .about-page-all-con-te-nt .form-input input:not(:placeholder-shown)~.cf-label,
.contact-all-style-all-part .about-page-all-con-te-nt .form-input textarea:focus~.cf-label,
.contact-all-style-all-part .about-page-all-con-te-nt .form-input textarea:not(:placeholder-shown)~.cf-label {
  top: 0;
  transform: translateY(-50%);
  font-size: 0.75rem;
  color: #0da3a3;
  background: #ffffff;
  border-radius: 20px;
}

.contact-all-style-all-part .about-page-all-con-te-nt .form-input input:focus,
.contact-all-style-all-part .about-page-all-con-te-nt .form-input textarea:focus {
  border-color: #0da3a3;
  box-shadow: 0 0 0 4px rgba(13, 163, 163, 0.1);
}

.contact-all-style-all-part .about-page-all-con-te-nt .submit-btn {
  margin-top: 15px;
}

.contact-all-style-all-part .about-page-all-con-te-nt .tj-primary-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #d9730a, #f28a1d);
  border: none;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.contact-all-style-all-part .about-page-all-con-te-nt .tj-primary-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.2),
      transparent);
  transition: left 0.5s ease;
}

.contact-all-style-all-part .about-page-all-con-te-nt .tj-primary-btn:hover::before {
  left: 100%;
}

.contact-all-style-all-part .about-page-all-con-te-nt .tj-primary-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(217, 115, 10, 0.3);
  background: linear-gradient(135deg, #f28a1d, #d9730a);
}

.contact-all-style-all-part .about-page-all-con-te-nt .tj-primary-btn .btn-icon {
  transition: transform 0.3s ease;
}

.contact-all-style-all-part .about-page-all-con-te-nt .tj-primary-btn:hover .btn-icon {
  transform: translateX(5px);
}

.contact-all-style-all-part .about-page-all-con-te-nt .cf-label span {
  color: #f28a1d;
  font-weight: 600;
}

/* Map Area Styling */
.contact-all-style-all-part .about-page-all-con-te-nt .map-area {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
  background: #f0f2f5;
  height: 100%;
}

.contact-all-style-all-part .about-page-all-con-te-nt .map-area:hover {
  transform: translateY(-5px);
  box-shadow: 0 35px 60px rgba(0, 0, 0, 0.15);
}

.contact-all-style-all-part .about-page-all-con-te-nt .map-area .map-wrapper {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  height: 100%;
}

.contact-all-style-all-part .about-page-all-con-te-nt .map-area .map-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg,
      rgba(13, 163, 163, 0.1),
      rgba(242, 138, 29, 0.1));
  pointer-events: none;
  z-index: 1;
  border-radius: 28px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.contact-all-style-all-part .about-page-all-con-te-nt .map-area:hover .map-wrapper::before {
  opacity: 1;
}

.contact-all-style-all-part .about-page-all-con-te-nt .map-area iframe {
  display: block;
  width: 100%;
  height: 500px;
  border: none;
  transition: transform 0.5s ease;
  padding: 20px;
}

.contact-all-style-all-part .tj-contact-section-2 .trust-badges {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #eef2ff;
  flex-wrap: wrap;
}

.contact-all-style-all-part .tj-contact-section-2 .trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  color: #64748b;
  font-weight: 600;
}

.contact-all-style-all-part .tj-contact-section-2 .trust-item i {
  color: #f28a1c;
  font-size: 1rem;
}


.contact-all-style-all-part .about-page-all-con-te-nt .map-area:hover iframe {
  transform: scale(1.02);
}

/* Animations */
.contact-all-style-all-part .about-page-all-con-te-nt .contact-form,
.contact-all-style-all-part .about-page-all-con-te-nt .map-area {
  animation: fadeUp 0.8s ease forwards;
  opacity: 0;
}

.contact-all-style-all-part .about-page-all-con-te-nt .contact-form {
  animation-delay: 0.1s;
}

.contact-all-style-all-part .about-page-all-con-te-nt .map-area {
  animation-delay: 0.3s;
}

/* Responsive */
@media (max-width: 992px) {
  .contact-all-style-all-part .about-page-all-con-te-nt .tj-contact-section-2 {
    padding: 60px 0;
  }

  .contact-all-style-all-part .about-page-all-con-te-nt .contact-form {
    padding: 35px 25px;
    margin-bottom: 30px;
  }

  .contact-all-style-all-part .about-page-all-con-te-nt .map-area iframe {
    height: 400px;
  }
}

@media (max-width: 576px) {
  .contact-all-style-all-part .about-page-all-con-te-nt .contact-form {
    padding: 25px 20px;
  }

  .contact-all-style-all-part .about-page-all-con-te-nt .form-input input,
  .contact-all-style-all-part .about-page-all-con-te-nt .form-input textarea {
    padding: 12px 15px;
  }

  .contact-all-style-all-part .about-page-all-con-te-nt .tj-primary-btn {
    padding: 12px 28px;
    font-size: 0.9rem;
  }

  .contact-all-style-all-part .about-page-all-con-te-nt .map-area iframe {
    height: 350px;
  }
}





/* ---------------------------------contactpage---csss---ended------------------------------ */

/* ---------------------------------solutionpage---csss---started------------------------------ */


/* Common Section Styles */
.solution-page-all-content-sty-le .comm-section {
  padding: 50px 0;
  position: relative;
}

.solution-page-all-content-sty-le .comm-head-wrap {
  margin-bottom: 18px;
}

.solution-page-all-content-sty-le .comm-head-wrap.center {
  text-align: center;
}

.solution-page-all-content-sty-le .comm-head {
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 800;
  color: var(--navy);
}

.solution-page-all-content-sty-le .comm-head span {
  background: linear-gradient(135deg, #e8762e, #f4a261);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.solution-page-all-content-sty-le .comm-txt {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.solution-page-all-content-sty-le .oracle-ban-container {
  margin-top: -80px;
  background: #ffffff;
  border-radius: 32px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
  padding: 48px 40px;
  position: relative;
  z-index: 2;
}

.solution-page-all-content-sty-le .oracle-service-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 48px;
}

.solution-page-all-content-sty-le .o-service-box {
  background: #f8fafe;
  border-radius: 28px;
  padding: 28px 20px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid #eff3f8;
}

.solution-page-all-content-sty-le .o-service-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.08);
  border-color: #e8762e20;
}

.solution-page-all-content-sty-le .o-service-icon img {
  height: 64px;
  margin-bottom: 20px;
}

/* Solutions Cards - Custom Grid (Bootstrap doesn't have this exact grid) */
.solution-page-all-content-sty-le .f-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.solution-page-all-content-sty-le .f-col {
  flex: 1 1 calc(33.33% - 30px);
  min-width: 260px;
}

.solution-page-all-content-sty-le .sol-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 32px 24px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease;
  border: 1px solid #edf2f7;
  height: 100%;
}

.solution-page-all-content-sty-le .sol-card:hover {
  border-color: #e8762e40;
  transform: translateY(-4px);
}

.solution-page-all-content-sty-le .sol-icon img {
  height: 56px;
  margin-bottom: 24px;
}

.solution-page-all-content-sty-le .sol-txt h5 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #1a2c3e;
}

/* Power Section */
.solution-page-all-content-sty-le .power-container {
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

.solution-page-all-content-sty-le .power-left {
  flex: 1;
}

.solution-page-all-content-sty-le .power-left h2 {
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 800;
  color: var(--navy);
}

.solution-page-all-content-sty-le .power-left p {
  line-height: 1.6;
}

.solution-page-all-content-sty-le .power-right {
  flex: 1;
}

.solution-page-all-content-sty-le .power-right img {
  width: 100%;
  border-radius: 28px;
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.1);
}

/* Database Sticky */
.solution-page-all-content-sty-le .oracle-sticky-container {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}

.solution-page-all-content-sty-le .oracle-sticky-left {
  flex: 0 0 35%;
  position: sticky;
  top: 100px;
  align-self: flex-start;
}

.solution-page-all-content-sty-le .oracle-sticky-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.solution-page-all-content-sty-le .oracle-sticky-card {
  display: flex;
  align-items: center;
  background: #fcfdff;
  border-radius: 32px;
  border: 1px solid #eff3f8;
  overflow: hidden;
  flex-wrap: wrap;
}

.solution-page-all-content-sty-le .oracle-sticky-txt {
  flex: 2;
  padding: 32px;
}

.solution-page-all-content-sty-le .oracle-sticky-txt h3 {
  font-weight: 700;
  margin-bottom: 16px;
  color: #1f2b48;
}

.solution-page-all-content-sty-le .oracle-sticky-img {
  flex: 1;
  min-width: 180px;
}

.solution-page-all-content-sty-le .oracle-sticky-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Oracle Cloud Cards - Custom Grid */
.solution-page-all-content-sty-le .oracle-cards-sec {
  background: #f9fbfe;
}

.solution-page-all-content-sty-le .comm-grid {
  display: grid;
  gap: 32px;
}

.solution-page-all-content-sty-le .g-3 {
  grid-template-columns: repeat(3, 1fr);
}

.solution-page-all-content-sty-le .oracle-cloud-card {
  background: white;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid #edf2f7;
}

.solution-page-all-content-sty-le .oracle-cloud-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.solution-page-all-content-sty-le .oracle-cloud-num p {
  font-size: 2rem;
  font-weight: 800;
  color: #e8762e20;
  margin: 16px 24px 0;
}

.solution-page-all-content-sty-le .oracle-cloud-txt {
  padding: 8px 24px 28px;
}

.solution-page-all-content-sty-le .oracle-cloud-txt h4 {
  margin-bottom: 12px;
}

/* Migration */
.solution-page-all-content-sty-le .migrate-container {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.solution-page-all-content-sty-le .migrate-card-big {
  flex: 2;
  background: #0e1a2a;
  border-radius: 32px;
  overflow: hidden;
}

.solution-page-all-content-sty-le .migrate-big-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.solution-page-all-content-sty-le .migrate-txt {
  padding: 32px;
  color: white;
}

.solution-page-all-content-sty-le .migrate-txt h3 {
  font-size: 1.8rem;
  margin-bottom: 16px;
}

.solution-page-all-content-sty-le .migrate-card-small {
  flex: 1;
  background: linear-gradient(145deg, #fff6ef, #ffffff);
  border-radius: 32px;
  border: 1px solid #ffe4d0;
  text-align: center;
}

.solution-page-all-content-sty-le .migrate-small-img img {
  max-width: 140px;
  margin: 40px auto 20px;
}

/* Yotta Advantage */
.solution-page-all-content-sty-le .csa-sec {
  background: #f8f9ff;
}

.solution-page-all-content-sty-le .csa-card {
  background: white;
  border-radius: 28px;
  padding: 36px 28px;
  text-align: center;
  box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.05);
}

.solution-page-all-content-sty-le .csa-icon img {
  height: 70px;
  margin-bottom: 24px;
  background: linear-gradient(135deg, #f28a1d, #ff5e00);
  border-radius: 10px;
}

/* Modern Sections */
.solution-page-all-content-sty-le .giant-text {
  position: absolute;
  font-size: 12rem;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.02);
  pointer-events: none;
  user-select: none;
  z-index: 0;
  letter-spacing: -0.03em;
}

@media (max-width: 768px) {
  .solution-page-all-content-sty-le .giant-text {
    font-size: 5rem;
    display: none;
  }
}

.solution-page-all-content-sty-le .section-number {
  font-size: 3rem;
  font-weight: 800;
  color: #e8762e30;
  line-height: 1;
}

.solution-page-all-content-sty-le .solution-item-new {
  border-bottom: 1px solid #eef2f6;
  padding-bottom: 1.5rem;
  transition: all 0.2s;
}

.solution-page-all-content-sty-le .yotta-fluid {
  background: #0f172a;
  border-radius: 48px;
  position: relative;
  z-index: 2;
}

.solution-page-all-content-sty-le .gradient-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #e8762e, #f4a261);
  border-radius: 4px;
}

.solution-page-all-content-sty-le .trust-badge-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
}

.solution-page-all-content-sty-le .trust-item {
  text-align: center;
  transition: transform 0.2s;
}

.solution-page-all-content-sty-le .trust-item:hover {
  transform: scale(1.05);
}

.solution-page-all-content-sty-le .trust-number {
  font-size: 2.8rem;
  font-weight: 800;
  background: linear-gradient(135deg, #1f2b48, #e8762e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.2;
}

.solution-page-all-content-sty-le .trust-label {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  font-weight: 800;
  text-transform: uppercase;
  color: #e8762e;
}

.solution-page-all-content-sty-le .datacenter-case {
  background: linear-gradient(115deg, #0f172a 0%, #1e293b 100%);
  border-radius: 48px;
  margin: 40px 0;
  padding: 56px 48px;
  color: white;
}

.solution-page-all-content-sty-le .case-flex {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
  align-items: center;
}

.solution-page-all-content-sty-le .case-content {
  flex: 1.2;
}

.solution-page-all-content-sty-le .case-highlight {
  background: rgba(232, 118, 46, 0.2);
  padding: 4px 12px;
  border-radius: 40px;
  display: inline-block;
  font-size: 0.85rem;
  margin-bottom: 20px;
  font-weight: 600;
  color: #f9b17a;
}

.solution-page-all-content-sty-le .case-stats {
  display: flex;
  gap: 24px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.solution-page-all-content-sty-le .stat-badge {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 60px;
  padding: 8px 18px;
  font-weight: 500;
}

.solution-page-all-content-sty-le .why-choose {
  background: #fff8f2;
  border-radius: 48px;
  padding: 60px 48px;
  margin-top: 60px;
}

.solution-page-all-content-sty-le .why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 32px;
  margin-top: 32px;
}

.solution-page-all-content-sty-le .why-card {
  background: white;
  border-radius: 28px;
  padding: 28px;
  text-align: center;
}

.solution-page-all-content-sty-le .pre-footer-container {
  position: relative;
  border-radius: 48px;
  overflow: hidden;
  min-height: 300px;
  display: flex;
  align-items: center;
  width: 80%;
  justify-content: center;
  margin: auto;
}

.solution-page-all-content-sty-le .pre-footer-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.solution-page-all-content-sty-le .pre-footer-txt {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 24px;
  backdrop-filter: blur(2px);
  width: 100%;
  color: white;
  border-radius: 48px;
}

.solution-page-all-content-sty-le .button {
  display: inline-block;
  padding: 14px 36px;
  border-radius: 60px;
  font-weight: 600;
  background: #e8762e;
  color: white;
  text-decoration: none;
  transition: 0.2s;
  margin-top: 14px;
}

.solution-page-all-content-sty-le .button.white {
  background: white;
  color: #e8762e;
}

/* Core Suite Section */
.solution-page-all-content-sty-le .core-suite-section {
  padding: 50px 0;
}

.solution-page-all-content-sty-le .core-suite-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  color: #e8762e;
}

.solution-page-all-content-sty-le .core-suite-title {
  font-size: 3rem;
  font-weight: 800;
  margin-top: 1rem;
  font-style: italic;
}

.solution-page-all-content-sty-le .solution-item {
  margin-bottom: 5rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.solution-page-all-content-sty-le .solution-number {
  font-size: 3rem;
  font-weight: 800;
  color: #e8762e59;
  line-height: 1;
}

.solution-page-all-content-sty-le .solution-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.0rem;
}

.solution-page-all-content-sty-le .solution-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
  color: #94a3b8;
  font-weight: 500;
}

.solution-page-all-content-sty-le .solution-grid p {
  margin-bottom: 0px;
}

.solution-page-all-content-sty-le .cybersecurity-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  font-size: 0.875rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #e8762e;
}

/* Yotta Data Centers */
.solution-page-all-content-sty-le .yotta-datacenters {
  padding: 10rem 0;
  position: relative;
}

.solution-page-all-content-sty-le .yotta-content {
  background: #0f172a;
  border-radius: 48px;
  margin: 0 24px;
  padding: 3rem;
}

@media (min-width: 1024px) {
  .solution-page-all-content-sty-le .yotta-content {
    padding: 8rem;
  }
}

.solution-page-all-content-sty-le .yotta-title {
  font-size: clamp(2rem, 6vw, 3.5rem);
  font-weight: 800;
  color: white;
  margin-bottom: 2.5rem;
}

.solution-page-all-content-sty-le .yotta-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  color: #94a3b8;
}

@media (min-width: 768px) {
  .solution-page-all-content-sty-le .yotta-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.solution-page-all-content-sty-le .yotta-grid h4 {
  color: white;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  font-size: 0.875rem;
}

/* Trust Bar */
.solution-page-all-content-sty-le .trust-bar {
  padding: 8rem 1.5rem;
  background-color: #f8fafc;
}

.solution-page-all-content-sty-le .trust-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  margin-bottom: 5rem;
  text-align: center;
}

/* Sticky utility (Bootstrap doesn't have this) */
.solution-page-all-content-sty-le .lg-sticky {
  position: sticky;
  top: 5rem;
  height: fit-content;
}

/* ========== BANNER SECTION STYLES (WITH ANIMATIONS) ========== */

.solution-page-all-content-sty-le .about-banner {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, #1f365c, #0da3a3);
  background-image: url("../img/bgg.jpg");
  color: white;
  overflow: hidden;
}

.solution-page-all-content-sty-le .about-page-all-con-te-nt .banner-title {
  font-size: 3rem;
  font-weight: 700;
  animation: fadeDown 1s ease;
}

.solution-page-all-content-sty-le .about-page-all-con-te-nt .banner-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
}

.solution-page-all-content-sty-le .about-page-all-con-te-nt .shape1 {
  width: 300px;
  height: 300px;
  background: #ff8c00;
  top: -50px;
  left: -50px;
}

.solution-page-all-content-sty-le .about-page-all-con-te-nt .shape2 {
  width: 400px;
  height: 400px;
  background: #ffffff;
  bottom: -100px;
  right: -100px;
}

/* Canvas container for power grid animation */
.solution-page-all-content-sty-le #power-grid-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  display: block;
}

/* Floating energy orbs (battery/power inspired) */
.solution-page-all-content-sty-le .power-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  z-index: 1;
  animation: pulseOrb 12s infinite alternate ease-in-out;
  pointer-events: none;
}

.solution-page-all-content-sty-le .orb-battery {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #f28a1d, #ff5e00);
  top: -120px;
  left: -80px;
  opacity: 0.35;
  animation-duration: 18s;
}

.solution-page-all-content-sty-le .orb-energy {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #0da3a3, #0b6f8f);
  bottom: -150px;
  right: -100px;
  opacity: 0.4;
  animation-duration: 22s;
}

.solution-page-all-content-sty-le .orb-circuit {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, #ffaa44, #ff7700);
  top: 40%;
  right: 5%;
  opacity: 0.3;
  filter: blur(80px);
  animation-duration: 15s;
}

/* Energy arc overlay */
.solution-page-all-content-sty-le .energy-arc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(90deg,
      transparent,
      transparent 40px,
      rgba(242, 138, 29, 0.08) 40px,
      rgba(13, 163, 163, 0.05) 80px);
  z-index: 1;
  pointer-events: none;
  animation: slideEnergy 20s linear infinite;
}

/* Banner content positioning */
.solution-page-all-content-sty-le .banner-content {
  position: relative;
  z-index: 20;
  text-align: center;
}

/* Power title styling */
.solution-page-all-content-sty-le .power-title {
  font-size: 3.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff, #ffe0b5, #f28a1d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  text-shadow: 0 0 30px rgba(242, 138, 29, 0.3);
  animation:
    titleRevealPower 0.9s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards,
    gentleFloat 4s infinite alternate;
}

/* Power subtitle styling */
.solution-page-all-content-sty-le .power-subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  color: rgba(255, 245, 225, 0.95);
  letter-spacing: 0.5px;
  max-width: 650px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
  padding: 12px 28px;
  border-radius: 60px;
  border: 1px solid rgba(242, 138, 29, 0.4);
  animation: fadeSlideUpPower 1s ease-out 0.4s both;
}

/* Power pulse ring */
.solution-page-all-content-sty-le .power-pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  margin-left: -140px;
  margin-top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(242, 138, 29, 0.2),
      transparent 70%);
  z-index: 0;
  animation: softPulsePower 4s infinite;
  pointer-events: none;
}

/* Floating charge particles */
.solution-page-all-content-sty-le .charge-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.solution-page-all-content-sty-le .particle {
  position: absolute;
  background: radial-gradient(circle, #f28a1d, #ffcc66);
  border-radius: 50%;
  opacity: 0;
  animation: floatCharge 10s infinite linear;
  box-shadow: 0 0 6px rgba(242, 138, 29, 0.8);
}

/* Enhanced Graphics Styles */
.solution-page-all-content-sty-le .bg-graphic {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: 0.1;
}

.solution-page-all-content-sty-le .graphic-orb {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, #e8762e20, transparent);
  border-radius: 50%;
  position: absolute;
}

.solution-page-all-content-sty-le .section-graphic {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 200px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="%23e8762e10" d="M50,10 L90,30 L90,70 L50,90 L10,70 L10,30 Z"/><circle cx="50" cy="50" r="15" fill="%23e8762e20"/><\/svg>') no-repeat center;
  background-size: contain;
}

.solution-page-all-content-sty-le .gradient-border-card {
  position: relative;
  overflow: hidden;
}

.solution-page-all-content-sty-le .gradient-border-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #e8762e, #f4a261);
}

/* Main Container */
.solution-page-all-content-sty-le .why-choose-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

/* Why Choose Section - Enhanced */
.solution-page-all-content-sty-le .why-choose {
  background: linear-gradient(135deg, #ffffff 0%, #fffbf7 100%);
  border-radius: 64px;
  padding: 70px 60px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 35px 60px -25px rgba(232, 118, 46, 0.2),
    0 10px 25px -10px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  border: 1px solid rgba(232, 118, 46, 0.15);
}

.solution-page-all-content-sty-le .why-choose:hover {
  box-shadow: 0 45px 70px -25px rgba(232, 118, 46, 0.25);
  transform: translateY(-3px);
}

/* Animated Background Graphics */
.solution-page-all-content-sty-le .bg-graphic-1 {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle,
      rgba(232, 118, 46, 0.08) 0%,
      rgba(244, 162, 97, 0.02) 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  animation: floatSlow 12s ease-in-out infinite;
}

.solution-page-all-content-sty-le .bg-graphic-2 {
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle,
      rgba(244, 162, 97, 0.08) 0%,
      rgba(232, 118, 46, 0.02) 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  animation: floatSlow 15s ease-in-out infinite reverse;
}

.solution-page-all-content-sty-le .bg-graphic-3 {
  position: absolute;
  top: 30%;
  left: 15%;
  width: 120px;
  height: 120px;
  background: repeating-linear-gradient(45deg,
      rgba(232, 118, 46, 0.03) 0px,
      rgba(232, 118, 46, 0.03) 2px,
      transparent 2px,
      transparent 8px);
  border-radius: 30px;
  transform: rotate(15deg);
  pointer-events: none;
}

.solution-page-all-content-sty-le .bg-graphic-4 {
  position: absolute;
  bottom: 15%;
  right: 10%;
  width: 180px;
  height: 180px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="%23e8762e08" d="M50,15 L80,30 L80,70 L50,85 L20,70 L20,30 Z"/><circle cx="50" cy="50" r="12" fill="%23f4a26110"/><path d="M50,35 L60,45 L55,58 L45,58 L40,45 Z" fill="%23e8762e15"/><\/svg>') no-repeat center;
  background-size: contain;
  opacity: 0.4;
  animation: rotateSlow 20s linear infinite;
}

/* Floating Orbs */
.solution-page-all-content-sty-le .floating-orb {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, #e8762e, #f4a261);
  opacity: 0.03;
  pointer-events: none;
  z-index: 0;
}

.solution-page-all-content-sty-le .orb-1 {
  width: 200px;
  height: 200px;
  top: -50px;
  left: 20%;
  animation: floatGlow 8s ease-in-out infinite;
}

.solution-page-all-content-sty-le .orb-2 {
  width: 120px;
  height: 120px;
  bottom: 40px;
  right: 15%;
  background: linear-gradient(135deg, #f4a261, #e8762e);
  opacity: 0.05;
  animation: floatGlow 10s ease-in-out infinite reverse;
}

.solution-page-all-content-sty-le .orb-3 {
  width: 80px;
  height: 80px;
  top: 60%;
  left: 5%;
  opacity: 0.06;
  animation: pulseGlow 4s ease-in-out infinite;
}

/* Comm Head Styles */
.solution-page-all-content-sty-le .comm-head-wrap {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.solution-page-all-content-sty-le .comm-head span {
  background: linear-gradient(135deg, #e8762e, #f4a261);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
  display: inline-block;
}

/* Why Grid - Enhanced Cards */
.solution-page-all-content-sty-le .why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
  margin-top: 32px;
  position: relative;
  z-index: 2;
}

.solution-page-all-content-sty-le .why-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(0px);
  border-radius: 32px;
  padding: 36px 18px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  border: 1px solid rgba(232, 118, 46, 0.15);
  box-shadow: 0 15px 35px -12px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.solution-page-all-content-sty-le .why-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #e8762e, #f4a261);
  transform: scaleX(0);
  transition: transform 0.5s ease;
  transform-origin: left;
}

.solution-page-all-content-sty-le .why-card:hover {
  transform: translateY(-12px);
  border-color: rgba(232, 118, 46, 0.3);
  box-shadow: 0 28px 45px -15px rgba(232, 118, 46, 0.2);
}

.solution-page-all-content-sty-le .why-card:hover::before {
  transform: scaleX(1);
}

/* Card Icon Styles */
.solution-page-all-content-sty-le .card-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  background: linear-gradient(135deg,
      rgba(232, 118, 46, 0.1),
      rgba(244, 162, 97, 0.08));
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  transition: all 0.4s ease;
  border: 1px solid rgba(232, 118, 46, 0.2);
}

.solution-page-all-content-sty-le .why-card:hover .card-icon {
  background: linear-gradient(135deg,
      rgba(232, 118, 46, 0.18),
      rgba(244, 162, 97, 0.12));
  border-color: rgba(232, 118, 46, 0.4);
}

.solution-page-all-content-sty-le .why-card h4 {
  font-weight: 700;
  margin-bottom: 16px;
  color: #1a2c3e;
  letter-spacing: -0.01em;
}

.solution-page-all-content-sty-le .why-card p {
  color: #5a6e82;
  line-height: 1.5;
}

/* Decorative Dots Pattern */
.solution-page-all-content-sty-le .dot-pattern {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  background-image: radial-gradient(#e8762e 1.5px, transparent 1.5px);
  background-size: 12px 12px;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}

.solution-page-all-content-sty-le .dot-pattern-left {
  top: 40px;
  left: 30px;
  width: 80px;
  height: 80px;
  background-image: radial-gradient(#f4a261 1.2px, transparent 1.2px);
  background-size: 10px 10px;
  opacity: 0.08;
}

/* Glow Effect on Hover */
.solution-page-all-content-sty-le .glow-effect {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(circle at var(--x, 50%) var(--y, 50%),
      rgba(232, 118, 46, 0.08),
      transparent 70%);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  border-radius: inherit;
}

.solution-page-all-content-sty-le .why-card:hover .glow-effect {
  opacity: 1;
}

/* Card Inner Shimmer */
.solution-page-all-content-sty-le .shimmer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(115deg,
      transparent 0%,
      rgba(232, 118, 46, 0.03) 50%,
      transparent 100%);
  background-size: 200% 100%;
  animation: shimmer 3s infinite;
  pointer-events: none;
  border-radius: inherit;
}

/* ========== ALL KEYFRAMES ANIMATIONS ========== */

/* Animation Classes - Can be applied to elements */
.solution-page-all-content-sty-le .animate-fade-up {
  animation: fadeUp 0.8s ease forwards;
  opacity: 0;
}

.solution-page-all-content-sty-le .animate-fade-down {
  animation: fadeDown 0.8s ease forwards;
  opacity: 0;
}

.solution-page-all-content-sty-le .animate-fade-in {
  animation: fadeIn 0.6s ease forwards;
  opacity: 0;
}

.solution-page-all-content-sty-le .animate-scale-in {
  animation: scaleIn 0.6s ease forwards;
  opacity: 0;
}

.solution-page-all-content-sty-le .animate-slide-left {
  animation: slideInLeft 0.7s ease forwards;
  opacity: 0;
}

.solution-page-all-content-sty-le .animate-slide-right {
  animation: slideInRight 0.7s ease forwards;
  opacity: 0;
}

/* Animation Delays */
.solution-page-all-content-sty-le .delay-100 {
  animation-delay: 0.1s;
}

.solution-page-all-content-sty-le .delay-200 {
  animation-delay: 0.2s;
}

.solution-page-all-content-sty-le .delay-300 {
  animation-delay: 0.3s;
}

.solution-page-all-content-sty-le .delay-400 {
  animation-delay: 0.4s;
}

.solution-page-all-content-sty-le .delay-500 {
  animation-delay: 0.5s;
}

.solution-page-all-content-sty-le .delay-600 {
  animation-delay: 0.6s;
}

.solution-page-all-content-sty-le .delay-700 {
  animation-delay: 0.7s;
}

.solution-page-all-content-sty-le .delay-800 {
  animation-delay: 0.8s;
}

/* Hover Animation Utilities */
.solution-page-all-content-sty-le .hover-bounce:hover {
  animation: bounce 0.5s ease;
}

.solution-page-all-content-sty-le .hover-pulse:hover {
  animation: pulse 0.5s ease;
}

.solution-page-all-content-sty-le .hover-grow {
  transition: transform 0.3s ease;
}

.solution-page-all-content-sty-le .hover-grow:hover {
  transform: scale(1.05);
}

.solution-page-all-content-sty-le .hover-lift {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.solution-page-all-content-sty-le .hover-lift:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.15);
}

/* Responsive */
@media (max-width: 1024px) {
  .solution-page-all-content-sty-le .oracle-service-wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .solution-page-all-content-sty-le .g-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .solution-page-all-content-sty-le .oracle-sticky-left {
    flex: 0 0 100%;
    position: relative;
    top: 0;
  }
}

@media (max-width: 768px) {

  .solution-page-all-content-sty-le .oracle-service-wrap,
  .solution-page-all-content-sty-le .g-3,
  .solution-page-all-content-sty-le .f-row {
    grid-template-columns: 1fr;
  }

  .solution-page-all-content-sty-le .comm-head {
    font-size: 2rem;
  }

  .solution-page-all-content-sty-le .oracle-ban-container {
    padding: 32px 20px;
  }

  .solution-page-all-content-sty-le .power-container {
    flex-direction: column;
  }

  .solution-page-all-content-sty-le .yotta-fluid {
    padding: 2rem !important;
  }

  .solution-page-all-content-sty-le .core-suite-title {
    font-size: 2rem;
  }

  .solution-page-all-content-sty-le .solution-grid {
    grid-template-columns: 1fr;
  }

  .solution-page-all-content-sty-le .solution-title {
    font-size: 1.5rem;
  }

  .solution-page-all-content-sty-le .power-title {
    font-size: 3rem;
  }

  .solution-page-all-content-sty-le .power-subtitle {
    font-size: 1rem;
    padding: 8px 20px;
  }

  .solution-page-all-content-sty-le .orb-battery,
  .solution-page-all-content-sty-le .orb-energy {
    width: 250px;
    height: 250px;
  }

  .solution-page-all-content-sty-le .why-choose {
    padding: 40px 24px;
    border-radius: 40px;
  }

  .solution-page-all-content-sty-le .why-grid {
    gap: 20px;
  }

  .solution-page-all-content-sty-le .why-card {
    padding: 28px 20px;
  }

  .solution-page-all-content-sty-le .card-icon {
    width: 65px;
    height: 65px;
    font-size: 2.2rem;
    border-radius: 22px;
  }

  .solution-page-all-content-sty-le .bg-graphic-1,
  .solution-page-all-content-sty-le .bg-graphic-2 {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 480px) {
  .solution-page-all-content-sty-le .why-choose {
    padding: 32px 20px;
  }
}

/* ---------------------------------solutionpage---csss---ended------------------------------ */

/* ---------------------------------cta-btn-bottom---csss---started------------------------------ */

/* CTA Section */
.cta-section-bottom-box-cta {
  padding: 30px 0;
  background: linear-gradient(135deg, #0a2540 0%, #1f365c 50%, #0da3a3 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.cta-section-bottom-box-cta::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(242, 138, 29, 0.15) 0%, transparent 60%);
  animation: rotateSlow 25s linear infinite;
  pointer-events: none;
}

.cta-section-bottom-box-cta::after {
  content: "";
  position: absolute;
  bottom: -30%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(13, 163, 163, 0.2), transparent 70%);
  border-radius: 50%;
  animation: floatUpDown 10s ease-in-out infinite;
  pointer-events: none;
}

.cta-section-bottom-box-cta .cta-box {
  position: relative;
  z-index: 10;
  max-width: 750px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  border-radius: 50px;
  padding: 20px 45px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.cta-section-bottom-box-cta .cta-box:hover {
  transform: translateY(-8px);
  border-color: rgba(242, 138, 29, 0.5);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.cta-section-bottom-box-cta .cta-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #f28a1d, #ff5e00);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px auto;
  animation: pulseGlow 2s infinite;
}

.cta-section-bottom-box-cta .cta-icon svg {
  width: 30px;
  height: 30px;
  stroke: white;
  stroke-width: 1.5;
  fill: none;
}

.cta-section-bottom-box-cta .cta-box h2 {
  font-size: 1.5rem;
  font-weight: 800;
  color: white;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
  position: relative;
  display: inline-block;
  background: linear-gradient(135deg, #ffffff, #ffe0b5, #f28a1d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: gentleFloat 3s ease-in-out infinite;
}

.cta-section-bottom-box-cta .cta-box p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

.cta-section-bottom-box-cta .cta-box h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #f28a1d, #ffcc66, #f28a1d, transparent);
  border-radius: 3px;
  animation: shineText 2s linear infinite;
  background-size: 200% auto;
}

.cta-section-bottom-box-cta .cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 30px;
  background: linear-gradient(135deg, #f28a1d, #ff5e00);
  color: white;
  font-weight: 700;
  font-size: 1.0rem;
  border-radius: 60px;
  text-decoration: none;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
  margin-top: 5px;
  box-shadow: 0 10px 25px rgba(242, 138, 29, 0.4);
  position: relative;
  overflow: hidden;
}

.cta-section-bottom-box-cta .cta-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s;
}

.cta-section-bottom-box-cta .cta-btn:hover::before {
  left: 100%;
}

.cta-section-bottom-box-cta .cta-btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 20px 35px rgba(242, 138, 29, 0.5);
  color: white;
}

.cta-section-bottom-box-cta .cta-btn svg {
  transition: transform 0.3s;
}

.cta-section-bottom-box-cta .cta-btn:hover svg {
  transform: translateX(5px);
}

@media (max-width: 768px) {
  .cta-section-bottom-box-cta .cta-box {
    margin: 0 20px;
    padding: 35px 25px;
  }

  .cta-section-bottom-box-cta .cta-box h2 {
    font-size: 1.6rem;
  }

  .cta-section-bottom-box-cta .cta-btn {
    padding: 12px 32px;
    font-size: 1rem;
  }

  .cta-section-bottom-box-cta .cta-icon {
    width: 55px;
    height: 55px;
  }

  .cta-section-bottom-box-cta .cta-icon svg {
    width: 28px;
    height: 28px;
  }
}

/* ---------------------------------cta-btn-bottom---csss---started------------------------------ */
/* ---------------------------------accessoriespage----csss---started------------------------------ */


/* ===== Power Grid Banner Section ===== */
.accessories-all-page-style .about-banner {
  position: relative;
  padding: 50px 0;
  background: linear-gradient(135deg, #1f365c, #0da3a3);
  background-image: url("../img/bgg.jpg");
  color: white;
  overflow: hidden;
}

.accessories-all-page-style #power-grid-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  display: block;
}

.accessories-all-page-style .power-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  z-index: 1;
  animation: pulseOrb 12s infinite alternate ease-in-out;
  pointer-events: none;
}

.accessories-all-page-style .orb-battery {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #f28a1d, #ff5e00);
  top: -120px;
  left: -80px;
  opacity: 0.35;
  animation-duration: 18s;
}

.accessories-all-page-style .orb-energy {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #0da3a3, #0b6f8f);
  bottom: -150px;
  right: -100px;
  opacity: 0.4;
  animation-duration: 22s;
}

.accessories-all-page-style .orb-circuit {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, #ffaa44, #ff7700);
  top: 40%;
  right: 5%;
  opacity: 0.3;
  filter: blur(80px);
  animation-duration: 15s;
}

.accessories-all-page-style .energy-arc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(90deg,
      transparent,
      transparent 40px,
      rgba(242, 138, 29, 0.08) 40px,
      rgba(13, 163, 163, 0.05) 80px);
  z-index: 1;
  pointer-events: none;
  animation: slideEnergy 20s linear infinite;
}

.accessories-all-page-style .banner-content {
  position: relative;
  z-index: 20;
  text-align: center;
}

.accessories-all-page-style .power-title {
  font-size: 3.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff, #ffe0b5, #f28a1d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  text-shadow: 0 0 30px rgba(242, 138, 29, 0.3);
  animation:
    titleRevealPower 0.9s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards,
    gentleFloat 4s infinite alternate;
}

.accessories-all-page-style .power-pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  margin-left: -140px;
  margin-top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(242, 138, 29, 0.2),
      transparent 70%);
  z-index: 0;
  animation: softPulsePower 4s infinite;
  pointer-events: none;
}

.accessories-all-page-style .charge-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.accessories-all-page-style .particle {
  position: absolute;
  background: radial-gradient(circle, #f28a1d, #ffcc66);
  border-radius: 50%;
  opacity: 0;
  animation: floatCharge 10s infinite linear;
  box-shadow: 0 0 6px rgba(242, 138, 29, 0.8);
}

.accessories-all-page-style .about-page-all-con-te-nt .about-banner {
  position: relative;
  padding: 50px 0;
  background: linear-gradient(135deg, #1f365c, #0da3a3);
  background-image: url("../img/bgg.jpg");
  color: #fff;
  overflow: hidden;
}

/* ===== Accessories Section Styles ===== */
.accessories-all-page-style .accessories-section {
  background: #f9fbff;
  padding: 60px 0;
}

.accessories-all-page-style .accessories-card {
  background: white;
  border-radius: 24px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border: 1px solid #eef2f8;
}

.accessories-all-page-style .accessories-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.accessories-all-page-style .accessories-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1f365c;
  margin-bottom: 15px;
}

.accessories-all-page-style .accessories-description {
  color: #5f6f81;
  line-height: 1.6;
  margin-bottom: 20px;
}

.accessories-all-page-style .feature-list {
  list-style: none;
  padding: 0;
}

.accessories-all-page-style .feature-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  color: #5f6f81;
  line-height: 1.6;
  font-size: 0.95rem;
}

.accessories-all-page-style .feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background: linear-gradient(135deg, #0da3a3, #ff8c00);
  border-radius: 50%;
}

.accessories-all-page-style .hero-icon {
  text-align: center;
  margin-bottom: 40px;
}

.accessories-all-page-style .hero-icon svg {
  width: 80px;
  height: 80px;
  stroke: #f28a1d;
  stroke-width: 1.2;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
  .accessories-all-page-style .power-title {
    font-size: 2.2rem;
  }
}

/* Full Width Dock Section */
.accessories-all-page-style .dock-row {
  display: flex;
  align-items: center;
  gap: 40px;
  background: #f4f6f9;
  padding: 20px;
  border-radius: 16px;
  margin-bottom: 20px;
}

/* Image */
.accessories-all-page-style .dock-img {
  flex: 1;
}

.accessories-all-page-style .dock-img img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

/* Content */
.accessories-all-page-style .dock-content {
  flex: 1;
}

.accessories-all-page-style .dock-content h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1f365c;
}

.accessories-all-page-style .dock-content p {
  color: #6c7a89;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* Features */
.accessories-all-page-style .dock-features {
  display: flex;
  gap: 40px;
}

.accessories-all-page-style .dock-features ul {
  list-style: none;
  padding: 0;
}

.accessories-all-page-style .dock-features li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #5f6f81;
}

.accessories-all-page-style .dock-features li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #4a90e2;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .accessories-all-page-style .dock-row {
    flex-direction: column;
    padding: 20px;
  }

  .accessories-all-page-style .dock-features {
    flex-direction: column;
    gap: 10px;
  }
}

/* ---------------------------------accessoriespage----csss---ended------------------------------ */
/* ---------------------------------datarackspage----csss---started------------------------------ */

/* Icon Styles */
.data-racks-page-all-style .real-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.data-racks-page-all-style .explore-btn-container {
  text-align: center;
  margin-top: 20px;
}

.data-racks-page-all-style .explore-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #f28a1d, #ff5e00);
  color: white;
  padding: 14px 45px;
  border-radius: 60px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 10px 25px rgba(242, 138, 29, 0.3);
}

.data-racks-page-all-style .explore-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 35px rgba(242, 138, 29, 0.4);
  color: white;
}

.data-racks-page-all-style .explore-btn svg {
  transition: transform 0.3s;
}

.data-racks-page-all-style .explore-btn:hover svg {
  transform: translateX(5px);
}

.data-racks-page-all-style .real-icon-sm {
  width: 24px;
  height: 24px;
}

.data-racks-page-all-style .feature-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto;
}

.data-racks-page-all-style #power-grid-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  display: block;
}

.data-racks-page-all-style .power-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  z-index: 1;
  animation: pulseOrb 12s infinite alternate ease-in-out;
  pointer-events: none;
}

.data-racks-page-all-style .orb-battery {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #f28a1d, #ff5e00);
  top: -120px;
  left: -80px;
  opacity: 0.35;
  animation-duration: 18s;
}

.data-racks-page-all-style .orb-energy {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #0da3a3, #0b6f8f);
  bottom: -150px;
  right: -100px;
  opacity: 0.4;
  animation-duration: 22s;
}

.data-racks-page-all-style .orb-circuit {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, #ffaa44, #ff7700);
  top: 40%;
  right: 5%;
  opacity: 0.3;
  filter: blur(80px);
  animation-duration: 15s;
}

.data-racks-page-all-style .energy-arc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(90deg,
      transparent,
      transparent 40px,
      rgba(242, 138, 29, 0.08) 40px,
      rgba(13, 163, 163, 0.05) 80px);
  z-index: 1;
  pointer-events: none;
  animation: slideEnergy 20s linear infinite;
}

.data-racks-page-all-style .banner-content {
  position: relative;
  z-index: 20;
  text-align: center;
}

.data-racks-page-all-style .power-title {
  font-size: 3.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff, #ffe0b5, #f28a1d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  text-shadow: 0 0 30px rgba(242, 138, 29, 0.3);
  animation:
    titleRevealPower 0.9s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards,
    gentleFloat 4s infinite alternate;
}

.data-racks-page-all-style .power-pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  margin-left: -140px;
  margin-top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(242, 138, 29, 0.2),
      transparent 70%);
  z-index: 0;
  animation: softPulsePower 4s infinite;
  pointer-events: none;
}

.data-racks-page-all-style .charge-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.data-racks-page-all-style .particle {
  position: absolute;
  background: radial-gradient(circle, #f28a1d, #ffcc66);
  border-radius: 50%;
  opacity: 0;
  animation: floatCharge 10s infinite linear;
  box-shadow: 0 0 6px rgba(242, 138, 29, 0.8);
}

.data-racks-page-all-style .about-page-all-con-te-nt .about-banner {
  position: relative;
  padding: 50px 0;
  background: linear-gradient(135deg, #1f365c, #0da3a3);
  background-image: url("../img/bgg.jpg");
  color: #fff;
  overflow: hidden;
}

/* ===== Power Grid Banner Section (Preserved) ===== */

.data-racks-page-all-style .banner-title {
  font-size: 3rem;
  font-weight: 700;
  animation: fadeDown 1s ease;
}

/* ===== EYE-CATCHING MAIN SECTION STYLES ===== */
.data-racks-page-all-style .hero-product {
  background: linear-gradient(135deg, #f8faff 0%, #ffffff 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.data-racks-page-all-style .hero-product::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 200%;
  background: radial-gradient(circle,
      rgba(13, 163, 163, 0.03) 0%,
      transparent 70%);
  pointer-events: none;
}

.data-racks-page-all-style .product-visual {
  text-align: center;
  position: relative;
}

.data-racks-page-all-style .glow-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(242, 138, 29, 0.15),
      transparent);
  animation: glowPulse 3s infinite;
  pointer-events: none;
}

.data-racks-page-all-style .product-image-main {
  max-width: 100%;
  border-radius: 30px;
  /* box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); */
  transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  position: relative;
  z-index: 2;
}

.data-racks-page-all-style .product-image-main:hover {
  transform: scale(1.03) translateY(-5px);
  box-shadow: 0 35px 60px -15px rgba(242, 138, 29, 0.3);
}

.data-racks-page-all-style .badge-group {
  position: relative;
  z-index: 2;
}

.data-racks-page-all-style .badge-group .badge {
  transition: all 0.3s ease;
  cursor: default;
}

.data-racks-page-all-style .badge-group .badge:hover {
  transform: translateY(-2px);
}

.data-racks-page-all-style .feature-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg,
      rgba(242, 138, 29, 0.15),
      rgba(13, 163, 163, 0.1));
  padding: 8px 20px;
  border-radius: 40px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #f28a1d;
  margin-bottom: 20px;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(242, 138, 29, 0.2);
}

.data-racks-page-all-style .main-title {
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  line-height: 1.2;
  font-weight: 800;
  color: #1f365c;
  margin-bottom: 20px;
  animation: slideInLeft 0.6s ease;
}

.data-racks-page-all-style .main-title span {
  background: linear-gradient(135deg, #f28a1d, #ff5e00, #f28a1d);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: titleRevealPower 1s ease;
}

.data-racks-page-all-style .feature-list-simple {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.data-racks-page-all-style .feature-list-simple li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 1rem;
  color: #2c3e50;
  animation: slideInRight 0.5s ease;
  animation-fill-mode: both;
}

.data-racks-page-all-style .feature-list-simple li:nth-child(1) {
  animation-delay: 0.1s;
}

.data-racks-page-all-style .feature-list-simple li:nth-child(2) {
  animation-delay: 0.2s;
}

.data-racks-page-all-style .feature-list-simple li:nth-child(3) {
  animation-delay: 0.3s;
}

.data-racks-page-all-style .feature-list-simple li:nth-child(4) {
  animation-delay: 0.4s;
}

.data-racks-page-all-style .check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, #0da3a3, #1f365c);
  border-radius: 50%;
  flex-shrink: 0;
}

.data-racks-page-all-style .spec-highlight {
  background: linear-gradient(135deg, #ffffff, #fef9f0);
  border-radius: 24px;
  padding: 25px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  margin-top: 20px;
  border: 1px solid rgba(242, 138, 29, 0.15);
  transition: all 0.3s ease;
}

.data-racks-page-all-style .spec-highlight:hover {
  transform: translateY(-3px);
  box-shadow: 0 25px 45px rgba(242, 138, 29, 0.12);
  border-color: rgba(242, 138, 29, 0.3);
}

.data-racks-page-all-style .spec-highlight h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1f365c;
  margin-bottom: 15px;
  border-left: 4px solid #f28a1d;
  padding-left: 12px;
}

.data-racks-page-all-style .stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-top: 15px;
}

.data-racks-page-all-style .stat-item {
  text-align: center;
  flex: 1;
  min-width: 80px;
  transition: all 0.3s ease;
}

.data-racks-page-all-style .stat-item:hover {
  transform: translateY(-5px);
}

.data-racks-page-all-style .stat-number {
  font-size: 1.2rem;
  font-weight: 800;
  background: linear-gradient(135deg, #f28a1d, #ff5e00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
}

.data-racks-page-all-style .stat-label {
  font-size: 0.75rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.data-racks-page-all-style .btn-primary-custom {
  background: linear-gradient(95deg, #f28a1d, #ff5e00);
  border: none;
  padding: 12px 32px;
  border-radius: 40px;
  font-weight: 600;
  color: white;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
}

.data-racks-page-all-style .btn-primary-custom::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition:
    width 0.6s,
    height 0.6s;
}

.data-racks-page-all-style .btn-primary-custom:hover::before {
  width: 300px;
  height: 300px;
}

.data-racks-page-all-style .btn-primary-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(242, 138, 29, 0.4);
  color: white;
}

/* Applications Section */
.data-racks-page-all-style .apps-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.data-racks-page-all-style .app-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #f0f4fa, #e8edf5);
  padding: 8px 20px;
  border-radius: 40px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #1f365c;
  transition: all 0.3s ease;
  cursor: default;
}

.data-racks-page-all-style .app-tag:hover {
  background: linear-gradient(135deg, #f28a1d, #ff5e00);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(242, 138, 29, 0.3);
}

.data-racks-page-all-style .app-tag svg {
  width: 16px;
  height: 16px;
}

/* Feature Cards */
.data-racks-page-all-style .feature-item {
  background: white;
  padding: 28px 20px;
  border-radius: 24px;
  transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  border: 1px solid #eef2f8;
  text-align: center;
  height: 100%;
}

.data-racks-page-all-style .feature-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(242, 138, 29, 0.12);
  border-color: rgba(242, 138, 29, 0.2);
}

.data-racks-page-all-style .feature-icon-wrapper {
  transition: transform 0.3s ease;
  display: inline-block;
}

.data-racks-page-all-style .feature-item:hover .feature-icon-wrapper {
  transform: scale(1.1);
}

.data-racks-page-all-style .feature-item h4 {
  margin-top: 15px;
  font-weight: 700;
  color: #1f365c;
}

.data-racks-page-all-style .feature-item p {
  color: #6c757d;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Table Styles Enhanced */
.data-racks-page-all-style .spec-card {
  background: white;
  border-radius: 24px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  padding: 30px;
  border: 1px solid #eef2f8;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.data-racks-page-all-style .spec-card:hover {
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.data-racks-page-all-style .table-specs {
  width: 100%;
  border-collapse: collapse;
}

.data-racks-page-all-style .table-specs td,
.data-racks-page-all-style .table-specs th {
  padding: 14px 12px;
  border-bottom: 1px solid #eef2f8;
  vertical-align: top;
}

.data-racks-page-all-style .table-specs tr:hover td {
  background: #fafbfe;
}

.data-racks-page-all-style .tech-head td {
  background: linear-gradient(135deg, #f0f4fa, #e8edf5);
  font-weight: 700;
  color: #1f365c;
  border-radius: 12px 12px 0 0;
}

/* Other preserved styles */
.data-racks-page-all-style .specs-section {
  background: #ffffff;
  padding: 60px 0;
}

.data-racks-page-all-style .about-list {
  list-style: none;
  padding: 0;
}

.data-racks-page-all-style .about-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  color: #5f6f81;
  line-height: 1.6;
}

.data-racks-page-all-style .about-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background: linear-gradient(135deg, #0da3a3, #ff8c00);
  border-radius: 50%;
  transition: transform 0.2s;
}

.data-racks-page-all-style .about-list li:hover::before {
  transform: scale(1.3);
}

.data-racks-page-all-style .about-subtitle {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1f365c;
  margin-bottom: 10px;
}

.data-racks-page-all-style .about-section {
  background: #f9fbff;
  padding: 40px 0;
}



@media (max-width: 768px) {
  .data-racks-page-all-style .main-title {
    font-size: 1.8rem;
  }

  .data-racks-page-all-style .product-image-main {
    margin-bottom: 30px;
  }

  .data-racks-page-all-style .power-title {
    font-size: 2.2rem;
  }

  .data-racks-page-all-style .stats-row {
    gap: 10px;
  }
}


/* Section Wrapper */
.data-racks-page-all-style .comm-section {
  padding: 50px 0;
  position: relative;
}

/* Container Box */
.data-racks-page-all-style .pre-footer-container {
  position: relative;
  border-radius: 48px;
  overflow: hidden;
  min-height: 300px;
  display: flex;
  align-items: center;
  width: 80%;
  justify-content: center;
  margin: auto;
}

/* Background Video */
.data-racks-page-all-style .pre-footer-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Text Content */
.data-racks-page-all-style .pre-footer-txt {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 24px;
  backdrop-filter: blur(2px);
  width: 100%;
  color: white;
  border-radius: 48px;
}

/* Heading Wrapper */
.data-racks-page-all-style .comm-head-wrap {
  margin-bottom: 18px;
  text-align: center;
}

/* Heading */
.data-racks-page-all-style .comm-head {
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 800;
}

/* Paragraph */
.data-racks-page-all-style .comm-txt {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Button */
.data-racks-page-all-style .button {
  display: inline-block;
  padding: 14px 36px;
  border-radius: 60px;
  font-weight: 600;
  background: #e8762e;
  color: white;
  text-decoration: none;
  transition: 0.2s;
  margin-top: 14px;
}

.data-racks-page-all-style .button.white {
  background: white;
  color: #e8762e;
}

/* Responsive */
@media (max-width: 768px) {
  .data-racks-page-all-style .pre-footer-container {
    width: 95%;
    min-height: 250px;
  }

  .data-racks-page-all-style .comm-head {
    font-size: 2rem;
  }

  .data-racks-page-all-style .pre-footer-txt {
    padding: 30px 16px;
  }
}

/* ---------------------------------datarackspage----csss---ended------------------------------ */

/* ---------------------------------gpuserverpage----csss---atarted------------------------------ */


.gpu-server-main-page-all-style .about-banner {
  position: relative;
  padding: 50px 0;
  background: linear-gradient(135deg, #1f365c, #0da3a3);
  background-image: url("../img/bgg.jpg");
  color: white;
  overflow: hidden;
}

/* Canvas container for power grid animation */
.gpu-server-main-page-all-style #power-grid-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  display: block;
}

/* Floating energy orbs */
.gpu-server-main-page-all-style .power-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  z-index: 1;
  animation: pulseOrb 12s infinite alternate ease-in-out;
  pointer-events: none;
}

.gpu-server-main-page-all-style .orb-battery {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #f28a1d, #ff5e00);
  top: -120px;
  left: -80px;
  opacity: 0.35;
  animation-duration: 18s;
}

.gpu-server-main-page-all-style .orb-energy {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #0da3a3, #0b6f8f);
  bottom: -150px;
  right: -100px;
  opacity: 0.4;
  animation-duration: 22s;
}

.gpu-server-main-page-all-style .orb-circuit {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, #ffaa44, #ff7700);
  top: 40%;
  right: 5%;
  opacity: 0.3;
  filter: blur(80px);
  animation-duration: 15s;
}

/* Energy arc overlay */
.gpu-server-main-page-all-style .energy-arc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(90deg,
      transparent,
      transparent 40px,
      rgba(242, 138, 29, 0.08) 40px,
      rgba(13, 163, 163, 0.05) 80px);
  z-index: 1;
  pointer-events: none;
  animation: slideEnergy 20s linear infinite;
}

/* Banner content positioning */
.gpu-server-main-page-all-style .banner-content {
  position: relative;
  z-index: 20;
  text-align: center;
}

/* Power title styling */
.gpu-server-main-page-all-style .power-title {
  font-size: 3.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff, #ffe0b5, #f28a1d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  text-shadow: 0 0 30px rgba(242, 138, 29, 0.3);
  animation:
    titleRevealPower 0.9s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards,
    gentleFloat 4s infinite alternate;
}

/* Power pulse ring */
.gpu-server-main-page-all-style .power-pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  margin-left: -140px;
  margin-top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(242, 138, 29, 0.2),
      transparent 70%);
  z-index: 0;
  animation: softPulsePower 4s infinite;
  pointer-events: none;
}

/* Floating charge particles */
.gpu-server-main-page-all-style .charge-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.gpu-server-main-page-all-style .particle {
  position: absolute;
  background: radial-gradient(circle, #f28a1d, #ffcc66);
  border-radius: 50%;
  opacity: 0;
  animation: floatCharge 10s infinite linear;
  box-shadow: 0 0 6px rgba(242, 138, 29, 0.8);
}

/* Banner Shapes */
.gpu-server-main-page-all-style .banner-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
}

.gpu-server-main-page-all-style .shape1 {
  width: 300px;
  height: 300px;
  background: #ff8c00;
  top: -50px;
  left: -50px;
}

.gpu-server-main-page-all-style .shape2 {
  width: 400px;
  height: 400px;
  background: #ffffff;
  bottom: -100px;
  right: -100px;
}

/* ===== About Section ===== */
.gpu-server-main-page-all-style .about-section {
  background: #f9fbff;
  padding: 60px 0;
}

/* Left Image Box */
.gpu-server-main-page-all-style .about-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.gpu-server-main-page-all-style .about-img img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

/* Hover zoom */
.gpu-server-main-page-all-style .about-img:hover img {
  transform: scale(1.05);
}

/* Overlay */
.gpu-server-main-page-all-style .img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #fff;
}

/* Title */
.gpu-server-main-page-all-style .sku-model {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
}

/* Subtitle */
.gpu-server-main-page-all-style .img-overlay h4 {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
}

/* Badge */
.gpu-server-main-page-all-style .new-icon {
  background: #ff5e00;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 20px;
  margin-left: 6px;
}

/* ===== Right Content ===== */
.gpu-server-main-page-all-style .about-content {
  padding-left: 30px;
}

.gpu-server-main-page-all-style .about-subtitle {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1f365c;
  margin-bottom: 10px;
}

/* List */
.gpu-server-main-page-all-style .about-list {
  list-style: none;
  padding: 0;
}

.gpu-server-main-page-all-style .about-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  color: #5f6f81;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Custom bullet */
.gpu-server-main-page-all-style .about-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background: linear-gradient(135deg, #0da3a3, #ff8c00);
  border-radius: 50%;
}

/* Responsive */
@media (max-width: 991px) {
  .gpu-server-main-page-all-style .about-content {
    padding-left: 0;
    margin-top: 30px;
  }
}

/* ===== GPU Portfolio Section ===== */
.gpu-server-main-page-all-style .portfolio-gpu {
  background: linear-gradient(145deg, #f8fafd 0%, #f0f4f9 100%);
  padding: 60px 0;
  position: relative;
}

.gpu-server-main-page-all-style .section-header {
  text-align: center;
  margin-bottom: 56px;
}

.gpu-server-main-page-all-style .section-header h2 {
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 800;
  color: #0a2a42;
}

.gpu-server-main-page-all-style .section-header h2 span {
  color: #ff8c00;
}

.gpu-server-main-page-all-style .section-header p {
  color: #4a627a;
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto;
}

/* Product Card */
.gpu-server-main-page-all-style .gpu-card {
  background: linear-gradient(135deg, #ffffff 0%, #fefefe 100%);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.2, 0, 0, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(43, 123, 182, 0.1);
  position: relative;
}

.gpu-server-main-page-all-style .gpu-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 32px 48px -20px rgba(0, 0, 0, 0.2);
  border-color: rgba(43, 123, 182, 0.3);
}

.gpu-server-main-page-all-style .card-image {
  background: linear-gradient(135deg, #f5f9fe 0%, #ffffff 100%);
  padding: 28px 24px 20px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.gpu-server-main-page-all-style .card-image img {
  max-width: 100%;
  height: auto;
  max-height: 170px;
  min-height: 170px;
  object-fit: contain;
  transition: transform 0.4s cubic-bezier(0.2, 0, 0, 1);
}

.gpu-server-main-page-all-style .gpu-card:hover .card-image img {
  transform: scale(1.05);
}

.gpu-server-main-page-all-style .card-content {
  padding: 20px 15px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: white;
}

.gpu-server-main-page-all-style .product-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #0a2a42;
  margin-bottom: 10px;
  line-height: 1.3;
}

.gpu-server-main-page-all-style .gpu-card:hover .product-title {
  color: #1e6a9e;
}

.gpu-server-main-page-all-style .product-subtitle {
  font-size: 0.7rem;
  font-weight: 700;
  color: #2b7bb6;
  background: linear-gradient(135deg, #e8f0fe, #e0ecf8);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  border-radius: 40px;
  margin-bottom: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: fit-content;
}

.gpu-server-main-page-all-style .product-subtitle i {
  font-size: 0.7rem;
}

.gpu-server-main-page-all-style .product-desc {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #4a627a;
  margin-bottom: 16px;
  padding-left: 12px;
  border-left: 3px solid #2b7bb6;
}

.gpu-server-main-page-all-style .spec-list {
  list-style: none;
  background: linear-gradient(135deg, #fafcff, #f5f9fe);
  border-radius: 20px;
  padding: 14px 12px;
  margin-bottom: 20px;
  border: 1px solid #eef2f8;
}

.gpu-server-main-page-all-style .spec-list li {
  display: flex;
  font-size: 0.75rem;
  padding: 8px 0;
  border-bottom: 1px solid #e9f0f5;
  gap: 10px;
}

.gpu-server-main-page-all-style .spec-list li:last-child {
  border-bottom: none;
}

.gpu-server-main-page-all-style .spec-label {
  font-weight: 800;
  min-width: 60px;
  color: #1e6a9e;
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.gpu-server-main-page-all-style .spec-label i {
  font-size: 0.7rem;
  color: #52b4e0;
}

.gpu-server-main-page-all-style .spec-value {
  color: #2c4a6e;
  line-height: 1.4;
  flex: 1;
  font-weight: 500;
  font-size: 0.7rem;
}

.gpu-server-main-page-all-style .model-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #d9730a, #ff8c00);
  border: none;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.8rem;
  color: white;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
  text-decoration: none;
  width: fit-content;
  margin-top: auto;
  box-shadow: 0 4px 15px rgba(217, 115, 10, 0.3);
  margin-top: 15px !important;
}

.gpu-server-main-page-all-style .model-btn i {
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}

.gpu-server-main-page-all-style .model-btn:hover {
  background: linear-gradient(135deg, #b85f08, #e07c0a);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(217, 115, 10, 0.4);
  color: white;
  text-decoration: none;
}

.gpu-server-main-page-all-style .model-btn:hover i {
  transform: translateX(6px);
}

/* Row spacing for Bootstrap grid */
.gpu-server-main-page-all-style .portfolio-gpu .row {
  margin-left: -15px;
  margin-right: -15px;
}

.gpu-server-main-page-all-style .portfolio-gpu [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .gpu-server-main-page-all-style .portfolio-gpu {
    padding: 50px 0;
  }

  .gpu-server-main-page-all-style .section-header {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .gpu-server-main-page-all-style .portfolio-gpu {
    padding: 40px 0;
  }

  .gpu-server-main-page-all-style .product-title {
    font-size: 1.2rem;
  }

  .gpu-server-main-page-all-style .card-content {
    padding: 16px 20px 20px;
  }

  .gpu-server-main-page-all-style .spec-label {
    min-width: 50px;
  }

  .gpu-server-main-page-all-style .section-header {
    margin-bottom: 32px;
  }

  .gpu-server-main-page-all-style .power-title {
    font-size: 3rem;
  }

  .gpu-server-main-page-all-style .orb-battery,
  .gpu-server-main-page-all-style .orb-energy {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 576px) {
  .gpu-server-main-page-all-style .card-image {
    padding: 20px 16px;
  }

  .gpu-server-main-page-all-style .card-image img {
    max-height: 140px;
  }

  .gpu-server-main-page-all-style .model-btn {
    padding: 8px 20px;
    font-size: 0.75rem;
  }

  .gpu-server-main-page-all-style .power-title {
    font-size: 2rem;
  }
}


.gpu-server-main-page-all-style .product-card {
  background: transparent;
  box-shadow: none;
  border: none;
}

.gpu-server-main-page-all-style.product-card:hover {
  background: transparent;
  box-shadow: none;
  border: none;
}

/* ---------------------------------gppuserverpage----csss---ended------------------------------ */
/* ---------------------------------rackmountserverpage----csss---started------------------------------ */

.rackmount-server-whole-page-css .about-banner {
  position: relative;
  padding: 50px 0;
  background: linear-gradient(135deg, #1f365c, #0da3a3);
  background-image: url("../img/bgg.jpg");
  color: white;
  overflow: hidden;
}

/* Canvas container for power grid animation */
.rackmount-server-whole-page-css #power-grid-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  display: block;
}

/* Floating energy orbs */
.rackmount-server-whole-page-css .power-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  z-index: 1;
  animation: pulseOrb 12s infinite alternate ease-in-out;
  pointer-events: none;
}

.rackmount-server-whole-page-css .orb-battery {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #f28a1d, #ff5e00);
  top: -120px;
  left: -80px;
  opacity: 0.35;
  animation-duration: 18s;
}

.rackmount-server-whole-page-css .orb-energy {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #0da3a3, #0b6f8f);
  bottom: -150px;
  right: -100px;
  opacity: 0.4;
  animation-duration: 22s;
}

.rackmount-server-whole-page-css .orb-circuit {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, #ffaa44, #ff7700);
  top: 40%;
  right: 5%;
  opacity: 0.3;
  filter: blur(80px);
  animation-duration: 15s;
}

/* Energy arc overlay */
.rackmount-server-whole-page-css .energy-arc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(90deg,
      transparent,
      transparent 40px,
      rgba(242, 138, 29, 0.08) 40px,
      rgba(13, 163, 163, 0.05) 80px);
  z-index: 1;
  pointer-events: none;
  animation: slideEnergy 20s linear infinite;
}

/* Banner content positioning */
.rackmount-server-whole-page-css .banner-content {
  position: relative;
  z-index: 20;
  text-align: center;
}

/* Power title styling */
.rackmount-server-whole-page-css .power-title {
  font-size: 3.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff, #ffe0b5, #f28a1d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  text-shadow: 0 0 30px rgba(242, 138, 29, 0.3);
  animation:
    titleRevealPower 0.9s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards,
    gentleFloat 4s infinite alternate;
}

/* Power pulse ring */
.rackmount-server-whole-page-css .power-pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  margin-left: -140px;
  margin-top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(242, 138, 29, 0.2),
      transparent 70%);
  z-index: 0;
  animation: softPulsePower 4s infinite;
  pointer-events: none;
}

/* Floating charge particles */
.rackmount-server-whole-page-css .charge-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.rackmount-server-whole-page-css .particle {
  position: absolute;
  background: radial-gradient(circle, #f28a1d, #ffcc66);
  border-radius: 50%;
  opacity: 0;
  animation: floatCharge 10s infinite linear;
  box-shadow: 0 0 6px rgba(242, 138, 29, 0.8);
}

/* Banner Shapes */
.rackmount-server-whole-page-css .banner-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
}

.rackmount-server-whole-page-css .shape1 {
  width: 300px;
  height: 300px;
  background: #ff8c00;
  top: -50px;
  left: -50px;
}

.rackmount-server-whole-page-css .shape2 {
  width: 400px;
  height: 400px;
  background: #ffffff;
  bottom: -100px;
  right: -100px;
}

/* ===== About Section ===== */
.rackmount-server-whole-page-css .about-section {
  background: #f9fbff;
  padding: 60px 0;
}

/* Left Image Box */
.rackmount-server-whole-page-css .about-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.rackmount-server-whole-page-css .about-img img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

/* Hover zoom */
.rackmount-server-whole-page-css .about-img:hover img {
  transform: scale(1.05);
}

/* Overlay */
.rackmount-server-whole-page-css .img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #fff;
}

/* Title */
.rackmount-server-whole-page-css .sku-model {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
}

/* Subtitle */
.rackmount-server-whole-page-css .img-overlay h4 {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
}

/* Badge */
.rackmount-server-whole-page-css .new-icon {
  background: #ff5e00;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 20px;
  margin-left: 6px;
}

/* ===== Right Content ===== */
.rackmount-server-whole-page-css .about-content {
  padding-left: 30px;
}

.rackmount-server-whole-page-css .about-subtitle {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1f365c;
  margin-bottom: 10px;
}

/* List */
.rackmount-server-whole-page-css .about-list {
  list-style: none;
  padding: 0;
}

.rackmount-server-whole-page-css .about-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  color: #5f6f81;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Custom bullet */
.rackmount-server-whole-page-css .about-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background: linear-gradient(135deg, #0da3a3, #ff8c00);
  border-radius: 50%;
}

/* Responsive */
@media (max-width: 991px) {
  .rackmount-server-whole-page-css .about-content {
    padding-left: 0;
    margin-top: 30px;
  }
}

/* ===== GPU Portfolio Section ===== */
.rackmount-server-whole-page-css .portfolio-gpu {
  background: linear-gradient(145deg, #f8fafd 0%, #f0f4f9 100%);
  padding: 60px 0;
  position: relative;
}

.rackmount-server-whole-page-css .section-header {
  text-align: center;
  margin-bottom: 56px;
}

.rackmount-server-whole-page-css .section-header h2 {
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 800;
  color: #0a2a42;
}

.rackmount-server-whole-page-css .section-header h2 span {
  color: #ff8c00;
}

.rackmount-server-whole-page-css .section-header p {
  color: #4a627a;
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto;
}

/* Product Card */
.rackmount-server-whole-page-css .gpu-card {
  background: linear-gradient(135deg, #ffffff 0%, #fefefe 100%);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.2, 0, 0, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(43, 123, 182, 0.1);
  position: relative;
}

.rackmount-server-whole-page-css .gpu-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 32px 48px -20px rgba(0, 0, 0, 0.2);
  border-color: rgba(43, 123, 182, 0.3);
}

.rackmount-server-whole-page-css .card-image {
  background: linear-gradient(135deg, #f5f9fe 0%, #ffffff 100%);
  padding: 28px 24px 20px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.rackmount-server-whole-page-css .card-image img {
  max-width: 100%;
  height: auto;
  max-height: 170px;
  min-height: 170px;
  object-fit: contain;
  transition: transform 0.4s cubic-bezier(0.2, 0, 0, 1);
}

.rackmount-server-whole-page-css .gpu-card:hover .card-image img {
  transform: scale(1.05);
}

.rackmount-server-whole-page-css .card-content {
  padding: 20px 15px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: white;
}

.rackmount-server-whole-page-css .product-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #0a2a42;
  margin-bottom: 10px;
  line-height: 1.3;
}

.rackmount-server-whole-page-css .gpu-card:hover .product-title {
  color: #1e6a9e;
}

.rackmount-server-whole-page-css .product-subtitle {
  font-size: 0.7rem;
  font-weight: 700;
  color: #2b7bb6;
  background: linear-gradient(135deg, #e8f0fe, #e0ecf8);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  border-radius: 40px;
  margin-bottom: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: fit-content;
}

.rackmount-server-whole-page-css .product-subtitle i {
  font-size: 0.7rem;
}

.rackmount-server-whole-page-css .product-desc {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #4a627a;
  margin-bottom: 16px;
  padding-left: 12px;
  border-left: 3px solid #2b7bb6;
}

.rackmount-server-whole-page-css .spec-list {
  list-style: none;
  background: linear-gradient(135deg, #fafcff, #f5f9fe);
  border-radius: 20px;
  padding: 14px 12px;
  margin-bottom: 20px;
  border: 1px solid #eef2f8;
}

.rackmount-server-whole-page-css .spec-list li {
  display: flex;
  font-size: 0.75rem;
  padding: 8px 0;
  border-bottom: 1px solid #e9f0f5;
  gap: 10px;
}

.rackmount-server-whole-page-css .spec-list li:last-child {
  border-bottom: none;
}

.rackmount-server-whole-page-css .spec-label {
  font-weight: 800;
  min-width: 60px;
  color: #1e6a9e;
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.rackmount-server-whole-page-css .spec-label i {
  font-size: 0.7rem;
  color: #52b4e0;
}

.rackmount-server-whole-page-css .spec-value {
  color: #2c4a6e;
  line-height: 1.4;
  flex: 1;
  font-weight: 500;
  font-size: 0.7rem;
}

.rackmount-server-whole-page-css .model-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #d9730a, #ff8c00);
  border: none;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.8rem;
  color: white;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
  text-decoration: none;
  width: fit-content;
  margin-top: auto;
  box-shadow: 0 4px 15px rgba(217, 115, 10, 0.3);
  margin-top: 15px !important;
}

.rackmount-server-whole-page-css .model-btn i {
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}

.rackmount-server-whole-page-css .model-btn:hover {
  background: linear-gradient(135deg, #b85f08, #e07c0a);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(217, 115, 10, 0.4);
  color: white;
  text-decoration: none;
}

.rackmount-server-whole-page-css .model-btn:hover i {
  transform: translateX(6px);
}

/* Row spacing for Bootstrap grid */
.rackmount-server-whole-page-css .portfolio-gpu .row {
  margin-left: -15px;
  margin-right: -15px;
}

.rackmount-server-whole-page-css .portfolio-gpu [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .rackmount-server-whole-page-css .portfolio-gpu {
    padding: 50px 0;
  }

  .rackmount-server-whole-page-css .section-header {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .rackmount-server-whole-page-css .portfolio-gpu {
    padding: 40px 0;
  }

  .rackmount-server-whole-page-css .product-title {
    font-size: 1.2rem;
  }

  .rackmount-server-whole-page-css .card-content {
    padding: 16px 20px 20px;
  }

  .rackmount-server-whole-page-css .spec-label {
    min-width: 50px;
  }

  .rackmount-server-whole-page-css .section-header {
    margin-bottom: 32px;
  }

  .rackmount-server-whole-page-css .power-title {
    font-size: 3rem;
  }

  .rackmount-server-whole-page-css .orb-battery,
  .rackmount-server-whole-page-css .orb-energy {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 576px) {
  .rackmount-server-whole-page-css .card-image {
    padding: 20px 16px;
  }

  .rackmount-server-whole-page-css .card-image img {
    max-height: 140px;
  }

  .rackmount-server-whole-page-css .model-btn {
    padding: 8px 20px;
    font-size: 0.75rem;
  }

  .rackmount-server-whole-page-css .power-title {
    font-size: 2rem;
  }
}

.rackmount-server-whole-page-css .product-card {
  background: transparent;
  box-shadow: none;
  border: none;
}

.rackmount-server-whole-page-css .product-card:hover {
  background: transparent;
  box-shadow: none;
  border: none;
}

/* ---------------------------------rackmountserverpage----csss---ended------------------------------ */
/* ---------------------------------bladeserverpage----csss---started------------------------------ */

/* ===== Power Grid Banner Section ===== */
.blade-server-all-page-css .about-banner {
  position: relative;
  padding: 50px 0;
  background: linear-gradient(135deg, #1f365c, #0da3a3);
  background-image: url("../img/bgg.jpg");
  color: white;
  overflow: hidden;
}

/* Canvas container for power grid animation */
.blade-server-all-page-css #power-grid-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  display: block;
}

/* Floating energy orbs */
.blade-server-all-page-css .power-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  z-index: 1;
  animation: pulseOrb 12s infinite alternate ease-in-out;
  pointer-events: none;
}

.blade-server-all-page-css .orb-battery {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #f28a1d, #ff5e00);
  top: -120px;
  left: -80px;
  opacity: 0.35;
  animation-duration: 18s;
}

.blade-server-all-page-css .orb-energy {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #0da3a3, #0b6f8f);
  bottom: -150px;
  right: -100px;
  opacity: 0.4;
  animation-duration: 22s;
}

.blade-server-all-page-css .orb-circuit {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, #ffaa44, #ff7700);
  top: 40%;
  right: 5%;
  opacity: 0.3;
  filter: blur(80px);
  animation-duration: 15s;
}

/* Energy arc overlay */
.blade-server-all-page-css .energy-arc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(90deg,
      transparent,
      transparent 40px,
      rgba(242, 138, 29, 0.08) 40px,
      rgba(13, 163, 163, 0.05) 80px);
  z-index: 1;
  pointer-events: none;
  animation: slideEnergy 20s linear infinite;
}

/* Banner content positioning */
.blade-server-all-page-css .banner-content {
  position: relative;
  z-index: 20;
  text-align: center;
}

/* Power title styling */
.blade-server-all-page-css .power-title {
  font-size: 3.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff, #ffe0b5, #f28a1d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  text-shadow: 0 0 30px rgba(242, 138, 29, 0.3);
  animation:
    titleRevealPower 0.9s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards,
    gentleFloat 4s infinite alternate;
}

/* Power pulse ring */
.blade-server-all-page-css .power-pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  margin-left: -140px;
  margin-top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(242, 138, 29, 0.2),
      transparent 70%);
  z-index: 0;
  animation: softPulsePower 4s infinite;
  pointer-events: none;
}

/* Floating charge particles */
.blade-server-all-page-css .charge-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.blade-server-all-page-css .particle {
  position: absolute;
  background: radial-gradient(circle, #f28a1d, #ffcc66);
  border-radius: 50%;
  opacity: 0;
  animation: floatCharge 10s infinite linear;
  box-shadow: 0 0 6px rgba(242, 138, 29, 0.8);
}

/* Banner Shapes */
.blade-server-all-page-css .banner-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
}

.blade-server-all-page-css .shape1 {
  width: 300px;
  height: 300px;
  background: #ff8c00;
  top: -50px;
  left: -50px;
}

.blade-server-all-page-css .shape2 {
  width: 400px;
  height: 400px;
  background: #ffffff;
  bottom: -100px;
  right: -100px;
}

/* ===== About Section ===== */
.blade-server-all-page-css .about-section {
  background: #f9fbff;
  padding: 60px 0;
}

/* Left Image Box */
.blade-server-all-page-css .about-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.blade-server-all-page-css .about-img img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

/* Hover zoom */
.blade-server-all-page-css .about-img:hover img {
  transform: scale(1.05);
}

/* Overlay */
.blade-server-all-page-css .img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #fff;
}

/* Title */
.blade-server-all-page-css .sku-model {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
}

/* Subtitle */
.blade-server-all-page-css .img-overlay h4 {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
}

/* Badge */
.blade-server-all-page-css .new-icon {
  background: #ff5e00;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 20px;
  margin-left: 6px;
}

/* ===== Right Content ===== */
.blade-server-all-page-css .about-content {
  padding-left: 30px;
}

.blade-server-all-page-css .about-subtitle {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1f365c;
  margin-bottom: 10px;
}

/* List */
.blade-server-all-page-css .about-list {
  list-style: none;
  padding: 0;
}

.blade-server-all-page-css .about-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  color: #5f6f81;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Custom bullet */
.blade-server-all-page-css .about-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background: linear-gradient(135deg, #0da3a3, #ff8c00);
  border-radius: 50%;
}

/* Responsive */
@media (max-width: 991px) {
  .blade-server-all-page-css .about-content {
    padding-left: 0;
    margin-top: 30px;
  }
}

/* ===== GPU Portfolio Section ===== */
.blade-server-all-page-css .portfolio-gpu {
  background: linear-gradient(145deg, #f8fafd 0%, #f0f4f9 100%);
  padding: 60px 0;
  position: relative;
}

.blade-server-all-page-css .section-header {
  text-align: center;
  margin-bottom: 56px;
}

.blade-server-all-page-css .section-header h2 {
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 800;
  color: #0a2a42;
}

.blade-server-all-page-css .section-header h2 span {
  color: #ff8c00;
}

.blade-server-all-page-css .section-header p {
  color: #4a627a;
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto;
}

/* Product Card */
.blade-server-all-page-css .gpu-card {
  background: linear-gradient(135deg, #ffffff 0%, #fefefe 100%);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.2, 0, 0, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(43, 123, 182, 0.1);
  position: relative;
}

.blade-server-all-page-css .gpu-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 32px 48px -20px rgba(0, 0, 0, 0.2);
  border-color: rgba(43, 123, 182, 0.3);
}

.blade-server-all-page-css .card-image {
  background: linear-gradient(135deg, #f5f9fe 0%, #ffffff 100%);
  padding: 28px 24px 20px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.blade-server-all-page-css .card-image img {
  max-width: 100%;
  height: auto;
  max-height: 170px;
  min-height: 170px;
  object-fit: contain;
  transition: transform 0.4s cubic-bezier(0.2, 0, 0, 1);
}

.blade-server-all-page-css .gpu-card:hover .card-image img {
  transform: scale(1.05);
}

.blade-server-all-page-css .card-content {
  padding: 20px 15px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: white;
}

.blade-server-all-page-css .product-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #0a2a42;
  margin-bottom: 10px;
  line-height: 1.3;
}

.blade-server-all-page-css .gpu-card:hover .product-title {
  color: #1e6a9e;
}

.blade-server-all-page-css .product-subtitle {
  font-size: 0.7rem;
  font-weight: 700;
  color: #2b7bb6;
  background: linear-gradient(135deg, #e8f0fe, #e0ecf8);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  border-radius: 40px;
  margin-bottom: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: fit-content;
}

.blade-server-all-page-css .product-subtitle i {
  font-size: 0.7rem;
}

.blade-server-all-page-css .product-desc {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #4a627a;
  margin-bottom: 16px;
  padding-left: 12px;
  border-left: 3px solid #2b7bb6;
}

.blade-server-all-page-css .spec-list {
  list-style: none;
  background: linear-gradient(135deg, #fafcff, #f5f9fe);
  border-radius: 20px;
  padding: 14px 12px;
  margin-bottom: 20px;
  border: 1px solid #eef2f8;
}

.blade-server-all-page-css .spec-list li {
  display: flex;
  font-size: 0.75rem;
  padding: 8px 0;
  border-bottom: 1px solid #e9f0f5;
  gap: 10px;
}

.blade-server-all-page-css .spec-list li:last-child {
  border-bottom: none;
}

.blade-server-all-page-css .spec-label {
  font-weight: 800;
  min-width: 60px;
  color: #1e6a9e;
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.blade-server-all-page-css .spec-label i {
  font-size: 0.7rem;
  color: #52b4e0;
}

.blade-server-all-page-css .spec-value {
  color: #2c4a6e;
  line-height: 1.4;
  flex: 1;
  font-weight: 500;
  font-size: 0.7rem;
}

.blade-server-all-page-css .model-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #d9730a, #ff8c00);
  border: none;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.8rem;
  color: white;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
  text-decoration: none;
  width: fit-content;
  margin-top: auto;
  box-shadow: 0 4px 15px rgba(217, 115, 10, 0.3);
  margin-top: 15px !important;
}

.blade-server-all-page-css .model-btn i {
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}

.blade-server-all-page-css .model-btn:hover {
  background: linear-gradient(135deg, #b85f08, #e07c0a);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(217, 115, 10, 0.4);
  color: white;
  text-decoration: none;
}

.blade-server-all-page-css .model-btn:hover i {
  transform: translateX(6px);
}

/* Row spacing for Bootstrap grid */
.blade-server-all-page-css .portfolio-gpu .row {
  margin-left: -15px;
  margin-right: -15px;
}

.blade-server-all-page-css .portfolio-gpu [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .blade-server-all-page-css .portfolio-gpu {
    padding: 50px 0;
  }

  .blade-server-all-page-css .section-header {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .blade-server-all-page-css .portfolio-gpu {
    padding: 40px 0;
  }

  .blade-server-all-page-css .product-title {
    font-size: 1.2rem;
  }

  .blade-server-all-page-css .card-content {
    padding: 16px 20px 20px;
  }

  .blade-server-all-page-css .spec-label {
    min-width: 50px;
  }

  .blade-server-all-page-css .section-header {
    margin-bottom: 32px;
  }

  .blade-server-all-page-css .power-title {
    font-size: 3rem;
  }

  .blade-server-all-page-css .orb-battery,
  .blade-server-all-page-css .orb-energy {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 576px) {
  .blade-server-all-page-css .card-image {
    padding: 20px 16px;
  }

  .blade-server-all-page-css .card-image img {
    max-height: 140px;
  }

  .blade-server-all-page-css .model-btn {
    padding: 8px 20px;
    font-size: 0.75rem;
  }

  .blade-server-all-page-css .power-title {
    font-size: 2rem;
  }
}

.blade-server-all-page-css .product-card {
  background: transparent;
  box-shadow: none;
  border: none;
}

.blade-server-all-page-css .product-card:hover {
  background: transparent;
  box-shadow: none;
  border: none;
}

/* ---------------------------------bladeserverpage----csss---ended------------------------------ */

/* ---------------------------------twinserverpage----csss---started------------------------------ */

.twin-sserver-page-css .about-banner {
  position: relative;
  padding: 50px 0;
  background: linear-gradient(135deg, #1f365c, #0da3a3);
  background-image: url("../img/bgg.jpg");
  color: white;
  overflow: hidden;
}

.twin-sserver-page-css #power-grid-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  display: block;
}

/* Floating energy orbs */
.twin-sserver-page-css .power-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  z-index: 1;
  animation: pulseOrb 12s infinite alternate ease-in-out;
  pointer-events: none;
}

.twin-sserver-page-css .orb-battery {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #f28a1d, #ff5e00);
  top: -120px;
  left: -80px;
  opacity: 0.35;
  animation-duration: 18s;
}

.twin-sserver-page-css .orb-energy {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #0da3a3, #0b6f8f);
  bottom: -150px;
  right: -100px;
  opacity: 0.4;
  animation-duration: 22s;
}

.twin-sserver-page-css .orb-circuit {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, #ffaa44, #ff7700);
  top: 40%;
  right: 5%;
  opacity: 0.3;
  filter: blur(80px);
  animation-duration: 15s;
}

/* Energy arc overlay */
.twin-sserver-page-css .energy-arc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(90deg,
      transparent,
      transparent 40px,
      rgba(242, 138, 29, 0.08) 40px,
      rgba(13, 163, 163, 0.05) 80px);
  z-index: 1;
  pointer-events: none;
  animation: slideEnergy 20s linear infinite;
}

/* Banner content positioning */
.twin-sserver-page-css .banner-content {
  position: relative;
  z-index: 20;
  text-align: center;
}

/* Power title styling */
.twin-sserver-page-css .power-title {
  font-size: 3.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff, #ffe0b5, #f28a1d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  text-shadow: 0 0 30px rgba(242, 138, 29, 0.3);
  animation:
    titleRevealPower 0.9s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards,
    gentleFloat 4s infinite alternate;
}

/* Power pulse ring */
.twin-sserver-page-css .power-pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  margin-left: -140px;
  margin-top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(242, 138, 29, 0.2),
      transparent 70%);
  z-index: 0;
  animation: softPulsePower 4s infinite;
  pointer-events: none;
}

/* Floating charge particles */
.twin-sserver-page-css .charge-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.twin-sserver-page-css .particle {
  position: absolute;
  background: radial-gradient(circle, #f28a1d, #ffcc66);
  border-radius: 50%;
  opacity: 0;
  animation: floatCharge 10s infinite linear;
  box-shadow: 0 0 6px rgba(242, 138, 29, 0.8);
}

/* Banner Shapes */
.twin-sserver-page-css .banner-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
}

.twin-sserver-page-css .shape1 {
  width: 300px;
  height: 300px;
  background: #ff8c00;
  top: -50px;
  left: -50px;
}

.twin-sserver-page-css .shape2 {
  width: 400px;
  height: 400px;
  background: #ffffff;
  bottom: -100px;
  right: -100px;
}

/* ===== About Section ===== */
.twin-sserver-page-css .about-section {
  background: #f9fbff;
  padding: 60px 0;
}

/* Left Image Box */
.twin-sserver-page-css .about-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.twin-sserver-page-css .about-img img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

/* Hover zoom */
.twin-sserver-page-css .about-img:hover img {
  transform: scale(1.05);
}

/* Overlay */
.twin-sserver-page-css .img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #fff;
}

/* Title */
.twin-sserver-page-css .sku-model {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
}

/* Subtitle */
.twin-sserver-page-css .img-overlay h4 {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
}

/* Badge */
.twin-sserver-page-css .new-icon {
  background: #ff5e00;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 20px;
  margin-left: 6px;
}

/* ===== Right Content ===== */
.twin-sserver-page-css .about-content {
  padding-left: 30px;
}

.twin-sserver-page-css .about-subtitle {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1f365c;
  margin-bottom: 10px;
}

/* List */
.twin-sserver-page-css .about-list {
  list-style: none;
  padding: 0;
}

.twin-sserver-page-css .about-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  color: #5f6f81;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Custom bullet */
.twin-sserver-page-css .about-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background: linear-gradient(135deg, #0da3a3, #ff8c00);
  border-radius: 50%;
}

/* Responsive */
@media (max-width: 991px) {
  .twin-sserver-page-css .about-content {
    padding-left: 0;
    margin-top: 30px;
  }
}

.twin-sserver-page-css .portfolio-gpu {
  background: linear-gradient(145deg, #f8fafd 0%, #f0f4f9 100%);
  padding: 60px 0;
  position: relative;
}

.twin-sserver-page-css .section-header {
  text-align: center;
  margin-bottom: 56px;
}

.twin-sserver-page-css .section-header h2 {
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 800;
  color: #0a2a42;
}

.twin-sserver-page-css .section-header h2 span {
  color: #ff8c00;
}

.twin-sserver-page-css .section-header p {
  color: #4a627a;
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto;
}

/* Product Card */
.twin-sserver-page-css .gpu-card {
  background: linear-gradient(135deg, #ffffff 0%, #fefefe 100%);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.2, 0, 0, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(43, 123, 182, 0.1);
  position: relative;
}

.twin-sserver-page-css .gpu-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 32px 48px -20px rgba(0, 0, 0, 0.2);
  border-color: rgba(43, 123, 182, 0.3);
}

.twin-sserver-page-css .card-image {
  background: linear-gradient(135deg, #f5f9fe 0%, #ffffff 100%);
  padding: 28px 24px 20px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.twin-sserver-page-css .card-image img {
  max-width: 100%;
  height: auto;
  max-height: 170px;
  min-height: 170px;
  object-fit: contain;
  transition: transform 0.4s cubic-bezier(0.2, 0, 0, 1);
}

.twin-sserver-page-css .gpu-card:hover .card-image img {
  transform: scale(1.05);
}

.twin-sserver-page-css .card-content {
  padding: 20px 15px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: white;
}

.twin-sserver-page-css .product-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #0a2a42;
  margin-bottom: 10px;
  line-height: 1.3;
}

.twin-sserver-page-css .gpu-card:hover .product-title {
  color: #1e6a9e;
}

.twin-sserver-page-css .product-subtitle {
  font-size: 0.7rem;
  font-weight: 700;
  color: #2b7bb6;
  background: linear-gradient(135deg, #e8f0fe, #e0ecf8);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  border-radius: 40px;
  margin-bottom: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: fit-content;
}

.twin-sserver-page-css .product-subtitle i {
  font-size: 0.7rem;
}

.twin-sserver-page-css .product-desc {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #4a627a;
  margin-bottom: 16px;
  padding-left: 12px;
  border-left: 3px solid #2b7bb6;
}

.twin-sserver-page-css .spec-list {
  list-style: none;
  background: linear-gradient(135deg, #fafcff, #f5f9fe);
  border-radius: 20px;
  padding: 14px 12px;
  margin-bottom: 20px;
  border: 1px solid #eef2f8;
}

.twin-sserver-page-css .spec-list li {
  display: flex;
  font-size: 0.75rem;
  padding: 8px 0;
  border-bottom: 1px solid #e9f0f5;
  gap: 10px;
}

.twin-sserver-page-css .spec-list li:last-child {
  border-bottom: none;
}

.twin-sserver-page-css .spec-label {
  font-weight: 800;
  min-width: 60px;
  color: #1e6a9e;
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.twin-sserver-page-css .spec-label i {
  font-size: 0.7rem;
  color: #52b4e0;
}

.twin-sserver-page-css .spec-value {
  color: #2c4a6e;
  line-height: 1.4;
  flex: 1;
  font-weight: 500;
  font-size: 0.7rem;
}

.twin-sserver-page-css .model-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #d9730a, #ff8c00);
  border: none;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.8rem;
  color: white;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
  text-decoration: none;
  width: fit-content;
  margin-top: auto;
  box-shadow: 0 4px 15px rgba(217, 115, 10, 0.3);
  margin-top: 15px !important;
}

.twin-sserver-page-css .model-btn i {
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}

.twin-sserver-page-css .model-btn:hover {
  background: linear-gradient(135deg, #b85f08, #e07c0a);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(217, 115, 10, 0.4);
  color: white;
  text-decoration: none;
}

.twin-sserver-page-css .model-btn:hover i {
  transform: translateX(6px);
}

/* Row spacing for Bootstrap grid */
.twin-sserver-page-css .portfolio-gpu .row {
  margin-left: -15px;
  margin-right: -15px;
}

.twin-sserver-page-css .portfolio-gpu [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .twin-sserver-page-css .portfolio-gpu {
    padding: 50px 0;
  }

  .twin-sserver-page-css .section-header {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .twin-sserver-page-css .portfolio-gpu {
    padding: 40px 0;
  }

  .twin-sserver-page-css .product-title {
    font-size: 1.2rem;
  }

  .twin-sserver-page-css .card-content {
    padding: 16px 20px 20px;
  }

  .twin-sserver-page-css .spec-label {
    min-width: 50px;
  }

  .twin-sserver-page-css .section-header {
    margin-bottom: 32px;
  }

  .twin-sserver-page-css .power-title {
    font-size: 3rem;
  }

  .twin-sserver-page-css .orb-battery,
  .twin-sserver-page-css .orb-energy {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 576px) {
  .twin-sserver-page-css .card-image {
    padding: 20px 16px;
  }

  .twin-sserver-page-css .card-image img {
    max-height: 140px;
  }

  .twin-sserver-page-css .model-btn {
    padding: 8px 20px;
    font-size: 0.75rem;
  }

  .twin-sserver-page-css .power-title {
    font-size: 2rem;
  }
}

.twin-sserver-page-css .product-card {
  background: transparent;
  box-shadow: none;
  border: none;
}

.twin-sserver-page-css .product-card:hover {
  background: transparent;
  box-shadow: none;
  border: none;
}

/* ---------------------------------twinserverpage----csss---ended------------------------------ */
/* ---------------------------------storageserverpage----csss---started------------------------------ */
.storage-server-all-ccs-page .about-banner {
  position: relative;
  padding: 50px 0;
  background: linear-gradient(135deg, #1f365c, #0da3a3);
  background-image: url("../img/bgg.jpg");
  color: white;
  overflow: hidden;
}

/* Canvas container for power grid animation */
.storage-server-all-ccs-page #power-grid-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  display: block;
}

/* Floating energy orbs */
.storage-server-all-ccs-page .power-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  z-index: 1;
  animation: pulseOrb 12s infinite alternate ease-in-out;
  pointer-events: none;
}

.storage-server-all-ccs-page .orb-battery {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #f28a1d, #ff5e00);
  top: -120px;
  left: -80px;
  opacity: 0.35;
  animation-duration: 18s;
}

.storage-server-all-ccs-page .orb-energy {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #0da3a3, #0b6f8f);
  bottom: -150px;
  right: -100px;
  opacity: 0.4;
  animation-duration: 22s;
}

.storage-server-all-ccs-page .orb-circuit {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, #ffaa44, #ff7700);
  top: 40%;
  right: 5%;
  opacity: 0.3;
  filter: blur(80px);
  animation-duration: 15s;
}

/* Energy arc overlay */
.storage-server-all-ccs-page .energy-arc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(90deg,
      transparent,
      transparent 40px,
      rgba(242, 138, 29, 0.08) 40px,
      rgba(13, 163, 163, 0.05) 80px);
  z-index: 1;
  pointer-events: none;
  animation: slideEnergy 20s linear infinite;
}

/* Banner content positioning */
.storage-server-all-ccs-page .banner-content {
  position: relative;
  z-index: 20;
  text-align: center;
}

/* Power title styling */
.storage-server-all-ccs-page .power-title {
  font-size: 3.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff, #ffe0b5, #f28a1d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  text-shadow: 0 0 30px rgba(242, 138, 29, 0.3);
  animation:
    titleRevealPower 0.9s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards,
    gentleFloat 4s infinite alternate;
}

/* Power pulse ring */
.storage-server-all-ccs-page .power-pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  margin-left: -140px;
  margin-top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(242, 138, 29, 0.2),
      transparent 70%);
  z-index: 0;
  animation: softPulsePower 4s infinite;
  pointer-events: none;
}

/* Floating charge particles */
.storage-server-all-ccs-page .charge-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.storage-server-all-ccs-page .particle {
  position: absolute;
  background: radial-gradient(circle, #f28a1d, #ffcc66);
  border-radius: 50%;
  opacity: 0;
  animation: floatCharge 10s infinite linear;
  box-shadow: 0 0 6px rgba(242, 138, 29, 0.8);
}

/* Banner Shapes */
.storage-server-all-ccs-page .banner-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
}

.storage-server-all-ccs-page .shape1 {
  width: 300px;
  height: 300px;
  background: #ff8c00;
  top: -50px;
  left: -50px;
}

.storage-server-all-ccs-page .shape2 {
  width: 400px;
  height: 400px;
  background: #ffffff;
  bottom: -100px;
  right: -100px;
}

/* ===== About Section ===== */
.storage-server-all-ccs-page .about-section {
  background: #f9fbff;
  padding: 60px 0;
}

/* Left Image Box */
.storage-server-all-ccs-page .about-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.storage-server-all-ccs-page .about-img img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

/* Hover zoom */
.storage-server-all-ccs-page .about-img:hover img {
  transform: scale(1.05);
}

/* Overlay */
.storage-server-all-ccs-page .img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #fff;
}

/* Title */
.storage-server-all-ccs-page .sku-model {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
}

/* Subtitle */
.storage-server-all-ccs-page .img-overlay h4 {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
}

/* Badge */
.storage-server-all-ccs-page .new-icon {
  background: #ff5e00;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 20px;
  margin-left: 6px;
}

/* ===== Right Content ===== */
.storage-server-all-ccs-page .about-content {
  padding-left: 30px;
}

.storage-server-all-ccs-page .about-subtitle {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1f365c;
  margin-bottom: 10px;
}

/* List */
.storage-server-all-ccs-page .about-list {
  list-style: none;
  padding: 0;
}

.storage-server-all-ccs-page .about-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  color: #5f6f81;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Custom bullet */
.storage-server-all-ccs-page .about-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background: linear-gradient(135deg, #0da3a3, #ff8c00);
  border-radius: 50%;
}

/* Responsive */
@media (max-width: 991px) {
  .storage-server-all-ccs-page .about-content {
    padding-left: 0;
    margin-top: 30px;
  }
}

/* ===== GPU Portfolio Section ===== */
.storage-server-all-ccs-page .portfolio-gpu {
  background: linear-gradient(145deg, #f8fafd 0%, #f0f4f9 100%);
  padding: 60px 0;
  position: relative;
}

.storage-server-all-ccs-page .section-header {
  text-align: center;
  margin-bottom: 56px;
}

.storage-server-all-ccs-page .section-header h2 {
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 800;
  color: #0a2a42;
}

.storage-server-all-ccs-page .section-header h2 span {
  color: #ff8c00;
}

.storage-server-all-ccs-page .section-header p {
  color: #4a627a;
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto;
}

/* Product Card */
.storage-server-all-ccs-page .gpu-card {
  background: linear-gradient(135deg, #ffffff 0%, #fefefe 100%);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.2, 0, 0, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(43, 123, 182, 0.1);
  position: relative;
}

.storage-server-all-ccs-page .gpu-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 32px 48px -20px rgba(0, 0, 0, 0.2);
  border-color: rgba(43, 123, 182, 0.3);
}

.storage-server-all-ccs-page .card-image {
  background: linear-gradient(135deg, #f5f9fe 0%, #ffffff 100%);
  padding: 28px 24px 20px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.storage-server-all-ccs-page .card-image img {
  max-width: 100%;
  height: auto;
  max-height: 170px;
  min-height: 170px;
  object-fit: contain;
  transition: transform 0.4s cubic-bezier(0.2, 0, 0, 1);
}

.storage-server-all-ccs-page .gpu-card:hover .card-image img {
  transform: scale(1.05);
}

.storage-server-all-ccs-page .card-content {
  padding: 20px 15px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: white;
}

.storage-server-all-ccs-page .product-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #0a2a42;
  margin-bottom: 10px;
  line-height: 1.3;
}

.storage-server-all-ccs-page .gpu-card:hover .product-title {
  color: #1e6a9e;
}

.storage-server-all-ccs-page .product-subtitle {
  font-size: 0.7rem;
  font-weight: 700;
  color: #2b7bb6;
  background: linear-gradient(135deg, #e8f0fe, #e0ecf8);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  border-radius: 40px;
  margin-bottom: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: fit-content;
}

.storage-server-all-ccs-page .product-subtitle i {
  font-size: 0.7rem;
}

.storage-server-all-ccs-page .product-desc {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #4a627a;
  margin-bottom: 16px;
  padding-left: 12px;
  border-left: 3px solid #2b7bb6;
}

.storage-server-all-ccs-page .spec-list {
  list-style: none;
  background: linear-gradient(135deg, #fafcff, #f5f9fe);
  border-radius: 20px;
  padding: 14px 12px;
  margin-bottom: 20px;
  border: 1px solid #eef2f8;
}

.storage-server-all-ccs-page .spec-list li {
  display: flex;
  font-size: 0.75rem;
  padding: 8px 0;
  border-bottom: 1px solid #e9f0f5;
  gap: 10px;
}

.storage-server-all-ccs-page .spec-list li:last-child {
  border-bottom: none;
}

.storage-server-all-ccs-page .spec-label {
  font-weight: 800;
  min-width: 60px;
  color: #1e6a9e;
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.storage-server-all-ccs-page .spec-label i {
  font-size: 0.7rem;
  color: #52b4e0;
}

.storage-server-all-ccs-page .spec-value {
  color: #2c4a6e;
  line-height: 1.4;
  flex: 1;
  font-weight: 500;
  font-size: 0.7rem;
}

.storage-server-all-ccs-page .model-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #d9730a, #ff8c00);
  border: none;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.8rem;
  color: white;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
  text-decoration: none;
  width: fit-content;
  margin-top: auto;
  box-shadow: 0 4px 15px rgba(217, 115, 10, 0.3);
  margin-top: 15px !important;
}

.storage-server-all-ccs-page .model-btn i {
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}

.storage-server-all-ccs-page .model-btn:hover {
  background: linear-gradient(135deg, #b85f08, #e07c0a);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(217, 115, 10, 0.4);
  color: white;
  text-decoration: none;
}

.storage-server-all-ccs-page .model-btn:hover i {
  transform: translateX(6px);
}

/* Row spacing for Bootstrap grid */
.storage-server-all-ccs-page .portfolio-gpu .row {
  margin-left: -15px;
  margin-right: -15px;
}

.storage-server-all-ccs-page .portfolio-gpu [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .storage-server-all-ccs-page .portfolio-gpu {
    padding: 50px 0;
  }

  .storage-server-all-ccs-page .section-header {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .storage-server-all-ccs-page .portfolio-gpu {
    padding: 40px 0;
  }

  .storage-server-all-ccs-page .product-title {
    font-size: 1.2rem;
  }

  .storage-server-all-ccs-page .card-content {
    padding: 16px 20px 20px;
  }

  .storage-server-all-ccs-page .spec-label {
    min-width: 50px;
  }

  .storage-server-all-ccs-page .section-header {
    margin-bottom: 32px;
  }

  .storage-server-all-ccs-page .power-title {
    font-size: 3rem;
  }

  .storage-server-all-ccs-page .orb-battery,
  .storage-server-all-ccs-page .orb-energy {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 576px) {
  .storage-server-all-ccs-page .card-image {
    padding: 20px 16px;
  }

  .storage-server-all-ccs-page .card-image img {
    max-height: 140px;
  }

  .storage-server-all-ccs-page .model-btn {
    padding: 8px 20px;
    font-size: 0.75rem;
  }

  .storage-server-all-ccs-page .power-title {
    font-size: 2rem;
  }
}

.storage-server-all-ccs-page .product-card {
  background: transparent;
  box-shadow: none;
  border: none;
}

.storage-server-all-ccs-page .product-card:hover {
  background: transparent;
  box-shadow: none;
  border: none;
}

/* ---------------------------------storageserverpage----csss---ended------------------------------ */
/* ---------------------------------wp-seriespage----csss---started------------------------------ */


/* ===== Power Grid Banner Section ===== */
.wp-series-all-page-style .about-banner {
  position: relative;
  padding: 50px 0;
  background: linear-gradient(135deg, #1f365c, #0da3a3);
  background-image: url("../img/bgg.jpg");
  color: white;
  overflow: hidden;
}

.wp-series-all-page-style #power-grid-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  display: block;
}

.wp-series-all-page-style .power-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  z-index: 1;
  animation: pulseOrb 12s infinite alternate ease-in-out;
  pointer-events: none;
}

.wp-series-all-page-style .orb-battery {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #f28a1d, #ff5e00);
  top: -120px;
  left: -80px;
  opacity: 0.35;
  animation-duration: 18s;
}

.wp-series-all-page-style .orb-energy {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #0da3a3, #0b6f8f);
  bottom: -150px;
  right: -100px;
  opacity: 0.4;
  animation-duration: 22s;
}

.wp-series-all-page-style .orb-circuit {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, #ffaa44, #ff7700);
  top: 40%;
  right: 5%;
  opacity: 0.3;
  filter: blur(80px);
  animation-duration: 15s;
}

.wp-series-all-page-style .energy-arc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(90deg,
      transparent,
      transparent 40px,
      rgba(242, 138, 29, 0.08) 40px,
      rgba(13, 163, 163, 0.05) 80px);
  z-index: 1;
  pointer-events: none;
  animation: slideEnergy 20s linear infinite;
}

.wp-series-all-page-style .banner-content {
  position: relative;
  z-index: 20;
  text-align: center;
}

.wp-series-all-page-style .power-title {
  font-size: 3.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff, #ffe0b5, #f28a1d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
  animation:
    titleRevealPower 0.9s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards,
    gentleFloat 4s infinite alternate;
}

.wp-series-all-page-style .power-subtitle {
  font-size: 1.1rem;
  opacity: 0.9;
}

.wp-series-all-page-style .power-pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  margin-left: -140px;
  margin-top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(242, 138, 29, 0.2),
      transparent 70%);
  z-index: 0;
  animation: softPulsePower 4s infinite;
  pointer-events: none;
}

.wp-series-all-page-style .charge-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.wp-series-all-page-style .particle {
  position: absolute;
  background: radial-gradient(circle, #f28a1d, #ffcc66);
  border-radius: 50%;
  opacity: 0;
  animation: floatCharge 10s infinite linear;
  box-shadow: 0 0 6px rgba(242, 138, 29, 0.8);
}

/* ===== Product Section ===== */
.wp-series-all-page-style .product-section {
  background: linear-gradient(135deg, #f9fbff 0%, #f0f4fa 100%);
  padding: 60px 0;
}

.wp-series-all-page-style .product-card {
  background: white;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.wp-series-all-page-style .product-card:hover {
  transform: translateY(-5px);
}

.wp-series-all-page-style .product-description {
  background: #f8fafd;
  padding: 25px 30px;
  border-radius: 24px;
  margin-bottom: 35px;
  border-left: 4px solid #f28a1d;
  font-size: 1rem;
  line-height: 1.7;
  color: #2c3e50;
}

/* Features Grid */
.wp-series-all-page-style .features-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0a2a42;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.wp-series-all-page-style .features-title svg {
  stroke: #f28a1d;
}

.wp-series-all-page-style .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px;
  margin-bottom: 40px;
}

.wp-series-all-page-style .feature-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: #f8fafd;
  border-radius: 16px;
  transition: all 0.2s ease;
  border: 1px solid #eef2f8;
}

.wp-series-all-page-style .feature-item:hover {
  background: #fff0e0;
  border-color: #f28a1d40;
  transform: translateX(5px);
}

.wp-series-all-page-style .feature-check {
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, #f28a1d, #ff5e00);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.wp-series-all-page-style .feature-check svg {
  width: 14px;
  height: 14px;
  stroke: white;
  stroke-width: 2.5;
}

.wp-series-all-page-style .feature-text {
  font-size: 0.95rem;
  color: #2c3e50;
  font-weight: 500;
  line-height: 1.4;
}

/* Button */
.wp-series-all-page-style .explore-btn-container {
  text-align: center;
  margin-top: 20px;
}

.wp-series-all-page-style .explore-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #f28a1d, #ff5e00);
  color: white;
  padding: 14px 45px;
  border-radius: 60px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 10px 25px rgba(242, 138, 29, 0.3);
}

.wp-series-all-page-style .explore-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 35px rgba(242, 138, 29, 0.4);
  color: white;
}

.wp-series-all-page-style .explore-btn svg {
  transition: transform 0.3s;
}

.wp-series-all-page-style .explore-btn:hover svg {
  transform: translateX(5px);
}

@media (max-width: 768px) {
  .wp-series-all-page-style .power-title {
    font-size: 2rem;
  }

  .wp-series-all-page-style .features-grid {
    grid-template-columns: 1fr;
  }
}

.wp-series-all-page-style .section-header {
  text-align: center;
  margin-bottom: 30px;
}

.wp-series-all-page-style .section-header h2 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #0a2a42;
  margin-bottom: 10px;
}

.wp-series-all-page-style .section-header h2 span {
  color: #f28a1d;
}

.wp-series-all-page-style .section-header p {
  color: #6c7a89;
}

.wp-series-all-page-style .product-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.wp-series-all-page-style .product-table thead tr {
  background: linear-gradient(135deg, #1f365c, #0da3a3);
  color: white;
}

.wp-series-all-page-style .product-table th {
  padding: 18px 20px;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  border: none;
}

.wp-series-all-page-style .product-table th:first-child {
  text-align: left;
}

.wp-series-all-page-style .product-table td {
  padding: 15px 20px;
  text-align: center;
  background: white;
  border-bottom: 1px solid #eef2f8;
  color: #2c3e50;
  font-weight: 500;
}

.wp-series-all-page-style .product-table td:first-child {
  text-align: left;
  font-weight: 700;
  color: #0a2a42;
}

.wp-series-all-page-style .product-table tr:hover td {
  background: #fff8f0;
  transition: 0.2s;
}

.wp-series-all-page-style .product-table tr:last-child td {
  border-bottom: none;
}

/* Individual Download Button */
.wp-series-all-page-style .download-row-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #f28a1d, #ff5e00);
  color: white;
  padding: 8px 18px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 0.8rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(242, 138, 29, 0.3);
}

.wp-series-all-page-style .download-row-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(242, 138, 29, 0.4);
  color: white;
}

.wp-series-all-page-style .download-row-btn svg {
  width: 16px;
  height: 16px;
  stroke: white;
  stroke-width: 2;
  fill: none;
}

@media (max-width: 768px) {
  .wp-series-all-page-style .power-title {
    font-size: 2rem;
  }

  .wp-series-all-page-style .product-table th,
  .wp-series-all-page-style .product-table td {
    padding: 12px 10px;
    font-size: 0.75rem;
  }

  .wp-series-all-page-style .download-row-btn {
    padding: 6px 12px;
    font-size: 0.7rem;
    gap: 5px;
  }

  .wp-series-all-page-style .download-row-btn svg {
    width: 12px;
    height: 12px;
  }
}

/* ---------------------------------wp-seriespage----csss---ended------------------------------ */

/* ---------------------------------48v-whole-page----csss---started------------------------------ */

/* ===== Power Grid Banner Section ===== */
.lion-fourtheighr-whole-box .about-banner {
  position: relative;
  padding: 50px 0;
  background: linear-gradient(135deg, #1f365c, #0da3a3);
  background-image: url("../img/bgg.jpg");
  color: white;
  overflow: hidden;
}

.lion-fourtheighr-whole-box #power-grid-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  display: block;
}

.lion-fourtheighr-whole-box .power-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  z-index: 1;
  animation: pulseOrb 12s infinite alternate ease-in-out;
  pointer-events: none;
}

.lion-fourtheighr-whole-box .orb-battery {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #f28a1d, #ff5e00);
  top: -120px;
  left: -80px;
  opacity: 0.35;
  animation-duration: 18s;
}

.lion-fourtheighr-whole-box .orb-energy {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #0da3a3, #0b6f8f);
  bottom: -150px;
  right: -100px;
  opacity: 0.4;
  animation-duration: 22s;
}

.lion-fourtheighr-whole-box .orb-circuit {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, #ffaa44, #ff7700);
  top: 40%;
  right: 5%;
  opacity: 0.3;
  filter: blur(80px);
  animation-duration: 15s;
}

.lion-fourtheighr-whole-box .energy-arc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(90deg,
      transparent,
      transparent 40px,
      rgba(242, 138, 29, 0.08) 40px,
      rgba(13, 163, 163, 0.05) 80px);
  z-index: 1;
  pointer-events: none;
  animation: slideEnergy 20s linear infinite;
}

.lion-fourtheighr-whole-box .banner-content {
  position: relative;
  z-index: 20;
  text-align: center;
}

.lion-fourtheighr-whole-box .power-title {
  font-size: 3.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff, #ffe0b5, #f28a1d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
  animation:
    titleRevealPower 0.9s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards,
    gentleFloat 4s infinite alternate;
}

.lion-fourtheighr-whole-box .power-subtitle {
  font-size: 1.1rem;
  opacity: 0.9;
}

.lion-fourtheighr-whole-box .power-pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  margin-left: -140px;
  margin-top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(242, 138, 29, 0.2),
      transparent 70%);
  z-index: 0;
  animation: softPulsePower 4s infinite;
  pointer-events: none;
}

.lion-fourtheighr-whole-box .charge-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.lion-fourtheighr-whole-box .particle {
  position: absolute;
  background: radial-gradient(circle, #f28a1d, #ffcc66);
  border-radius: 50%;
  opacity: 0;
  animation: floatCharge 10s infinite linear;
  box-shadow: 0 0 6px rgba(242, 138, 29, 0.8);
}

/* ===== Product Section ===== */
.lion-fourtheighr-whole-box .product-section {
  background: linear-gradient(135deg, #f9fbff 0%, #f0f4fa 100%);
  padding: 60px 0;
}

.lion-fourtheighr-whole-box .product-card {
  background: white;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.lion-fourtheighr-whole-box .product-card:hover {
  transform: translateY(-5px);
}

.lion-fourtheighr-whole-box .product-body {
  padding: 10px;
}

.lion-fourtheighr-whole-box .product-image {
  text-align: center;
  margin-bottom: 30px;
  /* background: linear-gradient(135deg, #f8fafd, #eef2fa); */
  border-radius: 24px;
  padding: 30px;
}

.lion-fourtheighr-whole-box .product-image img {
  max-width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: contain;
}

.lion-fourtheighr-whole-box .product-title {
  font-size: 2rem;
  font-weight: 800;
  color: #0a2a42;
  margin-bottom: 10px;
}

.lion-fourtheighr-whole-box .product-model {
  font-size: 1.2rem;
  color: #f28a1d;
  font-weight: 600;
  margin-bottom: 20px;
}

.lion-fourtheighr-whole-box .compliance-badge {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.lion-fourtheighr-whole-box .badge {
  background: linear-gradient(135deg, #f28a1d15, #ff5e0015);
  color: #f28a1d;
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 600;
}

.lion-fourtheighr-whole-box .specs-table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  background: #f8fafd;
  border-radius: 20px;
  overflow: hidden;
}

.lion-fourtheighr-whole-box .specs-table tr {
  border-bottom: 1px solid #e2e8f0;
}

.lion-fourtheighr-whole-box .specs-table tr:last-child {
  border-bottom: none;
}

.lion-fourtheighr-whole-box .specs-table td {
  padding: 14px 20px;
  font-size: 0.95rem;
}

.lion-fourtheighr-whole-box .specs-table td:first-child {
  font-weight: 700;
  color: #0a2a42;
  width: 40%;
  background: #f0f4fa;
}

.lion-fourtheighr-whole-box .specs-table td:last-child {
  color: #2c3e50;
}

.lion-fourtheighr-whole-box .view-catalog-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #f28a1d, #ff5e00);
  color: white;
  padding: 14px 45px;
  border-radius: 60px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 10px 25px rgba(242, 138, 29, 0.3);
  margin-top: 20px;
}

.lion-fourtheighr-whole-box .view-catalog-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 35px rgba(242, 138, 29, 0.4);
  color: white;
}

.lion-fourtheighr-whole-box .view-catalog-btn svg {
  transition: transform 0.3s;
}

.lion-fourtheighr-whole-box .view-catalog-btn:hover svg {
  transform: translateX(5px);
}

.lion-fourtheighr-whole-box .btn-container {
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .lion-fourtheighr-whole-box .power-title {
    font-size: 2rem;
  }

  .lion-fourtheighr-whole-box .product-title {
    font-size: 1.5rem;
  }

  .lion-fourtheighr-whole-box .product-body {
    padding: 25px;
  }

  .lion-fourtheighr-whole-box .specs-table td {
    padding: 10px 12px;
    font-size: 0.85rem;
  }
}

/* ---------------------------------48v-whole-page----csss---ended------------------------------ */
/* ---------------------------------product-page-search---csss---started------------------------------ */

/* Search Bar Styles */
.search-container {
  max-width: 500px;
  margin: 0 auto 40px;
  position: relative;
  z-index: 10;
}

.search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background: white;
  border-radius: 60px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #eef2f8;
}

.search-wrapper:focus-within {
  box-shadow: 0 15px 35px rgba(242, 138, 29, 0.15);
  border-color: #f28a1d;
  transform: translateY(-2px);
}

.search-icon {
  position: absolute;
  left: 20px;
  color: #94a3b8;
  font-size: 1.1rem;
  pointer-events: none;
  transition: color 0.3s ease;
}

.search-wrapper:focus-within .search-icon {
  color: #f28a1d;
}

#searchInput {
  width: 100%;
  padding: 16px 20px 16px 50px;
  border: none;
  border-radius: 60px;
  font-size: 1rem;
  background: transparent;
  outline: none;
  color: #1f365c;
  font-weight: 500;
}

#searchInput::placeholder {
  color: #94a3b8;
  font-weight: 400;
}

.clear-search {
  position: absolute;
  right: 20px;
  background: none;
  border: none;
  color: #94a3b8;
  cursor: pointer;
  font-size: 1rem;
  padding: 5px;
  display: none;
  transition: color 0.3s ease;
  border-radius: 50%;
}

.clear-search:hover {
  color: #f28a1d;
}

.search-stats {
  text-align: center;
  margin-top: 12px;
  font-size: 0.85rem;
  color: #6c7a89;
}

.no-results {
  text-align: center;
  padding: 60px 20px;
  background: white;
  border-radius: 28px;
  margin-top: 20px;
}

.no-results i {
  font-size: 3rem;
  color: #cbd5e1;
  margin-bottom: 15px;
}

.no-results p {
  color: #6c7a89;
  font-size: 1rem;
}

/* Animation */
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .search-container {
    max-width: 90%;
  }
}

/* ---------------------------------product-page-search---csss---ended------------------------------ */
/* ---------------------------------product-page-inner----csss---started------------------------------ */

/* Canvas container for power grid animation */
.gpu-inner-all-box #power-grid-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  display: block;
}

/* Floating energy orbs */
.gpu-inner-all-box .power-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  z-index: 1;
  animation: pulseOrb 12s infinite alternate ease-in-out;
  pointer-events: none;
}

.gpu-inner-all-box .orb-battery {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #f28a1d, #ff5e00);
  top: -120px;
  left: -80px;
  opacity: 0.35;
  animation-duration: 18s;
}

.gpu-inner-all-box .orb-energy {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #0da3a3, #0b6f8f);
  bottom: -150px;
  right: -100px;
  opacity: 0.4;
  animation-duration: 22s;
}

.gpu-inner-all-box .orb-circuit {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, #ffaa44, #ff7700);
  top: 40%;
  right: 5%;
  opacity: 0.3;
  filter: blur(80px);
  animation-duration: 15s;
}

/* Energy arc overlay */
.gpu-inner-all-box .energy-arc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(90deg,
      transparent,
      transparent 40px,
      rgba(242, 138, 29, 0.08) 40px,
      rgba(13, 163, 163, 0.05) 80px);
  z-index: 1;
  pointer-events: none;
  animation: slideEnergy 20s linear infinite;
}

/* Banner content positioning */
.gpu-inner-all-box .banner-content {
  position: relative;
  z-index: 20;
  text-align: center;
}

/* Power title styling */
.gpu-inner-all-box .power-title {
  font-size: 3.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff, #ffe0b5, #f28a1d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  text-shadow: 0 0 30px rgba(242, 138, 29, 0.3);
  animation:
    titleRevealPower 0.9s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards,
    gentleFloat 4s infinite alternate;
}

/* Power pulse ring */
.gpu-inner-all-box .power-pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  margin-left: -140px;
  margin-top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(242, 138, 29, 0.2),
      transparent 70%);
  z-index: 0;
  animation: softPulsePower 4s infinite;
  pointer-events: none;
}

/* Floating charge particles */
.gpu-inner-all-box .charge-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.gpu-inner-all-box .particle {
  position: absolute;
  background: radial-gradient(circle, #f28a1d, #ffcc66);
  border-radius: 50%;
  opacity: 0;
  animation: floatCharge 10s infinite linear;
  box-shadow: 0 0 6px rgba(242, 138, 29, 0.8);
}

/* Banner Shapes */
.gpu-inner-all-box .banner-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
}

.gpu-inner-all-box .shape1 {
  width: 300px;
  height: 300px;
  background: #ff8c00;
  top: -50px;
  left: -50px;
}

.gpu-inner-all-box .shape2 {
  width: 400px;
  height: 400px;
  background: #ffffff;
  bottom: -100px;
  right: -100px;
}

/* ===== Banner ===== */
.gpu-inner-all-box.about-page-all-con-te-nt .about-banner {
  position: relative;
  padding: 50px 0;
  background: linear-gradient(135deg, #1f365c, #0da3a3);
  background-image: url("../img/bgg.jpg");
  color: #fff;
  overflow: hidden;
}

.gpu-inner-all-box .banner-title {
  font-size: 3rem;
  font-weight: 700;
  animation: fadeDown 1s ease;
}

/* Shapes */
.gpu-inner-all-box .banner-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
}

.gpu-inner-all-box .shape1 {
  width: 300px;
  height: 300px;
  background: #ff8c00;
  top: -50px;
  left: -50px;
}

.gpu-inner-all-box .shape2 {
  width: 400px;
  height: 400px;
  background: #ffffff;
  bottom: -100px;
  right: -100px;
}

/* ===== About Section ===== */
.gpu-inner-all-box .about-section {
  background: #f9fbff;
  padding: 60px 0;
}

/* Left Image Box */
.gpu-inner-all-box .about-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #80808054;
}

.gpu-inner-all-box .about-img img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

/* Hover zoom */
.gpu-inner-all-box .about-img:hover img {
  transform: scale(1.05);
}

/* Overlay */
.gpu-inner-all-box .img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  background: linear-gradient(to top, rgb(0 0 0 / 21%), #00000003);
  color: #fff;
}

/* Title */
.gpu-inner-all-box .sku-model {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
}

/* Subtitle */
.gpu-inner-all-box .img-overlay h4 {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
}

/* Badge */
.gpu-inner-all-box .new-icon {
  background: #ff5e00;
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 20px;
  margin-left: 6px;
}

/* ===== Right Content ===== */
.gpu-inner-all-box .about-content {
  padding-left: 30px;
}

.gpu-inner-all-box .about-subtitle {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1f365c;
  margin-bottom: 10px;
}

/* List */
.gpu-inner-all-box .about-list {
  list-style: none;
  padding: 0;
}

.gpu-inner-all-box .about-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  color: #5f6f81;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Custom bullet */
.gpu-inner-all-box .about-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background: linear-gradient(135deg, #0da3a3, #ff8c00);
  border-radius: 50%;
}

/* Responsive */
@media (max-width: 991px) {
  .gpu-inner-all-box .about-content {
    padding-left: 0;
    margin-top: 30px;
  }
}

/* ---------------------------------product-page-inner---csss---started------------------------------ */
/* ---------------------------------conatct-page-inner---csss---started------------------------------ */

.contact-all-style-all-part .about-banner {
  position: relative;
  padding: 50px 0;
  background: linear-gradient(135deg, #1f365c, #0da3a3);
  background-image: url("../img/bgg.jpg");
  color: white;
  overflow: hidden;
}

.contact-all-style-all-part #power-grid-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  display: block;
}

.contact-all-style-all-part .power-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  z-index: 1;
  animation: pulseOrb 12s infinite alternate ease-in-out;
  pointer-events: none;
}

.contact-all-style-all-part .orb-battery {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #f28a1d, #ff5e00);
  top: -120px;
  left: -80px;
  opacity: 0.35;
  animation-duration: 18s;
}

.contact-all-style-all-part .orb-energy {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #0da3a3, #0b6f8f);
  bottom: -150px;
  right: -100px;
  opacity: 0.4;
  animation-duration: 22s;
}

.contact-all-style-all-part .orb-circuit {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, #ffaa44, #ff7700);
  top: 40%;
  right: 5%;
  opacity: 0.3;
  filter: blur(80px);
  animation-duration: 15s;
}

.contact-all-style-all-part .energy-arc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(90deg, transparent, transparent 40px, rgba(242, 138, 29, 0.08) 40px, rgba(13, 163, 163, 0.05) 80px);
  z-index: 1;
  pointer-events: none;
  animation: slideEnergy 20s linear infinite;
}

.contact-all-style-all-part .banner-content {
  position: relative;
  z-index: 20;
  text-align: center;
}

.contact-all-style-all-part .power-title {
  font-size: 3rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff, #ffe0b5, #f28a1d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  animation: titleRevealPower 0.9s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards, gentleFloat 4s infinite alternate;
}

.contact-all-style-all-part .power-pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  margin-left: -140px;
  margin-top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 138, 29, 0.2), transparent 70%);
  z-index: 0;
  animation: softPulsePower 4s infinite;
  pointer-events: none;
}

.contact-all-style-all-part .charge-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.contact-all-style-all-part .particle {
  position: absolute;
  background: radial-gradient(circle, #f28a1d, #ffcc66);
  border-radius: 50%;
  opacity: 0;
  animation: floatCharge 10s infinite linear;
  box-shadow: 0 0 6px rgba(242, 138, 29, 0.8);
}

/* ===== Contact Section Styles ===== */
.contact-all-style-all-part .contact-all-style-all-part {
  background: #f9fbff;
}

.contact-all-style-all-part .tj-contact-area {
  padding: 60px 0 40px;
}

.contact-all-style-all-part .sec-heading {
  margin-bottom: 50px;
}

.contact-all-style-all-part .sub-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #f28a1d;
  background: rgba(242, 138, 29, 0.1);
  padding: 6px 16px;
  border-radius: 40px;
  margin-bottom: 15px;
}

.contact-all-style-all-part .sec-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #0a2a42;
  margin-bottom: 0;
}

/* Contact Items */
.contact-all-style-all-part .contact-item {
  background: white;
  border-radius: 28px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid #eef2f8;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.contact-all-style-all-part .contact-item:hover {
  transform: translateY(-8px);
  border-color: #f28a1d40;
  box-shadow: 0 20px 40px rgba(242, 138, 29, 0.12);
}

.contact-all-style-all-part .contact-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #f28a1d15, #ff5e0015);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.contact-all-style-all-part .contact-icon svg {
  width: 35px;
  height: 35px;
}

.contact-all-style-all-part .contact-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0a2a42;
  margin-bottom: 15px;
}

.contact-all-style-all-part .contact-item p {
  color: #5f6f81;
  line-height: 1.6;
  margin: 0;
}

.contact-all-style-all-part .contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-all-style-all-part .contact-list li {
  margin-bottom: 8px;
}

.contact-all-style-all-part .contact-list li a {
  color: #5f6f81;
  text-decoration: none;
  transition: color 0.2s;
}

.contact-all-style-all-part .contact-list li a:hover {
  color: #f28a1d;
}

/* Contact Form Section */
.contact-all-style-all-part .tj-contact-section-2 {
  padding: 40px 0 80px;
}

.contact-all-style-all-part .contact-form {
  background: linear-gradient(145deg, #ffffff, #fefefe);
  border-radius: 32px;
  padding: 2rem;
  box-shadow: 0 25px 45px -12px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(242, 138, 29, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.contact-all-style-all-part .contact-form .title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #0a2a42;
  margin-bottom: 30px;
}

/* Form Input Styles - Material Design Floating Labels */
.contact-all-style-all-part .form-input {
  position: relative;
  margin-bottom: 28px;
}

.contact-all-style-all-part .form-input input,
.contact-all-style-all-part .form-input textarea,
.contact-all-style-all-part .form-input select {
  width: 100%;
  padding: 16px 16px 8px 16px;
  border: 1.5px solid #e2e8f0;
  border-radius: 16px;
  font-size: 1rem;
  color: #1a2a3a;
  background: white;
  transition: all 0.3s ease;
  outline: none;
  font-family: inherit;
}

/* Custom Select Dropdown Styling */
.contact-all-style-all-part .form-input select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%236c7a89' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 18px;
  padding-right: 40px;
}

/* Style for select options */
.contact-all-style-all-part .form-input select option {
  padding: 12px;
  background: white;
  color: #1a2a3a;
}

.contact-all-style-all-part .form-input select option:checked {
  background: linear-gradient(135deg, #f28a1d, #ff5e00);
  color: white;
}

.contact-all-style-all-part .form-input input:focus,
.contact-all-style-all-part .form-input textarea:focus,
.contact-all-style-all-part .form-input select:focus {
  border-color: #f28a1d;
  box-shadow: 0 0 0 3px rgba(242, 138, 29, 0.1);
}

/* Floating Label Styles */
.contact-all-style-all-part .form-input label {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  padding: 0 6px;
  color: #8a99aa;
  font-size: 1rem;
  transition: all 0.2s ease;
  pointer-events: none;
  z-index: 1;
  line-height: 1;
}

.contact-all-style-all-part .form-input textarea~label {
  top: 18px;
  transform: none;
}

/* For select - label moves up when select has value OR is focused */
.contact-all-style-all-part .form-input select:focus~label,
.contact-all-style-all-part .form-input select.has-value~label {
  top: 0;
  transform: translateY(-50%);
  font-size: 0.75rem;
  color: #f28a1d;
}

.contact-all-style-all-part .form-input input:focus~label,
.contact-all-style-all-part .form-input input:not(:placeholder-shown)~label,
.contact-all-style-all-part .form-input textarea:focus~label,
.contact-all-style-all-part .form-input textarea:not(:placeholder-shown)~label {
  top: 0;
  transform: translateY(-50%);
  font-size: 0.75rem;
  color: #f28a1d;
}

.contact-all-style-all-part .form-input input::placeholder,
.contact-all-style-all-part .form-input textarea::placeholder {
  color: transparent;
}

.contact-all-style-all-part .message-input textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-all-style-all-part .tj-primary-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #f28a1d, #ff5e00);
  color: white;
  padding: 14px 35px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(242, 138, 29, 0.3);
}

.contact-all-style-all-part .tj-primary-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(242, 138, 29, 0.4);
}

/* Map Area */
.contact-all-style-all-part .map-area {
  height: 100%;
}

.contact-all-style-all-part .map-wrapper {
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.contact-all-style-all-part .map-wrapper iframe {
  width: 100%;
  height: 100%;
  min-height: 500px;
}

@media (max-width: 768px) {
  .contact-all-style-all-part .power-title {
    font-size: 2rem;
  }

  .contact-all-style-all-part .sec-title {
    font-size: 1.6rem;
  }

  .contact-all-style-all-part .contact-form {
    padding: 25px;
  }

  .contact-all-style-all-part .contact-form .title {
    font-size: 1.4rem;
  }

  .contact-all-style-all-part.map-wrapper iframe {
    min-height: 350px;
  }
}

/* ---------------------------------contact-page-inner---csss---started------------------------------ */

/* ---------------------------------cyber---csss---started------------------------------ */

.cyber-scrty.about-page-all-con-te-nt .about-banner {
  position: relative;
  padding: 50px 0;
  background: linear-gradient(135deg, #1f365c, #0da3a3);
  background-image: url("../img/bgg.jpg");
  color: white;
  overflow: hidden;
}

/* About modern section (used for intro) */
.cyber-scrty .about-page-all-con-te-nt .about-modern {
  position: relative;
  padding: 80px 0;
  background: #f9fbff;
  overflow: hidden;
}

.cyber-scrty .about-page-all-con-te-nt .title {
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 800;
  color: var(--navy);
}

.cyber-scrty .about-page-all-con-te-nt .title span {
  color: #ff8c00;
}

.cyber-scrty .about-page-all-con-te-nt .about-text p {
  color: var(--muted);
  line-height: 1.8;
  font-size: 1.02rem;
  margin-bottom: 1rem;
}

.cyber-scrty .about-page-all-con-te-nt .image-box {
  position: relative;
  animation: float 5s ease-in-out infinite;
}

.cyber-scrty .about-page-all-con-te-nt .image-box img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.cyber-scrty .about-page-all-con-te-nt .floating-badge {
  position: absolute;
  bottom: 10%;
  right: -10%;
  background: white;
  padding: 10px 18px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  animation: floatBadge 4s ease-in-out infinite;
}

.cyber-scrty .about-page-all-con-te-nt .bg-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.3;
}

.cyber-scrty .about-page-all-con-te-nt .shape-left {
  width: 300px;
  height: 300px;
  background: #ff8c00;
  top: -50px;
  left: -50px;
}

.cyber-scrty .about-page-all-con-te-nt .shape-right {
  width: 350px;
  height: 350px;
  background: #0da3a3;
  bottom: -80px;
  right: -80px;
}

.cyber-scrty .about-page-all-con-te-nt .about-text {
  animation: fadeUp 1s ease;
}


/* Cyber Security Grid Section */
.cyber-scrty .cyber-grid-section {
  padding: 80px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.cyber-scrty .cyber-grid-section .container {
  position: relative;
  z-index: 2;
}

.cyber-scrty .section-badge {
  display: inline-block;
  background: rgba(13, 163, 163, 0.12);
  color: #0da3a3;
  font-weight: 700;
  padding: 6px 20px;
  border-radius: 40px;
  letter-spacing: 0.8px;
  font-size: 0.85rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.cyber-scrty .cyber-headline {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
  color: #1f365c;
  margin-bottom: 20px;
}

.cyber-scrty .cyber-headline span {
  background: linear-gradient(135deg, #f28a1d, #ff5e00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cyber-scrty .cyber-sub {
  color: #5a6e85;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto 50px auto;
  line-height: 1.6;
}

.cyber-scrty .security-card {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border-radius: 28px;
  padding: 32px 28px;
  transition: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  border: 1px solid rgba(242, 138, 29, 0.15);
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.05);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.cyber-scrty .security-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 45px -15px rgba(0, 0, 0, 0.15);
  border-color: rgba(242, 138, 29, 0.4);
  background: white;
}

.cyber-scrty .security-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 0;
  background: linear-gradient(135deg, #f28a1d, #0da3a3);
  transition: height 0.4s ease;
  border-radius: 28px 0 0 28px;
}

.cyber-scrty .security-card:hover::before {
  height: 100%;
}

.cyber-scrty .card-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(145deg,
      rgba(242, 138, 29, 0.12),
      rgba(13, 163, 163, 0.12));
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: all 0.3s;
}

.cyber-scrty .security-card:hover .card-icon {
  background: linear-gradient(135deg, #f28a1d, #0da3a3);
  transform: scale(1.03);
  box-shadow: 0 10px 20px rgba(242, 138, 29, 0.2);
}

.cyber-scrty .card-icon svg {
  width: 38px;
  height: 38px;
  stroke: #f28a1d;
  stroke-width: 1.7;
  fill: none;
}

.cyber-scrty .security-card:hover .card-icon svg {
  stroke: white;
}

.cyber-scrty .security-card h4 {
  font-weight: 800;
  font-size: 1.35rem;
  margin-bottom: 16px;
  color: #1f365c;
  letter-spacing: -0.2px;
}

.cyber-scrty .security-card p {
  color: #4a5b72;
  line-height: 1.65;
  font-size: 0.98rem;
  margin-bottom: 0;
}

.cyber-scrty .card-number {
  position: absolute;
  bottom: 20px;
  right: 24px;
  font-size: 3rem;
  font-weight: 800;
  opacity: 0.05;
  color: #f28a1d;
  pointer-events: none;
  transition: opacity 0.3s;
}

.cyber-scrty .security-card:hover .card-number {
  opacity: 0.12;
}

@media (max-width: 768px) {
  .cyber-scrty .security-card {
    padding: 24px 20px;
  }

  .cyber-scrty .card-icon {
    width: 55px;
    height: 55px;
  }

  .cyber-scrty .card-icon svg {
    width: 30px;
    height: 30px;
  }

  .cyber-scrty .security-card h4 {
    font-size: 1.2rem;
  }
}

/* Power Grid Banner Animations */
.cyber-scrty #power-grid-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  display: block;
}

.cyber-scrty .power-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  z-index: 1;
  animation: pulseOrb 12s infinite alternate ease-in-out;
  pointer-events: none;
}

.cyber-scrty .orb-battery {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #f28a1d, #ff5e00);
  top: -120px;
  left: -80px;
  opacity: 0.35;
}

.cyber-scrty .orb-energy {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #0da3a3, #0b6f8f);
  bottom: -150px;
  right: -100px;
  opacity: 0.4;
}

.cyber-scrty .orb-circuit {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, #ffaa44, #ff7700);
  top: 40%;
  right: 5%;
  opacity: 0.3;
  filter: blur(80px);
}

.cyber-scrty .energy-arc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(90deg,
      transparent,
      transparent 40px,
      rgba(242, 138, 29, 0.08) 40px,
      rgba(13, 163, 163, 0.05) 80px);
  z-index: 1;
  pointer-events: none;
  animation: slideEnergy 20s linear infinite;
}

.cyber-scrty .banner-content {
  position: relative;
  z-index: 20;
  text-align: center;
}

.cyber-scrty .power-title {
  font-size: 3.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff, #ffe0b5, #f28a1d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  animation:
    titleRevealPower 0.9s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards,
    gentleFloat 4s infinite alternate;
}

.cyber-scrty .power-pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  margin-left: -140px;
  margin-top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(242, 138, 29, 0.2),
      transparent 70%);
  z-index: 0;
  animation: softPulsePower 4s infinite;
  pointer-events: none;
}

.cyber-scrty .charge-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.cyber-scrty .particle {
  position: absolute;
  background: radial-gradient(circle, #f28a1d, #ffcc66);
  border-radius: 50%;
  opacity: 0;
  animation: floatCharge 10s infinite linear;
  box-shadow: 0 0 6px rgba(242, 138, 29, 0.8);
}

@media (max-width: 768px) {
  .cyber-scrty .power-title {
    font-size: 2.5rem;
  }

  .cyber-scrty .orb-battery,
  .cyber-scrty .orb-energy {
    width: 250px;
    height: 250px;
  }
}

/* ---------------------------------cyber--csss---ended------------------------------ */

/* ---------------------------------ems---csss---started------------------------------ */

/* Banner Section */
.ems-all .ems-banner {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(135deg, #0a2540, #1f365c, #0da3a3);
  color: white;
  overflow: hidden;
}

.ems-all .ems-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" opacity="0.05"><path fill="white" d="M20,20 L30,20 L25,30 Z M70,20 L80,20 L75,30 Z M45,50 L55,50 L50,60 Z M20,70 L30,70 L25,80 Z M70,70 L80,70 L75,80 Z"/><rect x="40" y="10" width="20" height="5" fill="white"/><rect x="10" y="40" width="5" height="20" fill="white"/><rect x="85" y="40" width="5" height="20" fill="white"/></svg>') repeat;
  pointer-events: none;
}

.ems-all .ems-banner .banner-content {
  position: relative;
  z-index: 10;
  text-align: center;
}

.ems-all .ems-title {
  font-size: 3.8rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff, #ffe0b5, #f28a1d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 20px;
  animation: titleReveal 0.9s ease forwards;
}

.ems-all .ems-subtitle {
  font-size: 1.2rem;
  opacity: 0.9;
  max-width: 700px;
  margin: 0 auto;
  animation: fadeUp 0.8s ease 0.2s forwards;
  opacity: 0;
  animation-fill-mode: forwards;
}

/* EMS Content Section */
.ems-all .ems-content-section {
  padding: 50px 0;
  background: #ffffff;
}

.ems-all .ems-badge {
  display: inline-block;
  background: rgba(13, 163, 163, 0.12);
  color: #0da3a3;
  font-weight: 700;
  padding: 6px 20px;
  border-radius: 40px;
  font-size: 0.85rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.ems-all .ems-headline {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 800;
  color: #1f365c;
  margin-bottom: 20px;
}

.ems-all .ems-headline span {
  background: linear-gradient(135deg, #f28a1d, #ff5e00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ems-all .ems-description {
  color: #5a6e85;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 40px;
}

/* Feature Cards */
.ems-all .feature-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 32px 28px;
  transition: all 0.35s ease;
  border: 1px solid rgba(13, 163, 163, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.ems-all .feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
  border-color: rgba(242, 138, 29, 0.3);
}

.ems-all .feature-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(145deg,
      rgba(242, 138, 29, 0.1),
      rgba(13, 163, 163, 0.1));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: all 0.3s;
  margin: auto;
  margin-bottom: 15px;
}

.ems-all .feature-card:hover .feature-icon {
  background: linear-gradient(135deg, #f28a1d, #0da3a3);
  transform: scale(1.02);
}

.ems-all .feature-icon svg {
  width: 36px;
  height: 36px;
  stroke: #f28a1d;
  stroke-width: 1.7;
  fill: none;
}

.ems-all .feature-card:hover .feature-icon svg {
  stroke: white;
}

.ems-all .feature-card h3 {
  font-size: 1.4rem;
  font-weight: 800;
  color: #1f365c;
  margin-bottom: 16px;
}

.ems-all .feature-card p {
  color: #5a6e85;
  line-height: 1.65;
  font-size: 0.98rem;
  margin-bottom: 0;
}

.ems-all .feature-number {
  position: absolute;
  bottom: 20px;
  right: 24px;
  font-size: 3rem;
  font-weight: 800;
  opacity: 0.04;
  color: #f28a1d;
  pointer-events: none;
}

/* Integration Section */
.ems-all .integration-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
}

.ems-all .integration-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.ems-all .integration-item {
  background: white;
  border-radius: 60px;
  padding: 12px 28px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  border: 1px solid rgba(13, 163, 163, 0.15);
}

.ems-all .integration-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
  border-color: #f28a1d;
}

.ems-all .integration-item svg {
  width: 28px;
  height: 28px;
}

.ems-all .integration-item span {
  font-weight: 600;
  color: #1f365c;
  font-size: 1rem;
}

/* AI Assistant Highlight */
.ems-all .ai-highlight {
  background: linear-gradient(135deg, #1f365c, #0da3a3);
  border-radius: 28px;
  padding: 50px 40px;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

.ems-all .ai-highlight::before {
  content: "✨";
  position: absolute;
  font-size: 200px;
  opacity: 0.08;
  bottom: -30px;
  right: -30px;
  pointer-events: none;
}

.ems-all .ai-highlight h3 {
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.ems-all .ai-highlight p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 80%;
}

.ems-all .ai-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: 8px 20px;
  border-radius: 40px;
  color: white;
  font-weight: 600;
  margin-bottom: 20px;
}


/* Responsive */
@media (max-width: 768px) {
  .ems-all .ems-title {
    font-size: 2.5rem;
  }

  .ems-all .feature-card {
    padding: 24px 20px;
  }

  .ems-all .feature-icon {
    width: 55px;
    height: 55px;
  }

  .ems-all .feature-icon svg {
    width: 28px;
    height: 28px;
  }

  .ems-all .ai-highlight p {
    max-width: 100%;
  }

  .ems-all .ai-highlight {
    padding: 35px 25px;
  }

}

/* Background shapes */
.ems-all .bg-shape-ems {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.15;
  pointer-events: none;
}

.ems-all .shape-top {
  width: 400px;
  height: 400px;
  background: #f28a1d;
  top: -150px;
  right: -100px;
}

.ems-all .shape-bottom {
  width: 350px;
  height: 350px;
  background: #0da3a3;
  bottom: -100px;
  left: -80px;
}

/* Icon Styles */
.ems-all .real-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.ems-all .real-icon-sm {
  width: 24px;
  height: 24px;
}

.ems-all .feature-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto;
}

/* ===== Power Grid Banner Section (Preserved) ===== */

.ems-all #power-grid-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  display: block;
}

.ems-all .power-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  z-index: 1;
  animation: pulseOrb 12s infinite alternate ease-in-out;
  pointer-events: none;
}

.ems-all .orb-battery {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #f28a1d, #ff5e00);
  top: -120px;
  left: -80px;
  opacity: 0.35;
  animation-duration: 18s;
}

.ems-all .orb-energy {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #0da3a3, #0b6f8f);
  bottom: -150px;
  right: -100px;
  opacity: 0.4;
  animation-duration: 22s;
}

.ems-all .orb-circuit {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, #ffaa44, #ff7700);
  top: 40%;
  right: 5%;
  opacity: 0.3;
  filter: blur(80px);
  animation-duration: 15s;
}

.ems-all .energy-arc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(90deg,
      transparent,
      transparent 40px,
      rgba(242, 138, 29, 0.08) 40px,
      rgba(13, 163, 163, 0.05) 80px);
  z-index: 1;
  pointer-events: none;
  animation: slideEnergy 20s linear infinite;
}

.ems-all .banner-content {
  position: relative;
  z-index: 20;
  text-align: center;
}

.ems-all .power-title {
  font-size: 3.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff, #ffe0b5, #f28a1d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  text-shadow: 0 0 30px rgba(242, 138, 29, 0.3);
  animation:
    titleRevealPower 0.9s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards,
    gentleFloat 4s infinite alternate;
}

.ems-all .power-pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  margin-left: -140px;
  margin-top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(242, 138, 29, 0.2),
      transparent 70%);
  z-index: 0;
  animation: softPulsePower 4s infinite;
  pointer-events: none;
}

.ems-all .charge-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.ems-all .particle {
  position: absolute;
  background: radial-gradient(circle, #f28a1d, #ffcc66);
  border-radius: 50%;
  opacity: 0;
  animation: floatCharge 10s infinite linear;
  box-shadow: 0 0 6px rgba(242, 138, 29, 0.8);
}

.ems-all .about-banner {
  position: relative;
  padding: 50px 0;
  background: linear-gradient(135deg, #1f365c, #0da3a3);
  background-image: url("../img/bgg.jpg");
  color: #fff;
  overflow: hidden;
}

.ems-all .banner-title {
  font-size: 3rem;
  font-weight: 700;
  animation: fadeDown 1s ease;
}

/* ===== EYE-CATCHING MAIN SECTION STYLES ===== */
.ems-all .hero-product {
  background: linear-gradient(135deg, #f8faff 0%, #ffffff 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.ems-all .hero-product::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 60%;
  height: 200%;
  background: radial-gradient(circle,
      rgba(13, 163, 163, 0.03) 0%,
      transparent 70%);
  pointer-events: none;
}

.ems-all .product-visual {
  text-align: center;
  position: relative;
}

.ems-all .glow-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(242, 138, 29, 0.15),
      transparent);
  animation: glowPulse 3s infinite;
  pointer-events: none;
}

.ems-all .product-image-main {
  max-width: 100%;
  border-radius: 30px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  position: relative;
  z-index: 2;
}

.ems-all .product-image-main:hover {
  transform: scale(1.03) translateY(-5px);
  box-shadow: 0 35px 60px -15px rgba(242, 138, 29, 0.3);
}

.ems-all .badge-group {
  position: relative;
  z-index: 2;
}

.ems-all .badge-group .badge {
  transition: all 0.3s ease;
  cursor: default;
}

.ems-all .badge-group .badge:hover {
  transform: translateY(-2px);
}

.ems-all .feature-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg,
      rgba(242, 138, 29, 0.15),
      rgba(13, 163, 163, 0.1));
  padding: 8px 20px;
  border-radius: 40px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #f28a1d;
  margin-bottom: 20px;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(242, 138, 29, 0.2);
}

.ems-all .main-title {
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  line-height: 1.2;
  font-weight: 800;
  color: #1f365c;
  margin-bottom: 20px;
  animation: slideInLeft 0.6s ease;
}

.ems-all .main-title span {
  background: linear-gradient(135deg, #f28a1d, #ff5e00, #f28a1d);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: titleRevealPower 1s ease;
}

.ems-all .feature-list-simple {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.ems-all .feature-list-simple li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 1rem;
  color: #2c3e50;
  animation: slideInRight 0.5s ease;
  animation-fill-mode: both;
}

.ems-all .feature-list-simple li:nth-child(1) {
  animation-delay: 0.1s;
}

.ems-all .feature-list-simple li:nth-child(2) {
  animation-delay: 0.2s;
}

.ems-all .feature-list-simple li:nth-child(3) {
  animation-delay: 0.3s;
}

.ems-all .feature-list-simple li:nth-child(4) {
  animation-delay: 0.4s;
}

.ems-all .check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, #0da3a3, #1f365c);
  border-radius: 50%;
  flex-shrink: 0;
}

.ems-all .spec-highlight {
  background: linear-gradient(135deg, #ffffff, #fef9f0);
  border-radius: 24px;
  padding: 25px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  margin-top: 20px;
  border: 1px solid rgba(242, 138, 29, 0.15);
  transition: all 0.3s ease;
}

.ems-all .spec-highlight:hover {
  transform: translateY(-3px);
  box-shadow: 0 25px 45px rgba(242, 138, 29, 0.12);
  border-color: rgba(242, 138, 29, 0.3);
}

.ems-all .spec-highlight h4 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1f365c;
  margin-bottom: 15px;
  border-left: 4px solid #f28a1d;
  padding-left: 12px;
}

.ems-all .stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-top: 15px;
}

.ems-all .stat-item {
  text-align: center;
  flex: 1;
  min-width: 80px;
  transition: all 0.3s ease;
}

.ems-all .stat-item:hover {
  transform: translateY(-5px);
}

.ems-all .stat-number {
  font-size: 1.2rem;
  font-weight: 800;
  background: linear-gradient(135deg, #f28a1d, #ff5e00);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
}

.ems-all .stat-label {
  font-size: 0.75rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}


.ems-all .btn-primary-custom {
  background: linear-gradient(95deg, #f28a1d, #ff5e00);
  border: none;
  padding: 12px 32px;
  border-radius: 40px;
  font-weight: 600;
  color: white;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
}

.ems-all .btn-primary-custom::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition:
    width 0.6s,
    height 0.6s;
}

.ems-all .btn-primary-custom:hover::before {
  width: 300px;
  height: 300px;
}

.ems-all .btn-primary-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(242, 138, 29, 0.4);
  color: white;
}

/* Applications Section */
.ems-all .apps-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.ems-all .app-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #f0f4fa, #e8edf5);
  padding: 8px 20px;
  border-radius: 40px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #1f365c;
  transition: all 0.3s ease;
  cursor: default;
}

.ems-all .app-tag:hover {
  background: linear-gradient(135deg, #f28a1d, #ff5e00);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(242, 138, 29, 0.3);
}

.ems-all .app-tag svg {
  width: 16px;
  height: 16px;
}

/* Feature Cards */
.ems-all .feature-item {
  background: white;
  padding: 28px 20px;
  border-radius: 24px;
  transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  border: 1px solid #eef2f8;
  text-align: center;
  height: 100%;
}

.ems-all .feature-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(242, 138, 29, 0.12);
  border-color: rgba(242, 138, 29, 0.2);
}

.ems-all .feature-icon-wrapper {
  transition: transform 0.3s ease;
  display: inline-block;
}

.ems-all .feature-item:hover .feature-icon-wrapper {
  transform: scale(1.1);
}

.ems-all .feature-item h4 {
  margin-top: 15px;
  font-weight: 700;
  color: #1f365c;
}

.ems-all .feature-item p {
  color: #6c757d;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Table Styles Enhanced */
.ems-all .spec-card {
  background: white;
  border-radius: 24px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  padding: 30px;
  border: 1px solid #eef2f8;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.ems-all .spec-card:hover {
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.ems-all .table-specs {
  width: 100%;
  border-collapse: collapse;
}

.ems-all .table-specs td,
.ems-all .table-specs th {
  padding: 14px 12px;
  border-bottom: 1px solid #eef2f8;
  vertical-align: top;
}

.ems-all .table-specs tr:hover td {
  background: #fafbfe;
}

.ems-all .tech-head td {
  background: linear-gradient(135deg, #f0f4fa, #e8edf5);
  font-weight: 700;
  color: #1f365c;
  border-radius: 12px 12px 0 0;
}

/* Other preserved styles */
.ems-all .specs-section {
  background: #ffffff;
  padding: 60px 0;
}

.ems-all .about-list {
  list-style: none;
  padding: 0;
}

.ems-all .about-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  color: #5f6f81;
  line-height: 1.6;
}

.ems-all .about-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  background: linear-gradient(135deg, #0da3a3, #ff8c00);
  border-radius: 50%;
  transition: transform 0.2s;
}

.ems-all .about-list li:hover::before {
  transform: scale(1.3);
}

.ems-all .about-subtitle {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1f365c;
  margin-bottom: 10px;
}

.ems-all .about-section {
  background: #f9fbff;
  padding: 60px 0;
}

@media (max-width: 768px) {
  .ems-all .main-title {
    font-size: 1.8rem;
  }

  .ems-all .product-image-main {
    margin-bottom: 30px;
  }

  .ems-all .power-title {
    font-size: 2.2rem;
  }

  .ems-all .stats-row {
    gap: 10px;
  }
}

/* ---------------------------------ems---csss---started------------------------------ */
/* ---------------------------------mns---csss---started------------------------------ */

.nms-all-box-style .nms-banner {
  position: relative;
  padding: 50px 0;
  background: linear-gradient(135deg, #1f365c, #0da3a3);
  background-image: url(../img/bgg.jpg);
  color: white;
  overflow: hidden;
}

.nms-all-box-style .nms-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" opacity="0.05"><circle cx="20" cy="20" r="4" fill="white"/><circle cx="80" cy="20" r="4" fill="white"/><circle cx="50" cy="50" r="4" fill="white"/><circle cx="20" cy="80" r="4" fill="white"/><circle cx="80" cy="80" r="4" fill="white"/><line x1="20" y1="20" x2="50" y2="50" stroke="white" stroke-width="1"/><line x1="80" y1="20" x2="50" y2="50" stroke="white" stroke-width="1"/><line x1="20" y1="80" x2="50" y2="50" stroke="white" stroke-width="1"/><line x1="80" y1="80" x2="50" y2="50" stroke="white" stroke-width="1"/></svg>') repeat;
  pointer-events: none;
}

.nms-all-box-style .nms-banner .banner-content {
  position: relative;
  z-index: 10;
  text-align: center;
}

.nms-all-box-style .nms-title {
  font-size: 3.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff, #ffe0b5, #f28a1d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  text-shadow: 0 0 30px rgba(242, 138, 29, 0.3);
  animation:
    titleRevealPower 0.9s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards,
    gentleFloat 4s infinite alternate;
}

.nms-all-box-style .nms-subtitle {
  font-size: 1.2rem;
  opacity: 0.9;
  max-width: 700px;
  margin: 0 auto;
  animation: fadeUp 0.8s ease 0.2s forwards;
  opacity: 0;
  animation-fill-mode: forwards;
}

/* Power Grid Canvas for Banner */
.nms-all-box-style #power-grid-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  display: block;
}

.nms-all-box-style .power-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  z-index: 1;
  animation: pulseOrb 12s infinite alternate ease-in-out;
  pointer-events: none;
}

.nms-all-box-style .orb-battery {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #f28a1d, #ff5e00);
  top: -120px;
  left: -80px;
  opacity: 0.35;
  animation-duration: 18s;
}

.nms-all-box-style .orb-energy {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #0da3a3, #0b6f8f);
  bottom: -150px;
  right: -100px;
  opacity: 0.4;
  animation-duration: 22s;
}

.nms-all-box-style .orb-circuit {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, #ffaa44, #ff7700);
  top: 40%;
  right: 5%;
  opacity: 0.3;
  filter: blur(80px);
  animation-duration: 15s;
}

.nms-all-box-style .energy-arc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(90deg,
      transparent,
      transparent 40px,
      rgba(242, 138, 29, 0.08) 40px,
      rgba(13, 163, 163, 0.05) 80px);
  z-index: 1;
  pointer-events: none;
  animation: slideEnergy 20s linear infinite;
}

.nms-all-box-style .power-pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  margin-left: -140px;
  margin-top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(242, 138, 29, 0.2),
      transparent 70%);
  z-index: 0;
  animation: softPulsePower 4s infinite;
  pointer-events: none;
}

.nms-all-box-style .charge-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.nms-all-box-style .particle {
  position: absolute;
  background: radial-gradient(circle, #f28a1d, #ffcc66);
  border-radius: 50%;
  opacity: 0;
  animation: floatCharge 10s infinite linear;
  box-shadow: 0 0 6px rgba(242, 138, 29, 0.8);
}

@media (max-width: 768px) {
  .nms-all-box-style .nms-title {
    font-size: 2.5rem;
  }

  .nms-all-box-style .orb-battery,
  .nms-all-box-style .orb-energy {
    width: 250px;
    height: 250px;
  }
}

/* Content Sections */
.nms-all-box-style .nms-content-section {
  padding: 50px 0;
  background: #ffffff;
}

.nms-all-box-style .alt-section {
  padding: 50px 0;
  background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
}

.nms-all-box-style .section-badge {
  display: inline-block;
  background: rgba(13, 163, 163, 0.12);
  color: #0da3a3;
  font-weight: 700;
  padding: 6px 20px;
  border-radius: 40px;
  font-size: 0.85rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.nms-all-box-style .section-headline {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 800;
  color: #1f365c;
  margin-bottom: 20px;
}

.nms-all-box-style .section-headline span {
  background: linear-gradient(135deg, #f28a1d, #ff5e00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.nms-all-box-style .section-description {
  color: #5a6e85;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Feature Cards */
.nms-all-box-style .feature-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 32px 28px;
  transition: all 0.35s ease;
  border: 1px solid rgba(13, 163, 163, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.nms-all-box-style .feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
  border-color: rgba(242, 138, 29, 0.3);
}

.nms-all-box-style .feature-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(145deg,
      rgba(242, 138, 29, 0.1),
      rgba(13, 163, 163, 0.1));
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px !important;
  transition: all 0.3s;
  margin: auto;
}

.nms-all-box-style .feature-card:hover .feature-icon {
  background: linear-gradient(135deg, #f28a1d, #0da3a3);
  transform: scale(1.02);
}

.nms-all-box-style .feature-icon svg {
  width: 36px;
  height: 36px;
  stroke: #f28a1d;
  stroke-width: 1.7;
  fill: none;
}

.nms-all-box-style .feature-card:hover .feature-icon svg {
  stroke: white;
}

.nms-all-box-style .feature-card h3 {
  font-size: 1.4rem;
  font-weight: 800;
  color: #1f365c;
  margin-bottom: 16px;
}

.nms-all-box-style .feature-card p {
  color: #5a6e85;
  line-height: 1.65;
  font-size: 0.98rem;
  margin-bottom: 0;
}

.nms-all-box-style .feature-number {
  position: absolute;
  bottom: 20px;
  right: 24px;
  font-size: 3rem;
  font-weight: 800;
  opacity: 0.04;
  color: #f28a1d;
  pointer-events: none;
}

@media (max-width: 768px) {
  .nms-all-box-style .feature-card {
    padding: 24px 20px;
  }

  .nms-all-box-style .feature-icon {
    width: 55px;
    height: 55px;
  }

  .nms-all-box-style .feature-icon svg {
    width: 28px;
    height: 28px;
  }

  .nms-all-box-style .feature-card h3 {
    font-size: 1.2rem;
  }
}

/* Benefit Cards */
.nms-all-box-style .benefit-card {
  background: white;
  border-radius: 20px;
  padding: 30px 25px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(13, 163, 163, 0.1);
  height: 100%;
}

.nms-all-box-style .benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  border-color: #f28a1d;
}

.nms-all-box-style .benefit-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #f28a1d, #ff5e00);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.nms-all-box-style .benefit-icon svg {
  width: 30px;
  height: 30px;
  stroke: white;
  stroke-width: 1.7;
}

.nms-all-box-style .benefit-card h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1f365c;
  margin-bottom: 12px;
}

.nms-all-box-style .benefit-card p {
  color: #5a6e85;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}

/* OpenText Badge */
.nms-all-box-style .opentext-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(242, 138, 29, 0.1);
  border-radius: 40px;
  padding: 4px 16px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #f28a1d;
  margin-top: 12px;
}

/* Dashboard Preview */
.nms-all-box-style .dashboard-preview {
  background: linear-gradient(135deg, #1f365c, #0da3a3);
  border-radius: 28px;
  padding: 50px 40px;
  margin-top: 60px;
  text-align: center;
}

.nms-all-box-style .dashboard-preview h3 {
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.nms-all-box-style .dashboard-preview p {
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin: 0 auto;
}


/* ---------------------------------mns---csss---endeed------------------------------ */
/* ---------------------------------networking--all=pages---csss---started------------------------------ */

.networking-all-page-css #power-grid-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  display: block;
}

.networking-all-page-css .power-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  z-index: 1;
  animation: pulseOrb 12s infinite alternate ease-in-out;
  pointer-events: none;
}

.networking-all-page-css .orb-battery {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #f28a1d, #ff5e00);
  top: -120px;
  left: -80px;
  opacity: 0.35;
  animation-duration: 18s;
}

.networking-all-page-css .orb-energy {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #0da3a3, #0b6f8f);
  bottom: -150px;
  right: -100px;
  opacity: 0.4;
  animation-duration: 22s;
}

.networking-all-page-css .orb-circuit {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, #ffaa44, #ff7700);
  top: 40%;
  right: 5%;
  opacity: 0.3;
  filter: blur(80px);
  animation-duration: 15s;
}

.networking-all-page-css .energy-arc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(90deg,
      transparent,
      transparent 40px,
      rgba(242, 138, 29, 0.08) 40px,
      rgba(13, 163, 163, 0.05) 80px);
  z-index: 1;
  pointer-events: none;
  animation: slideEnergy 20s linear infinite;
}

.networking-all-page-css .banner-content {
  position: relative;
  z-index: 20;
  text-align: center;
}

.networking-all-page-css .power-title {
  font-size: 3.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff, #ffe0b5, #f28a1d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  text-shadow: 0 0 30px rgba(242, 138, 29, 0.3);
  animation:
    titleRevealPower 0.9s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards,
    gentleFloat 4s infinite alternate;
}

.networking-all-page-css .power-pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  margin-left: -140px;
  margin-top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(242, 138, 29, 0.2),
      transparent 70%);
  z-index: 0;
  animation: softPulsePower 4s infinite;
  pointer-events: none;
}

.networking-all-page-css .charge-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.networking-all-page-css .particle {
  position: absolute;
  background: radial-gradient(circle, #f28a1d, #ffcc66);
  border-radius: 50%;
  opacity: 0;
  animation: floatCharge 10s infinite linear;
  box-shadow: 0 0 6px rgba(242, 138, 29, 0.8);
}

.networking-all-page-css.about-page-all-con-te-nt .about-banner {
  position: relative;
  padding: 50px 0;
  background: linear-gradient(135deg, #1f365c, #0da3a3);
  background-image: url("../img/bgg.jpg");
  color: #fff;
  overflow: hidden;
}

/* ===== ENHANCED ATTRACTIVE ACCESSORIES SECTION ===== */
.networking-all-page-css .accessories-section {
  background: linear-gradient(135deg, #f0f4fa 0%, #e8edf5 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.networking-all-page-css .accessories-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" opacity="0.03"><path d="M20,20 L80,20 M20,50 L80,50 M20,80 L80,80 M50,20 L50,80" stroke="%231f365c" stroke-width="1"/><circle cx="50" cy="50" r="30" fill="none" stroke="%231f365c" stroke-width="0.5"/><polygon points="50,10 60,25 75,25 65,40 70,55 50,45 30,55 35,40 25,25 40,25" fill="none" stroke="%231f365c" stroke-width="0.5"/></svg>');
  background-repeat: repeat;
  pointer-events: none;
}

.networking-all-page-css .dock-row {
  display: flex;
  align-items: center;
  gap: 50px;
  background: white;
  padding: 40px;
  border-radius: 32px;
  margin-bottom: 20px;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
  animation: borderPulse 3s infinite;
}

.networking-all-page-css .dock-row:hover {
  transform: translateY(-8px);
  box-shadow: 0 35px 55px rgba(242, 138, 29, 0.15);
}

.networking-all-page-css .dock-img {
  flex: 1;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.networking-all-page-css .dock-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg,
      rgba(242, 138, 29, 0.2),
      rgba(13, 163, 163, 0.2));
  border-radius: 24px;
  z-index: 1;
  pointer-events: none;
}

.networking-all-page-css .dock-img img {
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.networking-all-page-css .dock-row:hover .dock-img img {
  transform: scale(1.03);
}

.networking-all-page-css .dock-content {
  flex: 1;
  animation: slideInRight 0.8s ease-out;
}

.networking-all-page-css .dock-content h2 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 15px;
  background: linear-gradient(135deg, #1f365c, #0da3a3);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: relative;
  display: inline-block;
}

.networking-all-page-css .dock-content h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #f28a1d, #ff5e00);
  border-radius: 4px;
  animation: shineText 2s linear infinite;
  background-size: 200% auto;
}

.networking-all-page-css .brand-badge {
  display: inline-flex;
  gap: 12px;
  margin-bottom: 20px;
}

.networking-all-page-css .brand-badge span {
  background: linear-gradient(135deg, #f28a1d15, #ff5e0015);
  padding: 5px 15px;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #f28a1d;
  letter-spacing: 0.5px;
}

.networking-all-page-css .dock-features {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}

.networking-all-page-css .dock-features ul {
  list-style: none;
  padding: 0;
  flex: 1;
}

.networking-all-page-css .dock-features li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  color: #4a627a;
  font-size: 0.95rem;
  line-height: 1.5;
  transition: transform 0.2s ease;
}

.networking-all-page-css .dock-features li:hover {
  transform: translateX(5px);
  color: #1f365c;
}

.networking-all-page-css .dock-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: white;
  background: linear-gradient(135deg, #f28a1d, #ff5e00);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
  .networking-all-page-css .dock-row {
    flex-direction: column;
    padding: 25px;
    gap: 25px;
  }

  .networking-all-page-css .dock-features {
    flex-direction: column;
    gap: 5px;
  }

  .networking-all-page-css .dock-content h2 {
    font-size: 1.6rem;
  }

  .networking-all-page-css .power-title {
    font-size: 2rem;
  }
}

.networking-all-page-css .dock-features li.inn-inner::before {
  content: none;

}

.networking-all-page-css .dock-features li.inn-inner {
  padding-left: 10px;
}

/* ---------------------------------networking--all=pages---csss---endeed------------------------------ */
/* ---------------------------------desktot-pc=pages---csss---started------------------------------ */

.desktop-pc-whole-page .about-banner {
  position: relative;
  padding: 50px 0;
  background: linear-gradient(135deg, #1f365c, #0da3a3);
  background-image: url("../img/bgg.jpg");
  color: white;
  overflow: hidden;
}

.desktop-pc-whole-page #power-grid-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  display: block;
}

.desktop-pc-whole-page .power-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  z-index: 1;
  animation: pulseOrb 12s infinite alternate ease-in-out;
  pointer-events: none;
}

.desktop-pc-whole-page .orb-battery {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #f28a1d, #ff5e00);
  top: -120px;
  left: -80px;
  opacity: 0.35;
  animation-duration: 18s;
}

.desktop-pc-whole-page .orb-energy {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #0da3a3, #0b6f8f);
  bottom: -150px;
  right: -100px;
  opacity: 0.4;
  animation-duration: 22s;
}

.desktop-pc-whole-page .orb-circuit {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, #ffaa44, #ff7700);
  top: 40%;
  right: 5%;
  opacity: 0.3;
  filter: blur(80px);
  animation-duration: 15s;
}

.desktop-pc-whole-page .energy-arc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(90deg,
      transparent,
      transparent 40px,
      rgba(242, 138, 29, 0.08) 40px,
      rgba(13, 163, 163, 0.05) 80px);
  z-index: 1;
  pointer-events: none;
  animation: slideEnergy 20s linear infinite;
}

.desktop-pc-whole-page .banner-content {
  position: relative;
  z-index: 20;
  text-align: center;
}

.desktop-pc-whole-page .power-title {
  font-size: 3.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff, #ffe0b5, #f28a1d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  animation:
    titleRevealPower 0.9s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards,
    gentleFloat 4s infinite alternate;
}

.desktop-pc-whole-page .power-pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  margin-left: -140px;
  margin-top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(242, 138, 29, 0.2),
      transparent 70%);
  z-index: 0;
  animation: softPulsePower 4s infinite;
  pointer-events: none;
}

.desktop-pc-whole-page .charge-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.desktop-pc-whole-page .particle {
  position: absolute;
  background: radial-gradient(circle, #f28a1d, #ffcc66);
  border-radius: 50%;
  opacity: 0;
  animation: floatCharge 10s infinite linear;
  box-shadow: 0 0 6px rgba(242, 138, 29, 0.8);
}

/* ===== BLOG / CONTENT STYLES (fresh blog design) ===== */
.desktop-pc-whole-page .blog-container {
  background: #f9fbff;
  padding: 60px 0;
}

.desktop-pc-whole-page .blog-card {
  background: white;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.desktop-pc-whole-page .blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 42px -18px rgba(0, 0, 0, 0.12);
}

.desktop-pc-whole-page .blog-icon {
  background: linear-gradient(135deg, #1f365c10, #0da3a310);
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #eef2f8;
}

.desktop-pc-whole-page .blog-icon i {
  font-size: 2.6rem;
  color: #f28a1d;
}

.desktop-pc-whole-page .blog-content {
  padding: 28px 24px;
}

.desktop-pc-whole-page .blog-category {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #0da3a3;
  margin-bottom: 12px;
  display: inline-block;
  background: #eef2fa;
  padding: 4px 12px;
  border-radius: 30px;
}

.desktop-pc-whole-page .blog-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #0a2a42;
  margin-bottom: 16px;
}

.desktop-pc-whole-page .blog-text {
  color: #4a627a;
  line-height: 1.55;
  font-size: 0.95rem;
}

.desktop-pc-whole-page .trend-list {
  list-style: none;
  padding-left: 0;
}

.desktop-pc-whole-page .trend-list li {
  margin-bottom: 14px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.desktop-pc-whole-page .trend-list li i {
  color: #f28a1d;
  font-size: 1.2rem;
  margin-top: 3px;
}

.desktop-pc-whole-page .badge-pc {
  background: #eef2fa;
  border-radius: 40px;
  padding: 10px 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #1f365c;
}

.desktop-pc-whole-page .top-picks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.desktop-pc-whole-page .pick-item {
  background: white;
  border-radius: 24px;
  padding: 22px;
  transition: 0.2s;
  border: 1px solid #eef2f8;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.02);
}

.desktop-pc-whole-page .pick-item:hover {
  border-color: #f28a1d30;
  transform: translateY(-4px);
}

.desktop-pc-whole-page .pick-rank {
  font-size: 0.7rem;
  font-weight: 800;
  color: #f28a1d;
  background: #fff0e0;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 30px;
  margin-bottom: 14px;
}

.desktop-pc-whole-page .pick-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0a2a42;
  margin-bottom: 8px;
}

.desktop-pc-whole-page .pick-desc {
  color: #5f6f81;
  font-size: 0.85rem;
  line-height: 1.5;
}

.desktop-pc-whole-page .section-title-blog {
  font-size: 2rem;
  font-weight: 800;
  color: #0a2a42;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
}

.desktop-pc-whole-page .insight-quote {
  background: linear-gradient(125deg, #f0f5fe, #ffffff);
  border-radius: 28px;
  padding: 32px;
  border-left: 5px solid #f28a1d;
}

.desktop-pc-whole-page .img-placeholder {
  background: linear-gradient(135deg, #eef2fa, #ffffff);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.desktop-pc-whole-page .img-placeholder img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.desktop-pc-whole-page .img-placeholder:hover img {
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .desktop-pc-whole-page .power-title {
    font-size: 2.2rem;
  }

  .desktop-pc-whole-page .blog-title {
    font-size: 1.3rem;
  }

  .desktop-pc-whole-page .section-title-blog {
    font-size: 1.6rem;
  }
}

/* ---------------------------------desktop-pc=pagess---csss---endeed------------------------------ */
/* ---------------------------------laptop=pages---csss---started------------------------------ */

.laptop-all-page-css-all .about-banner {
  position: relative;
  padding: 50px 0;
  background: linear-gradient(135deg, #1f365c, #0da3a3);
  background-image: url("../img/bgg.jpg");
  color: white;
  overflow: hidden;
}

.laptop-all-page-css-all #power-grid-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  display: block;
}

.laptop-all-page-css-all .power-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  z-index: 1;
  animation: pulseOrb 12s infinite alternate ease-in-out;
  pointer-events: none;
}

.laptop-all-page-css-all .orb-battery {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #f28a1d, #ff5e00);
  top: -120px;
  left: -80px;
  opacity: 0.35;
  animation-duration: 18s;
}

.laptop-all-page-css-all .orb-energy {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #0da3a3, #0b6f8f);
  bottom: -150px;
  right: -100px;
  opacity: 0.4;
  animation-duration: 22s;
}

.laptop-all-page-css-all .orb-circuit {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, #ffaa44, #ff7700);
  top: 40%;
  right: 5%;
  opacity: 0.3;
  filter: blur(80px);
  animation-duration: 15s;
}

.laptop-all-page-css-all .energy-arc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(90deg,
      transparent,
      transparent 40px,
      rgba(242, 138, 29, 0.08) 40px,
      rgba(13, 163, 163, 0.05) 80px);
  z-index: 1;
  pointer-events: none;
  animation: slideEnergy 20s linear infinite;
}

.laptop-all-page-css-all .banner-content {
  position: relative;
  z-index: 20;
  text-align: center;
}

.laptop-all-page-css-all .power-title {
  font-size: 3.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff, #ffe0b5, #f28a1d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  animation:
    titleRevealPower 0.9s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards,
    gentleFloat 4s infinite alternate;
}

.laptop-all-page-css-all .power-pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  margin-left: -140px;
  margin-top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(242, 138, 29, 0.2),
      transparent 70%);
  z-index: 0;
  animation: softPulsePower 4s infinite;
  pointer-events: none;
}

.laptop-all-page-css-all .charge-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.laptop-all-page-css-all .particle {
  position: absolute;
  background: radial-gradient(circle, #f28a1d, #ffcc66);
  border-radius: 50%;
  opacity: 0;
  animation: floatCharge 10s infinite linear;
  box-shadow: 0 0 6px rgba(242, 138, 29, 0.8);
}

.laptop-all-page-css-all .blog-container {
  background: #f9fbff;
  padding: 60px 0;
}

.laptop-all-page-css-all .blog-card {
  background: white;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.laptop-all-page-css-all .blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 42px -18px rgba(0, 0, 0, 0.12);
}

.laptop-all-page-css-all .blog-content {
  padding: 18px 24px;
}

.laptop-all-page-css-all .blog-category {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #0da3a3;
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #eef2fa;
  padding: 4px 12px;
  border-radius: 30px;
}

.laptop-all-page-css-all .blog-category svg {
  width: 12px;
  height: 12px;
  stroke: #0da3a3;
  stroke-width: 2;
}

.laptop-all-page-css-all .blog-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #0a2a42;
  margin-bottom: 16px;
}

.laptop-all-page-css-all .blog-text {
  color: #4a627a;
  line-height: 1.55;
  font-size: 0.95rem;
}

.laptop-all-page-css-all .trend-list {
  list-style: none;
  padding-left: 0;
}

.laptop-all-page-css-all .trend-list li {
  margin-bottom: 14px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.laptop-all-page-css-all .trend-list li svg {
  width: 18px;
  height: 18px;
  stroke: #f28a1d;
  stroke-width: 2;
  fill: none;
  margin-top: 3px;
  flex-shrink: 0;
}

.laptop-all-page-css-all .badge-pc {
  background: #eef2fa;
  border-radius: 40px;
  padding: 10px 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #1f365c;
}

.laptop-all-page-css-all .badge-pc svg {
  width: 16px;
  height: 16px;
  stroke: #f28a1d;
  stroke-width: 2;
  fill: none;
}

.laptop-all-page-css-all .top-picks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.laptop-all-page-css-all .pick-item {
  background: white;
  border-radius: 24px;
  padding: 22px;
  transition: 0.2s;
  border: 1px solid #eef2f8;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.02);
}

.laptop-all-page-css-all .pick-item:hover {
  border-color: #f28a1d30;
  transform: translateY(-4px);
}

.laptop-all-page-css-all .pick-rank {
  font-size: 0.7rem;
  font-weight: 800;
  color: #f28a1d;
  background: #fff0e0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 30px;
  margin-bottom: 14px;
}

.laptop-all-page-css-all .pick-rank svg {
  width: 12px;
  height: 12px;
  stroke: #f28a1d;
  stroke-width: 2.5;
  fill: none;
}

.laptop-all-page-css-all .pick-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0a2a42;
  margin-bottom: 8px;
}

.laptop-all-page-css-all .pick-desc {
  color: #5f6f81;
  font-size: 0.85rem;
  line-height: 1.5;
}

.laptop-all-page-css-all .section-title-blog {
  font-size: 2rem;
  font-weight: 800;
  color: #0a2a42;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
}

.laptop-all-page-css-all .insight-quote {
  background: linear-gradient(125deg, #f0f5fe, #ffffff);
  border-radius: 28px;
  padding: 10px;
  border-left: 5px solid #f28a1d;
}

.laptop-all-page-css-all .insight-quote svg {
  width: 28px;
  height: 28px;
  stroke: #f28a1d;
  stroke-width: 1.8;
  fill: none;
  margin-bottom: 12px;
}

.laptop-all-page-css-all .img-placeholder {
  background: linear-gradient(135deg, #eef2fa, #ffffff);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.laptop-all-page-css-all .img-placeholder img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.laptop-all-page-css-all .img-placeholder:hover img {
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .laptop-all-page-css-all .power-title {
    font-size: 2.2rem;
  }

  .laptop-all-page-css-all .blog-title {
    font-size: 1.3rem;
  }

  .laptop-all-page-css-all .section-title-blog {
    font-size: 1.6rem;
  }
}

.laptop-all-page-css-all .star-icon {
  width: 20px;
  height: 20px;
  stroke: #ffc107;
  stroke-width: 2;
  fill: #ffc107;
}

/* ---------------------------------laptop=pagess---csss---endeed------------------------------ */
/* ---------------------------------workstation=pagess---csss---started------------------------------ */
.workstation-all-page-style .about-banner {
  position: relative;
  padding: 50px 0;
  background: linear-gradient(135deg, #1f365c, #0da3a3);
  background-image: url("../img/bgg.jpg");
  color: white;
  overflow: hidden;
}

.workstation-all-page-style #power-grid-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  display: block;
}

.workstation-all-page-style .power-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  z-index: 1;
  animation: pulseOrb 12s infinite alternate ease-in-out;
  pointer-events: none;
}

.workstation-all-page-style .orb-battery {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #f28a1d, #ff5e00);
  top: -120px;
  left: -80px;
  opacity: 0.35;
  animation-duration: 18s;
}

.workstation-all-page-style .orb-energy {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #0da3a3, #0b6f8f);
  bottom: -150px;
  right: -100px;
  opacity: 0.4;
  animation-duration: 22s;
}

.workstation-all-page-style .orb-circuit {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, #ffaa44, #ff7700);
  top: 40%;
  right: 5%;
  opacity: 0.3;
  filter: blur(80px);
  animation-duration: 15s;
}

.workstation-all-page-style .energy-arc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(90deg,
      transparent,
      transparent 40px,
      rgba(242, 138, 29, 0.08) 40px,
      rgba(13, 163, 163, 0.05) 80px);
  z-index: 1;
  pointer-events: none;
  animation: slideEnergy 20s linear infinite;
}

.workstation-all-page-style .banner-content {
  position: relative;
  z-index: 20;
  text-align: center;
}

.workstation-all-page-style .power-title {
  font-size: 3.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff, #ffe0b5, #f28a1d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  animation:
    titleRevealPower 0.9s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards,
    gentleFloat 4s infinite alternate;
}

.workstation-all-page-style .power-pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  margin-left: -140px;
  margin-top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(242, 138, 29, 0.2),
      transparent 70%);
  z-index: 0;
  animation: softPulsePower 4s infinite;
  pointer-events: none;
}

.workstation-all-page-style .charge-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.workstation-all-page-style .particle {
  position: absolute;
  background: radial-gradient(circle, #f28a1d, #ffcc66);
  border-radius: 50%;
  opacity: 0;
  animation: floatCharge 10s infinite linear;
  box-shadow: 0 0 6px rgba(242, 138, 29, 0.8);
}

.workstation-all-page-style .blog-container {
  background: #f9fbff;
  padding: 60px 0;
}

.workstation-all-page-style .blog-card {
  background: white;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.workstation-all-page-style .blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 42px -18px rgba(0, 0, 0, 0.12);
}

.workstation-all-page-style .blog-content {
  padding: 18px 24px;
}

.workstation-all-page-style .blog-category {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #0da3a3;
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #eef2fa;
  padding: 4px 12px;
  border-radius: 30px;
}

.workstation-all-page-style .blog-category svg {
  width: 12px;
  height: 12px;
  stroke: #0da3a3;
  stroke-width: 2;
}

.workstation-all-page-style .blog-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #0a2a42;
  margin-bottom: 16px;
}

.workstation-all-page-style .blog-text {
  color: #4a627a;
  line-height: 1.55;
  font-size: 0.95rem;
}

.workstation-all-page-style .section-title-blog {
  font-size: 2rem;
  font-weight: 800;
  color: #0a2a42;
  margin-bottom: 24px;
  position: relative;
  display: inline-block;
}

.workstation-all-page-style .insight-quote {
  background: linear-gradient(125deg, #f0f5fe, #ffffff);
  border-radius: 28px;
  padding: 10px;
  border-left: 5px solid #f28a1d;
}

.workstation-all-page-style .insight-quote svg {
  width: 28px;
  height: 28px;
  stroke: #f28a1d;
  stroke-width: 1.8;
  fill: none;
  margin-bottom: 12px;
}

.workstation-all-page-style .img-placeholder {
  background: linear-gradient(135deg, #eef2fa, #1f365c);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.workstation-all-page-style .img-placeholder img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
}

.workstation-all-page-style .img-placeholder:hover img {
  transform: scale(1.02);
}

.workstation-all-page-style .update-list {
  list-style: none;
  padding-left: 0;
}

.workstation-all-page-style .update-list li {
  margin-bottom: 14px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.workstation-all-page-style .update-list li svg {
  width: 18px;
  height: 18px;
  stroke: #f28a1d;
  stroke-width: 2;
  fill: none;
  margin-top: 3px;
  flex-shrink: 0;
}

.workstation-all-page-style .badge-pro {
  background: #eef2fa;
  border-radius: 40px;
  padding: 10px 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #1f365c;
}

.workstation-all-page-style .hardware-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 28px;
  margin-top: 20px;
}

.workstation-all-page-style .hardware-card {
  background: white;
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.2s ease;
  border: 1px solid #eef2f8;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.02);
}

.workstation-all-page-style .hardware-card:hover {
  transform: translateY(-5px);
  border-color: #f28a1d40;
}

.workstation-all-page-style .fixed-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  background: linear-gradient(135deg, #2c4a6e, #0da3a3);
}

/* New card style for VMware updates */
.workstation-all-page-style .update-card {
  background: white;
  border-radius: 24px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #eef2f8;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.workstation-all-page-style .update-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.15);
  border-color: #f28a1d60;
}

.workstation-all-page-style .update-card-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  background: linear-gradient(135deg, #1f365c, #0da3a3);
}

.workstation-all-page-style .update-card-content {
  padding: 20px;
}

.workstation-all-page-style .update-card-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
}

.workstation-all-page-style .update-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0a2a42;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .workstation-all-page-style .power-title {
    font-size: 2.2rem;
  }

  .workstation-all-page-style .blog-title {
    font-size: 1.3rem;
  }

  .workstation-all-page-style .section-title-blog {
    font-size: 1.6rem;
  }

  .workstation-all-page-style .fixed-image {
    height: 160px;
  }

  .workstation-all-page-style .update-card-img {
    height: 140px;
  }
}

/* ---------------------------------workstation---csss---endeed------------------------------ */

/* ---------------------------------tablet page---csss---started------------------------------ */

.tablet-css-all-page .about-banner {
  position: relative;
  padding: 50px 0;
  background: linear-gradient(135deg, #1f365c, #0da3a3);
  background-image: url("../img/bgg.jpg");
  color: white;
  overflow: hidden;
}

.tablet-css-all-page #power-grid-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  display: block;
}

.tablet-css-all-page .power-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  z-index: 1;
  animation: pulseOrb 12s infinite alternate ease-in-out;
  pointer-events: none;
}

.tablet-css-all-page .orb-battery {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #f28a1d, #ff5e00);
  top: -120px;
  left: -80px;
  opacity: 0.35;
  animation-duration: 18s;
}

.tablet-css-all-page .orb-energy {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #0da3a3, #0b6f8f);
  bottom: -150px;
  right: -100px;
  opacity: 0.4;
  animation-duration: 22s;
}

.tablet-css-all-page .orb-circuit {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, #ffaa44, #ff7700);
  top: 40%;
  right: 5%;
  opacity: 0.3;
  filter: blur(80px);
  animation-duration: 15s;
}

.tablet-css-all-page .energy-arc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(90deg,
      transparent,
      transparent 40px,
      rgba(242, 138, 29, 0.08) 40px,
      rgba(13, 163, 163, 0.05) 80px);
  z-index: 1;
  pointer-events: none;
  animation: slideEnergy 20s linear infinite;
}

.tablet-css-all-page .banner-content {
  position: relative;
  z-index: 20;
  text-align: center;
}

.tablet-css-all-page .power-title {
  font-size: 3.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff, #ffe0b5, #f28a1d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  animation:
    titleRevealPower 0.9s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards,
    gentleFloat 4s infinite alternate;
}

.tablet-css-all-page .power-pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  margin-left: -140px;
  margin-top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(242, 138, 29, 0.2),
      transparent 70%);
  z-index: 0;
  animation: softPulsePower 4s infinite;
  pointer-events: none;
}

.tablet-css-all-page .charge-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.tablet-css-all-page .particle {
  position: absolute;
  background: radial-gradient(circle, #f28a1d, #ffcc66);
  border-radius: 50%;
  opacity: 0;
  animation: floatCharge 10s infinite linear;
  box-shadow: 0 0 6px rgba(242, 138, 29, 0.8);
}

.tablet-css-all-page .blog-container {
  background: #f9fbff;
  padding: 60px 0;
}

.tablet-css-all-page .blog-card {
  background: white;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.tablet-css-all-page .blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 42px -18px rgba(0, 0, 0, 0.12);
}

.tablet-css-all-page .blog-content {
  padding: 18px 24px;
}

.tablet-css-all-page .blog-category {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #0da3a3;
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #eef2fa;
  padding: 4px 12px;
  border-radius: 30px;
}

.tablet-css-all-page .blog-category svg {
  width: 12px;
  height: 12px;
  stroke: #0da3a3;
  stroke-width: 2;
}

.tablet-css-all-page .blog-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #0a2a42;
  margin-bottom: 16px;
}

.tablet-css-all-page .blog-text {
  color: #4a627a;
  line-height: 1.55;
  font-size: 0.95rem;
}

.tablet-css-all-page .top-picks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.tablet-css-all-page .pick-item {
  background: white;
  border-radius: 24px;
  padding: 22px;
  transition: 0.2s;
  border: 1px solid #eef2f8;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.02);
}

.tablet-css-all-page .pick-item:hover {
  border-color: #f28a1d30;
  transform: translateY(-4px);
}

.tablet-css-all-page .pick-rank {
  font-size: 0.7rem;
  font-weight: 800;
  color: #f28a1d;
  background: #fff0e0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 30px;
  margin-bottom: 14px;
}

.tablet-css-all-page .pick-rank svg {
  width: 12px;
  height: 12px;
  stroke: #f28a1d;
  stroke-width: 2.5;
  fill: none;
}

.tablet-css-all-page .pick-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0a2a42;
  margin-bottom: 8px;
}

.tablet-css-all-page .pick-desc {
  color: #5f6f81;
  font-size: 0.85rem;
  line-height: 1.5;
}

.tablet-css-all-page .section-title-blog {
  font-size: 2rem;
  font-weight: 800;
  color: #0a2a42;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
}

.tablet-css-all-page .insight-quote {
  background: linear-gradient(125deg, #f0f5fe, #ffffff);
  border-radius: 28px;
  padding: 10px;
  border-left: 5px solid #f28a1d;
}

.tablet-css-all-page .insight-quote svg {
  width: 28px;
  height: 28px;
  stroke: #f28a1d;
  stroke-width: 1.8;
  fill: none;
  margin-bottom: 12px;
}

.tablet-css-all-page .img-placeholder {
  background: linear-gradient(135deg, #eef2fa, #ffffff);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.tablet-css-all-page .img-placeholder img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.tablet-css-all-page .img-placeholder:hover img {
  transform: scale(1.02);
}

.tablet-css-all-page .trend-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 20px;
}

.tablet-css-all-page .trend-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.2s;
}

.tablet-css-all-page .trend-card:hover {
  transform: translateY(-5px);
}

@media (max-width: 768px) {
  .tablet-css-all-page .power-title {
    font-size: 2.2rem;
  }

  .tablet-css-all-page .blog-title {
    font-size: 1.3rem;
  }

  .tablet-css-all-page .section-title-blog {
    font-size: 1.6rem;
  }
}

/* ---------------------------------tablet page---csss---ended------------------------------ */
/* ---------------------------------monitors page---csss---started------------------------------ */

.monitors-all-css-page-only .about-banner {
  position: relative;
  padding: 50px 0;
  background: linear-gradient(135deg, #1f365c, #0da3a3);
  background-image: url("../img/bgg.jpg");
  color: white;
  overflow: hidden;
}

.monitors-all-css-page-only #power-grid-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  display: block;
}

.monitors-all-css-page-only .power-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  z-index: 1;
  animation: pulseOrb 12s infinite alternate ease-in-out;
  pointer-events: none;
}

.monitors-all-css-page-only .orb-battery {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #f28a1d, #ff5e00);
  top: -120px;
  left: -80px;
  opacity: 0.35;
  animation-duration: 18s;
}

.monitors-all-css-page-only .orb-energy {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #0da3a3, #0b6f8f);
  bottom: -150px;
  right: -100px;
  opacity: 0.4;
  animation-duration: 22s;
}

.monitors-all-css-page-only .orb-circuit {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, #ffaa44, #ff7700);
  top: 40%;
  right: 5%;
  opacity: 0.3;
  filter: blur(80px);
  animation-duration: 15s;
}

.monitors-all-css-page-only .energy-arc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(90deg,
      transparent,
      transparent 40px,
      rgba(242, 138, 29, 0.08) 40px,
      rgba(13, 163, 163, 0.05) 80px);
  z-index: 1;
  pointer-events: none;
  animation: slideEnergy 20s linear infinite;
}

.monitors-all-css-page-only .banner-content {
  position: relative;
  z-index: 20;
  text-align: center;
}

.monitors-all-css-page-only .power-title {
  font-size: 3.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff, #ffe0b5, #f28a1d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  animation:
    titleRevealPower 0.9s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards,
    gentleFloat 4s infinite alternate;
}

.monitors-all-css-page-only .power-pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  margin-left: -140px;
  margin-top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(242, 138, 29, 0.2),
      transparent 70%);
  z-index: 0;
  animation: softPulsePower 4s infinite;
  pointer-events: none;
}

.monitors-all-css-page-only .charge-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.monitors-all-css-page-only .particle {
  position: absolute;
  background: radial-gradient(circle, #f28a1d, #ffcc66);
  border-radius: 50%;
  opacity: 0;
  animation: floatCharge 10s infinite linear;
  box-shadow: 0 0 6px rgba(242, 138, 29, 0.8);
}

.monitors-all-css-page-only .blog-container {
  background: #f9fbff;
  padding: 60px 0;
}

.monitors-all-css-page-only .blog-card {
  background: white;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.monitors-all-css-page-only .blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 42px -18px rgba(0, 0, 0, 0.12);
}

.monitors-all-css-page-only .blog-content {
  padding: 18px 24px;
}

.monitors-all-css-page-only .blog-category {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #0da3a3;
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #eef2fa;
  padding: 4px 12px;
  border-radius: 30px;
}

.monitors-all-css-page-only .blog-category svg {
  width: 12px;
  height: 12px;
  stroke: #0da3a3;
  stroke-width: 2;
}

.monitors-all-css-page-only .blog-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #0a2a42;
  margin-bottom: 16px;
}

.monitors-all-css-page-only .blog-text {
  color: #4a627a;
  line-height: 1.55;
  font-size: 0.95rem;
}

.monitors-all-css-page-only .top-picks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.monitors-all-css-page-only .pick-item {
  background: white;
  border-radius: 24px;
  padding: 22px;
  transition: 0.2s;
  border: 1px solid #eef2f8;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.02);
}

.monitors-all-css-page-only .pick-item:hover {
  border-color: #f28a1d30;
  transform: translateY(-4px);
}

.monitors-all-css-page-only .pick-rank {
  font-size: 0.7rem;
  font-weight: 800;
  color: #f28a1d;
  background: #fff0e0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 30px;
  margin-bottom: 14px;
}

.monitors-all-css-page-only .pick-rank svg {
  width: 12px;
  height: 12px;
  stroke: #f28a1d;
  stroke-width: 2.5;
  fill: none;
}

.monitors-all-css-page-only .pick-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0a2a42;
  margin-bottom: 8px;
}

.monitors-all-css-page-only .pick-desc {
  color: #5f6f81;
  font-size: 0.85rem;
  line-height: 1.5;
}

.monitors-all-css-page-only .section-title-blog {
  font-size: 2rem;
  font-weight: 800;
  color: #0a2a42;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
}

.monitors-all-css-page-only .insight-quote {
  background: linear-gradient(125deg, #f0f5fe, #ffffff);
  border-radius: 28px;
  padding: 10px;
  border-left: 5px solid #f28a1d;
}

.monitors-all-css-page-only .insight-quote svg {
  width: 28px;
  height: 28px;
  stroke: #f28a1d;
  stroke-width: 1.8;
  fill: none;
  margin-bottom: 12px;
}

.monitors-all-css-page-only .img-placeholder {
  background: linear-gradient(135deg, #eef2fa, #ffffff);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.monitors-all-css-page-only .img-placeholder img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.monitors-all-css-page-only .img-placeholder:hover img {
  transform: scale(1.02);
}

.monitors-all-css-page-only .trend-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 20px;
}

.monitors-all-css-page-only .trend-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.2s;
}

.monitors-all-css-page-only .trend-card:hover {
  transform: translateY(-5px);
}

@media (max-width: 768px) {
  .monitors-all-css-page-only .power-title {
    font-size: 2.2rem;
  }

  .monitors-all-css-page-only .blog-title {
    font-size: 1.3rem;
  }

  .monitors-all-css-page-only .section-title-blog {
    font-size: 1.6rem;
  }
}

/* ---------------------------------monitors page---csss---ended------------------------------ */
/* ---------------------------------peripherals-and-accessories page---csss---started------------------------------ */

.peri-acc-whole-page-css .about-banner {
  position: relative;
  padding: 50px 0;
  background: linear-gradient(135deg, #1f365c, #0da3a3);
  background-image: url("../img/bgg.jpg");
  color: white;
  overflow: hidden;
}

.peri-acc-whole-page-css #power-grid-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  display: block;
}

.peri-acc-whole-page-css .power-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  z-index: 1;
  animation: pulseOrb 12s infinite alternate ease-in-out;
  pointer-events: none;
}

.peri-acc-whole-page-css .orb-battery {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #f28a1d, #ff5e00);
  top: -120px;
  left: -80px;
  opacity: 0.35;
  animation-duration: 18s;
}

.peri-acc-whole-page-css .orb-energy {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #0da3a3, #0b6f8f);
  bottom: -150px;
  right: -100px;
  opacity: 0.4;
  animation-duration: 22s;
}

.peri-acc-whole-page-css .orb-circuit {
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, #ffaa44, #ff7700);
  top: 40%;
  right: 5%;
  opacity: 0.3;
  filter: blur(80px);
  animation-duration: 15s;
}

.peri-acc-whole-page-css .energy-arc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(90deg,
      transparent,
      transparent 40px,
      rgba(242, 138, 29, 0.08) 40px,
      rgba(13, 163, 163, 0.05) 80px);
  z-index: 1;
  pointer-events: none;
  animation: slideEnergy 20s linear infinite;
}

.peri-acc-whole-page-css .banner-content {
  position: relative;
  z-index: 20;
  text-align: center;
}

.peri-acc-whole-page-css .power-title {
  font-size: 3.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff, #ffe0b5, #f28a1d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  animation:
    titleRevealPower 0.9s cubic-bezier(0.2, 0.9, 0.4, 1.1) forwards,
    gentleFloat 4s infinite alternate;
}

.peri-acc-whole-page-css .power-pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  margin-left: -140px;
  margin-top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(242, 138, 29, 0.2),
      transparent 70%);
  z-index: 0;
  animation: softPulsePower 4s infinite;
  pointer-events: none;
}

.peri-acc-whole-page-css .charge-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.peri-acc-whole-page-css .particle {
  position: absolute;
  background: radial-gradient(circle, #f28a1d, #ffcc66);
  border-radius: 50%;
  opacity: 0;
  animation: floatCharge 10s infinite linear;
  box-shadow: 0 0 6px rgba(242, 138, 29, 0.8);
}

.peri-acc-whole-page-css .blog-container {
  background: #f9fbff;
  padding: 60px 0;
}

.peri-acc-whole-page-css .blog-card {
  background: white;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.peri-acc-whole-page-css .blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 42px -18px rgba(0, 0, 0, 0.12);
}

.peri-acc-whole-page-css .blog-content {
  padding: 18px 24px;
}

.peri-acc-whole-page-css .blog-category {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #0da3a3;
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #eef2fa;
  padding: 4px 12px;
  border-radius: 30px;
}

.peri-acc-whole-page-css .blog-category svg {
  width: 12px;
  height: 12px;
  stroke: #0da3a3;
  stroke-width: 2;
}

.peri-acc-whole-page-css .blog-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #0a2a42;
  margin-bottom: 16px;
}

.peri-acc-whole-page-css .blog-text {
  color: #4a627a;
  line-height: 1.55;
  font-size: 0.95rem;
}

.peri-acc-whole-page-css .top-picks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.peri-acc-whole-page-css .pick-item {
  background: white;
  border-radius: 24px;
  padding: 22px;
  transition: 0.2s;
  border: 1px solid #eef2f8;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.02);
}

.peri-acc-whole-page-css .pick-item:hover {
  border-color: #f28a1d30;
  transform: translateY(-4px);
}

.peri-acc-whole-page-css .pick-rank {
  font-size: 0.7rem;
  font-weight: 800;
  color: #f28a1d;
  background: #fff0e0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 30px;
  margin-bottom: 14px;
}

.peri-acc-whole-page-css .pick-rank svg {
  width: 12px;
  height: 12px;
  stroke: #f28a1d;
  stroke-width: 2.5;
  fill: none;
}

.peri-acc-whole-page-css .pick-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0a2a42;
  margin-bottom: 8px;
}

.peri-acc-whole-page-css .pick-desc {
  color: #5f6f81;
  font-size: 0.85rem;
  line-height: 1.5;
}

.peri-acc-whole-page-css .section-title-blog {
  font-size: 2rem;
  font-weight: 800;
  color: #0a2a42;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
}

.peri-acc-whole-page-css .insight-quote {
  background: linear-gradient(125deg, #f0f5fe, #ffffff);
  border-radius: 28px;
  padding: 10px;
  border-left: 5px solid #f28a1d;
}

.peri-acc-whole-page-css .insight-quote svg {
  width: 28px;
  height: 28px;
  stroke: #f28a1d;
  stroke-width: 1.8;
  fill: none;
  margin-bottom: 12px;
}

.peri-acc-whole-page-css .img-placeholder {
  background: linear-gradient(135deg, #eef2fa, #ffffff);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.peri-acc-whole-page-css .img-placeholder img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.peri-acc-whole-page-css .img-placeholder:hover img {
  transform: scale(1.02);
}

.peri-acc-whole-page-css .trend-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 20px;
}

.peri-acc-whole-page-css .trend-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: 0.2s;
}

.peri-acc-whole-page-css .trend-card:hover {
  transform: translateY(-5px);
}

@media (max-width: 768px) {
  .peri-acc-whole-page-css .power-title {
    font-size: 2.2rem;
  }

  .peri-acc-whole-page-css .blog-title {
    font-size: 1.3rem;
  }

  .peri-acc-whole-page-css .section-title-blog {
    font-size: 1.6rem;
  }
}

/* ---------------------------------peripherals-and-accessories page---csss---ended------------------------------ */

/* ---------------------------------explore page---csss---stared------------------------------ */


/* ---------- MODERN MAIN CONTENT STYLES ---------- */
.explore-pages .main-content-modern {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  padding: 3rem 0 4rem;
}

.explore-pages .overview-card {
  background: #ffffff;
  border-radius: 2rem;
  padding: 2rem;
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(242, 138, 29, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.explore-pages .overview-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 40px -12px rgba(242, 138, 29, 0.12);
}

.explore-pages .accent-badge {
  display: inline-block;
  background: #fef3e2;
  color: #c55f0a;
  border-radius: 60px;
  padding: 0.3rem 1.2rem;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.explore-pages .check-list {
  list-style: none;
  padding-left: 0;
}

.explore-pages .check-list li {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.explore-pages .check-list li i {
  color: #f28a1c;
  font-size: 1.2rem;
}

/* Solutions Grid */
.explore-pages .solutions-header {
  text-align: center;
  margin-bottom: 3rem;
}

.explore-pages .solutions-eyebrow {
  color: #f28a1c;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 0.7rem;
  margin-bottom: 0.75rem;
}

.explore-pages .solutions-title {
  font-size: 2rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.5rem;
}

.explore-pages .solutions-subtitle {
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}

.explore-pages .solutions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.explore-pages .solution-card {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 1.5rem;
  border: 1px solid #eef2ff;
  transition: all 0.3s ease;
}

.explore-pages .solution-card:hover {
  transform: translateY(-5px);
  border-color: rgba(242, 138, 29, 0.3);
  box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.08);
}

.explore-pages .solution-icon {
  width: 50px;
  height: 50px;
  background: #fef3e2;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.explore-pages .solution-icon i {
  font-size: 1.6rem;
  color: #f28a1c;
}

.explore-pages .solution-name {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.explore-pages .solution-desc {
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Feature List Styles */
.explore-pages .feature-list {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
  text-align: left;
}

.explore-pages .feature-list li {
  font-size: 0.75rem;
  color: #475569;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 6px;
  padding-left: 10px;
}

.explore-pages .feature-list li i {
  color: #f28a1c;
  font-size: 0.7rem;
}

.explore-pages ul.feature-list.explore-page-list li::before {
  content: none;
  display: none;
}

/* AI Server Section */
.explore-pages .ai-server-section {
  background: #f0f4fa;
  border-radius: 1.5rem;
  padding: 2rem;
  margin-bottom: 1rem;
}

.explore-pages .ai-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #0f172a;
}

.explore-pages .ai-desc {
  color: #475569;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .explore-pages .solutions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .explore-pages .solutions-grid {
    grid-template-columns: 1fr;
  }

  .explore-pages .solutions-title {
    font-size: 1.6rem;
  }

  .explore-pages .overview-card {
    padding: 1.5rem;
  }
}

/* ---------------------------------explore page---csss---ended------------------------------ */


/* ---------------------------------high-discharge page---csss---started------------------------------ */


.high-disch-are-bttry .portfolio-gpu {

  background: #ffffff;
}

.high-disch-are-bttry .section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.high-disch-are-bttry .section-eyebrow {
  color: #f28a1c;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 0.7rem;
  margin-bottom: 0.75rem;
}

.high-disch-are-bttry .section-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0.5rem;
}

/* Split Layout */
.high-disch-are-bttry .split-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 0rem;
  background: linear-gradient(135deg, #ffffff, #f8fafc);
  border-radius: 2rem;
  padding: 2rem;
  border: 1px solid rgba(242, 138, 29, 0.1);
}

.high-disch-are-bttry .product-cards-side {
  flex: 2;
  min-width: 280px;
}

.high-disch-are-bttry .overview-side {
  flex: 1.2;
  min-width: 280px;
  background: linear-gradient(135deg, #fef3e2, #fff5e6);
  border-radius: 1.5rem;
  padding: 1.8rem;
  position: relative;
  overflow: hidden;
}

.high-disch-are-bttry .overview-side::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle,
      rgba(242, 138, 29, 0.05) 0%,
      transparent 70%);
  pointer-events: none;
}

.high-disch-are-bttry .overview-badge {
  display: inline-block;
  background: #f28a1c;
  color: white;
  border-radius: 60px;
  padding: 0.3rem 1.2rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.high-disch-are-bttry .overview-side-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.high-disch-are-bttry .overview-side-title span {
  color: #f28a1c;
}

.high-disch-are-bttry .overview-side-desc {
  color: #475569;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.high-disch-are-bttry .feature-list-side {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}

.high-disch-are-bttry .feature-list-side li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.8rem;
  font-size: 0.85rem;
  color: #334155;
}

.high-disch-are-bttry .feature-list-side li i {
  color: #f28a1c;
  font-size: 1rem;
}

.high-disch-are-bttry .overview-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #f28a1c, #e67e22);
  color: white;
  padding: 0.8rem 1.8rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  width: 100%;
  justify-content: center;
}

.high-disch-are-bttry .overview-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(242, 138, 29, 0.3);
  color: white;
}

.high-disch-are-bttry .product-card-wrapper {
  margin-bottom: 1.5rem;
}

.high-disch-are-bttry .gpu-card {
  background: #ffffff;
  border-radius: 1.25rem;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #eef2ff;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
}

.high-disch-are-bttry .gpu-card:hover {

  border-color: rgba(242, 138, 29, 0.3);
  box-shadow: 0 10px 25px -12px rgba(0, 0, 0, 0.1);

  padding: 1rem;
}

.high-disch-are-bttry .card-image {
  /* width: 100px; */
  flex-shrink: 0;
  text-align: center;
  background: #f0f4fa;
  border-radius: 1rem;
  padding: 0.5rem;
}

.high-disch-are-bttry .card-image img {
  max-width: 100% !important;
  height: auto !important;
  max-height: 270px !important;
  min-height: 270px !important;
}

.high-disch-are-bttry .card-content {
  flex: 1;
  text-align: left;
  padding: 0;
}

.high-disch-are-bttry .product-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.5rem;
  text-align: center;
}

.high-disch-are-bttry .pdf-buttons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.high-disch-are-bttry .pdf-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 8px;
  font-size: 0.7rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.high-disch-are-bttry .pdf-btn-50 {
  background: #fef3e2;
  color: #c55f0a;
  border-color: rgba(242, 138, 29, 0.3);
}

.high-disch-are-bttry .pdf-btn-50:hover {
  background: #f28a1c;
  color: white;
  transform: translateY(-2px);
}

.high-disch-are-bttry .pdf-btn-100 {
  background: #eef2ff;
  color: #1e4a76;
  border-color: rgba(30, 74, 118, 0.2);
}

.high-disch-are-bttry .pdf-btn-100:hover {
  background: #1e4a76;
  color: white;
  transform: translateY(-2px);
}

@media (max-width: 992px) {
  .high-disch-are-bttry .split-layout {
    flex-direction: column;
  }

  .high-disch-are-bttry .gpu-card {
    flex-direction: column;
    text-align: center;
  }

  .high-disch-are-bttry .card-content {
    text-align: center;
  }

  .high-disch-are-bttry .pdf-buttons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .high-disch-are-bttry .section-title {
    font-size: 1.5rem;
  }

  .high-disch-are-bttry .overview-side-title {
    font-size: 1.3rem;
  }
}

/* ---------------------------------high-discharge page---csss---ended------------------------------ */

/* ---------------------------------low-dc--page---csss---started------------------------------ */

.low-dcc-cc .specs-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
  background: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.low-dcc-cc .specs-table th,
.low-dcc-cc .specs-table td {
  padding: 1rem;
  border-bottom: 1px solid #e2e8f0 !important;
  vertical-align: top;
}

.low-dcc-cc .specs-table tr:last-child td,
.low-dcc-cc .specs-table tr:last-child th {
  border-bottom: none;
}

.low-dcc-cc .specs-table th {
  background: #f0f4fa;
  font-weight: 700;
  color: #0a2a42;
  width: 35%;
}

.low-dcc-cc .specs-table td {
  color: #475569;
}

/* Model Comparison Table */
.low-dcc-cc .model-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
  background: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.low-dcc-cc .model-table th,
.low-dcc-cc .model-table td {
  padding: 1rem;
  text-align: center;
  border: 1px solid #eef2ff;
}

.low-dcc-cc .model-table th {
  background: #0a2a42;
  color: white;
  font-weight: 700;
}

.low-dcc-cc .model-table td {
  color: #475569;
}

/* Responsive Tables */
@media (max-width: 768px) {

  .low-dcc-cc .specs-table th,
  .low-dcc-cc .specs-table td,
  .low-dcc-cc .model-table th,
  .low-dcc-cc .model-table td {
    padding: 0.75rem;
    font-size: 0.8rem;
  }
}

/* ---------------------------------low-dc--page---csss---ended------------------------------ */


/* Specifications Table */
.low-dc .specs-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
  background: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.low-dc .specs-table th,
.low-dc .specs-table td {
  padding: 1rem;
  border-bottom: 1px solid #e2e8f0;
  vertical-align: top;
}

.low-dc .specs-table tr:last-child td,
.low-dc .specs-table tr:last-child th {
  border-bottom: none;
}

.low-dc .specs-table th {
  background: #f0f4fa;
  font-weight: 700;
  color: #0a2a42;
  width: 35%;
}

.low-dc .specs-table td {
  color: #475569;
}

/* Model Comparison Table */
.low-dc .model-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
  background: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.low-dc .model-table th,
.low-dc .model-table td {
  padding: 1rem;
  text-align: center;
  border: 1px solid #eef2ff;
}

.low-dc .model-table th {
  background: #0a2a42;
  color: white;
  font-weight: 700;
}

.low-dc .model-table td {
  color: #475569;
}

/* Responsive Tables */
@media (max-width: 768px) {

  .low-dc .specs-table th,
  .low-dc .specs-table td,
  .low-dc .model-table th,
  .low-dc .model-table td {
    padding: 0.75rem;
    font-size: 0.8rem;
  }
}