
:root {
  /* Primary Colors - Updated for Sarah Seale Inc */
  --theme-color: #D4AF37;  /* Gold accent */
  --link-color: #D4AF37;    /* Gold for links */
  --title-color: #000000;   /* Black for titles */
  --body-color: #333333;    /* Dark gray for body text */
  --smoke-color: #F8F8F8;   /* Light gray background */
  --smoke-color2: #E9ECEF;  /* Slightly darker gray */
  --black-color: #000000;   /* Pure black */
  --black-color2: #1A1A1A;  /* Dark background */
  --gray-color: #E6E6E6;    /* Light gray */
  --white-color: #ffffff;   /* White */
  --light-color: #666666;   /* Medium gray */
  --yellow-color: #D4AF37;  /* Gold accent (matching theme) */
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #E5E5E5;
  
  /* Gold Accent Variables */
  --gold-accent: #D4AF37;
  --gold-hover: #B8941F;
  --gold-light: #E8D4A0;
  --dark-bg: #1A1A1A;
  --darker-bg: #0F0F0F;
  
  /* Typography */
  --title-font: "Plus Jakarta Sans", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --body-font: "Roboto", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  
  /* Layout */
  --main-container: 1290px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
  
  /* Bootstrap Overrides */
  --bs-border-radius: 2px;
  --bs-box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.1);
  --bs-focus-ring-color: rgba(212, 175, 55, 0.25);  /* Gold focus */
  --bs-dropdown-bg: #FFF;
  --bs-navbar-nav-link-padding-x: 24px;
  --bs-border-color: #D4AF37;  /* Gold borders */
  --bs-primary: #D4AF37;  /* Gold as primary */
  
  /* Header Heights */
  --top-header-height: 40px;
  --navbar-height: 70px;
}

/* Accordion with gold accent */
.accordion-header:active {
  color: var(--gold-accent);
  background-color: rgba(212, 175, 55, 0.1);
}

@media (min-width: 1200px) {
  .container {
    max-width: 1400px;  /* Slightly smaller for better readability */
  }
}



/* If you have a separate italic variable font file */
/*@font-face {
  font-family: "Russo-One";
  font-weight: 300 400 500 600 700 800 900;
  font-style: italic;
  src: url('../fonts/russo-one/russo-one-regular.ttf') format('truetype');
}*/

/* Single-style Russo One from a TTF file */
@font-face {
  font-family: "Russo One";
  src: local("Russo One"),
       url("../fonts/russo-one//russo-one-regular.ttf") format("truetype");
  font-weight: 400;            /* only weight that exists */
  font-style: normal;          /* no italic exists */
  font-display: swap;          /* prevents FOIT */
  font-synthesis: none;        /* avoid fake bold/italic */
}


/*@font-face {
  font-family: "Inter";
  font-weight: 400 500 600;
  font-style: normal;
  src: url('../fonts/inter/inter-variable.ttf') format('truetype');
}
@font-face {
  font-family: "Inter";
  font-weight: 400 500 600;
  font-style: italic;
  src: url('../fonts/inter/inter-italic.ttf') format('truetype');
}
*/


/* Inter Variable (TTF) — normal */
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/inter-variable.ttf") format("truetype-variations"),
       url("../fonts/inter/inter-variable.ttf") format("truetype");
  font-weight: 100 900;      /* full range so 700 exists */
  font-style: normal;
  font-display: swap;
}

/* Inter Italic — pick ONE of the following blocks */

