#course-single-title {
    padding-top: 50px;
    padding-bottom: 5px;
}

#course-single-title .course-single-title h1 {
    font-size: 25px;
}

#main-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.course-img img {
    width: 100%;
    border-radius: 5px;
}

.page-title h1 {
    font-size: 2rem;
    font-weight: 800;
    margin-top: 15px;
}

/* Tabbed content */

#panels input {
    display: none;
}

#panels nav {
    position: relative;
}

#panels nav::after {
    content: '';
    position: absolute;
    top: 46px;
    left: 0;
    right: 0;
    height: 2px;
    display: block;
    background: #33333a2b;
}

#panels > input[id=tab1]:checked ~ nav label[for=tab1], 
#panels > input[id=tab2]:checked ~ nav label[for=tab2], 
#panels > input[id=tab3]:checked ~ nav label[for=tab3] {
    background: transparent;
    position: relative;
}

#panels > input[id=tab1]:checked ~ nav label[for=tab1]::after, 
#panels > input[id=tab2]:checked ~ nav label[for=tab2]::after, 
#panels > input[id=tab3]:checked ~ nav label[for=tab3]::after {
    content: '';
    position: absolute;
    top: 46px;
    left: 0;
    right: 0;
    height: 2px;
    display: block;
    background: linear-gradient(90deg, #ce1313 0%, #ff5860 100%);
    box-shadow: 0 0 20px 0 rgba(255,88,96,0.5);
    z-index: 10000 !important;
}

#panels > input[id=tab1]:checked ~ div[id=panel1], 
#panels > input[id=tab2]:checked ~ div[id=panel2], 
#panels > input[id=tab3]:checked ~ div[id=panel3] {
    display: block;
    margin-top: 2rem;
}
#panels label {
    padding: 10px 0px 10px 0;
    margin-right: 2rem;
    display: inline-block;
    transition: all 0.3s;
}
#panels label:hover {
    cursor: pointer;
}
#panels > div {
    padding: 15px 0;
    display: none;
}

#panel1 ul {
    margin-left: 2rem;
    margin-bottom: 1rem;
}

#panels .tab-content .form-group input {
    display: block !important;
}

#panels .tab-content .col input {
    display: block !important;
}

#panels .tab-content .form-group label, #panels .tab-content .col label {
    font-size: .7rem;
    text-transform: uppercase;
    font-weight: 700;
}

#panel1 .tags ul {
    margin-left: 0;
}


.course-lesson-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

.course-lesson-item {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    padding-top: 15px;
}

.course-lesson-title a {
    font-size: 14px;
    color: #333435;
    text-decoration: none;
}

.course-lesson-title a:hover {
    color: var(--default);
}

.course-lesson-title span {
    font-size: 14px; 
    font-weight: 800;
}

.course-lesson-preview-btn .preview-btn {
    background-color: #0ba3a8;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
}

.page-item.active .page-link {
    background-color: var(--default);
    border-color: var(--default-hover);
}

.page-link {
    color: var(--default);
}

