/* ===== DPM OVERRIDES ===== */

/* PITCH BLACK PRELOADER */
:root {
   --black-bg: #000000 !important;
   --black-bg-1: #000000 !important;
}
.preloader::before,
.preloader::after {
   background: #000000 !important;
}

/* ===== LIQUID GLASS MOBILE MENU ===== */
@media (max-width: 992px) {
   .header .menu {
      background: rgba(15, 10, 40, 0.75) !important;
      backdrop-filter: blur(50px) saturate(180%) !important;
      -webkit-backdrop-filter: blur(50px) saturate(180%) !important;
      border-right: 1px solid rgba(255,255,255,0.1) !important;
      box-shadow: 20px 0 60px rgba(0,0,0,0.3) !important;
   }
   .header .menu > ul > li > a {
      color: rgba(255,255,255,0.9) !important;
      border-bottom: 1px solid rgba(255,255,255,0.08) !important;
      font-weight: 600 !important;
      font-size: 1rem !important;
      letter-spacing: 0.02em;
      padding-left: 1.5rem !important;
      transition: all 0.3s ease !important;
   }
   .header .menu > ul > li > a:hover,
   .header .menu > ul > li > a:focus {
      background: rgba(255,255,255,0.08) !important;
      color: #fff !important;
      padding-left: 2rem !important;
   }
   .header .menu > ul > li > a i {
      color: rgba(255,255,255,0.5) !important;
   }
   /* Mobile menu header (close button area) */
   .header .menu .menu-mobile-header {
      background: rgba(255,255,255,0.05) !important;
      border-bottom: 1px solid rgba(255,255,255,0.1) !important;
   }
   .header .menu .menu-mobile-close {
      color: #fff !important;
      background: rgba(255,255,255,0.15) !important;
      border-radius: 12px !important;
      width: 40px !important;
      height: 40px !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      border: 1px solid rgba(255,255,255,0.2) !important;
   }
   .header .menu .menu-mobile-close i {
      color: #fff !important;
   }
   .header .menu .menu-mobile-title {
      color: rgba(255,255,255,0.7) !important;
   }
   .header .menu .menu-mobile-arrow {
      color: #fff !important;
   }
   /* Sub-menu items */
   .header .menu > ul > li .menu-subs {
      background: rgba(255,255,255,0.05) !important;
   }
   .header .menu > ul > li .menu-subs > ul > li > a {
      color: rgba(255,255,255,0.75) !important;
      border-bottom: 1px solid rgba(255,255,255,0.05) !important;
   }
   .header .menu > ul > li .menu-subs > ul > li > a:hover {
      color: #fff !important;
      background: rgba(255,255,255,0.08) !important;
   }
   /* Overlay behind menu */
   .header .overlay {
      background: rgba(0,0,0,0.4) !important;
      backdrop-filter: blur(8px) !important;
      -webkit-backdrop-filter: blur(8px) !important;
   }
   /* Menu section list */
   .header .menu .menu-section {
      padding-top: 8px !important;
   }
}

/* MOBILE HEADER - responsive logo + button */
.header-item-left .brandlogo img {
   max-width: 180px !important;
   height: auto !important;
   transition: all 0.3s ease;
}

/* Match button size to phone icon button */
.header-btn.sw-orange-btn {
   font-size: 0.85rem !important;
   padding: 11px 16px !important;
   white-space: nowrap;
   height: 42px !important;
   display: inline-flex !important;
   align-items: center !important;
   justify-content: center !important;
}

.menu-icon {
   width: 42px !important;
   height: 42px !important;
   display: inline-flex !important;
   align-items: center !important;
   justify-content: center !important;
}

@media (max-width: 1200px) {
   .header-item-left .brandlogo img {
      max-width: 165px !important;
   }
   .header-btn.sw-orange-btn {
      font-size: 0.80rem !important;
      padding: 10px 15px !important;
      height: 40px !important;
   }
   .menu-icon {
      width: 40px !important;
      height: 40px !important;
   }
}
@media (max-width: 992px) {
   .header-item-left .brandlogo img {
      max-width: 150px !important;
   }
   .header-btn.sw-orange-btn {
      font-size: 0.75rem !important;
      padding: 9px 14px !important;
      height: 38px !important;
   }
   .menu-icon {
      width: 38px !important;
      height: 38px !important;
   }
}
@media (max-width: 768px) {
   .header-item-left .brandlogo img {
      max-width: 135px !important;
   }
   .header-btn.sw-orange-btn {
      font-size: 0.70rem !important;
      padding: 8px 12px !important;
      height: 36px !important;
   }
   .header .wrapper {
      gap: 8px;
   }
   .header-item-right.headeraction ul {
      gap: 6px !important;
   }
   .menu-icon {
      width: 36px !important;
      height: 36px !important;
   }
}
@media (max-width: 480px) {
   .header-item-left .brandlogo img {
      max-width: 115px !important;
   }
   .header-btn.sw-orange-btn {
      font-size: 0.64rem !important;
      padding: 7px 10px !important;
      border-radius: 6px !important;
      height: 34px !important;
   }
   .menu-icon {
      width: 34px !important;
      height: 34px !important;
   }
}
@media (max-width: 360px) {
   .header-item-left .brandlogo img {
      max-width: 100px !important;
   }
   .header-btn.sw-orange-btn {
      font-size: 0.60rem !important;
      padding: 6px 8px !important;
      height: 32px !important;
   }
   .menu-icon {
      width: 32px !important;
      height: 32px !important;
   }
}