/* A) If your italic file is a VARIABLE italic TTF */
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/inter-italic.ttf") format("truetype-variations"),
       url("../fonts/inter/inter-italic.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}


/*------------------- Typography -------------------*/

html,
body {
  scroll-behavior: smooth;
}
body {
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
input:focus {
  outline: none;
  box-shadow: none;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
a {
  color: var(--link-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
a:hover {
  color: var(--title-color);
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}
button {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
img {
  border: none;
  max-width: 100%;
}
p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75;
  font-size:18px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
/*  font-weight: 700;*/
  line-height: 1.4;
  margin: 0 0 15px 0;
}
h2 {
  color: #69aa44;
  font-weight:400;
}
/*#errors {
    background: url(../../img/errBox.jpg) 0 0 repeat-y;
    display: block;
    margin: 20px auto 20px auto;
    padding: 4px;
    border: 3px #900 solid;
    background-color: #fff;
    color: #000;
    width: 100%
}
#success {
    background: url(../../img/chkBox.jpg) 0 0 repeat-y;
    display: block;
    margin: 20px auto 20px auto;
    padding: 8px 4px 4px 4px;
    border: 3px #690 solid;
    background-color: #fff;
    width: 100%
}
.errMessage {
    display: block;
    padding: 0 0 0 34px;
    margin: 0 0 4px 0;
    width: auto;
    color: #c00;
    font-weight: 400;
    font-size: 20px
}
.successMessage {
    display: block;
    padding: 0 0 0 34px;
    margin: 0 0 4px 0;
    width: auto;
    color: #333;
    font-weight: 400;
    font-size: 20px
}*/
span.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
a.anchor2 {
    display: block;
    position: relative;
    top: -180px;
    visibility: hidden;
}
nav .btn-secondary {
    margin-left: 21px;
    margin-top: -4px;
}
@media (max-width: 991px) {
  nav .btn-secondary {
      margin-left: 0px;
      margin-top: 4px;
      margin-bottom: 8px;
  }
}
.nav-link:hover, .link:hover {
  text-decoration:underline;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
nav {
/*  box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);*/
  border-bottom: 1px solid #1a1a1a;

}
.btn {
    font-size: 18px;
    text-transform: capitalize;
    padding: 10px 20px;
    border-radius: 2px;
    font-weight: 500;
/*    border: 2px solid;*/
    position: relative;
    z-index: 1;
    transition: .2s ease;
    overflow: hidden;
/*    white-space: nowrap;*/
    font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300))) !important;
}


/* Primary button - Gold theme */
.btn-primary {
  --bs-btn-color: #000;  /* Black text on gold */
  --bs-btn-bg: var(--gold-accent);
  --bs-btn-border-color: var(--gold-accent);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: var(--gold-hover);
  --bs-btn-hover-border-color: var(--gold-hover);
  --bs-btn-focus-shadow-rgb: 212, 175, 55;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #A08720;
  --bs-btn-active-border-color: #A08720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  --bs-btn-disabled-color: #999;
  --bs-btn-disabled-bg: var(--gold-light);
  --bs-btn-disabled-border-color: var(--gold-light);
  --bs-btn-border-width: 2px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 25px;
  transition: all 0.3s;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(212, 175, 55, 0.3);
}

/* Secondary button - Black/White theme */
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: var(--gold-accent);
  --bs-btn-hover-border-color: var(--gold-accent);
  --bs-btn-focus-shadow-rgb: 212, 175, 55;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: var(--gold-hover);
  --bs-btn-active-border-color: var(--gold-hover);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  --bs-btn-disabled-color: #999;
  --bs-btn-disabled-bg: #333;
  --bs-btn-disabled-border-color: #333;
  --bs-btn-border-width: 2px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 25px;
  transition: all 0.3s;
}

/* Outline primary - Gold outline */
.btn-outline-primary {
  --bs-btn-color: var(--gold-accent);
  --bs-btn-border-color: var(--gold-accent);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: var(--gold-accent);
  --bs-btn-hover-border-color: var(--gold-accent);
  --bs-btn-focus-shadow-rgb: 212, 175, 55;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: var(--gold-hover);
  --bs-btn-active-border-color: var(--gold-hover);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  --bs-btn-disabled-color: var(--gold-light);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--gold-light);
  --bs-btn-border-width: 2px;
  --bs-gradient: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 25px;
  transition: all 0.3s;
}

/* Outline secondary - Black/White outline */
.btn-outline-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #000;
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #333;
  --bs-btn-active-border-color: #333;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  --bs-btn-disabled-color: #999;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #999;
  --bs-btn-border-width: 2px;
  --bs-gradient: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 25px;
  transition: all 0.3s;
}

/* Dark button for CTA */
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: var(--gold-accent);
  --bs-btn-hover-border-color: var(--gold-accent);
  border-radius: 25px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s;
}

/* Navigation Styles */
.nav-link {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0;
  color: #333;
  transition: color 0.3s;
}

.nav-link:hover {
  color: var(--gold-accent);
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* Text Colors */
.text-default {
  color: #1a1a1a;
}

.text-gold {
  color: var(--gold-accent);
}

.text-dark-gray {
  color: #333;
}

/* Top Header */
#top-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  transition: transform 0.3s ease;
  background: var(--darker-bg);
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);  /* Subtle gold border */
  height: var(--top-header-height);
}

#top-header a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

#top-header a:hover {
  color: var(--gold-accent);
}

#top-header p {
  color: #fff;
  margin: 0;
}

#top-header .social-icon {
  color: #fff;
  height: 16px;
  transition: color 0.3s;
}

#top-header .social-icon:hover {
  color: var(--gold-accent);
}

/* Main Navigation */
/*.navbar {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--top-header-height);
  z-index: 1029;
  transition: top 0.3s ease;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  min-height: var(--navbar-height);
}
*/
/* Body Padding */
body {
  padding-top: calc(var(--navbar-height) + var(--top-header-height));
  font-family: var(--body-font);
  color: var(--body-color);
  line-height: 1.6;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 700;
  line-height: 1.2;
}

/* Links */
a {
  color: var(--link-color);
  text-decoration: none;
  transition: color 0.3s;
}

a:hover {
  color: var(--gold-hover);
}

/* Forms */
.form-control:focus {
  border-color: var(--gold-accent);
  box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.25);
}

/* Cards */
.card {
  border: 1px solid #e5e5e5;
  transition: all 0.3s;
}

.card:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}

/* Section Spacing */
.section-padding {
  padding: var(--section-space) 0;
}

@media (max-width: 768px) {
  .section-padding {
    padding: var(--section-space-mobile) 0;
  }
}

/* Gold Accent Classes */
.bg-gold {
  background-color: var(--gold-accent);
}

.bg-gold-light {
  background-color: var(--gold-light);
}

.border-gold {
  border-color: var(--gold-accent) !important;
}

/* Dark Background Sections */
.bg-dark-section {
  background: var(--dark-bg);
  color: #fff;
}

.bg-darker-section {
  background: var(--darker-bg);
  color: #fff;
}



