.policy-page-section {
  padding: 120px 0 80px;
    background: #ffffff;
}

.policy-content {
  max-width: 800px;
    margin: 0 auto;
  padding: 0 20px;
}

.policy-title {
  font-family: 'Oswald', sans-serif;
    font-size: 42px;
  font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 40px;
    text-align: center;
}

.policy-content h2 {
  font-family: 'Oswald', sans-serif;
    font-size: 28px;
  font-weight: 500;
  color: var(--primary-dark);
  margin-top: 35px;
    margin-bottom: 20px;
}

.policy-content h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
    font-weight: 500;
  color: var(--primary-dark);
  margin-top: 25px;
  margin-bottom: 15px;
}

.policy-content p {
    font-size: 16px;
  line-height: 1.7;
  color: #555555;
  margin-bottom: 20px;
}

.policy-content ul,
.policy-content ol {
    margin-bottom: 20px;
  padding-left: 30px;
}

.policy-content li {
  font-size: 16px;
    line-height: 1.7;
  color: #555555;
  margin-bottom: 8px;
}

.policy-content strong {
    color: var(--primary-dark);
}

@media (max-width: 991.98px) {
  .policy-page-section {
    padding: 100px 0 60px;
  }
    
  .policy-title {
    font-size: 32px;
  }
  
  .policy-content h2 {
    font-size: 24px;
  }
}

.policy-page-section {
  padding: 120px 0 80px;
    background: #ffffff;
}

.policy-content {
  max-width: 800px;
    margin: 0 auto;
  padding: 0 20px;
}

.policy-title {
  font-family: 'Oswald', sans-serif;
    font-size: 42px;
  font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 40px;
    text-align: center;
}

.policy-content h2 {
  font-family: 'Oswald', sans-serif;
    font-size: 28px;
  font-weight: 500;
  color: var(--primary-dark);
  margin-top: 35px;
    margin-bottom: 20px;
}

.policy-content h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
    font-weight: 500;
  color: var(--primary-dark);
  margin-top: 25px;
  margin-bottom: 15px;
}

.policy-content p {
    font-size: 16px;
  line-height: 1.7;
  color: #555555;
  margin-bottom: 20px;
}

.policy-content ul,
.policy-content ol {
    margin-bottom: 20px;
  padding-left: 30px;
}

.policy-content li {
  font-size: 16px;
    line-height: 1.7;
  color: #555555;
  margin-bottom: 8px;
}

.policy-content strong {
    color: var(--primary-dark);
}

/* Contact Page Styles */
.contact-page-section {
  padding: 120px 0 80px;
    background: var(--neutral-light);
}

.contact-title {
  font-family: 'Oswald', sans-serif;
  font-size: 42px;
    font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 20px;
}

.contact-form-block {
    background: #ffffff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.consultation-form .form-label {
  font-weight: 600;
  color: var(--primary-dark);
    margin-bottom: 8px;
  font-size: 14px;
}

