
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.logo-content span:first-child{
	  font-family: "Anton", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #444444; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #37423b; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #071933; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Topbar Styles */
.topbar {
  background: linear-gradient(90deg, #071933, #071933); /* pink-purple gradient */
  color: #fff;
  font-size: 0.9rem;
  padding: 0px 0;
  letter-spacing: 0.04em;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
  z-index: 1050; /* make sure it stays on top */
}

.topbar small {
  font-weight: 600;
}

.topbar i {
  margin-right: 8px;
  font-size: 1.1rem;
  vertical-align: middle;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 10%;
  left: 15%;
  z-index: 10;
  padding: 20px;
  color: #fff;
  text-align: center;
  background: #00000069;
}
.logo-content {
	width: 50% !important;
	top: 12px;
	position: relative;
}
.menu-area .col{
	padding-left:0px;
	padding-right:0px;
}
.navbar span{
	width:100%;
	display:inline-block;
}
.logo-content span:first-child{
	color: #0e2850;
	top: 0px;
	position: relative;
	/* text-align: center; */
	width: 100%;
	display: inherit;
	font-size: 40px;
	font-weight: normal;
	text-transform: uppercase;
}
.features-item p{
	text-align:justify;
}
.btn-success{
 background:#128C7E;
 border-color:#128C7E;
 line-height:21px;
 border-radious:10px;
}
.btn-success:hover{
 background:#128C7E;
 border-color:#128C7E;
 line-height:21px;
 border-radious:10px;
}
.copyright-text a{
	color:#fff;
}
.features .features-item .btn-success i {
  font-size: 32px;
   line-height:21px;
vertical-align: middle;   
}
.logo-content  span:last-child{
	font-size: 16px;
	font-weight: 700;
	color: #72401c;
	top: -9px;
	position: relative;
	width: 100%;
	display: inline-block;
	/*! text-align: left; */
	text-transform: uppercase;
}
.topbar small + small {
  margin-left: 2rem; /* spacing between phone and email */
}
/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features {
  padding: 50px 0 50px;
  /*! background: #f0f4fb; */
}

.features .features-item {
  background-color: var(--surface-color);
  display: flex;
  align-items: center;
  padding: 20px;
  transition: 0.3s;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  position: relative;
  margin-bottom:10px;
  text-align: center;
}

.features .features-item i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 0;
}

.features .features-item h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .features-item h3 a {
  color: var(--heading-color);
  transition: 0.3s;
}

.features .features-item:hover {
  border-color: var(--accent-color);
}

.features .features-item:hover h3 a {
  color: var(--accent-color);
}

@media (max-width: 576px) {
  .topbar {
    flex-direction: column;
    text-align: center;
  }
  .topbar small + small {
    margin-left: 0;
    margin-top: 6px;
  }
}

  .topbar {
     /* left content left, right content right */
     font-size: 16px;
     position: relative;
     vertical-align: middle;
     width: 100%;
     display: inline-block;
     z-index: 1;
  }

  .topbar-left {
  width: 50%;
  display: inline-block;
  position: relative;
  top: -5px;
  }

  .topbar-left small {
  display: inline-block;
  vertical-align: middle;
  }

  .topbar-social a {
    color: #fff;
    margin-left: 15px;
    font-size: 15px;
    transition: color 0.3s;
    float: right;
    top: 2px;
    position: relative;
  }
  .topbar-social a:hover {
    color: #007bff;
  }
.topbar-social{
        width: 49%;
    display: inline-block;
}


/* --- Desktop Settings (No changes to your existing logo size) --- */
.navbar-brand {
    display: inline-block;
    align-items: center;
    width: 40%;
    margin: 0px;
}

.navbar-brand img {
	height: 100px !important;
    width: 100px !important;
	top: -20px;
	position: relative;
}

.brand-text-mobile {
    display: none;
}
.navbar span {
  width: 100%;
  display: inline-block;
  position: relative;
}
.navbar-brand {
  width: 25% !important;
}
/* Prevents highlighting and right-click 'Save As' hints */
body {
    -webkit-user-select: none;  /* Chrome/Safari */
    -ms-user-select: none;      /* IE/Edge */
    user-select: none;          /* Standard */
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  background-color: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  position: relative;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid var(--background-color);
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 14px;
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--accent-color), transparent 60%);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--background-color);
  opacity: 1;
  border: 1px solid var(--accent-color);
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
padding: 30px;
    margin: 15px;
    text-align: center;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}



