
/* Hero Section */
.custom-carousel-img {
  height: 500px;      
  object-fit: cover;    
}

.container-fluid{
  margin:0  !important;
  padding:0 !important;
}


/*industry section*/
 body {
  background: #0c0f14 !important;
  color:#fff;
}

.brand-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 1rem;
  transition: 0.3s;
  height: 100%;
}

.brand-card:hover {
  transform: translateY(-5px);
  background: #222222;
}

.brand-icon {
  width: 55px; 
  height: 55px;
  display: flex; 
  align-items: center; 
  justify-content: center;
  border-radius: 12px;
  background:#fff;
  font-size: 26px;
  margin-right: 12px;
}


/*features talk section*/
.nav-link {
  color: #fff !important;
  margin-right: 15px;

}
.nav-link.active {
  background-color: #212d28 !important;
  border-radius: 20px;
}

.card {
  background-color: #161b22 !important;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s;
}

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

.card img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.btn-custom {
  background-color: #6f42c1;
  border: none;
  border-radius: 10px;
  color: #fff;
}

.btn-custom:hover {
  background-color: #5a32a3;
}

.tab-content {
  margin-top: 20px;
}



/* Testimonials Section*/
.testimonials h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.testimonial-card {
  background-color: #1c1c1c;
  border-radius: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.4);
}

.stars {
  color: #f1c40f;
  font-size: 1.2rem;
  letter-spacing: 2px;
}

.text-muted {
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .testimonial-card {
    margin-bottom: 20px;
  }
} 

  .testimonial-card img {
  width: 60px;     
  height: 60px;    
  object-fit: cover;
}


/*subcribe section*/
.subscribe-section {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(135deg, #0d1117, #161b22);
  padding: 2rem;
}

.subscribe-box {
  background: #1c1f26;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.5);
  max-width: 600px;
  width: 100%;
}

.subscribe-icon {
  font-size: 6rem;
  margin-bottom: 1rem;
  color: #58a6ff;
}

.form-control {
  border-radius: 30px;
  padding: 0.75rem 1rem;
}

.btn-custom {
  border-radius: 30px;
  background-color: #58a6ff;
  border: none;
  color: white;
  padding: 0.75rem 1.5rem;
  transition: 0.3s;
}

.btn-custom:hover {
  background-color: #1f6feb;
}

.features {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #a6b1bb;
}

.features i {
  margin-right: 5px;
  color: #58a6ff;
}


/*fooster section*/
footer {
  background: #161b22;
  padding: 3rem 1rem 1rem;
}

footer h5 {
  font-weight: bold;
  margin-bottom: 1rem;
}

footer a {
  color: #a6b1bb;
  text-decoration: none;
}

footer a:hover {
  color: #58a6ff;
}

.footer-logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #58a6ff;
  margin-bottom: 1rem;
}

.social-icons a {
  font-size: 1.2rem;
  margin-right: 10px;
  color: #a6b1bb;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #58a6ff;
}

.btn-footer {
  background: linear-gradient(90deg, #58a6ff, #6f42c1);
  color: white;
  border: none;
  border-radius: 25px;
  padding: 0.5rem 1.2rem;
  margin-top: 0.8rem;
  transition: 0.3s;
}

.btn-footer:hover {
  opacity: 0.9;
}

.footer-bottom {
  border-top: 1px solid #2d333b;
  padding-top: 1rem;
  margin-top: 2rem;
  font-size: 0.9rem;
  text-align: center;
  color: #8b949e;
}

.footer-bottom a {
  margin-left: 15px;
  color: #8b949e;
}

.footer-bottom a:hover {
  color: #58a6ff;
}