/* Quote Header Styles */
.quote-header-wrapper {
    position: sticky;
    top: 0;
    z-index: 1000;
    margin: 0 0 0 0;
}

.quote-site-header .header-content {
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #d7d9e6;
}

.quote-site-header .header-content-inner.container {
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 14px 60px 15px;
}

.quote-site-header .site-logo {
    display: block;
    margin-top: 0px;
}

.quote-site-header .site-logo a {
    display: block;
    margin: 2px 0 0 0;
    padding: 0;
}

.quote-site-header .site-logo img {
    display: block;
    margin: 0;
    padding: 0;
}

.quote-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.quote-phone {
      margin-top: -1px;
}


.quote-header-actions .quote-phone a {
    font-weight: 600;
    color: #171718;
    font-size: 20px;
    font-family: "Mona Sans", sans-serif;
    text-decoration: none;
    margin-right: 1.25rem;
}

.quote-contact-button {
    background: #006efa;
    color: #ffffff !important;
    padding: 14px 26px 15px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 18px;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
    font-family: "Mona Sans", sans-serif;
}

.quote-contact-button:hover {
    transform: translate(0px, 1px);
}

/* Quote Hero Section */
.quote-hero-section {

    background-color: #f8f9fe;
     padding: 8em 0 14em 0;
    margin-bottom: 40px;
    background-size: 101%;
    background-image: url(/wp-content/uploads/growth-curve2.svg);
    background-repeat: no-repeat !important;
    background-position: right -2px bottom !important;
}

.quote-hero-content {
    /*! max-width: 800px; */
    margin: 0 auto;
}

.quote-hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin: 0 0 40px 0;
    line-height: 1.1em;
}

.quote-company-name {
    font-size: 7rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.0;
}

/* Quote layout — flex for sticky sidebar support */
.quote-layout {
    display: flex;
    gap: 5%;
    align-items: flex-start;
}

.single-quote.has-sidebar #primary {
    flex: 0 0 65%;
    min-width: 0;
}

.single-quote.has-sidebar #secondary {
    flex: 0 0 30%;
}

.single-quote table {
font-size: 1.25rem;
}


.single-quote .site-content {
  margin: 0px 0px 200px 0px;
  }
/* Quote TOC Styles */


.single-quote .post-toc h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 1rem 0;
    color: #041b4a;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.single-quote .post-toc .toc-icon {
    flex-shrink: 0;
}

.single-quote .post-toc ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-quote .post-toc ul li {
    margin: 0 0 0.5rem 0;
    padding: 0;
}

.single-quote .post-toc ul li::before {
    display: none;
}

.single-quote .post-toc ul li a {
    color: #535772;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    display: block;
    padding: 0.25rem 0;
    transition: color 0.2s ease;
}

.single-quote .post-toc ul li a:hover {
    color: #006efa;
}

/* Quote CTA Styles */
.single-quote .quote-cta {
    padding: 2rem;
    background: #fff;
    border-radius: 16px;
    box-shadow: 4px 4px 0px rgba(91,105,135,0.2);
    border: 1px solid #c0c2d3;
    line-height: 1.5;
}

.single-quote .quote-cta h2 {
    font-size: 26px;
    margin: 1rem 0;
    line-height: 1.2;
}

.single-quote .quote-cta img {
    max-width: 140px;
    margin: 0 auto;
}

.single-quote .quote-cta  {
    font-size: 17px;
}

.single-quote .quote-cta .email-link {
    color: #006efa;
    font-weight: 500;
    font-size: 15px;
}

/* Sticky sidebar — pure CSS, replaces JS is-fixed behavior */
.single-quote.has-sidebar #secondary {
    position: sticky;
    top: 100px;
    align-self: flex-start;
}

.single-quote h3 {
  margin: 3em 0em .65em;
    font-size: 30px;
  }
  
  .callout {
  padding-left: 1.5rem;
  border-left: 6px solid #006efa;
   margin: 4rem 0 4rem 6px;
}

