

/* Quote Hero Section */
.quote-hero-section {
    background-image: url('https://www.completewebresources.com/wp-content/uploads/bg-wave-1.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #f8f9fe;
     padding: 10% 0 15% 0;
    margin-bottom: 60px;
      background-size: cover;
}

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

.quote-hero-title {
    font-size: 4rem;
    font-weight: 700;
    color: #041b4a;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.quote-company-name {
    font-size: 3rem;
    font-weight: 600;
    color: #041b4a;
    margin: 0;
    line-height: 1.3;
}

/* Quotes Sidebar Styles */
.single-quote.has-sidebar #primary {
    float: left;
    width: 65%;
}

.single-quote.has-sidebar #secondary {
    float: right;
    width: 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: #0070ff;
}

/* 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;
    color: #041b4a;
}

.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: #0070ff;
    font-weight: 500;
    font-size: 15px;
}

/* Sticky behavior for quote CTA */
.single-quote #quote-cta.is-fixed {
    z-index: 100;
}

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

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

/* Hide 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;
}

/* 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-section {
        /*! padding: 60px 0 80px 0; */
        /*! margin-bottom: 40px; */
    }
    
    .quote-hero-title {
        font-size: 42px;
    }
    
    .quote-company-name {
        font-size: 36px;
    }
    
    .single-quote.has-sidebar #primary {
        float: none;
        width: 100%;
    }

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

@media screen and (max-width: 767px) {
    .quote-hero-section {
        /*! padding: 50px 0 60px 0; */
        margin-bottom: 30px;
        background-size: contain;
    }
    
    .quote-hero-title {
        font-size: 32px;
    }
    
    .quote-company-name {
        font-size: 28px;
    }
    
    .single-quote .quote-cta {
        padding: 1.5rem;
    }
    
    .single-quote .quote-cta h2 {
        font-size: 22px;
    }
    
    .quote-logo {
     width:170px;   
    }
}

@media screen and (max-width: 479px) {
    .quote-hero-title {
        font-size: 26px;
    }
    
    .quote-company-name {
        font-size: 24px;
    }
}