.nav-link {
  color: #283593 !important;
  font-size: 7.05rem;
  letter-spacing: 0.19em;

      margin-right: 10px;
}
.nav-link:hover {
  color: #020d1a !important;

  border-radius: 18px;
    padding: 5px 15px;
    transition: 0.3s;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

.nav-links {
    gap: 2rem;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 24px;
    font-weight: bold;
}

.search-bar {
    display: flex;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.search-bar input {
    flex: 1;
    padding: 15px;
    border: none;
    outline: none;
    font-size: 16px;
}

.search-bar button {
    background: #4a6bff;
    color: white;
    border: none;
    padding: 0 20px;
    cursor: pointer;
    font-size: 16px;
}

.categories {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0;
}

.category {
    width: 110px;
    height: 110px;
    background: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    cursor: pointer;
    transition: transform 0.2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.category:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.category-icon {
    font-size: 32px;
    margin-bottom: 8px;
    color: #4a6bff;
}

.category-name {
    font-size: 12px;
    text-align: center;
}

.featured {
    margin: 30px 0;
}

.featured h2 {
    margin-bottom: 20px;
    font-size: 22px;
    color: #333;
}

.filters {
    background: white;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.filters h3 {
    margin-bottom: 15px;
}

.filter-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-option {
    background: #f0f3ff;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
}

.filter-option.active {
    background: #4a6bff;
    color: white;
}

.location-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.nav-tabs {
    display: flex;
    background: white;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nav-tab {
    padding: 15px 20px;
    cursor: pointer;
    flex: 1;
    text-align: center;
    transition: 0.3s;
}

.nav-tab.active {
    background: #4a6bff;
    color: white;
}

.company-info {
    background-color: #f8f9fa !important;
    text-align: center;
      padding: 20px 0;
      font-family: Arial, sans-serif;
      font-size: 14px;  
      color: blue;
      position:relative;
}
@media (max-width: 768px) {
   

    .categories {
        justify-content: space-around;
    }

    .
}
.breadcrumb {
            padding: 1.5rem 0;
            color: var(--light-text);
        }
.breadcrumb {
            background: white;
            padding: 10px 20px 30px;
            border-radius: 5px;
            margin: 18px 0;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
        }
.academy-address {
            font-size: 12px;
            margin-bottom: 5px;
            color: #236f92;
            align-items: right;
            word-spacing: 2px;
            
        }

/* filter styles */
.filter-container {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 14px;
    margin-bottom: 20px;
}
.filter-scroll {
    display: inline-flex;
    overflow-x: auto;
    white-space: nowrap;
    flex-grow: 1;
    padding: 0 10px;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer, Edge */
}
.filter-scroll::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Opera */
}
.filter-options, .location-filters {
    display: inline-flex;
    gap: 8px;
}
.filter-arrow {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
}
.filter-arrow:hover {
    background-color: #e0e0e0;
}
.filter-option {
    padding: 5px 15px;
    margin-right: 5px;
    border-radius: 8px;
    background-color: #f0f3ff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}
.filter-option.active {
    background-color: #4a6bff;
    color: white;
}
/* Arrows */
.filter-arrow {
  background: white;
  border: none;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.termofuseheader{
    margin-top: 18px;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;        
}