body {
    font-family: emoji;
    background-color: rgb(0, 0, 0);
    color: #f5f5f5;
    margin: 0;
    padding: 0;
    line-height: 1.8;
}


header {
            background-color: #eaeaf3;
            padding: 10px;
            text-align: center;
        }

        header h1 {
            margin: 0;
            color: rgb(8, 38, 206);
        }

        #navu {
            background-color: #000000;
            list-style-type: none;
            margin: 5px;
            padding: 0;
            float: right;
            width: auto;
        }

        #navu ul {
            padding: 0;
            margin: 0;
            list-style: none;
            display: flex;
        }

        #navu ul li {
            margin: 0 10px;
        }

        #navu ul li a {
            color: #fff8f8;
            text-decoration: none;
            font-size: 1.2em;
        }

        #navu ul li a:hover {
            text-decoration: underline;
        }

        #navi {
            background-color: #000000;
            margin: 1px;
            float: right;
            width: 100%;
        }

        #navi ul {
            padding: 0;
            margin: 0;
            list-style: none;
            display: flex;
            justify-content: flex-end;
        }

        #navi ul li {
            margin-right: 15px;
        }

        #navi ul li a {
            color: #f7eded;
            text-decoration: none;
            padding: 10px 15px;
            display: block;
        }

        #navi ul li a:hover {
            text-decoration: underline;
        }

        .navbar {
            display: flex;
            justify-content: center;
        }

        .dropdown {
            position: relative;
            display: inline-block;
        }

        .dropbtn {
            background-color: #000000;
            color: rgb(247, 245, 245);
            padding: 10px;
            border: none;
            cursor: pointer;
        }

        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #000000;
            min-width: 160px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
        }

        .dropdown-content a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }

        .dropdown-content a:hover {
            background-color: #0714ca;
        }

        .dropdown:hover .dropdown-content {
            display: block;
        }

        .dropdown:hover .dropbtn {
            background-color: #401ff7;
        }

        section {
            padding: 35px;}




.footer {
    background-color: #000003; 
    padding: 20px;
    text-align: center;
}
/* CSS for Cyber Security Registration Form */
/* Form container */
.form-container {
    width: 400px;
    margin: 0 auto; /* Center the form horizontally */
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Form fields */
.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

/* Submit button */
.btn-submit {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.btn-submit:hover {
    background-color: #45a049;
}




/* contact container */
.contact-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    background-color: #070202;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(240, 235, 235, 0.87);
    font-family: Georgia, 'Times New Roman', Times, serif; /* Custom font */
  font-size: 20px;
  
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Text shadow */
  background-image: linear-gradient(50deg, #0a0414, #f1f1f7); /* Gradient background */
  
  
}



/* Responsive layout adjustments */
@media screen and (max-width: 600px) {
    .form-container {
        width: 80%;
    }
}


/* .dropdown { float: left; } 
 Style the dropdown button 
.dropdown .dropbtn { font-size: 16px; border: none; outline: none; color: white; padding: 14px 20px; background-color: inherit; font-family: inherit; margin: 0; }  
 .dropdown-content { display: none; position: absolute; background-color: #070707; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; }  
 .dropdown-content a { float: none; color: white; padding: 12px 16px; text-decoration: none; display: block; text-align: left; } 
  .dropdown-content a:hover { background-color: #ddd; color: black; }  
  .dropdown:hover .dropdown-content { display: block; }
    */


/* Define a CSS animation */
 @keyframes slideInFromLeft { 0% { transform: translateX(-100%); } 100% { transform: translateX(0); } } /* Apply the animation to an element */
  .animated-element { animation: slideInFromLeft 1s ease-out; }

img{display: flex; justify-content: center; align-items: center;}




/* Style for the image */
#top-image {
    width: 70%; /* Adjust width as needed */
    height: 40%; /* Maintain aspect ratio */
    left: 17%; 
    display: block; /* Ensure it's a block element */
    position: relative;
}

/* Additional styling for the container */
#top-image-container {
    position: relative;
    overflow: hidden; /* Hide overflow */
}

/* Optional overlay for text */
#overlay {
    position: absolute;
    top: 50%; /* Position it vertically in the middle */
    left: 60%; /* Position it horizontally in the middle */
    
    text-align: right;
    color: white;
}

/* Styling for the text on the overlay */
#overlay h1 {
    font-size: 16px; /* Adjust font size */
    margin-bottom: 20px;
    
}

#overlay p {
    font-size: 18px; /* Adjust font size */
    margin-bottom: 20px;
}


.contactimage {
    
   
  display: grid;
    place-items: center;
    
}

.registrationimage
{
   
    display: grid;
  place-items: center;
     
  }
  .animated-element{
   
   display: grid;
 place-items: center;
    
 } 
 #course-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
}

