



/* Make modal look modern */
.tte-modal-inner .form-label { font-weight:600; }
.tte-hp-input { display:none !important; }
/* small responsive tweaks */
@media (max-width: 576px) {
  #tte_product_image { max-height:160px; margin-bottom:8px; }
}






/* === Talk to Expert Popup Styles === */
#arModal .modal-dialog {
  max-width: 540px;
  margin: 2rem auto;
}

#arModal .modal-content {
  border-radius: 15px;
  border: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  overflow: hidden;
}

#arModal .modal-header {
  background: #004aad;
  color: #fff;
  border-bottom: none;
  padding: 1rem 1.5rem;
}

#arModal .modal-title {
  font-weight: 600;
  font-size: 1.6rem;
  color:#ffffff;
  padding: 10px;
}

#arModal .modal-body {
  
  flex-wrap: wrap;
  gap: 20px;
  padding: 3.5rem;
  background-color: #f9f9f9;
}

#arModal .product-preview {
  flex: 1 1 45%;
  text-align: center;
}

#arModal .product-preview img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

#arModal .product-details {
  flex: 1 1 50%;
}

#arModal label {
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}
.btn-close {
  filter: invert(1);
}
#arModal input{
height: 50px;
}

#arModal input,
#arModal textarea {
  width: 100%;
  padding: 5px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  transition: all 0.2s ease;
}

#arModal textarea {
    min-height: 120px;
}
#arModal input:focus,
#arModal textarea:focus {
  border-color: #004aad;
  box-shadow: 0 0 0 2px rgba(0,74,173,0.1);
  outline: none;
}

#arModal .modal-footer {
  border-top: none;
  padding: 1rem 1.5rem;
  justify-content: flex-end;
  background: #f9f9f9;
}

#arModal button {
  border-radius: 8px;
  padding: 1rem 1rem;
  font-weight: 500;
  font-size: 14px;
  margin-top:6px;
}

#arModal .btn-primary {
  background-color: #004aad;
  border: none;
}

#arModal .btn-primary:hover {
  background-color: #003080;
}

#arModal .success-message {
  text-align: center;
  padding: 1.5rem;
  color: #2c662d;
  background: #dff0d8;
  border-radius: 10px;
  font-size: 1.1rem;
}

/* Hide WooCommerce prices globally */
/*
.woocommerce .price,
.woocommerce-page .price {
    display: none !important;
}
*/

