    body {
      font-family: 'Comic Sans MS', cursive, sans-serif;
      background-color: #fff8f0;
    }
    
	.section-title h2{
      color: #ff6f61!important;
    }
    .section {
      padding: 4rem 2rem;
      border: 5px dashed #ffe4e1;
      border-radius: 25px;
      margin: 2rem auto;
      background-color: #ffffff;
      max-width: 1200px;
    }
    .subsection {
      border: 3px dashed #f9d5d3;
      border-radius: 20px;
      padding: 2rem;
      margin-bottom: 2rem;
      background-color: #fffaf9;
    }
    .section img.custom-img {
      border-radius: 20px;
      width: 100%;
      height: auto;
      max-width: 100%;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      object-fit: cover;
    }
    .icon-img {
      height: 100px;
    }
    .learning-style-alt {
      background-color: #fff8e1;
      border: 3px solid #fbc02d;
      border-radius: 15px;
      padding: 2rem;
      margin: 1rem 0;
      display: flex;
      align-items: center;
      gap: 1.5rem;
    }
    .learning-style-alt img {
      height: 80px;
    }
    .learning-style-alt h5 {
      font-size: 1.25rem;
      font-weight: bold;
      color: #ef6c00;
    }
    .learning-style-alt p {
      margin: 0;
    }
	.rainbow-text {
  font-weight: bold;
  background: linear-gradient(90deg, 
    #a678f4, #f25757, #f9c74f, #6dc5a3, #ff6f91, 
    #57cc99, #f08080, #f4a261, #9d4edd, #fdc500, 
    #00bbf9, #f67280, #ffb347);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
	@media (max-width: 544px) {
    .header-text h1 {
        font-size: 28px !important;
    }
	.header-text h4 {
        font-size: 16px !important;
    }
	.header-text p {
        font-size: 16px !important;
		line-height:1.2;
    }
	.header-text span {
        font-size: 18px;
    }
}

    .section {
      padding: 4rem 2rem;
      border: 5px dashed #ffe4e1;
      border-radius: 25px;
      margin: 2rem auto;
      background-color: #ffffff;
      max-width: 1200px;
    }
    .subsection {
      border: 3px dashed #f9d5d3;
      border-radius: 20px;
      padding: 2rem;
      margin-bottom: 2rem;
      background-color: #fffaf9;
    }
	

    .counter-card {
      background-color: #fff;
      border-radius: 1rem;
      padding: 2rem;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
      height: 100%;
    }

    .counter-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    }
	.counter-card h3{
	 color:#ffffff !important;
	 }
    .counter-card img {
      height: 60px;
      margin-bottom: 1rem;
    }

    .counter {
      font-size: 2rem;
      font-weight: bold;
    }

    .bg-success { background-color: #28a745; color: white; }
    .bg-primary { background-color: #007bff; color: white; }
    .bg-warning { background-color: #ffc107; color: #212529; }
    .bg-orange { background-color: #ff9800; color: white; }
	
	
    
    .icon-check {
      color: #4caf50;
      font-weight: bold;
      margin-right: 8px;
    }
    .highlight-icon {
      width: 60px;
      height: 60px;
      object-fit: contain;
      margin-bottom: 10px;
    }
    .highlight-box {
      background-color: #fff8e1;
      border-radius: 20px;
      padding: 20px;
      text-align: center;
      transition: 0.3s ease;
    }
    .highlight-box:hover {
      box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }
    .rounded-img {
      border-radius: 20px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }
	.section-title {
      text-align: center;
      font-size: 3 rem;
      color: #ff6f61;
      margin-bottom: 2rem;
      font-weight: bold;
    }

    .feature-card {
      background-color: #ffffff;
      padding: 1.5rem;
      border-radius: 1rem;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
      margin-bottom: 1.5rem;
      display: flex;
      align-items: center;
      gap: 1rem;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .feature-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    }

    .feature-icon {
      flex-shrink: 0;
    }

    .feature-icon img {
      width: 50px;
      height: 50px;
    }

    .feature-text {
      font-size: 1rem;
      color: #333;
    }

    @media (min-width: 768px) {
      .grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
      }
    }
	
	.bg-secondary a:hover{
		color: #035392!important;
	}
	
	.joey-orange{
		color:#ff5800;
	}
	
	.video-card {
      background-color: #fff8e1;
      border-radius: 20px;
      padding: 15px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      cursor: pointer;
    }
    .video-card:hover {
      transform: scale(1.03);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }
    .video-thumbnail {
      border-radius: 15px;
      overflow: hidden;
      width: 100%;
      aspect-ratio: 16 / 9;
      background-color: #ddd;
    }
    .video-title {
      font-weight: 600;
      margin-top: 10px;
    }
    .modal-content {
      background-color: #fffaf3;
    }
    .modal-body iframe {
      width: 100%;
      height: 400px;
    }