.quote-logo {
    margin-bottom: 22px;
}

/* Proposal content width */
.proposal-width {
    max-width: 720px;
}

/* Terms accordion */
.quote-terms {
    margin-top: 6rem;
}

.quote-terms details {
    border-radius: 4px;
    overflow: hidden;
}

.quote-terms summary {
    padding: 20px 24px;
    font-weight: 500;
    font-size: 17px;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #f6f7fb;
    color: #535772;
    transition: background 0.15s ease;
    font-family: "Mona Sans", sans-serif;
}

.quote-terms summary:hover {
    background: #ecedf2;
}

.quote-terms summary::-webkit-details-marker {
    display: none;
}

.quote-terms summary::before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #535772;
    border-bottom: 2px solid #535772;
    transform: rotate(-45deg);
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.quote-terms details[open] summary::before {
    transform: rotate(45deg);
}

.quote-terms-content {
    padding: 30px 24px;
    font-size: 0.9em;
    line-height: 1.8;
    color: #535772;
    background: #f8f9fe;
}

/* Investment section spacing */
.quote-investment {
    margin-top: 6rem;
}

/* Override #page overflow:hidden so position:sticky works */
.single-quote #page {
    overflow: visible;
}

/* Hide default site header on quote pages and remove top padding */
.single-quote .site-header {
    display: none; 
}

.single-quote body {
    padding-top: 0 !important;
}

.single-quote .site-footer {
    display: none;
}

@media screen and (min-width:1700px) {
	.quote-hero-content {
	margin-bottom:10%;
	}
}

/* Or more specifically for the media query */
@media screen and (min-width: 1024px) {
    .single-quote {
        padding-top: 0 !important;
    }
}

/* Responsive */
@media screen and (max-width: 1023px) {

    
    .quote-hero-title {
        font-size: 2rem;
        margin-bottom: .25em;
    }
    
    .quote-company-name {
        font-size: 5rem;
    }
    
    .quote-layout {
        flex-direction: column;
    }

    .single-quote.has-sidebar #primary,
    .single-quote.has-sidebar #secondary {
        flex: none;
        width: 100%;
    }

    .single-quote.has-sidebar #secondary {
        margin-top: 50px;
        position: static;
    }
    
        .single-quote .post-toc,
    .single-quote #toc-container {
        display: none;
    }
    
    .single-quote .site-content {
  margin: 0 0 100px;
}

.quote-hero-section {
  padding: 8em 0 10em 0;
}
}

@media screen and (max-width: 767px) {
    .quote-hero-section {
        padding: 6em 0 9em 0;
        margin-bottom: 0;
        background-size: contain;
    }

    
    
    .quote-site-header .header-content-inner.container {
     padding: 15px 30px 16px;   
    }
    
    .quote-company-name {
        font-size: 4rem;
    }
    
    .single-quote .quote-cta {
        padding: 1.5rem;
    }
    
    .single-quote .quote-cta h2 {
        font-size: 22px;
    }
    
    .quote-logo {
     width:170px;   
    }
}

/* Mobile Quote Header - Stack button below logo and phone */
@media screen and (max-width: 579px) {
    .quote-site-header .header-content-inner.container {
        padding: 20px;
        flex-wrap: wrap;
    }
    
    .quote-header-actions .quote-phone a {
        font-size: 20px;
        margin-right: 0;
    }
    
    .quote-contact-button {
        width: 100%;
        order: 3;
        text-align: center;
        font-size: 17px;
        padding: 14px 24px;
        margin-top: 16px;
    }
    
     .quote-company-name {
    font-size: 3.5rem;
  }

 .quote-hero-section {
        padding: 5em 0 6em 0;
    }
    

}


@media screen and (max-width: 400px) {
    .quote-site-header .site-logo {
        width: 154px;
    }

    .quote-header-actions .quote-phone a {
        font-size: 18px;
    }
}