/*

.nav-link {
  font-size: 24px;
  margin-top: 6px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 24px;
        padding-left: 24px;
    }
}

.text-default {
  color: #404040;
}

#top-header a {
    color: #fff;
}
#top-header p {
    color: #fff;
    margin: 0px;
}

#top-header .social-icon {
    color: #fff;
    height: 16px;
}

#top-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  transition: transform 0.3s ease; 
  border-bottom: 1px solid #3787d0;
}

.navbar {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--top-header-height); 
  z-index: 1029;
  transition: top 0.3s ease; 
}

body {
  padding-top: calc(var(--navbar-height) + var(--top-header-height)); 
}

*/





.blue {
  background-color: #3b4d90;
}

.banner {
  font-size:60px;
  margin:0px;
}
@media (max-width: 785px) {
  .banner {
    font-size:50px;
  }
}
@media (max-width: 400px) {
  .banner {
    font-size:35px;
  }
}
.font-normal {
  font-weight:normal;
}

/*@media (max-width: 435px) {
  .navbar-brand img {
    width: 212px;
  }
}*/
@media (max-width: 991px) {
  .mobile-center {
    margin:40px auto 0px auto !important;
    text-align:center;
  }
}
@media (max-width: 768px) {
  .mobile-center-nm {
    margin:0px auto 0px auto !important;
    text-align:center;
  }
}
/*.service .card.card-shadow {
  -webkit-box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.5);
}*/
.service .service-box .card-body {
  padding: 40px;
}
.service h6 {
  color: #1d1d1d;
}
.text-right {
  text-align: right
}
.stars i {
  font-size: 34px;
  vertical-align: text-top;
}
.quotes {
  color:#11b4f5;
  fill:#11b4f5;
  margin-top:20px;
  height: 28px;
}
.card-body.review {
  height:250px;
}
@media (max-width: 1201px) {
  .card-body.review {
    height:280px;
  }
}
@media (max-width: 991px) {
  .card-body.review {
    height:300px;
  }
  .stars i {
    font-size: 24px;
    vertical-align: text-top;
  }
}
@media (max-width: 720px) {
  .card-body.review {
    height:340px;
  }
}
@media (max-width: 500px) {
  .card-body.review {
    height:400px;
  }
}
@media (max-width: 420px) {
  .card-body.review {
    height:480px;
  }
}
@media (max-width: 365px) {
  .card-body.review {
    height:580px;
  }
}
@media (max-width: 768px) {
  .quotes {
    display:none;
  }
}
/*footer {
  background-color:  #031839;
}*/
footer p.h4 {
  color: #fff;
}

footer p{
  color: #b4b0b0
}

footer a {
  color: #fff;
}
footer a:hover {
  color: #11b4f5;
}

footer i.fa {
  color:var(--gold-accent);
}
.copyright {
    width: 100%;
}

.copyright-para {
  text-align:center;
/*  color:#fff;*/
}
hr.hr-footer {
  border:1px solid #11b4f5;
  opacity:1;

}
.footer-list li {
    margin: 4px 0;
}

.footer-list {
    list-style-type: none;
    margin-top: 10px;
    padding-left: 0px;
}
img.shadow {
      box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}

.form-control:focus {
  border-color: #11b4f5;
  box-shadow: inset 0 1px 1px rgba(50, 77, 144, 0.2), 0 0 8px rgba(50, 77, 144, 0.1);
}

.dropdown-menu { 
    border-radius:2px;
    background-color: #fff;
}

.dropdown-item:active {
  background-color: #fff;
}



.align-right {
  float:right;
}

hr.black {
  border: 1px solid #1a1a1a;
  opacity: 1;
  margin: 0;
  padding: 0;
}

hr.gold {
  border-bottom: 1px solid var(--gold-accent);
  border-top: none;
  opacity: 1;
  margin: 0;
  padding: 0;
}


















/* sticky only on lg+ */
@media (max-width: 991.98px){
  .sticky-lg-top{ position: static !important; }
}
@media (min-width: 992px){
  .sticky-lg-top{ position: sticky; }
}





/*



.card-overlay h3,
.card-overlay p { text-shadow: 0 1px 2px rgba(0,0,0,.35); }



.shadow-wrap-br{
  filter: drop-shadow(12px 12px 5px rgba(0,0,0,0.2))
          drop-shadow(3px 4px 4px rgba(0,0,0,0.7));
  border-radius: 1rem;                
}
.shadow-wrap-br > .card{ border-radius: inherit; }




@media (min-width: 991px) {
  .col-form-label {
    text-align: right;
  }
}


@media (max-width: 767px) {
  .mobile-margin-top {
    margin-top:40px;
  }
}

*/






