/* Base styles for hero sections */
.heroSupplyChainManagement,
.heroSecondVideo {
  width: 100%;
  min-height: 70vh;
  position: relative;
  padding: 120px 0 120px 0;
  display: flex;
  align-items: center;
}

.heroSupplyChainManagement:before,
.heroSecondVideo:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 10%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.heroSupplyChainManagement .hero-bg,
.heroSecondVideo .hero-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.heroSupplyChainManagement .container,
.heroSecondVideo .container {
  position: relative;
  z-index: 3;
}

.heroSupplyChainManagement h1,
.heroSecondVideo h1 {
  margin: 0 0 20px 0;
  font-size: 62px;
  font-weight: 500;
  line-height: 5rem;
  color: #fff;
}

.heroSupplyChainManagement p,
.heroSecondVideo p {
  color: #fff;
  margin: 5px 0 30px 0;
  font-size: 22px;
  font-weight: 400;
}

.heroSupplyChainManagement .btn-get-started,
.heroSecondVideo .btn-get-started {
  color: #000;
  background: #fff;
  font-family: var(--heading-font);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 12px 28px;
  border-radius: 10px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.heroSecondVideo .btn-get-started {
  color: #fff;
  background: #000;
}

.heroSupplyChainManagement .btn-watch-video,
.heroSecondVideo .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #fff;
  font-weight: 600;
  border: 1px solid white;
  border-radius: 10px;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

/* ================================
   RESPONSIVE BREAKPOINTS
   ================================ */

/* Tablet styles (768px - 991px) */
@media (max-width: 991px) {
  .heroSupplyChainManagement,
  .heroSecondVideo {
    padding: 80px 0 80px 0;
    min-height: 60vh;
  }

  .heroSupplyChainManagement h1,
  .heroSecondVideo h1 {
    font-size: 48px;
    line-height: 3.5rem;
    margin-bottom: 15px;
  }

  .heroSupplyChainManagement p,
  .heroSecondVideo p {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .heroSupplyChainManagement .btn-get-started,
  .heroSecondVideo .btn-get-started {
    font-size: 16px;
    padding: 12px 24px;
  }

  .heroSupplyChainManagement .btn-watch-video,
  .heroSecondVideo .btn-watch-video {
    margin-left: 15px;
    font-size: 14px;
    padding: 10px 15px;
  }
}

/* Mobile styles (max-width: 767px) */
@media (max-width: 767px) {
  .heroSupplyChainManagement,
  .heroSecondVideo {
    padding: 60px 0 60px 0;
    min-height: 50vh;
  }

  .heroSupplyChainManagement h1,
  .heroSecondVideo h1 {
    font-size: 32px;
    line-height: 2.2rem;
    margin-bottom: 15px;
    text-align: center;
  }

  .heroSupplyChainManagement p,
  .heroSecondVideo p {
    font-size: 18px;
    margin-bottom: 25px;
    text-align: center;
  }

  .heroSupplyChainManagement .btn-get-started,
  .heroSecondVideo .btn-get-started {
    font-size: 16px;
    padding: 12px 20px;
    display: block;
    text-align: center;
    margin: 0 auto 15px auto;
    max-width: 200px;
  }

  .heroSupplyChainManagement .btn-watch-video,
  .heroSecondVideo .btn-watch-video {
    margin-left: 0;
    display: block;
    text-align: center;
    margin: 15px auto 0 auto;
    max-width: 200px;
    font-size: 14px;
    padding: 10px 15px;
  }

  /* Stack buttons vertically on mobile */
  .heroSupplyChainManagement .d-flex,
  .heroSecondVideo .d-flex {
    flex-direction: column;
    align-items: center;
  }

  /* Center align video column on mobile */
  .heroSecondVideo .hero-img {
    text-align: center;
    margin-bottom: 30px;
  }

  /* Ensure proper order on mobile */
  .heroSecondVideo .col-lg-6.hero-img {
    order: 1 !important;
  }

  .heroSecondVideo .col-lg-6.d-flex {
    order: 2 !important;
  }
}

/* Small mobile styles (max-width: 575px) */
@media (max-width: 575px) {
  .heroSupplyChainManagement,
  .heroSecondVideo {
    padding: 40px 0 40px 0;
  }

  .heroSupplyChainManagement h1,
  .heroSecondVideo h1 {
    font-size: 28px;
    line-height: 2rem;
    margin-bottom: 12px;
  }

  .heroSupplyChainManagement p,
  .heroSecondVideo p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .heroSupplyChainManagement .btn-get-started,
  .heroSecondVideo .btn-get-started {
    font-size: 14px;
    padding: 10px 18px;
  }

  .heroSupplyChainManagement .btn-watch-video,
  .heroSecondVideo .btn-watch-video {
    font-size: 13px;
    padding: 8px 12px;
  }
}

/* ================================
   VIDEO MODAL RESPONSIVE STYLES
   ================================ */

/* Modal/Popup Styles */
.video-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.modal-content {
  position: relative;
  width: 80%;
  max-width: 900px;
  background-color: #000;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}

.close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Video Player Container */
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  background-color: #000;
}

/* Video Thumbnail for the page display */
.video-thumbnail {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  max-width: 100%;
}

.video-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.video-thumbnail:hover img {
  transform: scale(1.05);
}

.play-button {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.heroSecondVideo .play-button {
  background-color: rgba(0, 0, 0, 0.8);
}

.play-button:hover {
  background-color: rgba(255, 255, 255, 1);
  transform: scale(1.1);
}

.play-icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #0078d4;
  margin-left: 5px;
}

/* Mobile responsive adjustments for video elements */
@media (max-width: 767px) {
  .video-modal {
    padding: 10px;
  }

  .modal-content {
    width: 95%;
    max-width: none;
  }

  .close-modal {
    top: 5px;
    right: 5px;
    width: 35px;
    height: 35px;
    font-size: 20px;
  }

  .play-button {
    width: 50px;
    height: 50px;
    top: 15px;
    left: 15px;
  }

  .play-icon {
    border-width: 8px 0 8px 16px;
  }

  .video-thumbnail {
    border-radius: 6px;
  }
}

@media (max-width: 575px) {
  .play-button {
    width: 45px;
    height: 45px;
    top: 10px;
    left: 10px;
  }

  .play-icon {
    border-width: 7px 0 7px 14px;
  }

  .close-modal {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}

/* Player Controls */
#player,
#player-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  padding: 0 10px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.3s;
}

.video-container:hover .custom-controls {
  opacity: 1;
}

.control-btn {
  background: none;
  border: none;
  color: white;
  font-size: 16px;
  margin-right: 15px;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.2);
}

.control-btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.progress-bar {
  flex-grow: 1;
  height: 5px;
  background-color: #555;
  position: relative;
  cursor: pointer;
  margin: 0 10px;
}

.progress {
  height: 100%;
  background-color: #0078d4;
  width: 0%;
}

.volume-container {
  display: flex;
  align-items: center;
  width: 100px;
}

.volume-slider {
  width: 60px;
}

.time-display {
  color: white;
  font-size: 12px;
  font-family: Arial, sans-serif;
  margin-left: 10px;
}

.fullscreen-btn {
  margin-left: 31px;
}

.mute-btn {
  margin-left: 10px;
}

/* Mobile responsive adjustments for video controls */
@media (max-width: 767px) {
  .custom-controls {
    height: 45px;
    padding: 0 8px;
  }

  .control-btn {
    font-size: 14px;
    margin-right: 8px;
    padding: 3px 6px;
  }

  .volume-container {
    width: 80px;
  }

  .volume-slider {
    width: 45px;
  }

  .time-display {
    font-size: 11px;
    margin-left: 5px;
  }

  .fullscreen-btn {
    margin-left: 15px;
  }

  .mute-btn {
    margin-left: 5px;
  }
}

@media (max-width: 575px) {
  .custom-controls {
    height: 40px;
    padding: 0 6px;
  }

  .control-btn {
    font-size: 12px;
    margin-right: 6px;
    padding: 2px 4px;
  }

  .volume-container {
    width: 70px;
  }

  .volume-slider {
    width: 40px;
  }

  .time-display {
    font-size: 10px;
  }

  .progress-bar {
    margin: 0 6px;
  }
}



/* Multiple Tabs Styles */

:root {
  --primary-color: rgb(55, 81, 126);
  --hover-color: rgba(55, 81, 126, 0.1);
  --border-color: #e9ecef;
  --shadow-color: rgba(0, 0, 0, 0.08);
  --active-shadow-color: rgba(0, 0, 0, 0.15);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

.container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 20px;
  justify-content: center;
  display: flex;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title h2 {
  font-size: 2.5rem;
  color: var(--primary-color);
}

#tabs {
  height: 100%;
}

.tabs-container {
  width: 100%;
  max-width: 1500px;
  overflow: hidden;
  position: relative;
}

/* Horizontal tabs navigation with arrows */
.horizontal-tabs-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.tabs-nav-arrows {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50px;
  display: flex;
  /* Will be overridden by JS with display:none when needed */
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tabs-nav-arrows:hover {
  background-color: rgba(255, 255, 255, 0.95);
}

.tabs-nav-arrows.left {
  left: 0;
  border-radius: 0 4px 4px 0;
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.05);
}

.tabs-nav-arrows.right {
  right: 0;
  border-radius: 4px 0 0 4px;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.05);
}

