/*
Theme Name:   Dishmatic Child
Theme URI:    https://dishmatic.readypack.pk
Description:  Dishmatic — Hello Elementor child theme. Brand colors as actually used on readypack.pk: #16A34A (section/UI green) + #22C55E (card headers) + #EC1F24 (logo wordmark red). #008349 is the logo artwork's internal green only. Built by Digital Diva Agency, July 2026.
Author:       Digital Diva Agency
Template:     hello-elementor
Version:      1.0.0
Text Domain:  dishmatic-child
*/

:root {
  --dm-green:       #16A34A;  /* Dishmatic UI green — matches readypack.pk's "Dishwash Brands" section pill */
  --dm-green-dark:  #15803D;  /* Hover / shade */
  --dm-green-card:  #22C55E;  /* Card header bar green, as used on readypack.pk brand tiles */
  --dm-green-pale:  #EAF7EE;  /* Section tint bg */
  --dm-red:         #EC1F24;  /* Dishmatic brand red — wordmark color on the official logo */
  --dm-red-dark:    #C8181D;
  --dm-white:       #FFFFFF;
  --dm-grey:        #F6F8F7;
  --dm-border:      #E4E9E6;
  --dm-text:        #1B1C1C;
  --dm-muted:       #555555;
  --dm-wa:          #25D366;

  --ff-head: 'Montserrat', sans-serif;
  --ff-body: 'Montserrat', sans-serif;

  --sp-xs: 8px; --sp-sm: 16px; --sp-md: 24px; --sp-lg: 48px; --sp-xl: 72px;
  --r-sm: 4px; --r-md: 8px; --r-lg: 12px; --r-pill: 100px;
  --shadow-card: 0 1px 3px rgba(22,163,74,.08), 0 4px 16px rgba(22,163,74,.06);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--ff-body);
  font-size: 16px; line-height: 1.7;
  color: var(--dm-text);
  background: var(--dm-white);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--dm-green); text-decoration: none; transition: color .2s; }
a:hover { color: var(--dm-green-dark); }
.elementor-section .elementor-container { max-width: 1200px; }

h1,h2,h3,h4,h5,h6 { font-family: var(--ff-head); color: var(--dm-text); }

/* Header / nav */
.site-header, #site-header {
  background: var(--dm-white) !important;
  box-shadow: 0 2px 12px rgba(22,163,74,.08);
  position: sticky; top: 0; z-index: 999;
  border-bottom: 3px solid var(--dm-green);
}
.site-logo img, .custom-logo-link img, .site-branding img {
  max-height: 56px !important;
  width: auto !important;
  height: auto !important;
}
@media (max-width: 767px) {
  .site-logo img, .custom-logo-link img, .site-branding img { max-height: 42px !important; }
}
.elementor-nav-menu a {
  font-family: var(--ff-body) !important; font-size: 13px !important;
  font-weight: 600 !important; color: var(--dm-text) !important;
  letter-spacing: .02em !important; transition: color .2s !important;
}
.elementor-nav-menu a:hover,
.elementor-nav-menu .current-menu-item > a { color: var(--dm-green) !important; }
.elementor-menu-toggle { color: var(--dm-green) !important; }

/* Buttons */
.elementor-button, .dm-btn {
  background: var(--dm-green) !important;
  color: #fff !important;
  border-radius: var(--r-pill) !important;
  font-weight: 700 !important;
  font-family: var(--ff-body) !important;
}
.elementor-button:hover, .dm-btn:hover { background: var(--dm-green-dark) !important; }

.dm-btn-wa {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--dm-wa); color: #fff; font-weight: 700;
  padding: 14px 28px; border-radius: var(--r-pill);
  font-family: var(--ff-body); font-size: 15px;
  text-decoration: none;
}
.dm-btn-wa:hover { background: #1EBF5A; color: #fff; }

.dm-eyebrow {
  font-family: var(--ff-body); font-size: 11px; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: var(--dm-green);
  margin-bottom: 10px; display: block;
}

.dm-card-shadow { box-shadow: var(--shadow-card); border-radius: var(--r-lg); }

/* Footer */
.site-footer, #site-footer { background: var(--dm-text) !important; color: #fff !important; }