/*--------------------------------------------------------------
# Counts Section
--------------------------------------------------------------*/
.counts {
  padding: 25px 0;
  padding: 50px 0 50px;
  background: #fff;
}

.counts .stats-item {
  padding: 30px;
  width: 100%;
}

.counts .stats-item span {
  font-size: 48px;
  display: inline-block;
  color: var(--accent-color);
  font-weight: 700;
}

.counts .stats-item p {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding: 0;
  margin: 0;
  font-family: var(--heading-font);
  font-size: 15px;
  font-weight: 600;
}

img {
    pointer-events: none;       /* Prevents dragging images to desktop */
}
	img {
  pointer-events: none; /* Disables right-click and dragging on images */
  -webkit-user-select: none; /* Disables text selection */
  user-select: none;
}
/* --- Mobile Responsive (991px and below) --- */
@media (max-width: 991px) {
    .menu-area .navbar {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

    /* 1. Logo & Name - Extreme Left */
    .navbar-brand {
        /*! order: 1 !important; */
        /*! margin-right: 0px !important; */
        /*! display: flex !important; */
        /*! align-items: left !important; */
		/*! margin-left: 0px !important; */
    }

    .navbar-brand img {
        height: 60px !important;
        width: auto !important;
		margin-right: 165px;
    }

    .brand-text-mobile {
        display: inline-block !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        color: #333 !important;
        margin-left: 8px !important;
        white-space: nowrap;
    }

    /* 2. Cart, Search, Menu - Extreme Right */
    #cart_items {
        order: 2 !important;
        margin-right: 0px !important;
        display: block !important;
    }

    .mobile-header-buttons {
        order: 3 !important;
        display: flex !important;
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

	.mobile-nav-trigger {
		/*! margin-left: 20px; */
	}
	.mobile-search-trigger {
		margin-right: -15px;
	}

    /* 3. Full Width Search Bar - Below */
    .inline-form {
        order: 4 !important;
        width: 100% !important;
    }

    /* User Profile Image if logged in */
    .user-box {
        order: 2 !important;
        margin-right: 10px !important;
    }
	.menu-icon-box {
		display: none;
	}


}

/* =====================================
   STRONG MOBILE FIX (All Mobiles)
   ===================================== */

@media (max-width: 480px) {

    .menu-area .navbar {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        flex-wrap: wrap !important;
    }

    /* LOGO LEFT */
    .navbar-brand {
        /*! order: 1 !important; */
        /*! flex: 1 !important; */
        /*! display: flex !important; */
        /*! align-items: center !important; */
        /*! margin: 0 !important; */
        /*! padding: 0 !important; */
    }

    .navbar-brand img {
        height: 60px !important;
        width: auto !important;
        margin: 0 !important;  
        top: -13px;
    }

    /* RIGHT SIDE ICON GROUP */
    .mobile-header-buttons {
        order: 3 !important;
        display: flex !important;
        gap: 12px !important;
        margin: 0 !important;
    }

    #cart_items {
        order: 2 !important;
        margin: 0 !important;
    }

    .user-box {
        order: 2 !important;
        margin-left: 8px !important;
    }

    /* REMOVE RANDOM MARGINS */
    .mobile-nav-trigger {
		/*! margin-left: 10px; */
        /*! margin-right: -28px; */
    }

    /* FULL WIDTH SEARCH BELOW */
    .inline-form {
        order: 4 !important;
        width: 100% !important;
    }
.navbar-brand {
  width: 38% !important;
}
.navbar span {
  width: auto !important;
}	
}

/* =========================================
   TABLET SAME AS DESKTOP (768px–991px)
   ========================================= */