.tabs-nav-arrows i {
  font-size: 1.5rem;
  color: var(--primary-color);
}

.tabs-header {
  display: flex;
  border-bottom: 1px solid var(--border-color);
  overflow-x: auto;
  scroll-behavior: smooth;
  position: relative;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */

}



/* multitab video */

/* Add this to your existing CSS - Video styling to match images */

.vertical-tab-content-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 8px; /* Optional: adds rounded corners like the container */
}

/* Alternative approach - if you want the video to fit within the container without cropping */
.vertical-tab-content-image video.fit-contain {
  width: 100%;
  height: 100%;
  object-fit: contain; /* This will show the entire video without cropping */
  object-position: center;
  border-radius: 8px;
}

/* Your existing image styles for reference */
.vertical-tab-content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vertical-tab-content-image {
  width: 100%;
  height: 100%;
  background-color: #f8f9fa;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px var(--shadow-color);
  overflow: hidden;
}



.tabs-header::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

.tabs-header-inner {
  display: flex;
  transition: transform 0.3s ease;
}

.tab-nav {
  flex: 0 0 auto;
  min-width: 200px;
  box-shadow: 0 10px 30px var(--shadow-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.tab-nav:hover {
  opacity: 0.8;
}

.tab-nav.active {
  opacity: 1;
  color: var(--primary-color);
  box-shadow: 0 10px 20px var(--active-shadow-color);
}

.tab-nav::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: var(--primary-color);
  transition: all 0.3s ease;
}

.tab-nav.active::after {
  width: 50%;
  left: 25%;
}

.tab-nav-icon {
  margin-right: 0.5rem;
  font-size: 1.5rem;
}

/* Fade effect for horizontal tabs */
.tabs-header::before,
.tabs-header::after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 50px;
  pointer-events: none;
  z-index: 5;
}

