@charset "utf-8";
/* base2.css – CONSOLIDATED 2025 – Includes support page rules + CONTACT PAGE */

/* ==========================================================================
   BASE STYLES
   ========================================================================== */

*, *::before, *::after { 
  box-sizing: border-box; 
  margin: 0; 
  padding: 0; 
}

html { 
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; 
  line-height: 1.5; 
  color: #313131; 
}

body {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    /* [disabled]padding-bottom: 10px; */
    background-image: url(images/bg.jpg);
    background-size: 512px auto;
    overflow-x: hidden;
    max-width: 100%;
    color: rgba(255, 255, 255, 1.00);
}

/* ==========================================================================
   HEADER & NAVIGATION
   ========================================================================== */

#head { 
  display: flex; 
  flex-wrap: wrap; 
  align-items: center; 
  justify-content: space-between; 
  gap: 20px; 
  margin-bottom: 16px; 
  background: #086C7B; 
  padding: 8px 20px 8px 8px; 
}

#head #logo img { 
  height: 88px; 
  width: auto; 
}

#nav ul { 
  display: flex; 
  flex-wrap: wrap; 
  gap: 20px; 
  list-style: none; 
}

#nav a {
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  text-decoration: none;
}

#nav a:hover { 
  color: #39E7F9; 
}

/* ==========================================================================
   HERO CARDS & TOP ROW
   ========================================================================== */

#top-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

/* Force white text in hero row */
#top-row,
#top-row h1,
#top-row h2,
#top-row p,
#top-row a {
  color: #ffffff !important;
  font-weight: bolder;
  padding-bottom: 1px;
}

#cell1, #cell2 {
  flex: 1;
  min-width: 280px;
  background: rgba(9, 98, 108, 0.48);
  border-radius: 12px;
  padding: 20px 24px 7px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.secButton { 
  margin-top: auto; 
  padding-top: 20px; 
}

/* Star + Title alignment */
#SecHead2 { 
  display: flex; 
  align-items: center; 
  gap: 14px; 
  margin-bottom: 20px; 
}

#SecHead2 #star img { 
  width: 77px; 
  flex-shrink: 0; 
}

#textC2 h1 { 
  margin: 0; 
  font-size: 2rem; 
  line-height: 1.2; 
  color: #fff; 
}

/* Vertical centering for #cell1 image */
#cell1 .image1 {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */

.button {
  display: inline-block;
  background: #068C9B;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: bold;
  transition: all 0.2s;
  text-decoration: none;
  border-top: thin solid #8CF2FC;
  border-bottom: thin solid #06373B;
}

.button:hover { 
  background: #025A64; 
  color: #39E7F9; 
}

.button--small {
  display: inline-block;
  background: #09626C;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 1px 5px;
  border-radius: 3px;
  border: 1px solid #09626C;
  border-top-color: #0e8a97;
  border-left-color: #0e8a97;
  border-bottom-color: #05454e;
  border-right-color: #05454e;
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.4),
    0 1px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  font-size: 0.9rem;
  line-height: 1.4;
}

.button--small:hover {
  color: #07DAF1;
  background: #0a7580;
}

.button--small:visited {
  color: #b0efff;
}

/* ==========================================================================
   IMAGES
   ========================================================================== */

.image1 img, 
.imageSingle img { 
  max-width: 100%; 
  height: auto; 
  border-radius: 8px; 
  display: block; 
  margin: 0 auto; 
}

/* ==========================================================================
   CONTENT COLUMNS
   ========================================================================== */

.content-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 5px 0 11px;
  padding: 0 10px;
}

/* White text for product descriptions */
.content-columns,
.content-columns h2,
.content-columns p {
  color: #ffffff !important;
}

#cell1r, #cell2r {
  background: rgba(9, 98, 108, 0.57);
  border-radius: 12px;
  padding: 20px;
}

/* ==========================================================================
   SUPPORT PAGE SECTIONS
   ========================================================================== */

#support {
    width: 100%;
    display: block;
    background-color: rgba(9, 98, 108, 0.24);
    border-radius: 10px;
    text-align: center;
    padding-top: 15px;
}

#cell-S1 {
  padding: 4px;
}

#cell-S1 .inner {
  width: 90%;
  margin: auto;
  display: block;
  padding: 5px;
  background-color: rgba(9, 98, 108, 0.44);
  border-radius: 10px;
  margin-top: -2px;
  margin-bottom: 18px;
}

#cell-S1 .inner h1 {
  font-size: 1.35em;
}

.inner a {
  text-decoration: none;
  font-weight: bold;
  color: #FFF;
}

.inner a:hover {
  color: aqua;
}

