/* RGB: (0, 240, 255) */
body {
  background: #0c0f14;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
}
.hero-section {
    padding-top: 20px;
}

.hero-heading h1 {
    font-size: 40px;
    font-weight: 1000;
    line-height: 1.2; 
}

.green {
    color: #5c8374;
}
.product-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  padding: 3px;  
  border: #5C8374 solid 2px;
  background-color: #1e1e1e;
  /* background: linear-gradient(45deg, #5c8374, transparent, #5c8374); */
  background-size: 300%;
  animation: borderMove 4s linear infinite;
}

.product-card-inner {
  background: #040D12;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

 
@keyframes borderMove {
  0% { background-position: 0% 50%; }
  100% { background-position: 300% 50%; }
}

 
.product-card img {
  width: 100%;
  display: block;
  transition: 0.4s ease;
}

 
.overlay {
  position: absolute;
  inset: 0;
  background: rgb(4, 13, 18,0.85);
  opacity: 0;
  transform: translateY(100%);
  transition: 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

.overlay ul li a{
  margin: 10px 0;
  color: #5c8374;
  font-size: 16px;
  text-decoration: none;
}
.overlay ul li a:hover{
  margin: 10px 0;
  color: #5c8374;
  font-size: 16px;
  text-decoration: underline;
}
 
.product-card:hover img {
  transform: scale(1.05);
}

.product-card:hover .overlay {
  opacity: 1;
  transform: translateY(0);
}
.product-subclass a {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Animated Underline */
.product-subclass a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background: #5c8374;
  transition: width 0.3s ease;
}

.product-subclass a:hover {
  color: #5c8374;
}

.product-subclass a:hover::after {
  width: 100%;
}

.text-content h3 {
  font-weight: 600;
  margin-bottom: 15px;
}

.text-content p {
  color: #ffffff;
  margin-bottom: 20px;
  text-align: justify; 
}
.custom-row{
    background-color: #040D12; 
    padding: 40px;
    border-radius: 10px;
    margin: 40px auto;
    max-width: 1200px;
}


.animated-btn {
  position: relative;
  display: inline-block;
  padding: 12px 28px;
  color: #5c8374;
  text-decoration: none;
  border: 2px solid #5c8374;
  font-weight: 500;
  overflow: hidden;
  transition: 0.4s ease;
  z-index: 1;
}
 
.animated-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #5c8374;
  transition: 0.4s ease;
  z-index: -1;
}
 
.animated-btn:hover::before {
  width: 100%;
}

.animated-btn:hover {
  color: #040D12;
  box-shadow: 0 0 15px #5c8374;
}
.animated-divider {
    width: 100%;
    height: 2px;
    margin: 40px 0;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
}
 
.animated-divider::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 80%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        #5C8374,   
        transparent
    );
    animation: moveLine 2s linear infinite;
}

@keyframes moveLine {
    0% {
        left: -50%;
    }
    100% {
        left: 100%;
    }
}


@media (max-width: 992px) {
  .text-content {
    text-align: center;
  }
  .hero-heading h1 {
        font-size: 42px;
        margin-bottom: -25px;
    }

    .main-card {
        padding: 50px 30px;
        margin: 50px 0;
    }
}
 
@media (max-width: 768px) {
  .overlay ul li {
    font-size: 14px;
  }
  .hero-section {
        padding: 10px 0;
    }

    .hero-heading h1 {
        font-size: 34px;
    }
}
 
@media (max-width: 480px) {
  .text-content h3 {
    font-size: 20px;
  }

  .animated-btn {
    padding: 8px 18px;
    font-size: 14px;
  }
  .hero-heading h1 {
        font-size: 26px;
    }
}


/* body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background: radial-gradient(circle at 30% 20%, #000000, #000000 70%);
    color: #ffffff;
}

.hero-section {
    padding: 100px 0;
}

.hero-heading h1 {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 80px;
}

.green {
    color: #5c8374;
}

.main-card {
    background: #27292c;
    padding: 60px 30px; 
    border-radius: 14px;
    box-shadow: 0 0 60px rgba(0, 255, 150, 0.05);
    margin: 60px 0; 
}

.mini-label {
    font-size: 14px;
    color: #9ca3af;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.lines {
    width: 20px;
    height: 2px;
    background: #5c8374;
}

.section-title {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.3;
}

.description {
    color: #9ca3af;
    font-size: 15px;
    line-height: 1.8;
    max-width: 480px;
}

.btn-green {
    background: #106672 !important;
    color: #000 !important;    
    border: none !important;
    padding: 12px 28px;
    margin: 15px;
    font-weight: 600;
    border-radius: 8px;
}

.btn-green:hover,
.btn-green:focus {
    background: #077988 !important;
    color: #000 !important;    
}


.dashboard {
    width: 180px;   
    height: auto;
    border-radius: 10px;
}

.testimonial {
    color: #d1d5db;
    font-size: 15px;
    line-height: 1.8;
}
.imgs img:hover{
    transform: scale(1.1);
    border: 2px solid #5c8374;
    cursor: pointer;
}

@media (max-width: 992px) {

    .hero-heading h1 {
        font-size: 42px;
        margin-bottom: 50px;
    }

    .main-card {
        padding: 50px 30px;
        margin: 50px 0;
    }

    .section-title {
        font-size: 28px;
    }
}
 
@media (max-width: 768px) {

    .hero-section {
        padding: 60px 0;
    }

    .hero-heading h1 {
        font-size: 34px;
    }

    .main-card {
        padding: 40px 25px;
        margin: 40px 0;
    }

    .section-title {
        font-size: 24px;
    }

}
 
@media (max-width: 480px) {

    .hero-heading h1 {
        font-size: 26px;
    }

    .btn-green {
        width: 100%;
    }
    .main-card {
        padding: 30px 15px;
        margin: 30px 0;
    }

} */
