
@media (max-width: 991.98px) {
    .new-mobile {
      margin-top: 50px;
    }
    .mobile-menu {
        background-color: #2196f3 !important;
        padding: 15px;
        border-radius: 5px;
        margin-top: 10px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    }
}


.tablinks {
  margin-bottom: 4px;
}

/* Primary */
.btn-primary {
  background-color: #0C3073!important;
  color: white!important;
  border: 1px solid #0C3073!important;
}

.btn-primary:hover {
  background-color: white!important;
  color: #0C3073!important;
  border: 1px solid #0C3073!important;

}



.btn-outline-primary {
  background-color: white!important;
  color: #0C3073!important;
  border: 1px solid #0C3073!important;

}
.btn-outline-primary:hover {
  background-color: #0C3073!important;
  color: white!important;
  border: 1px solid #0C3073!important;
}
.btn-outline-primary.active {
  background-color: #0C3073!important;
  color: white!important;
  border: 1px solid #0C3073!important;
}

/* Success */
.btn-success {
  background-color: #4CAF50;
  color: white;
  border: 1px solid #4CAF50;
}
.btn-success:hover {
  background-color: white;
  color: #4CAF50;
  border: 1px solid #4CAF50;
}

.btn-outline-success {
  background-color: white;
  color: #4CAF50;
  border: 1px solid #4CAF50;
}
.btn-outline-success:hover {
  background-color: #4CAF50;
  color: white;
}


/* Secondary */
.btn-secondary {
  background-color: #0F73FF;
  color: white;
  border: 1px solid #0F73FF;
}
.btn-secondary:hover {
  background-color: white;
  color: #0F73FF;
  border: 1px solid #0F73FF;
}

.btn-outline-secondary {
  background-color: white;
  color: #0F73FF;
  border: 1px solid #0F73FF;
}
.btn-outline-secondary:hover {
  background-color: #0F73FF;
  color: white;
}




label {
font-size: 10px;
}

body {
    font-family: 'Poppins', sans-serif;
}

h1 {
  font-size: 24px;
  font-weight: bold;
}

h2 {
  font-size: 21px;
  
}

h3 {
  font-size: 18px;
  

}

p {
  font-size: 15px;
}


li {
  font-size: 15px;
}



.card {
  margin-bottom: 30px;
  border: none;
  box-shadow: 1px 1px 10px #e2e2e2;

}

.tag {
  background-color: rgb(243, 249, 254);
  color: #0F73FF;
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 0.75rem;
  font-weight: 500;
  display: inline-block;

}

small {
  font-size: small; 
  color:rgb(104, 104, 104); 
  font-weight: 300;
}

.tag-red {
  background-color: #ffe9ea;
  color: #2fbf3c;
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 0.75rem;
  font-weight: 500;
  display: inline-block;

}


.tag-green {
  background-color: #e9ffe9;
  color: #4CAF50;
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 0.75rem;
  font-weight: 500;
  display: inline-block;
}

a {
  color: #0F73FF;
  text-decoration: none;
}

.img-card {
  aspect-ratio: 16 / 9;
  object-position: top;
  object-fit: cover;
  width: 100%;
}

.img-need {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 50px;
}

.img-step {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  border-radius: 5px;
}

.card h5 {
  color : #0F73FF
}

.row {
  margin-top: 40px;
}

.form-group {
  margin-bottom: 10px;
}

.card-shadow {
  box-shadow: 1px 1px 10px #e2e2e2;
}

.sticky {
  position: sticky;
  top: 80px;
  z-index: 999;
}

.card-home {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}


.inactiveLink {
  pointer-events: none;
  cursor: default;
}


.purple {
  background-color: white;
}
.company-logo {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-right: 1rem;
}

.home_img {
  border-radius: 10px; 
  object-fit: cover;
  width: 400px; height: 400px;
  object-position: left top;
  margin-bottom: 10px;
} 

@media (max-width: 768px) {
  #filters {
    display: none;
  }
}


  .step {
            background: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            margin: 15px 0;
            border-left: 4px solid #007bff;
        }
        
        .contact-info {
            background: #e7f3ff;
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
        }
        
        .step ol, .step ul {
            margin-bottom: 0;
        }
        
        .step li {
            margin-bottom: 8px;
        }
        
        h2 {
            color: #333;
            border-bottom: 2px solid #007bff;
            padding-bottom: 8px;
            margin-top: 30px;
        }
        
        strong {
            color: #007bff;
        }