@media (min-width: 768px) and (max-width: 991px) {

.navbar-brand {
  width: 38% !important;
}
    .menu-area .navbar {
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        align-items: center !important;
    }

    /* RESET ALL MOBILE ORDERS */
    .navbar-brand,
    .inline-form,
    .mobile-header-buttons,
    #cart_items,
    .wishlist-box,
    .user-box,
    .menu-icon-box {
        order: unset !important;
    }

    /* LOGO */
    .navbar-brand {
        margin-right: 20px !important;
    }

    .navbar-brand img {
        height: 110px !important;
        width: 140px !important;
        margin: 0 !important;
    }

    .brand-text-mobile {
        display: none !important;
    }

    /* SEARCH CENTER */
    .inline-form {
        flex: 1 !important;
        margin: 0 20px !important;
        width: auto !important;
    }

    /* HIDE MOBILE MENU BUTTONS */
    .mobile-header-buttons {
        display: none !important;
    }

}


/* Course Page */

.requirements-box, .description-box {
    background: #ffffff;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
    position: relative;
}

/* Titles Styling */
.requirements-title, .description-title {
    font-size: 22px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
}

.requirements-title::before, .description-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    height: 20px;
    width: 4px;
    background: linear-gradient(to bottom, #051730, #051730);
    border-radius: 2px;
}

/* Requirements List - Removing Dots and adding Icons */
.requirements__list {
    list-style: none !important; /* Removes default dots */
    padding-left: 0 !important;
    margin-left: 0 !important;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 15px;
}

.requirements__list li {
    list-style-type: none !important; /* Extra safety to ensure no dots */
    position: relative;
    padding: 15px 15px 15px 45px;
    background: #f8fbff;
    border-radius: 10px;
    color: #444;
    font-weight: 500;
    border: 1px solid #eef2f7;
    transition: all 0.3s ease;
}

.requirements__list li:hover {
    background: #ffffff;
    border-color: #00b4db;
    box-shadow: 0 5px 15px rgba(0, 180, 219, 0.1);
}

.requirements__list li::before {
    content: "\f058"; /* FontAwesome Check Circle */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #27ae60;
    font-size: 18px;
}

/* Modern View More Button Design */
.view-more-parent {
    position: relative;
    padding-bottom: 10px;
}

.view-more {
    display: inline-block;
    color: #fff !important;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    padding: 8px 20px;
    background: #051730;
    border-radius: 50px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.view-more:hover {
    background: #0083b0;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 131, 176, 0.3);
}

/* Description Text Styling */
.description-content {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

.description-content p {
    margin-bottom: 15px;
}

/* --- OTHER RELATED COURSES (COMPARE BOX) DESIGN --- */
.compare-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px;
    margin-bottom: 40px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.07);
    border: 1px solid #f1f4f8;
    transition: transform 0.3s ease;
}

.compare-title {
    font-size: 24px;
    font-weight: 800;
    color: #1a2a3a;
    margin-bottom: 25px;
    border-left: 5px solid #00b4db;
    padding-left: 15px;
}

.course-comparism-item-container {
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: slideUp 0.6s ease forwards;
    opacity: 0;
}

/* Staggered Animation for list items */
.course-comparism-item-container:nth-child(1) { animation-delay: 0.1s; }
.course-comparism-item-container:nth-child(2) { animation-delay: 0.2s; }
.course-comparism-item-container:nth-child(3) { animation-delay: 0.3s; }

.course-comparism-item-container:hover {
    transform: translateX(10px);
    background: #f8fbff;
    border-radius: 12px;
}

