/* ============================================
   Epitomise Home Page Refresh
   Bold refinements - On brand
   ============================================ */

.lightbox { 
    display: none;
}

/* -----------------------------------------
   Hero Section - Bolder Treatment
   ----------------------------------------- */
.main-head-block {
    position: relative;
}

.main-head-block .container {
    position: relative;
}

.main-head-block .lead {
    padding-top: 3em;
    padding-bottom: 2em;
}

.main-head-block h1 {
    letter-spacing: -0.03em;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
    font-weight: 800;
}

.main-head-block h3 {
    line-height: 1.7;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
    opacity: 0.95;
}

/* -----------------------------------------
   Trust Points - Elevated Card
   ----------------------------------------- */
.custom-trust-points {
    position: relative;
    z-index: 10;
    margin-top: -60px;
    padding-bottom: 60px;
}

.custom-trust-points .container {
    background: #fff;
    border-radius: 16px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.1),
        0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 35px 30px;
}

.custom-trust-points .container .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.custom-trust-points .container a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    color: #c04030;
    transition: all 0.3s ease;
    padding: 8px 0;
}

.custom-trust-points .container a:hover {
    color: #d03024;
    transform: translateX(3px);
}

.custom-trust-points .container img {
    width: 42px;
    height: auto;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(208, 48, 36, 0.15));
}

.custom-trust-points .container a:hover img {
    transform: scale(1.15) rotate(-5deg);
}

/* -----------------------------------------
   Intro Text Block Enhancement
   ----------------------------------------- */
section.text-block.pad-top-30 h3 {
    line-height: 1.7 !important;
}

section.text-block .btn--primary {
    margin: 5px 8px;
    background: #d03024;
    border: none;
    box-shadow: 0 3px 12px rgba(208, 48, 36, 0.2);
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 600;
}

section.text-block .btn--primary:hover {
    box-shadow: 0 6px 20px rgba(208, 48, 36, 0.3);
    transform: translateY(-2px);
    background: #b82820;
}

/* -----------------------------------------
   CTA Banner Sections - Bold Red
   ----------------------------------------- */
section.imagebg:not(.accelerator-steps) {
    position: relative;
    background: #d03024 !important;
}

section.imagebg.accelerator-steps {
    background: transparent !important;
}

section.imagebg:not(.accelerator-steps)::before {
    display: none !important;
}

section.imagebg:not(.accelerator-steps) canvas {
    display: none !important;
}

section.imagebg:not(.accelerator-steps) .container {
    position: relative;
}

section.imagebg:not(.accelerator-steps) .cta {
    align-items: center;
    padding: 20px 0;
}

section.imagebg:not(.accelerator-steps) .lead {
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.65;
    font-weight: 500;
    color: #fff !important;
    text-transform: none;
    opacity: 0.95;
}

section.imagebg:not(.accelerator-steps) .col-sm-9 .lead {
    border-left: none;
    padding-left: 0;
    margin: 0;
}

section.imagebg:not(.accelerator-steps) .btn--primary {
    background: #fff;
    border: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    padding: 14px 28px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.03em;
    transition: all 0.3s ease;
    border-radius: 6px;
    white-space: nowrap;
    max-width: none;
}

section.imagebg:not(.accelerator-steps) .btn--primary:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
    background: #fff;
}

section.imagebg:not(.accelerator-steps) .btn--primary .btn__text {
    color: #d03024;
}

section.imagebg:not(.accelerator-steps) .btn--primary:hover .btn__text {
    color: #b82820;
}

/* Inline quote styling */
section.text-block em {
    display: block;
    font-size: 1.2em;
    line-height: 1.7;
    color: #444;
    max-width: 850px;
    margin: 0 auto;
    padding: 25px 30px;
    background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
    border-left: 4px solid #d03024;
    border-radius: 0 12px 12px 0;
}

section.text-block em + p strong {
    color: #333;
}

