.elementor-3239 .elementor-element.elementor-element-15f6833{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3239 .elementor-element.elementor-element-6667bd6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-4581e5e *//* =========================
   FAQ STYLING (Clean + Premium)
========================= */

.reno-faq {
  margin-top: 40px;
}

.reno-faq h2 {
  margin-bottom: 20px;
}

.reno-faq details {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 16px 18px;
  margin-bottom: 14px;
  background: linear-gradient(
    145deg,
    rgba(255,255,255,0.02),
    rgba(255,255,255,0.01)
  );
  transition: all 0.25s ease;
}

.reno-faq details:hover {
  border-color: rgba(230,153,0,0.35);
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

.reno-faq summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  list-style: none;
  position: relative;
  padding-right: 26px;
}

/* remove default arrow */
.reno-faq summary::-webkit-details-marker {
  display: none;
}

/* custom icon */
.reno-faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  color: #E69900;
  transition: transform 0.25s ease;
}

.reno-faq details[open] summary::after {
  transform: rotate(45deg);
}

.reno-faq p {
  margin-top: 10px;
  line-height: 1.7;
  opacity: 0.9;
}

/* =========================
   TABLE STYLING (Luxury Clean)
========================= */

.reno-table-wrap {
  overflow-x: auto;
  margin-top: 25px;
}

.reno-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(10, 18, 30, 0.6);
  backdrop-filter: blur(8px);
}

/* header */
.reno-table thead {
  background: linear-gradient(
    135deg,
    #0f223f,
    #122947
  );
}

.reno-table th {
  text-align: left;
  padding: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #E69900;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* body */
.reno-table td {
  padding: 15px 16px;
  font-size: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.85);
}

/* row hover */
.reno-table tbody tr:hover {
  background: rgba(230,153,0,0.05);
}

/* last row fix */
.reno-table tbody tr:last-child td {
  border-bottom: none;
}

/* mobile */
@media (max-width: 768px) {
  .reno-table th,
  .reno-table td {
    padding: 12px;
    font-size: 13px;
  }
}/* End custom CSS */