#msSheet, #msSheet2 {
  width: 100%;
  background-color: rgba(9, 98, 108, 0.44);
  border-radius: 10px;
  margin-top: 11px;

}
#gel img {
    margin-top: 10px;
    margin-right: 41px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.indent {
    margin-left: 30px;
}



#msSheet, #msSheet2 {
  padding: 13px;
}

#msSheet .inner img, #msSheet2 .inner img {
  float: left;
}

#dataSht, #dataSht2, #msSheet2 {
  width: 100%;
  margin-top: 12px;
}

#dataSht #safety h1, #dataSht2 #safety-gel h1 {
  font-size: 1.15em;
  font-style: normal;
}

#dataSht #safety, #dataSht2 #safety-gel {
  width: 100%;
  background-color: rgba(9, 98, 108, 0.44);
  border-radius: 10px;
  padding: 10px;
}

#inner2 {
  padding: 10px;    
}

#dataSht #safety img, #dataSht2 #safety-gel img {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

/* ==========================================================================
   CONTACT PAGE SECTIONS
   ========================================================================== */

/* Contact Information Sections */
#contact, #contact2 {
  background: rgba(9, 98, 108, 0.48);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
}

#contact-inner, #contact-inner2,
#address, #address2 {
    margin-bottom: 0px;
    background-color: rgba(9,98,108,0.48);
    border-radius: 9px;
    padding-left: 25px;
}

#contact h1, #contact2 h1 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #fff;
  text-shadow: 2px 2px 3px #000;
}

#contact h2, #contact2 h2 {
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 2px 2px 3px #000;
}

#contact p, #contact2 p {
  margin: 8px 0;
  line-height: 1.6;
}

#contact a, #contact2 a {
  color: #8CF2FC;
  font-weight: bold;
  text-decoration: none;
}

#contact a:hover, #contact2 a:hover {
  color: #39E7F9;
  text-decoration: underline;
}

/* Mobile/Tablet Toggle */
.mobil {
  display: block;
}

.tablet {
  display: none;
}

/* ==========================================================================
   CONTACT FORM STYLES
   ========================================================================== */

#form {
  background: rgba(9, 98, 108, 0.48);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
}

#form-wrap {
    max-width: 600px;
    margin: 0 auto;
    background-color: rgba(6,55,59,1.00);
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border-radius: 5px;
}

#form h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px 3px #000;
  text-align: center;
}

/* Form Labels */
.label-std {
  display: block;
  color: #fff;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
  text-shadow: 1px 1px 2px #000;
}

.label-std span {
  color: #FF6B6B;
  margin-left: 3px;
}

/* Form Inputs - Standard State */
.in-std,
input[type="text"].in-std,
input[type="email"].in-std,
input[type="tel"].in-std,
textarea.in-std {
  width: 100%;
  padding: 10px 12px;
  border: 2px solid #068C9B;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.95);
  color: #313131;
  font-family: inherit;
  font-size: 1rem;
  transition: all 0.2s;
}

.in-std:focus {
  outline: none;
  border-color: #39E7F9;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(57, 231, 249, 0.2);
}

/* Form Inputs - Error State */
.in-err,
input[type="text"].in-err,
input[type="email"].in-err,
input[type="tel"].in-err,
textarea.in-err {
  width: 100%;
  padding: 10px 12px;
  border: 2px solid #FF6B6B;
  border-radius: 6px;
  background: rgba(255, 200, 200, 0.95);
  color: #313131;
  font-family: inherit;
  font-size: 1rem;
}

.in-err:focus {
  outline: none;
  border-color: #FF3333;
  box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.2);
}

/* Textarea specific */
textarea.in-std,
textarea.in-err {
  resize: vertical;
  min-height: 120px;
}

/* Form Text */
.form-text {
  color: #fff;
  margin: 8px 0;
  display: block;
}

/* Counter */
#counter {
  text-align: right;
  margin-top: 5px;
  color: #8CF2FC;
  font-size: 0.9rem;
}

/* Form Submit Section */
#form-submit {
  display: flex;
  gap: 15px;
  margin-top: 25px;
  justify-content: center;
}

#form-submit input[type="submit"],
#form-submit input[type="reset"] {
  padding: 12px 30px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
}

#form-submit input[type="submit"] {
  background: #068C9B;
  color: #fff;
  border-top: 2px solid #8CF2FC;
  border-bottom: 2px solid #06373B;
}

#form-submit input[type="submit"]:hover {
  background: #025A64;
  color: #39E7F9;
}

#form-submit input[type="reset"] {
  background: #555;
  color: #fff;
  border-top: 2px solid #888;
  border-bottom: 2px solid #333;
}