/* -----------------------------------------
   How We Can Help - Card Design
   ----------------------------------------- */
.new-help-block {
    background: linear-gradient(180deg, #fff 0%, #f8f8f8 50%, #f5f5f5 100%);
    padding-top: 70px;
    padding-bottom: 50px;
}

.new-help-block .block-title {
    color: #d03024;
    margin-bottom: 50px;
    position: relative;
}

.new-help-block .block-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #d03024, #e85a4f);
    margin: 20px auto 0;
    border-radius: 2px;
}

.new-help-block .help-item {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    border-left: 4px solid transparent;
    position: relative;
    overflow: hidden;
}

.new-help-block .help-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(208, 48, 36, 0.02) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.new-help-block .help-item:hover {
    box-shadow: 0 15px 40px rgba(208, 48, 36, 0.12);
    transform: translateY(-5px);
    border-left-color: #d03024;
}

.new-help-block .help-item:hover::before {
    opacity: 1;
}

.new-help-block .help-item .title {
    color: #d03024;
    font-weight: 600;
}

.new-help-block .help-item .title img {
    filter: drop-shadow(0 3px 6px rgba(208, 48, 36, 0.2));
    transition: transform 0.3s ease;
}

.new-help-block .help-item:hover .title img {
    transform: scale(1.1);
}

.new-help-block .help-item p {
    color: #555;
    margin-bottom: 0;
    line-height: 1.7;
}

