/* tutor bootcamp */

       #tutor-bootcamp .container-fluid {
            padding: 20px;
            max-width: 500px;
            margin: 0 auto;
            background-color: white;
        }
        
        #tutor-bootcamp .header-title {
            font-size: 28px;
            font-weight: 700;
            color: #1e40af;
            margin-bottom: 15px;
            line-height: 1.2;
        }
        
       #tutor-bootcamp .header-subtitle {
            font-size: 16px;
            color: #6b7280;
            margin-bottom: 30px;
            line-height: 1.4;
        }
        
       #tutor-bootcamp .popular-badge {
            background: #C4C4C4;
            color: white;
            padding: 8px 20px;
            border-radius: 25px;
            font-size: 16px;
            font-weight: 600;
            display: inline-block;
            margin-bottom: 15px;
        }
        
       #tutor-bootcamp .game-controller {
            background-image: url(img/Group.png);
            background-position: top right;
            background-repeat: no-repeat;
            padding: 20px;
        }
        
       #tutor-bootcamp .carousel-card {
            background: linear-gradient(135deg, #a855f7, #ec4899);
            border-radius: 20px;
            margin: 0 10px;
            position: relative;
            overflow: hidden;
            min-height: 250px;
        }
        
       #tutor-bootcamp .bottom-nav {
            width: 90%;
            margin: 0 auto;
            left: 0;
            right: 0;
            border-radius: 50px;
            display: flex;
            justify-content: space-around;
            align-items: center;
            padding: 15px 0;
            position: fixed;
            bottom: 0;
            background-color: white;
            border-top: 1px solid #e6e6e6;
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
            z-index: 1000;
        }
        
       #tutor-bootcamp .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;
        }

       #tutor-bootcamp .nav-icon.active {
            color: var(--primary-purple);
            background-color: rgba(99, 102, 241, 0.1);
        }

       #tutor-bootcamp .nav-icon img {
            width: 20px;
            height: 20px;
            object-fit: contain;
        }

       #tutor-bootcamp .nav-text {
            opacity: 0;
            max-width: 0;
            overflow: hidden;
            white-space: nowrap;
            transition: all 0.3s ease;
        }

       #tutor-bootcamp .nav-icon.active .nav-text {
            opacity: 1;
            max-width: 100px;
        }

        /* Media Query for smaller phones */
        @media (max-width: 767px) {
          #tutor-bootcamp  .nav-icon {
                padding: 6px 8px;
                font-size: 13px;
            }
            
          #tutor-bootcamp  .nav-icon img {
                width: 20px;
                height: 20px;
            }
        }

        @media (max-width: 350px) {
           #tutor-bootcamp .nav-icon {
                padding: 4px 6px;
                font-size: 12px;
                gap: 4px;
            }
            
           #tutor-bootcamp .nav-icon img {
                width: 18px;
                height: 18px;
            }
        }
        
       #tutor-bootcamp .card-duration {
            color: rgba(255, 255, 255, 0.8);
            font-size: 14px;
            margin-bottom: 10px;
        }
        
       #tutor-bootcamp .card-title {
            color: white;
            font-size: 16px;
            font-weight: 500;
            line-height: 1.3;
            position: relative;
            z-index: 2;
        }
        
       #tutor-bootcamp .card-text {
            width: 208px;
            padding: 20px;
            opacity: 0.5;
            border-radius: 20px;
            background-color: #0A3875;
        }
        
       #tutor-bootcamp .section-title {
            font-size: 28px;
            font-weight: 700;
            color: #1e40af;
            margin: 40px 0 20px 0;
        }
        
       #tutor-bootcamp .course-card {
            background: white;
            border-radius: 15px;
            padding: 0;
            margin-bottom: 20px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            cursor: pointer;
        }
        
       #tutor-bootcamp .course-content {
            padding: 15px;
            display: flex;
            align-items: center;
        }
        
       #tutor-bootcamp .course-icon {
            width: 60px;
            height: 60px;
            border-radius: 15px;
            margin-right: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 28px;
            color: white;
            flex-shrink: 0;
        }
        
       #tutor-bootcamp .unity-icon {
            background: linear-gradient(135deg, #a855f7, #7c3aed);
        }
        
       #tutor-bootcamp .csharp-icon {
            background: linear-gradient(135deg, #3b82f6, #1d4ed8);
        }
        
       #tutor-bootcamp .course-info {
            flex: 1;
        }
        
      #tutor-bootcamp  .course-title {
            font-size: 18px;
            font-weight: 600;
            color: #1e40af;
            margin-bottom: 8px;
            line-height: 1.3;
        }
        
       #tutor-bootcamp .course-details {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-bottom: 8px;
        }
        
       #tutor-bootcamp .detail-badge {
            background-color: #e5e7eb;
            color: #6b7280;
            padding: 4px 12px;
            border-radius: 15px;
            font-size: 12px;
            font-weight: 500;
        }
        
       #tutor-bootcamp .course-duration {
            color: #6b7280;
            font-size: 14px;
            display: flex;
            align-items: center;
            gap: 5px;
        }
        
       #tutor-bootcamp .course-rating {
            background-color: #f97316;
            color: white;
            padding: 6px 12px;
            border-radius: 10px;
            font-size: 14px;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 5px;
        }
        
        #tutor-bootcamp .course-price {
            font-size: 16px;
            font-weight: 500;
            color: #1e40af;
        }
        
       #tutor-bootcamp .progress-bar {
            height: 4px;
            background-color: #e5e7eb;
            border-radius: 2px;
            margin-top: 10px;
            overflow: hidden;
        }
        
       #tutor-bootcamp .progress-fill {
            height: 100%;
            background: linear-gradient(90deg, #06b6d4, #0891b2);
            border-radius: 2px;
        }
        
       #tutor-bootcamp .popular-section {
            position: relative;
        }

        /* Popup Overlay */
     #tutor-bootcamp   .popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.6);
            z-index: 9999;
            display: none;
            align-items: center;
            justify-content: center;
        }

        /* Popup Container */
     #tutor-bootcamp   .popup-container {
            background: white;
            border-radius: 20px;
            width: 100%;
            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 */
       #tutor-bootcamp .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;
        }

       #tutor-bootcamp .close-btn:hover {
            color: #333;
        }

        /* Popup Content */
      #tutor-bootcamp  .popup-content {
            padding: 25px 25px 20px 25px;
        }

      #tutor-bootcamp  .popup-title {
            font-size: 22px;
            font-weight: 600;
            color: #2c5aa0;
            margin-bottom: 10px;
            line-height: 1.3;
            padding-right: 30px;
        }

      #tutor-bootcamp  .popup-description {
            color: #666;
            font-size: 14px;
            margin-bottom: 15px;
            line-height: 1.5;
        }

       #tutor-bootcamp .course-author {
            color: #2c5aa0;
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 15px;
        }

        /* Course Stats */
       #tutor-bootcamp .course-stats {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 20px;
        }

      #tutor-bootcamp  .rating {
            display: flex;
            align-items: center;
            gap: 5px;
            color: white;
            background-color: #f97316;
            padding: 5px 10px;
            border-radius: 15px;
            font-size: 14px;
            font-weight: 500;
        }

       #tutor-bootcamp .stat-item {
            display: flex;
            align-items: center;
            gap: 5px;
            color: #999;
            font-size: 14px;
        }

       #tutor-bootcamp .stat-icon {
            width: 16px;
            height: 16px;
            opacity: 0.7;
        }
      #tutor-bootcamp  #coursePopup{
            display: flex;
        }
        /* Course Image */
      #tutor-bootcamp  .course-image-container {
            width: 100%;
            height: 200px;
            overflow: hidden;
            border-radius: 15px;
            margin-bottom: 20px;
        }

      #tutor-bootcamp  .course-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Pricing Section */
      #tutor-bootcamp  .pricing-section {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 15px;
        }

      #tutor-bootcamp  .price-info {
            display: flex;
            align-items: baseline;
            gap: 5px;
        }

      #tutor-bootcamp  .price {
            font-size: 28px;
            font-weight: 700;
            color: #333;
        }

      #tutor-bootcamp  .price-period {
            font-size: 16px;
            color: #666;
            font-weight: 400;
        }

       #tutor-bootcamp .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;
        }

       #tutor-bootcamp .reserve-btn:hover {
            background: #3367d6;
        }

      #tutor-bootcamp  .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;
        }

      #tutor-bootcamp  .view-calendar-btn:hover {
            border-color: #4285f4;
            color: #4285f4;
        }
