*,
*::before,
*::after {
    box-sizing: border-box;
}

/* === Centered Product Card === */
.cg-box-wrap .cg-slider {
	width: 100%;
}
/* Table Fonts */
.cg-table-title {
    text-align: left;
    color: #303030;
    font-size: 12px;
    font-weight: 500;
    display: block;
    margin: 4px 5px 5px;
    word-break: break-word;
}

.cg-tbl-ribbon {
  will-change: transform;
  transform: translateZ(0);
  margin: auto 0 5px -25px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
  border: 2px solid var(--cg-theme-color);
  padding: 6px 10px;
  color: #000;
  float: left;
  font-size: 12px !important;
  word-break: break-word;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  max-width: 150px;
}

.cg-table-two {
  margin-top: 35px !important;
}

.cg-table-two th,
.cg-table-two td {
    border: none !important;               /* Removes all cell borders */
    padding: 8px 12px;          /* Optional: keep some padding */
}

.cg-box-wrap {
      width: 100%;
  max-width: 100%;
    padding: 25px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	overflow: hidden; /* contain all internal overflow */
  position: relative;
  box-sizing: border-box;
}

.product-table-heading{
	text-align: center;
}

/* Product Title */
.cg-box-name {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.cg-box-name {
    overflow-wrap: break-word;
    word-wrap: break-word; /* for extra browser compatibility */
}

/* Center the slider */
.cg-slider-center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.cg-slider {
    width: 70%;
    position: relative;
}

/* Slider image */
.cg-slide-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

/* Thumbnails */
.cg-slider-thumb {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    gap: 10px;
}

.cg-slider-thumb img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
    opacity: 0.7;
    transition: opacity 0.3s;
}
.cg-slider-thumb img:hover {
    opacity: 1;
}

/* Text & Button */
.cg-text-content {
    text-align: center;
}

.cg-text {
    margin-bottom: 20px;
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}

/* Button styling */
.cg-bottom-btn .cg-one-button {
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 8px;
}

/* Mobile responsive */
@media (max-width: 768px) {
.cg-slider {
        width: 100%;
    }
	  table{
      border: none blue !important;
  }
/* 1. This makes the table container scrollable */
    .product-table-heading {
        overflow-x: auto;
    }

    /* 2. This fixes the ribbon's position */
    .cg-tbl-ribbon {
        margin: 0 0 5px -19px; /* Resets top and left margins */
		position: relative;    /* Lifts the ribbon */
		z-index: 10 !important;           /* Puts it ON TOP of the border */
    }
	.cg-box-wrap.cg-berry .cg-box-name {
    overflow-wrap: normal;
    word-break: break-all; /* Use break-all for stubborn cases */
}

.cg-tbl-ribbon {
  margin: auto 0px 10px -7px;
}

    /* 👇 ADD THIS RULE */
    .cg-box-wrap {
        padding: 15px; /* Reduces padding from 25px to 15px on mobile */
    }
  
}



/* circle Radius */
.c100 {
    font-size: 80px; 
}
.c100 span {
    color: #f49403 !important;
    font-weight: 600;
}

.c100::after {
    background: #fff;
}

.c100 .slice .bar, .c100 .slice .fill {
    border: .08em solid #232f3e;
}


/* Styles for tablets in portrait mode */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  
.cg-table-two th,
.cg-table-two td {
    border: none !important;               /* Removes all cell borders */
    padding: 8px 12px;          /* Optional: keep some padding */
}
  
  .cg-tbl-ribbon{
      margin: auto 0px 10px -24px;
  }  

}

/*PRos and Cons - Left and Right*/
/* --- Main Container --- */
.cg-text {
  display: block;
  width: 100%;
  font-family: "Inter", "Roboto", sans-serif;
  line-height: 1.6;
}