/* Review */
/* Reviews Container */
.reviews-container {
    padding: 20px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Rating Summary Box */
.rating-summary-box {
    display: flex;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.average-rating-box {
    flex: 0 0 150px;
    text-align: center;
    padding-right: 20px;
    border-right: 1px solid #eee;
}

.average-rating {
    font-size: 48px;
    font-weight: 600;
    margin: 0;
    color: #333;
}

.stars {
    color: #ff9800;
    font-size: 18px;
    margin: 5px 0;
}

.total-ratings {
    margin-top: 5px;
    color: #777;
    font-size: 14px;
}

/* Rating Bars */
.rating-bars {
    flex: 1;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.rating-bar-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.star-label {
    flex: 0 0 70px;
    font-size: 14px;
    color: #555;
}

.progress-container {
    flex: 1;
    margin: 0 10px;
}

.progress {
    height: 10px;
    background-color: #f0f0f0;
    border-radius: 5px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background-color: #ff9800;
    border-radius: 5px;
}

.rating-count {
    flex: 0 0 40px;
    font-size: 14px;
    color: #777;
    text-align: right;
}

/* Review Form */
.review-form-container {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.review-form-container h4 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    color: #333;
}

.review-form {
    display: flex;
    flex-direction: column;
}

.rating-input {
    margin-bottom: 15px;
}

.rating-input label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

.required {
    color: #e53935;
}

.star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.star-rating input {
    display: none;
}

.star-rating label {
    font-size: 24px;
    color: #ccc;
    cursor: pointer;
    padding: 0 2px;
    margin-right: 1rem !important;
}

.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input:checked ~ label {
    color: #ff9800;
}

.review-comment {
    margin-bottom: 15px;
}

.review-comment label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

.review-comment textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    resize: vertical;
}

.submit-review {
    align-self: flex-start;
    padding: 8px 20px;
    background-color: #4caf50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
}

.submit-review:hover {
    background-color: #45a049;
}

/* Reviews List */
.reviews-title {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #333;
    font-weight: 600;
}

.reviews-list {
    margin-top: 20px;
}

.review-item {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.review-item:last-child {
    border-bottom: none;
}

.reviewer-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #4caf50;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    margin-right: 15px;
}

.reviewer-meta {
    flex: 1;
}

.reviewer-name {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.review-stars {
    color: #ff9800;
    font-size: 14px;
}

.review-date {
    margin-left: 10px;
    color: #777;
    font-size: 12px;
}

.review-text {
    margin: 0;
    line-height: 1.6;
    color: #555;
}

.no-reviews {
    color: #777;
    font-style: italic;
}

/* Admin response styling */
.admin-response {
    margin-top: 15px;
    margin-left: 25px;
    padding: 15px;
    background-color: rgba(25, 114, 116, 0.05);
    border-left: 3px solid #197274;
    border-radius: 0 8px 8px 0;
}

.admin-response-header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.admin-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #197274;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.admin-avatar i {
    font-size: 16px;
}

.admin-name {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.admin-badge {
    font-size: 12px;
    background-color: #197274;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 6px;
}

.response-date {
    font-size: 12px;
    color: #777;
}

.admin-response-content {
    margin-left: 42px;
    font-style: italic;
    color: #333;
}

.response-form-container {
    margin-top: 10px;
    margin-left: 25px;
    padding: 15px;
    background-color: rgba(25, 114, 116, 0.05);
    border-radius: 8px;
}


/* Sidebar */
.course-widget {
    border: 1px solid rgba(204, 204, 204, 0.452);
    margin-bottom: 25px;
}

.course-widget .widget-header {
    background-color: rgba(241, 243, 243, 0.589);
    padding-top: 12px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.452);
}

.course-widget .widget-header h3 {
    font-size: 1.6rem;
    font-weight: 800;
    text-align: center;
}

.course-widget .widget-content {
    padding: 15px 15px;
}

.course-widget .widget-content .stat-item .stat-icon i {
    font-size: 30px;
    color:rgba(143, 146, 146, 0.993);
}

.course-widget .widget-content .stat-item {
    border-bottom: 1px solid rgba(204, 204, 204, 0.452);
    padding-bottom: 10px;
}

.course-widget .widget-content .stat-item .stat-text {
    padding-top: 3px;
    font-size: 15px;
    color: rgba(143, 146, 146, 0.993);
}

.course-widget .widget-content .original-price {
    color: red;
    text-decoration: line-through;
}

.course-widget .widget-content .discount-price {
    color: #078d3f;
    font-size: 19px;
    font-weight: 600;
}

.discount-countdown {
    text-align: center;
    font-weight: 600;
}

.course-widget .widget-content .pricing p {
    font-size: 1.3rem;
    text-align: center;
    font-weight: 700;
}

.accordion-button:not(.collapsed) {
    background-color: #197274 !important;
}



.buy-course-btn a {
    background-color: #17a2b8;
    color: #ffffff;
    border-radius: 3px;
    font-size: 14px;
    padding: 10px 20px;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 1.2rem;
}

.buy-course-btn a:hover {
    background-color: #138496; 
    color: #ffffff;
}

.blink_me {
    animation: blinker 1.5s linear infinite;
  }

  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }

  .stat-text {
      margin-left: 25px;
  }

  .start-course {
      margin-bottom: 20px;
  }

  /* Course index */
  .kurzusok-hero {
    background-image: url('../../images/imprevo-kurzus-index.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .kurzusok-hero h1 {
    font-size: 3rem;
    font-weight: 800;
  }

  .kurzusaink {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .course-box {
    background-color: #ffffff;
    padding: 15px;
    box-shadow: 0px 0px 15px 0px rgba(209.99999999999997, 208, 255, 0.4);
    border-radius: 5px;
  }

  .kurzusaink .course-title {
    margin-top: 15px;
  }

  .kurzusaink .course-title h3 {
    font-size: 1.3rem;
    font-weight: 700;
  }

  .kurzusaink .course-stat {
    margin-top: 15px;
  }

  .kurzusaink .course-stat .lessons .icon, .kurzusaink .course-stat .students .icon {
    margin-right: 5px;
    width: 40px; /* Adjust size */
    height: 40px; /* Adjust size */
    background-color: var(--primary); /* Green background */
    border-radius: 50%; /* Make it a circle */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .kurzusaink .course-stat i {
    color: #fff; /* White icon color */
    font-size: 16px;
  }

  .kurzusaink .course-stat .text {
    color: #707070;
  }

  .visit-course {
    margin-top: 15px;
  }

  .visit-course a {
    color: #fff;
    text-decoration: none;
  }

  .visit-course .visit-course-btn {
    background-color: var(--primary);
    padding: 10px 15px;
    display: block;
    width: 100%;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
  }

  .visit-course .visit-course-btn:hover {
    color: #ffffff;
    background-color: var(--secondary);
  }
  
 .hidden-course-btn {
    background-color: #707070;
    padding: 10px 15px;
    display: block;
    width: 100%;
    color: #ffffff;
    cursor: auto;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.hidden-course-btn:hover {
    color: #ffffff;
    background-color: #464646;
}

.kurzusaink .course-img {
    position: relative;
    overflow: hidden;
}

.kurzusaink .corner-ribbon {
    position: absolute;
    top: 20px;
    right: -70px;
    width: 200px;
    background-color: #f5270c;
    color: white;
    text-align: center;
    line-height: 32px;
    transform: rotate(40deg);
    font-weight: bold;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.no-access {
    padding-top: 50px;
    padding-bottom: 50px;
}

.no-access p {
    font-size: 1.3rem;
    text-align: center;
}

.btn-continue {
    background-color: #fc5605;
    color: #ffffff;
    font-weight: 600;
    padding-top: 13px;
    padding-bottom: 13px;
}

.btn-continue:hover {
    background-color: #e65107;
    color: #ebebeb;
}

.btn-block {
    display: block;
    width: 100%;
}

/* All stars */
.allstars-hero {
    background-image: url('../../images/imprevo-kurzus-index.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 80px;
    margin-bottom: 50px;
}

.allstars-content {
    margin-top: 50px;
    margin-bottom: 50px;
}

.allstars-content .product-wrapper .product-title {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(240, 152, 0);
    margin-bottom: 15px;
}

.allstars-content .product-wrapper .product-title h1 {
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2;
    color: rgb(23, 24, 24);
}

.allstars-content .product-wrapper .product-price p {
    color: rgb(56, 58, 58);
    font-weight: 800;
    font-size: 2rem;
}

.allstars-content .product-wrapper .product-description p {
    font-size: 1.2rem;
}

.allstars-content .product-wrapper span.original-price {
    color: rgb(255, 0, 0);
    font-weight: 600;
    text-decoration: line-through;
}
.allstars-content .product-wrapper span.discount-price {
    color: rgb(11, 161, 137);
    font-weight: 600;
}

.allstars-content .product-wrapper .product-description ul {
    list-style: none;
    padding-left: 10px;
}

.allstars-content .product-wrapper .product-description ul li {
    font-size: 1.125rem;
    padding-bottom: 10px;
}

.allstars-content .product-wrapper .purchase-btn-container {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(240, 152, 0);
    padding-top: 20px;
}
.allstars-content .product-wrapper .purchase-btn-container .purchase-btn .buy-now-btn {
    background-color: rgb(57, 154, 237);
    color: rgb(255, 255, 255);
    font-size: 1.125rem;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Subscription form */

.newsletter-container {
    padding-top: 25px;
    padding-bottom: 25px;
}

.newsletter-container .newsletter-header .newsletter-icon i {
    font-size: 50px;
    color: rgb(11, 161, 137);
}

.newsletter-container .newsletter-header .newsletter-title {
    margin-top: 20px;
}

.newsletter-container .newsletter-header .newsletter-title p {
    text-align: center;
    font-size: 23px;
    font-weight: 600;
}

.newsletter-container .newsletter-header .newsletter-description p {
    text-align: center;
    font-size: 15px;
}

.newsletter-container .newsletter-header .newsletter-description p {
    text-align: center;
    font-size: 15px;
}

.newsletter-container .newsletter-fields .form-group {
    position: relative;
}

.newsletter-container .newsletter-fields .form-group i {
    position: absolute;
    left: 15px;
    top: 7px;
}

.newsletter-container .newsletter-fields .form-group input {
    padding-left: 40px;
    font-size: 15px;
}

.check-terms label, .check-terms label a {
    font-size: 15px;
}

.btn-newsl {
    background-color: #2490eb;
    color: #ffffff;
    border-radius: 3px;
    font-size: 14px;
    padding: 10px 20px;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.btn-newsl:hover {
    background-color: #18100f; 
    color: #ffffff;
}