.item-image img {
    border-radius: 10px;
    width: 100px;
    height: 60px;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.item-title .title a {
    color: #2c3e50;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s;
}

.item-title .title a:hover {
    color: #0083b0;
}

.item-details .item-rating i {
    color: #f5c85b;
    margin-right: 5px;
}

.item-price .current-price {
    font-weight: 700;
    color: #27ae60;
    font-size: 17px;
}

/* --- ABOUT THE INSTRUCTOR DESIGN --- */
.about-instructor-box {
    background: linear-gradient(145deg, #ffffff, #f0f4f8);
    border-radius: 25px;
    padding: 40px;
    margin-top: 50px;
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
}

.about-instructor-title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 30px;
    color: #1a2a3a;
}

.about-instructor-image img {
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transition: all 0.5s ease;
    animation: pulseProfile 3s infinite;
}

.about-instructor-image img:hover {
    transform: rotate(5deg) scale(1.05);
}

.about-instructor-image ul {
    list-style: none;
    padding: 20px 0;
}

.about-instructor-image ul li {
    background: #fff;
    margin-bottom: 10px;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 14px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
}

.about-instructor-image ul li i {
    color: #00b4db;
    margin-right: 12px;
    width: 20px;
    text-align: center;
}

.instructor-name a {
    font-size: 26px;
    font-weight: 700;
    color: #2c3e50;
    text-decoration: none;
}

.instructor-title {
    color: #0083b0;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 20px;
}

.instructor-bio {
    line-height: 1.8;
    color: #5d6d7e;
    font-size: 15px;
}

/* --- ANIMATIONS --- */
@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseProfile {
    0% { box-shadow: 0 0 0 0 rgba(0, 180, 219, 0.4); }
    70% { box-shadow: 0 0 0 15px rgba(0, 180, 219, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 180, 219, 0); }
}

/* Float Animation for Instructor Box */
.about-instructor-box:hover {
    box-shadow: 0 20px 40px rgba(0, 131, 176, 0.15);
}
/* --- ABOUT THE INSTRUCTOR DESIGN (VIEW MORE REMOVED) --- */
.about-instructor-box {
    background: #ffffff;
    border-radius: 25px;
    padding: 40px;
    margin-top: 50px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}
.navbar-brand {
  width: 38%;
}
.topbar-left {
  width: 50%;
  top: 0px;
}
.topbar small + small {
    margin-left: 0;
    margin-top: 2px;
    margin-bottom: 6px;
  }

/* Instructor Section-la irukura View More button-ai matum hide panrom */
.about-instructor-details .view-more {
    display: none !important;
}

/* Content height-ai auto-vaakki full biography-ai kaaturoam */
.about-instructor-details.view-more-parent {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}

.instructor-name a {
    font-size: 26px;
    font-weight: 700;
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.3s;
}

.instructor-name a:hover {
    color: #0083b0;
}

.instructor-title {
    color: #0083b0;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.instructor-bio {
    line-height: 1.8;
    color: #5d6d7e;
    font-size: 15px;
    text-align: justify;
}

/* Image matrum Stats styling */
.about-instructor-image img {
    border-radius: 15px; /* Square with rounded corners looks professional */
    width: 100%;
    max-width: 250px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.about-instructor-image ul {
    list-style: none;
    padding: 20px 0;
}

.about-instructor-image ul li {
    background: #f8fbff;
    margin-bottom: 12px;
    padding: 12px 15px;
    border-radius: 10px;
    font-size: 14px;
    color: #34495e;
    border-left: 4px solid #00b4db;
    display: flex;
    align-items: center;
}

.about-instructor-image ul li i {
    color: #051730;
    margin-right: 12px;
}

/* Simple Entrance Animation for the whole box */
.about-instructor-box {
    animation: fadeInInstructor 0.8s ease-out;
}

@keyframes fadeInInstructor {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
/* --- NEW SIDEBAR CARD DESIGN --- */
.course-sidebar-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border: 1px solid #f0f0f0;
    position: sticky;
    top: 20px;
}

/* Price Section */
.course-sidebar-card .price-tag {
    font-size: 32px;
    font-weight: 800;
    color: #2d3436;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    justify-content: center;
}

.course-sidebar-card .old-price {
    font-size: 18px;
    color: #b2bec3;
    text-decoration: line-through;
    font-weight: 400;
}

/* Hiding unwanted buttons */
.course-sidebar-card .buy-now-btn, 
.course-sidebar-card .add-to-cart-btn,
.course-sidebar-card .wishlist-btn {
    display: none !important;
}

/* Features List Styling */
.course-includes-list {
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

.course-includes-list li {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px dashed #edf2f7;
    font-size: 15px;
    color: #4a5568;
}

.course-includes-list li i {
    color: #48bb78;
    margin-right: 12px;
    font-size: 18px;
}

/* New Modern Enrollment Button (Alternative to Buy Now) */
.enroll-enquiry-btn {
    display: block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-align: center;
    padding: 15px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(118, 75, 162, 0.3);
}

.enroll-enquiry-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(118, 75, 162, 0.4);
    color: white;
}

/* --- STUDENT FEEDBACK SECTION --- */
.student-feedback-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    margin-top: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.feedback-title {
    font-size: 24px;
    font-weight: 700;
    color: #2d3436;
    margin-bottom: 30px;
    position: relative;
    padding-left: 15px;
}

.feedback-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 5px;
    background: #764ba2;
    border-radius: 10px;
}

/* Average Rating Circle Card */
.rating-summary-card {
    background: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    border: 1px solid #eee;
}

.avg-rating-number {
    font-size: 60px;
    font-weight: 800;
    color: #2d3436;
    line-height: 1;
}

.rating-stars-gold i {
    color: #fdcb6e;
    font-size: 20px;
    margin: 2px;
}

/* Progress Bars Styling */
.rating-bars-container {
    padding-left: 20px;
}

.rating-bar-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 15px;
}

