 .hero-banner {
   background-image: url("https://tallyeducation.com/tepl/wp-content/themes/TEPL/assets/images/background-blue-pattern.jpg");
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   /* padding: 100px 0; */
   position: relative;
 }

 .hero-banner .container {
   position: relative;
 }

 .course-card-wrapper {
   position: absolute;
   top: 50%;
   width: 400px;
   z-index: 10;
   transition: top 0.3s ease, position 0.3s ease, left 0.3s ease;
 }

 /* footer {
        background: #eee;
        padding: 60px 0;
    } */

 /* @media (max-width: 991.98px) { */
 @media (max-width: 767.98px) {
   .course-card-wrapper {
     position: static !important;
     top: auto !important;
     left: auto !important;
     width: 100%;
     transform: none !important;
     transition: none !important;
     margin-top: 30px;
   }

   .course-card {
     width: 100%;
     max-width: 100%;
   }
 }

 .sticky-tabs {
   position: fixed;
   top: -110px;
   left: 0;
   right: 0;
   z-index: 999;
   background: #fff;
   padding: 10px 0;
   box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
   transition: top 0.4s ease;
 }

 .sticky-tabs.visible {
   top: 0;
 }

 .placeholder-tabs {
   height: 60px;
   display: none;
 }

 .sticky-tabs .nav-link.active {
   font-weight: bold;
   color: #198754 !important;
   border-bottom: 2px solid #198754;
 }

 @media (max-width: 767.98px) {
   .sticky-tabs {
     padding: 5px 0;
   }
 }

 @media (min-width: 768px) and (max-width: 991.98px) {
   .course-card-wrapper .course-card {
     max-width: 100%;
     margin-left: auto;
     margin-right: auto;
   }
 }

 /* --------------------------------------------------------------- */
 /* real */
 .my-responsive-div {
   width: 65%;
 }

 @media (min-width: 768px) and (max-width: 991.98px) {
   .my-responsive-div {
     width: 100%;
   }

   .hero-banner {
     padding-top: 40px !important;
     padding-bottom: 40px !important;
   }
 }


 .custom-heading {
   font-size: 33px;
   color: var(--primary-color);
   max-width: 800px;
 }

 .banner-course-category-img {
   width: 200px;
 }

 .collbrationtxt {
   font-size: 16px;
 }

 .collbrationimg {}

 .stickyheader {
   font-size: 1rem;
   color: var(--primary-color);
   font-weight: bold;
 }

 @media (max-width: 767.98px) {
   .my-responsive-div {
     width: 100%;
   }

   .hero-banner {
     padding: 0px !important;
     padding-top: 40px !important;
     padding-bottom: 40px !important;
   }

   .custom-heading {
     font-size: 24px;
   }

   .banner-course-category-img {
     width: 150px;
   }

   .collbrationtxt {
     font-size: 13px;
   }

   .collbrationimg {
     width: 70px !important;
   }

   .stickyheader {
     font-size: 1rem;
   }


   .custom-modal {
     top: -50px !important;
     border-radius: 20px;
     padding-top: 20px;
   }

   #enquireModel .modal-dialog {
     margin-top: 60px !important;
   }

 }

 .custom-modal {
   margin-top: 50px;
 }

 .custom-modal .modal-content {
   border-radius: 20px;
   overflow: hidden;
   padding: 0px !important;
 }


 .model-left {
   background-color: #f4f7ec;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   padding: 40px;
   border-radius: 20px;
 }

 .model-left h2 {
   color: #000000;
   /* color: var(--fifth-color); */
   font-weight: bold;
   margin-bottom: 20px;
 }

 .model-image {
   width: 100%;
   /* max-width: 250px; */
   height: auto;
 }

 .model-right {
   padding: 40px 30px;
 }

 .form-control {
   background-color: #f9f9f9;
 }

 .login-button {
   background-color: #97c20d;
   color: white;
   font-weight: 600;
 }

 .login-button:hover {
   background-color: #7fa30a;
 }

 @media (max-width: 768px) {

   .model-left,
   .model-right {
     padding: 20px;
   }
 }

 @media (max-width: 991.98px) {
   .model-left {
     display: none !important;
   }

   .model-right {
     width: 100%;
     flex: 0 0 100%;
     max-width: 100%;
   }
 }

 .Auto-populated {
   font-size: 12px;
 }

 .invalid-feedback {
   font-size: 10px;
   font-style: italic;
 }

 @media (min-width: 768px) and (max-width: 991.98px) {
   .Auto-populated {
     font-size: 10px;
   }
 }

 @media (max-width: 767.98px) {
   .Auto-populated {
     font-size: 10px;
   }

   .mobile-bannerImage {
     width: 100px !important;
   }
 }

 /* Custom outline button */
 /* .btn-outline-fifth {
        color: var(--fifth-color);
        border: 1px solid var(--fifth-color);
        font-weight: 500;
        letter-spacing: .5px;
    }

    .btn-outline-fifth:hover,
    .btn-outline-fifth.active {
        color: #fff;
        background-color: var(--fifth-color);
        border-color: var(--fifth-color);
    } */
 .btn-outline-fifth {
   background: none;
   border: none;
   color: #6c757d;
   font-weight: 500;
   letter-spacing: 0.3px;
   /* padding: 6px 12px; */
   position: relative;
   transition: all 0.3s ease;
   border-radius: 0;
 }

 .btn-outline-fifth:hover {
   color: var(--fifth-color);
   background: none;
 }

 .btn-outline-fifth.active {
   color: var(--fifth-color);
 }

 .btn-outline-fifth.active::after {
   content: "";
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   height: 2px;
   background-color: var(--fifth-color);
   border-radius: 2px;
 }


 .info-box {
   background-color: #f1f1f1;
   border-radius: 8px;
   padding: 12px 20px;
   display: flex;
   align-items: center;
   gap: 15px;
   height: 60px;
 }

 .info-icon {
   font-size: 1.5rem;
   color: #0d6efd;
 }

 .info-text {
   display: flex;
   justify-content: space-between;
   width: 100%;
   align-items: center;
 }

 .label-container {
   display: flex;
   align-items: center;
   gap: 5px;
 }

 .sub-icon {
   font-size: 1rem;
   color: #6c757d;
 }

 .info-label {
   font-size: 0.9rem;
   color: #6c757d;
 }

 .info-value {
   font-weight: 600;
   font-size: 1rem;
   color: #212529;
 }

 .feature-item {
   display: flex;
   gap: 15px;
   margin-bottom: 2rem;
 }

 .feature-icon img {
   width: 40px;
   height: 40px;
 }

 .feature-content h5 {
   font-weight: 500;
   margin-bottom: 0.5rem;
 }

 .feature-content p {
   margin: 0;
   font-size: 0.95rem;
   color: #555;
 }

 .accordion-button {
   font-weight: 400;
   font-size: 16px;
   border-radius: 0.25rem;
   transition: background-color 0.3s, color 0.3s;
   min-height: 55px;
   padding: 1rem 1.25rem;
   border: none !important;
   border-bottom: 1px solid #dee2e6 !important;
   box-shadow: none !important;
 }

 /* Remove border between module header and body */
 .accordion-button.header-level-3 {
   border-bottom: none !important;
 }

 .accordion-body.module-description {
   min-height: 50px;
   padding: 1rem;
   border: none !important;
   border-top: none !important;
 }

 .accordion-item {
   border: none !important;
   border-bottom: 1px solid #dee2e6 !important;
 }

 .accordion-button.header-level-2:not(.collapsed) {
   background-color: #90b732 !important;
   color: white !important;
 }

 .accordion-button.header-level-2.collapsed {
   background-color: #ecf3d7;
   color: black;
 }

 .accordion-button.header-level-3:not(.collapsed) {
   background-color: white !important;
   color: black !important;
 }

 .accordion-button.header-level-3.collapsed {
   color: black !important;
 }

 .header-level-1,
 .header-level-2,
 .header-level-3 {
   padding: 0.5rem 1rem;
 }

 .module-description {
   font-size: 0.875rem;
   color: #6c757d;
   padding-left: 1.5rem;
 }

 .accordion-body {
   text-align: start !important;
 }

 /* Tabs styling */
 .custom-tabs {
   border-bottom: none;
   overflow-x: auto;
   overflow-y: hidden;
   white-space: nowrap;
   height: 60px;
   display: flex;
   flex-wrap: nowrap;
   align-items: center;
   gap: 1rem;
   -ms-overflow-style: none;
   scrollbar-width: none;
   -webkit-overflow-scrolling: touch;
 }

 .custom-tabs::-webkit-scrollbar {
   display: none;
 }

 .custom-tabs .nav-item {
   flex: 0 0 auto;
 }

 .custom-tabs .nav-link {
   border: none;
   color: #555;
   font-weight: 500;
   padding: 0.5rem 0;
   white-space: nowrap;
 }

 .custom-tabs .nav-link.active {
   color: #7cb342;
   border-bottom: 2px solid #7cb342;
   background: none;
 }

 .custom-collapse .accordion-item {
   border: none;
   border-bottom: 1px solid #ddd;
   margin-bottom: 0.5rem;
   background: #fafafa;
 }

 .custom-collapse .accordion-item:last-child .accordion-heade {
   border-bottom: none;
 }

 .custom-collapse .accordion-button {
   background: #fafafa;
   border: none !important;
   box-shadow: none;
   padding-left: 0;
 }

 .new-course-box {
   width: 100%;
   min-height: 100%;
   border-radius: 10px;
   background: #fff;
   box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
   transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
 }

 .new-course-box:hover {
   transform: scale(1.02);
 }

 .new-course-box img {
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   object-fit: cover;
   height: 100%;
   width: 100%;
 }

 .new-course-box-body {
   padding: 1rem;
   min-height: 200px;
   /* ensures equal height */
 }

 .new-course-box-title {
   font-size: 1rem;
   font-weight: 600;
   min-height: 30px;
 }

 .new-course-box-text {
   font-size: 0.9rem;
   min-height: 60px;
 }

 .new-btn-static {
   width: 100%;
   max-width: 160px;
   /* static width */
   margin: 0 auto;
   display: block;
 }

 .new-badge-custom {
   position: absolute;
   top: 10px;
   left: 10px;
 }

 .sugghead .suggdes {
   text-align: start !important;
 }

 .enroll-box {
   background-color: #f1f8e9;
   border-radius: 12px;
   padding: 20px 30px;
 }

 .enroll-btn {
   background-color: #8bc34a;
   border: none;
   font-weight: bold;
   padding: 10px 20px;
   border-radius: 8px;
 }

 .enroll-btn:hover {
   background-color: #7cb342;
 }

 .coursedetails {
   font-size: 20px;
 }

 .custom-tabs .nav-item .nav-link {
   font-size: 16px !important;
 }

 .highlight-strip {
   position: relative;
   overflow: hidden;
   background-color: var(--secondary-color);
   padding: 10PX;
   border-radius: 10PX;
 }

 .highlight-strip::before {
   content: "";
   position: absolute;
   top: -50%;
   left: -20%;
   width: 20px;
   height: 200%;
   background: rgba(255, 255, 255, 0.3);
   transform: rotate(20deg);
   animation: moveStrip 4s linear infinite;
   z-index: 1;
   pointer-events: none;
 }

 @keyframes moveStrip {
   0% {
     left: -20%;
   }

   100% {
     left: 120%;
   }
 }

 /* ----------- */
 .breadcrumb-chevron .breadcrumb-item+.breadcrumb-item::before {
   content: "\f285";
   font-family: "bootstrap-icons";
   color: #0d6efd;
   font-size: 0.7rem !important;
   letter-spacing: 0.05rem !important;
   font-weight: 500;
 }

 .breadcrumb .breadcrumb-item {
   font-size: 0.7rem !important;
   /* letter-spacing: 0.05rem !important; */
   font-weight: 500;
 }

 .breadcrumb .breadcrumb-item a {
   text-decoration: none;
   color: gray;
   font-size: 0.7rem !important;
   /* letter-spacing: 0.05rem !important; */
   font-weight: 500;
 }

 .breadcrumb .breadcrumb-item a:hover {
   text-decoration: underline;
   color: var(--primary-color);
 }

 .large-screen-view .breadcrumb-chevron .breadcrumb-item+.breadcrumb-item::before {
   /* margin-top: 5px; */
 }

 .large-screen-view .breadcrumb .breadcrumb-item {
   font-size: .7rem !important;
   color: var(--primary-color);
 }

 .bc {
   --bs-breadcrumb-margin-bottom: 0rem !important;
 }

 .breadcrumb.bc {
   display: flex;
   align-items: center;
   margin-bottom: 0;
 }

 #accordion-faq-1 .accordion-button {
   border-bottom: none !important;
 }