/* =========================================
   BASE
========================================= */

body {
  background: #f6f2ef;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.ast-woocommerce-container {
    margin-top: 0px!important;
}

.course-wrapper {
  max-width: 1200px;
}

.crx-product-top
{
    width: 100%;
    position: absolute;
    height: 350px;
    background-color: #EFEAE8;
    left: 0px;
    z-index: -1;
}

/* =========================================
   HERO IMAGE (WooCommerce Gallery)
========================================= */

.course-wrapper .woocommerce-product-gallery {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0;
}

.course-wrapper .woocommerce-product-gallery__wrapper {
  width: 100%;
}

.course-wrapper .woocommerce-product-gallery__image img {
  width: 100% !important;
  height: 360px;
  object-fit: cover;
  border-radius: 0px;
  display: block;
  margin-top: 15px;
}

.course-wrapper .woocommerce-product-gallery--with-images {
  margin-bottom: 12px;
}

/* =========================================
   LEFT COLUMN RHYTHM
========================================= */

.course-wrapper .col-lg-8 h3 {
  margin-bottom: 6px;
}

.course-wrapper .col-lg-8 > p.small {
  margin-bottom: 10px;
}

.course-wrapper .col-lg-8 .position-relative {
  margin-bottom: 16px;
}

/* =========================================
   TABS (FIXED + SCOPED)
========================================= */

.course-wrapper .nav-tabs {
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  margin-left: 0;
  border-bottom: none;
  gap: 28px;
}

.course-wrapper .nav-tabs .nav-item {
  margin: 0;
}

.course-wrapper .nav-tabs .nav-link {
  border: none;
  background: transparent;
  padding: 10px 0;
  font-weight: 500;
  color: #777;
}

.course-wrapper .nav-tabs .nav-link.active {
  color: #000;
  border-bottom: 2px solid #ff6a3d;
}

.course-wrapper .tab-content {
  margin-top: -1px;
}

/* =========================================
   SIDEBAR CARD
========================================= */

.sidebar-card {
  background: #fff;
  padding: 22px;
  position: sticky;
  top: 20px;
}

.meta-list li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}

.meta-list li:last-child {
  border-bottom: none;
}

/* =========================================
   BUTTONS
========================================= */

.btn-main {
  background: #a9795c;
  color: white;
  border: none;
}

.btn-main:hover {
  background: #91684e;
}

/* =========================================
   LEARN BOX
========================================= */

.learn-box {
  background: #e7ebe1;
  padding: 22px;
}

.learn-box i {
  color: #4caf50;
}

/* =========================================
   INCLUDES
========================================= */

.includes li {
  font-size: 14px;
  margin-bottom: 8px;
}

/* =========================================
   SHARE BUTTONS
========================================= */

.share-btn {
  height: 38px;
  min-width: 38px;
  padding: 0 10px;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 14px;
  color: #333;
}

.share-btn.wide {
  padding: 0 14px;
}

.share-btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
}

.share-btn:hover {
  background: #a8795c;
  color: #fff;
}


/* =========================================
   STAR COLOR
========================================= */

.stars i {
  color: #f4b740;
  font-size: 14px;
  margin-right: 1px;
}


/* =========================================
   RESET ALL UL/LI INSIDE COURSE LAYOUT ONLY
========================================= */

.course-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.course-wrapper ul li {
  margin: 0;
  padding: 0;
}

/* Restore spacing only where we want it */

/* Meta list */
.course-wrapper .meta-list li {
  padding: 8px 0;
}

/* Includes list */
.course-wrapper .includes li {
  margin-bottom: 8px;
}

/* Tab content lists (like curriculum, description, etc.) */
.course-wrapper .tab-content ul {
  padding-left: 18px;        /* clean indent */
  list-style: disc;          /* normal bullets */
}

.course-wrapper .tab-content ul li {
  margin-bottom: 6px;
}

/* Woo reviews list fix */
.course-wrapper .woocommerce-Reviews ul {
  padding-left: 0;
  list-style: none;
}

.course-wrapper .woocommerce-Reviews li {
  margin-bottom: 12px;
}


.course-actions .btn-cart {
  background: #a9795c;
  color: #fff;
  padding: 11px 14px;
  font-weight: 500;
  font-size: 15px;
}

.course-actions .btn-cart:hover {
  background: #91684e;
  color: #fff;
}

.course-actions .btn-buy-now {
  background: #f5ede7;
  color: #a9795c;
  padding: 11px 14px;
  font-weight: 500;
  font-size: 15px;
}

.course-actions .btn-buy-now:hover {
  background: #efe3db;
  color: #91684e;
}

/* Sidebar meta icons */
.meta-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}

.meta-list li:last-child {
  border-bottom: none;
}

.meta-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #555;
}

.meta-label svg {
  width: 16px;
  height: 16px;
  stroke: #8b8b8b;
  fill: none;
  stroke-width: 1.7;
}


.course-includes {
  display: grid;
  gap: 10px;
  padding-left: 0;
}

.course-includes li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #333;
}

.include-icon {
  width: 28px;
  height: 28px;
  border: 1px solid #eee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.include-icon svg {
  width: 16px;
  height: 16px;
  stroke: #b08968;
  stroke-width: 1.8;
  fill: none;
}

/* Hide WooCommerce magnifier (zoom icon) */
.woocommerce-product-gallery__trigger {
    display: none !important;
}

.woocommerce-breadcrumb {
    font-size: 13px;
    color: #94a3b8;
}

.woocommerce-breadcrumb a {
    color: #64748b;
    text-decoration: none;
}

.woocommerce-breadcrumb a:hover {
    color: #0f172a;
    text-decoration: underline;
}

.woocommerce-breadcrumb span {
    color: #8897a8;
}
.woocommerce-breadcrumb span {
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: 1px; /* move arrow DOWN */
}

#curriculum .accordion-button {
  font-weight: 450!important;
}

#curriculum .accordion-body {
  background: #eee !important;
}

.accordion-header {
  margin-bottom: 0px !important;
}

/* Fix accordion container spacing */
#curriculum {
  margin-top: 0;
}

/* Remove ugly default background */
#curriculum .accordion-item {
  background: transparent;
}

/* Clean header button */
#curriculum .accordion-button {
  box-shadow: none !important;
  border: 1px solid #eee;
  background: #fff;
  padding: 14px 18px;
  font-weight: 600;
}

/* When active */
#curriculum .accordion-button:not(.collapsed) {
  background: #a8795c; /* match your brown */
  color: #fff;
}

/* Remove Bootstrap focus glow */
#curriculum .accordion-button:focus {
  box-shadow: none;
}

/* Fix accordion body spacing */
#curriculum .accordion-body {
  padding: 15px 18px;
  background: #f9f9f9;
  border: 1px solid #eee;
  border-top: none;
}

/* Remove weird margin gaps */
#curriculum .accordion-item {
  margin-bottom: 10px;
}

.share-btn.copied {
  background: #28a745;
  color: #fff;
}