.progress-wrap {
    flex-grow: 1;
    background: #f1f2f6;
    height: 10px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #6a11cb 0%, #2575fc 100%);
    border-radius: 20px;
    transition: width 1s ease-in-out;
}

.star-label {
    min-width: 60px;
    font-size: 14px;
    font-weight: 600;
    color: #636e72;
}

.percentage-label {
    min-width: 40px;
    font-size: 14px;
    font-weight: 600;
    color: #2575fc;
    text-align: right;
}

/* Review Section Enhancements */
.no-reviews-msg {
    text-align: center;
    padding: 40px;
    color: #b2bec3;
    font-style: italic;
    border: 2px dashed #dfe6e9;
    border-radius: 15px;
    margin-top: 20px;
}

/* Sidebar Card Design Refinement */
.course-sidebar.natural {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    overflow: hidden;
    padding: 0;
    transition: all 0.3s ease;
}

/* Hide Unwanted Elements based on your request */
.course-sidebar-text-box .price, 
.course-sidebar-text-box .buy-btns .btn-buy-now,
.course-sidebar-text-box .buy-btns .btn-add-cart {
    display: none !important;
}

/* Container for text/content */
.course-sidebar-text-box {
    padding: 25px;
}

/* Wishlist Button - Only remaining button, styled to look premium */
.course-sidebar-text-box .buy-btns .btn-add-wishlist {
    display: block !important;
    width: 100%;
    border-radius: 8px;
    padding: 15px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(110, 142, 251, 0.3);
    transition: all 0.3s ease;
}

.course-sidebar-text-box .buy-btns .btn-add-wishlist:hover {
    background: #7E57C2;
	color: #222;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(110, 142, 251, 0.4);
}

/* 'Includes' Section Styling */
.course-sidebar-text-box .includes {
    margin-top: 10px;
}

.course-sidebar-text-box .includes .title {
    font-size: 18px;
    color: #333;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.course-sidebar-text-box .includes ul {
    padding: 0;
    list-style: none;
}

.course-sidebar-text-box .includes ul li {
    font-size: 15px;
    color: #555;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.course-sidebar-text-box .includes ul li i {
    color: #051730;
    width: 25px;
    font-size: 18px;
    margin-right: 10px;
}

/* Preview Video Box Adjustment */
.preview-video-box {
    position: relative;
    cursor: pointer;
}

.preview-video-box img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 100%;
}

.preview-video-box .preview-text {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
}

/* ===================================================
   MOBILE ONLY - SEPARATOR & ALIGNMENT FIX
   =================================================== */

