 
:root {
    font-size: calc(1rem + 0.4vw);
}
 

 

a {
  width: 100%;
  height: 100%;
  margin: 0;
}

p {
  margin: 0;
  font-family: 'Roboto', sans-serif;
   padding-bottom: 10px;
 }

.hr {
  width: 75%;
  height: 2px;
  background: #c6c6c6;
  border: none;
  outline: none;
  margin-bottom: 0.25%;
}
.hr2 {
  width: 75%;
  height: 2px;
  background: green;
  border: none;
  outline: none;
  margin-bottom: 0.25%;
}
.logo {
  text-align: center;
  width: 50%;
  height: 100%;
}

.logo img {
  width: 100%;
  height: 100%;
  padding-top: 4%;
}

.flex {
  display: flex;
  max-width: 75%;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  flex-basis: auto;
  justify-content: space-evenly;
}

.flex div {
  flex: 1;
  padding: 1px;
  min-width: 25%;
  box-sizing: border-box;
}

.img1 {
  width: 100%;
  transition: all 0.3s;
  padding-top: 5%;
}

.img1:hover {
  transform: scale(1.03);
}

.line-break {
  width: 100%;
}

@media only screen and (max-width:768px) {
  .logo,
  .logo img {
    display: inline;
    width: 60%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .flex,
  .flex div,
  .img1,
  img:hover {
    transition: none !important;
    transform: none !important;
    max-width: 100%;
  }
  
  hr {
    margin-bottom: 5%;
  }
  .line-break {
    width: 0%;
  }
  .flex div {
    min-width: 50%;
  }
}

header {
  background-color:green;
  color: white;
  padding: 8px;
  text-align: center;
  border-radius: 6px;

}

main {
  margin-top: 20px;
  display: grid;
  gap: 20px;
}

section {
  background-color: #f2f2f2;
  padding: 5px;
  border-radius: 10px;
}

.instruction-box {
  text-align: center;
}

iframe {
  width: 100%;
  height: 400px;
}

h2, h3, h4 {
  text-align: center;
}

input[type="text"], button {
  margin: 10px 0;
  padding: 10px;
  width: 70%;
  box-sizing: border-box;
}

 

   .course-item:hover {
        background-color: #e0e0e0; /* Change background color on hover */
    }
 

img {
  width: 90%;
  height: auto;

}

a {
  color: blue;
}

.menu {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
   width: 90%;
}

.menu a {
  color: white;
  text-decoration: none;
  margin: 0 12px;
   
}

.product-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 20px;
}

