/* ------------------------------------------------------------------------
   microcom.in — overrides on top of the stock template stylesheet.
   Loaded after css/style.css so these rules win.
   ------------------------------------------------------------------------ */

/* SVG wordmarks need an explicit height; the template sized raster logos
   by their intrinsic pixels. */
.header-1 .header-wrap .logo a img,
.offcanvas__logo a img,
.footer .footer_area_quick_menu .footer_logo a img {
  width: auto;
  height: 44px;
  max-width: 100%;
}

#preloader img {
  width: 190px;
  height: auto;
}

/* ------------------------------------------------------------ artwork ---
   Three images are set as backgrounds inside the vendor stylesheet. Rather
   than edit css/style.css, repoint them here.
   -------------------------------------------------------------------------- */

/* Inner-page banner band. Same specificity as the vendor rule, loaded after
   it, so this wins. */
.inner_hero_section_area {
  background-image: url(../images/art/banner-bg.svg);
}

/* ---------------------------------------------------------------- icons ---
   The stock laundry icons were raster PNGs whose intrinsic pixel size did the
   layout work. The replacements in images/icons/ are SVG, so each slot needs
   an explicit size. Values match the originals they replace.
   -------------------------------------------------------------------------- */

/* Service / industry cards — the template already sets 100% + object-fit */
.premium_laundry_service_area .premium_service_wrapper .premium_service_info .premium_icon img {
  object-fit: contain;
}

/* About: mission / philosophy pair */
.contains_area .icon_area img {
  width: 64px;
  height: 64px;
}

/* Engagement-model cards (white icons on #181d4c) */
.second_price_packages_area .price_icon img {
  width: 56px;
  height: 56px;
}

/* Four-step process, centred inside the 170px pale circle */
.laundry_service_steps .servers_card_wrapper .service_card_info .service_card_img .service_icon img {
  width: 64px;
  height: 64px;
}

/* Contact cards — white icon inside the 50px navy circle */
.contact_card_area .contact_card_wrapper .contact_icon img {
  width: 22px;
  height: 22px;
  vertical-align: middle;
}

/* Hotline / e-mail chips in the header and footer */
.footer_contact_wrapper .icon img,
.header_contact_wrapper .icon img {
  width: 20px;
  height: 20px;
}

/* Post meta chips: date, category, reading time */
.blog_publish_date img,
.blog_user img,
.blog_comment img,
.recent_post_meta img {
  width: 16px;
  height: 16px;
  vertical-align: -2px;
}

/* Pull-quote mark */
.summery_icon img {
  width: 34px;
  height: 34px;
}

/* Sidebar download rows */
.categories_area.style_1 .pdf_btn img {
  width: 18px;
  height: 18px;
}

.categories_area.style_1 .download_btn img {
  width: 16px;
  height: 16px;
}

/* Current page in the main nav */
.header-1 .header-wrap .main-menu ul li a.active {
  color: #4375e7;
}

/* Blockquote citation (replaces the stray footer the stock template shipped) */
blockquote .blockquote_cite {
  display: block;
  margin-top: 18px;
  font-size: 15px;
  font-weight: 600;
  color: #4375e7;
  font-style: normal;
}

/* Engagement-model cards: the template reserved this slot for a price, which
   a B2B services engagement does not publish. Render it as a short label. */
.price_packages_card_wrapper .price_icon b,
.second_price_packages_area .price_icon b {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.4px;
  white-space: nowrap;
}

/* Commitment cards reuse the testimonial layout without a reviewer photo. */
.testimonial_card_wrapper .commitment_label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 16px;
  border-radius: 40px;
  background: #ecf2fe;
  color: #4375e7;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.testimonial_card_wrapper .testimonial_user_meta.no_avatar {
  padding-left: 0;
}

/* Office cards on the contact page */
.office_card {
  padding: 32px 34px;
  border: 1px solid #ebeff3;
  border-radius: 16px;
  background: #fff;
  height: 100%;
}

.office_card h4 {
  margin-bottom: 6px;
  color: #142137;
}

.office_card .office_tag {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #4375e7;
}

.office_card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.office_card ul li {
  display: flex;
  gap: 12px;
  padding: 9px 0;
  color: #5b6577;
  font-size: 16px;
  line-height: 1.6;
}

.office_card ul li i {
  margin-top: 5px;
  color: #4375e7;
}

.office_card ul li a {
  color: #5b6577;
  transition: color 0.25s ease;
}

.office_card ul li a:hover {
  color: #4375e7;
}

/* Inquiry form: the legacy site collected these fields, so keep them. */
.inquiry_field {
  margin-bottom: 22px;
}

.inquiry_field > label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: #142137;
}

.inquiry_field select,
.inquiry_field input[type="text"],
.inquiry_field input[type="email"],
.inquiry_field input[type="tel"],
.inquiry_field textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #d9dbdf;
  border-radius: 10px;
  background: #fff;
  color: #142137;
  font-size: 16px;
}

.inquiry_field select:focus,
.inquiry_field input:focus,
.inquiry_field textarea:focus {
  outline: none;
  border-color: #4375e7;
}

.checkbox_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 10px 24px;
}

.checkbox_grid label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #5b6577;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
}

.checkbox_grid input[type="checkbox"],
.radio_row input[type="radio"] {
  width: 17px;
  height: 17px;
  accent-color: #4375e7;
  flex: 0 0 auto;
}

.radio_row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
}

.radio_row label {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #5b6577;
  font-size: 15px;
  cursor: pointer;
}

/* Capability list used on the services and industries pages */
.capability_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.capability_list li {
  position: relative;
  padding: 7px 0 7px 30px;
  color: #5b6577;
  font-size: 16px;
  line-height: 1.65;
}

.capability_list li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 8px;
  color: #4375e7;
  font-size: 15px;
}

/* Keep wide content from pushing the page sideways on small screens */
.checkbox_grid,
.office_card {
  max-width: 100%;
}
