/* 
 Theme Name:   machine-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     vw-machine-learning
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/
.main-header, #footer-2 {
    background: linear-gradient(90deg, #00C9FF, #92FE9D) !important;
}

.main-navigation .menu > li > a {
    color: #000;
    text-decoration: none;
}

.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .copyright a {
    color: #f70015 !important;
}

.section {
    padding: 30px 0;
}

.hero {
    padding-top: 0;
}

.hero h1 {
  font-weight: 800;
  text-align: center;
  background: linear-gradient(90deg, #00C9FF, #92FE9D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  margin: 2rem 0;
  letter-spacing: 1px;
}

.hero h1::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: #00C9FF;
  margin: 0.5rem auto 0;
  border-radius: 2px;
  animation: underlineSlide 1s ease-out forwards;
}

@keyframes underlineSlide {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 80px;
    opacity: 1;
  }
}

.section h2 {
  font-weight: 700;
  color: #222;
  position: relative;
  padding-left: 20px;
  margin: 2rem 0 1.5rem;
}

.section h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(to bottom, #00C9FF, #92FE9D);
  border-radius: 3px;
}

.box {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  border: 2px solid transparent;
  background-clip: padding-box;
  box-shadow: 0 4px 16px rgba(0, 201, 255, 0.2);
}

.box:before {
 content: '';
  position: absolute;
  top: -2px; left: -2px;
  right: -2px; bottom: -2px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, #00C9FF, #92FE9D);
}

.service {
  background: linear-gradient(135deg, #00C9FF, #92FE9D);
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 201, 255, 0.3);
}

.box-container {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 2rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 24px rgba(0, 201, 255, 0.25);
  color: #2e3a59;
}

.copyright p  {
  color: #000;
}


#sidebar .sub-menu {
  margin-left: 15px;
}

@media (max-width: 991px) {
 .middle-align {
  padding-top: 0 !important;
} 
}