.product {
  width: 40%;
  margin: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.product:hover {
  transform: scale(1.05);
}

.product img {
  width: 100%;
  height: auto;
}

.product-details {
  padding: 10px;
  text-align: center;
}

@media (max-width: 768px) {
  .product {
    width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .product {
    width: 48%;
  }
}

@media (min-width: 1025px) {
  .product {
    width: 30%;
  }
}

  
 /* Basic styling for the container */
.responsive-container {
    width: 100%;
    max-width: 1200px; /* Set a max width to avoid stretching on large screens */
    margin: 0 auto;    /* Center the container */
    padding: 20px;     /* Add some padding for spacing */
    box-sizing: border-box;
}

/* Ensure responsiveness by adjusting layout at different screen sizes */
@media (max-width: 768px) {
    .responsive-container {
        padding: 15px; /* Adjust padding for smaller screens */
    }
    
    .chart {
        width: 100%; /* Make sure the chart takes full width on small screens */
    }
}

@media (max-width: 480px) {
    .responsive-container {
        padding: 10px; /* Further adjust padding for very small screens */
    }
    
    .chart {
        width: 100%; /* Full width for mobile */
        height: auto; /* Ensure the chart scales properly */
    }
}
 
  

.info-section {
            background-color: #f2f2f2;
            padding: 28px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            margin-top: 10px;
        }

        .info-section h3 {
            color: #0077b6;
        }
		
		   /* Container */
    .container {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
    }
    
    /* Testimonial Div */
    .testimonial {
        width: 45%;
        padding: 20px;
        margin-bottom: 20px;
        background-color: #f9f9f9;
        border-radius: 10px;
        text-align: center;
    }
	.testimonial p {
  margin: 0;
  font-size: 16px;
}
    
    /* Staff Div */
    .staff {
        width: 50%;
        padding: 20px;
        margin-bottom: 20px;
        background-color: #f9f9f9;
        border-radius: 10px;
        text-align: center;
    }

 .coursedetails {
        width: 100%;
        padding: 10px;
        margin-bottom: 20px;
        margin-top: 20px;
        background-color: #f9f9f9;
        border-radius: 10px;        
        color: black;
    }


.coursedetails p {
  margin: 0;
  font-size: 16px;
  color:black;
}
  
.staff p {
  margin: 0;
  font-size: 16px;
}
    /* Circular Image */
    .staff img {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        margin-bottom: 10px;
    }   
	.testimonial img {
        width: 80px;
        height: 100px;
         
        margin-bottom: 10px;
    }
	   .contact-form input[type="submit"] {
        background-color: #4CAF50;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }
 /* Contact Form */
    .contact-form {
        width: 94%;
        padding: 20px;
        background-color: #f9f9f9;
        border-radius: 10px;
        text-align: center;
    }

    .contact-form input[type="text"], 
    .contact-form input[type="email"], 
    .contact-form textarea {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-sizing: border-box;
    }
	

    /* Course Guidance */
    .course-guidance {
      width: 94%;
      height: 100%;
    padding: 20px 20px;
    border-radius: 10px;
    margin: auto; /* Center horizontally */
    }

    .course-guidance h2 {
        margin-bottom: 10px;
    }

    .course-guidance .bg-green {
        background-color: #4CAF50;
        color: #fff;
        padding: 20px;
        border-radius: 10px 10px 0 0;
    }

    .course-guidance .bg-grey {
        background-color: #f9f9f9;
        padding: 20px;
        border-radius: 0 0 10px 10px;
    }

    .course-guidance p {
        margin-bottom: 10px;
        text-align: left;
        
    }

    .course-guidance ul {
        margin-bottom: 10px;
        text-align: left;
        padding-left: 20px; /* Adjust padding here */
    }

    /* Responsive */
    @media (max-width: 768px) {
        .testimonial, .staff, .contact-form, .course-guidance {
            width: 90%;
        }
    }
	


#logo-container {
  position: relative;
  padding-left:2px;
}

.circle {
  position: absolute;
  border-radius: 50%;
}

.red {
  background-color: red;
  width: 20px;
  height: 20px;
}

.blue {
  background-color: blue;
  width: 20px;
  height: 20px;
}
.green {
  background-color: green;
  width: 10px;
  height: 10px;
}

.blogpara {
  background-color: white;
  padding:10px;
  font-size:16px;
}

.radar {
  background-color: white;
  padding:2px;
   font-size:26px;
  max-width:800px;
  max-height:600px;
}

.orange {
  background-color: orange;
  width: 20px;
  height: 20px;
}

#text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: bold; /* Adjusted font weight to make it bold */
  color: green;
  padding:60px;
}


	/* Add your CSS styles here */
        .bg-grey {
            background-color: #f2f2f2;
            text-align: center;
            padding: 20px;
        }
		.bg {
          border-bottom-color:black;
		  border-radius:30px;
		 
        }
		
		.screentime {
          border-bottom-color:black;
		  border-radius:10px;
		    max-height: 70%;
		 max-width: 62%;
		 align-items:center;
        }
		
.bg2 {
          border-bottom-color:black;
		  border-radius:10px;
		   padding:10px;
		  background-color:#ddd;
        }
		
.blog {
          border-bottom-color:black;
		  border-radius:10px;
		   padding:10px;
		  background-color:white;
		 
        }

           #whatisAI   {
            max-width: 32%; /* Ensure image doesn't exceed its container */
            height: auto; /* Maintain aspect ratio */
            margin: 0 auto; /* Center the image horizontally */
            display: block; /* Ensure proper alignment */
            max-height: 200px; /* Adjust the maximum height of the image */
        } 
		#whatisAI2 {
            max-width: 36%; /* Ensure image doesn't exceed its container */
            height: auto; /* Maintain aspect ratio */
            margin: 0 auto; /* Center the image horizontally */
            display: block; /* Ensure proper alignment */
         } 
		#blogscreen {
            max-width: 46%; /* Ensure image doesn't exceed its container */
            height: auto; /* Maintain aspect ratio */
            margin: 0 auto; /* Center the image horizontally */
            display: block; /* Ensure proper alignment */
         } 
		 
		 #algo {
            max-width: 26%; /* Ensure image doesn't exceed its container */
            height: auto; /* Maintain aspect ratio */
            margin: 0 auto; /* Center the image horizontally */
            display: block; /* Ensure proper alignment */
         } 
		 
		 
		#hero {
            max-width: 52%; /* Ensure image doesn't exceed its container */
            height: auto; /* Maintain aspect ratio */
            margin: 0 auto; /* Center the image horizontally */
            display: block; /* Ensure proper alignment */
            max-height: 300px; /* Adjust the maximum height of the image */
        }

        /* Media query for mobile responsiveness */
        @media (max-width: 768px) {
            #hero {
                max-width: 90%; /* Adjust width for smaller screens */
            }
        }
		
		    .sticky-button {
			 width:7%;
            position: fixed;
            bottom: 140px; /* Adjust the distance from the bottom */
            right: 3px; /* Adjust the distance from the right */
            background-color: green; /* Example background color */
            color: #fff; /* Example text color */
            padding: 8px 22px; /* Example padding */
            border: none;
            border-radius: 5px;
            cursor: pointer;
            z-index: 999; /* Ensure button appears above other content */
        }
		  .fab.fa-whatsapp {
            font-size: 24px; /* Adjust the font size as needed */
        }
		
		
		
		
		  .footer {
            background-color: green;
            color: #fff;
            padding: 20px;
            text-align: center;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }

.footer p{
font-size:16px;
padding:10px;

}
        .contact-info,
        .address {
            flex: 1;
            margin: 10px;
        }

        .social-icons {
            flex: 1;
            text-align: right;
			padding-right: 55px;

        }

        .social-icons a {
            color: #fff;
            text-decoration: none;
            font-size: 18px;
            margin: 40 10px;
			padding:10px;
        }

        /* Media query for responsiveness */
        @media (max-width: 768px) {
            .footer {
                flex-direction: column;
            }

            .social-icons {
                text-align: center;
                margin-top: 20px;
            }
        }
		
		#foot {
		font-size:14px;
		text-align:center;
		padding:13px;
 
		}
		 
		
		 #quiz-container {
        max-width: 900px;
        margin: 0 auto;
        text-align: center;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 10px;
    }
    .option {
        display: inline-block;
        margin: 10px;
        padding: 10px 20px;
        background-color: #f0f0f0;
        border-radius: 5px;
        cursor: pointer;
    }
    .option:hover {
        background-color: #e0e0e0;
    }
    .result {
        margin-top: 20px;
    }
    table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
        }
        table, th, td {
            border: 1px solid #ddd;
        }
        th, td {
            padding: 12px;
            text-align: center;
        }
        th {
            background-color: #f4f4f4;
        }
        caption {
            font-size: 1.5em;
            margin-bottom: 10px;
        }
		
		
		  p {
            line-height: 1.2;
			font-size: 1.1em;

        }

        .container {
            max-width: 1200px;
            margin: 20px auto;
            padding: 20px;
        }

        .blog-section {
            margin-bottom: 40px;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .blog-section h2 {
            margin-bottom: 15px;
        }

        .blog-section p {
            margin-bottom: 10px;
        }

        .gpt-section {
            background-color: #e8f4fd; /* Light blue */
        }

        .bert-section {
            background-color: #fff8fd; /* Light orange */
        }
 #firstsec {
    padding:10 12px;
    background-color: #6FC677; /* Light Gray */
    color: black;
	border-radius:6px;
			 
        }

        /* Basic table styling */
.table-container {
    width: 100%;
    overflow-x: auto; /* Enable horizontal scroll for small screens */
    margin-bottom: 20px;
}

.responsive-table {
    width: 100%;
    border-collapse: collapse; /* Remove the spacing between table cells */
    margin: 0 auto;
}

.responsive-table th, .responsive-table td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #ddd;
}

/* Table header styling */
.responsive-table th {
    background-color: #f4f4f4;
    font-weight: bold;
}

/* Table cell styling */
.responsive-table td {
    background-color: #fff;
}

/* Responsive styling for smaller screens */
@media (max-width: 768px) {
    .responsive-table, .responsive-table thead, .responsive-table tbody, .responsive-table th, .responsive-table td, .responsive-table tr {
        display: block; /* Display as block elements */
    }

    .responsive-table thead tr {
        display: none; /* Hide table headers on small screens */
    }

    .responsive-table tr {
        margin-bottom: 15px;
        border-bottom: 2px solid #ddd;
    }

    .responsive-table td {
        padding: 10px;
        text-align: right;
        position: relative;
    }

    .responsive-table td:before {
        content: attr(data-label); /* Add custom content for each cell */
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 15px;
        font-weight: bold;
        text-align: left;
        background-color: #f4f4f4;
        height: 100%;
    }
}
 
 /* Grid container styling */
.course-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 30px;
    justify-items: center;
}

/* Card styling */
.course-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    max-width: 300px;
    text-align: center;
    padding: 20px;
}