.consultation-form .form-control {
  border: 2px solid #e0e0e0;
    border-radius: 8px;
  padding: 12px 15px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.consultation-form .form-control:focus {
    border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(214, 40, 40, 0.15);
}

.submit-btn {
  background: var(--primary-color);
    color: #ffffff;
  padding: 16px 40px;
  border: none;
  border-radius: 25px;
    font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.submit-btn:hover {
    background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(214, 40, 40, 0.3);
}

.contact-info-sidebar {
    background: #ffffff;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    height: fit-content;
}

.contact-info-sidebar h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
    font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 20px;
}

.contact-method {
  display: flex;
    margin-bottom: 30px;
  align-items: flex-start;
}

.contact-icon {
  width: 50px;
  height: 50px;
    background: var(--primary-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
    margin-right: 20px;
  flex-shrink: 0;
}

.contact-icon i {
  font-size: 20px;
    color: var(--primary-color);
}

.contact-details h4 {
  font-size: 18px;
  font-weight: 600;
    color: var(--primary-dark);
  margin-bottom: 5px;
}

.contact-details p {
  font-size: 16px;
    color: #555555;
  margin-bottom: 3px;
}

.contact-details small {
  font-size: 14px;
  color: #888888;
}

.response-time-info {
    margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}

.response-time-info h4 {
    font-size: 18px;
  font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 15px;
}

.response-time-info ul {
    list-style: none;
  padding: 0;
  margin: 0;
}

.response-time-info li {
  padding: 5px 0;
    font-size: 15px;
  color: #555555;
  position: relative;
  padding-left: 20px;
}

.response-time-info li:before {
    content: "✓";
  position: absolute;
  left: 0;
  color: var(--secondary-color);
  font-weight: bold;
}

/* Thank You Page Styles */
.thankyou-page-section {
  padding: 120px 0 80px;
    background: var(--neutral-light);
}

.thankyou-content {
  max-width: 700px;
  margin: 0 auto;
}

.success-icon {
    text-align: center;
  margin-bottom: 30px;
}

.success-icon i {
  font-size: 80px;
    color: var(--secondary-color);
}

.thankyou-title {
  font-family: 'Oswald', sans-serif;
  font-size: 42px;
    font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 20px;
}

.thankyou-message {
    font-size: 18px;
  line-height: 1.6;
  color: #555555;
  margin-bottom: 40px;
}

.next-steps-card {
    background: #ffffff;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
}

.next-steps-card h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
    font-weight: 600;
  color: var(--primary-dark);
  text-align: center;
  margin-bottom: 30px;
}

.steps-list {
    display: flex;
  flex-direction: column;
  gap: 25px;
}

.step-item {
  display: flex;
    align-items: flex-start;
  gap: 20px;
}

.step-number {
  width: 40px;
  height: 40px;
    background: var(--primary-color);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
    align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  flex-shrink: 0;
}

.step-content h3 {
    font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-dark);
    margin-bottom: 8px;
}

.step-content p {
  font-size: 16px;
  color: #555555;
    line-height: 1.6;
  margin: 0;
}

.additional-info {
  text-align: center;
    margin-bottom: 40px;
}

.additional-info h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
    font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 15px;
}

.additional-info p {
    font-size: 16px;
  color: #555555;
  margin-bottom: 25px;
}

