/* ==========================================
   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{
  background:#111827;
  color:#d1d5db;
  padding:90px 0;
  font-size:15px;
}

.site-footer .footer-top{
  width:100%;
  margin-left:auto;
  margin-right:auto;
  padding-left:15px;
  padding-right:15px;
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:50px;
}

@media (min-width:576px){ .site-footer .footer-top{ max-width:540px; } }
@media (min-width:768px){ .site-footer .footer-top{ max-width:720px; } }
@media (min-width:992px){ .site-footer .footer-top{ max-width:960px; gap:60px; } }
@media (min-width:1200px){ .site-footer .footer-top{ max-width:1140px; } }
@media (min-width:1400px){ .site-footer .footer-top{ max-width:1320px; } }

.site-footer .footer-column{
  min-width:220px;
}

/* Give the description column more real estate */
.site-footer .footer-column:nth-child(1){
  flex: 2 1 420px;
  min-width:320px;
}

/* Quick links: keep it compact */
.site-footer .footer-column:nth-child(2){
  flex: 0 1 190px;
  min-width:190px;
}

/* Services: medium width */
.site-footer .footer-column:nth-child(3){
  flex: 1 1 240px;
  min-width:240px;
}

/* Contact: medium width */
.site-footer .footer-column:nth-child(4){
  flex: 1 1 260px;
  min-width:240px;
}

.site-footer h4{
  color:#ffffff;
  font-size:15px;
  font-weight:600;
  margin-bottom:22px;
  letter-spacing:.8px;
  text-transform:uppercase;
}

.site-footer p{
  line-height:1.7;
  margin:0;
  max-width:52ch;
}

.site-footer ul{
  list-style:none;
  padding:0;
  margin:0;
}

.site-footer ul li{
  margin-bottom:14px;
}

.site-footer a{
  color:#d1d5db;
  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;
}

@media (max-width:991.98px){
  .site-footer .footer-top{
    flex-direction:column;
    gap:40px;
  }
  .site-footer .footer-column:nth-child(1),
  .site-footer .footer-column:nth-child(2),
  .site-footer .footer-column:nth-child(3),
  .site-footer .footer-column:nth-child(4){
    flex: 1 1 auto;
    min-width:0;
  }
  .site-footer p{
    max-width:none;
  }
}