.course-item {
    background-color: black;
    border: 1px solid #ddd;
    color: white;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.course-title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.course-description {
    margin-bottom: 1rem;
}

.course-button {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #007BFF;
    color: #fff;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
}

.course-button:hover {
    background-color: #0056b3;
}



#career-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.career-item {
    background-color:black;
    color: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.career-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.career-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.career-description {
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.expert-section {
    background-color: #007BFF;
    color: #fff;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    margin-top: 4rem;
}



.hidden-description {
            display: none;
        }
        .course-item {
            margin-bottom: 20px;
        }

        .hidden-description {
            display: none;
        }
        .course-item {
            margin-bottom: 20px;
        }

        .title-section {
            text-align: center;
            margin-top: 20px;
        }
        .highlight {
            color: rgb(14, 18, 245);
        }

       
.image-scroller-footer {
    padding: 40px 0;
    text-align: center;
    /* background: linear-gradient(to right, #000000, #000000); */
}
.image-scroller-footer h2 {
    color: #00f7ff;
    margin-bottom: 20px;
    text-shadow: 0 0 5px #23e4e4, 0 0 10px #1511e0, 0 0 15px #0bb0da;
}
.image-scroller {
    overflow: hidden;
    white-space: nowrap;
    box-shadow: 0 0 10px #0817dd, 0 0 20px #10c5e6, 0 0 30px #1cc6e4;
}
.image-scroller-inner {
    display: inline-block;
    animation: scroll 20s linear infinite;
}
.image-scroller-inner img {
    display: inline-block;
    width: 200px;
    height: 150px;
    margin: 0 10px;
    border: 2px solid #3ee7fd;
    box-shadow: 0 0 5px #29bdf8;
    transition: transform 0.3s ease-in-out;
}
.image-scroller-inner img:hover {
    transform: scale(1.1);
}
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}






#back-to-top-btn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed position */
    bottom: 20px; /* Place the button at the bottom */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #0e0e0e; /* Set a background color */
    color: #00ff00; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
    box-shadow: 0 0 10px #00ff00, 0 0 20px #00ff00, 0 0 30px #00ff00;
}

#back-to-top-btn:hover {
    background-color: #00ff00; /* Add a green background on hover */
    color: #0e0e0e; /* Change text color on hover */
}




.trial-block {
            padding: 20px;
        }
        .shadow3 {
            box-shadow: 0 4px 8px rgba(255, 255, 255, 0.952);
        }
        .height450 {
            min-height: 0px;
        
        }
        .section-title {
            margin-bottom: 5px;
        }
        .badge-info {
            background-color: #17a2b8;
            color: white;
        }
        .section-title-line {
            display: inline-block;
           
         
            background-color: #17a2b8;
            margin: 10px auto;
        }
        .social-overlap {
            margin-top: 5px;
        }
        .social-bar {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
        }
        .social-icons {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
        }
        .slider-nav-item {
            font-size: 40px;
            /* color: #ffffff; */
            margin: 0 10px;
            transition: color 0.3s ease;
        }
        .slider-nav-item:hover {
            color: #17a2b8;
        }




/* 
        .social-media-nav {
           
      right: 0;
      top: 20;
      background-color: #000000;
      padding: 5px;
      width: 100px; 
      height: 10%;
      display: flex;
      
      align-items: center;
      float: left;
  
} */




.social-media-nav ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.social-media-nav ul li {
}

.social-media-nav ul li a {
  color: white; /* Color of the social media icons */
  text-decoration: none;
}

.social-media-nav ul li a:hover {
  color: #ccc; /* Color on hover */
}

#logo {
    height: 15vh;
}

/* .flex-container {
    display: flex;
    justify-content: space-around;
    height: 18vh;

  }
  
  .flex-container > div {
    margin: 10px;
    padding: 20px;
    font-size: 30px;
  } */

  #heading_1{

    color: black;
  }

  .flex-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 18vh;
    flex-wrap: nowrap;
}

.flex-container > div {
    margin: 10px;
    padding: 20px;
    font-size: 30px;
    flex: 1;
}

/* #logo {
    max-width: 100%;
    height: auto;
} */

/* Mobile Styles */
@media (max-width: 600px) {
    .flex-container {
        flex-wrap: wrap;
        height: auto;
        justify-content: center;
    }

    .flex-container > div {
        flex: 1 1 100%;
        max-width: 100%;
        margin: 10px 0;
        padding: 10px;
        font-size: 20px;
    }

    .flex-container > div:nth-child(1),
    .flex-container > div:nth-child(2) {
        flex: 1 1 50%;
        max-width: 50%;
    }
}

/* Tablet Styles */
@media (min-width: 601px) and (max-width: 1024px) {
    .flex-container {
        flex-wrap: wrap;
        height: auto;
        justify-content: space-around;
    }

    .flex-container > div {
        flex: 1 1 45%;
        max-width: 45%;
        font-size: 25px;
    }

    .flex-container > div:nth-child(3) {
        flex: 1 1 100%;
        max-width: 100%;
    }
}