.tabs-header::before {
  left: 0;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
}

.tabs-header::after {
  right: 0;
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
}

/* Main horizontal tab content */
.horizontal-tabs-content {
  display: none;
  padding: 2rem 0;
}

.horizontal-tabs-content.active {
  display: block;
}

/* Nested vertical tabs */
.nested-tabs-container {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 2rem;
  max-width: 1500px;
  margin: 0 auto;
}

.vertical-tabs-nav {
  border-radius: 8px;
  overflow-y: auto;
  max-height: 600px;
}

/* Vertical tab with dropdown */
.vertical-tab-nav {
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--border-color);
}

.vertical-tab-header {
  padding: 1.2rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f8f9fa;
  transition: all 0.3s ease;
}

.vertical-tab-header:hover {
  background-color: var(--hover-color);
}

.vertical-tab-nav.active .vertical-tab-header {
  background-color: var(--primary-color);
  color: white;
}

.vertical-tab-title {
  display: flex;
  align-items: center;
}

.vertical-tab-nav-icon {
  margin-right: 0.75rem;
  font-size: 1.2rem;
}

.vertical-tab-dropdown {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #fff;
}

.vertical-tab-nav.active .vertical-tab-dropdown {
  max-height: 500px;
}

.vertical-tab-dropdown-content {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--border-color);
}

/* Vertical tab content */
.vertical-tabs-content {
  display: none;
}

.vertical-tabs-content.active {
  display: flex;
  width: 100%;
  height: 100%;
}

.vertical-tab-content-text {
  height: 100%;
  min-height: 400px;
  /* Match the image minimum height */
  display: flex;
  flex-direction: column;
}

.vertical-tab-content-text h3 {
  color: var(--primary-color);
  margin-bottom: 1rem;
}

.vertical-tab-content-text p {
  margin-bottom: 1rem;
}