/*
.hero{ overflow: visible; }         

hr.darkblue{ position: relative; z-index: 0; }


.form-bg {
background-color:#f3fbfe;
}


  
.form-container-wrapper {
    background: white;
    border-radius: 2px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.form-header-section {
    background: linear-gradient(135deg, #1e5799 0%, #2989d8 100%);
    padding: 30px 20px;
    text-align: center;
}

.form-header-section h3 {
    color: white;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.form-body-section {
    padding: 35px 30px;
}

.custom-form-group {
    margin-bottom: 25px;
}

.custom-form-label {
    display: block;
    color: #1e5799;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 15px;
}

.custom-form-control {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 2px;
    font-size: 15px;
    transition: all 0.3s ease;
    font-family: inherit;
}

.custom-form-control:focus {
    outline: none;
    border-color: #00bcd4;
    box-shadow: 0 0 0 3px rgba(0, 188, 212, 0.1);
}

.custom-form-control::placeholder {
    color: #999;
}

.help-text {
    font-size: 13px;
    color: #666;
    margin-top: 5px;
    font-style: italic;
}

.custom-submit-btn {
    width: 100%;
    background: #00bcd4;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.custom-submit-btn:hover {
    background: #00acc1;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 188, 212, 0.4);
}

.custom-submit-btn:active {
    transform: translateY(0);
}

.checker {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

#errors {
    background: #fee;
    border: 2px solid #fcc;
    border-radius: 2px;
    padding: 15px;
    margin-bottom: 20px;
    color: #c33;
}

#success {
    background: #efe;
    border: 2px solid #cfc;
    border-radius: 2px;
    padding: 15px;
    margin-bottom: 20px;
    color: #3c3;
}

@media (max-width: 768px) {
    .form-body-section {
        padding: 25px 20px;
    }
    
    .form-header-section h3 {
        font-size: 22px;
    }
}
*/
/*
.service-card {
    border-left: 4px solid #11b4f5;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateX(5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15) !important;
}

.solution-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: white;
}

.solution-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3) !important;
}

.solution-image {
    position: relative;
}

.solution-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(30, 87, 153, 0.7);
    transition: background 0.3s ease;
}

.solution-card:hover .solution-overlay {
    background: rgba(0, 188, 212, 0.85);
}

.solution-content {
    min-height: 180px;
}

*/

/*
.gallery-card {
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: white;
}

.gallery-card:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4) !important;
}

.gallery-label {
    font-size: 14px;
    letter-spacing: 1px;
}


.before{
  background: #0e4480;

}

.after{
  background: #11b4f5;
}


*/


/*
.accordion-button {
    background-color: #f8f9fa;
    color: #1e5799;
}

.accordion-button:not(.collapsed) {
    background-color: #00bcd4;
    color: white;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 188, 212, 0.25);
}

.accordion-body {
    font-size: 16px;
    line-height: 1.6;
}




.fa-clock-o {
  color:#fff;
}

.fa-clock-o.blue-fa, .blue-fa {
  color:#11b4f5 !important;

}

.test {
    background-image: url(../../img/clean_bg3.png) !important;
}

.card-blue {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}


.fa-light-blue {
  color: #11b4f5 !important;
}

*/

.margin-left-20 {
  margin-left: 20px;
}

@media (max-width: 768px) {
  .hidden-mobile {
    display: none;
  }
}



/*
section p {
    font-size: 1.25rem;
    font-weight: 300;
}


.border-dark-blue {
  border: 2px solid #0e4480;
}





.gallery-section {
    scroll-margin-top: 100px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #0e4480;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.gallery-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,1), transparent);
    padding: 1rem;
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-overlay p {
  color: #fff;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.nav-pills-gallery {
    background: #f8f9fa;
    border-radius: 50px;
    padding: 0.5rem;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.nav-pills-gallery .nav-link {
    border-radius: 50px;
    padding: 0.5rem 1.5rem;
    color: #495057;
    transition: all 0.3s ease;
        border: 1px solid #0e4480;

}

.nav-pills-gallery .nav-link:hover {
    background: #e9ecef;
}

.nav-pills-gallery .nav-link.active {
    background: #11b4f5;
    color: white;
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 1rem;
    }
    
    .gallery-item img {
        height: 200px;
    }
}





@media (min-width: 768px) and (max-width: 1299px) {
  .hidden-tablet {
    display:none;
  }
}

.home-pic-bg {
  height: 30%; z-index: 1;
}
.van-pic {
  max-width: 900px; width: 100%; height: auto
}


.service-card2 { 
  height: 350px; 
  object-fit: cover;
}

.max-180 {
max-width: 180px;
}

.max-800 {
  max-width: 800px;
}
.max-900 {
  max-width: 900px
}
.review-circle {
  width: 50px; 
  height: 50px
}


.accordion-button:not(.collapsed) {
  background-color: #3DA5D9;
}

.font-36 {
  font-size: 36px;
}

.icon-blue {
  color: #abd6eb;
  font-size: 48px;
}


.btn.btn-primary:hover .fa.fa-arrow-right.ms-2, 
.btn.btn-primary:hover .fa.fa-paper-plane.me-2,
.btn.btn-primary.btn-lg.w-100.mt-3:hover .fa.fa-calendar-check-o.me-2,
.btn.btn-outline-primary.btn-lg:hover .fa.fa-youtube.me-2,
.btn.btn-sm.btn-primary.w-100.text-start:hover .fa.fa-chevron-right.me-2,
.btn.btn-sm.btn-outline-primary.w-100.text-start:hover .fa.fa-chevron-right.me-2,
.btn.btn-outline-primary.w-100.mt-auto:hover .fa.fa-arrow-right.ms-1,
.btn.btn-primary.btn-lg:hover .fa.fa-google.me-2 {

  color: #fff;
}

@media (max-width: 768px) {
  .mobile-margin-bottom {
    margin-bottom: 30px;
  }
}

*/