/* FLOATING BAR - Liquid Glass Effect */
.dpm-float {
   position: fixed;
   bottom: 0;
   left: 50%;
   transform: translateX(-50%);
   z-index: 9998;
   display: flex;
   gap: 8px;
   padding: 14px 18px;
   padding-bottom: calc(14px + env(safe-area-inset-bottom, 0px));
   background: rgba(255,255,255,0.6);
   backdrop-filter: blur(40px) saturate(200%);
   -webkit-backdrop-filter: blur(40px) saturate(200%);
   border-radius: 22px 22px 0 0;
   box-shadow:
      0 -2px 40px rgba(0,0,0,0.06),
      inset 0 1px 0 rgba(255,255,255,0.7);
   border-top: 1px solid rgba(255,255,255,0.4);
}
.dpm-float .df-btn {
   display: flex;
   align-items: center;
   gap: 10px;
   padding: 12px 22px;
   border-radius: 16px;
   text-decoration: none !important;
   cursor: pointer;
   transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
   background: rgba(255,255,255,0.65);
   border: 1px solid rgba(255,255,255,0.6);
   position: relative;
   overflow: hidden;
}
.dpm-float .df-btn::before {
   content: '';
   position: absolute;
   top: 0; left: 0; right: 0;
   height: 50%;
   background: linear-gradient(180deg, rgba(255,255,255,0.6) 0%, transparent 100%);
   border-radius: 16px 16px 0 0;
   pointer-events: none;
}
.dpm-float .df-btn:hover {
   background: rgba(255,255,255,0.85);
   transform: translateY(-2px);
   box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}
.dpm-float .df-icon {
   width: 42px; height: 42px;
   border-radius: 12px;
   display: flex; align-items: center; justify-content: center;
   font-size: 1.15rem; flex-shrink: 0;
   position: relative; z-index: 1;
}
.dpm-float .df-icon.ic-call { background: #bbf7d0; color: #15803d; }
.dpm-float .df-icon.ic-quote { background: #fbcfe8; color: #be185d; }
.dpm-float .df-icon.ic-wa { background: #a7f3d0; color: #047857; }
.dpm-float .df-title {
   font-weight: 700; color: #111827; font-size: 0.9rem;
   display: block; white-space: nowrap;
   position: relative; z-index: 1;
}
.dpm-float .df-sub {
   font-size: 0.73rem; color: #6b7280;
   display: block; white-space: nowrap; font-weight: 500;
   position: relative; z-index: 1;
}

@media (max-width: 768px) {
   .dpm-float {
      left: 0; right: 0;
      transform: none;
      width: 100%;
      border-radius: 18px 18px 0 0;
      padding: 10px 12px;
      padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
      gap: 6px;
      justify-content: stretch;
   }
   .dpm-float .df-btn {
      padding: 10px 8px;
      flex: 1;
      justify-content: center;
      border-radius: 14px;
      gap: 8px;
   }
   .dpm-float .df-icon { width: 36px; height: 36px; font-size: 1rem; border-radius: 10px; }
   .dpm-float .df-title { font-size: 0.82rem; }
   .dpm-float .df-sub { display: none; }
}
@media (max-width: 380px) {
   .dpm-float .df-btn { padding: 8px 6px; gap: 6px; }
   .dpm-float .df-icon { width: 32px; height: 32px; font-size: 0.9rem; }
   .dpm-float .df-title { font-size: 0.76rem; }
}

/* WhatsApp button in header */
.menu-icon.fa-brands {
   background: #25d366 !important;
   color: #fff !important;
}
.menu-icon.fa-brands:hover {
   background: #20ba5a !important;
}
/* ===== CLIENT LOGOS - STATIC WHITE CARD FORMAT ===== */
.client-certifications-card {
   background: #fff;
   border-radius: 24px;
   padding: 60px;
   box-shadow: 0 4px 30px rgba(0,0,0,0.08);
}

.certification-logo {
   padding: 20px;
   transition: all 0.3s ease;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   min-height: 140px;
}

.certification-logo:hover {
   transform: translateY(-5px);
}

.certification-logo img {
   max-width: 120px;
   max-height: 80px;
   width: auto;
   height: auto;
   object-fit: contain;
   /* NO grayscale filter - show logos in original colors */
   transition: transform 0.3s ease;
}

.certification-logo:hover img {
   transform: scale(1.05);
}

.certification-logo p {
   font-size: 0.85rem;
   color: #6b7280;
   margin-top: 12px;
   font-weight: 500;
   text-align: center;
}

/* Responsive adjustments */
@media (max-width: 992px) {
   .client-certifications-card {
      padding: 40px 30px;
   }
   
   .certification-logo {
      padding: 15px;
      min-height: 120px;
   }
   
   .certification-logo img {
      max-width: 100px;
      max-height: 70px;
   }
}

@media (max-width: 768px) {
   .client-certifications-card {
      padding: 30px 20px;
      border-radius: 16px;
   }
   
   .certification-logo {
      padding: 10px;
      min-height: 100px;
   }
   
   .certification-logo img {
      max-width: 80px;
      max-height: 60px;
   }
   
   .certification-logo p {
      font-size: 0.75rem;
      margin-top: 8px;
   }
}