.feature-list {
  list-style-type: none;
  margin-top: 1rem;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.feature-icon {
  color: var(--primary-color);
  margin-right: 0.75rem;
  font-size: 1.2rem;
}

.vertical-tab-content-image {
  width: 100%;
  height: 100%;
  /* min-height: 400px; */
  /* Set a minimum height to ensure proper sizing */
  background-color: #f8f9fa;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px var(--shadow-color);
  overflow: hidden;
}


.vertical-tab-content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.image-placeholder {
  font-size: 5rem;
  color: var(--primary-color);
  opacity: 0.5;
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive styles */
@media (max-width: 992px) {
  .vertical-tabs-content.active {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .nested-tabs-container {
    grid-template-columns: 1fr;
  }

  .vertical-tabs-nav {
    margin-bottom: 1.5rem;
  }

  .vertical-tab-content-image,
  .vertical-tab-content-text {
    width: 100%;
    min-height: 300px;
    /* Slightly smaller on mobile */
  }
}

/* Dropdown for responsive */
.responsive-horizontal-menu,
.responsive-vertical-menu {
  display: none;
}

@media (max-width: 1050px) {
  .horizontal-tabs-wrapper {
    display: none;
  }

  #sectionBGGrey{
    display: none;
  }

  .responsive-horizontal-menu {
    display: block;
    position: relative;
    margin-bottom: 1.5rem;
  }

  .selected-horizontal-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background-color: #f8f9fa;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    cursor: pointer;
  }

  .horizontal-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    border: 1px solid var(--border-color);
    border-radius: 0 0 8px 8px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 100;
    transition: all 0.3s ease;
  }

  .horizontal-dropdown-menu.visible {
    max-height: 300px;
    opacity: 1;
    overflow-y: auto;
  }

  .horizontal-dropdown-item {
    padding: 1rem;
    border-bottom: 1px solid var(--border-color);
    cursor: pointer;
    display: flex;
    align-items: center;
  }

  .horizontal-dropdown-item:hover {
    background-color: var(--hover-color);
  }
}

@media (max-width: 768px) {
  .vertical-tabs-nav {
    display: none;
  }

  .responsive-vertical-menu {
    display: block;
    position: relative;
    margin-bottom: 1.5rem;
  }

  .selected-vertical-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background-color: #f8f9fa;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    cursor: pointer;
  }

  .vertical-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    border: 1px solid var(--border-color);
    border-radius: 0 0 8px 8px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 100;
    transition: all 0.3s ease;
  }

  .vertical-dropdown-menu.visible {
    max-height: 300px;
    opacity: 1;
    overflow-y: auto;
  }

  .vertical-dropdown-item {
    padding: 1rem;
    border-bottom: 1px solid var(--border-color);
    cursor: pointer;
    display: flex;
    align-items: center;
  }

  .vertical-dropdown-item:hover {
    background-color: var(--hover-color);
  }
}




