.d-hidden{
    display: none;
}
.cursor-pointer{
    cursor: pointer;
}

.mt-5px{margin-top: 5px !important;}
.mt-6px{margin-top: 6px !important;}
.mt-7px{margin-top: 7px !important;}
.mt-8px{margin-top: 8px !important;}
.mt-9px{margin-top: 9px !important;}
.mt-10px{margin-top: 10px !important;}
.mt-11px{margin-top: 11px !important;}
.mt-12px{margin-top: 12px !important;}
.mt-13px{margin-top: 13px !important;}
.mt-14px{margin-top: 14px !important;}
.mt-15px{margin-top: 15px !important;}
.mt-16px{margin-top: 16px !important;}
.mt-17px{margin-top: 17px !important;}
.mt-18px{margin-top: 18px !important;}
.mt-19px{margin-top: 19px !important;}
.mt-20px{margin-top: 20px !important;}

.me-5px{margin-right: 5px !important;}
.me-6px{margin-right: 6px !important;}
.me-7px{margin-right: 7px !important;}
.me-8px{margin-right: 8px !important;}
.me-9px{margin-right: 9px !important;}
.me-10px{margin-right: 10px !important;}
.me-11px{margin-right: 11px !important;}
.me-12px{margin-right: 12px !important;}
.me-13px{margin-right: 13px !important;}
.me-14px{margin-right: 14px !important;}
.me-15px{margin-right: 15px !important;}
.me-16px{margin-right: 16px !important;}
.me-17px{margin-right: 17px !important;}
.me-18px{margin-right: 18px !important;}
.me-19px{margin-right: 19px !important;}
.me-20px{margin-right: 20px !important;}


.text-20px{font-size: 20px !important;}
.text-19px{font-size: 19px !important;}
.text-18px{font-size: 18px !important;}
.text-17px{font-size: 17px !important;}
.text-16px{font-size: 16px !important;}
.text-15px{font-size: 15px !important;}
.text-14px{font-size: 14px !important;}
.text-13px{font-size: 13px !important;}
.text-12px{font-size: 12px !important;}
.text-11px{font-size: 11px !important;}
.text-10px{font-size: 10px !important;}
.text-9px{font-size: 9px !important;}
.text-8px{font-size: 8px !important;}

.fw-100{font-weight: 100 !important;}
.fw-200{font-weight: 200 !important;}
.fw-300{font-weight: 300 !important;}
.fw-400{font-weight: 400 !important;}
.fw-500{font-weight: 500 !important;}
.fw-600{font-weight: 600 !important;}
.fw-700{font-weight: 700 !important;}
.fw-800{font-weight: 800 !important;}
.fw-900{font-weight: 900 !important;}

.radius-0{border-radius: 0px !important;}
.radius-5{border-radius: 5px !important;}
.radius-6{border-radius: 6px !important;}
.radius-7{border-radius: 7px !important;}
.radius-8{border-radius: 8px !important;}
.radius-9{border-radius: 9px !important;}
.radius-10{border-radius: 10px !important;}
.radius-11{border-radius: 11px !important;}
.radius-12{border-radius: 12px !important;}
.radius-13{border-radius: 13px !important;}
.radius-14{border-radius: 14px !important;}
.radius-15{border-radius: 15px !important;}
.radius-end-8{border-radius: 0px 8px 8px 0px !important;}