#form-submit input[type="reset"]:hover {
  background: #333;
  color: #ddd;
}

/* Success Message */
.success-message {
    background-color: rgba(25,183,161,0.90);
    color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    border-left: 5px solid #28a745;
    text-align: center;
}

.success-message strong {
  font-size: 1.1rem;
}

/* Error Messages */
.textRED,
#debug-code {
  background: rgba(220, 53, 69, 0.9);
  color: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  border-left: 5px solid #dc3545;
}

.textRED strong,
#debug-code strong {
  display: block;
  font-size: 1.1rem;
}

/* Skip Link for Accessibility */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px;
  text-decoration: none;
  z-index: 100;
}

.skip-link:focus {
  top: 0;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

#footer { 
  text-align: center; 
  padding: 30px 20px; 
  background: #086C7B; 
  color: #fff; 
  margin-top: 11px; 
}

#footer a { 
  color: #fff; 
  font-weight: bold; 
  text-decoration: none; 
}

#footer a:hover { 
  color: #39E7F9; 
}

#footer .tablet { 
  display: block; 
}

#footer .mobil { 
  display: none; 
}

/* ==========================================================================
   PHONE NUMBER DISPLAY
   ========================================================================== */

.pDesk--small { 
  display: inline; 
  font-weight: bold; 
  color: #fff; 
}

.pMobile--small { 
  display: none; 
}

.phone-display { 
  display: inline; 
  font-weight: bold;
  color: #fff;
}

.phone-link { 
  display: none;
}

/* ==========================================================================
   UTILITY CLASSES
   ========================================================================== */

.center-text { 
  text-align: center; 
}

.large { 
  font-size: 2rem; 
  font-weight: bold; 
}

.keep-together {
  white-space: nowrap;
}

.small {
  font-size: 0.8em;
  text-align: center;
}

.noBotM {
  margin-bottom: 0px;
}

h1, h2 { 
  text-shadow: 2px 2px 3px #000; 
  color: #fff; 
}
#footer .tablet h2 {
    font-size: 1.1em;
}


h3 {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
  text-shadow: 2px 2px 3px #000;
}

/* ==========================================================================
   MODERN CLEARFIX REPLACEMENT
   ========================================================================== */

#head::after,
#nav::after,
section::after,
.wProduct::after,
.inner::after { 
  content: "";
  display: block; 
  clear: both; 
}
.underline {
    text-decoration: underline;
}


/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */

/* Tablet - min-width: 640px */
@media (min-width: 640px) {
  body {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0px;
  }
  
  #nav a { 
    font-size: 1.4rem; 
  }
  
  /* Toggle contact sections */
  .mobil {
    display: none;
  }
  
  .tablet {
    display: block;
  }
    
  
  #footer .tablet { 
    display: none; 
  }
  
  #footer .mobil { 
    display: block; 
  }
  
  .pDesk--small { 
    display: none; 
  }
  
  .pMobile--small { 
    display: inline; 
  }
}

@media (max-width: 639px) {
h2.large {
    font-size: 1.2rem;
  }
#cell1 #secHead h1 {
    font-size: 1.4em;
}
.indent {
    margin-left: 15px;
}


}

/* Mobile specific - max-width: 767px */
@media (max-width: 767px) {
  .prod-text p,
  .prod-text li {
    max-width: 100% !important;
    width: 100% !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
    hyphens: auto !important;
  }
  
  .prod-text ul {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 20px;
    padding-right: 10px;
  }
  
  .wProduct .prod-text {
    max-width: 100% !important;
    width: 100% !important;
    flex-shrink: 1 !important;
  }
  
  /* Phone link visibility on mobile */
  .phone-display { 
    display: none !important;
  }
  
  .phone-link { 
    display: inline !important;
    color: #fff; 
    font-weight: bold; 
    text-decoration: none; 
  }
  
  .phone-link:hover {
    color: #39E7F9;
  }
}

/* Desktop - min-width: 1024px */
@media (min-width: 1024px) {
  body {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 0px;
  }
  
  #top-row { 
    flex-wrap: nowrap; 
  }
  
  .content-columns { 
    grid-template-columns: 1fr 1fr; 
  }
  
  #cell1r, #cell2r { 
    min-height: 380px; 
  }
  
  .text--bigger {
    font-size: larger;
    font-weight: bold;
    text-shadow: 3px 3px 3px #000000;
  }
  
  /* Contact page desktop layout */
  #contact2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

/* Large Desktop - min-width: 1200px */
@media (min-width: 1200px) {
  #head #logo img { 
    height: 98px; 
  }
  
  #nav a { 
    font-size: 1.7rem; 
  }
}