/* --- Pros & Cons side by side --- */
.cg-text .pros,
.cg-text .cons {
  display: inline-block !important;
  vertical-align: top;
  width: 48% !important;
  box-sizing: border-box;
  padding: 20px 25px;
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  margin-bottom: 25px;
  background: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cg-text .pros:hover,
.cg-text .cons:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.cg-text .pros { margin-right: 2%; }

/* --- Headings --- */
.cg-text .pros h3,
.cg-text .cons h3 {
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.cg-text .pros h3 { color: #0a8754; }
.cg-text .cons h3 { color: #d62828; }

/* --- Remove all default bullets / markers --- */
.cg-text ul,
.cg-text ul li {
  list-style: none !important;
  list-style-type: none !important;
  list-style-position: outside !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  text-shadow: none !important;
  display: block !important;
  padding: 0;
  margin: 0;
}

.cg-text ul li::marker {
  content: "" !important;
}

/* --- List Items --- */
.cg-text .pros li,
.cg-text .cons li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 36px !important; /* space for bigger emoji */
  opacity: 0;
  transform: translateY(8px);
  animation: fadeInList 0.5s forwards;
}

/* Staggered animation */
.cg-text .pros li:nth-child(1),
.cg-text .cons li:nth-child(1) { animation-delay: 0.1s; }
.cg-text .pros li:nth-child(2),
.cg-text .cons li:nth-child(2) { animation-delay: 0.2s; }
.cg-text .pros li:nth-child(3),
.cg-text .cons li:nth-child(3) { animation-delay: 0.3s; }

/* --- ✅ / ❌ plain emoji icons (slightly larger) --- */
.cg-text .pros li::before,
.cg-text .cons li::before {
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 1.35em; /* 🔥 larger emoji size */
  line-height: 1;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* ✅ Pros icon */
.cg-text .pros li::before {
  content: "✅" !important;
}

/* ❌ Cons icon */
.cg-text .cons li::before {
  content: "❌" !important;
}

/* --- Fade-in animation --- */
@keyframes fadeInList {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --- Responsive (stack on mobile) --- */
@media (max-width: 768px) {
  .cg-text .pros,
  .cg-text .cons {
    display: block !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
}

/* =========================================================
   WHAT WE LIKE / WHAT COULD BE IMPROVED - FIXED ICONS
   ========================================================= */

/* Shared container styling */
.cg-text .like,
.cg-text .improved {
  width: 100%;
  box-sizing: border-box;
  padding: 25px 30px;
  border-radius: 16px;
  margin-bottom: 30px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

/* WHAT WE LIKE - Green gradient card */
.cg-text .like {
  background: linear-gradient(135deg, #e6f7ef 0%, #d3f9d8 100%);
  border-left: 6px solid #0a8754;
}
.cg-text .like:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(10, 135, 84, 0.25);
}

/* WHAT COULD BE IMPROVED - Amber gradient card */
.cg-text .improved {
  background: linear-gradient(135deg, #fff6e5 0%, #ffeac4 100%);
  border-left: 6px solid #f4a261;
}
.cg-text .improved:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(244, 162, 97, 0.25);
}

/* Section headings */
.cg-text .like h3,
.cg-text .improved h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}

.cg-text .like h3 { color: #0a8754; }
.cg-text .improved h3 { color: #e07a00; }

/* Clean list style */
.cg-text .like ul,
.cg-text .improved ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.cg-text .like li,
.cg-text .improved li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 40px !important;
  font-size: 1rem;
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInList 0.5s forwards;
}

/* Staggered fade */
.cg-text .like li:nth-child(1),
.cg-text .improved li:nth-child(1) { animation-delay: 0.1s; }
.cg-text .like li:nth-child(2),
.cg-text .improved li:nth-child(2) { animation-delay: 0.2s; }
.cg-text .like li:nth-child(3),
.cg-text .improved li:nth-child(3) { animation-delay: 0.3s; }

/* --- Force display of icons --- */
.cg-text .like li::before,
.cg-text .improved li::before {
  content: "" !important;
  display: inline-block !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  font-size: 1.4em !important;
  line-height: 1;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  color: inherit !important;
}

/* 💚 What We Like icon */
.cg-text .like li::before {
  content: "💡" !important;
}

/* ⚙️ or ⚠️ What Could Be Improved icon (you can swap emoji below) */
.cg-text .improved li::before {
  content: "🛠️" !important; /* alternative: "⚠️" or "🛠️" */
}

/* --- Fade-in animation --- */
@keyframes fadeInList {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