/*Start common css*/
.ellipsis-line-2{
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.ellipsis-line-3{
    display: -webkit-box!important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.ellipsis-line-4{
    display: -webkit-box!important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.ellipsis-line-5{
    display: -webkit-box!important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.object-fit-cover{
    object-fit: cover;
}
/*End common css*/


/*Start courses page*/
.list-btn:hover, .list-btn.active{
	background-color: var(--color-4);
    color: var(--color-9);
    border: 1.5px solid var(--color-4);
}

.nice-select:active, .nice-select.open, .nice-select:focus, .form-select:focus{
	border-color: var(--color-15);
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus{
	background-color: var(--color-9);
}

.courses-card .courses-card-body .courses-text .review-icon i.filled{
	color: var(--bs-yellow);
}
/*End courses page*/


/* Pagenation */
.pagenation-items {
  background-color: var(--bg-white-2);
    display: flex;
  justify-content: center;
  padding-bottom: 70px;
}
.page-link, .page-item a {
    padding: 6px 14px;
    margin-right: 11px;
    border-radius: 5px;
    color: var(--color-13);
    border: 0px solid #00000000;
    background-color: var(--bg-white);
    font-size: 16px;
    font-weight: 400;
}
 .pagenation .active, .page-item.active .page-link{
    background-color: #754FFE;
    color: #fff;
    box-shadow: 0px 7px 18px -8px #754ffe;
}
.page-item:last-child:not(.active) .page-link,
.page-item:first-child:not(.active) .page-link{
    border-radius: 5px;
    border: none;
    background-color: var(--bg-white);
    color: var(--color-9);
    border: 1px solid var(--bg-white);
}
 .page-link:focus, .page-item a:hover {
    box-shadow: none;
    color: var(--color-13);
    background-color: transparent;
}
 .page-link:hover, .page-item a:hover {
    z-index: 2;
    color: #fff;
    background-color: var(--color-4);
    border-color: var(--color-4);
}
/*End pegination*/


/*Instructor page social button*/
.social-btn{
    display: grid;
    color: var(--color-4);
    border-radius: 10px;
    padding: 15px 10px;
    min-width: 80px;
    font-size: 14px;
}
.social-btn:hover, .social-btn:focus{
    color: var(--bg-white-2);
    background-color: var(--color-4);
    transition: .5s;
}
/*End Instructor page social button*/


/*Course details page*/
.course-heading-info{
    display: flex;
    flex-wrap: wrap;
}
.course-heading-info .info-tag{
    display: flex;
    margin-right: 16px;
    color: var(--color-9);
    font-size: 18px;
    background: #ffffff36;
    padding: 4px 8px;
    border-radius: 6px;
    align-items: center;
    margin: 5px 5px;
}
.course-heading-info .info-tag i{
    margin-right: 10px;
    font-size: 20px !important;
    color: #CDDC39;

}
.courses-details .courses-details-1st-text .info-tag p{
    font-weight: 800;
    color: #fff;
    line-height: 10px;
}
@media only screen and (max-width: 500px) {
    .course-heading-info .info-tag .text-12px{
        margin-top: 2px !important;
    }
}
.created-by-instructor{
    color: var(--color-9);
}
.created-by-instructor:hover{
    color: var(--color-8);
}



/*Removed this code from style.css file*/
    /*.tab-content h3{
      font-size: 22px;
      font-weight: 600;
      margin-top: 40px;
      margin: 20px 26px;
    }
    .tab-content p{
      margin: 20px 26px;
      line-height: 1.7;
    }
    .tab-content ul{
      margin: 0px 31px;
    }
    .tab-content ul li{
      list-style-type: none;
    }

    .tab-content ul li a{
      text-decoration: none;
      color: #6E798A;

    }
    .tab-content ul li{
      position: relative;
      margin: 20px 10px;
    }
    .tab-content ul li:after{
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: var(--color-4);
      left: -18px;
      top: 6px;
    }
    .tab-content ul li::before{
      content: "";
      position: absolute;
      width: 1.5px;
      height: 45px;
      background-color: #754ffe58;
      left: -14px;
      top: 8px;
    }
    .tab-content ul li:last-child::before{
      display: none;
    }*/

    .course-description{
        margin: 20px 24px;
        line-height: 2;
        font-size: 15px;
    }
    .course-description h3.description-head{
      font-size: 22px;
      font-weight: 600;
      margin-top: 40px;
      margin-bottom: 20px;
      color: #000;
    }
    .course-description.requirements ul{
        list-style: inside;
    }
    ul.step-down{
      margin: 0px;
    }
    ul.step-down li{
      list-style-type: none;
    }

    ul.step-down li a{
      text-decoration: none;
      color: #6E798A;

    }
    ul.step-down li{
        position: relative;
        margin: 12px 0px;
        background-color: #f1f5fd;
        padding: 10px;
        border-radius: 10px;
        box-shadow: rgb(133 133 133 / 20%) -1px 1px 6px 1px;
    }
    
    ul.step-down li:last-child::before{
      display: none;
    }

    .course-left-side .faq.accordion-button::after{
        margin-left: unset !important;
        background-size: unset; 
        top: unset; 
        position: initial !important;
    }

    .course-decription .course-right-section{
        position: sticky;
        top: 10px;
    }


    @media only screen and (max-width: 991px) {
        .course-decription .course-right-section{
            max-width: 500px;
            margin-left: auto;
            margin-right: auto;
            margin: 0px 10px;
        }
        .course-decription .course-left-side{
            margin-top: 35px !important;
            margin: 0px 10px;
        }
    }

    .course-right-section .button a:hover, .course-right-section .button a.active{
        background-color: linear-gradient(90deg,rgba(42, 155, 48, 1) 0%, rgba(87, 199, 171, 1) 100%);
        color: #fff;
    }


    /*curriculum-*/
    .curriculum-accordion .accordion-button.collapsed::after{
      margin-left: -37px;
      background-size: 18px;
      top: 2px;
      position: absolute;
      transition: all .3s;
      width: 20px;
      height: 20px;
    }
    .curriculum-accordion .accordion-button::after{
      margin-left: -37px;
      background-size: 18px;
      top: 2px;
      position: absolute;
      transition: all .3s;
      width: 20px;
      height: 20px;
    }
/*End course details page

/*Headre searchbar*/
.menu-search{
    z-index: 997 !important;
}
/*Headre searchbar*/



/*Compare page*/
    .compare-table .table th{
        max-width: 80px !important;
    }
    .select2-selection.select2-selection--single{
        height: 40px !important;
        padding: 6px 5px !important;
    }
    .select2-selection__arrow{
        height: 38px !important;
    }
    .select2-selection__rendered, .select2-results__option{
        font-size: 14px !important;
    }
    .compare-table .table td{
        width: 26%;
        min-width: 200px;
    }
    .compare-table .table th{
        width: 22%;
        min-width: 200px;
    }
/*End compare page*/



/*Blog page*/
.image-placeholder-2{
    position: absolute;
    width: 100%;
    height: 100% !important;
    background: radial-gradient(circle, rgb(117 79 254 / 89%) 0%, rgb(117 79 254) 74%) !important;
}
.blog-search-input{
    height: 42px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #cdcdcd;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
}
.blog-search-button{
    display: none;
    padding: 0px 20px;
    border: none;
    border-bottom: 1px solid #cdcdcd;
    background-color: #fff;
}
.blog-search-input.form-control:focus{
    border-color: #754ffe !important;
}
/*End Blog page*/



/*Button*/
.btn-primary{
    border: 1.5px solid #6e798a45;
    background-color: var(--color-4);
    padding: 12px 30px;
    color: var(color-9);
}
.btn-primary:hover{
    background-color: var(--color-4);
}
/*Button end*/
/*Color*/
.bg-primary{
    background-color: var(--color-4) !important;
}
/*End color*/


.right-section .search{
    margin-top: unset;
}


/*Student profile*/
.wish-list-body .wish-list-search{
    background-color: var(--bg-white);
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
    border: 1px solid #f3f1f8 !important;
}

.my-course-1-full-body{
    background-color: var(--bg-white);
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
    border: 1px solid #f3f1f8 !important;
}

.student-profile-info{
    text-align: center;
    margin: 30px 0px 30px 0px;
}
.student-profile-info .profile-image{
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}
.student-profile-info h4{
    margin-top: 20px;
    color: var(--color-1);
    font-size: 18px;
    font-weight: 600;
}
.student-profile-info span{
    color: var(--color-11);
    font-size: 12px;
    font-weight: 500;
}
.btn-profile-menu{
    text-decoration: none;
    color: var(--color-1);
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    width: 100%;
    border-radius: 8px;
    transition: .5s;
    margin: 2px 0px;
}
.btn-profile-menu:hover, .btn-profile-menu.active{
    background-color: var(--color-4);
    color: var(--color-9);
    transition: .5s;
}
.invoice-bill::after{
    background-color: #fff;
}

@media print{
    .print-content{
        position: fixed !important;
        margin: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0!important;
        z-index: 3333 !important;
        width: 100% !important;
        background: #fff !important;
    }
    .print-d-none{
        display: none !important;
    }
    footer, nav, title{
        display: none !important    ;
    }
    body{
        overflow: hidden !important ;
    }
}
.bg-white-2{
    background-color: var(--bg-white-2) !important;
}
.conversation-body-1.active{
    background-color: #6e798a1a;
}
/*End student profile*/

/*Home page*/
.h-1-banner .h-1-banner-text h1 span::before{
    content: "";
    background-image: url(../image/h-1-bn-shape-2.png);
    width: 160px;
    height: 31px;
    position: absolute;
    background-size: 162px;
    top: 45px;
    left: 69px;
}
.h-1-banner .h-1-banner-text h1 span::after{
    content: "";
    background-image: url(../image/h-1-bn-shape-1.png);
    width: 35px;
    height: 36px;
    position: absolute;
    background-size: 35px;
    top: -2px;
}
.webui-popover{
    z-index: 99 !important;
}
.single-popup-course > .courses-card-body{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 8px -2px !important;
}
.category-hide-icon{
    position: absolute;
    top: 41%;
    right: 10px;
}
.expert-instructor .instructor-card .instructor-card-body img{
    object-fit: cover;
    border-radius: 5%;
}
.speech-item-img img{
    max-width: 300px !important;
}

/*Home 2nd*/
.h-2-top-body .h-2-top a{
    position: relative;
}
.h-2-top-body .h-2-top a{
    osition: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.h-2-top-body:hover .h-2-top a{
    color: #fff !important;
}
.h-2-instructor .h-2-instructor-full .h-2-instructor-image img{
    width: 90%;
    height: auto !important;
    display: flex;
    margin: auto;
    position: absolute;
    left: 5%;
    top: -40px;
    border-radius: 10px;
}

/*Home 3rd*/
.category-product-body:hover .category-product-body a i{
    color: #fff !important;
}
.h-3-top-categories .category-product .category-product-body a:first-child > i{
    padding: 8px;
    border-radius: 50%;
    border: 2px solid #FB6871;
}
.h-3-top-categories .category-product .category-product-body:hover a:first-child > i{
    border: 2px solid #FFF;
}

/*Home 4th*/
.instructor-item{
    max-height: 340px !important;
}

/*Hone 5th*/
.course-item-5 .content{
    bottom: 0px !important;
    top: unset !important;
    padding: 26px 20px 70px !important;
    margin-top: 8px;
    border-top-width: 3px;
    border-top-color: rgb(255, 255, 255);
    border-top-style: solid;
    border-right-width: 3px;
    border-right-color: rgb(255, 255, 255);
    border-right-style: solid;
}
.course-item-5:hover{
    box-shadow: 0 10px 25px rgb(67 67 67 / 74%);
    transform: translateY(-10px) scale(1.02);
   
}
.course-item-5:hover .content{
    background: var(--content-bg-hover);
}
.course-training-five .img{
    max-width: 170px !important;
}
.instructor-item-5 .content{
    max-height: 60px;
}
.instructor-item-5:hover .social{
    bottom: 70px;
}
/*End Home page*/

/*Header*/
/*Language selector*/
.right-icon .language-control .nice-select {
    padding: 2px 7px;
    font-size: 12px;
    height: 25px;
    width: 90px;
}
.nice-select .option{
    line-height: 30px !important;
    min-height: 30px !important;
    height: 30px !important;
}
/*Language selector END*/

/*Start search bar*/
.header-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px;
}

.search-container {
  position: relative;
}

.header-search-icon {
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #999;
  cursor: pointer;
  border: none;
  width: 30px;
  height: 30px;
  padding: 4px 7px;
  background-color: transparent;
  z-index: 1;
}

.search-input-form .dropdown .btn{
    transform: translateY(0px) !important;
    border: 0px solid #e0d8ff;
    color: #000;
}
.search-input-form .dropdown .dropdown-toggle.show .search-menu-icon{
    display: none;
}
.search-input-form .dropdown .dropdown-toggle:not(.show) .close-menu-icon{
    display: none;
}

.search-input-floating{
  width: 100%;
  max-width: 380px;
  border: 1px solid #e0d8ff;
  min-width: 350px;

  padding: 7px 6px 7px 38px;
  border-radius: 3px;
  transition: border-color 0.3s ease-in-out, opacity 0.3s ease-in-out, width 0.3s ease-in-out;
  font-size: 14px;
  color: #555;
  outline: none;
  opacity: 1;
}



.search-input{
  width: 0;
  padding: 7px 6px 7px 38px;
  border: 1px solid #e0d8ff00;
  border-radius: 3px;
  transition: opacity 0.3s ease-in-out, width 0.3s ease-in-out;
  font-size: 14px;
  color: #555;
  margin-left: 4px;
  outline: none;
  opacity: 1;
}


.search-input:focus, .search-input.focused {
  width: 100%;
  max-width: 380px;
  border: 1px solid #e0d8ff;
  transition: border-color 0.3s ease-in-out, width 0.3s ease-in-out;
}
/*End search bar*/


/*Mobile device start*/
.btn-toggle {
  width: 100%;
  padding: 10px 20px;
  color: var(--bs-emphasis-color);
  background-color: transparent;
}
.btn-toggle-list{
    padding: 10px 20px;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(var(--bs-emphasis-color-rgb), .85);
  background-color: var(--bs-tertiary-bg);
}

.btn-toggle::after {
  margin-left: auto;
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

[data-bs-theme="dark"] .btn-toggle::after {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(var(--bs-emphasis-color-rgb), .85);
}
.btn-toggle[aria-expanded="true"]::after {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: var(--bs-tertiary-bg);
}

.scrollarea {
  overflow-y: auto;
}
/*Mobile device ended*/
/*Header end*/











/*UI FIX*/
.courses-card .courses-card-body .courses-text p{
    color: #6e798a !important;
}
.grid-view-body .courses-card .courses-text .review-icon {
    margin-top: 5px;
    margin-bottom: -5px;
}
.courses-card .courses-card-body .courses-card-image .courses-card-image-text h3{
    color: #f25c88;
    font-size: 12px;
    font-weight: 500;
}
.courses-list-view-card .courses-list-view-card-body .courses-text{
    padding: 12px 20px !important;
}
.courses-card .courses-card-body .courses-text h5{
    font-size: 15px !important;
}
.courses-card-body{
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
    border: 1px solid #f3f1f8 !important;
}
.course-all-category{
    border: 1px solid #f3f1f8 !important;
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
    background: #ffffff;
}
.list-card-control .btn{
    border: 1px solid #64799616 !important;
}
.select-box .nice-select .current{
    color: #6e798a;
}
.select-box .nice-select{
    background-color: #FFF !important;
}
.form-select{
    border: 1px solid hsl(222.86deg 12.73% 89.22%) !important;
}
.course-category h3{
    color: #1e293c;
}
.courses-card .courses-card-body .review-btn{
    margin-left: auto;
}
.courses-card .courses-card-body{
    width: 100%;
}
.courses-card .courses-card-body .courses-text .ellipsis-line-2{
    margin-left: 0px;
}
.price-free{
    color: #6bbc92  !important;
}
.course-right-section .course-card .enrol{
    margin: 0px 30px 0px 30px;
    padding: 15px 0px;
}
.course-right-section .course-card .enrol .icon h4, .course-right-section .course-card .enrol > h5{
    font-size: 15px;
    color: #202937;
    font-weight: 600;
}
.course-right-section .course-card .ammount{
    padding: 20px 30px;
}
.course-right-section .course-card .enrol .icon img{
    margin: 0px 18px 0px 0px;
}

.font-inter-light{
    font-family: 'Inter', sans-serif !important;
    color: var(--primary-color) !important;
}
.font-inter-dark{
    font-family: 'Inter', sans-serif;
    color: var(--color-5) !important;
}
.course-left-side .nav-link.active svg *, .course-left-side .nav-link:hover svg *{
    fill: var(--color-4);
}
.instructor .instructor-icon i{
    width: 38px;
    text-align: center;
}
.instructor .instructor-img img{
    border-radius: 10px;
}
.accordion-header{
    margin: 20px 0px 20px;
}
.course-left-side .accordion-item{
    border-bottom: 1.5px solid #ebebeb;
}
.course-left-side .accordion-button{
    padding: 0px 0px 0px 40px;
}
.accordion-item-title{
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 500;
    color: var(--color-5);
}
.ac-lecture li a{
    padding: 10px 15px;
    color: var(--color-5);
}
.ac-lecture li a span{
    font-size: 15px;
}
.ac-lecture li a span i{
    font-size: 19px;
}
.course-decription #myTab{
    justify-content: space-between;
    margin: 0px 23px;
}
.reviews{
    margin: 0px 30px;
}
.menubar .right-menubar i{
    font-size: 22px;
}
.menu_pro_tgl_bg, .menu_pro_wish{
    background-color: var(--color-9);
}
@media only screen and (min-width: 992px) {
    .course-card{
        margin-top: -225px
    }
}
.courses-card .courses-card-body .courses-text{
    padding: 15px 18px 10px 15px;
}
.grid-view-body .courses-card .courses-text .review-icon{
    margin-top: -5px;
    margin-bottom: -8px;
}
.common-card{
    background-color: var(--bg-white);
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 15px 0px !important;
    border: 1px solid #f3f1f8 !important;
}
.message .conversation .conversation-1 .conversation-img p{
    width: 15px;
    height: 15px;
    line-height: 13px;
}
.courses-price-left{
    align-items: center;
}
.course-item-5 .img img{
    margin-bottom: -30px;
}
/*UI FIX END*/



/*Notification Start*/
.notify-icon{
    border-radius: 50%;
    background-color: #e6dfff;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
}
.notify-icon i {
    font-size: 16px !important;
}
.grid-view-body .courses-card .courses-text .review-icon span{
    line-height: 17px;
}
/*Notification End*/

/*Filter side bar bategory show more show less*/
.course-all-category .course-category .webdesign{
    padding: 0px 1px;
}
.course-all-category .course-category .webdesign.less{
    max-height: 320px;
    overflow: hidden;
    padding: 0px 1px;
    transition: height 4s !important;
}
.instructor-1 .instructor-about, .instructon-contact, .instructor-about .grid-view-body .row{
    background-color: #fff;
}
.invoice-2-table-head h6{
    margin: 15px 0px;
    color: var(--bs-dark-border-subtle);
}

.student .student-body-text{
    height: 220px;
}
.plyr__poster {
  display: block !important;
  opacity: 1 !important;
}
@media (max-width: 420px){
    .student .man {
        width: 100%;
        object-fit: contain;
        padding: 0px;
    }
    .slick-track{
        gap: 0px !important;
    }
}
.category-product .category-product-body{
  margin: 10px 0px !important;
}


.sbundle-items .bundle-body{
    max-height: 270px !important;
    min-height: 180px !important;
    overflow-y: auto;
}

.availOptions .aBox{
    width: 120px;
    height: 100px;
    margin-left: 8px;
}
.bannar-card{
    position: unset;
    bottom: unset;
    margin-top: 55px;
}

.search-option:hover {
    background-position: right center;
    box-shadow: 0 10px 25px rgb(233 255 204 / 50%);
    transform: translateY(-3px) scale(1.02);
    background-color: #a3ff6421;
}
.search-option:hover{
    background-position: right center;
    box-shadow: 0 10px 25px rgb(233 255 204 / 50%);
    transform: translateY(-3px) scale(1.02);
}
.info-tag span {
    font-size: 12px;
}
  .button-container {
      display: flex;
      gap: 24px;
      background: white;
      padding: 15px 20px;
      border-radius: 16px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

    .social-button {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 260px;
      padding: 14px 24px;
      border: none;
      border-radius: 12px;
      font-size: 17px;
      font-weight: 500;
      cursor: pointer;
      color: white;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
    }

    .social-button:hover {
      transform: scale(1.05);
      box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
    }

    .google-btn {
      background: linear-gradient(to right, #f5928a, #ed2a1d);
    }

    .facebook-btn {
      background: linear-gradient(to right, #5b76ad, #2e70ff);
    }

    .social-button img {
      width: 24px;
      margin-right: 12px;
    }

 /* Base Button Styles - Applied to both for consistency */
        .base-button {
            padding: 6px 12px; /* Slightly larger padding for presence */
            border-radius: 8px; /* Less rounded look */
            font-size: 1rem; /* Standard font size */
            font-weight: 600; /* Semi-bold */
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); /* Smoother, more dynamic transition */
            outline: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            text-decoration: none; /* Ensure no underline for links */
            gap: 10px; /* More space between icon and text */
            position: relative;
            overflow: hidden;
            z-index: 1;
            border: none; /* Ensure no default border */
            margin: 0 5px !important;
        }

        /* Login Button Styles - Vibrant Gradient with Hover Animation */
        .login-button {
            /* New gradient from #89ba49 (green) to a slightly darker green */
               background: linear-gradient(45deg, #c8dfa9 0%, #6a9c3d 100%);
            color: white !important;
            /* Updated shadow color to match the new green */
            box-shadow: 0 6px 15px rgba(137, 186, 73, 0.3); /* Initial soft shadow */
            background-size: 200% 200%; /* For gradient animation */
        }

        .login-button:hover {
            background-position: right center; /* Move gradient on hover */
            /* Updated shadow color to match the new green */
            box-shadow: 0 10px 25px rgba(137, 186, 73, 0.5); /* More pronounced shadow on hover */
            transform: translateY(-3px) scale(1.02); /* Noticeable lift and slight scale */
        }

        .login-button:active {
            transform: translateY(0) scale(0.98); /* Press effect */
            /* Updated shadow color to match the new green */
            box-shadow: 0 4px 10px rgba(137, 186, 73, 0.2);
        }

        /* Join Now Button Styles - Contrasting Outline with Fill Animation */
        .join-now-button {
            background-color: transparent;
            color: #7291ff !important; /* New blue color */
            border: 2px solid #7291ff; /* Thicker, more prominent border */
            /* Updated shadow color to match the new blue */
            box-shadow: 0 6px 15px rgba(114, 145, 255, 0.15); /* Initial soft shadow */
        }

        .join-now-button:hover {
            background-color: #7291ff; /* Fill with new blue on hover */
            color: white !important;
            /* Updated shadow color to match the new blue */
            box-shadow: 0 10px 25px rgba(114, 145, 255, 0.4); /* More pronounced shadow on hover */
            transform: translateY(-3px) scale(1.02); /* Noticeable lift and slight scale */
        }

        .join-now-button:active {
            background-color: #5c77e6; /* Darker shade of new blue on active */
            border-color: #5c77e6;
            transform: translateY(0) scale(0.98); /* Press effect */
            /* Updated shadow color to match the new blue */
            box-shadow: 0 4px 10px rgba(114, 145, 255, 0.2);
        }
        .base-button i {
            font-size: 14px !important;
            margin: 0 5px !important;
        }
/* Base Styles */


        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.5rem;
        }

        /* Top Row (Flexbox Setup) */
        .top-row {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            gap: 3rem; /* Replaces gap-12 */
            text-align: center;
        }

        /* Certification Logos (Left Group) */
        .cert-group {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1.5rem; /* Replaces space-y-6 */
        }

        .cert-item {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .cert-placeholder {
            width: 80px;
            height: 80px;
            border-radius: 8px;
            background-color: #1f2937; /* Dark background */
            color: #d1d5db;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 0.875rem;
            border: 2px solid #374151;
        }

        .cert-caption {
            font-size: 0.75rem; /* Replaces text-xs */
            margin-top: 0.25rem; /* Replaces mt-1 */
            color: #9ca3af; /* Replaces text-gray-300 */
        }

        /* Social Media Icons (Center Group) */
        .social-icons {
            display: flex;
            align-items: center;
            gap: 1.5rem; /* Replaces space-x-6 */
            font-size: 1.5rem; /* Replaces text-2xl */
            color: #d1d5db; /* Replaces text-gray-300 */
        }

        .social-icons a {
            transition: color 0.15s ease-in-out;
            color: inherit;
        }

        .social-icons a:hover.linkedin-icon {
            color: #0a66c2; /* LinkedIn blue */
        }

        .social-icons a:hover.facebook-icon {
            color: #1877f2; /* Facebook blue */
        }

        /* QAA Logo (Right Group) */
        .qaa-group {
            display: flex;
            align-items: center;
            gap: 1rem; /* Replaces space-x-4 */
        }

        .logo-placeholder {
            width: 80px;
            height: 80px;
            border-radius: 50%; /* Replaces rounded-full */
        }

        .qaa-text {
            font-size: 2.25rem; /* Replaces text-4xl */
            font-weight: 900; /* Replaces font-extrabold */
            letter-spacing: 0.05em; /* Replaces tracking-wider */
        }

        /* Separator and Registration Text */
        .separator {
            border-top: 1px solid #374151; /* Replaces border-gray-700 */
            margin-top: 3rem; /* Replaces my-12 */
            margin-bottom: 3rem;
        }

        .registration-text {
            font-size: 0.875rem; /* Replaces text-sm */
            text-align: center;
            color: #9ca3af; /* Replaces text-gray-300 */
        }

        /* Media Query for Tablet/Desktop (md breakpoint) */
        @media (min-width: 768px) {
            .top-row {
                flex-direction: row;
                text-align: left;
                gap: 0; /* Reset gap when horizontal */
            }

            .cert-group {
                flex-direction: row;
                gap: 2rem; /* Replaces space-x-8 */
            }
        }
        
        :root {
            --color-primary: #6366f1;
            --color-secondary: #8b5cf6;
            --color-accent: #d946ef;
            --color-discount: #fbbf24;
            --color-badge: #ef4444;
            --color-button: #10b981;
        }
    .becourseBanner {
            display: flex;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            justify-content: center;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
            width: 100%;
        }

        .discount-banner {
            border-radius: 0px;
            padding: 5px 40px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            position: relative;
            max-width: 1200px;
            width: 100%;
            overflow: hidden;
        }

        .content-top {
            display: flex;
            align-items: center;
            gap: 12px;
            flex: 1;
            position: relative;
        }

        .course-icon {
            width: 66px;
                height: 50px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            overflow: hidden;
        }

        .course-icon span {
            font-size: 18px !important;
        }

        .course-info {
            flex: 1;
            min-width: 0;
        }

        .info-header {
            display: flex;
            align-items: center;
            gap: 6px;
            margin-bottom: -5px;
        }

        .limited-badge {
            background: rgba(255, 255, 255, 0.2);
            color: white;
            padding: 0px 8px;
            margin: 2px;
            border-radius: 5px;
            font-size: 9px;
            font-weight: 700;
            letter-spacing: 0.5px;
        }

        .discount-text {
            color: #18e4a1;
            font-size: 15px;
            font-weight: 800;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        }

        .course-title {
            color: #ffda79;
            font-size: 15px;
            font-weight: 800;
            margin: 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .countdown-timer {
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .time-box {
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(10px);
            border-radius: 6px;
            padding: 6px 10px;
            min-width: 42px;
            text-align: center;
        }

        .time-value {
            color: white;
            font-size: 16px;
            font-weight: 700;
            line-height: 1;
        }

        .time-label {
            color: rgba(255, 255, 255, 0.8);
            font-size: 8px;
            font-weight: 600;
            margin-top: -3px;
            letter-spacing: 0.5px;
            margin-bottom: -3px;
        }

        .time-separator {
            color: white;
            font-size: 18px;
            font-weight: 700;
            margin: 0 -2px;
        }

        .buy-btn {
            background: linear-gradient(135deg, #10b981 0%, #059669 100%);
            color: white;
            border: none;
            padding: 8px 20px;
            border-radius: 10px;
            font-size: 13px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 8px 20px rgba(16, 185, 129, 0.4);
            letter-spacing: 0.5px;
        }

        .buy-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 28px rgba(16, 185, 129, 0.5);
        }

        .buy-btn:active {
            transform: translateY(0);
        }

        .close-btn {
            position: absolute;
            top: 5px;
            right: 5px;
            background: rgba(255, 255, 255, 0.2);
            border: none;
            color: white;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            font-size: 20px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s ease;
            line-height: 1;
        }

        .close-btn:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: scale(1.1);
        }

        .nav-btn {
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(10px);
            border: none;
            color: white;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s ease;
            flex-shrink: 0;
        }

        .nav-btn:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: scale(1.1);
        }

        .nav-btn:active {
            transform: scale(0.95);
        }

        .nav-mobile {
            display: none;
        }

        .nav-desktop {
            display: flex;
        }

        /* Animation classes */
        @keyframes slideInRight {
            from {
                opacity: 0;
                transform: translateX(20px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes slideInLeft {
            from {
                opacity: 0;
                transform: translateX(-20px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes slideUp {
            to {
                transform: translateY(-100%);
                opacity: 0;
            }
        }

        .slide-in-right {
            animation: slideInRight 0.4s ease-out;
        }

        .slide-in-left {
            animation: slideInLeft 0.4s ease-out;
        }

        .slide-up {
            animation: slideUp 0.5s ease-out forwards;
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            .discount-banner {
                gap: 14px;
                padding: 8px 36px 8px 15px;
            }

            .time-box {
                min-width: 38px;
                padding: 5px 8px;
            }

            .time-value {
                font-size: 16px;
            }

            .buy-btn {
                padding: 10px 20px;
                font-size: 12px;
            }
        }

        @media (max-width: 768px) {
            .discount-banner {
                flex-direction: row;
                flex-wrap: nowrap;
                gap: 4px;
                padding: 6px 8px;
                align-items: center;
            }

            .content-top {
                width: auto;
                padding: 0 14px;
                order: 1;
                flex: 0 0 auto;
            }

            /* Vertical stacked layout for course info */
            .course-info {
                display: flex;
                flex-direction: column;
                gap: 1px;
            }

            .info-header {
                display: flex;
                flex-direction: row;
                align-items: center;
                gap: 3px;
                margin-bottom: 0;
            }

            /* Use dots instead of colons for compact timer */
            .countdown-timer {
                order: 2;
                flex: 1;
                justify-content: center;
                gap: 1px;
                min-width: 0;
            }

            .buy-btn {
                order: 3;
                padding: 6px 10px;
                font-size: 9px;
                white-space: nowrap;
                border-radius: 5px;
            }

            .nav-desktop {
                display: none;
            }

            .nav-mobile {
                display: flex;
                width: 22px;
                height: 22px;
                background: transparent;
                padding: 2px;
            }

            .nav-mobile svg {
                width: 12px;
                height: 12px;
            }

            .course-icon {
                width: 32px;
                height: 32px;
                border-radius: 5px;
            }

            .course-icon span {
                font-size: 12px !important;
            }

            .course-title {
                font-size: 9px;
                line-height: 1.1;
                max-width: 110px;
            }

            .discount-text {
                font-size: 10px;
            }

            .limited-badge {
                font-size: 6px;
                padding: 1px 4px;
                border-radius: 3px;
            }

            /* Compact timer boxes */
            .time-box {
                min-width: 20px;
                padding: 2px 1px;
                border-radius: 3px;
                background: rgba(255, 255, 255, 0.1);
            }

            .time-value {
                font-size: 10px;
                font-weight: 600;
            }

            .time-label {
                font-size: 4px;
                margin-top: 0;
                margin-bottom: 0;
                letter-spacing: 0;
            }

            /* Use dots instead of colons */
            .time-separator {
                font-size: 8px;
                margin: 0 -1px;
                opacity: 0.6;
            }

            .close-btn {
                width: 18px;
                height: 18px;
                font-size: 14px;
                top: 3px;
                right: 3px;
                background: rgba(0, 0, 0, 0.3);
            }
        }

        @media (max-width: 575px) {
            .discount-banner {
                padding: 10px 8px;
                gap: 6px;
            }

            .content-top {
                padding: 0 18px;
                gap: 8px;
            }

            .nav-mobile {
                width: 28px;
                height: 28px;
            }

            .nav-mobile svg {
                width: 10px;
                height: 10px;
            }

            .course-icon {
                width: 40px;
                height: 40px;
            }

            .course-icon span {
                font-size: 14px !important;
            }

            .course-title {
                font-size: 11px;
            }

            .discount-text {
                font-size: 11px;
            }

            .limited-badge {
                font-size: 7px;
                padding: 2px 5px;
            }

            .info-header {
                gap: 3px;
                margin-bottom: 2px;
            }

            .countdown-timer {
                gap: 3px;
            }

            .time-box {
                min-width: 28px;
                padding: 3px 4px;
                border-radius: 5px;
            }

            .time-value {
                font-size: 12px;
            }

            .time-label {
                font-size: 6px;
                margin-top: 1px;
                line-height: 3;
            }

            .time-separator {
                font-size: 12px;
            }

            .buy-btn {
                padding: 8px 12px;
                font-size: 10px;
                border-radius: 8px;
            }

            .close-btn {
                width: 20px;
                height: 20px;
                font-size: 16px;
                top: 6px;
                right: 6px;
            }
            .time-box:last-child {
                display: none;
            }
            span.time-separator.time-separator-desktop:last-of-type {
                display: none;
            }
        }

        @media (max-width: 480px) {
            .discount-banner {
                padding: 8px 6px;
                gap: 5px;
            }

            .content-top {
                padding: 0 16px;
                gap: 6px;
            }

            .nav-mobile {
                width: 26px;
                height: 26px;
            }

            .course-icon {
                width: 36px;
                height: 36px;
            }

            .course-icon span {
                font-size: 12px !important;
            }

            .course-title {
                font-size: 10px;
            }

            .discount-text {
                font-size: 10px;
            }

            .limited-badge {
                font-size: 6px;
                padding: 1px 4px;
            }

            .time-box {
                min-width: 26px;
                padding: 2px 3px;
            }

            .time-value {
                font-size: 11px;
            }

            .time-label {
                font-size: 5px;
                line-height: 3;
            }

            .time-separator {
                font-size: 11px;
            }

            .buy-btn {
                padding: 7px 10px;
                font-size: 9px;
            }
            span.time-separator.time-separator-desktop:last-of-type {
                display: none;
            }
        }

        @media (max-width: 360px) {
            .discount-banner {
                padding: 6px 5px;
            }

            .content-top {
                padding: 0 14px;
                gap: 5px;
            }

            .nav-mobile {
                width: 24px;
                height: 24px;
            }

            .course-icon {
                width: 32px;
                height: 32px;
            }

            .course-icon span {
                font-size: 11px !important;
            }

            .course-title {
                font-size: 9px;
            }

            .discount-text {
                font-size: 9px;
            }

            .time-box {
                min-width: 24px;
                padding: 2px 2px;
            }

            .time-value {
                font-size: 10px;
            }

            .time-label {
                font-size: 5px;
                line-height: 3;
            }

            .time-separator {
                font-size: 10px;
            }

            .buy-btn {
                padding: 6px 8px;
                font-size: 8px;
            }
            span.time-separator.time-separator-desktop:last-of-type {
                display: none;
            }
        }
.privacy-policy {
    color: #1a1a1a;
    line-height: 1.7;
    margin: 0 auto;
    background: #effbee;
}
.privacy-policy .container{
    padding: 1px 40px;
    background: #ffffff;
}
.privacy-policy h1 {
    font-size: 2.2em;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.privacy-policy h1 + p {
    font-size: 1em;
    color: #666;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.privacy-policy h1 + p + p {
    color: #444;
    font-size: 1.05em;
    margin-bottom: 50px;
}

.privacy-policy h2,.privacy-policy h3 {
    font-size: 1.3em;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
    margin-top: 45px;
    letter-spacing: -0.3px;
}
.privacy-policy h3 {
    margin-bottom: 32px;
    margin-top: -15px;
}
.privacy-policy p, .privacy-policy span {
    color: #444;
    font-size: 0.98em;
    margin-bottom: 45px;
    padding: 0px 10px;
    border-left: 10px solid #ebebeb;
}
.privacy-policy .highlight-box{
    background-color: #f8f9fa;
    border: 1px solid #e1e4e8;
    border-left: 1px solid #1a2a6c;
    border-radius: 8px;
    margin: 20px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
    margin-left: 10px;
    padding: 50px 20px 0px 20px;
}
.privacy-policy ul {
    margin-left: 29px;
    color: #444;
    margin-bottom: 45px;
    margin-top: -25px;
    list-style-type: circle;
}

.privacy-policy li {
    margin-bottom: 8px;
    font-size: 0.98em;
}

.privacy-policy h2:last-of-type {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}

.privacy-policy ul:last-of-type {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.privacy-policy ul:last-of-type li {
    margin-bottom: 10px;
}

.privacy-policy ul:last-of-type strong {
    font-weight: 500;
    color: #000;
    display: inline-block;
    min-width: 80px;
}

.privacy-policy a {
    color: #444;
    text-decoration: none;
    border-bottom: 1px solid #d0d0d0;
}

.privacy-policy a:hover {
    border-bottom-color: #000;
}

@media (max-width: 768px) {
    .privacy-policy {
        padding: 0px 20px;
    }
    
    .privacy-policy h1 {
        font-size: 1.8em;
    }
    
    .privacy-policy h2 {
        font-size: 1.2em;
    }
}
.newsletter-form {
            display: flex;
            margin-bottom: 20px;
            flex-direction: column;
        }
.newsletter-form h1{
    margin-bottom: -5px;
}
        .newsletter-form input {
            flex: 1;
            padding: 14px 15px !important;
            border: none !important;
            border-radius: 4px 0 0 4px !important;
            font-size: 14px !important;
            background: rgb(255 255 255 / 35%) !important;
        }

        .newsletter-form button {
            padding: 12px 20px;
            background: #80c242;
            border: none;
            border-radius: 0 4px 4px 0;
            color: white;
            cursor: pointer;
            transition: background 0.3s;
            font-weight: bold;
        }
