
/* ---------------------------
 materials
 --------------------------- */

/* .material-field {
  position: relative;
  display: block;

}

.material-field p {
}

.wpcf7-form.init p {
  padding-bottom: 0 !important
}

.material-field input,
.material-field textarea,
.material-field select {
  width: 100%;
  padding: 10px 8px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #ccc;
  background: transparent;
  transition: border-color 0.3s;
}

.material-label {
    position: absolute;
    left: 12px;
    top: 14px;
    font-size: 13px;
    color: #777;
    pointer-events: none;
    transition: all 0.25s ease;
    background: #fff;
    padding: 0 4px;
}

.material-field select + .material-label {
  top:-8px;
  color: #1a73e8;

}

.material-field.active .material-label,
.material-field input:not(:placeholder-shown) + .material-label,
.material-field textarea:not(:placeholder-shown) + .material-label,
.material-field select:focus + .material-label {
  top: -8px;
  font-size: 12px;
  color: #1a73e8;
}

.material-underline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #1a73e8;
  transition: width 0.3s ease;
}

.material-field.active .material-underline {
  width: 100%;
}

.material-field input:focus,
.material-field textarea:focus,
.material-field select:focus {
  outline: none;
  border-color: #ccc;
} */



/* ---------------------------
 ICONS
 --------------------------- */


[class*=" icon-"] {
  background: transparent;;
}

/** header **/

.iwithtext {
    position: relative !important;
    line-height: 25px !important;
}

.iwithtext .iwt-text {
    padding-left: 40px;
    line-height: 25px;
    text-align: left;
    vertical-align: middle;
    font-size:11px !important;
}

body [class^=icon-].icon-default-style {
    line-height: 25px;
    height: 25px;
    width: 34px;
    margin-right: 0;
    font-size: 25px;
    color: #000;
    font-style: normal;
    background-color: transparent;
}

.row .col .iwithtext .iwt-icon img:not([srcset]) {
}

/* -----------------------------
/* CSS ICONS 1 for custom plugin 
-------------------------------- */

:root {
  --brand-accent: #1f3a5f;
}

/* ICON BASE */
.icon {
  width: 24px;
  height: 24px;
  stroke: var(--brand-accent);
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

/* CRITICAL FIX */
.icon,
.icon * {
  fill: none !important;
}

/* MUTED STATE */
.icon-muted {
  stroke: rgba(31, 58, 95, 0.4);
}

/* TRUST STRIP */
.trust-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  column-gap: 30px;
  row-gap: 12px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
}

.trust-item span {
  font-size: 14px;
  color: #2a2f35;
}

/* HOVER */
.trust-item:hover .icon-muted {
  stroke: rgba(31, 58, 95, 0.75);
}


.icon,
.icon * {
  fill: none !important;
}

/* ****************************** */
/* icons 2
/* ****************************** */

.gs-icon {
  width: 48px;
  height: 48px;
  stroke: var(--accent-color);
  stroke-width: 1.75;
  transition: stroke 0.25s ease, opacity 0.25s ease;
}

.gs-icon--muted {
  opacity: 0.7;
}

.gs-trust-item:hover .gs-icon {
  stroke: rgba(var(--accent-color-rgb), 0.7);
}

/* spacing tuned for Salient gutters*/

.gs-trust-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 40px; /* matches Salient column rhythm */
  text-align: center;
}

.gs-trust-item p {
  margin-top: 12px;
  font-size: 14px;
  opacity: 0.85;
}

/* about research icons */

.nectar_icon_wrap .svg-icon-holder[data-color="accent-color"] svg path {
  stroke: var(--gs-global-link-color) !important;
}

.nectar_icon_wrap[data-style="soft-bg"] .nectar_icon {
    line-height: 0;
    border: 2px solid rgba(0, 0, 0, 0.065);
    text-align: center;
    border-radius: 150px;
    position: relative;
    transition: background-color .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1);
    background: var(--lva-color-clean-linen-rgba) !important;
}

/* ******************************** */
/* GOOGLE ICONS / FONTS */
/* ******************************** */

.material-symbols-outlined {
      font-variation-settings: 
      'wght' 100, 
      'FILL' 0, 
      'GRAD' 0, 
      'opsz' 48;
  font-family: 'Material Symbols Outlined' !important;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
}