.new-help-block .bg-image {
    animation: float 5s ease-in-out infinite;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

/* -----------------------------------------
   Transform Accelerator Steps
   ----------------------------------------- */
.accelerator-steps {
    overflow: hidden;
    position: relative;
    border: none !important;
}

/* Remove line separators between sections */
section.text-block,
section.jumbo-block,
section.accelerator-steps {
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
}

section.text-block::before,
section.text-block::after {
    display: none !important;
}

.accelerator-steps h1 {
    color: #d03024;
    margin-top: 25px;
    margin-bottom: 35px;
    font-weight: 800;
}

.accelerator-steps h3 {
    line-height: 1.7;
}

.accelerator-steps .steps {
    margin-top: 40px;
}

.accelerator-steps .step {
    transition: transform 0.3s ease;
}

.accelerator-steps .step:hover {
    transform: scale(1.03);
}

.accelerator-steps .step h2 a {
    transition: all 0.3s ease;
}

.accelerator-steps .step:hover h2 a {
    text-shadow: 0 2px 10px rgba(255, 255, 255, 0.3);
}

.accelerator-steps .step-body {
    padding: 0 10px;
}

.accelerator-steps .step-body p {
    line-height: 1.7;
    font-size: 15px;
}

.accelerator-steps .button-row {
    margin-top: 50px;
    border: none !important;
}

.accelerator-steps .button-row .btn {
    background: #fff !important;
    color: #d03024 !important;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
    border: none !important;
    font-weight: 700;
}

.accelerator-steps .button-row .btn:hover {
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
    transform: translateY(-3px);
    background: #fff !important;
}

.accelerator-steps .button-row .btn .btn__text {
    color: #d03024;
}

.accelerator-steps .button-row .btn:hover .btn__text {
    color: #a52720;
}

/* Remove any stray borders/lines between sections */
.main-container section {
    border-top: none !important;
    border-bottom: none !important;
}

.main-container section + section {
    border-top: none !important;
}

.main-container section.text-block.pad-top-0.pad-btm-0 {
    border: none !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

hr,
.main-container hr {
    display: none !important;
}

/* Result highlights section spacing */
section.text-block.pad-top-0 + section.imagebg,
section.accelerator-steps + section.text-block {
    margin-top: 0;
}

/* -----------------------------------------
   Result Highlights
   ----------------------------------------- */
section.text-block p[style*="xx-large"],
section.text-block strong[style*="xx-large"] {
    display: block;
    margin-bottom: 25px;
    color: #d03024;
}

/* -----------------------------------------
   Customer Logos Grid - Clean Cards
   ----------------------------------------- */
.four-image-text-col {
    padding-top: 15px;
    padding-bottom: 25px;
}

.four-image-text-col .img-txt-cont {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 110px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.four-image-text-col .img-txt-cont:hover {
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
    border-color: rgba(208, 48, 36, 0.1);
}

.four-image-text-col .img-txt-cont img {
    max-height: 75px;
    width: auto;
    object-fit: contain;
    filter: grayscale(20%);
    opacity: 0.9;
    transition: all 0.3s ease;
}

.four-image-text-col .img-txt-cont:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* Hide the colored top bars on logo cards */
.four-image-text-col .img-txt-cont::before {
    display: none !important;
}

/* Industries section header */
section.text-block p[style*="xx-large"] {
    padding-bottom: 15px;
}

/* -----------------------------------------
   Testimonials - Premium Feel
   ----------------------------------------- */
.testimonial-block {
    background: linear-gradient(180deg, #f8f8f8 0%, #fff 100%);
    padding-top: 70px;
    padding-bottom: 60px;
}

.testimonial-block h2 {
    color: #d03024;
    font-weight: 800;
    margin-bottom: 50px;
    position: relative;
}

.testimonial-block h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #d03024, #e85a4f);
    margin: 15px auto 0;
    border-radius: 2px;
}

.testimonial-block .testimonial__body {
    border-radius: 16px;
    border: none !important;
    box-shadow: 0 8px 35px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.testimonial-block .testimonial__body::before {
    content: '"';
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 80px;
    color: rgba(208, 48, 36, 0.08);
    font-family: Georgia, serif;
    line-height: 1;
}

.testimonial-block .testimonial__body:hover {
    box-shadow: 0 15px 50px rgba(208, 48, 36, 0.1);
    transform: translateY(-5px);
}

.testimonial-block .testimonial__body .lead {
    position: relative;
    z-index: 1;
}

.testimonial-block .testimonial__body .lead p {
    font-style: italic;
    color: #444;
    line-height: 1.8;
    font-size: 17px;
}

.testimonial-block .testimonial__image {
    margin-top: 25px;
}

.testimonial-block .testimonial__image img {
    border: 3px solid #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.testimonial-block .testimonial__image h5 {
    color: #333;
    font-weight: 700;
    margin-top: 15px;
}

.testimonial-block .testimonial__image span {
    color: #d03024;
    font-weight: 500;
}

/* -----------------------------------------
   Free Guide / Download Section
   ----------------------------------------- */
section.switchable.bg--secondary {
    background: linear-gradient(135deg, #f7f7f7 0%, #efefef 100%) !important;
    position: relative;
    overflow: hidden;
}

section.switchable.bg--secondary::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 60%;
    height: 200%;
    background: radial-gradient(ellipse, rgba(208, 48, 36, 0.03) 0%, transparent 70%);
    pointer-events: none;
}

section.switchable.bg--secondary h1 {
    color: #d03024;
    font-weight: 800;
}

section.switchable.bg--secondary .lead p {
    color: #555;
    line-height: 1.8;
}

section.switchable.bg--secondary img {
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
}

section.switchable.bg--secondary img:hover {
    transform: translateY(-8px) rotate(1deg);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);
}

/* -----------------------------------------
   eGuides Feature Cards
   ----------------------------------------- */
section.text-center.pad-top-70 h2 {
    color: #d03024;
    font-weight: 700;
    margin-bottom: 40px;
}

.feature.feature-1 {
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.feature.feature-1:hover {
    transform: translateY(-5px);
}

.feature.feature-1 img {
    border-radius: 12px 12px 0 0;
    transition: all 0.4s ease;
}

.feature.feature-1:hover img {
    transform: scale(1.03);
}

.feature.feature-1 .feature__body {
    border-radius: 0 0 12px 12px;
    border: none !important;
    background: #fff;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
    padding: 25px;
}

.feature.feature-1 .feature__body h4 {
    color: #333;
    font-weight: 700;
    line-height: 1.5;
}

.feature.feature-1 .feature__body h4 a {
    color: #333;
    transition: color 0.3s ease;
}

.feature.feature-1 .feature__body h4 a:hover {
    color: #d03024;
}

.feature.feature-1 .feature__body > a {
    color: #d03024;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.feature.feature-1 .feature__body > a:hover {
    color: #a52720;
    gap: 10px;
}

/* -----------------------------------------
   Contact Form Section - Premium
   ----------------------------------------- */
section.form-v2.blue-bg {
    background: #1a3a5c !important;
    position: relative;
    overflow: hidden;
}

section.form-v2.blue-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(135deg, rgba(30, 74, 117, 0.9) 0%, rgba(26, 58, 92, 0.95) 100%);
    pointer-events: none;
}

section.form-v2 .container {
    position: relative;
    z-index: 2;
}

section.form-v2 .form-cont {
    background: #fff;
    border-radius: 16px;
    padding: 40px 35px;
    box-shadow: 
        0 25px 80px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
}

section.form-v2 .form-cont::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #d03024;
    border-radius: 16px 16px 0 0;
}

section.form-v2 .form-cont h2 {
    color: #d03024;
    font-weight: 800;
    margin-bottom: 25px;
    text-align: center;
    font-size: 26px;
}

section.form-v2 .flexiField {
    margin-bottom: 5px;
}

section.form-v2 .flexiField label {
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

section.form-v2 .flexiField input,
section.form-v2 .flexiField textarea {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 12px 14px;
    transition: all 0.3s ease;
    font-size: 15px;
    background: #fafafa;
}

section.form-v2 .flexiField input:focus,
section.form-v2 .flexiField textarea:focus {
    border-color: #d03024;
    box-shadow: 0 0 0 3px rgba(208, 48, 36, 0.1);
    outline: none;
    background: #fff;
}

section.form-v2 .submitbtn {
    background: #d03024 !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(208, 48, 36, 0.3);
    padding: 14px 35px !important;
    font-weight: 700;
    border-radius: 8px !important;
    transition: all 0.3s ease;
    width: 100%;
}

section.form-v2 .submitbtn:hover {
    box-shadow: 0 6px 25px rgba(208, 48, 36, 0.4);
    transform: translateY(-2px);
    background: #b82820 !important;
}

section.form-v2 .btncont {
    margin-top: 10px;
}

section.form-v2 .form-terms {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 15px;
    line-height: 1.5;
}

section.form-v2 .form-terms a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
}

section.form-v2 .form-terms a:hover {
    color: rgba(255, 255, 255, 0.8);
}

section.form-v2 .text-col .lead p {
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.8;
    font-size: 16px;
}

section.form-v2 .text-col .lead a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
}

/* -----------------------------------------
   Global Button Enhancements
   ----------------------------------------- */
.btn--primary {
    border-radius: 8px;
    font-weight: 700;
    letter-spacing: 0.03em;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn--primary:hover {
    transform: translateY(-2px);
}

.btn--lg {
    padding: 18px 40px;
    font-size: 15px;
}


/* ============================================
   MOBILE BREAKPOINTS
   ============================================ */

/* Tablet & Below (991px) */
@media only screen and (max-width: 991px) {
    
    /* Hero */
    .main-head-block {
        padding-bottom: 90px;
    }
    
    .main-head-block .lead {
        padding-top: 2em;
    }
    
    /* Trust points */
    .custom-trust-points {
        margin-top: -50px;
        padding-bottom: 50px;
    }
    
    .custom-trust-points .container {
        padding: 30px 25px;
    }
    
    /* How we can help */
    .new-help-block {
        padding-top: 50px;
    }
    
    .new-help-block .help-item {
        margin-bottom: 20px;
    }
    
    .new-help-block .block-title::after {
        margin: 15px auto 0;
    }
    
    /* Accelerator */
    .accelerator-steps {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    
    .accelerator-steps .step-body {
        margin-bottom: 35px;
    }
    
    /* Testimonials */
    .testimonial-block .testimonial {
        margin-bottom: 35px;
    }
    
    .testimonial-block .testimonial__body::before {
        font-size: 60px;
    }
    
}

/* Mobile (768px) */
@media only screen and (max-width: 768px) {
    
    /* Hero section */
    .main-head-block {
        padding: 40px 20px 80px;
    }
    
    .main-head-block h1 {
        font-size: 34px;
        line-height: 1.15;
        margin-bottom: 0.7em;
    }
    
    .main-head-block h3 {
        font-size: 17px;
        line-height: 1.65;
        margin-bottom: 1.2em;
    }
    
    .main-head-block .lead {
        padding: 0;
    }
    
    /* Trust points */
    .custom-trust-points {
        margin-top: -40px;
        padding-bottom: 40px;
    }
    
    .custom-trust-points .container {
        padding: 30px 25px;
        border-radius: 14px;
    }
    
    .custom-trust-points .container .row {
        flex-direction: column;
        align-items: center;
    }
    
    .custom-trust-points .row > div {
        padding: 0;
        text-align: center;
        width: 100%;
    }
    
    .custom-trust-points .container a {
        font-size: 15px;
        justify-content: center;
        width: 100%;
        padding: 14px 0;
        border-bottom: 1px solid rgba(208, 48, 36, 0.08);
    }
    
    .custom-trust-points .row > div:last-child .custom-trust-points .container a,
    .custom-trust-points .row > div:last-child a {
        border-bottom: none;
    }
    
    .custom-trust-points .container img {
        width: 36px;
    }
    
    /* Intro text */
    section.text-block.pad-top-30 {
        padding: 35px 20px !important;
    }
    
    section.text-block .btn--primary {
        display: inline-block;
        max-width: none;
        margin: 6px 5px;
        padding: 10px 20px;
        font-size: 13px;
    }
    
    section.text-block p[style*="text-align: center"] {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    /* Quote styling */
    section.text-block em {
        font-size: 1.05em;
        padding: 20px;
        margin: 0 -5px;
    }
    
    /* How we can help */
    .new-help-block {
        padding: 45px 20px 35px;
    }
    
    .new-help-block .block-title {
        font-size: 30px;
        text-align: center;
        margin-bottom: 35px;
    }
    
    .new-help-block .help-item {
        padding: 22px;
        margin-bottom: 16px;
        border-left: 4px solid rgba(208, 48, 36, 0.15);
    }
    
    .new-help-block .help-item .title img {
        width: 48px;
    }
    
    .new-help-block .help-item .title span {
        font-size: 17px;
        margin-top: 12px;
    }
    
    .new-help-block .help-item p {
        font-size: 15px;
        margin-top: 10px;
        clear: both;
        padding-top: 10px;
    }
    
    /* CTA Sections */
    section.imagebg:not(.accelerator-steps) {
        padding: 35px 20px;
    }
    
    section.imagebg:not(.accelerator-steps) .col-sm-9 .lead {
        text-align: center;
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 1.6;
    }
    
    section.imagebg:not(.accelerator-steps) .btn--primary {
        display: inline-block;
        margin: 0 auto;
        max-width: none;
        padding: 12px 20px;
        white-space: normal;
        font-size: 12px;
    }
    
    section.imagebg:not(.accelerator-steps) .col-sm-3 {
        text-align: center;
    }
    
    /* Accelerator */
    .accelerator-steps {
        padding: 45px 20px 55px;
    }
    
    .accelerator-steps h1 {
        font-size: 28px;
        margin-top: 15px;
        margin-bottom: 25px;
    }
    
    .accelerator-steps h3 {
        font-size: 16px;
    }
    
    .accelerator-steps .step {
        margin-bottom: 8px;
    }
    
    .accelerator-steps .step h2 {
        font-size: 18px;
    }
    
    .accelerator-steps .step-body {
        margin-bottom: 28px;
        padding: 0;
    }
    
    .accelerator-steps .step-body p {
        font-size: 14px;
    }
    
    .accelerator-steps .button-row {
        margin-top: 25px;
    }
    
    /* Result highlights */
    section.text-block {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    section.text-block h3,
    section.text-block p {
        font-size: 16px !important;
        line-height: 1.7;
    }
    
    section.text-block p[style*="xx-large"] strong,
    section.text-block strong[style*="xx-large"] {
        font-size: 26px !important;
    }
    
    /* Customer logos */
    .four-image-text-col {
        padding: 15px 15px;
    }
    
    .four-image-text-col .img-txt-cont {
        padding: 16px;
        margin-bottom: 12px;
        min-height: 90px;
    }
    
    .four-image-text-col .img-txt-cont img {
        max-height: 55px;
    }
    
    /* Testimonials */
    .testimonial-block {
        padding: 50px 20px 40px;
    }
    
    .testimonial-block h2 {
        font-size: 28px;
        margin-bottom: 35px;
    }
    
    .testimonial-block .testimonial {
        margin-bottom: 30px;
    }
    
    .testimonial-block .testimonial__body {
        padding: 25px !important;
    }
    
    .testimonial-block .testimonial__body::before {
        font-size: 50px;
        top: 10px;
        left: 15px;
    }
    
    .testimonial-block .testimonial__body .lead p {
        font-size: 15px;
        line-height: 1.7;
    }
    
    /* Download guide */
    section.switchable.bg--secondary {
        padding: 45px 20px;
    }
    
    section.switchable.bg--secondary h1 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 20px;
    }
    
    section.switchable.bg--secondary .lead p {
        font-size: 15px;
        text-align: center;
    }
    
    section.switchable.bg--secondary img {
        max-width: 240px;
        margin: 25px auto 0;
        display: block;
    }
    
    section.switchable.bg--secondary .btn {
        display: block;
        margin: 0 auto 25px;
        max-width: 280px;
        text-align: center;
    }
    
    /* eGuide cards */
    section.text-center.pad-top-70 h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    
    .feature.feature-1 {
        margin-bottom: 25px;
    }
    
    .feature.feature-1 .feature__body {
        padding: 20px !important;
    }
    
    .feature.feature-1 .feature__body h4 {
        font-size: 17px;
        margin-bottom: 12px;
    }
    
    /* Contact form */
    section.form-v2 {
        padding: 50px 20px;
    }
    
    section.form-v2 .form-cont {
        padding: 28px 22px;
        margin-bottom: 30px;
        border-radius: 14px;
    }
    
    section.form-v2 .form-cont h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    section.form-v2 .flexiField input,
    section.form-v2 .flexiField textarea {
        padding: 11px 12px;
        font-size: 14px;
    }
    
    section.form-v2 .submitbtn {
        padding: 12px 30px !important;
    }
    
    section.form-v2 .text-col .lead {
        margin-top: 25px;
    }
    
    section.form-v2 .text-col .lead p {
        font-size: 15px;
        text-align: center;
    }
    
    /* Industries */
    section.text-block p[style*="18px"] {
        font-size: 15px !important;
        line-height: 1.7;
    }
    
}

/* Small Mobile (500px) */
@media only screen and (max-width: 500px) {
    
    /* Hero */
    .main-head-block {
        padding: 30px 15px 70px;
    }
    
    .main-head-block h1 {
        font-size: 28px;
        text-align: center;
    }
    
    .main-head-block h3 {
        font-size: 15px;
        text-align: center;
    }
    
    /* Trust points */
    .custom-trust-points {
        margin-top: -35px;
    }
    
    .custom-trust-points .container {
        padding: 25px 20px;
    }
    
    .custom-trust-points .container a {
        font-size: 14px;
        padding: 12px 0;
    }
    
    .custom-trust-points .container img {
        width: 30px;
    }
    
    /* How we can help */
    .new-help-block .block-title {
        font-size: 26px;
    }
    
    .new-help-block .block-title::after {
        width: 60px;
        height: 3px;
    }
    
    .new-help-block .help-item {
        padding: 18px;
    }
    
    .new-help-block .help-item .title img {
        width: 42px;
    }
    
    .new-help-block .help-item .title span {
        font-size: 15px;
    }
    
    .new-help-block .help-item p {
        font-size: 14px;
    }
    
    /* Text sections */
    section.text-block h3,
    section.text-block p {
        font-size: 15px !important;
    }
    
    section.text-block p[style*="xx-large"] strong,
    section.text-block strong[style*="xx-large"] {
        font-size: 24px !important;
    }
    
    /* Quote */
    section.text-block em {
        font-size: 0.95em;
        padding: 18px 15px;
        border-radius: 0 8px 8px 0;
    }
    
    /* Accelerator */
    .accelerator-steps h1 {
        font-size: 24px;
    }
    
    .accelerator-steps h3 {
        font-size: 14px;
    }
    
    /* Testimonials */
    .testimonial-block h2 {
        font-size: 24px;
    }
    
    .testimonial-block .testimonial__body {
        padding: 20px !important;
    }
    
    .testimonial-block .testimonial__body .lead p {
        font-size: 14px;
    }
    
    /* Download */
    section.switchable.bg--secondary h1 {
        font-size: 22px;
    }
    
    section.switchable.bg--secondary .lead p {
        font-size: 14px;
    }
    
    section.switchable.bg--secondary img {
        max-width: 200px;
    }
    
    /* eGuides */
    section.text-center.pad-top-70 h2 {
        font-size: 22px;
    }
    
    .feature.feature-1 .feature__body h4 {
        font-size: 15px;
    }
    
    /* Form */
    section.form-v2 .form-cont {
        padding: 22px 16px;
    }
    
    section.form-v2 .form-cont h2 {
        font-size: 20px;
    }
    
    section.form-v2 .flexiField input,
    section.form-v2 .flexiField textarea {
        padding: 10px 12px;
    }
    
    section.form-v2 .text-col .lead p {
        font-size: 14px;
    }
    
    /* Buttons row on mobile */
    section.text-block .btn--primary {
        padding: 9px 16px;
        font-size: 12px;
        margin: 4px 3px;
    }
    
    /* Buttons */
    .btn--primary,
    .btn--lg {
        font-size: 14px;
        padding: 14px 24px;
    }
    
    /* CTA sections */
    section.imagebg:not(.accelerator-steps) {
        padding: 30px 15px;
    }
    
    section.imagebg:not(.accelerator-steps) .col-sm-9 .lead {
        font-size: 13px;
        line-height: 1.55;
    }
    
    section.imagebg:not(.accelerator-steps) .btn--primary {
        padding: 10px 16px;
        font-size: 11px;
        max-width: none;
    }
    
}

/* Extra Small (380px) */
@media only screen and (max-width: 380px) {
    
    .main-head-block h1 {
        font-size: 24px;
    }
    
    .main-head-block h3 {
        font-size: 14px;
    }
    
    .custom-trust-points .container a {
        font-size: 13px;
        padding: 10px 0;
    }
    
    .custom-trust-points .container img {
        width: 26px;
    }
    
    .new-help-block .block-title {
        font-size: 22px;
    }
    
    .accelerator-steps h1 {
        font-size: 22px;
    }
    
    .testimonial-block h2 {
        font-size: 22px;
    }
    
    section.switchable.bg--secondary h1 {
        font-size: 20px;
    }
    
    section.text-center.pad-top-70 h2 {
        font-size: 20px;
    }
    
    section.form-v2 .form-cont h2 {
        font-size: 20px;
    }
    
}