@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/plus-jakarta-sans/plusjakartasans-variable.ttf") format("truetype-variations"),
       url("../fonts/plus-jakarta-sans/plusjakartasans-variable.ttf") format("truetype");
  font-weight: 100 900;      /* full range so 700 exists */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/plus-jakarta-sans/plusjakartasans-variable-italic.ttf") format("truetype-variations"),
       url("../fonts/plus-jakarta-sans/plusjakartasans-variable-italic.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/roboto-variable.ttf") format("truetype-variations"),
       url("../fonts/roboto/roboto-variable.ttf") format("truetype");
  font-weight: 100 900;      /* full range so 700 exists */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/roboto-italic-variable.ttf") format("truetype-variations"),
       url("../fonts/roboto/roboto-italic-variable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}



:root {
  --gold-accent: #D4AF37;
  --gold-hover: #B8941F;
  --dark-bg: #1a1a1a;
  --darker-bg: #0f0f0f;
}

body {
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
  color: #333;
}

/*.top-header {
  background: var(--darker-bg);
  padding: 0.5rem 0;
  font-size: 16px;
}*/

/*.main-nav {
  background: #fff;
  padding: 1rem 0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
*/
.navbar-brand img {
  height: 40px;
}

.nav-link {
  color: #333;
  font-weight: 500;
  padding: 0.5rem 1rem;
  transition: color 0.3s;
}

.nav-link:hover {
  color: var(--gold-accent);
}


.hero-subtitle {
  margin-bottom: 2rem;
}

.hero-image {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.hero-image img {
  width: 100%;
  height: auto;
/*  filter: grayscale(100%);*/
}

.banner-section {
  background: var(--dark-bg);
  color: #fff;
  padding: 3rem 0;
  position: relative;
}

.banner-section h2 {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

.banner-section p {
  font-size: 1rem;
  opacity: 0.9;
}

.btn-banner {
  background: transparent;
  color: #fff;
  border: 2px solid var(--gold-accent);
  padding: 0.75rem 2rem;
  border-radius: 25px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.05em;
  transition: all 0.3s;
}

.btn-banner:hover {
  background: var(--gold-accent);
  border-color: var(--gold-accent);
  color: #1a1a1a;
}

.services-section {
  padding: 4rem 0;
  background: #fff;
}

.section-heading {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}

.service-card {
  padding: 2rem 0;
  border-bottom: 1px solid var(--gold-accent);
}

.service-card:last-child {
  border-bottom: none;
}

.service-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

.service-description {
  color: #666;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.learn-more-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: color 0.3s;
}

.learn-more-link:hover {
  color: var(--gold-accent);
}

.learn-more-link .icon-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--gold-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
  text-decoration:none;
}

.learn-more-link:hover .icon-circle {
  background: var(--gold-accent);
}

.learn-more-link .icon-circle::after {
  content: '→';
  color: #fff;
  font-size: 12px;
  text-decoration:none;
}

.why-choose-section {
  padding: 4rem 0;
  background: #f8f8f8;
}

.feature-card {
  text-align: center;
  padding: 2rem;
}

.feature-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--gold-accent);
}

.feature-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

.feature-description {
  color: #666;
  font-size: 0.9375rem;
  line-height: 1.7;
}

.trust-section {
  padding: 3rem 0;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}

.trust-heading {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #666;
  text-align: center;
  margin-bottom: 2rem;
}

.trust-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.trust-logos img {
  height: 226px;
/*  filter: grayscale(100%);*/
/*  opacity: 0.6;*/
  transition: all 0.3s;
}

.trust-logos img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

footer {
  background: var(--darker-bg);
  color: #fff;
  padding: 3rem 0 1rem;
}

footer a {
  color: #999;
  text-decoration: underline;
  transition: color 0.3s;
}

footer a:hover, 
footer a.text-secondary:hover {
  color: var(--gold-accent) !important;
  text-decoration: underline;
}

.footer-logo {
  height: 40px;
  margin-bottom: 1rem;
  filter: brightness(0) invert(1);
}

.social-links a {
  font-size: 1.25rem;
  margin-right: 1rem;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }
  
  .banner-section h2 {
    font-size: 1.5rem;
  }
}

.gold-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--gold-accent);
  border-radius: 50%;
  margin: 0 0.5rem;
  vertical-align: middle;
}

.btn-primary-custom {
  background: var(--gold-accent);
  color: #1a1a1a;
  border: 2px solid #1a1a1a;
/*  padding: 0.75rem 2rem;*/
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-primary-custom:hover {
  color: #1a1a1a;
  background: var(--gold-hover);
  border: 2px solid #1a1a1a;
  box-shadow: 0 10px 20px rgba(212, 175, 55, 0.3);
}

.top-header {
  background: #0F0F0F;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1031;
  min-height: 35px;
  display: flex;
  align-items: center;
}

.top-header a {
  text-decoration: none;
  transition: color 0.3s;
}

.top-header a:hover {
  color: #D4AF37;
}

.main-nav {
  position: fixed;
  top: 35px;
  left: 0;
  right: 0;
  z-index: 1030;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  padding: 1rem 0;
  background: #fff !important;
}

.navbar-nav .nav-link {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0.5rem 1rem;
  transition: color 0.3s;
}

.navbar-nav .nav-link:hover {
  color: #D4AF37;
}

body {
  padding-top: 95px;
}

@media (max-width: 991px) {
  .navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
  }
  
  .navbar-collapse {
    margin-top: 1rem;
  }
}

