:root {
  --primary: #1a2b5d;
  --primary-hover: #1a2b5d;
  --primary-light: rgba(13, 110, 253, 0.1);
  --secondary: #6c757d;
  --dark: #212529;
  --light: #f8f9fa;
  --body-font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
}
body {
  font-family: var(--body-font);
  padding-top: 56px;
}

/* New Hero Section Styles */
.hero-section {
  height: 100vh;
  min-height: 600px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.579), rgba(0, 0, 0, 0.792)), url(img/bg.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
  color: #f9f9f9;
  margin-bottom: 3rem;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 0 2rem;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  color: #00a769;
 

  
}

.hero-description {
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
  max-width: 600px;
  line-height: 1.6;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-hero-primary {
  background-color: var(--primary);
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid var(--primary);
}

.btn-hero-primary:hover {
  background-color: var(--primary-hover);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  color: white;
}

.btn-hero-secondary {
  background-color: transparent;
  color: white;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid white;
}

.btn-hero-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* AOS Animation Styles */
[data-aos] {
  transition-property: transform, opacity;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .hero-title {
    font-size: 2.8rem;
  }
  .hero-description {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .hero-section {
    min-height: 500px;
    text-align: center;
  }
  .hero-title {
    font-size: 2.2rem;
  }
  .hero-description {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-buttons {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 1.8rem;
  }
  .hero-description {
    font-size: 1rem;
  }
  .hero-buttons {
    flex-direction: column;
    gap: 1rem;
  }
  .btn-hero-primary,
  .btn-hero-secondary {
    width: 100%;
    text-align: center;
  }
}

/* Existing styles */
.hover-shadow:hover {
  box-shadow: 0 0.5rem 1rem #00000026 !important;
  transition: box-shadow 0.3s ease;
}
.hover-bg-primary-light:hover {
  background-color: #1a2b5d !important;
  transition: background-color 0.3s ease;
}
.hover-text-primary:hover {
  color: var(--primary) !important;
  transition: color 0.3s ease;
}
.object-fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-gradient-to-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-20 {
  --bs-bg-opacity: 0.2;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.flex-grow-1 {
  flex-grow: 1;
}

/* card here  */
.header {
    text-align: center;
    padding: 2rem 0;
    /* margin-bottom: 20px; */
}

.header h1 {
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 28px;
}

.header p {
    color: #555;
    max-width: 800px;
    margin: 0 auto;
    font-size: 15px;
}

.course-card {
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    margin-bottom: 30px;
    background-color: white;
    border: 1px solid #eaeaea;
    text-align: center;
}

.course-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    display: inline-block;
}

.course-title {
    font-weight: 600;
    margin-bottom: 0.75rem;
    font-size: 18px;
}

.course-description {
    color: #555;
    margin-bottom: 1rem;
    font-size: 14px;
    text-align: center;
}

.course-details {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: #1a2b5d;
    font-weight: 700;
}

.btn-learn-more {
    width: 100%;
    padding: 8px;
    background-color: white;
    color: #007bff;
    border: 1px solid #007bff;
    border-radius: 4px;
    transition: all 0.3s;
    font-size: 14px;
}

.btn-learn-more a{
  text-decoration: none;


}

.btn-learn-more:hover {
    background-color: #1a2b5d;
    color: white;
}

.myrow {
    margin-bottom: 10px;
}

.mycontainer {
    max-width: 1140px;
}


.mycontainer h1{
  color: #00a769;
}

.mycontainer h3{
  color: #00a769;
}

/* Custom spacing between card rows */
.row-top {
    margin-bottom: 20px;
}



.centered-logo {
  position: static;
  transform: none;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 40px;
  color: #1a2b5d;
 
}

footer{
  background-color: #1a2b5d;
  
}

@media (max-width: 991.98px) {
  .centered-logo {
    position: static;
    transform: none;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 20px;
  }
}