/* Add these to your CSS file */
.tab-nav, .vertical-tab-nav, .selected-horizontal-tab, 
.selected-vertical-tab, .horizontal-dropdown-item, 
.vertical-dropdown-item, .tabs-nav-arrows {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

/* Increase touch target size on mobile */
@media (max-width: 768px) {
    .selected-horizontal-tab, .selected-vertical-tab {
        min-height: 44px;
        padding: 12px;
    }
    
    .horizontal-dropdown-item, .vertical-dropdown-item {
        min-height: 44px;
        padding: 12px;
    }
}





/* mobile version of multitab */



@media (min-width: 1050px) {
  .mobileStorage{
    display: none;
  }
}








@media (max-width: 1050px) {
      /* Animated Network Background */
        .mobileStorage{
                     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: white;
            overflow-x: hidden;
            min-height: 100vh;
        }

                .supply-chain-section {
            position: relative;
            padding: 2rem 1rem;
            min-height: 100vh;
        }

        .network-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: 1;

        }

        .network-line {
            position: absolute;
            height: 1px;
            background: linear-gradient(90deg, transparent, #2196f3, transparent);
            animation: networkFlow 4s linear infinite;
        }

        @keyframes networkFlow {
            0% { transform: translateX(-100px); opacity: 0; }
            50% { opacity: 1; }
            100% { transform: translateX(calc(100vw + 100px)); opacity: 0; }
        }

        /* Main Content */
        .containerMobile {
            max-width: 400px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }

        /* Hero Section */
        .hero-section {
            text-align: center;
            margin-bottom: 3rem;
            position: relative;
        }

        .hero-title {
            font-size: 2.2rem;
            font-weight: 300;
            margin-bottom: 1rem;
            background: linear-gradient(135deg, #ffffff, #64b5f6, #1976d2);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            line-height: 1.2;
        }

        .hero-subtitle {
            font-size: 1rem;
            color: rgba(255, 255, 255, 0.7);
            margin-bottom: 2rem;
            line-height: 1.5;
        }

        /* Interactive Dashboard */
        .dashboard-container {
            background: rgba(13, 71, 161, 0.1);
            border: 1px solid rgba(33, 150, 243, 0.3);
            border-radius: 24px;
            padding: 2rem 1.5rem;
            margin-bottom: 2rem;
            position: relative;
            overflow: hidden;
        }

        .dashboard-container::before {
            content: '';
            position: absolute;
            top: -2px;
            left: -2px;
            right: -2px;
            bottom: -2px;
            background: linear-gradient(45deg, #2196f3, #1976d2, #0d47a1, #2196f3);
            border-radius: 24px;
            z-index: -1;
            animation: borderRotate 3s linear infinite;
        }

        @keyframes borderRotate {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        .dashboard-title {
            font-size: 1.1rem;
            color: #64b5f6;
            margin-bottom: 1.5rem;
            text-align: center;
            font-weight: 500;
        }

        /* Live Metrics Display */
        .metrics-display {
            display: flex;
            justify-content: space-around;
            margin-bottom: 2rem;
            position: relative;
        }

        .metric-item {
            text-align: center;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
        }

        .metric-item:hover {
            transform: translateY(-5px);
        }

        .metric-circle {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            border: 3px solid transparent;
            background: linear-gradient(135deg, #1976d2, #0d47a1) padding-box,
                        linear-gradient(135deg, #64b5f6, #2196f3) border-box;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 0.5rem;
            position: relative;
            animation: pulse 2s ease-in-out infinite;
        }

        .metric-circle::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(100, 181, 246, 0.2) 0%, transparent 70%);
            animation: ripple 2s ease-out infinite;
        }

        @keyframes ripple {
            0% { transform: scale(1); opacity: 1; }
            100% { transform: scale(1.5); opacity: 0; }
        }

        .metric-value {
            font-size: 0.9rem;
            font-weight: 700;
            color: white;
            z-index: 1;
            position: relative;
        }

        .metric-label {
            font-size: 0.7rem;
            color: rgba(255, 255, 255, 0.6);
            font-weight: 500;
        }

        /* Status Grid */
        .process-flow {
            margin-bottom: 2rem;
            position: relative;
        }

        .flow-title {
            text-align: center;
            font-size: 1rem;
            color: #64b5f6;
            margin-bottom: 1.5rem;
            font-weight: 500;
        }

        .status-grid {
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .status-item {
            display: flex;
            align-items: center;
            padding: 1rem;
            background: rgba(25, 118, 210, 0.1);
            border-radius: 16px;
            border: 1px solid rgba(100, 181, 246, 0.2);
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .status-item::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 4px;
            height: 100%;
            background: linear-gradient(180deg, #4caf50, #2196f3);
            animation: statusPulse 2s ease-in-out infinite;
        }

        @keyframes statusPulse {
            0%, 100% { opacity: 0.6; transform: scaleY(1); }
            50% { opacity: 1; transform: scaleY(1.1); }
        }

        .status-item:hover {
            background: rgba(100, 181, 246, 0.1);
            transform: translateX(5px);
            border-color: rgba(100, 181, 246, 0.4);
        }

        .status-indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #4caf50;
            margin-right: 1rem;
            box-shadow: 0 0 10px rgba(76, 175, 80, 0.5);
            animation: blink 2s ease-in-out infinite;
        }

        @keyframes blink {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.4; }
        }

        .status-text {
            flex: 1;
        }

        .status-label {
            font-size: 0.8rem;
            color: rgba(255, 255, 255, 0.6);
            margin-bottom: 0.2rem;
        }

        .status-value {
            font-size: 0.9rem;
            color: #64b5f6;
            font-weight: 600;
        }

        /* Interactive Features */
        .features-section {
            margin-bottom: 2rem;
        }

        .feature-wave {
            background: linear-gradient(135deg, rgba(25, 118, 210, 0.1) 0%, rgba(13, 71, 161, 0.1) 100%);
            border-radius: 30px;
            padding: 1.5rem;
            margin-bottom: 1rem;
            position: relative;
            overflow: hidden;
            cursor: pointer;
            transition: all 0.3s ease;
            border: 1px solid rgba(100, 181, 246, 0.2);
        }

        .feature-wave::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(100, 181, 246, 0.1), transparent);
            transition: left 0.6s ease;
        }

        .feature-wave:hover::before {
            left: 100%;
        }

        .feature-wave:hover {
            transform: translateX(10px);
            border-color: rgba(100, 181, 246, 0.5);
        }

        .feature-header {
            display: flex;
            align-items: center;
            margin-bottom: 0.5rem;
        }

        .feature-emoji {
            font-size: 1.5rem;
            margin-right: 1rem;
            width: 40px;
            height: 40px;
            background: linear-gradient(135deg, #1976d2, #0d47a1);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .feature-title {
            font-size: 1rem;
            font-weight: 600;
            color: #64b5f6;
        }

        .feature-desc {
            font-size: 0.85rem;
            color: #000;
            line-height: 1.4;
            margin-left: 3rem;
        }

        /* CTA Section */
        .cta-section {
            text-align: center;
            background: rgba(13, 71, 161, 0.2);
            border-radius: 25px;
            padding: 2rem 1.5rem;
            position: relative;
            overflow: hidden;
        }

        .cta-section::before {
            content: '';
            position: absolute;
            width: 200%;
            height: 200%;
            background: conic-gradient(from 0deg, transparent, rgba(100, 181, 246, 0.1), transparent);
            top: -50%;
            left: -50%;
            animation: rotate 4s linear infinite;
        }

        @keyframes rotate {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        .cta-content {
            position: relative;
            z-index: 1;
        }

        .cta-title {
            font-size: 1.2rem;
            font-weight: 600;
            color: #64b5f6;
            margin-bottom: 1rem;
        }

        .cta-button {
            background: linear-gradient(135deg, #2196f3, #1976d2);
            border: none;
            border-radius: 25px;
            padding: 1rem 2rem;
            color: white;
            font-weight: 600;
            font-size: 0.9rem;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .cta-button::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;
        }

        .cta-button:hover::before {
            left: 100%;
        }

        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(33, 150, 243, 0.4);
        }

      }


/* header special fix example */
#header {
  padding: 0;
}



/* modernize your supply chain with dynamics365 */
 .features-section {
            font-family: 'Segoe UI', Arial, sans-serif;
            padding: 60px 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .features-heading {
            font-size: 40px;
            font-weight: 600;
            color: #0d1117;
            margin-bottom: 50px;
        }

        .features-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .feature-item {
            flex: 0 0 calc(33.333% - 20px);
            margin-bottom: 30px;
            padding: 20px 10px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            box-sizing: border-box;
            flex-direction: column;
        }

        .feature-item:hover {
            transform: scale(1.05);
        }

        .feature-icon {
            font-size: 28px;
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin-bottom: 20px;
            color: white;
            background: linear-gradient(135deg, #0078d4, #0099bc);
            transition: all 0.3s ease;
            align-self: normal;
        }

        .feature-item:hover .feature-icon {
            transform: scale(1.1);
        }

        .feature-title {
            font-size: 20px;
            font-weight: 600;
            color: #0d1117;
            margin-bottom: 15px;
            position: relative;
            padding-bottom: 12px;
            align-self: normal;
        }

        .feature-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 40px;
            height: 2px;
            background-color: #0078d4;
        }

        .feature-text {
            font-size: 15px;
            line-height: 1.6;
            color: #555;
            margin-bottom: 15px;
        }

        @media (max-width: 992px) {
            .feature-item {
                flex: 0 0 calc(50% - 15px);
            }
        }

        @media (max-width: 768px) {
            .feature-item {
                flex: 0 0 100%;
            }
            
            .features-heading {
                font-size: 32px;
            }
        }

        .learn-more {
            color: #0078d4;
            font-weight: 500;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            transition: all 0.3s ease;
            display: none;
        }

        .learn-more i {
            margin-left: 5px;
            transition: transform 0.3s ease;
        }

        .learn-more:hover {
            color: #0099bc;
        }

        .learn-more:hover i {
            transform: translateX(5px);
        }