

.navbar .active {
  border-bottom: 2px solid #79cf30;
  padding-bottom: 4px;
}


/* Responsive styles for tablets and phones */
@media (max-width: 768px) {
    header {
        padding: 10px 20px; /* Adjust padding for smaller screens */
    }

    .left-links {
        margin-left: 20px; /* Adjust margin for smaller screens */
    }

    .right-links {
        margin-right: 20px; /* Adjust margin for smaller screens */
    }

    header a {
        font-size: 12px; /* Reduce font size for smaller screens */
    }

    .icon {
        margin-right: 2px; /* Adjust margin for smaller screens */
    }

    .small-text {
        font-size: 10px; /* Reduce font size for smaller screens */
    }
}



/* Responsive styles for tablets and smaller screens */
@media (max-width: 580px) {
    header {
        padding: 10px 10px; /* Adjust padding for smaller screens */
        display: flex; /* Use flex layout for header */
        flex-wrap: wrap; /* Allow items to wrap to the next line if necessary */
        justify-content: space-between; /* Align elements to the start and end */
    }

    .left-links {
        display: flex; /* Display left links */
        flex-wrap: wrap; /* Allow items to wrap to the next line if necessary */
        margin: 0; /* Reset margin */
    }

    .right-links {
        margin-right: 10px; /* Adjust margin for smaller screens */
    }

    header a {
        font-size: 12px; /* Reduce font size for smaller screens */
        margin: 0; /* Reset margin */
    }

    .icon {
        margin-right: 2px; /* Adjust margin for smaller screens */
    }

    .small-text {
        font-size: 10px; /* Reduce font size for smaller screens */
    }
}


*, *:before, *:after {
    box-sizing: border-box;
}

  /* Styling for the footer */

      .footer-policy{
 margin-left: 350px;
 margin-top: 80px;
}
.footer-table td{
 padding: 20px;
}

        .footer {
            background-color: black;
            color: white;
            padding: 50px; /* Adjust the padding as needed */
           
            bottom: 0;
            left: 0;
            width: 100%;
            display: flex;
            align-items: center; /* Center content vertically */
        }
        .footer img {
            max-width: 400px; /* Adjust the image width as needed */
            margin-right: 260px; /* Add some spacing between the image and text */
        }
        .contact-info {
            display: flex;
            flex-direction: column;
            align-items: flex-start; /* Align items to the left within the column */
        }
     .contact-info a {
            color: white;
            text-decoration: none;
        }

        .events {
            flex: 1;
margin-left: 170px;
        }

       .events-container {
            display: flex;
            flex-direction: column;
            align-items: center;
           max-width:1500px;
        }

        .event {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 20px;
            border: 1px solid #ccc;
            padding: 10px;
            width: 80%;
            max-width: 1500px;
  text-decoration: none !important; 
        }

        .event-text {
            flex: 1;
  text-decoration: none !important; 

        }
.events a{
  text-decoration: none !important; 
 color: #0074d9 !important; 
    transition: none !important; 
}

        .event-image {
            max-width: 200px;
            max-height: 150px;
            margin-left: 20px;
        }

        

        .date {
            font-weight: bold;
        }

        .location {
            font-style: italic;
        }

    .view-all {
    margin-top: 10px;
    text-align: center; 
margin-left:580px;
}