/* end tutor bootcamp */
/* home page */
       #home-page .header1 {
            color: #000;
            padding: 2rem 0;
            margin-top: 60px;
            border-radius: 0 0 20px 20px;
            margin-bottom: 2rem;
        }

        #home-page .welcome-title {
            font-size: 2.5rem;
            font-weight: bold;
            margin-bottom: 0.5rem;
        }

        #home-page .subtitle {
            font-size: 1rem;
            opacity: 0.9;
            margin-bottom: 2rem;
        }

        #home-page .nav-buttons {
            display: flex;
            gap: 1rem;
            margin-bottom: 2rem;
            flex-wrap: wrap;
        }

        #home-page .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);
        }

        #home-page .nav-btn.active,
       #home-page .nav-btn:hover {
            background: #ff8c42;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(255, 140, 66, 0.4);
        }

        #home-page .search-container {
            position: relative;
            max-width: 400px;
        }

         #home-page .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;
        }

         #home-page .search-icon {
            position: absolute;
            left: 18px;
            top: 50%;
            transform: translateY(-50%);
            color: #999;
        }

        
         #home-page .section-title {
            font-size: 1.5rem;
            font-weight: bold;
            color: #333;
            text-align: left;
            margin-bottom: 0px;
        }

        #home-page  .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;
        }

        #home-page .course-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        }

        #home-page .course-image {
            height: 200px;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
       #home-page .mentor-card {
            display: flex;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            margin-bottom: 24px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
       #home-page .mentor-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
        }
        
       #home-page .mentor-image {
            width: 30%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
       #home-page .mentor-image img {
            
            height: 100%;
            border-radius: 0 !important;
            width: 100%;
        }
        
       #home-page .mentor-content {
            width: 70%;
            padding: 24px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
       #home-page .mentor-title {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 16px;
            color: #2c3e50;
        }
        
       #home-page .mentor-stats {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }
        
       #home-page .rating {
            display: flex;
            align-items: center;
            gap: 5px;
        }
        
      #home-page  .stars {
            display: flex;
            color: #ffc107;
            font-size: 10px;
            gap: 5px;
        }
        
       #home-page .rating-text {
               color: #85888D;
                font-size: 14px;
                font-weight: 400;
        }
        
        /* Demo content */
       #home-page  .demo-content {
            padding: 20px;
            text-align: center;
            margin-top: 50px;
        }

       #home-page .page-selector {
            margin: 20px 0;
        }

       #home-page .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;
        }

       #home-page .page-selector button:hover {
            background: var(--primary-purple);
            color: white;
        }

      
       #home-page .class-info {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            color: #8888cc;
            width: fit-content;
        }

        #home-page .class-info a{
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            text-decoration: none;
            color: #8888cc;
            width: fit-content;
        }
        
       #home-page .class-icon {
            color: #8888cc;
        }
        

       #home-page .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;
        }

       
       #home-page .course-content {
            padding: 1.5rem;
        }

       #home-page .instructor {
            color: #666;
            font-size: 0.9rem;
            margin-bottom: 0.5rem;
        }

       #home-page .course-title {
            font-size: 1.2rem;
            font-weight: bold;
            color: #333;
            margin-bottom: 1rem;
        }
       #home-page a{
            text-decoration: none;
        }
       #home-page .course-details {
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: #666;
            font-size: 0.9rem;
            margin-bottom: 1rem;
        }

      #home-page  .view-schedule {
            color: #667eea;
            text-decoration: none;
            font-weight: 600;
            font-size: 0.9rem;
        }

      #home-page  .view-schedule:hover {
            color: #ff8c42;
        }

      

      
        /* Demo content */
       #home-page .demo-content {
            padding: 20px;
            text-align: center;
            margin-top: 50px;
        }

      #home-page  .page-selector {
            margin: 20px 0;
        }

      #home-page  .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;
        }

      #home-page  .page-selector button:hover {
            background: var(--primary-purple);
            color: white;
        }

        /* Bottom Navigation */
      #home-page  .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;
        }
        
       #home-page .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;
        }

       #home-page .nav-icon.active {
            color: var(--primary-purple);
            background-color: rgba(99, 102, 241, 0.1);
        }

        #home-page .nav-icon img {
            width: 24px;
            height: 24px;
            object-fit: contain;
        }

       #home-page  .nav-text {
            opacity: 0;
            max-width: 0;
            overflow: hidden;
            white-space: nowrap;
            transition: all 0.3s ease;
        }

       #home-page .nav-icon.active .nav-text {
            opacity: 1;
            max-width: 100px;
        }

        /* Media Query for smaller phones */
        @media (max-width: 767px) {
          #home-page  .nav-icon {
                padding: 6px 8px;
                font-size: 13px;
            }
            
          #home-page  .nav-icon img {
                width: 20px;
                height: 20px;
            }
        }

        @media (max-width: 350px) {
           #home-page .nav-icon {
                padding: 4px 6px;
                font-size: 12px;
                gap: 4px;
            }
            
           #home-page .nav-icon img {
                width: 18px;
                height: 18px;
            }
        }

       

       #home-page .see-all {
            color: #667eea;
            text-decoration: none;
            font-weight: 600;
        }

       #home-page .see-all:hover {
            color: #ff8c42;
        }

       #home-page .slider-controls {
            text-align: center;
            margin-top: 1rem;
        }

       #home-page .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) {
          #home-page  .welcome-title {
                font-size: 2rem;
            }

          #home-page  .popup-container {
                margin: 20px;
                vertical-align: middle;
            }
            
         #home-page   .nav-buttons {
                justify-content: center;
            }
            
            
         #home-page   .content-section{
                padding: 1rem !important;
            }
          #home-page  .promo-image img{
                height: 150px !important;
            }
          #home-page  .nav-btn{
                padding: 8px 14px !important;
                font-size: 12px !important;
            }
          #home-page  .promo-title {
                margin-bottom: 6px !important;
                font-size: 14px !important;
            }
          #home-page  .discount-percent{
                font-size: 14px !important;
            }
          #home-page  .review-btn{
                padding: 8px 20px !important;
                font-size: 12px !important;
            }
          #home-page  .discount-text {
            font-size: 12px !important;
            margin-bottom: 0.5rem !important;
            }
          #home-page  .section-title{
                font-size: 18px !important;
                margin: 0px !important;
            }
           
        }
            #home-page .carousel-control-prev,
            #home-page .carousel-control-next {
                display: none;
            }


       #home-page .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;
        }

        #home-page .owl-theme .owl-nav [class*="owl-"]:hover, #home-page .owl-theme .owl-nav [class*="owl-"]:hover{
            background: transparent !important;
        color: black !important;
        text-decoration: none;
        }
        #home-page .owl-prev span, #home-page .owl-next span{
            font-size: 50px;
        }
       #home-page .owl-carousel .owl-item img{
            border-radius: 15px;
        }

       #home-page .promo-image img{
            width: 100%;
            height: 250px;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all 0.5s ease;
        }

       #home-page .content-section {
                        width: 60%;
            padding: 2rem;
            text-align: center;
        }

       #home-page .image-section{
            width: 40%;
        }

       #home-page .promo-title {
            font-size: 1.8rem;
            font-weight: bold;
            margin-bottom: 1rem;
            opacity: 0;
            transform: translateY(20px);
            animation: slideIn 0.5s ease forwards;
        }

       #home-page .discount-text {
            font-size: 1.1rem;
            margin-bottom: 1.5rem;
            opacity: 0;
            transform: translateY(20px);
            animation: slideIn 0.5s ease 0.2s forwards;
        }

       #home-page .discount-percent {
            font-size: 2rem;
            font-weight: bold;
        }

       #home-page .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;
        }

       #home-page .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);
            }
        }

      #home-page  .promo-image.animate {
            animation: fadeInScale 0.5s ease;
        }

        /* Progress indicator */
       #home-page .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;
        }

       #home-page .progress-fill {
            height: 100%;
            background: white;
            width: 0;
            transition: width 4s linear;
        }
      #home-page  #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: 25px 25px 20px 25px;
        }

        .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: 15px;
            line-height: 1.5;
        }

         .course-author {
            color: #2c5aa0;
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 15px;
        }

        /* Course Stats */
       #home-page .course-stats {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 20px;
        }

      #home-page  .rating {
            display: flex;
            align-items: center;
            gap: 5px;
            color: white;
            border-radius: 15px;
            font-size: 14px;
            font-weight: 500;
        }

      #home-page  .stat-item {
            display: flex;
            align-items: center;
            gap: 5px;
            color: #999;
            font-size: 14px;
        }

       #home-page .stat-icon {
            width: 16px;
            height: 16px;
            opacity: 0.7;
        }

        /* Course Image Container */
       #home-page .course-image-container {
            border-radius: 15px;
            text-align: center;
            margin-bottom: 20px;
            position: relative;
            overflow: hidden;
        }

        #home-page   .course-image-container img{
            width: 100%;
        }


       #home-page .character-illustration {
            position: relative;
            z-index: 2;
        }

       #home-page .character {
            width: 80px;
            height: 100px;
            margin: 0 auto 15px;
            position: relative;
        }

       #home-page .character-body {
            width: 60px;
            height: 80px;
            background: #4fc3f7;
            border-radius: 30px 30px 15px 15px;
            margin: 0 auto;
            position: relative;
        }

       #home-page .character-head {
            width: 45px;
            height: 45px;
            background: #ffdbcb;
            border-radius: 50%;
            position: absolute;
            top: -20px;
            left: 50%;
            transform: translateX(-50%);
        }

       #home-page .character-hair {
            width: 35px;
            height: 25px;
            background: #8d4e85;
            border-radius: 20px 20px 5px 5px;
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
        }

        #home-page .character-arms {
            width: 15px;
            height: 40px;
            background: #ffdbcb;
            border-radius: 10px;
            position: absolute;
            top: 15px;
        }

        #home-page .character-arm-left {
            left: -10px;
            transform: rotate(-20deg);
        }

       #home-page .character-arm-right {
            right: -10px;
            transform: rotate(20deg);
        }

       #home-page .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;
        }

        #home-page .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;
        }

       #home-page .unity-logo {
            position: absolute;
            top: 20px;
            right: 20px;
            z-index: 2;
        }

       #home-page .unity-logo svg {
            width: 35px;
            height: 35px;
            fill: white;
            opacity: 0.9;
        }

       #home-page .csharp-logo {
            position: absolute;
            bottom: 20px;
            right: 20px;
            z-index: 2;
        }

       #home-page  .csharp-logo svg {
            width: 30px;
            height: 30px;
            fill: white;
            opacity: 0.9;
        }

        /* Pricing Section */
       #home-page .pricing-section {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 15px;
        }

       #home-page .price-info {
            display: flex;
            align-items: baseline;
            gap: 5px;
        }
       #home-page .course-card img{
            height: 220px;
        }

        #home-page .price {
            font-size: 28px;
            font-weight: 700;
            color: #333;
        }

        #home-page .price-period {
            font-size: 16px;
            color: #666;
            font-weight: 400;
        }

        #home-page .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;
        }

        #home-page .reserve-btn:hover {
            background: #3367d6;
        }

        #home-page .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;
        }

        #home-page .view-calendar-btn:hover {
            border-color: #4285f4;
            color: #4285f4;
        }

        /* Demo content for the page */
       #home-page .demo-content {
            text-align: center;
            padding: 100px 20px;
        }

       #home-page .demo-content h1 {
            color: #333;
            margin-bottom: 20px;
        }

       #home-page .demo-content p {
            color: #666;
            font-size: 18px;
        }