@media (max-width: 991px) {
    /* Main Course Card */
    .course-comparism-item-container {
        display: flex !important;
        flex-direction: column !important;
        padding: 0 !important; 
        overflow: hidden;
        border: 1px solid #e0e0e0 !important;
        border-radius: 12px !important;
        margin-bottom: 20px !important;
        background: #fff !important;
    }

    /* Video/Image Section */
    .item-image.float-left {
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .item-image img {
        width: 100% !important;
        height: auto !important;
        border-radius: 12px 12px 0 0 !important;
    }

    /* --- THE SEPARATOR LINE --- */
    .item-image::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: #eee;
        margin-top: 0;
    }

    /* Content Area (Title, Star, Person) */
    .item-title.float-left, 
    .item-details.float-left {
        float: none !important;
        width: 100% !important;
        padding: 12px 15px !important;
    }

    .item-title.float-left {
        padding-bottom: 5px !important;
    }

    .item-title .title a {
        font-size: 16px !important;
        font-weight: 700 !important;
        color: #333 !important;
        line-height: 1.4 !important;
    }

    /* Star and Person in SAME LINE with Separator feel */
    .item-details.float-left {
        padding-top: 0 !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 15px !important;
        border-top: 1px dashed #f0f0f0;
        padding-top: 10px !important;
        margin-top: 5px !important;
    }

    .item-rating, .enrolled-student {
        font-size: 13px !important;
        color: #666 !important;
        display: flex !important;
        align-items: center !important;
        gap: 4px !important;
    }

    .item-rating i {
        color: #f5c85b !important;
    }

    /* Price Section */
    .item-price {
        margin: 10px 15px 15px 15px !important;
        display: block !important;
    }
}
/*--------------------------------------------------------------
# Why Us Section
--------------------------------------------------------------*/
.why-us .why-box {
  color: var(--contrast-color);
  background: var(--accent-color);
  padding: 30px;
}