.customer-care:hover,
.contact-support:hover {
    /* background-color: rgba(0, 0, 0, 0.8) !important; */
    transform: scale(1.1);
}

/* contact customer care */
.customer-care {
    vertical-align: middle;
    display: inline-block !important;
    margin: 0 4px;
    transition: transform 0.3s ease, color 0.3s ease;
    text-align: center !important;
    cursor: default !important;
    font-size: 96px !important;
    color: rgba(30, 115, 190, 1) !important;
    /* background: rgba(255, 255, 255, 1) !important; */
    padding: 8px !important;
    border-radius: 59px !important;
    /* background: rgba(192, 192, 192, 0.2) !important; */
    /* border: 1px solid blue !important;
    /* background: rgba(192,192,192,0.2) !important; */
}

/* contact customer support */
.contact-support {
    vertical-align: middle;   /* Align with text */
    display: inline-block !important;
    margin: 0 4px; /* Space between icons */
    transition: transform 0.3s ease, color 0.3s ease;
    text-align: center !important;
    cursor: default !important;
    font-size:96px !important;
    color:rgba(30, 115, 190, 1) !important;
    background: rgba(255,255,255,1) !important;
    /* padding:16px !important;
    border-radius:20px !important; */
}

.research-articles {
    vertical-align: middle;   
    display: inline-block !important;
    margin: 0 4px; 
    transition: transform 0.3s ease, color 0.3s ease;
    text-align: center !important;
    cursor: default !important;
    font-size:96px !important;
    color:rgba(30, 115, 190, 1) !important;
    background: rgba(255,255,255,1) !important;
    padding:16px !important;
    border-radius:20px !important;
}

.gs-research-supplier {
    vertical-align: middle;   /* Align with text */
    display: inline-block !important;
    margin: 0 4px;            /* Space between icons */
    transition: transform 0.3s ease, color 0.3s ease;
    text-align: center !important;
    cursor: default !important;
    font-size:128px !important;
    color:#FFF !important;
    /* background: rgba(255,255,255,1) !important; */
    padding:16px !important;
    border-radius:20px !important;
}

.checklist-markcircle li {
    vertical-align: middle;   /* Align with text */
    display: inline-block !important;
    margin: 0 4px;            /* Space between icons */
    transition: transform 0.3s ease, color 0.3s ease;
    text-align: center !important;
    cursor: default !important;
    font-size:128px !important;
    color:#FFF !important;
    /* background: rgba(255,255,255,1) !important; */
    padding:16px !important;
    border-radius:20px !important;
}


/* Example: size variations */
.material-symbols-outlined.small { font-size: 16px; }
.material-symbols-outlined.medium { font-size: 24px; }
.material-symbols-outlined.large { font-size: 36px; }

/* Example: color variations */
/* .material-symbols-outlined.energy { color: #f9a825; }       */
/* golden energy */
/* .material-symbols-outlined.relax { color: #4caf50; }       */
/* spa green */
/* .material-symbols-outlined.cognition { color: #2196f3; }   */
/* blue for brain */
/* .material-symbols-outlined.immunity { color: #e53935; }    */
/* red for immune support */

/* Hover effects */
span.material-symbols-outlined:hover {
    /* transform: scale(1.2); */
    /* color: var(--gs-global-link-color) !important; */
}

/* ------------------- 
   about page 
   -- */

.nectar_icon_wrap[data-padding="20px"] .nectar_icon {
padding: 0px !important;
}

/* --------------------------------------- */
/* replace bullet points with google icons */
/* ----------------------------------------*/

ul.google-list {
    list-style: none;
    padding-left: 0;
}

ul.google-list li {
    position: relative;
    padding-left: 30px;
}

ul.google-list li::before {
    /* content: "\f1a0"; /* Google icon */
    /* font-family: "Font Awesome 6 Brands"; */
    content: "check_circle" !important; 
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    /* background-image: url("https://upload.wikimedia.org/wikipedia/commons/2/2f/Google_2015_logo.svg"); */
    background-size: contain;
    background-repeat: no-repeat;
    /* background: rgba(192,192,192,1) !important; */
    font-size:20px !important;
}
