    body{
        background-color: #fff !important;
        font-family: "Poppins";
    }

        .header1 {
            color: #000;
            padding: 2rem 0;
            margin-top: 60px;
            border-radius: 0 0 20px 20px;
            margin-bottom: 2rem;
        }

        .welcome-title {
            font-size: 2.5rem;
            font-weight: bold;
            margin-bottom: 0.5rem;
        }

        .subtitle {
            font-size: 1rem;
            opacity: 0.9;
            margin-bottom: 2rem;
        }

        .nav-buttons {
            display: flex;
            gap: 1rem;
            margin-bottom: 2rem;
            flex-wrap: wrap;
        }

        .nav-btn {
            background: #7D7F86;
            border: none;
            color: white;
            padding: 12px 24px;
            border-radius: 10px;
            font-weight: 500;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
        }

        .nav-btn.active,
        .nav-btn:hover {
            background: #ff8c42;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(255, 140, 66, 0.4);
        }

        .search-container {
            position: relative;
            max-width: 400px;
        }

        .search-input {
            width: 100%;
            padding: 12px 20px 12px 50px;
            border: none;
box-shadow: 0px 4px 4px 0px #00000040;

            border-radius: 25px;
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(10px);
            font-size: 1rem;
        }

        .search-icon {
            position: absolute;
            left: 18px;
            top: 50%;
            transform: translateY(-50%);
            color: #999;
        }

        
        .section-title {
            font-size: 1.5rem;
            font-weight: bold;
            color: #333;
            text-align: left;
            margin-bottom: 0px;
        }

        .course-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            margin-bottom: 1rem;
        }

        .course-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        }

        .course-image {
            height: 200px;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
      
        
        .mentor-image {
            width: 30%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .mentor-image img {
            
            height: 100%;
            border-radius: 0 !important;
            width: 100%;
        }
        
        .mentor-content {
            width: 70%;
            padding: 24px;
            display: flex;
            background: #EBE8FF;
            border-radius: 0px 20px 20px 0px;
            flex-direction: column;
            justify-content: center;
        }
        
        .mentor-title {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 16px;
            color: #2c3e50;
            width: inherit;
        }
        
        .mentor-stats {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }
        
        .rating {
            display: flex;
            align-items: center;
            gap: 5px;
        }
        
        .stars {
            display: flex;
            color: #ffc107;
            font-size: 10px;
            gap: 5px;
        }
        
        .rating-text {
               color: #85888D;
                font-size: 14px;
                font-weight: 400;
        }
        
        /* Demo content */
        .demo-content {
            padding: 20px;
            text-align: center;
            margin-top: 50px;
        }

        .page-selector {
            margin: 20px 0;
        }

        .page-selector button {
            margin: 5px;
            padding: 10px 15px;
            border: 1px solid var(--primary-purple);
            background: white;
            color: var(--primary-purple);
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .page-selector button:hover {
            background: var(--primary-purple);
            color: white;
        }

      
        .class-info {
            gap: 8px;
            font-size: 14px;
            color: #8888cc;
        }

         .class-info a{
            font-size: 14px;
            text-decoration: none;
            color: #8888cc;
        }
        
        .class-icon {
            color: #8888cc;
        }
        

        .bootcamp-badge {
            position: absolute;
            top: 10px;
            right: 10px;
            background: #ff6b6b;
            color: white;
            padding: 5px 12px;
            border-radius: 15px;
            font-size: 0.8rem;
            font-weight: 600;
        }

       
        .course-content {
            padding: 1.5rem;
        }

        .instructor {
            color: #666;
            font-size: 0.9rem;
            margin-bottom: 0.5rem;
        }

        .course-title {
            font-size: 1.2rem;
            font-weight: bold;
            color: #333;
            margin-bottom: 1rem;
        }
        a{
            text-decoration: none;
        }
        .course-details {
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: #666;
            font-size: 0.9rem;
            margin-bottom: 1rem;
        }
        .additional-info p{
            margin-bottom: 2px;
        }
        
        .view-schedule {
            color: #667eea;
            text-decoration: none;
            font-weight: 600;
            font-size: 0.9rem;
        }

        .view-schedule:hover {
            color: #ff8c42;
        }

      

      
        /* Demo content */
        .demo-content {
            padding: 20px;
            text-align: center;
            margin-top: 50px;
        }

        .page-selector {
            margin: 20px 0;
        }

        .page-selector button {
            margin: 5px;
            padding: 10px 15px;
            border: 1px solid var(--primary-purple);
            background: white;
            color: var(--primary-purple);
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .page-selector button:hover {
            background: var(--primary-purple);
            color: white;
        }

        /* Bottom Navigation */
        .bottom-nav {
            display: flex;
            justify-content: space-around;
            align-items: center;
            padding: 15px 0;
            position: fixed;
            bottom: 0;
            width: 90%;
            margin: 0 auto;
            left: 0;
            right: 0;
            border-radius: 50px;
            background-color: white;
            border-top: 1px solid #e6e6e6;
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
            z-index: 1000;
        }
        
        .nav-icon {
            display: flex;
            align-items: center;
            gap: 8px;
            color: var(--text-gray);
            text-decoration: none;
            padding: 8px 12px;
            border-radius: 20px;
            transition: all 0.3s ease;
            font-size: 14px;
            font-weight: 500;
        }

        .nav-icon.active {
            color: var(--primary-purple);
            background-color: rgba(99, 102, 241, 0.1);
        }

        .nav-icon img {
            width: 24px;
            height: 24px;
            object-fit: contain;
        }

        .nav-text {
            opacity: 0;
            max-width: 0;
            overflow: hidden;
            white-space: nowrap;
            transition: all 0.3s ease;
        }

        .nav-icon.active .nav-text {
            opacity: 1;
            max-width: 100px;
        }

        /* Media Query for smaller phones */
        @media (max-width: 767px) {
            .nav-icon {
                padding: 6px 8px;
                font-size: 13px;
            }
            
        .promo-image img{
            height: 250px !important;
        }
            .nav-icon img {
                width: 20px;
                height: 20px;
            }
        }

        @media (max-width: 350px) {
            .nav-icon {
                padding: 4px 6px;
                font-size: 12px;
                gap: 4px;
            }
            
            .nav-icon img {
                width: 18px;
                height: 18px;
            }
        }

       

        .see-all {
            color: #667eea;
            text-decoration: none;
            font-weight: 600;
        }

        .see-all:hover {
            color: #ff8c42;
        }

        .slider-controls {
            text-align: center;
            margin-top: 1rem;
        }

        .slider-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #ddd;
            border: none;
            margin: 0 5px;
            transition: all 0.3s ease;
        }

        

        

        @media (max-width: 768px) {
            .welcome-title {
                font-size: 2rem;
            }

            .popup-container {
                margin: 20px;
                vertical-align: middle;
            }
            
            .nav-buttons {
                justify-content: center;
            }
            
            
            .content-section{
                padding: 1rem !important;
            }
            
            .nav-btn{
                padding: 8px 14px !important;
                font-size: 12px !important;
            }
            .promo-title {
                margin-bottom: 6px !important;
                font-size: 14px !important;
            }
            .discount-percent{
                font-size: 14px !important;
            }
            .review-btn{
                padding: 8px 20px !important;
                font-size: 12px !important;
            }
            .discount-text {
  font-size: 12px !important;
  margin-bottom: 0.5rem !important;
}
.section-title{
    font-size: 18px !important;
    margin: 0px !important;
}
           
        }
 .carousel-control-prev,
            .carousel-control-next {
                display: none;
            }


        .promo-card {
            background: linear-gradient(135deg, #ff8c42, #ff6b1a);
            color: white;
            border-radius: 20px;
            max-width: 800px;
            width: 100%;
            box-shadow: 0 10px 30px rgba(255, 140, 66, 0.3);
            display: flex;
            align-items: left;
            margin: 0 auto;
            margin-bottom: 30px;
            position: relative;
            overflow: hidden;
        }

.owl-theme .owl-nav [class*="owl-"]:hover, .owl-theme .owl-nav [class*="owl-"]:hover{
    background: transparent !important;
  color: black !important;
  text-decoration: none;
}
.owl-prev span, .owl-next span{
    font-size: 50px;
}
.owl-carousel .owl-item img{
    border-radius: 15px;
}

        .promo-image img{
            width: 100%;
            height: 300px;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all 0.5s ease;
        }

        .content-section {
                        width: 60%;
            padding: 2rem;
            text-align: center;
        }

        .image-section{
            width: 40%;
        }

        .promo-title {
            font-size: 1.8rem;
            font-weight: bold;
            margin-bottom: 1rem;
            opacity: 0;
            transform: translateY(20px);
            animation: slideIn 0.5s ease forwards;
        }

        .discount-text {
            font-size: 1.1rem;
            margin-bottom: 1.5rem;
            opacity: 0;
            transform: translateY(20px);
            animation: slideIn 0.5s ease 0.2s forwards;
        }

        .discount-percent {
            font-size: 2rem;
            font-weight: bold;
        }

        .review-btn {
            background: rgba(255, 255, 255, 0.2);
            border: 0px;
            color: white;
            padding: 12px 30px;
            border-radius: 25px;
            font-weight: 600;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
            cursor: pointer;
            opacity: 0;
            transform: translateY(20px);
            animation: slideIn 0.5s ease 0.4s forwards;
        }

        .review-btn:hover {
            background: white;
            color: #ff8c42;
            transform: translateY(-2px);
        }

        @keyframes slideIn {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInScale {
            from {
                opacity: 0;
                transform: scale(0.8);
            }
            to {
                opacity: 1;
                transform: scale(1);
            }
        }

        .promo-image.animate {
            animation: fadeInScale 0.5s ease;
        }

        /* Progress indicator */
        .progress-bar {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 4px;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 0 0 20px 20px;
            overflow: hidden;
        }

        .progress-fill {
            height: 100%;
            background: white;
            width: 0;
            transition: width 4s linear;
        }
        #bootcampDropdown{
            background: transparent;
  color: #000;
  border: 0px;
        }





        
        /* Popup Overlay */
        .popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.6);
            z-index: 9999;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Popup Container */
        .popup-container {
            background: white;
            border-radius: 20px;
            width: 100%;
            margin: 0 auto;
            max-width: 400px;
            position: relative;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            animation: popupFadeIn 0.3s ease-out;
        }

        @keyframes popupFadeIn {
            from {
                opacity: 0;
                transform: scale(0.9);
            }
            to {
                opacity: 1;
                transform: scale(1);
            }
        }

        /* Close Button */
        .close-btn {
            position: absolute;
            top: 15px;
            right: 15px;
            background: none;
            border: none;
            font-size: 24px;
            color: #999;
            cursor: pointer;
            z-index: 10;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: color 0.2s;
        }

        .close-btn:hover {
            color: #333;
        }

        /* Popup Content */
        .popup-content {
            padding: 15px;
        }

        .popup-title {
            font-size: 22px;
            font-weight: 600;
            color: #2c5aa0;
            margin-bottom: 10px;
            line-height: 1.3;
            padding-right: 30px;
        }

        .popup-description {
            color: #666;
            font-size: 14px;
            margin-bottom: 5px;
            line-height: 1.5;
        }

        .course-author {
            color: #2c5aa0;
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 5px;
        }

        /* Course Stats */
        .course-stats {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 20px;
        }

        .rating {
            display: flex;
            align-items: center;
            gap: 5px;
            border-radius: 15px;
            font-size: 14px;
            font-weight: 500;
        }

        .stat-item {
            display: flex;
            align-items: center;
            gap: 5px;
            color: #999;
            font-size: 14px;
        }

        .stat-icon {
            width: 16px;
            height: 16px;
            opacity: 0.7;
        }

        /* Course Image Container */
        .course-image-container {
            border-radius: 15px;
            text-align: center;
            margin-bottom: 20px;
            position: relative;
            overflow: hidden;
        }

           .course-image-container img{
            width: 100%;
        }


        .character-illustration {
            position: relative;
            z-index: 2;
        }

        .character {
            width: 80px;
            height: 100px;
            margin: 0 auto 15px;
            position: relative;
        }

        .character-body {
            width: 60px;
            height: 80px;
            background: #4fc3f7;
            border-radius: 30px 30px 15px 15px;
            margin: 0 auto;
            position: relative;
        }

        .character-head {
            width: 45px;
            height: 45px;
            background: #ffdbcb;
            border-radius: 50%;
            position: absolute;
            top: -20px;
            left: 50%;
            transform: translateX(-50%);
        }

        .character-hair {
            width: 35px;
            height: 25px;
            background: #8d4e85;
            border-radius: 20px 20px 5px 5px;
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
        }

        .character-arms {
            width: 15px;
            height: 40px;
            background: #ffdbcb;
            border-radius: 10px;
            position: absolute;
            top: 15px;
        }

        .character-arm-left {
            left: -10px;
            transform: rotate(-20deg);
        }

        .character-arm-right {
            right: -10px;
            transform: rotate(20deg);
        }

        .play-button {
            width: 50px;
            height: 50px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            position: relative;
            z-index: 2;
        }

        .play-button::after {
            content: '';
            width: 0;
            height: 0;
            border-left: 12px solid #e91e63;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            margin-left: 3px;
        }

        .unity-logo {
            position: absolute;
            top: 20px;
            right: 20px;
            z-index: 2;
        }

        .unity-logo svg {
            width: 35px;
            height: 35px;
            fill: white;
            opacity: 0.9;
        }

        .csharp-logo {
            position: absolute;
            bottom: 20px;
            right: 20px;
            z-index: 2;
        }

        .csharp-logo svg {
            width: 30px;
            height: 30px;
            fill: white;
            opacity: 0.9;
        }

        /* Pricing Section */
        .pricing-section {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 15px;
        }

        .price-info {
            display: flex;
            align-items: baseline;
            gap: 5px;
        }
        .course-card img{
            height: 220px;
        }

        .price {
            font-size: 28px;
            font-weight: 700;
            color: #333;
        }

        .price-period {
            font-size: 16px;
            color: #666;
            font-weight: 400;
        }

        .reserve-btn {
            background: #4285f4;
            color: white;
            border: none;
            padding: 12px 25px;
            border-radius: 25px;
            font-weight: 600;
            font-size: 14px;
            cursor: pointer;
            transition: background-color 0.2s;
            white-space: nowrap;
        }

        .reserve-btn:hover {
            background: #3367d6;
        }

        .view-calendar-btn {
            width: 100%;
            display: block;
            text-align: center;
            background: transparent;
            border: 2px solid #ddd;
            color: #999;
            text-decoration: none;
            padding: 12px;
            border-radius: 25px;
            font-weight: 500;
            font-size: 14px;
            cursor: pointer;
            margin-top: 15px;
            transition: all 0.2s;
        }

        .view-calendar-btn:hover {
            border-color: #4285f4;
            color: #4285f4;
        }

        /* Demo content for the page */
        .demo-content {
            text-align: center;
            padding: 100px 20px;
        }

        .demo-content h1 {
            color: #333;
            margin-bottom: 20px;
        }

        .demo-content p {
            color: #666;
            font-size: 18px;
        }