.why-us .why-box h3 {
  color: var(--contrast-color);
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .why-box p {
  margin-bottom: 30px;
}

.why-us .why-box .more-btn {
  display: inline-block;
  background: color-mix(in srgb, var(--contrast-color), transparent 85%);
  padding: 8px 40px 10px 40px;
  color: var(--contrast-color);
  transition: all ease-in-out 0.4s;
  border-radius: 50px;
}

.why-us .why-box .more-btn i {
  font-size: 14px;
}

.why-us .why-box .more-btn:hover {
  color: var(--accent-color);
  background: var(--surface-color);
}

.why-us .icon-box {
  background-color: var(--surface-color);
  text-align: center;
  padding: 40px 30px;
  width: 100%;
  height: 100%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.why-us .icon-box i {
  color: var(--accent-color);
  font-size: 32px;
  margin-bottom: 30px;
  background: color-mix(in srgb, var(--accent-color), transparent 95%);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  transition: 0.3s;
}

.why-us .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.why-us .icon-box p {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.why-us .icon-box:hover i {
  color: var(--contrast-color);
  background: var(--accent-color);
}
/* ===================================================
   MODERN COURSE LIST UNIQUE DESIGN
   =================================================== */

/* 1. Main Container & List Reset */
.category-course-list ul {
    list-style: none;
    padding: 0;
}

.category-course-list li {
    margin-bottom: 25px;
}

/* 2. Card Styling */
.course-box-2 {
    display: flex;
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
    position: relative;
}

.course-box-2:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    border-color: #6c5ce7;
}

/* 3. Image Section with Overlay Effect */
.course-image {
    flex: 0 0 280px;
    position: relative;
    overflow: hidden;
}

.course-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.course-box-2:hover .course-image img {
    transform: scale(1.1);
}

/* 4. SEPARATOR LINE (Vertical on Desktop, Horizontal on Mobile) */
.course-image::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, #e0e0e0, transparent);
}

/* 5. Content Details Area */
.course-details {
    flex: 1;
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.course-title {
    font-size: 18px;
    font-weight: 700;
    color: #2d3436;
    text-decoration: none !important;
    margin-bottom: 8px;
    display: block;
    line-height: 1.3;
}

.course-instructor {
    font-size: 13px;
    color: #636e72;
    margin-bottom: 12px;
    text-decoration: none !important;
}

.instructor-name {
    color: #6c5ce7;
    font-weight: 600;
}

.course-subtitle {
    font-size: 14px;
    color: #b2bec3;
    line-height: 1.5;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 6. Meta Icons (Lessons, Time, Language) */
.course-meta {
    display: flex;
    gap: 15px;
    font-size: 12px;
    color: #636e72;
}

.course-meta span i {
    margin-right: 5px;
    color: #a29bfe;
}

/* 7. Price and Rating Side Section */
.course-price-rating {
    flex: 0 0 180px;
    padding: 20px;
    background: #fcfcff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-left: 1px dashed #eee;
}

.course-price .current-price {
    font-size: 22px;
    font-weight: 800;
    color: #2d3436;
    display: block;
}

.course-price .original-price {
    font-size: 14px;
    text-decoration: line-through;
    color: #b2bec3;
}

/* Star Rating Style */
.rating {
    margin-top: 10px;
    color: #dfe6e9;
}

.rating i.filled {
    color: #fdcb6e;
}

.average-rating {
    font-weight: 700;
    color: #2d3436;
    margin-left: 5px;
}

.rating-number {
    font-size: 11px;
    color: #b2bec3;
    margin-top: 2px;
}
.why-us{
	padding:50px 0px 50px 0px;
}

#toolbarViewerRight {
	display:none !important;
}

input[disabled] + span {
    color: #ccc;
    cursor: not-allowed;
}
.form-control {
  height: 50px;
  background: #fff;
  border: none;
  border-color: transparent;
  padding: 0 15px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: #051730 solid 5px !important;
}

input:not([disabled]) {
    /*! cursor: pointer; */
    /*! outline: 2px solid #28a745; */ /* Highlight available step */
}
/* Styling for the disabled link */
/*
.disabled-link {
    color: #999 !important;
    pointer-events: none; 
    cursor: not-allowed;
    text-decoration: none;
}

.unit-link {
    font-weight: bold;
    color: #007bff;
    margin-left: 10px;
}
*/

.search-box input{
    background-color: #f2f3f5;
    border: 1px solid #071933;
    height: 45px;
    padding: 0 15px;
    border-radius: 2px 0 0 2px;
    font-size: 13px;
}
.search-box input:focus{
    background-color: #fff;
    border-color: #dedfe0;
    border-right-color: transparent;
}
.search-box input:focus + .input-group-append button{
    background-color: #fff;
    border-color: #dedfe0;
    border-left-color: transparent;
}



/* ===================================================
   MOBILE VIEW OPTIMIZATION (Unique & Neat Design)
   =================================================== */

@media (max-width: 767px) {
  .logo-content span:first-child {
    font-size: 29px;
    font-weight: 500;
    text-align: center;
  }
	.home-banner-wrap h2 {
  font-size: 13px;
  line-height: 21px;
  text-shadow: 0 2px 4px rgba(41,48,59,.55);
}
  .topbar-left {
  width: 100%;
  top: 0px;
}
	.topbar-social{
 display:none;
}
    .course-box-2 {
        flex-direction: column !important;
        margin: 15px 10px !important;
        border-radius: 15px !important;
        border: 1px solid #eee !important;
        box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important;
    }

    .course-image {
        flex: 0 0 auto !important;
        width: 100% !important;
        height: 200px !important;
    }

    .course-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        border-radius: 15px 15px 0 0 !important;
    }

    .course-details {
        padding: 15px !important;
        text-align: left !important;
    }

    .course-title {
        font-size: 16px !important;
        margin-bottom: 5px !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .course-instructor {
        font-size: 12px !important;
        margin-bottom: 10px !important;
        display: block;
    }

    .course-subtitle {
        display: none !important;
    }

    .course-meta {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
        padding-top: 10px !important;
        border-top: 1px dashed #f5f5f5;
    }

    .course-meta span {
        font-size: 11px !important;
        background: #f9f9ff;
        padding: 4px 8px;
        border-radius: 5px;
    }

    .course-price-rating {
        flex: none !important;
        width: 100% !important;
        padding: 12px 15px !important;
        background: #fcfcff !important;
        display: flex !important;
        flex-direction: row !important; 
        justify-content: space-between !important;
        align-items: center !important;
        border-top: 1px solid #f0f0f0 !important;
        border-left: none !important;
    }

    .course-price {
        text-align: left !important;
    }

    .current-price {
        font-size: 18px !important;
        font-weight: 800 !important;
    }

    .rating {
        margin: 0 !important;
        font-size: 12px !important;
    }
    
    .rating-number {
        display: none !important;
    }
	.logo-content {
  width: 40% !important;
  top: 12px;
  position: relative;
}
}