.action-buttons {
  display: flex;
    justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    padding: 14px 28px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
    text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-primary {
    background: var(--primary-color);
  color: #ffffff;
}

.btn-primary:hover {
  background: var(--primary-dark);
    color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(214, 40, 40, 0.3);
}

.btn-secondary {
    background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.btn-secondary:hover {
    background: var(--primary-color);
  color: #ffffff;
  transform: translateY(-2px);
}

.contact-reminder {
  text-align: center;
    padding: 30px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.contact-reminder p {
    font-size: 16px;
  color: #555555;
  margin-bottom: 10px;
}

.contact-reminder a {
  color: var(--primary-color);
    text-decoration: none;
  font-weight: 600;
}

.contact-reminder a:hover {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
    .thankyou-page-section {
    padding: 100px 0 60px;
  }
  
  .thankyou-title {
    font-size: 32px;
  }
    
  .success-icon i {
    font-size: 60px;
  }
  
  .next-steps-card {
    padding: 30px 20px;
  }
    
  .steps-list {
    gap: 20px;
  }
  
  .step-item {
    flex-direction: column;
      text-align: center;
    gap: 10px;
  }
  
  .action-buttons {
    flex-direction: column;
      align-items: center;
  }
  
  .btn-primary,
  .btn-secondary {
    width: 100%;
    max-width: 250px;
  }
}

.policy-page-section {
  padding: 120px 0 80px;
    background: #ffffff;
}

.policy-content {
  max-width: 800px;
    margin: 0 auto;
  padding: 0 20px;
}

.policy-title {
  font-family: 'Oswald', sans-serif;
    font-size: 42px;
  font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 40px;
    text-align: center;
}

.policy-content h2 {
  font-family: 'Oswald', sans-serif;
    font-size: 28px;
  font-weight: 500;
  color: var(--primary-dark);
  margin-top: 35px;
    margin-bottom: 20px;
}

.policy-content h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
    font-weight: 500;
  color: var(--primary-dark);
  margin-top: 25px;
  margin-bottom: 15px;
}

.policy-content p {
    font-size: 16px;
  line-height: 1.7;
  color: #555555;
  margin-bottom: 20px;
}

.policy-content ul,
.policy-content ol {
    margin-bottom: 20px;
  padding-left: 30px;
}

.policy-content li {
  font-size: 16px;
    line-height: 1.7;
  color: #555555;
  margin-bottom: 8px;
}

.policy-content strong {
    color: var(--primary-dark);
}

/* Contact Page Styles */
.contact-page-section {
  padding: 120px 0 80px;
    background: var(--neutral-light);
}

.contact-title {
  font-family: 'Oswald', sans-serif;
  font-size: 42px;
    font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 20px;
}

.contact-form-block {
    background: #ffffff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.consultation-form .form-label {
  font-weight: 600;
  color: var(--primary-dark);
    margin-bottom: 8px;
  font-size: 14px;
}

.consultation-form .form-control {
  border: 2px solid #e0e0e0;
    border-radius: 8px;
  padding: 12px 15px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.consultation-form .form-control:focus {
    border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(214, 40, 40, 0.15);
}

.submit-btn {
  background: var(--primary-color);
    color: #ffffff;
  padding: 16px 40px;
  border: none;
  border-radius: 25px;
    font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.submit-btn:hover {
    background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(214, 40, 40, 0.3);
}

.contact-info-sidebar {
    background: #ffffff;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    height: fit-content;
}

.contact-info-sidebar h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
    font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 20px;
}

.contact-method {
  display: flex;
    margin-bottom: 30px;
  align-items: flex-start;
}

.contact-icon {
  width: 50px;
  height: 50px;
    background: var(--primary-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
    margin-right: 20px;
  flex-shrink: 0;
}

.contact-icon i {
  font-size: 20px;
    color: var(--primary-color);
}

.contact-details h4 {
  font-size: 18px;
  font-weight: 600;
    color: var(--primary-dark);
  margin-bottom: 5px;
}

.contact-details p {
  font-size: 16px;
    color: #555555;
  margin-bottom: 3px;
}

.contact-details small {
  font-size: 14px;
  color: #888888;
}

.response-time-info {
    margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}

.response-time-info h4 {
    font-size: 18px;
  font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 15px;
}

.response-time-info ul {
    list-style: none;
  padding: 0;
  margin: 0;
}

.response-time-info li {
  padding: 5px 0;
    font-size: 15px;
  color: #555555;
  position: relative;
  padding-left: 20px;
}

.response-time-info li:before {
    content: "✓";
  position: absolute;
  left: 0;
  color: var(--secondary-color);
  font-weight: bold;
}

@media (max-width: 991.98px) {
    .policy-page-section,
  .contact-page-section {
    padding: 100px 0 60px;
  }
  
  .policy-title,
    .contact-title {
    font-size: 32px;
  }
  
  .policy-content h2 {
    font-size: 24px;
  }
    
  .contact-form-block {
    padding: 30px 20px;
  }
  
  .contact-info-sidebar {
    margin-top: 30px;
  }
}

.policy-page-section {
  padding: 120px 0 80px;
    background: #ffffff;
}

.policy-content {
  max-width: 800px;
    margin: 0 auto;
  padding: 0 20px;
}

.policy-title {
  font-family: 'Oswald', sans-serif;
    font-size: 42px;
  font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 40px;
    text-align: center;
}

.policy-content h2 {
  font-family: 'Oswald', sans-serif;
    font-size: 28px;
  font-weight: 500;
  color: var(--primary-dark);
  margin-top: 35px;
    margin-bottom: 20px;
}

.policy-content h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
    font-weight: 500;
  color: var(--primary-dark);
  margin-top: 25px;
  margin-bottom: 15px;
}

.policy-content p {
    font-size: 16px;
  line-height: 1.7;
  color: #555555;
  margin-bottom: 20px;
}

.policy-content ul,
.policy-content ol {
    margin-bottom: 20px;
  padding-left: 30px;
}

.policy-content li {
  font-size: 16px;
    line-height: 1.7;
  color: #555555;
  margin-bottom: 8px;
}

.policy-content strong {
    color: var(--primary-dark);
}

/* Contact Page Styles */
.contact-page-section {
  padding: 120px 0 80px;
    background: var(--neutral-light);
}

.contact-title {
  font-family: 'Oswald', sans-serif;
  font-size: 42px;
    font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 20px;
}

.contact-form-block {
    background: #ffffff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.consultation-form .form-label {
  font-weight: 600;
  color: var(--primary-dark);
    margin-bottom: 8px;
  font-size: 14px;
}

.consultation-form .form-control {
  border: 2px solid #e0e0e0;
    border-radius: 8px;
  padding: 12px 15px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.consultation-form .form-control:focus {
    border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(214, 40, 40, 0.15);
}

.submit-btn {
  background: var(--primary-color);
    color: #ffffff;
  padding: 16px 40px;
  border: none;
  border-radius: 25px;
    font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.submit-btn:hover {
    background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(214, 40, 40, 0.3);
}

.contact-info-sidebar {
    background: #ffffff;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    height: fit-content;
}

.contact-info-sidebar h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
    font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 20px;
}

.contact-method {
  display: flex;
    margin-bottom: 30px;
  align-items: flex-start;
}

.contact-icon {
  width: 50px;
  height: 50px;
    background: var(--primary-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
    margin-right: 20px;
  flex-shrink: 0;
}

.contact-icon i {
  font-size: 20px;
    color: var(--primary-color);
}

.contact-details h4 {
  font-size: 18px;
  font-weight: 600;
    color: var(--primary-dark);
  margin-bottom: 5px;
}

.contact-details p {
  font-size: 16px;
    color: #555555;
  margin-bottom: 3px;
}

.contact-details small {
  font-size: 14px;
  color: #888888;
}

.response-time-info {
    margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}

.response-time-info h4 {
    font-size: 18px;
  font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 15px;
}

.response-time-info ul {
    list-style: none;
  padding: 0;
  margin: 0;
}

.response-time-info li {
  padding: 5px 0;
    font-size: 15px;
  color: #555555;
  position: relative;
  padding-left: 20px;
}

.response-time-info li:before {
    content: "✓";
  position: absolute;
  left: 0;
  color: var(--secondary-color);
  font-weight: bold;
}

/* Thank You Page Styles */
.thankyou-page-section {
  padding: 120px 0 80px;
    background: var(--neutral-light);
}

.thankyou-content {
  max-width: 700px;
  margin: 0 auto;
}

.success-icon {
    text-align: center;
  margin-bottom: 30px;
}

.success-icon i {
  font-size: 80px;
    color: var(--secondary-color);
}

.thankyou-title {
  font-family: 'Oswald', sans-serif;
  font-size: 42px;
    font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 20px;
}

.thankyou-message {
    font-size: 18px;
  line-height: 1.6;
  color: #555555;
  margin-bottom: 40px;
}

.next-steps-card {
    background: #ffffff;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
}

.next-steps-card h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
    font-weight: 600;
  color: var(--primary-dark);
  text-align: center;
  margin-bottom: 30px;
}

.steps-list {
    display: flex;
  flex-direction: column;
  gap: 25px;
}

.step-item {
  display: flex;
    align-items: flex-start;
  gap: 20px;
}

.step-number {
  width: 40px;
  height: 40px;
    background: var(--primary-color);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
    align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  flex-shrink: 0;
}

.step-content h3 {
    font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-dark);
    margin-bottom: 8px;
}

.step-content p {
  font-size: 16px;
  color: #555555;
    line-height: 1.6;
  margin: 0;
}

.additional-info {
  text-align: center;
    margin-bottom: 40px;
}

.additional-info h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
    font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 15px;
}

.additional-info p {
    font-size: 16px;
  color: #555555;
  margin-bottom: 25px;
}

.action-buttons {
  display: flex;
    justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    padding: 14px 28px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
    text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-primary {
    background: var(--primary-color);
  color: #ffffff;
}

.btn-primary:hover {
  background: var(--primary-dark);
    color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(214, 40, 40, 0.3);
}

.btn-secondary {
    background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.btn-secondary:hover {
    background: var(--primary-color);
  color: #ffffff;
  transform: translateY(-2px);
}

.contact-reminder {
  text-align: center;
    padding: 30px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.contact-reminder p {
    font-size: 16px;
  color: #555555;
  margin-bottom: 10px;
}

.contact-reminder a {
  color: var(--primary-color);
    text-decoration: none;
  font-weight: 600;
}

.contact-reminder a:hover {
  text-decoration: underline;
}

/* Courses Page Styles */
.courses-page-section {
  padding: 120px 0 80px;
    background: var(--neutral-light);
}

.courses-title {
  font-family: 'Oswald', sans-serif;
  font-size: 42px;
    font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 20px;
}

.course-card-detailed {
    background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
    transition: all 0.3s ease;
  height: 100%;
  position: relative;
}

.course-card-detailed.featured-course {
    border: 2px solid var(--primary-color);
  transform: scale(1.02);
}

.course-card-detailed:hover {
  transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(214, 40, 40, 0.15);
}

.course-card-detailed.featured-course:hover {
  transform: scale(1.02) translateY(-8px);
}

.popular-badge {
    position: absolute;
  top: 15px;
  right: 15px;
  background: var(--primary-color);
    color: #ffffff;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
    text-transform: uppercase;
  z-index: 2;
}

.course-image {
  height: 200px;
  overflow: hidden;
}

.course-image img {
    width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.course-card-detailed:hover .course-image img {
    transform: scale(1.05);
}

.course-content {
  padding: 30px 25px;
}

.course-content h3 {
    font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--primary-dark);
    margin-bottom: 8px;
}

.course-level {
  font-size: 14px;
  color: var(--primary-color);
    font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.course-content > p {
    font-size: 16px;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.course-features ul {
    list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.course-features li {
  padding: 6px 0;
    font-size: 15px;
  color: #555555;
  position: relative;
  padding-left: 20px;
}

.course-features li:before {
    content: "✓";
  position: absolute;
  left: 0;
  color: var(--secondary-color);
  font-weight: bold;
}

.course-price {
    margin-bottom: 25px;
  text-align: left;
}

.course-price .price {
  font-size: 32px;
    font-weight: 700;
  color: var(--primary-color);
  font-family: 'Oswald', sans-serif;
}

.course-price .original-price {
    font-size: 18px;
  color: #999999;
  text-decoration: line-through;
  margin-left: 10px;
}

.course-cta-btn {
    background: var(--primary-color);
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 25px;
    text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
    transition: all 0.3s ease;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.course-cta-btn:hover {
    background: var(--primary-dark);
  color: #ffffff;
  transform: translateY(-2px);
}

.courses-cta-section-bottom {
  background: #ffffff;
    padding: 50px 40px;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.courses-cta-section-bottom h2 {
    font-family: 'Oswald', sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: var(--primary-dark);
    margin-bottom: 20px;
}

.courses-cta-section-bottom p {
  font-size: 18px;
  color: #555555;
    line-height: 1.6;
  margin-bottom: 30px;
}

.consultation-btn {
  background: var(--secondary-color);
    color: #ffffff;
  padding: 16px 35px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
    font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
    display: inline-block;
}

.consultation-btn:hover {
  background: #218838;
  color: #ffffff;
    transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
}

@media (max-width: 991.98px) {
    .courses-page-section {
    padding: 100px 0 60px;
  }
  
  .courses-title {
    font-size: 32px;
  }
    
  .course-card-detailed.featured-course {
    transform: none;
  }
  
  .course-card-detailed.featured-course:hover {
    transform: translateY(-8px);
  }
    
  .courses-cta-section-bottom {
    padding: 40px 30px;
  }
  
  .courses-cta-section-bottom h2 {
    font-size: 28px;
  }
}

.policy-page-section {
  padding: 120px 0 80px;
    background: #ffffff;
}

.policy-content {
  max-width: 800px;
    margin: 0 auto;
  padding: 0 20px;
}

.policy-title {
  font-family: 'Oswald', sans-serif;
    font-size: 42px;
  font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 40px;
    text-align: center;
}

.policy-content h2 {
  font-family: 'Oswald', sans-serif;
    font-size: 28px;
  font-weight: 500;
  color: var(--primary-dark);
  margin-top: 35px;
    margin-bottom: 20px;
}

.policy-content h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
    font-weight: 500;
  color: var(--primary-dark);
  margin-top: 25px;
  margin-bottom: 15px;
}

.policy-content p {
    font-size: 16px;
  line-height: 1.7;
  color: #555555;
  margin-bottom: 20px;
}

.policy-content ul,
.policy-content ol {
    margin-bottom: 20px;
  padding-left: 30px;
}

.policy-content li {
  font-size: 16px;
    line-height: 1.7;
  color: #555555;
  margin-bottom: 8px;
}

.policy-content strong {
    color: var(--primary-dark);
}

/* Contact Page Styles */
.contact-page-section {
  padding: 120px 0 80px;
    background: var(--neutral-light);
}

.contact-title {
  font-family: 'Oswald', sans-serif;
  font-size: 42px;
    font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 20px;
}

.contact-form-block {
    background: #ffffff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.consultation-form .form-label {
  font-weight: 600;
  color: var(--primary-dark);
    margin-bottom: 8px;
  font-size: 14px;
}

.consultation-form .form-control {
  border: 2px solid #e0e0e0;
    border-radius: 8px;
  padding: 12px 15px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.consultation-form .form-control:focus {
    border-color: var(--primary-color);
  box-shadow: 0 0 0 0.2rem rgba(214, 40, 40, 0.15);
}

.submit-btn {
  background: var(--primary-color);
    color: #ffffff;
  padding: 16px 40px;
  border: none;
  border-radius: 25px;
    font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.submit-btn:hover {
    background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(214, 40, 40, 0.3);
}

.contact-info-sidebar {
    background: #ffffff;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    height: fit-content;
}

.contact-info-sidebar h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
    font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 20px;
}

.contact-method {
  display: flex;
    margin-bottom: 30px;
  align-items: flex-start;
}

.contact-icon {
  width: 50px;
  height: 50px;
    background: var(--primary-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
    margin-right: 20px;
  flex-shrink: 0;
}

.contact-icon i {
  font-size: 20px;
    color: var(--primary-color);
}

.contact-details h4 {
  font-size: 18px;
  font-weight: 600;
    color: var(--primary-dark);
  margin-bottom: 5px;
}

.contact-details p {
  font-size: 16px;
    color: #555555;
  margin-bottom: 3px;
}

.contact-details small {
  font-size: 14px;
  color: #888888;
}

.response-time-info {
    margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}

.response-time-info h4 {
    font-size: 18px;
  font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 15px;
}

.response-time-info ul {
    list-style: none;
  padding: 0;
  margin: 0;
}

.response-time-info li {
  padding: 5px 0;
    font-size: 15px;
  color: #555555;
  position: relative;
  padding-left: 20px;
}

.response-time-info li:before {
    content: "✓";
  position: absolute;
  left: 0;
  color: var(--secondary-color);
  font-weight: bold;
}

/* Thank You Page Styles */
.thankyou-page-section {
  padding: 120px 0 80px;
    background: var(--neutral-light);
}

.thankyou-content {
  max-width: 700px;
  margin: 0 auto;
}

.success-icon {
    text-align: center;
  margin-bottom: 30px;
}

.success-icon i {
  font-size: 80px;
    color: var(--secondary-color);
}

.thankyou-title {
  font-family: 'Oswald', sans-serif;
  font-size: 42px;
    font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 20px;
}

.thankyou-message {
    font-size: 18px;
  line-height: 1.6;
  color: #555555;
  margin-bottom: 40px;
}

.next-steps-card {
    background: #ffffff;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
}

.next-steps-card h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
    font-weight: 600;
  color: var(--primary-dark);
  text-align: center;
  margin-bottom: 30px;
}

.steps-list {
    display: flex;
  flex-direction: column;
  gap: 25px;
}

.step-item {
  display: flex;
    align-items: flex-start;
  gap: 20px;
}

.step-number {
  width: 40px;
  height: 40px;
    background: var(--primary-color);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
    align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  flex-shrink: 0;
}

.step-content h3 {
    font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-dark);
    margin-bottom: 8px;
}

.step-content p {
  font-size: 16px;
  color: #555555;
    line-height: 1.6;
  margin: 0;
}

.additional-info {
  text-align: center;
    margin-bottom: 40px;
}

.additional-info h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
    font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 15px;
}

.additional-info p {
    font-size: 16px;
  color: #555555;
  margin-bottom: 25px;
}

.action-buttons {
  display: flex;
    justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    padding: 14px 28px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
    text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-primary {
    background: var(--primary-color);
  color: #ffffff;
}

.btn-primary:hover {
  background: var(--primary-dark);
    color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(214, 40, 40, 0.3);
}

.btn-secondary {
    background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.btn-secondary:hover {
    background: var(--primary-color);
  color: #ffffff;
  transform: translateY(-2px);
}

.contact-reminder {
  text-align: center;
    padding: 30px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.contact-reminder p {
    font-size: 16px;
  color: #555555;
  margin-bottom: 10px;
}

.contact-reminder a {
  color: var(--primary-color);
    text-decoration: none;
  font-weight: 600;
}

.contact-reminder a:hover {
  text-decoration: underline;
}

/* Courses Page Styles */
.courses-page-section {
  padding: 120px 0 80px;
    background: var(--neutral-light);
}

.courses-title {
  font-family: 'Oswald', sans-serif;
  font-size: 42px;
    font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 20px;
}

.course-card-detailed {
    background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
    transition: all 0.3s ease;
  height: 100%;
  position: relative;
}

.course-card-detailed.featured-course {
    border: 2px solid var(--primary-color);
  transform: scale(1.02);
}

.course-card-detailed:hover {
  transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(214, 40, 40, 0.15);
}

.course-card-detailed.featured-course:hover {
  transform: scale(1.02) translateY(-8px);
}

.popular-badge {
    position: absolute;
  top: 15px;
  right: 15px;
  background: var(--primary-color);
    color: #ffffff;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 600;
    text-transform: uppercase;
  z-index: 2;
}

.course-image {
  height: 200px;
  overflow: hidden;
}

.course-image img {
    width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.course-card-detailed:hover .course-image img {
    transform: scale(1.05);
}

.course-content {
  padding: 30px 25px;
}

.course-content h3 {
    font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--primary-dark);
    margin-bottom: 8px;
}

.course-level {
  font-size: 14px;
  color: var(--primary-color);
    font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.course-content > p {
    font-size: 16px;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.course-features ul {
    list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.course-features li {
  padding: 6px 0;
    font-size: 15px;
  color: #555555;
  position: relative;
  padding-left: 20px;
}

.course-features li:before {
    content: "✓";
  position: absolute;
  left: 0;
  color: var(--secondary-color);
  font-weight: bold;
}

.course-price {
    margin-bottom: 25px;
  text-align: left;
}

.course-price .price {
  font-size: 32px;
    font-weight: 700;
  color: var(--primary-color);
  font-family: 'Oswald', sans-serif;
}

.course-price .original-price {
    font-size: 18px;
  color: #999999;
  text-decoration: line-through;
  margin-left: 10px;
}

.course-cta-btn {
    background: var(--primary-color);
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 25px;
    text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
    transition: all 0.3s ease;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.course-cta-btn:hover {
    background: var(--primary-dark);
  color: #ffffff;
  transform: translateY(-2px);
}

.courses-cta-section-bottom {
  background: #ffffff;
    padding: 50px 40px;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.courses-cta-section-bottom h2 {
    font-family: 'Oswald', sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: var(--primary-dark);
    margin-bottom: 20px;
}

.courses-cta-section-bottom p {
  font-size: 18px;
  color: #555555;
    line-height: 1.6;
  margin-bottom: 30px;
}

.consultation-btn {
  background: var(--secondary-color);
    color: #ffffff;
  padding: 16px 35px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
    font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
    display: inline-block;
}

.consultation-btn:hover {
  background: #218838;
  color: #ffffff;
    transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
}

/* Blog Page Styles */
.blog-page-section {
  padding: 120px 0 80px;
    background: var(--neutral-light);
}

.blog-title {
  font-family: 'Oswald', sans-serif;
  font-size: 42px;
    font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 20px;
}

.blog-card {
    background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
    transition: all 0.3s ease;
  height: 100%;
}

.blog-card:hover {
  transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(214, 40, 40, 0.15);
}

.blog-image {
  height: 220px;
  overflow: hidden;
}

.blog-image img {
    width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}

.blog-content {
  padding: 30px 25px;
}

.blog-content h3 {
    margin-bottom: 15px;
}

.blog-content h3 a {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
    font-weight: 600;
  color: var(--primary-dark);
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-content h3 a:hover {
    color: var(--primary-color);
}

.blog-content p {
  font-size: 16px;
  color: #555555;
    line-height: 1.6;
  margin-bottom: 20px;
}

.read-more-btn {
  background: var(--primary-color);
    color: #ffffff;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 600;
    font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  display: inline-block;
}

.read-more-btn:hover {
    background: var(--primary-dark);
  color: #ffffff;
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
    .blog-page-section {
    padding: 100px 0 60px;
  }
  
  .blog-title {
    font-size: 32px;
  }
    
  .blog-image {
    height: 200px;
  }
}

@media (max-width: 767.98px) {
    .blog-card {
    margin-bottom: 30px;
  }
  
  .blog-content {
    padding: 25px 20px;
  }
}

/* Blog Page Styles */
.blog-page-section {
  padding: 120px 0 80px;
  background: var(--neutral-light);
}

.blog-title {
  font-family: 'Oswald', sans-serif;
  font-size: 42px;
  font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 20px;
}

.blog-card {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(214, 40, 40, 0.15);
}

.blog-image {
  height: 220px;
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-card:hover .blog-image img {
  transform: scale(1.05);
}

.blog-content {
  padding: 30px 25px;
}

.blog-content h3 {
  margin-bottom: 15px;
}

.blog-content h3 a {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--primary-dark);
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-content h3 a:hover {
  color: var(--primary-color);
}

.blog-content p {
  font-size: 16px;
  color: #555555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.read-more-btn {
  background: var(--primary-color);
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  display: inline-block;
}

.read-more-btn:hover {
  background: var(--primary-dark);
  color: #ffffff;
  transform: translateY(-2px);
}

/* Blog Post Content Styles */
.blog-post-content {
  padding: 120px 0 80px;
  background: #ffffff;
}

.post-title {
  font-family: 'Oswald', sans-serif;
  font-size: 42px;
  font-weight: 600;
  color: var(--primary-dark);
  margin-bottom: 20px;
}

.post-meta {
  margin-bottom: 30px;
}

.post-category {
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.post-featured-image {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.post-featured-image img {
  width: 100%;
  height: auto;
}

.post-body {
  font-size: 18px;
  line-height: 1.7;
  color: #333333;
}

.post-body h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: var(--primary-dark);
  margin-top: 40px;
  margin-bottom: 20px;
}

.post-body p {
  margin-bottom: 20px;
}

.post-body strong {
  color: var(--primary-dark);
}

.post-navigation {
  border-top: 1px solid #e0e0e0;
  padding-top: 30px;
}

@media (max-width: 991.98px) {
  .blog-page-section,
  .blog-post-content {
    padding: 100px 0 60px;
  }
  
  .blog-title,
  .post-title {
    font-size: 32px;
  }
  
  .blog-image {
    height: 200px;
  }
  
  .post-body h2 {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .blog-card {
    margin-bottom: 30px;
  }
  
  .blog-content {
    padding: 25px 20px;
  }
  
  .blog-title,
  .post-title {
    font-size: 28px;
  }
  
  .post-body {
    font-size: 16px;
  }
  
  .post-body h2 {
    font-size: 24px;
  }
}