.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:270px;
}
span.c-button__text {
    color:#b82f3e;
}
.t4-offcanvas {
    background: #334a89;
    color:#fff;
}
.t4-offcanvas .module-title span {
    color:#fff;
}
.container#about {
  max-width: 900px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
  background: #334a89;
  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: #fff;
}
.container#about h3 {
    color:#fff;
}
/* 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;
  }
 .container-block  {
    width: 92%;
   }
   .container#about {
    max-width: 90%;
}
}
.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;  
}
#t4-section-8 {
    background:#333;
}
#t4-section-8 h3 {
    color:#fff;
}
#userForm input {
    background:#fff;
}
.t4-header .header-block {
background: #324a89;
}
.t4-megamenu .navbar-nav > li.active > a, .t4-megamenu .navbar-nav > li.active > .nav-link {
    color:#fff;
}
p#contact {
    position: absolute;
    top: -50px;
}
.not-at-top #t4-header.t4-sticky {
    z-index: 999;
}
.not-at-top .navbar-brand {
    max-width: 200px;
    transition: all 0.3s ease;
}
.navbar-brand {
     transition: all 0.3s ease;
}
/* Initial hidden state */
.lazy-block {
  opacity: 0;
  transform: translateY(40px); /* start slightly shifted down */
  transition: all 0.6s ease-out;
}

/* Visible state when scrolled into view */
.lazy-block.visible {
  opacity: 1;
  transform: translateY(0);
}
/* Lazy-load animation */
.fd-item-inner.bg-default {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease-out;
}
.fd-item-inner.bg-default.visible {
  opacity: 1;
  transform: translateY(0);
}
/* Force the navbar to center its content */
.t4-navbar {
  display: flex;
  justify-content: center;
  flex: 1; /* allow it to expand in the middle */
}
@media (min-width: 992px) {
  .header-block .header-wrap {
    position: relative;
  }

  .header-block .t4-navbar {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* keep natural height */
    display: flex;
    justify-content: center;
    pointer-events: auto; /* ensure clicks work */
  }

  /* Prevent full-width expansion if theme stretches it */
  .header-block .t4-navbar > * {
    max-width: max-content;
  }
}
.relyon {
    background: #b82f3e!important;
    color:#fff;
}
.relyon .text-block h3, .relyon .text-block p, .relyon h3 {
    color:#fff!important;
}
.t4-offcanvas .t4-off-canvas-header a img {
    max-height: 5rem;
 }
 .t4-offcanvas .t4-off-canvas-header .close span {
    color: #fff;
 }