 /* CSS styles for the For Teachers page */

 body {
    font-family: 'Comic Sans MS', cursive, sans-serif;
    background-color: #f7f7f7;
    color: #333;
    margin: 0;
    padding: 0;
  }

  header {
    background-color: #ff6f61; /* Playful orange-red */
    color: white;
    padding: 20px;
    text-align: center;
  }
  header {
    font-family: 'Comic Sans MS', cursive; /* Playful font */
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000; /* Set a high z-index to keep it above other elements */
  }

  .teacher ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #fff; /* White background for navigation */
    overflow: hidden;
    text-align: center;
    border-bottom: 2px solid #ff6f61; /* Border color below navigation */
  }

  .teacher ul li {
    display: inline;
  }

  .teacher ul li a {

    display: inline-block;
    color: #333;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .teacher ul li a:hover {
    background-color: #ffecd1; /* Light yellow on hover */
    color: #ff6f61;
  }

  main {
    padding: 20px;
  }

  section  {
    margin-bottom: 30px;
    background-color: #fff; /* White background for sections */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  h1, h2 {
    color: #ff6f61; /* Playful orange-red */
    font-family: ''Comic Sans MS', cursive, sans-serif;
  }

  .button {
    display: inline-block;
    background-color: #ff6f61; /* Playful orange-red */
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }

  .button:hover {
    background-color: #ff9472; /* Lighter shade of orange-red on hover */
  }

  .illustration {
    display: block;
    margin: auto;
    width: 80%;
    max-width: 600px; /* Limiting the width of the illustration */
  }

  .feature {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .feature img {
    width: 50px; /* Adjust the size of the feature icons */
    margin-right: 20px;
  }

  .feature-text {
    flex: 1;
  }
  .key-features h2{
    font-family: ''Comic Sans MS', cursive;

  }

  .community {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .community img {
    width: 100px; /* Adjust the size of the community images */
    margin: 10px;
    border-radius: 50%; /* Rounded borders for community images */
    transition: transform 0.3s ease;
  }

  .community img:hover {
    transform: scale(1.1); /* Enlarge the image on hover */
  }

  /* Additional Visual Enhancements */

  .decorative-border {
    border: 2px dashed #ff6f61; /* Dashed orange-red border */
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
  }

  .pattern-background {
    background-image: url('../images/pattern6.avif'); /* Background pattern image */
    background-repeat: repeat;
    padding: 20px;
  }

  .icon {
    color: #ff6f61; /* Playful orange-red */
    font-size: 24px;
    margin-right: 10px;
  }

  /* Child-friendly Styles */

  h1, h2 {
    font-family: 'Comic Sans MS', cursive, sans-serif;
  }

  .button {
    background-color: #ffdd7d; /* Yellow */
    color: #ff6f61; /* Playful orange-red */
    font-weight: bold;
    border: none;
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 20px;
    transition: background-color 0.3s ease;
  }

  .button:hover {
    background-color: #ffe694; /* Lighter shade of yellow on hover */
  }

  .illustration {
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); /* Soft shadow effect */
  }

  .feature {
    background-color: #ffdd7d; /* Yellow */
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); /* Soft shadow effect */
  }

  .feature img {
    width: 60px; /* Larger feature icon size */
  }

  .community img {
    width: 120px; /* Larger community image size */
  }

  .decorative-border {
    border: 2px dashed #ff6f61; /* Dashed orange-red border */
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); /* Soft shadow effect */
    font-family: 'Comic Sans MS', cursive; /* Playful font */
    
  }



  .banner{
    margin-top: 20px;
    max-width: 600px; /* Limiting the width of the slider */
    margin-left: auto;
    margin-right: auto;

  }

  .banner img {
    width: 100%;
    border-radius: 10px;
  }

  .banner h1{
    color: #333;

  }

  .glide {
    overflow: hidden;
    position: relative;
    width: 400px; /* Adjust slider width */
    margin-right: 20px; /* Add spacing */
  }

  .glide__track {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .glide__slides {
    display: flex;
    width: 100%;
    transition: transform 0.3s ease;
  }

  .glide__slide {
    flex: 0 0 auto;
    margin-right: 20px; /* Adjust slide spacing */
  }

  .glide__arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    font-size: 30px;
    color: #ff6f61; /* Playful orange-red */
  }

  .glide__arrow--left {
    left: 10px;
  }

  .glide__arrow--right {
    right: 10px;
  }

  .swiper-container {
    width: 80%; /* Adjust the width of the slider */
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; /* Ensure slider stays within boundaries */
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: #ffdd7d; /* Yellow background */
    padding: 40px 0;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); /* Soft shadow effect */
  }

  .swiper-pagination {
    margin-top: 20px;
    text-align: center;
  }

  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ff6f61; /* Playful orange-red */
    opacity: 0.5;
    margin: 0 5px;
    border-radius: 50%;
  }

  .swiper-pagination-bullet-active {
    opacity: 1;
  }




  body {
    font-family: 'Comic Sans MS', cursive, sans-serif;
    background-color: #fff; /* White background */
    color: #333;
    margin: 0;
    padding: 0;
  }

  header {
    background-color: #ff6f61; /* Playful orange-red */
    color: white;
    padding: 20px;
    text-align: center;
  }

  .teacher ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #fff; /* White background for navigation */
    overflow: hidden;
    text-align: center;
    border-bottom: 2px solid #ff6f61; /* Border color below navigation */
  }

  .teacher ul li {
    display: inline;
  }

  .teacher ul li a {
    display: inline-block;
    color: #333;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .teacher ul li a:hover {
    background-color: #ffecd1; /* Light yellow on hover */
    color: #ff6f61;
  }

  main {
    padding: 20px;
  }

  section {
    margin-bottom: 30px;
    background-color: #ffecd1; /* Light yellow background */
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  h1, h2 {
    color: #ff6f61; /* Playful orange-red */
    font-family: 'Comic Sans MS', cursive, sans-serif;
  }

  section {
    margin-bottom: 30px;
    background-color: #ffecd1; /* Light yellow background */
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    animation: slideInUp 1s ease; /* Animation for section entrance */
  }

  @keyframes slideInUp {
    from {
      opacity: 0;
      transform: translateY(50px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  h1, h2 {
    color: #ff6f61; /* Playful orange-red */
    font-family: 'Comic Neue', cursive;
  }

  .swiper-container {
    width: 80%; /* Adjust the width of the slider */
    margin: 20px auto;
    overflow: hidden; /* Ensure slider stays within boundaries */
  }

  

  @keyframes pulse {
    0% {
      transform: scale(1);
      opacity: 0.5;
    }
    100% {
      transform: scale(1.1);
      opacity: 1;
    }
  }


  .swiper-pagination {
    margin-top: 20px;
    text-align: center;
  }

  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ff6f61; /* Playful orange-red */
    opacity: 0.5;
    margin: 0 5px;
    border-radius: 50%;
  }

  .swiper-pagination-bullet-active {
    opacity: 1;
  }

  /* Button hover animation */
  .button {
    display: inline-block;
    background-color: #ff6f61; /* Playful orange-red */
    color: white;
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 20px;
    transition: transform 0.3s ease; /* Add smooth hover effect */
  }

  .button:hover {
    transform: scale(1.1); /* Enlarge the button on hover */
  }





  /* Navbar */
  .navbar {
    background-color: #ffcc00; /* Bright yellow background */
    border-radius: 15px; /* Rounded corners */
    padding: 15px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Soft shadow */
  }
  
  .navbar-nav .nav-item {
    margin-bottom: 15px; /* Add space between menu items */
  }
  
  .navbar-nav .nav-link {
    color: #333; /* Dark text color */
    font-weight: bold;
    padding: 10px 20px; /* Add padding to each menu item */
    font-family: 'Comic Sans MS', cursive; /* Playful font */
    transition: color 0.3s ease; /* Smooth color transition */
    position: relative;
  }
  
  .navbar-nav .nav-link:hover {
    color: #ff5722; /* Dark orange text color on hover */
  }
  
  /* Submenu */
  .dropdown-menu {
    background-color: #fff; /* White background */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Soft shadow */
    animation: slideDown 0.5s ease forwards; /* Slide down animation */
  }
  
  .dropdown-menu .dropdown-item {
    color: #333; /* Dark text color */
    font-family: 'Comic Sans MS', cursive; /* Playful font */
    transition: color 0.3s ease; /* Smooth color transition */
    padding: 10px 20px; /* Add padding to submenu items */
  }
  
  .dropdown-menu .dropdown-item:hover {
    color: #ff5722; /* Dark orange text color on hover */
  }
  
  /* Slide down animation */
  @keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
  }
  
  /* Buttons */
  .btn {
    background-color: #ff5722; /* Dark orange background */
    color: #fff; /* White text color */
    border-radius: 25px; /* Rounded corners */
    font-weight: bold;
    font-family: 'Comic Sans MS', cursive; /* Playful font */
    transition: background-color 0.3s ease; /* Smooth background color transition */
  }
  
  .btn:hover {
    background-color: #ff7744; /* Lighter orange background on hover */
    transform: scale(1.05); /* Scale up on hover */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Soft shadow on hover */
  }
  .logo {
    display: flex;
    align-items: center;
  }
  
  .logo img {
    max-width: 50px;
    margin-right: 10px;
    border-radius: 50%;
  }
  /* Logo */
  .logo img {
    width: 60px; /* Adjust size as needed */
    height: auto;
    margin-right: 10px;
    border-radius: 50%; /* Rounded logo */
    animation: bounce 1.5s infinite alternate; /* Bouncing animation */
  }
  
  .logo h1 {
    font-size: 28px;
    font-weight: bold;
    color: #333; /* Dark text color */
    margin-top: 10px;
    font-family: 'Comic Sans MS', cursive; /* Playful font */
  }
  .logo {
    display: flex;
    align-items: center;
  }
  
  .logo img {
    width: 60px;
    margin-right: 10px;
  }

  @font-face {
    font-family: 'Baloo Tamma 2';
    src: url('../font/922ffc787e2b0edbe26658721544cdea.woff2') format('woff2'), /* Modern Browsers */
         url('../font/922ffc787e2b0edbe26658721544cdea.woff') format('woff'); /* Older Browsers */
  }
  
  .logo h1 {
    font-size: 28px;
    font-weight: bold;
    color: #333; /* Dark text color */
    margin-top: 10px;
    font-family:  'Baloo Tamma 2', cursive;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); /* Add a subtle shadow */
    letter-spacing: 2px; /* Adjust letter spacing for readability */
  }
  
  /* Bounce animation */
  @keyframes bounce {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
  }
  
  /* Fade-in animation */
  @keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
  }
  
  /* Mobile responsiveness */
  @media (max-width: 768px) {
    .navbar-nav .nav-link {
        font-size: 16px; /* Increase font size on smaller screens */
    }
  
    .logo h1 {
        font-size: 22px; /* Decrease font size on smaller screens */
    }
  }
  
  
  /* Adjust the margin or padding of the next section to push it down */
  .header {
    padding-top: 90px; /* Add padding to push down the content */
    text-align: center;
  }
  
  /* Footer section styles */
  .footer-section {
    font-family: 'Comic Sans MS', cursive; /* Playful font */
    background-color: #ffcc99; /* Light orange background for a playful feel */
    color: #333; /* Dark text color */
    padding: 40px 20px 20px; /* Adjusted padding for better spacing */
    text-align: center;
    width: 100%;
    border-radius: 20px; /* Add rounded corners for a softer look */
  }
  
  .footer-links a,
  .social-media-links a {
    text-decoration: none;
    color: #3498db; /* Blue text color for a playful touch */
    margin: 0 10px; /* Improved spacing between links */
    transition: color 0.3s ease;
    font-weight: bold; /* Add bold font weight for emphasis */
  }
  
  .footer-links a:hover,
  .social-media-links a:hover {
    color: #e74c3c; /* Red accent color on hover */
  }
  
  .footer-links img,
  .social-media-links img {
    max-width: 40px; /* Smaller max-width for logos */
    height: auto; /* Maintain aspect ratio */
    margin: 10px 0; /* Add margin for spacing between logos */
    border-radius: 50%; /* Round logos for a playful look */
  }
  
  
  .footer-section {
  background-color: #333;
  color: #fff;
  padding: 40px 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  }
  
  .footer-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  }
  
  .footer-branding {
  flex: 1;
  text-align: left;
  }
  
  .footer-branding img {
  width: 80px;
  margin-bottom: 10px;
  margin-left: 100px;
  border-radius: 50% ;
  }
  .footer-branding p {
  color:rgb(245, 245, 245);
  text-align: center;
  }
  
  .footer-links {
  display: flex;
  justify-content: space-between;
  flex: 2;
  max-width: 800px;
  margin-top: 40px;
  
  }
  
  .footer-category {
  text-align: left;
  margin-bottom: 20px;
  padding: 0 30px;
  margin-right: 20px;
  flex: 1;
  }
  
  .footer-category h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: rgb(146, 153, 200);
  }
  
  .footer-links a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  transition: color 0.3s ease;
  
  }
  
  .footer-links a:hover {
  color: #3498db;
  }
  
  /* Remove box styles */
  .footer-links a,
  .footer-category {
  background-color: transparent;
  border: none;
  padding: 0;
  }
  
  .social-media-links {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: auto; /* Set margin-top to auto to push it to the bottom */
  margin-right: 60px;
  }
  
  .social-media-links a {
  margin-right: 20px; /* Add margin between social media icons */
  text-decoration: none; /* Remove underlines from links */
  }
  
  .social-media-links img {
  width: 30px;
  }
  
  /* Remove box styles */
  .social-media-links a {
  background-color: transparent;
  border: none;
  padding: 0;
  }
  
  
  
  .enhancing-teaching slider h2{

    font-family: 'Comic Sans MS', cursive; /* Playful font */

  }
  .teacher ul a{

    margin-bottom: 200px;

  }

  button {
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    transition: background-color 0.3s ease;
  }
.feature-text {
  flex: 1;
  font-family: 'Comic Sans MS', cursive; /* Playful font */

}

.empowering-learning h2{
  font-family: 'Comic Sans MS', cursive; /* Playful font */

}

.professional-development h2{
  font-family: 'Comic Sans MS', cursive; /* Playful font */
}
.header p{
  font-family: 'Comic Sans MS', cursive; /* Playful font */
}
.pattern-background p{
  font-family: 'Comic Sans MS', cursive; /* Playful font */
}

.community h2{
  font-family: 'Comic Sans MS', cursive; /* Playful font */
}

p{
  font-family: 'Comic Sans MS', cursive; /* Playful font */
}
h2{
  font-family: 'Comic Sans MS', cursive; /* Playful font */
}
.slider h2{
  font-family: 'Comic Sans MS', cursive; /* Playful font */
}

.header h1{
  font-family: 'Comic Sans MS', cursive; /* Playful font */
}
.teacher ul a{
  font-family: 'Comic Sans MS', cursive; /* Playful font */
}