/* End home page */
/* Dashboard Styles */
           .dashboard-container {
            padding: 20px;
        }
        
        .dashboard-section {
          background-color: #fdfdfd;
            padding: 20px;  
            margin-bottom: 20px;
            padding-bottom: 45px;
            border-bottom: 3px solid #CCDCDC;
        
        }
        .dashboard-section:last-child {
            
              border-bottom: none;
          
          }
        
        .section-title {
            color: #AAAAAA;
            font-family: Poppins;
            font-weight: 500;
            font-size: 14px;
            line-height: 100%;
            letter-spacing: 0px;
            text-align: center;
            margin-bottom: 25px;
            
        }
        
        .menu-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 15px;
        }
        
        .menu-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-decoration: none;
            color: #333;
        }
        
        .icon-circle {
            width: 73px;
            height: 74px;
            background-color: #FFF;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;
            box-shadow: 0px 15px 25px 0px #00000026;
        }
        
        .menu-icon {
            color: #6c757d;
            font-size: 24px;
        }
        
        .menu-text {
            font-family: Poppins;
            font-weight: 500;
            font-size: 14px;
            line-height: 100%;
            letter-spacing: 0px;
            text-align: center;
            color: #666666;            
        }
        
        .divider {
            height: 1px;
            background-color: #d8dbdf;
            margin: 15px 0;
        }
      
        
        /* Header Styles */
        .header {
            background-color: white;
            padding: 15px 20px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1030;
            margin-bottom: 30px;
        }
        
        .back-btn-header {
            border: none;
            background: transparent;
            padding: 0;
        }
        
        .header-title {
            font-size: 18px;
            font-weight: 500;
            margin: 0;
            color: #333;
        }
        
        .menu-btn {
            border: none;
            background: white;
            padding: 8px;
            border-radius: 50%;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }
        
        /* Off-canvas Styles */
        .offcanvas {
            max-width: 80%;
            background-color: #fdfdfd !important;
        }
        
        .offcanvas-header {
            padding: 20px;
            border-bottom: 1px solid #e9ecef;
            background-color: white;
        }
        
        .offcanvas-title {
            font-weight: bold;
            font-size: 1.25rem;
        }
        
        .offcanvas-body {
            padding: 0;   
        }
        
         #searchInput{
            padding-left: 50px;
         }
       
        .search-wrapper {
            position: relative;
            margin: 100px auto;
        }
        
        .search-input {
            border-radius: 25px;
            padding-left: 45px;
            height: 50px;
            border: 1px solid #ddd;
            box-shadow: 0 3px 8px rgba(0,0,0,0.05);
            font-size: 16px;
            transition: all 0.3s ease;
        }
        
        .search-input:focus {
            box-shadow: 0 4px 12px rgba(108, 92, 231, 0.15);
            border-color: #6c5ce7;
        }
        
        .search-icon {
            position: absolute;
            left: 18px;
            top: 50%;
            transform: translateY(-50%);
            color: #6c5ce7;
            z-index: 10;
            font-size: 18px;
        }
        
        .dropdown-menu {
            width: 100%;
            border-radius: 15px;
            margin-top: 8px;
            padding: 8px 0;
            border: none;
            box-shadow: 0px 20px 50px 0px #00000026;
            animation: fadeIn 0.2s ease-out;
            max-height: 300px;
            overflow-y: auto;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(-5px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .dropdown-item {
            padding: 12px 20px;
            transition: all 0.2s;
            font-weight: 500;
            border-left: 3px solid transparent;
        }
        
        .dropdown-item.active, 
        .dropdown-item:active {
            background-color: #6c5ce7;
            color: white;
            border-left: 3px solid #5344c7;
        }
        
        .dropdown-item:hover {
            background-color: #f3f0ff;
            border-left: 3px solid #6c5ce7;
        }
        
        .option-item {
            cursor: pointer;
            display: flex;
            align-items: center;
        }
        
        .no-results {
            padding: 16px 20px;
            color: #888;
            text-align: center;
            font-style: italic;
            display: none;
            border-top: 1px solid #f0f0f0;
            margin-top: 5px;
        }
        
        /* Custom scrollbar for dropdown */
        .dropdown-menu::-webkit-scrollbar {
            width: 6px;
        }
        
        .dropdown-menu::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 10px;
        }
        
        .dropdown-menu::-webkit-scrollbar-thumb {
            background: #d0d0d0;
            border-radius: 10px;
        }
        
        .dropdown-menu::-webkit-scrollbar-thumb:hover {
            background: #a8a8a8;
        }
        
        /* Category style */
        .category-name {
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            font-size: 14px;
        }




        .popular-services {
            padding: 20px 0;
            position: relative;
        }
        
        .services-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
            padding: 0 15px;
        }
        
        .services-header h2 {
            font-size: 28px;
            font-weight: 600;
            margin: 0;
        }
        
        .services-header a {
            color: #00b300;
            text-decoration: none;
            font-weight: 600;
            font-size: 20px;
        }
        
        .service-card {
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            margin: 10px;
            background-color: #fff;
            height: 190px;
            cursor: pointer;
            transition: transform 0.3s;
        }
        
        .service-card:hover {
            transform: translateY(-5px);
        }
        
        .service-img {
            height:200px;
            width: 100%;
            overflow: hidden;
        }
        
        .service-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .service-title {
            padding: 35px 15px;
            font-weight: 500;
            font-size: 16px;
            text-align: left;
        }
        
        /* Custom slick slider styling */
        .slick-list {
            padding: 10px 0;
        }
        
        .slick-track {
            display: flex;
            gap: 10px;
        }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .service-card {
                height: 170px;
            }
            
            .service-img {
                height: 200px;
            }
        }


 .video-container {
    position: relative;
    display: inline-block;
}

