/* Dropdown Container */
.dropdown {
    margin: 50px 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    width: 90%;
    box-shadow: #f6e5df;
    margin: 10px auto; /* Center alignment */
}

/* Dropdown Button */
.dropdown-btn {
    background:  linear-gradient(to right, #41bec9, #2575fc);
    color: rgb(255, 255, 255);
    font-size: 20px;
    border-color: #000000;
    padding: 20px 15px;
    width: 100%;
    text-align: left;
    border: none;
    cursor: pointer;
    outline: none;
    transition: background 0.3s;
    position: relative;
    box-shadow: #b3b0b0;
     
}

.dropdown-content p {
    color: #000; /* Sets text color to black */
    font-size: 1.2rem; /* Adjust paragraph size */
    text-align: center;
    margin-top: 0; /* Remove top margin */
    line-height: 1.5; /* Improve line spacing */
  }
  

/* Dropdown Button Arrow */
.dropdown-btn::after {
    content: '\25C0'; /* Leftward arrow (◄) */
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg); /* Default rotation */
    font-size: 20px;
    transition: transform 0.3s ease; /* Smooth rotation */
}

/* When Dropdown is Active */
.dropdown.active .dropdown-btn::after {
    content: '\25BC'; /* Downward arrow (▼) */
}



/* Dropdown Button Hover */
.dropdown-btn:hover {
    background: #41bec9;
}

/* Dropdown Content */
.dropdown-content {
    display: none; /* Hidden by default */
    padding: 15px;
    background: #ffffff;
    font-size: 14px;
    color: #000000;
    border-top: 1px solid #cfcdcd;
    animation: fadeIn 0.3s ease-in-out;
    border-bottom-right-radius: 10px;
    
}

/* Show Dropdown Content */
.dropdown.active .dropdown-content {
    display: block; /* Show when active */
}

/* Fade-in Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
 




/* Course Details Section */
#course-details {
    top: -30px;
    position: relative;
    text-align: center; /* Center-align all text */
    margin: 30px auto; /* Add space around the section */
    
    background-color: #fefefe; /* Light background for contrast */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.1); /* Subtle shadow effect */
    width: 100%; /* Adjust the width of the section */
    
}


/* Section Heading */
#course-details h1 {
    font-size: 1.5rem; /* Adjust heading size */
    color: #05917e; /* Darker text color for readability */
    margin-bottom: 10px; /* Add space below the heading */
}

/* Section Subheading/Paragraph */
#course-details {
    font-size: 1.2rem; /* Adjust paragraph size */
    color: #ffffff; /* Slightly lighter color for secondary text */
    margin-top: 35px; /* Remove top margin */
    line-height: 1.5; /* Improve line spacing */
}

/* Container for both buttons */
.enroll-buttons {
    display: flex;
    gap: 10px; /* Space between buttons */
    justify-content: center; /* Center the buttons */
    align-items: center;
    padding: 20px 20px;
}

/* Button 1000 Style */
.enroll-button-1000 {
    display: inline-block;
    padding: 12px 8px;
    background-color: #FF5722; /* Choose a color for the button */
    color: white;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.enroll-button-1000:hover {
    background-color: #e64a19; /* Darker shade on hover */
    transform: scale(1.05); /* Slight scale-up effect */
}

.enroll-button-1000:active {
    transform: scale(0.98); /* Slight scale-down effect on click */
}

/* Button 2000 Style */
.enroll-button-2000 {
    display: inline-block;
    padding: 12px 8px;
    background-color: #FF5722; /* Different color for the second button */
    color: white;
    font-size: 13px;

    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.enroll-button-2000:hover {
    background-color: #e64a19; /* Darker shade on hover */
    transform: scale(1.05); /* Slight scale-up effect */
}

.enroll-button-2000:active {
    transform: scale(0.98); /* Slight scale-down effect on click */
}


.who-can-take-section {
    margin: 0px auto; /* Add space around the section */
    width: 90%; /* Set the section width */
    text-align: left; /* Center the content */
}

.who-can-take-heading {
    font-size: 1.5rem; /* Prominent heading size */
    color: #05917e; /* Consistent heading color */
    margin-bottom: 20px; /* Space below the heading */
    margin-top: 0; /* Remove unnecessary top margin */
    text-align: center;
}

.who-can-take-container {
    padding: 20px; /* Add padding inside the container */
    background-color: #41bec9;
    border-radius: 8px; /* Rounded corners for better design */
    box-shadow: 0 4px 6px linear-gradient(to right, #41bec9, #2575fc); /* Subtle shadow for depth */
}

.who-can-take-container ul {
    list-style-type:  square; /* Standard bullet points */
    margin: 0; /* Remove default margin */
    padding: 0; /* Remove default padding */
}

.who-can-take-container ul li {
    font-size: 1.2rem; /* Readable font size */
    color: #ffffff; /* Neutral color for text */
    margin-bottom: 10px; /* Add spacing between list items */
}

#faq{
    padding: 30px 0px; 
}

#faq h2 {
    text-align: center;
    font-size: 1.5rem; /* Adjust heading size */
    color: #05917e; /* Darker text color for readability */
    margin-bottom: 10px; /* Add space below the heading */
}

 
/* Section Wrapper */
.course-details-section {
    margin: 0px auto; /* Add spacing around the section */
    width: 90%; /* Set the section width */
    text-align: center; /* Center-align the content */
    padding: 25px 0px;
}

/* Heading Style */
.course-details-heading {
    font-size: 1.5rem; /* Prominent heading size */
    color: #05917e; /* Consistent heading color */
    margin-bottom: 20px; /* Space below the heading */
    margin-top: 0; /* Remove unnecessary top margin */
}

/* Content Container */
.course-details-container {
    padding: 20px; /* Add padding inside the container */
    background-color: #41bec9;
    border-radius: 8px; /* Rounded corners for modern design */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    text-align: center; /* Align content within the container */
}

 

 