/* ==========================================
   P&G Primary CTA Button
   Primary: #20169b
   Hover:   #cd0001
   Icon:    White click.webp
   ========================================== */

.pg-cta-btn{
  --pg-primary: #20169b;
  --pg-hover: #cd0001;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1px;

  padding: 10px 20px;

  border-radius: 999px; /* fully rounded pill */
  background: var(--pg-primary);
  color: #ffffff !important;
  text-decoration: none;
  font-family: "IBM Plex Sans";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0px;

  border: none;
  box-shadow: 0 10px 26px rgba(0,0,0,0.18);

  transition: background 220ms ease,
              transform 220ms ease,
              box-shadow 220ms ease;

 
}

.pg-cta-btn:visited{
  color: #ffffff;
}

.pg-cta-btn:hover{
  background: var(--pg-hover);
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0,0,0,0.22);
}

.pg-cta-btn:active{
  transform: translateY(0);
  box-shadow: 0 10px 20px rgba(0,0,0,0.18);
}

/* Accessibility focus */
.pg-cta-btn:focus-visible{
  outline: 3px solid rgba(205,0,1,0.35);
  outline-offset: 3px;
}

/* Icon */
.pg-cta-icon{
  width: 18px;
  height: 18px;
  display: inline-block;

  background: url('/Portals/0/ThemePluginPro/uploads/2026/2/27/click-white.webp') center / contain no-repeat;

  transition: transform 220ms ease;
}

.pg-cta-btn:hover .pg-cta-icon{
  transform: rotate(-8deg) scale(1.08);
}



.header-wrap .logo img {
    max-height: 100% !important;
    height: 100% !important;
    margin-bottom: 2px;
}



.header-wrap .logo,
.header-wrap .logo a{
  overflow:visible !important;
}

.header-wrap:not(.floating-active) .logo img.header-logo{
  display:block !important;
  height:150px !important;
  max-height:none !important;
  width:auto !important;
  position:relative !important;
  transform:translateY(22px) !important;
  z-index:9999 !important;
}

.header-wrap:not(.floating-active) .logo img.floating-header-logo{
  display:none !important;
}

.header-wrap.floating-active{
  overflow:visible !important;
}

.header-wrap.floating-active .logo,
.header-wrap.floating-active .logo a{
  overflow:visible !important;
}

.header-wrap.floating-active .logo img.floating-header-logo{
  display:block !important;
  height:96px !important;
  max-height:none !important;
  width:auto !important;
  position:relative !important;
  transform:translateY(14px) !important;
  z-index:9999 !important;
}

.header-wrap.floating-active .logo img.header-logo{
  display:none !important;
}

.header-wrap,
.header-wrap .header-content-wrap,
.header-wrap .header-area{
  overflow:visible !important;
}


.site-footer{
  color:#e5e7eb;
  padding:90px 0 40px;
  font-size:15px;
}

.site-footer .footer-top{
  width:100%;
  margin:0 auto;
  padding:0 15px;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}

@media (min-width:576px){ .site-footer .footer-top{ max-width:576px; } }
@media (min-width:768px){ .site-footer .footer-top{ max-width:768px; } }
@media (min-width:992px){ .site-footer .footer-top{ max-width:992px; } }
@media (min-width:1200px){ .site-footer .footer-top{ max-width:1200px; } }
@media (min-width:1400px){ .site-footer .footer-top{ max-width:1400px; } }

@media (min-width:992px){
  .site-footer .footer-about{ flex:0 0 38%; }
  .site-footer .footer-top > .footer-column:nth-child(2){ flex:0 0 12%; }
  .site-footer .footer-top > .footer-column:nth-child(3){ flex:0 0 28%; }
  .site-footer .footer-contact{ flex:0 0 18%; }
}

.site-footer .footer-column{
  margin-bottom:40px;
}

.site-footer h4{
  color:#ffffff;
  font-size:14px;
  font-weight:600;
  margin-bottom:20px;
  letter-spacing:.8px;
  text-transform:uppercase;
}

.site-footer p{
  line-height:1.7;
  margin:0;
}

.site-footer .footer-about{
  padding-right:30px;
}

.site-footer .footer-logo{
  height:75px;
  width:auto;
  display:block;
  margin-top:25px;
  opacity:.9;
  transition:opacity .25s ease;
}

.site-footer .footer-logo:hover{
  opacity:1;
}

.site-footer ul{
  list-style:none;
  padding:0;
  margin:0;
}

.site-footer ul li{
  margin-bottom:14px;
}

.site-footer a{
  color:#e5e7eb;
  text-decoration:none;
  transition:color .25s ease;
}

.site-footer a:hover{
  color:#ffffff;
}

.site-footer address{
  font-style:normal;
  line-height:1.8;
}

.site-footer address a{
  display:inline-block;
  margin-top:6px;
}

.site-footer .footer-divider{
  width:100%;
  max-width:1400px;
  margin:15px auto 25px;
  height:1px;
  background:rgba(255,255,255,.10);
}

.site-footer .footer-bottom{
  text-align:center;
  font-size:14px;
  color:rgba(229,231,235,.75);
  padding:0 15px;
}

@media (max-width:991.98px){
  .site-footer .footer-top{
    flex-direction:column;
  }
}

.footer-service-block{
  margin-bottom:22px;
}

.service-title{
  font-size:13px;
  font-weight:600;
  text-transform:uppercase;
  margin-bottom:10px;
}

.service-title a{
  color:#ffffff;
  text-decoration:none;
}

.service-title a:hover{
  opacity:.85;
}

.service-chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.chip{
  font-size:12px;
  padding:6px 12px;
  border-radius:20px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.15);
  color:#e5e7eb;
  text-decoration:none;
  line-height:1;
  transition:all .25s ease;
}

.chip:hover{
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.4);
  box-shadow:0 0 0 1px rgba(255,255,255,.15);
  color:#ffffff;
}

