@media (max-width: 768px) { 
 .product__faq-wrapper {
    grid-template-columns: 100% !important;
}
}   
.elementor-widget:not(:last-child) {
    margin-block-end: 0px !important;
}
h3 {
color: #EA8A6E !important;
}
.product-page-description ul {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-page-description h2 {
   font-size: 28px;
}
.product-page-description h3 {
  font-size: 24px;
}
@media (max-width: 768px) {
  .product-page-description h2 {
   font-size: 24px;
}   
.product-page-description h3 {
  font-size: 20px;
} 
}

 .rating-container {
    display: flex;
    align-items: start;
    gap: 10px;
}

.rating-score {
    font-size: 45px; 
    font-weight: bold;
    color: #333;
}

.rating-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 5px;
}

.stars {
    font-size: 20px;
    color: #ffc242;
    margin-bottom: px;
}

.small-text {
    font-size: 12px;
}
#customer-reviews {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .review-card {
            display: flex;
            align-items: center;
            background: #fff;
            padding: 15px;
            border-radius: 8px;
            width: 100%;
        }

        .review-left {
            flex-shrink: 0;
            margin-right: 15px;
        }

        .review-left img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            object-fit: cover;
        }

        .review-right {
            display: flex;
            flex: 1;
            justify-content: space-between;
            align-items: center !important;
            width: 100%;
        }

        .review-info {
            display: flex;
            flex-direction: column;
             align-items: flex-start; 
            width: 150px;
        }

        .review-stars {
            font-size: 15px;
            color: #ffc242;
        }

        .client-name {
            font-size: 16px;
            font-weight: bold;
            margin: 5px 0;
            color: #333;
        }

        .review-date {
            font-size: 12px;
            color: #777;
        }

        .review-text {
            font-size: 14px;
            color: #333;
            flex: 1;
            margin-left: 20px;
            word-wrap: break-word;
        }

        .review-divider {
            width: 2px;
            height: 50px;
            background: #ccc;
            margin: 8px 15px;
        }

        .pagination {
            display: flex !important;
            justify-content: center;
            margin-top: 20px;
        }

        .pagination button {
    border: none;
    background: #f5f5f5;
    color: #333;
    padding: 8px 15px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
    margin: 2px;
    border-radius: 65px;
}
       .pagination button:hover {
    border: none;
    background: #f5f5f5;
    color: #333;
    padding: 8px 15px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
    margin: 2px;
    border-radius: 65px;
}

        .pagination button.active {
            background: #FB876B;
            color: #fff;
}


@media (max-width: 768px) {
   .review-right {
       flex-direction: column !important;
       align-items : start !important;
   }
   .review-text {
    margin-left: 0px;
}
.review-divider {
    display : none;
} 
.review-card {
    align-items: start;
}
}
.grid-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
@media (min-width: 1024px) {
    .box {
        text-align: center !important;
        width: 445px !important;
    }
}
.box p{
    text-align: left;
}
.box img {
    border-radius: 10px;
}
.box {
    border-radius: 20px;
}
.box h3 {
  font-size: 24px;
  color: #333333 !important;
}
@media (max-width: 600px) {
    .grid-container {
        flex-direction: column;
        text-align: center;
    }
}
.tuck-boxes-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 25px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
@media (min-width: 1024px) {
    .tuck-box-item {
        text-align: center;
        width: 25%;
    }
}
.tuck-box-item p{
    text-align: left;
}
.tuck-box-item img {
    border-radius: 10px;
}
.tuck-box-item {
    border-radius: 20px;
}
.tuck-box-item h3 {
  font-size: 22px;
  color: #333333 !important;
}
@media (max-width: 600px) {
    .tuck-boxes-container {
        flex-direction: column;
        text-align: center;
    }
}
.review-button {
    display: flex;
    justify-content: end;
}
.popup-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.7);
      z-index: 999;
      justify-content: center;
      align-items: center;
    }
    .popup-box {
      position: relative;
      background: #fff;
      width: 640px;
      height: 353px;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    }
    .popup-close {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 22px;
      font-weight: bold;
      color: #333;
      cursor: pointer;
    }
    @media (max-width: 767px) {
      .popup-box {
        width: 100%;
        max-width: 100%;
        height: 353px;
        border-radius: 0;
      }
    }