/* General */
.cp-wrap { direction: rtl; font-family: inherit; }

/* Grid Cards */
.cp-grid {
  display: grid;
  gap: 28px;
}
.cp-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cp-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cp-cols-1 { grid-template-columns: 1fr; }

@media (max-width: 1024px) {
  .cp-cols-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .cp-cols-3, .cp-cols-2 { grid-template-columns: 1fr; }
}

.cp-card {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,.07);
}

.cp-card-image {
  position: relative;
  background: #f4f4f4;
}
.cp-card-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.cp-card-btn {
  position: absolute;
     top: 50%;
    right: 34%;
  background: #ff8a00;
  color: #fff !important;
  padding: 12px 22px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  opacity: 0;
  transform: translateY(-6px);
  transition: .25s;
}
.cp-card:hover .cp-card-btn {
  opacity: 1;
  transform: translateY(0);
}

.cp-card-content {
  padding: 18px 22px 22px;
  text-align: center;
}
.cp-card-content h3 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 800;
}
.cp-card-content p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}

/* Single Hero Section */
.cp-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}
@media (max-width: 991px) {
  .cp-hero { grid-template-columns: 1fr; }
}
.cp-box-title span{
    font-weight: 700;
    font-size: 20px;
    line-height: 1.75rem;
    color: #333333;
    margin-bottom: 24px;
    
}
.cp-hero-content .cp-badge {
  display: inline-block;
  background: #ffe9d2;
  color: #ff8a00;
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 12px;
  margin-bottom: 10px;
}
.cp-hero-content h1 {
  margin: 0 0 10px;
  font-size: 36px;
  font-weight: 700;
  color: #333333;
}
.cp-hero-content p {
  margin: 0 0 32px;
  color: #555;
  line-height: 1.9;
}

.cp-list {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.cp-list li {
  display: flex;
  gap: 10px;
  align-items: start;
  color: #333;
  background-color: #f9f9f9;
    padding: 8px;
    border-radius: 7px;
}
.cp-list li .cp-check {
  color: #ff8a00;
  font-weight: 900;
}

.cp-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.cp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 57px;
  border-radius: 14px;
  font-weight: 900;
  text-decoration: none;
  border: 2px solid transparent;
}
.cp-btn.primary {
  background: #ff8a00;
  color: #fff !important;
  padding: 16px 66px;
}
.cp-btn.outline {
  background: #fff;
  color: #ff8a00 !important;
  border-color: #ff8a00;
  display: none;
}

/* Hero image card */
.cp-hero-image {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(0,0,0,.07);
  overflow: hidden;
}
.cp-hero-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

/* Details Cards */
.cp-cards-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
@media (max-width: 991px) {
  .cp-cards-2 { grid-template-columns: 1fr; }
}

.cp-box {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(0,0,0,.06);
  padding: 22px;
}
.cp-box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 900;
  margin-bottom: 14px;
  font-size: 18px;
  justify-content: flex-start;
}
.cp-table {
  width: 100%;
  border-collapse: collapse;
}
.cp-table tr + tr td { border-top: 1px solid #eee; }
.cp-table td {
  padding: 12px 0;
  vertical-align: middle;
}
.cp-table td.key { color: #666; width: 40%; }
.cp-table td.val {
    /* color: #111; */
     font-weight: 900; 
    text-align: end;
}


.cp-card-content {
    text-align: right;
}

.cp-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 24px;
    margin-bottom: 30px;
}

/* ===== TITLE ICON (MATCH DESIGN) ===== */

.cp-box-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 18px;
}

/* Icon bubble */
.cp-title-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #fff3e6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* SVG inside */
.cp-title-icon::before {
  content: '';
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Usage icon */
.cp-icon-usage::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4H10V10H4V4ZM14 4H20V10H14V4ZM4 14H10V20H4V14ZM14 14H20V20H14V14Z' fill='%23FF8A00'/%3E%3C/svg%3E");
}

/* Specs icon */
.cp-icon-specs::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5H21V7H3V5ZM3 11H21V13H3V11ZM3 17H21V19H3V17Z' fill='%23FF8A00'/%3E%3C/svg%3E");
}

/* ===== PRODUCTS GRID – STYLE 2 ===== */

.cp-style-2 {
  gap: 32px;
}

.cp-card-style-2 {
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,.07);
  transition: transform .25s ease, box-shadow .25s ease;
}

.cp-card-style-2:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(0,0,0,.10);
}

.cp-card-style-2 .cp-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.cp-card-img img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  background: #f6f6f6;
}

.cp-card-body {
  padding: 22px;
  text-align: center;
}

.cp-card-body h3 {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 8px;
  text-align: right;
}

.cp-card-body p {
  font-size: 14px;
  color: #666;
  margin-bottom: 14px;
  text-align: right;
}

.cp-more {
  font-size: 14px;
  font-weight: 800;
  color: #ff8a00;
}
/* ===== CARD CATEGORIES (BADGES) ===== */

.cp-card-cats {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 10px 0 14px;
  justify-content: flex-start;
}

.cp-card-cat {
  background: #fff3e6;
  color: #ff8a00;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 700;
  white-space: nowrap;
}
/* ===== DETAILS BUTTON (MATCH DESIGN) ===== */

.cp-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  width: 100%;
 padding: 10px 18px;

  border: 2px solid #ff8a00;
  border-radius: 16px;

  color: #ff8a00;
  font-size: 15px;
  font-weight: 800;

  margin-top: 16px;

  transition: all .25s ease;
}

/* Arrow */
.cp-more-btn .arrow {
  font-size: 18px;
  transition: transform .25s ease;
}

/* Hover */
.cp-card-style-2:hover .cp-more-btn {
  background: #ff8a00;
  color: #fff;
}

.cp-card-style-2:hover .cp-more-btn .arrow {
  transform: translateX(-4px);
}

/* Mobile tweak */
@media (max-width: 767px) {
  .cp-more-btn {
    font-size: 14px;
    padding: 13px 16px;
  }
}