.view-all a {
    text-decoration: none !important; 
    color: #0074d9 !important; 
    transition: none !important; 

}



        header {
            background-color: black;
            color: white;
            padding: 10px;
           position: fixed;
            top: 0;
            left: 0;
            right: 0;
            display: flex;
  z-index: 2;
            justify-content: space-between;
            align-items: center;
        }

        .left-links {
            display: flex;
            align-items: center;
            margin-left: 70px;
        }

        .right-links {
            margin-right: 70px;
        }

        header a {
            text-decoration: none;
            color: white;
            margin: 0 10px;
            font-size: 14px;
        }

        .icon {
            margin-right: 5px;
        }

        .small-text {
            font-size: 12px;
            margin-right: 10px;
        }



        .navbar {
            background-color: black;
            color: white;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 0;
            position: fixed;
            top: 50px;
            left: 0;
            right: 0;
  z-index: 2;
            transition: background-color 0.3s, color 0.3s;
        }

        .navbar a {
            text-decoration: none;
            color: white;
            margin-left: 20px;
            margin-right: 20px;
            transition: color 0.3s;
        }

        .logo img {
            width: 160px;
            height: auto;
            margin-left: 20px;
        }

        .search-icon {
            font-size: 18px;
        }

        body {
            margin: 0;
            padding: 0;
            font-family: Arial, sans-serif;
        }

        img {
            width: 100%;
            height: auto;
            display: block;
            margin-top: 20px;
        }

        .container {
            display: flex;
            justify-content: center;
            align-items: center;
            
            flex-wrap: wrap;
        }

        .card {
            background-color: rgba(0, 0, 0, 0.7);
            color: white;
            padding: 15px;
            margin: 10px;
            flex: 0 0 calc(40% - 20px);
            text-align: left;
            display: flex;
            align-items: center;
        }

        .card a {
            color: #79cf30;
            text-decoration: none;
            font-weight: bold;
margin-left:230px;
        }

        .logo {
            max-width: 80px;
            margin-left: 20px;
        }

        .center-text {
            text-align: center;
            margin-top: 20px;
            font-size: 30px;
            font-weight: bold;
        }

        .additional-text {
            text-align: left;
            padding: 20px;
            font-size: 20px;
            font-weight: normal;
        }

        .left-column {
            width: 50%;
            border: 1px solid #ccc;
        }

        .right-column {
            width: 50%;
            border: 1px solid #ccc;
        }

        .popular-courses {
    
    margin-top: 20px !important;
    margin-left: 150px !important;
    font-size: 24px !important;
    font-weight: bold !important;
}


        .course-card {
            background-color: rgba(0, 0, 0, 0.7);
            color: white;
            padding: 15px;
            margin: 10px;
            flex: 0 0 calc(24% - 20px);
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .video-container {
            position: relative;
            padding-bottom: 56.25%;
	    margin-top: -680px;
            overflow: hidden;
        }

        .video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
       .main-image {
            width: 100%;
            height: auto;
            display: block;
            margin: 90px auto;
       }
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white; /* Background color of the preloader */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000; /* Ensure it's above other content */
}

#logo-container {
  text-align: center;
  animation: pulse 1s ease-in-out infinite; /* Add a pulse animation for the logo */
}

#logo-container img {
  max-width: 100px; /* Adjust the maximum width as needed */
  max-height: 60px; /* Adjust the maximum height as needed */
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2); /* Adjust the scale factor for the maximum size */
  }
  100% {
    transform: scale(1);
  }
}
table {
    border-collapse: collapse; /* Remove spacing between table cells */
    border: none !important;  /* Remove table border */
}

td {
    border: none; /* Remove cell borders */
}

  /* Style for the card container */
        .coursescard {
            border: 1px solid #ccc;
            padding: 20px;
            margin: 20px; /* Add margin to create space between cards */
            width: 250px;
            text-align: center;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
            background-color: #fff;
        }

        /* Style for the course title */
        .coursescard h2 {
            font-size: 24px;
            margin-bottom: 10px;
            color: black;
            /* Set text color to black */
        }

        /* Style for the course description */
        .coursescard p {
            font-size: 16px;
            color: black;
            /* Set text color to black */
        }

        /* Style for the numbers and price */
        .numbers {
            font-size: 18px;
            font-weight: bold;
            color: black;
            /* Set text color to black */
        }

        /* Remove underline from links and prevent color change on click */
        .coursescard a {
            text-decoration: none;
            color: black;
        }

        /* Adjust image size */
        .coursescard img {
            max-width: 100%;
            /* Set maximum image width to 100% */
        }

        /* Style for the paper icon */
        .logo-paper {
            font-size: 18px;
            /* Adjust the size as needed */
            margin-right: 5px;
            /* Add some spacing between the icon and the number */
            color: #f0ad4e;
            /* Yellow color for the paper icon (adjust as needed) */
        }

        /* Style for the profile logo */
        .logo-profile {
            font-size: 18px;
            /* Adjust the size as needed */
            margin-right: 5px;
            /* Add some spacing between the icon and the number */
            color: #007bff;
            /* Blue color for the profile logo (adjust as needed) */
        }

        /* Style for the price text */
        .price {
            color: orange;
            /* Set text color to orange */
        }

