/* --- Global Reset & Body --- */
* {
  box-sizing: border-box; 
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* --- Main Product Container --- */
.prodetails {
  width: 100%;
  display: flex;
  padding: 40px 60px;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* --- Left Side: Images --- */
.single-pro-image {
  width: 40%;
  margin-right: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.main-img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
  object-fit: cover;
  border: 1px solid #ddd;
}

/* --- Right Side: Details --- */
.single-pro-details {
  width: 50%;
  padding-top: 0px;
}

.single-pro-details h6 {
  font-size: 14px;
  color: #555;
  margin: 0 0 20px 0;
}

.pro-name {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #1a1a1a;
}

.pro-price {
  font-size: 26px;
  font-weight: bold;
  color: red; 
  margin-bottom: 20px;
}

.old-price {
    text-decoration: line-through;
    color: gray;
    font-size: 0.7em; 
    margin-right: 15px;
    font-weight: normal;
}

.new-price {
    color: red; 
}

.discount-badge {
    font-size: 0.5em;
    background-color: black;
    color: white;
    padding: 4px 10px;
    border-radius: 5px;
    vertical-align: middle;
    margin-left: 10px;
    font-weight: normal;
    letter-spacing: 1px;
}

/* --- NEW: Color Variation Styles --- */
.product-colors {
    margin-bottom: 20px;
}

.product-colors h4 {
    font-size: 16px;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    color: #333;
}

.color-circles-container {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.color-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #e0e0e0;
    transition: all 0.3s ease;
    box-shadow: inset 0 0 4px rgba(0,0,0,0.1), 0 2px 4px rgba(0,0,0,0.1);
}

.color-circle:hover {
    transform: scale(1.1);
}

.color-circle.active {
    border: 2px solid #000;
    transform: scale(1.15);
    box-shadow: inset 0 0 4px rgba(0,0,0,0.1), 0 4px 8px rgba(0,0,0,0.2);
}

/* --- Buttons & Inputs --- */
.button-container-detail{
  display: flex;
  width: 100%;
}
.quantity-container {
  display: flex;
  align-items: center;
  border: 1.5px solid #000; 
  border-radius: 50px;      
  width: 130px; 
  margin-bottom: 20px;
  background-color: #fff;
  margin-right: 15px;
}

.quantity-input {
  width: 40px;
  text-align: center;
  border: none;
  font-size: 18px;
  font-weight: bold;
  outline: none;
  background: transparent;
  pointer-events: none;
}

.qty-btn {
  flex: 1;
  background-color: transparent; 
  border: none;
  height: 40px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.qty-btn:hover {
  background-color: #f0f0f0;
}

.qty-btn:active {
  background-color: #e0e0e0;
}

.add-cart-btn { 
  background: #fff;
  color: black;
  padding: 11px 30px;
  border: 1px solid black;
  cursor: pointer;
  font-weight: bold;
  border-radius: 25px;
  font-size: 16px;
  transition: 0.3s;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0px;
  margin-bottom: 20px; 
}

.buy-now-btn {
  background: black;
  color: #fff;
  padding: 14px 30px;
  border: 2px solid black;
  cursor: pointer;
  border-radius: 25px;
  font-size: 16px;
  transition: 0.3s;
  margin-bottom: 10px;
  width: 50%;
  letter-spacing: 1px;
}

.single-pro-details h4 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 20px;
}

.pro-desc {
  line-height: 1.6;
  color: #555;
  font-size: 16px;
  display: block;
}

/* --- Widgets & Tables --- */
.delivery-status-widget {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 50px;
  line-height: 15px;
  color: #000000;
  border: 1px solid black;
  border-radius: 6px;
  padding: 15px 0px;
}
.status-text{
  font-weight: bold;
  margin:5px 0px;
}
.status{
  text-align: center;
}
.t4s-table-res-df {
  min-height: .01%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.comparision-table-container{
  background-color: white;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 0px;
  border-top: 2px solid gray;
  border-bottom: 2px solid gray;
}
.comparision-table-container h3{
  font-size: 26px;
  margin-bottom: 0px;
  text-align: center;
}
.comparision-table-container p{
  font-size: 20px;
  margin-top: 10px;

}
.comparison-table {
  width: auto;
  max-width: 700px;
  margin: 10px auto;
  border-collapse: collapse;
  border: 2px solid #000;
}
.main{
  background-color: black;
  color: white;
  padding: 10px 60px;
  font-size: 18px;
}
.feature-name{
  font-size: 24px;
  font-family: sans-serif;
  border: 1px solid gray;
  padding: 10px 30px;
  text-align: center;
}
.check,.cross{
  font-size: 24px;
}

/* --- FAQ Styles --- */
.faq-title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    border-bottom: 1px solid gray;
}

.faq-container {
    padding: 10px 10px;
    width: 100%;
    background-color: #fff;
    max-width: 1000px;
    margin: 10px auto 30px auto; 
    border-radius: 10px;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.faq-question {
    width: 100%;
    padding: 15px;
    background-color: black;
    color: white;
    border: none;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
}

.faq-question i {
    transition: transform 0.5s ease-in-out;
}

.faq-answer {
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
    color: #555;
}

.faq-item.active .faq-answer {
    margin-top: 10px;
    border-top: 1px solid black;
    max-height: 300px; 
    padding: 15px;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
} 