.hero-section {
  background: #fff;
  padding: 2rem 0;
  overflow: hidden;
}


.hero-text {
  flex: 0 0 65%;
  padding-left: 2%;
}

.hero-description {
  font-size: 20px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 2rem;
}

.btn-hero {
  background: var(--gold-accent);
  color: #1a1a1a;
  border: 2px solid #000;
  padding: 0.75rem 2rem;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}

.btn-hero:hover {
  background: #fff;
  color: #1a1a1a;
}

.hero-image-wrapper {
  flex: 1;
  position: relative;
}

.hero-portrait {
  max-height: 400px;
  height: auto;
/*  filter: grayscale(100%);*/
  display: block;
  margin-left: auto;
}

@media (max-width: 992px) {

  .hero-text {
    flex: 1;
    padding-left: 2%;
    max-width: 800px;
  }
  
  .hero-portrait {
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: clamp(3rem, 10vw, 5rem);
  }
  
  .hero-text {
    padding-left: 0;
  }
}

.text-gold {
  color: var(--gold-accent);
}
























body {
  padding-top: 95px; /* Initial value for header heights */
  transition: padding-top 0.3s ease; /* Smooth transition */
}

.hero-section {
  background: #fff;
  padding: 4rem 0 2rem 0; /* Consistent top padding */
  overflow: hidden;
}

/* Add these for smooth header transitions */
#top-header {
  transition: transform 0.3s ease;
}

#navbar_top {
  transition: top 0.3s ease;
}




.trust-section {
  padding: 3rem 0;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  overflow: hidden; /* Hide overflow for carousel */
}

.
/*
.trust-logos-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 2rem 0;
}

.trust-logos {
  display: flex;
  animation: scroll-logos 30s linear infinite;
  gap: 4rem;
}

.trust-logos-track {
  display: flex;
  gap: 4rem;
}

.trust-logo-item {
  flex-shrink: 0;
}

.trust-logo-item img {
  height: 120px; 
  width: auto;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.3s;
}

.trust-logo-item img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.trust-logos-container:hover .trust-logos {
  animation-play-state: paused;
}
*/

.trust-logos-container { overflow: hidden; padding: 2rem 0; }
.trust-logos { overflow: hidden; }

.trust-logos-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 4rem;
  will-change: transform;
  animation: scroll-logos 40s linear infinite;
}

.trust-logo-item { flex: 0 0 auto; }
.trust-logo-item img {
  height: 120px; width: auto;
/*  filter: grayscale(100%); */
opacity: .6;
  transition: filter .3s, opacity .3s;
}
.trust-logo-item img:hover { filter: none; opacity: 1; }

@keyframes scroll-logos {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); } /* one full set */
}

.trust-logos-container:hover .trust-logos-track { animation-play-state: paused; }

@media (prefers-reduced-motion: reduce) {
  .trust-logos-track { animation: none; }
}





.learn-more-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-decoration: none; /* Remove default underline */
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: color 0.3s;
}

/* Underline only the text, not the icon */
.learn-more-link span:not(.icon-circle) {
  text-decoration: underline;
}

.learn-more-link .icon-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--gold-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
  text-decoration: none !important; /* Force no underline */
  flex-shrink: 0; /* Prevent circle from shrinking */
}

.learn-more-link .icon-circle::after {
  content: '→';
  color: #fff;
  font-size: 12px;
  text-decoration: none !important; /* No underline on arrow */
  line-height: 1;
}

.learn-more-link:hover {
  color: var(--gold-accent);
  text-decoration: none;
}

.learn-more-link:hover span:not(.icon-circle) {
  text-decoration: underline;
}














/* Hero Section Base Styles */
.hero-section {
  background: #fff;
  padding: 4rem 0;
  overflow: hidden;
}