.social-icon {
    display: inline-block; /* Display icons inline */
    margin-right: 10px; /* Add some spacing between icons */
    font-size: 24px; /* Adjust the icon size as needed */
}
  .footer-table a {
        text-decoration: none; /* Remove underline */
        color: white; /* Set text color to white */
    }

.whatsapp-icon {
    position: fixed;
    bottom: 20px; /* Adjust the distance from the bottom as needed */
    left: 20px; /* Adjust the distance from the left as needed */
    background-color: #25d366; /* WhatsApp green color */
    color: #fff; /* Text color */
    padding: 10px;
    border-radius: 50%;
    z-index: 9999; /* Ensure it's on top of other content */
    display: flex;
    align-items: center;
}

.whatsapp-icon i {
    font-size: 24px; /* Adjust the icon size as needed */
    margin-right: 5px; /* Add some spacing between the icon and text */
}

.scroll-container {
    width: 100%; /* Set the desired width for the container */
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap; /* Prevent cards from wrapping to the next line */
    margin: 20px 0; /* Add some margin for spacing */
}

/* Style for individual cards */
.coursescard {
    display: inline-block; /* Display cards in a row */
    margin-right: 20px; /* Add spacing between cards */
    vertical-align: top; /* Align cards to the top */
    white-space: normal; /* Allow card content to wrap */
    width: 300px; /* Set the width of each card */
}




.scroll-top-button {
        background-color: grey; /* Set the background color to grey */
        color: white; /* Set the text color to white */
        border: none;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        font-size: 24px;
        position: fixed;

        bottom: 20px;
        right: 20px;
        cursor: pointer;
}
  .dropdown {
            position: relative;
            display: inline-block;
        }

        /* Style for the dropdown button */
        .dropbtn {
            background-color: transparent;
            color: white;
            padding: 10px 30px 10px 20px;
            font-size: 16px;
            border: none;
            cursor: pointer;
            border-radius: 4px;
            display: flex;
            align-items: center;


}

.selected-language{

  margin-top: 10px;
}

        /* Style for the selected icon */
        .selected-icon {
            margin-right: 10px;
margin-top:-15px;
        }

        /* Style for the dropdown content */
        .dropdown-content {
            position: absolute;
            background-color: #f9f9f9;
            min-width: 160px;
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
            z-index: 1;
            display: none;
            padding: 0;
            margin: 0;
            list-style: none;
        }

        /* Style for the dropdown list items */
        .dropdown-content li {
            padding: 0;
            margin: 0;
        }

        /* Style for the dropdown links */
   .dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: black; /* Set the default text color to white */
}

        /* Change color on hover */
        .dropdown-content a:hover {
            background-color: #ddd;
        }

        /* Show the dropdown content when the button is clicked */
        .dropdown.active .dropdown-content {
            display: block;
        }

        /* Style for flag images */
        .flag {
            width: 20px;
            height: 15px;
            margin-right: 10px;
        }

.selected-text{
color:white;
}


.privacypolicy-text {
    margin-top:-70px;
margin-left:90px;
}

.login-container {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    max-width: 400px;
    margin: 0 auto;
   margin-top:-70px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.login-container h1 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
}

.form-group input {
    width: 90%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-group a {
    color: #0074d9;
    text-decoration: none;
}

.form-group p {
    text-align: center;
}

button[type="submit"] {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #0074d9;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

button[type="submit"]:hover {
    background-color: #0056b3;
}



.dropdown-icon{
color:white;

}
.backgroundimage{
    margin-top:70px;
}