/* === 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{
      margin: auto 0px 43px -24px;
  }  

.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 {
    max-width: auto;
    margin: 40px auto;
    padding: 25px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

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

/* Product Title */
.cg-box-name {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 20px;
}

/* 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;
  }

  .cg-tbl-ribbon{
    margin: auto 0 5px -9px;
  }
  
}



/* 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;
  }  

}