.video-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: none;
}

.loader-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #555;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.custom-play {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 8px 12px;
    background: #000;
    color: #fff;
    border: none;
    z-index: 3;
    cursor: pointer;
}

.video {
    display: block;
    background: #000;
}


/* populer */

        :root {
            --primary-purple: #8677EE;
            --text-gray: #9E9DA6;
            --light-gray: #f0f0f0;
        }
        
        body {
           font-family: 'Poppins', sans-serif;
            background-color: #F3F3F3;
            padding: 0;
            margin: 0;
            height: 100vh;
            display: flex;
            flex-direction: column;
        }
        
       .header-curve {
            background-color: #fff;
            height: 100%;;
            width: 100%;
            margin-top: 500px;
            position: absolute;
            border-radius: 20px 20px 0px 0px;
        }
         .content-container {
            max-width: 500px;
            margin: -20px auto 0;
            padding: 20px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }
        
        /* Product Info */
        .product-info {
            padding: 10px 15px;
        }
        
        .rating-container {
            display: flex;
            align-items: center;
            margin-bottom: 5px;
        }
        
        .star-icon {
            color: #ffc107;
            font-size: 12px;
        }
        
        .review-count {
            color: var(--text-gray);
            font-size: 12px;
            margin-left: 5px;
        }
        
        .delivery-info {
            color: var(--text-gray);
            gap: 10px;
            display: flex;
            align-items: center;
            font-weight: 400;
            font-size: 12px;
            line-height: 100%;
            letter-spacing: 1px;
            padding-left: 20px;

        }
        
        .price {
            color: var(--primary-purple);
            font-weight: 500;
            font-size: 18px;
            margin-left: 8px;
        }
        
        .price-label {
            color: var(--text-gray);
            font-size: 12px;
            vertical-align: middle;
        }
        
        .product-title {
            font-size: 16px;
            font-weight: 500;
            margin: 12px 0 5px 0;
        }
        
        .product-subtitle {
            color: var(--text-gray);
            font-size: 12px;
            margin-bottom: 15px;
        }
        
        /* More Details Section */
        .more-details {
            font-family: Poppins;
            font-weight: 500;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 1px;
            color: #27272A;
            margin: 10px 0;
            padding: 0 15px;
        }
        
        .product-description {
            color: var(--text-gray);
            font-size: 12px;
            padding: 0 15px;
            margin-bottom: 20px;
        }
        
        /* Request Button */
        .request-btn {
            background-color: var(--primary-purple);
            color: white;
            border: none;
            border-radius: 25px;
            padding: 10px 0;
            font-size: 14px;
            font-weight: 500;
            width: 90%;
            display: block;
            margin: 20px auto;
            text-transform: uppercase;
        }
        
        /* Navigation */
        .navigation {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px;
            border-top: 1px solid #e6e6e6;
            border-bottom: 1px solid #e6e6e6;
            margin-top: 15px;
        }
        
        .back-btn, .next-btn {
            color: var(--text-gray);
            border: none;
            background: none;
            font-size: 20px;
        }
        
        .details-label {
            font-size: 14px;
            font-weight: 500;
        }
        
       

        /* jade */


        :root {
            --primary-purple: #8677EE;
            --text-gray: #9E9DA6;
            --light-gray: #f0f0f0;
        }
        
        body {
           font-family: 'Poppins', sans-serif;
            background-color: #F3F3F3;
            padding: 0;
            margin: 0;
            height: 100vh;
            display: flex;
            flex-direction: column;
        }
        
       
         .content-container {
            max-width: 500px;
            margin: -20px auto 0;
            padding: 20px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

          @media (max-width: 767px) {
                     .content-container {
                        
                        padding-bottom: 150px;
                    
                    }
        }
        
        /* Product Info */
        .product-info {
            padding: 10px 15px;
        }
        
        .rating-container {
            display: flex;
            align-items: center;
            margin-bottom: 5px;
        }
        
        .star-icon {
            color: #ffc107;
            font-size: 12px;
        }
        
        .review-count {
            color: var(--text-gray);
            font-size: 12px;
            margin-left: 5px;
        }
        
        .delivery-info {
            color: var(--text-gray);
            gap: 10px;
            display: flex;
            align-items: center;
            font-weight: 400;
            font-size: 12px;
            line-height: 100%;
            letter-spacing: 1px;
            padding-left: 20px;

        }
        
        .price {
            color: var(--primary-purple);
            font-weight: 500;
            font-size: 18px;
            margin-left: 8px;
        }
        
        .price-label {
            color: var(--text-gray);
            font-size: 12px;
            vertical-align: middle;
        }
        
        .product-title {
            font-size: 16px;
            font-weight: 500;
            margin: 12px 0 5px 0;
        }
        
        .product-subtitle {
            color: var(--text-gray);
            font-size: 12px;
            margin-bottom: 15px;
        }
        
        /* More Details Section */
        .more-details {
            font-family: Poppins;
            font-weight: 500;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 1px;
            color: #27272A;
            margin: 10px 0;
            padding: 0 15px;
        }
        
        .product-description {
            color: var(--text-gray);
            font-size: 12px;
            padding: 0 15px;
            margin-bottom: 20px;
        }
        
        /* Request Button */
        .trial-btn {
            color: #003E4F;
            border: 1px solid #169BC0;
            font-weight: 700;
            background: transparent;
            font-size: 18px;
            line-height: 100%;
            letter-spacing: 0.22px;
            text-align: center;
            padding: 26px 32px;
            border-radius: 30px;

        }
        
        /* Navigation */
        .navigation {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px;
            border-top: 1px solid #e6e6e6;
            border-bottom: 1px solid #e6e6e6;
            margin-top: 15px;
        }
        
        .back-btn, .next-btn {
            color: var(--text-gray);
            border: none;
            background: none;
            font-size: 20px;
        }
        
        .details-label {
            font-size: 14px;
            font-weight: 500;
        }
        
        /* Bottom Navigation */
        .bottom-nav {
            display: flex;
            justify-content: space-around;
            padding: 15px 0;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: white;
            border-top: 1px solid #e6e6e6;
        }
        
        .nav-icon {
            color: var(--text-gray);
            font-size: 20px;
        }
        
        .active {
            color: var(--primary-purple);
        }
        
        /* Media Query for smaller phones */
        @media (max-width: 350px) {
            .product-image-container {
                padding-top: 100%; /* Maintain aspect ratio */
            }
            
            .price {
                font-size: 16px;
            }
            
            .product-title {
                font-size: 14px;
            }
        }

        .auth-img img{
            width: 47px;
            height: 47px;

        }

        .slider-container {
      position: relative;
      max-width: 500px;
      margin: 0 auto;
      overflow: hidden;
    }
    
    .slides {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }
    
    .slide {
      min-width: 100%;
      overflow: hidden;
    }
    .slide-row h2{
      font-family: Poppins;
      font-weight: 500;
      font-size: 22px;
      line-height: 100%;
      letter-spacing: 1px;
      color: #27272A;
    }
    
    .slide-img {
      height: 150px;
      width: 180px;
      border-radius: 20px;
      object-fit: cover;
    }
    
    .original-price {
      font-family: Poppins;
      font-weight: 500;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 1px;
      text-decoration: line-through;
      color: #9E9DA6;
    }
    
    .sale-price {
      font-family: Poppins;
      font-weight: 500;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 1px;
      color: #8677EE;
    }
    

    .indicators {
      display: flex;
      justify-content: center;
      margin-top: 15px;
    }
    
    .indicator {
      width: 12px;
      height: 12px;
      background-color: #ccc;
      border-radius: 50%;
      margin: 0 5px;
      cursor: pointer;
    }
    
    .indicator.active {
      background-color: #8677EE;
    }
    
    @media (max-width: 768px) {
      .slide-row {
        display: flex;
      }
      .header-curve{
        height: auto;
      }
        .slide-row .col-md-6{
        width: 50%;
        float: left;
      }
    }

    .price-table h1{
      font-family: Poppins;
      font-weight: 700;
      font-size: 48px;
      line-height: 60px;
      letter-spacing: 0px;
      text-align: left;
      color: #003E4F;

    }
    #prevBtn, #nextBtn{
      display: none;
    }


    /* catogary */

        :root {
            --primary-purple: #8677EE;
            --text-gray: #9E9DA6;
            --light-gray: #f0f0f0;
        }
        
        body {
           font-family: 'Poppins', sans-serif;
            background-color: #F3F3F3;
            padding: 0;
            margin: 0;
            height: 100vh;
            display: flex;
            flex-direction: column;
        }
        
       .header-curve-catogary {
            background-color: #fff;
            height: 100%;;
            width: 100%;
            margin-top: 600px;
            position: absolute;
            border-radius: 20px 20px 0px 0px;
        }
         .content-container {
            max-width: 500px;
            margin: -20px auto 0;
            padding: 20px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

          @media (max-width: 767px) {
                     .content-container {
                        
                        padding-bottom: 150px;
                    
                    }
        }
        
        /* Product Info */
        .product-info {
            padding: 10px 15px;
        }
        
        .rating-container {
            display: flex;
            align-items: center;
            margin-bottom: 5px;
        }
        
        .star-icon {
            color: #ffc107;
            font-size: 12px;
        }
        
        .review-count {
            color: var(--text-gray);
            font-size: 12px;
            margin-left: 5px;
        }
        
        .delivery-info {
            color: var(--text-gray);
            gap: 10px;
            display: flex;
            align-items: center;
            font-weight: 400;
            font-size: 12px;
            line-height: 100%;
            letter-spacing: 1px;
            padding-left: 20px;

        }
        
        .price {
            color: var(--primary-purple);
            font-weight: 500;
            font-size: 18px;
            margin-left: 8px;
        }
        
        .price-label {
            color: var(--text-gray);
            font-size: 12px;
            vertical-align: middle;
        }
        
        .product-title {
            font-size: 16px;
            font-weight: 500;
            margin: 12px 0 5px 0;
        }
        
        .product-subtitle {
            color: var(--text-gray);
            font-size: 12px;
            margin-bottom: 15px;
        }
        
        /* More Details Section */
        .more-details {
            font-family: Poppins;
            font-weight: 500;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 1px;
            color: #27272A;
            margin: 10px 0;
        }
        
        .product-description {
            color: var(--text-gray);
            font-size: 12px;
            margin-bottom: 20px;
        }
        
       /* Request Button */
        .request-btn {
            background-color: var(--primary-purple);
            color: white;
            border: none;
            border-radius: 25px;
            padding: 10px 0;
            font-size: 14px;
            font-weight: 500;
            width: 100%;
            display: block;
            margin: 20px auto;
            text-transform: uppercase;
        }
        
        /* Navigation */
        .navigation {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px;
            border-top: 1px solid #e6e6e6;
            border-bottom: 1px solid #e6e6e6;
            margin-top: 15px;
        }
        
        .back-btn, .next-btn {
            color: var(--text-gray);
            border: none;
            background: none;
            font-size: 20px;
        }
        
        .details-label {
            font-size: 14px;
            font-weight: 500;
        }
        
        /* Bottom Navigation */
        .bottom-nav {
            display: flex;
            justify-content: space-around;
            padding: 15px 0;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: white;
            border-top: 1px solid #e6e6e6;
        }
        
        .nav-icon {
            color: var(--text-gray);
            font-size: 20px;
        }
        
        .active {
            color: var(--primary-purple);
        }
        
        /* Media Query for smaller phones */
        @media (max-width: 350px) {
            .product-image-container {
                padding-top: 100%; /* Maintain aspect ratio */
            }
            
            .price {
                font-size: 16px;
            }
            
            .product-title {
                font-size: 14px;
            }
        }

        .auth-img img{
            width: 47px;
            height: 47px;

        }

        .slider-container {
      position: relative;
      max-width: 500px;
      margin: 0 auto;
      overflow: hidden;
    }
    
    .slides {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }
    
    .slide {
      min-width: 100%;
      overflow: hidden;
    }
    .slide-row h2{
      font-family: Poppins;
      font-weight: 500;
      font-size: 22px;
      line-height: 100%;
      letter-spacing: 1px;
      color: #27272A;
    }
    
    .slide-img {
      height: 150px;
      width: 180px;
      border-radius: 20px;
      object-fit: cover;
    }
    
    .original-price {
      font-family: Poppins;
      font-weight: 500;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 1px;
      text-decoration: line-through;
      color: #9E9DA6;
    }
    
    .sale-price {
      font-family: Poppins;
      font-weight: 500;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 1px;
      color: #8677EE;
    }
    

    .indicators {
      display: flex;
      justify-content: center;
      margin-top: 15px;
    }
    
    .indicator {
      width: 12px;
      height: 12px;
      background-color: #ccc;
      border-radius: 50%;
      margin: 0 5px;
      cursor: pointer;
    }
    
    .indicator.active {
      background-color: #8677EE;
    }
    
    @media (max-width: 768px) {
      .slide-row {
        display: flex;
      }
      .header-curve{
        height: auto;
      }
        .slide-row .col-md-6{
        width: 50%;
        float: left;
      }
    }

    .main-heading h1{
      font-family: Poppins;
      font-weight: 500;
      font-size: 17px;
      line-height: 60px;
      letter-spacing: 0px;
      text-align: left;
      color: #003E4F;

    }
    #prevBtn, #nextBtn{
      display: none;
    }
     .palce-unlimitid h1{
      color: #9E9DA6;
      font-family: "Poppins";
      font-weight: 400;
      font-size: 12px;
      line-height: 100%;
      letter-spacing: 1px;


    }

    .palce-unlimitid h2{
      color: #27272A;
      font-family: "Poppins";
      font-weight: 500;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 1px;
      text-align: right;

    }



    .dropdown-container {
            max-width: 500px;
                width: -webkit-fill-available !important;
                align-self: center;
            padding: 20px 0px;
        }
        
        .custom-dropdown {
            position: relative;
        }
        
        .dropdown-button {
            background-color: #7455F7;
            color: white;
            border: none;
            padding: 10px 10px;
            border-radius: 20px;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        
        .dropdown-button:hover {
            background-color: #5d53e6;
        }
        
        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            background-color: white;
            border-radius: 10px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            margin-top: 5px;
            padding: 10px 0;
            z-index: 1000;
            display: none;
        }
        
        .dropdown-menu.show {
            display: block;
        }
        
        .dropdown-item-catogory .dropdown-item {
            padding: 12px 20px;
            cursor: pointer;
            text-align: center;
            color: #666;
            transition: background-color 0.2s;
        }
        
        .dropdown-item-catogory .dropdown-item:hover {
            background-color: #f9f9f9;
        }
        
        .dropdown-item-catogory .dropdown-item.active {
            background-color: #7066F0;
            color: white;
        }
        
        .dropdown-row {
            display: flex;
            gap: 20px;
            margin-bottom: 20px;
        }
        
        @media (max-width: 768px) {
            .dropdown-row {
                flex-direction: column;
            }
        }