 
    .primary-color-text {
      color: #0d6efd;
    }
    .hero-image {
      border-radius: 12px;
    }
    .black-color-text {
      color: #333;
    }
    .section-padding {
      padding: 64px 0;
    }
    @media (min-width: 1200px) {
    .display-6 {
        font-size: 1.5rem;
    }
}
.primary-color{
color: white !important;
    background-color: #2c4d80 !important;
}
.form-control-sm {
padding: 6px 9px 9px;
}
.form-control:focus{
    border: 2px solid black;
    box-shadow: none;
}

/* Mobile adjustments */

.logoImg{
    background: white;
    border-radius: 8px;
}

.about-section {
    background-color: #2c4d80;
}

.about-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: white;
    font-family: 'Roboto', sans-serif;
    margin-top: 1rem;
}

.about-description {
   font-size: 1.5rem !important;
    color: white;
    line-height: 1.2;
    font-family: "Segoe UI", Arial, sans-serif;
}

.about-image {
    border-radius: 10px;
    max-width: 100%;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .about-title {
        font-size: 1.8rem;
        text-align: center;
    }

    .about-description {
        text-align: center;
    }
}

.timeline-card {
  background: #ffffff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.icon-box {
  min-width: 45px;
  height: 45px;
  background: #2c4d80;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 18px;
}

/* Mobile spacing */
@media (max-width: 767px) {
  .timeline-card {
    flex-direction: row;
  }
}


.text-primary {
  color: #2c4d80 !important;
}

.btn-primary {
  background-color: #2c4d80;
  border: none;
}

.btn-primary:hover {
  background-color: #2c4d80;
}
.counter-section {
  position: relative;
  background: #2c4d80;
   
}

.counter-section h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.counter-section p {
  font-size: 1rem;
  letter-spacing: 0.5px;
}

   .accordion-button:not(.collapsed) {
  background-color: white;
  
} 
.accordion-button:focus{
  box-shadow: none;
}
.accordion-button{
  font-weight: 600 !important;
    color: #87161e !important;
    font-family: "Segoe UI", Arial, sans-serif;
}
.accordion-item {
  border-bottom: 1px solid #ddd;
}

/* .boxShadows{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);

} */



.compantName{
    font-weight: bold;
}


.about-section{
  margin-top: 6rem;
}
.text-muted{
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  color: #333;
}
.testBtn:hover{
  background-color: #ccc;
  color: #333;
}
.accordion-body{
  font-size: 0.9rem;
  font-family: 'Poppins', sans-serif;
  color: #333;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2387161e' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.5 5.5a.5.5 0 0 1 .7 0L8 11.293l5.8-5.793a.5.5 0 1 1 .7.707l-6.15 6.15a.5.5 0 0 1-.7 0l-6.15-6.15a.5.5 0 0 1 0-.707z'/%3E%3C/svg%3E");
  transform: scale(0.8);
}
