.color-theme {

      background-color: #457F8B !important;
  
}

/* Sticky color */
.color-theme.sticky-active {
  background-color: #7CB2BE !important;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
 
  /* color: #487B9A !important; */
  color:  #040600 !important;
}
.navbar .navbar-nav .nav-link {
  color: #040608 !important;
}
.footer .copyright a:hover {

  color: #B1630D !important;

}
.footer .btn.btn-link:hover {

  color: #B1630D !important;
}
.blog-item:hover {

  border-width: 0 !important;

  box-shadow: 0 0 35px rgba(144, 188, 121, .25);

}



.blog-item:hover a.btn {

  color: var(--bs-white) !important;

  background-color: #B1630D !important;

}
 .product-item:hover {

   border-width: 0 !important;

   box-shadow: 0 0 35px rgba(144, 188, 121, .25);

 }



 .product-item:hover a.btn {

color: var(--bs-white) !important;
   background-color: #B1630D !important;

 }
.btn.btn-primary {

  background-color: #B1630D;
    border-color:#B1630D;

}
.btn.btn-primary:hover {
  background-color: #B1630D !important;
  border-color: #B1630D !important;
}
.btn.btn-outline-primary{
  color: #B1630D;
  border-color: #B1630D;
}
.btn.btn-outline-primary:hover {
  color: white !important;
  border-color: #B1630D !important;
  background-color: #B1630D !important;
}
.btn.btn-dark {
  color: #fff;
  background-color: #1B3F4F;
  border-color: #1B3F4F;
}
.btn.btn-outline-dark {
/* color: #1B3F4F; */
  color: #fff !important;
  border-color: #1B3F4F;
}
.btn.btn-outline-dark:hover {
  color: #fff !important;
  background-color: #457f8b !important;
  border-color: #457f8b !important;
}

.text-primary {

 
  color: #1B3F4F !important;

}
.feature-item {
  height: 100%;
}

.feature-item .border {
  height: 100%;
  min-height: 180px;
  padding: 1px 0px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Numeric value style */
.feature-number {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  display: block;
  margin-bottom: 8px;
}


.student-kit {
  background: #f8f9fc;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

.container {
  max-width: 1100px;
  margin: auto;
}

.title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #1f2937;
}

.price {
  font-size: 18px;
  margin-bottom: 30px;
}

.price span {
  color: #2563eb;
  font-weight: bold;
}

.kit-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.heading {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #111827;
}

.subtitle {
  color: #6b7280;
  margin-bottom: 15px;
}

.kit-card ul,
.kit-box ul {
  padding-left: 20px;
}

.kit-card li,
.kit-box li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.kit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.kit-box {
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.btn-wrapper {
  text-align: center;
}

.quote-btn {
  background: #2563eb;
  color: #ffffff;
  border: none;
  padding: 14px 30px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.quote-btn:hover {
  background: #1e40af;
}

.feature-img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  
}
/* .hero-header {
  padding-top: 0 !important;
} */
 