/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.bannerlogo img {
    width: 75px;
    border-radius: 20px;
}
.bannerlogo {
    display: flex;
    gap: 20px;
    margin-bottom: 1em;
	padding-left: 1em;
}

/* Header Styles */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 105px;
}

.nav-brand h2 {
    color: #1398d7;
    font-weight: 700;
    font-size: 1.5rem;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
}

.header img {
    width: 120px;
}

.header .nav-brand {
    padding-top: 1em;
}

.nav-menu a {
    text-decoration: none;
    color: #333333;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-menu a:hover {
    color: #1398d7;
}

.cta-btn {
    background: linear-gradient(135deg, #1398d7, #0d7bb8);
    color: white !important;
    padding: 10px 20px;
    border-radius: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(19, 152, 215, 0.3);
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #333333;
    margin: 3px 0;
    transition: 0.3s;
}

/* Hero Section */
.hero {
    margin-top: 70px;
    padding: 80px 0;
    color: white;
    position: relative;
    overflow: hidden;
    background-image: url('images/banner-img.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
    background: linear-gradient(135deg, #0084C4, #2A95D0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 1.25rem;
    margin-bottom: 15px;
    opacity: 0.9;
    line-height: 1.6;
    color: #000000;
}
.hero-title span {
    background: linear-gradient(90deg, #02609A 0%, #730067 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hero-features {
    margin-bottom: 1rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0rem;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.feature-item i {
    color: #ffd700;
    font-size: 1.25rem;
}
.feature-item span {
    color: #0B6596;
    font-weight: 600;
    font-size: 22px;
}
.hero-cta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-primary {
    color: white;
    border: none;
    padding: 15px 80px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(19, 152, 215, 0.3);
    background: linear-gradient(90deg, #21A8F0 0%, #0A5078 100%);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(19, 152, 215, 0.4);
}

.btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: white;
    color: #1398d7;
    transform: translateY(-3px);
}

.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-placeholder video {
    height: 580px;
    border-radius: 15px !important;
    box-shadow: 0 0 6px #fff;
}

.hero-placeholder iframe {
    height: 530px;
    border-radius: 25px !important;
    border: unset;
}

.hero-placeholder {
    /* width: 400px;
    height: 250px; */
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-placeholder i {
    font-size: 4rem;
    margin-bottom: 1rem;
    color: #ffd700;
}

/* Section Styles */
.section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    color: #333333;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #1398d7, #0d7bb8);
    border-radius: 2px;
}

/* Target Audience */
.target-audience {
    padding: 80px 0;
    background: #f8f9fa;
}

.audience-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.audience-card {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.audience-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.audience-card i {
    font-size: 3rem;
    color: #1398d7;
    margin-bottom: 1.5rem;
}

.audience-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #333333;
}

/* Video Shorts */
.video-shorts {
    padding: 80px 0;
    background: white;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.video-card {
    text-align: center;
    transition: transform 0.3s ease;
}

.video-card:hover {
    transform: translateY(-5px);
}

.video-thumbnail {
    width: 100%;
    height: 150px;
    background: linear-gradient(135deg, #1398d7, #0d7bb8);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.video-thumbnail:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(19, 152, 215, 0.3);
}

.video-thumbnail i {
    font-size: 3rem;
    color: white;
}

.video-card h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #333333;
}

/* Modules */
.modules {
    padding: 80px 0;
    background: #f8f9fa;
}

.modules-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.module-card {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 5px solid #1398d7;
    position: relative;
}

.module-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.module-number {
    position: absolute;
    top: -15px;
    right: 20px;
    background: linear-gradient(135deg, #1398d7, #0d7bb8);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 1.2rem;
}

.module-card h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #333333;
}

.module-card ul {
    list-style: none;
    margin-top: 1rem;
}

.module-card li {
    padding: 0.5rem 0;
    position: relative;
    padding-left: 1.5rem;
}

.module-card li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #1398d7;
    font-weight: bold;
}



/* Testimonials Slider */
.testimonials {
    padding: 80px 0;
    background: #f8f9fa;
}

.testimonials-slider {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.slider-container {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.testimonials-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.testimonial-slide {
    flex: 0 0 50%;
    padding: 10px;
}

.testimonial-card {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-content {
    margin-bottom: 2rem;
}

.stars {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 1.5rem;
    justify-content: center;
}

.stars i {
    color: #ffd700;
    font-size: 1.2rem;
}

.testimonial-content p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555;
    font-style: italic;
    text-align: center;
    position: relative;
}

.testimonial-content p::before {
    content: '"';
    font-size: 4rem;
    color: #1398d7;
    position: absolute;
    top: -45px;
    transform: translateX(-50%);
    opacity: 0.3;
    font-family: Georgia, serif;
}

.testimonial-author {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid #f0f0f0;
}

.author-avatar {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #1398d7, #0d7bb8);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.5rem;
}

.author-info {
    text-align: center;
}

.author-info h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 0.25rem;
}

.author-info p {
    color: #666;
    font-size: 0.95rem;
}

/* Slider Navigation */
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.nav-btn {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: all;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.nav-btn:hover {
    background: #1398d7;
    color: white;
    transform: scale(1.1);
}

.nav-btn i {
    font-size: 1.2rem;
    color: #333;
    transition: color 0.3s ease;
}

.nav-btn:hover i {
    color: white;
}

.prev-btn {
    left: -25px;
}

.next-btn {
    right: -25px;
}

/* Slider Dots */
.slider-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #1398d7;
    transform: scale(1.2);
}

.dot:hover {
    background: #1398d7;
}


/* Batch Timings */
.batch-timings {
    padding: 80px 0;
    background: #f8f9fa;
}

.timing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.timing-card {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid #f8f9fa;
    position: relative;
}

.timing-card.featured {
    border-color: #1398d7;
    transform: scale(1.05);
}

.timing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.timing-card.featured:hover {
    transform: translateY(-5px) scale(1.05);
}

.popular-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #1398d7;
    color: white;
    padding: 5px 20px;
    border-radius: 15px;
    font-size: 0.9rem;
    font-weight: 600;
}

.timing-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #333333;
}

.timing-details {
    margin-bottom: 2rem;
}

.timing-details p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    color: #666;
}

.timing-details i {
    color: #1398d7;
}

.btn-outline {
    background: transparent;
    color: #1398d7;
    border: 2px solid #1398d7;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background: #1398d7;
    color: white;
    transform: translateY(-2px);
}

/* Mentors */
.mentors {
    padding: 80px 0;
    background: #ffffff;
}

.mentors-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    align-items: center;
}

.mentors-stats {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.stat-item {
    text-align: center;
    padding: 2rem;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.stat-item h3 {
    font-size: 3rem;
    font-weight: 700;
    color: #1398d7;
    margin-bottom: 0.5rem;
}

.mentors-description h3 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #333333;
}

.mentors-description ul {
    list-style: none;
    margin: 1.5rem 0;
}

.mentors-description li {
    padding: 0.5rem 0;
    position: relative;
    padding-left: 1.5rem;
}

.mentors-description li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #1398d7;
    font-weight: bold;
}

/* FAQ */
.faq {
    padding: 80px 0;
    background: #fff;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    border-radius: 15px;
    margin-bottom: 1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.faq-question {
    padding: 1.5rem 2rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: #e9ecef;
}

.faq-question h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333333;
}

.faq-question i {
    color: #1398d7;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 2rem;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 1.5rem 2rem;
    max-height: 200px;
}

/* Footer */
.footer {
    background: #333333;
    color: white;
    padding: 30px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h3,
.footer-section h4 {
    margin-bottom: 1.5rem;
    color: #1398d7;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #1398d7;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: #555;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: #1398d7;
    transform: translateY(-3px);
	color: #fff;
}

.contact-info p {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.contact-info i {
    color: #1398d7;
    width: 20px;
}

.footer-bottom {
    text-align: center;
    color: #bdc3c7;
}

/* Freeze Button Start */

.btm-freze {
    position: fixed;
    bottom: 0;
    background: linear-gradient(90deg, #21A8F0 0%, #0A5078 100%);
    width: 100%;
    padding: 0;
    margin: 0;
	z-index: 999;
	box-shadow: 0 0 3px;
	display: none;
}
.btm-freze ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0;
}
.btm-freze li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 0;
}
.btm-freze li {
    list-style: none;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btm-freze li.second {
    background: #fff;
    width: 30%;
    text-align: center;
}
.btm-freze li.second a {
    color: #1398d7;
}
/* .btm-freze li.first, .btm-freze li.thrid {
    background: #1398d7;
} */
.btm-freze li span {
    padding-left: 5px !important;
}
.nav-brand.buttn{
	display:none;
}

/* Freeze Button End */
[data-slide="2"], [data-slide="3"], [data-slide="4"], [data-slide="5"] {
    display: none;
}
section.batch-timings {
    display: none;
}

/*Popup css start*/
.popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 99999;

}
.popup__content {
    width: 50%;
    overflow:auto;
    padding: 30px 20px;
    background: white;
    color: black;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}
.close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  display: block;
}
.close span {
    cursor: pointer;
    position: fixed;
    width: 20px;
    height: 3px;
    background: #099ccc;
}
.close span:nth-child(1) {
  transform: rotate(45deg);
}
.close span:nth-child(2) {
  transform: rotate(135deg);
}
.hero-container.mobile {
    display: none;
}
.hero-container.desktop{
	display: grid;
}
h3.cclients {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1em;
    color: #444;
}
/*popup css end*/
/*success stories sec css start*/
.success-section {
    padding: 50px 40px;
    background: #0f7bbd;
}

.section-title.white {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.success-card {
    background: #eaf6ff;
    border-radius: 12px;
    padding: 25px 15px;
    text-align: center;
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.profile-img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    margin-bottom: 12px;
}

.success-card h4 {
    margin: 10px 0 8px;
    font-size: 16px;
}

.package {
    background: linear-gradient(180deg, #0A517A 0%, #0E81BE 100%);
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
}

.placed-at {
    font-size: 12px;
    color: #555;
    margin-bottom: 8px;
}

.company-logo {
    max-width: 120px;
    width: auto !important;
    margin: auto;
    height: 40px;
}

/* Owl Nav */
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}
.owl-carousel button span {
    font-weight: 600;
    font-size: 25px;
}
.owl-nav button {
    position: absolute;
    top: 40%;
    background: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px !important;
}

.owl-nav .owl-prev {
    left: -20px;
}

.owl-nav .owl-next {
    right: -20px;
}
/*success stories sec css end*/
/* Responsive Design */
@media (max-width: 768px) {
	.feature-item img {
		width: 40px;
	}
	h3.cclients{
		padding-left: 0;
		font-size: 15px;
		padding-top: 1em;
	}
	.bannerlogo {
		display: flex;
		gap: 20px;
		margin-bottom: 1em;
		justify-content: center;
		margin-top: 1em;
		padding: 0;
	}
	.hero-container.mobile {
		display: block;
	}
	.hero-container.desktop{
		display: none;
	}
	body, html {
		overflow-x: hidden;
	}
	.social-links {
		display: flex;
		gap: 1rem;
		margin-top: 1rem;
		justify-content: center;
	}
	.contact-info p {
		display: flex;
		align-items: center;
		gap: 0.5rem;
		margin-bottom: 0.75rem;
		justify-content: center;
	}
    .popup__content {
        width: 90%;
    }
    .slider-nav button {
        display: none;
    }
    section.hero {
        background-position: 100% 0;
		padding: 50px 0;
    }
    .testimonials-track {
        width: 100%;
    }  
	.hero-features {
		padding-top: 2em;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 0;
    }
    .feature-item {
		width: 49%;
        flex-wrap: wrap;
        justify-content: center; 
        padding: 0;
        display: flex;
        align-items: flex-start;
    }
	.hero-content .feature-item span {
		font-size: 12px;
	}
    .hero-subtitle {
        font-size: 16px;
    }
    [data-slide="2"], [data-slide="3"], [data-slide="4"], [data-slide="5"] {
        display: block;
    }
    .testimonial-slide {
        flex: 0 0 100%;
    }
	.nav-brand.buttn a {
		text-decoration: none;
		padding: 10px 12px;
        font-size: 14px;
		background:linear-gradient(90deg, #21A8F0 0%, #0A5078 100%);
	}
	.nav-brand.buttn {
		padding: 0;
		display: block;
	}
	.btm-freze{
		display:block;
	}
    .hamburger {
        display: flex;
    }    
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 106px;
        flex-direction: column;
        background-color: white;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        padding: 2rem 0;
    }
    
    .nav-menu.active {
        left: 0;
    }
    body.menu-open {
        overflow: hidden;
        height: 100vh;
        position: fixed;
        width: 100%;
    }
    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh; /* or calc(100vh - 60px) if needed */
        background: rgba(0, 0, 0, 0.6);
        z-index: 9;
    }
    .overlay.active {
        display: block;
    }
    nav.nav {
    z-index: 99999;
    position: relative;
    background: #fff;
}
    
    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-placeholder {
        width: 100%;
        max-width: max-content;
    }
    
    .mentors-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .mentors-stats {
        flex-direction: row;
        justify-content: space-around;
    }
    
    .hero-cta {
        justify-content: center;
		padding: 1em 0;
    }
    
    .btn-primary,
    .btn-secondary {
        width: 100%;
        max-width: 250px;
		padding: 15px;
    }
	.prev-btn {
        left: -15px;
    }
    
    .next-btn {
        right: -15px;
    }
    
    .testimonial-slide {
        width: 16.666%;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .hero-title {
        font-size: 1.5rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .audience-card,
    .module-card,
    .timing-card,
	.testimonial-card	{
        padding: 1.5rem;
    }
    
    .mentors-stats {
        flex-direction: column;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Animation Classes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease forwards;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Loading Animation */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.pulse {
    animation: pulse 2s infinite;
}
@media screen and (max-width:350px) {
    .nav-brand.buttn a {
        font-size: 12px;
    }
}