/*
Theme Name: Columbia River Carbonates Theme
Author: Katatomic Limited
Version: 1.0
*/
body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
} 

p, a, li, ul {
    font-family: "Montserrat", sans-serif;
}

p, ul, li {
    font-size: 1.2rem;
    line-height: 26px;
}

:target {
  scroll-margin-top: 100px;
}

.text-blue {
    color: #06396E;
}

.text-link {
    font-weight: bold;
    text-decoration: underline;
    color: inherit;
    transition: 0.3s ease;
}

.text-link:hover {
    text-decoration: underline;
        color: #06396e!important;
        transition: 0.3s ease;
}

.white-link:hover {
    color: #e0e0e0!important;
}

.btn-darkblue, .btn-green, .btn-white {
    font-size: 1rem;
    font-weight: 700;
    border-radius: 200px;
    padding: 10px 40px;
}

.contact-form input[type=submit] {
    font-size: 1rem!important;
    font-weight: 700!important;
    border-radius: 200px!important;
    padding: 14px 30px!important;
    background: #06396E!important;
}

.btn-darkblue {
    background: #06396E;
    border: none;
}

.btn-transparent {
    background: transparent;
    border: 2px solid #fff;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 200px;
    padding: 6px 40px;
}

.btn-green {
    background: #1d5e74;
    border: none;
}

.btn-white {
    background: #fff;
    color: #000;
    border:none;
}

.section-titles {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 2rem;
}

.learn-more {
    font-size: 1rem;
    font-weight: 600;
    background: #1d5e74;
}

.fluid-smaller {
    padding-left: 16%;
    padding-right: 16%;
}

@media screen and (max-width: 1369px) {
  
    .fluid-smaller {
      padding-left: 2%!important;
      padding-right: 2%!important;
    }
    
}

.header {
    background:#fff;
}

.custom-sticky-header {
  position: sticky;
  top: 0;
  z-index: 1030; /* higher than default elements */
  background-color: #fff; /* match your theme */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.header-shadow {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.navbar-nav li a {
    color: #06396E;
    font-weight: 600;
}

/*.transparent-header {
  background-color: transparent;
  transition: background-color 0.3s ease;
  z-index: 1030;
}

.transparent-header.scrolled {
  background-color: #0d4c88; /* Your blue */
}
*/

.services-section .card {
  border: none;
}

.services-section .btn-outline-primary {
  background-color: #084c77;
  color: white;
  border: none;
  border-radius: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.services-section .btn-outline-primary:hover {
  background-color: #053958;
}

.contact-page-form .gform-theme--foundation .gform_fields {
  grid-row-gap: 20px !important;
}

.footer-section {
  background: #06326a;
  color: white;
  position: relative;
  background-image: url('/wp-content/themes/katatomic/images/footer-curve.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.footer-menu ul li a {
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width: 1519px) and (min-width: 1370px) {
    .footer-section {
        background-position: 57% center;
    }
}

@media screen and (max-width: 1099px) and (min-width: 1037px) {
    .footer-section {
        background-position: 57% center;
    }
}

@media screen and (max-width: 1036px) and (min-width: 935px) {
    
    .footer-section {
        background-position: 60% center;
    }
    
}

@media screen and (max-width: 935px) and (min-width: 869px) {
    
    .footer-section {
        background-position: 66% center;
    }
    
}

@media screen and (max-width: 879px) {
    
    .footer-section {
       background-image: none!important;   
    }
    
}

.contact-form input, .contact-form select, .contact-form textarea {
    font-family: "Montserrat", sans-serif!important;
    font-size: 1.2rem!important;
}

.footer-form select#input_1_5 option {
  color: black !important;
}

.footer-form select#input_1_5 option[value=""] {
  color: #000 !important;
}

.contact-form .gform_validation_errors {
    padding: 10px!important;
    max-width: 630px!important;
    width: 50%!important;
}

@media screen and (max-width: 767px) {
    
    .contact-form input, .contact-form select, .contact-form textarea { 
        width: 100%!important;   
    }
    
    .contact-form .gform_validation_errors { 
        width: 100%!important;   
    }
    
}


form input,
form textarea {
  background: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  color: #fff;
}

form input::placeholder,
form textarea::placeholder {
  color: #fff;
}

form input:focus,
form textarea:focus {
  background: transparent;
  box-shadow: none;
  border-color: #fff;
}

.footer-form input, .footer-form select, .footer-form textarea {
  background: rgba(255,255,255,0.2)!important;    
  color: #fff!important;
  border-radius: 0!important;
  border-bottom: 2px solid #fff!important;
  border-left: none!important;
  border-right: none!important;
  border-top: none!important;
}

.footer-form .gform_validation_errors {
  background: #fff!important;
  border: 3px solid red!important;
  padding: 10px!important;
}

.footer-form .validation_message {
    color: #fff!important;
}

.footer-form textarea {
    max-height:100px!important;
    min-block-size: 7rem!important;
}

.footer-form input[type=submit] {
    background: transparent!important;
    border-radius: 200px!important;
    border: 2px solid #fff!important;
}

.footer-form .charleft.ginput_counter.gfield_description {
    display: none;
}

.footer-form .gform-footer.gform_footer.top_label {
    margin-top: 15px!important;
}

.footer-form .gform-theme--foundation #gform_fields_1, .contact-form .gform-theme--foundation #gform_fields_2  {
  grid-row-gap: 15px !important;
}

.footer-link {
   color: #fff;   
   text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}

.footer-logo {
    max-width: 100%;
    max-height: 70px;
}

@media screen and (max-width: 767px) {
    .footer-logo {
        max-height: 100%;
    }
}

.copyright {
    background: #222;
    text-align: right;
}

.copyright p {
        font-size: 14px;
}

.legal-menu .nav {
    gap: 1rem; /* spacing between links */
}
.legal-menu .nav li a {
    list-style: none;
    font-size: 14px;
    color:#fff;
    text-decoration: none;
}

.legal-menu .nav li a:hover {
   text-decoration: underline;   
}

.validation_message a {
  text-decoration: none !important;
  color: inherit !important;
  pointer-events: none; 
  cursor: default;
}

.gform_validation_errors .gform-icon,
.gform_validation_errors .gform_validation_errors-icon,
.gform_validation_errors svg {
  display: none !important;
}

.gform_validation_errors ul,
.gform_validation_errors ol {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gform_validation_errors li {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.gform_submission_error {
    font-size: 13px!important;
}

.gform_validation_errors a {
    font-size: 13px!important;
    color: #000!important;
    text-decoration :none!important;
    pointer-events: none; 
    cursor: default;
}

