.form-control, .cart-view .inline #userIDcart_chosen .chosen-single {
    max-width: 100%;
}
.rsform-block.rsform-block-send.rsform-type-submitbutton {
    float:right;
}
.navbar-brand {
    max-width:90px;
}
.container#about {
  max-width: 900px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color: #1a1a1a;
}
/* Wrapper for text + image side by side */
.container-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  margin: 2rem auto;
  max-width: 1100px;
  padding: 1.5rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

/* Text styling */
.container-block p {
  flex: 1;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #1f2937;
  margin: 0 0 1rem 0;
}

.container-block p:first-of-type {
  font-size: 1.05rem;
  font-weight: 500;
  color: #111827;
}

/* Image styling */
.container-block img {
  flex: 0 0 auto;
  max-width: 550px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Responsive adjustments */
@media (max-width: 900px) {
  .container-block {
    flex-direction: column;
    align-items: center;
    text-align: left;
  }

  .container-block img {
    max-width: 100%;
    margin-top: 1rem;
  }
}
.container#repairlist {
  max-width: 1100px;
  margin: 2rem auto;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  font-family: "Inter", system-ui, sans-serif;
}

/* Flex layout for columns */
.repair-columns {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
}

/* Each column */
.repair-columns .column {
  flex: 1;
}

/* List styling */
.repairs {
  list-style: none;
  padding: 0;
  margin: 0;
}

.repairs li {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 0.7rem 1rem;
  margin-bottom: 0.8rem;
  transition: background 0.2s ease;
}

.repairs li:hover {
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.repairs li p {
  margin: 0;
  font-weight: 600;
  color: #0f172a;
}

/* Responsive stacking */
@media (max-width: 768px) {
  .repair-columns {
    flex-direction: column;
  }
}
.ja-acm.acm-features.style-2 .col-12.col-md-6.col-lg-3.fd-item {
   
    color:#fff;
}
.acm-features.style-2 .fd-item-inner {
 background: #324a89;
 padding:20px;
  border-radius: 8px;
}
h5.fd-item-title.mt-0.mb-2 {
    color:#fff;
}
.t4-palette-dark {
    background: #324a89!important;  
}