.course-card img {
    border-radius: 12px;
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.course-card h3 {
    font-size: 1.5rem;
    color: #333;
    margin: 15px 0 10px;
}

.course-card p {
    font-size: 1rem;
    color: #777;
    margin-bottom: 10px;
}

.course-card h4 {
    font-size: 1.2rem;
    color: #e74c3c;
    margin-bottom: 20px;
}

.enroll-btn {
    background-color: #3498db;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.9rem;
    padding: 10px 20px;
    border-radius: 30px;
    transition: background-color 0.3s ease-in-out;
}

.enroll-btn:hover {
    background-color: #2980b9;
}

/* Hover effect */
.course-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

/* Responsive for smaller screens */
@media (max-width: 768px) {
    .course-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        padding: 15px;
    }

    .course-card {
        max-width: 250px;
    }

    .course-card h3 {
        font-size: 1.3rem;
    }
}

@media (max-width: 480px) {
    .course-grid {
        grid-template-columns: 1fr;
    }

    .course-card {
        max-width: 100%;
    }
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

table, th, td {
    border: 2px solid #ddd; /* General border */
}

th, td {
    padding: 8px;
    text-align: center;
    font-size: 16px;
}

th {
    background-color: #f4f4f4;
    border-bottom: 4px solid #aaa; /* Thicker bottom border for header */
}

td {
    border-bottom: 2px solid #bbb; /* Crossline between rows */
}

tbody tr:nth-child(even) {
    background-color: #f9f9f9; /* Optional alternating row color */
}




 /* Blog section */
        .blog-section {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            margin-top: 20px;
        }

        .blog-card {
            background-color: #fff;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }

        .blog-card:hover {
            transform: scale(1.05);
        }

        .blog-card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }

        .blog-card-content {
            padding: 30px;
        }

        .blog-card h3 {
            font-size: 24px;
            margin-bottom: 10px;
            color: #333;
        }

        .blog-card p {
            font-size: 16px;
            line-height: 1.6;
            color: #666;
            margin-bottom: 15px;
        }

        .blog-card a {
            text-decoration: none;
            font-size: 16px;
            color: #007BFF;
            font-weight: bold;
        }

        .blog-card a:hover {
            text-decoration: underline;
        }

        /* Responsive behavior */
        @media (max-width: 768px) {
            .blog-card img {
                height: 150px;
            }

            .blog-card h3 {
                font-size: 20px;
            }

            .blog-card p {
                font-size: 14px;
            }
        }
		
		 	
#img2 {
 max-width: 66%; /* Ensure image doesn't exceed its container */
            height: auto; /* Maintain aspect ratio */
            margin: 0 auto; /* Center the image horizontally */
            display: block; /* Ensure proper alignment */

}


/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 680px;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.hero-section svg {
  position: absolute;
  bottom: -50px;
  right: 0;
  left: 0;
  pointer-events: none;
}

@media screen and (min-width: 991px) {
  .hero-section-full-height {
    height: 85vh;
  }
}



/*---------------------------------------
  ANIMATED HEADLINE               
-----------------------------------------*/
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  color: green;
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}

.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}

@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}

@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}

@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}

@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}

@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}






/* Reset basic styling */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

/* Body styling */
body {
    line-height: 1.6;
    background-color: #f9f9f9;
}

/* Container styling */
.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
}

/* Header */
header {
    background-color: #green;
    color: white;
    padding: 10px 0;
    text-align: center;
}

header h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

header p {
    font-size: 1.2em;
}

/* Section headings */
section h2 {
    font-size: 2em;
    margin-bottom: 15px;
    color: green;
}

/* Target audience section */
.target-audience,
.class-structure,
.topics-covered,
.benefits,
.enrollment {
    background-color: #fff;
    padding: 40px 0;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Topics list */
.topics-covered ul,
.benefits ul {
    list-style: none;
    padding: 0;
}

.topics-covered ul li,
.benefits ul li {
    font-size: 1.2em;
    padding: 10px 0;
}

/* CTA Button */
.cta-button {
    display: inline-block;
    background-color: #0077b6;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.2em;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #005f86;
}

/* Footer */
footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px 0;
}

footer p {
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    header h1 {
        font-size: 2em;
    }

    header p {
        font-size: 1em;
    }

    section h2 {
        font-size: 1.8em;
    }

    .container {
        padding: 10px;
    }

    .cta-button {
        font-size: 1em;
    }
}


  .services {
      background-color: #ffffff;
      padding: 1.5rem;
      margin: 2rem 0;
      border-radius: 10px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    ul {
      line-height: 1.8;
    }
	 h2 {
      color: #008000;
    }