.hero-title {
  font-size: clamp(4rem, 9vw, 11rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 0.9;
  color: #000;
  margin: 0 0 3rem 0;
  padding: 0 2%;
  width: 100%;
  text-align: center;
  white-space: nowrap; /* Keep on one line on desktop */
}

.hero-content-wrapper {
  display: flex;
  gap: 4rem;
  padding: 0 2%;
  align-items: flex-start;
}

/* Desktop - Large Screens */
@media (min-width: 1400px) {
  .hero-title {
    font-size: clamp(5rem, 8vw, 10rem);
  }
}


/* Tablet */
@media (max-width: 992px) {
  .hero-content-wrapper {
    flex-direction: column;
    gap: 2rem;
  }
  
  .hero-title {
    font-size: clamp(3rem, 8vw, 6rem);
    white-space: normal;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .hero-section {
    padding: 2rem 0;
  }
  
  .hero-section .container {
    padding: 0;
    overflow-x: hidden;
  }
  
  .hero-title {
    font-size: 10vw; /* Adjusted to prevent cutoff */
    padding: 0 5px; /* Small padding to prevent edge cutoff */
    letter-spacing: -0.02em;
    white-space: nowrap; /* Keep on one line */
    word-break: normal; /* Don't break words */
    width: calc(100vw - 10px); /* Account for padding */
    margin-left: calc(-50vw + 50% + 5px);
    margin-right: calc(-50vw + 50% + 5px);
  }
  
  .hero-content-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 601px) and (max-width: 1202px) {
  .hero-title {
    font-size: 8vw;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .hero-title {
    font-size: 10.5vw; /* Slightly larger for small screens */
    padding: 0 3px; /* Minimal padding */
    width: calc(100vw - 6px);
    margin-left: calc(-50vw + 50% + 3px);
    margin-right: calc(-50vw + 50% + 3px);
  }
}

/* Extra Small Mobile */
@media (max-width: 380px) {
  .hero-title {
    font-size: 11vw;
    white-space: normal; /* Allow wrapping on very small screens */
    line-height: 1;
  }
}



.grayscale {
/*    filter: grayscale(100%);*/
    transition: all 2.8s;
    border-radius: 12px;
}

.awards img:hover {
    filter: none;
  transition: filter 0.4s ease; 

}

.hero-split .container:has(.btn-primary-custom:hover) .hero-right img,
.hero-split .container:has(.btn-primary-custom:focus-visible) .hero-right img {
  filter: none;
  transition: filter 0.4s ease; 
}

.hero-section:has(.btn-primary-custom:hover) .hero-image-wrapper img,
.hero-section:has(.btn-primary-custom:focus-visible) .hero-image-wrapper img {
  filter: none;
  transition: filter .4s ease; 
}





@media (prefers-reduced-motion: reduce) {
  .hero-right img { transition: none !important; }
}



/* =========================
   BASE (shared across pages)
   ========================= */
.hero-split {
  background: #fff;
  padding: 4rem 0;
  overflow: hidden;
}
.hero-split .container {
  display: flex;
  min-height: 500px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}
.hero-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 4rem 4rem 0;
  background: #fff;
}
.hero-right {
  flex: 1;
  position: relative;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4rem;
}
.hero-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
/*  filter: grayscale(100%);*/
}

.page-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.hero-lead {
  font-size: 1.25rem;
  color: #666;
  margin-bottom: 2rem;
  line-height: 1.5;
}

/* Pillars: shared */
.pillars { padding: 4rem 0; background: #fff; }
.pillar-card {
  padding: 2rem;
  height: 100%;
  border-left: 3px solid var(--gold-accent);
  background: #fafafa;
  transition: all 0.3s;
}
.pillar-card:hover {
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}
.pillar-title {
  /* font-size differs per page; set in overrides */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  color: #1a1a1a;
}

/* Approach: shared */
.approach-section {
  background: var(--dark-bg);
  color: #fff;
  padding: 4rem 0;
}

/* Responsive: shared */
@media (max-width: 992px) {
  .hero-split .container { flex-direction: column; }
  .hero-left { padding: 3rem 0 0 0; } /* page-specific tweak at 768px below */
  .hero-right { min-height: 300px; margin-left: 0; margin-top: 2rem; }
}
@media (max-width: 768px) {
  .page-title { font-size: 2rem; }
  /* .hero-left padding differs per page at this breakpoint; set below */
}

/* =========================
   PAGE 1 OVERRIDES
   ========================= */

   /*
.page--one .four-pillars { 
  padding: 4rem 0; background: #fff;
}
.page--one .pillar-card { margin-bottom: 2rem; }
.page--one .pillar-title { font-size: 1.125rem; }

.page--one .process-timeline { position: relative; padding: 3rem 0; }
.page--one .process-step {
  display: flex; align-items: flex-start; margin-bottom: 3rem; position: relative;
}
.page--one .process-number {
  flex-shrink: 0; width: 60px; height: 60px;
  background: var(--gold-accent); color: #1a1a1a; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1.5rem; margin-right: 2rem;
}
.page--one .process-content h4 {
  text-transform: uppercase; font-size: 1rem; font-weight: 700; letter-spacing: 0.05em; margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .page--one .hero-left { padding: 2rem 0; }
}
*/

/* =========================
   PAGE 2 OVERRIDES
   ========================= */
/*.page--two .three-pillars {
  padding: 4rem 0; background: #fff;
}
.page--two .pillar-card { margin-bottom: 0; } 
.page--two .pillar-title { font-size: 1.25rem; }

.page--two .pillar-number {
  color: var(--gold-accent); font-size: 3rem; font-weight: 700; line-height: 1; margin-bottom: 1rem;
}
.page--two .expertise-section { padding: 4rem 0; background: #f8f8f8; }
.page--two .expertise-badge {
  display: inline-block; background: var(--gold-accent); color: #1a1a1a;
  padding: 0.5rem 1rem; border-radius: 25px; font-weight: 600; font-size: 0.875rem; margin: 0.5rem;
}

@media (max-width: 768px) {
  .page--two .hero-left { padding: 2rem 1rem; }
}
*/





    .process-step {
        display: flex;
        align-items: flex-start;
        margin-bottom: 3rem;
        position: relative;
    }

    .process-number {
        flex-shrink: 0;
        width: 60px;
        height: 60px;
        background: var(--gold-accent);
        color: #1a1a1a;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 1.5rem;
        margin-right: 2rem;
    }

    .process-content h4 {
        text-transform: uppercase;
        font-size: 1rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        margin-bottom: 0.5rem;
    }

    .pillar-icon {
        width: 50px;
        height: 50px;
        background: var(--gold-accent);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
        color: #1a1a1a;
    }

    .pillar-number {
        color: var(--gold-accent);
        font-size: 3rem;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 1rem;
    }

    .expertise-badge {
        display: inline-block;
        background: var(--gold-accent);
        color: #1a1a1a;
        padding: 0.5rem 1rem;
        border-radius: 25px;
        font-weight: 600;
        font-size: 0.875rem;
        margin: 0.5rem;
    }

ul.list-things {
    list-style: none; 
    padding-left: 0; 
    margin-top: 1.5rem;
}


.list-things li {
    margin-bottom: 0.75rem;
}

.blockquote-custom {
    background: #fff; 
    padding: 2rem; 
    border-left: 4px solid var(--gold-accent);
}


ul.list-custom {
    list-style: none; 
    padding-left: 0;
}
.list-custom li {
    margin-bottom: 0.5rem;
}



@media (max-width: 992px) {
  .hero-split {
    padding: 0 0 4rem 0;
  }
}


.bg-warning {
  background-color: var(--gold-accent) !important;
}




    .timeline-connector {
        position: absolute;
        left: 30px;
        top: 70px;
        bottom: 0;
        width: 2px;
        background: var(--gold-accent);
        opacity: 0.3;
    }
    
    .risk-matrix {
        background: #fff;
        border: 2px solid var(--gold-accent);
        border-radius: 10px;
        padding: 2rem;
        margin-bottom: 2rem;
    }
    
    .risk-level {
        display: inline-block;
        padding: 0.25rem 0.75rem;
        border-radius: 20px;
        font-size: 0.75rem;
        font-weight: 600;
        text-transform: uppercase;
    }
    
    .risk-high {
        background: #dc3545;
        color: white;
    }
    
    .risk-medium {
        background: var(--gold-accent);
        color: #1a1a1a;
    }
    
    .risk-low {
        background: #28a745;
        color: white;
    }





    

.form-as-copy { 
  --line: #dfe6ee;
  border-left: 1px solid var(--gold-accent);
  padding-left: 1.25rem;
}
.form-line {
  display: flex; 
  flex-wrap: wrap; 
  align-items: baseline; 
  gap: .5rem;
  font-size: clamp(1.1rem, 1.4vw, 1.25rem);
  border-bottom: 1px solid var(--line);
  padding: .85rem 0;
}
.inline-input {
  border: none; outline: none; background: transparent; 
  border-bottom: 2px solid #e9ecef; 
  padding: .35rem .25rem; min-width: 12ch;
}
.inline-input:focus { border-bottom-color: var(--gold-accent); box-shadow: none; }
.inline-select { border: none; border-bottom: 2px solid #e9ecef; background: transparent; padding: .35rem .25rem; }
.pillset .btn { border-radius: 999px; }
.muted-dot { font-size: 2rem; line-height: 0; color: #ced4da; }
.helper { font-size: .925rem; color: #6c757d; }
.contact-card { backdrop-filter: blur(2px); }
/*.anchor { position: relative; top: -100px; }*/
.checker { position: absolute; left: -9999px; height: 0; width: 0; overflow: hidden; }
.is-invalid { border-bottom-color: #dc3545 !important; }

#errors {
    color: red;
    margin-bottom: 10px;
}
#success {
    color: green;
    margin-bottom: 10px;
    text-align: center;
}
.errMessage {
  display:block;
}


.circle-point {
  width: 80px; 
  height: 80px; 
  font-size: 2rem; 
  font-weight: bold;
}


.change-phase {
    position: relative;
    padding: 2rem;
    background: #f8f8f8;
    border-radius: 10px;
    margin-bottom: 2rem;
    transition: all 0.3s;
}

.change-phase:hover {
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.phase-arrow {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: var(--gold-accent);
    clip-path: polygon(0 0, 60% 0, 100% 50%, 60% 100%, 0 100%, 40% 50%);
    z-index: 1;
}

.impact-meter {
    display: inline-flex;
    gap: 5px;
    align-items: center;
}

.impact-bar {
    width: 30px;
    height: 8px;
    background: #e0e0e0;
    border-radius: 4px;
}

.impact-bar.filled {
    background: var(--gold-accent);
}


.services-hero {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    padding: 4rem 0 4rem 0;
    text-align: center;
    color: #fff;
}

.services-hero h1 {
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.services-hero .lead {
    font-size: 1.25rem;
    color: rgba(255,255,255,0.8);
    max-width: 800px;
    margin: 0 auto;
}









/* ====== Feature List (with automatic arrow markers) ====== */
.feature-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.feature-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.feature-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--bs-warning); /* aligns with .text-gold */
  font-weight: 600;
}

.feature-list li:last-child {
  margin-bottom: 0;
}

/* Feature list: dot bullets */
.feature-list--dot {
  list-style: none;
  margin: 0;         /* works with .mb-0 in markup if you prefer */
  padding: 0;
}

.feature-list--dot li {
  position: relative;
  padding-left: 1.25rem;
  line-height: 1.5;
}

.feature-list--dot li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--bs-warning); /* matches .text-gold */
  font-weight: 700;
}

/* Optional: tighten spacing when using Bootstrap margin utilities */
.feature-list--dot li.mb-2 { margin-bottom: .5rem; }


/* ===== FEATURE LIST CHECKMARKS ===== */
.feature-list-check {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.feature-list-check li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
  color: #fff; /* matches text-white context */
  line-height: 1.6;
}

.feature-list-check li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--bs-warning, #FFD100); /* use your gold tone */
  font-weight: 600;
}


.text-secondary {
  color: rgb(165, 170, 175) !important;
}


