/*
 * Styles for the "Funnel 2026" page template.
 *
 * Suggested VC structure for the first section:
 * 1. Row:       extra class `f26-hero-shell`
 * 2. Inner row: extra class `f26-hero`
 * 3. Left col:  extra class `f26-hero-copy`
 * 4. Right col: extra class `f26-hero-form`
 * 5. Optional top bar / text block: `f26-alert`
 * 6. Small label / text block:      `f26-eyebrow`
 * 7. H1 heading:                    `f26-hero-title`
 * 8. Supporting text:               `f26-hero-text`
 * 9. Bullets / icon list:           `f26-hero-points`
 * 10. CTA button wrap:              `f26-hero-cta`
 * 11. Trust note / logos row:       `f26-hero-meta`
 */

.page-template-funnel-2026,
.funnelpages-template-funnel-2026 {
    --f26-navy: #0d2d52;
    --f26-blue: #0f66c3;
    --f26-sky: #dff3fb;
    --f26-ink: #0f1720;
    --f26-muted: #5e6b78;
    --f26-line: rgba(13, 45, 82, 0.12);
    --f26-accent: #f8c647;
    --f26-white: #ffffff;
    --f26-shadow: 0 24px 80px rgba(13, 45, 82, 0.14);
    --f26-container: 1200px;
}
.page-template-funnel-2026 .grve-container{
    max-width: 1200px;
}
.page-template-funnel-2026 #grve-content,
.funnelpages-template-funnel-2026 #grve-content {
    background:
        radial-gradient(circle at top left, rgba(248, 198, 71, 0.24), transparent 28%),
        linear-gradient(180deg, #f5fbff 0%, #eef7fb 42%, #ffffff 100%);
}

.page-template-funnel-2026 .f26-fullwidth-section,
.funnelpages-template-funnel-2026 .f26-fullwidth-section {
    padding: 0 18px 80px;
}

.page-template-funnel-2026 .f26-fullwidth-section > .grve-container,
.funnelpages-template-funnel-2026 .f26-fullwidth-section > .grve-container,
.page-template-funnel-2026 .f26-hero-shell > .grve-container,
.funnelpages-template-funnel-2026 .f26-hero-shell > .grve-container {
    width: 100%;
    max-width: var(--f26-container);
}

.page-template-funnel-2026 .f26-fullwidth-section,
.funnelpages-template-funnel-2026 .f26-fullwidth-section {
    padding-bottom: 0;
}

.page-template-funnel-2026 .f26-alert,
.page-template-funnel-2026 .f26-alert p,
.funnelpages-template-funnel-2026 .f26-alert,
.funnelpages-template-funnel-2026 .f26-alert p {
    margin: 0;
}

.page-template-funnel-2026 .f26-alert,
.funnelpages-template-funnel-2026 .f26-alert {
  
    border-radius: 0;

    box-shadow: none;
}

.page-template-funnel-2026 .f26-alert p,
.funnelpages-template-funnel-2026 .f26-alert p {
  color: #000;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-align: center;
}

.page-template-funnel-2026 .f26-alert p:before,
.funnelpages-template-funnel-2026 .f26-alert p:before {
    content: "🚨";
    flex: 0 0 auto;
    font-size: 14px;
    line-height: 1;
    margin-right: 8px;
}

.page-template-funnel-2026 .f26-alert strong,
.funnelpages-template-funnel-2026 .f26-alert strong {
    font-weight: 700;
}

.page-template-funnel-2026 .f26-alert a,
.funnelpages-template-funnel-2026 .f26-alert a {
    margin-left: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 6px 18px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.92);
    color: #232323;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

.page-template-funnel-2026 .f26-hero-shell,
.funnelpages-template-funnel-2026 .f26-hero-shell {
    padding: 34px 0 86px;
}

.page-template-funnel-2026 .f26-hero,
.funnelpages-template-funnel-2026 .f26-hero {
    position: relative;
    overflow: hidden;
    padding: 80px 0 0;
    background-color: #5c6575;
}

.page-template-funnel-2026 .f26-hero-bg-main,
.funnelpages-template-funnel-2026 .f26-hero-bg-main {
    background: #5c6575;
}

.page-template-funnel-2026 .f26-hero > .grve-container,
.funnelpages-template-funnel-2026 .f26-hero > .grve-container {
    position: relative;
    z-index: 2;
    width: 100% !important;
    max-width: 1200px !important;
}

.page-template-funnel-2026 .f26-hero > .grve-background-wrapper,
.funnelpages-template-funnel-2026 .f26-hero > .grve-background-wrapper {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.page-template-funnel-2026 .f26-hero > .grve-background-wrapper .grve-bg-image,
.funnelpages-template-funnel-2026 .f26-hero > .grve-background-wrapper .grve-bg-image {
    position: absolute;
    inset: 0;
    background-position: center bottom !important;
    background-size: cover !important;
    opacity: 1;
    filter: none;
}

.page-template-funnel-2026 .f26-hero .grve-row,
.funnelpages-template-funnel-2026 .f26-hero .grve-row {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    gap: 48px;
    min-height: 632px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.page-template-funnel-2026 .f26-hero .grve-row > .grve-column,
.funnelpages-template-funnel-2026 .f26-hero .grve-row > .grve-column {
    float: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.page-template-funnel-2026 .f26-hero:before,
.funnelpages-template-funnel-2026 .f26-hero:before {
    content: "";
    position: absolute;
    inset: 0;

    pointer-events: none;
    z-index: 1;
}

.page-template-funnel-2026 .f26-hero:after,
.funnelpages-template-funnel-2026 .f26-hero:after {
    content: "";
    position: absolute;
    inset: 0;
    /* background-image: url("https://www.alliedbuildings.com/wp-content/uploads/2026/05/Rectangle.svg"); */
    background-repeat: repeat;
    background-size: 101px 102px;
    background-position: top left;
    opacity: 0.18;
    pointer-events: none;
    z-index: 1;
}

.page-template-funnel-2026 .f26-hero-copy,
.funnelpages-template-funnel-2026 .f26-hero-copy {
    position: relative;
    z-index: 1;
    flex: 0 0 694px !important;
    width: 694px !important;
    max-width: 694px !important;
    padding: 0 0 286px !important;
}

.page-template-funnel-2026 .f26-eyebrow,
.funnelpages-template-funnel-2026 .f26-eyebrow {
    display: inline-block;
    margin-bottom: 12px !important;
    padding: 0 !important;
    border-radius: 0;
    background: transparent;
    color: #ffffff !important;
    font-family: Poppins, sans-serif !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;
}

.page-template-funnel-2026 .f26-eyebrow p,
.funnelpages-template-funnel-2026 .f26-eyebrow p {
    margin: 0 !important;
    color: #ffffff !important;
    font-family: Poppins, sans-serif !important;
    font-size: 14px !important;
    line-height: 18px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}

.page-template-funnel-2026 .f26-hero-title h1,
.page-template-funnel-2026 h1.f26-hero-title,
.funnelpages-template-funnel-2026 .f26-hero-title h1,
.funnelpages-template-funnel-2026 h1.f26-hero-title {
    max-width: 560px !important;
    margin: 0 0 12px !important;
    color: #ffffff !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 40px !important;
    line-height: 52px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: none;
}

.page-template-funnel-2026 .f26-hero-title em,
.page-template-funnel-2026 .f26-hero-title strong,
.funnelpages-template-funnel-2026 .f26-hero-title em,
.funnelpages-template-funnel-2026 .f26-hero-title strong {
    font-style: normal;
    color: #ffffff;
}

.page-template-funnel-2026 .f26-hero-text,
.page-template-funnel-2026 .f26-hero-text p,
.funnelpages-template-funnel-2026 .f26-hero-text,
.funnelpages-template-funnel-2026 .f26-hero-text p {
    margin: 0 !important;
    max-width: 560px !important;
    color: #ffffff !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}

.page-template-funnel-2026 .f26-hero-copy .wpb_single_image,
.page-template-funnel-2026 .f26-hero-copy .vc_figure,
.page-template-funnel-2026 .f26-hero-copy .vc_single_image-wrapper,
.funnelpages-template-funnel-2026 .f26-hero-copy .wpb_single_image,
.funnelpages-template-funnel-2026 .f26-hero-copy .vc_figure,
.funnelpages-template-funnel-2026 .f26-hero-copy .vc_single_image-wrapper {
    margin: 0;
}

.page-template-funnel-2026 .f26-hero-copy .wpb_single_image,
.funnelpages-template-funnel-2026 .f26-hero-copy .wpb_single_image {
    position: absolute;
    left: -28px;
        bottom: -90px;
    width: min(56vw, 675px);
    z-index: 1;
}

.page-template-funnel-2026 .f26-hero-copy .vc_single_image-wrapper,
.funnelpages-template-funnel-2026 .f26-hero-copy .vc_single_image-wrapper {
    display: block;
    width: 100%;
}

.page-template-funnel-2026 .f26-hero-copy .vc_single_image-wrapper img,
.funnelpages-template-funnel-2026 .f26-hero-copy .vc_single_image-wrapper img {
    display: block;
    width: 100%;
    height: auto;
}

.page-template-funnel-2026 .f26-hero-points,
.funnelpages-template-funnel-2026 .f26-hero-points {
    margin: 26px 0 0;
}

.page-template-funnel-2026 .f26-hero-points ul,
.funnelpages-template-funnel-2026 .f26-hero-points ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-template-funnel-2026 .f26-hero-points li,
.funnelpages-template-funnel-2026 .f26-hero-points li {
    position: relative;
    margin-bottom: 14px;
    padding-left: 34px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.page-template-funnel-2026 .f26-hero-points li:last-child,
.funnelpages-template-funnel-2026 .f26-hero-points li:last-child {
    margin-bottom: 0;
}

.page-template-funnel-2026 .f26-hero-points li:before,
.funnelpages-template-funnel-2026 .f26-hero-points li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ffc247;
    box-shadow: 0 0 0 5px rgba(255, 194, 71, 0.16);
}

.page-template-funnel-2026 .f26-hero-cta,
.funnelpages-template-funnel-2026 .f26-hero-cta {
    margin-top: 30px;
}

.page-template-funnel-2026 .f26-hero-cta .vc_btn3,
.funnelpages-template-funnel-2026 .f26-hero-cta .vc_btn3 {
    padding: 18px 28px;
    border: 0;
    border-radius: 16px;
    background: #ffc247;
    color: #111111;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: none;
    box-shadow: 0 18px 36px rgba(17, 17, 17, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.page-template-funnel-2026 .f26-hero-cta .vc_btn3:hover,
.funnelpages-template-funnel-2026 .f26-hero-cta .vc_btn3:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 44px rgba(17, 17, 17, 0.22);
    background: #ffcb58;
}

.page-template-funnel-2026 .f26-hero-meta,
.page-template-funnel-2026 .f26-hero-meta p,
.funnelpages-template-funnel-2026 .f26-hero-meta,
.funnelpages-template-funnel-2026 .f26-hero-meta p {
    margin-top: 22px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
}

.page-template-funnel-2026 .f26-hero-form,
.funnelpages-template-funnel-2026 .f26-hero-form {
    position: relative;
    z-index: 1;
    flex: 0 0 458px !important;
    width: 458px !important;
    max-width: 100%;
    margin-left: auto;
    padding: 24px 0 0 !important;
}

.page-template-funnel-2026 .f26-hero-form .gform_wrapper,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper {
    margin: 0 !important;
}

.page-template-funnel-2026 .f26-hero-form #masterQuoteForm,
.page-template-funnel-2026 .f26-hero-form #masterMultiQuoteForm,
.page-template-funnel-2026 .f26-hero-form .gform_wrapper,
.funnelpages-template-funnel-2026 .f26-hero-form #masterQuoteForm,
.funnelpages-template-funnel-2026 .f26-hero-form #masterMultiQuoteForm,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper {
    width: 100% !important;
    max-width: none !important;
    margin: 0;
    padding: 24px !important;
    border: 0;
    border-radius: 12px 12px 0 0;
    background: #ffffff !important;
    box-shadow: none !important;
}

.page-template-funnel-2026 .f26-hero-form #masterQuoteForm h1,
.page-template-funnel-2026 .f26-hero-form #masterQuoteForm h2,
.page-template-funnel-2026 .f26-hero-form #masterMultiQuoteForm h1,
.page-template-funnel-2026 .f26-hero-form #masterMultiQuoteForm h2,
.page-template-funnel-2026 .f26-hero-form .gform_wrapper .gform_heading,
.page-template-funnel-2026 .f26-hero-form .gform_wrapper .gform_title,
.page-template-funnel-2026 .f26-hero-form .gform_wrapper .gform_description,
.funnelpages-template-funnel-2026 .f26-hero-form #masterQuoteForm h1,
.funnelpages-template-funnel-2026 .f26-hero-form #masterQuoteForm h2,
.funnelpages-template-funnel-2026 .f26-hero-form #masterMultiQuoteForm h1,
.funnelpages-template-funnel-2026 .f26-hero-form #masterMultiQuoteForm h2,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gform_heading,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gform_title,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gform_description {
    margin: 0 0 24px;
    padding-top: 0;
    color: #000000 !important;
    font-family: Montserrat-bold, sans-serif !important;
    font-size: 32px !important;
    line-height: 40px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    margin: 0 !important;
}

.page-template-funnel-2026 .f26-hero-form .gform_wrapper form,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.page-template-funnel-2026 .f26-hero-form #masterQuoteForm p,
.page-template-funnel-2026 .f26-hero-form #masterQuoteForm label,
.page-template-funnel-2026 .f26-hero-form #masterMultiQuoteForm p,
.page-template-funnel-2026 .f26-hero-form #masterMultiQuoteForm label,
.page-template-funnel-2026 .f26-hero-form .gform_wrapper label,
.page-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield_description,
.page-template-funnel-2026 .f26-hero-form .gform_wrapper .gform_description,
.funnelpages-template-funnel-2026 .f26-hero-form #masterQuoteForm p,
.funnelpages-template-funnel-2026 .f26-hero-form #masterQuoteForm label,
.funnelpages-template-funnel-2026 .f26-hero-form #masterMultiQuoteForm p,
.funnelpages-template-funnel-2026 .f26-hero-form #masterMultiQuoteForm label,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper label,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield_description,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gform_description {
    color: #172b4d !important;
}

.page-template-funnel-2026 .f26-hero-form .gform_wrapper .gform_body,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gform_body {
    width: 100%;
    margin: 0;
}

.page-template-funnel-2026 .f26-hero-form .gform_wrapper ul.gform_fields,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper ul.gform_fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 182px));
    column-gap: 24px;
    row-gap: 8px;
    align-items: start;
    justify-content: start;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.page-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield {
    display: flex;
    flex-direction: column;
    width: 182px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    box-sizing: border-box;
    background: #ffffff;
}

.page-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield > *,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield > * {
    margin-bottom: 0 !important;
}

.page-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield_label,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield_label {
    order: 1;
    display: block;
    margin: 0;
    padding: 8px 0 4px;
    color: #172b4d !important;
    font-family: Poppins-medium, Poppins, sans-serif !important;
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.page-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield_description,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield_description {
    order: 2;
    margin: 0 !important;
    padding: 0 0 4px !important;
    color: #525d70 !important;
    font-family: Poppins, sans-serif !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
}

.page-template-funnel-2026 .f26-hero-form .gform_wrapper .instruction,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .instruction {
    display: none !important;
}

.page-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield_label::before,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield_label::before {
    content: none !important;
}

.page-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield_required,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield_required {
    display: none;
}

.page-template-funnel-2026 .f26-hero-form input[type="text"],
.page-template-funnel-2026 .f26-hero-form input[type="number"],
.page-template-funnel-2026 .f26-hero-form input[type="email"],
.page-template-funnel-2026 .f26-hero-form input[type="tel"],
.page-template-funnel-2026 .f26-hero-form select,
.page-template-funnel-2026 .f26-hero-form textarea,
.page-template-funnel-2026 .f26-hero-form .gform_wrapper input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]),
.page-template-funnel-2026 .f26-hero-form .gform_wrapper select,
.page-template-funnel-2026 .f26-hero-form .gform_wrapper textarea,
.funnelpages-template-funnel-2026 .f26-hero-form input[type="text"],
.funnelpages-template-funnel-2026 .f26-hero-form input[type="number"],
.funnelpages-template-funnel-2026 .f26-hero-form input[type="email"],
.funnelpages-template-funnel-2026 .f26-hero-form input[type="tel"],
.funnelpages-template-funnel-2026 .f26-hero-form select,
.funnelpages-template-funnel-2026 .f26-hero-form textarea,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]),
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper select,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper textarea {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 40px;
    height: 40px !important;
    box-sizing: border-box;
    padding: 8px !important;
    margin-bottom: 0 !important;
    border: 1px solid #cbcbcb !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    color: #172b4d !important;
    font-family: Poppins, sans-serif !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.page-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield:nth-child(-n + 3) .ginput_container,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield:nth-child(-n + 3) .ginput_container {
    position: relative;
    width: 150px;
    max-width: 100%;
    padding: 4px 0 0;
}

.page-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield:nth-child(-n + 3) .ginput_container::before,
.page-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield:nth-child(-n + 3) .ginput_container::after,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield:nth-child(-n + 3) .ginput_container::before,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield:nth-child(-n + 3) .ginput_container::after {
    position: absolute;
    top: 4px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #0076bf;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    pointer-events: none;
}

.page-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield:nth-child(-n + 3) .ginput_container::before,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield:nth-child(-n + 3) .ginput_container::before {
    content: "-";
    left: 0;
    border-right: 1px solid #cbcbcb;
}

.page-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield:nth-child(-n + 3) .ginput_container::after,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield:nth-child(-n + 3) .ginput_container::after {
    content: "+";
    right: 0;
    border-left: 1px solid #cbcbcb;
}

.page-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield:nth-child(-n + 3) input:not([type="submit"]),
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield:nth-child(-n + 3) input:not([type="submit"]) {
    width: 100% !important;
    padding-right: 40px !important;
    padding-left: 40px !important;
    color: #717a89 !important;
    text-align: center;
}

.page-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield:nth-child(4) input:not([type="submit"]),
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield:nth-child(4) input:not([type="submit"]) {
    width: 80px !important;
}

.page-template-funnel-2026 .f26-hero-form .gform_wrapper input::placeholder,
.page-template-funnel-2026 .f26-hero-form .gform_wrapper textarea::placeholder,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper input::placeholder,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper textarea::placeholder {
    color: #717a89;
    opacity: 1;
}

.page-template-funnel-2026 .f26-hero-form .gform_wrapper select,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper select {
    padding-right: 36px !important;
    color: #717a89 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23757575' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 16px 16px !important;
}

.page-template-funnel-2026 .f26-hero-form input:focus,
.page-template-funnel-2026 .f26-hero-form select:focus,
.page-template-funnel-2026 .f26-hero-form textarea:focus,
.page-template-funnel-2026 .f26-hero-form .gform_wrapper input:focus,
.page-template-funnel-2026 .f26-hero-form .gform_wrapper select:focus,
.page-template-funnel-2026 .f26-hero-form .gform_wrapper textarea:focus,
.funnelpages-template-funnel-2026 .f26-hero-form input:focus,
.funnelpages-template-funnel-2026 .f26-hero-form select:focus,
.funnelpages-template-funnel-2026 .f26-hero-form textarea:focus,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper input:focus,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper select:focus,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper textarea:focus {
    border-color: #cbcbcb !important;
    background: #ffffff !important;
    box-shadow: none !important;
}

.page-template-funnel-2026 .f26-hero-form input.button,
.page-template-funnel-2026 .f26-hero-form input[type="submit"],
.page-template-funnel-2026 .f26-hero-form .gform_wrapper .gform_button,
.funnelpages-template-funnel-2026 .f26-hero-form input.button,
.funnelpages-template-funnel-2026 .f26-hero-form input[type="submit"],
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gform_button {
    width: 100%;
    min-height: 54px;
    margin-top: 0;
    margin-bottom: 0 !important;
    padding: 12px 32px !important;
    border: 0 !important;
    border-radius: 4px !important;
    -webkit-appearance: none;
    appearance: none;
    background-color: #ffc043 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7 14.585L11.4521 10L7 5.41502L8.37395 4L14.2 10L8.37395 16L7 14.585Z' fill='black'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: calc(50% - 74px) center !important;
    background-size: 20px 20px !important;
    box-shadow: none !important;
    color: #000000 !important;
    font-family: Poppins-medium, Poppins, sans-serif !important;
    font-size: 17px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-align: center;
    text-transform: none;
    transform: none !important;
    cursor: pointer;
}

.page-template-funnel-2026 .f26-hero-form input.button:hover,
.page-template-funnel-2026 .f26-hero-form input[type="submit"]:hover,
.page-template-funnel-2026 .f26-hero-form .gform_wrapper .gform_button:hover,
.funnelpages-template-funnel-2026 .f26-hero-form input.button:hover,
.funnelpages-template-funnel-2026 .f26-hero-form input[type="submit"]:hover,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gform_button:hover {
    background-color: #f2aa19 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7 14.585L11.4521 10L7 5.41502L8.37395 4L14.2 10L8.37395 16L7 14.585Z' fill='black'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: calc(50% - 74px) center !important;
    background-size: 20px 20px !important;
    color: #000000 !important;
}

.page-template-funnel-2026 .f26-hero-form input.button:active,
.page-template-funnel-2026 .f26-hero-form input[type="submit"]:active,
.page-template-funnel-2026 .f26-hero-form .gform_wrapper .gform_button:active,
.page-template-funnel-2026 .f26-hero-form input.button:focus,
.page-template-funnel-2026 .f26-hero-form input[type="submit"]:focus,
.page-template-funnel-2026 .f26-hero-form .gform_wrapper .gform_button:focus,
.funnelpages-template-funnel-2026 .f26-hero-form input.button:active,
.funnelpages-template-funnel-2026 .f26-hero-form input[type="submit"]:active,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gform_button:active,
.funnelpages-template-funnel-2026 .f26-hero-form input.button:focus,
.funnelpages-template-funnel-2026 .f26-hero-form input[type="submit"]:focus,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gform_button:focus {
    background-position: calc(50% - 74px) center !important;
    background-repeat: no-repeat !important;
    background-size: 20px 20px !important;
    box-shadow: none !important;
    outline: none !important;
    transform: none !important;
}

#grve-theme-wrapper .landingpage .f26-hero-form input[type="submit"],
#grve-theme-wrapper .landingpage .f26-hero-form input[type="submit"]:hover,
#grve-theme-wrapper .landingpage .f26-hero-form input[type="submit"]:active,
#grve-theme-wrapper .landingpage .f26-hero-form input[type="submit"]:focus {
    background-color: #ffc043 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7 14.585L11.4521 10L7 5.41502L8.37395 4L14.2 10L8.37395 16L7 14.585Z' fill='black'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: calc(50% - 74px) center !important;
    background-size: 20px 20px !important;
    transform: none !important;
}

#grve-theme-wrapper .landingpage .f26-hero-form input[type="submit"]:hover {
    background-color: #f2aa19 !important;
}

.page-template-funnel-2026 .f26-hero-form table,
.page-template-funnel-2026 .f26-hero-form tr,
.page-template-funnel-2026 .f26-hero-form td,
.funnelpages-template-funnel-2026 .f26-hero-form table,
.funnelpages-template-funnel-2026 .f26-hero-form tr,
.funnelpages-template-funnel-2026 .f26-hero-form td {
    border: 0 !important;
}

.page-template-funnel-2026 .f26-hero-form .half,
.funnelpages-template-funnel-2026 .f26-hero-form .half {
    width: 100% !important;
}

.page-template-funnel-2026 .f26-hero-form .gform_wrapper .ginput_container,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .ginput_container {
    order: 3;
    margin-top: 0 !important;
    padding-bottom: 0;
}

.page-template-funnel-2026 .f26-hero-form .gform_wrapper .gform_footer,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gform_footer {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}

.page-template-funnel-2026 .f26-hero-form .gform_wrapper .gform_footer::before,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gform_footer::before {
    content: none !important;
}

.page-template-funnel-2026 .f26-hero-form .gform_wrapper div.validation_error,
.page-template-funnel-2026 .f26-hero-form .gform_wrapper .gform_validation_errors,
.page-template-funnel-2026 .f26-hero-form .gform_wrapper h2.gform_submission_error,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper div.validation_error,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gform_validation_errors,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper h2.gform_submission_error {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0 !important;
    padding: 12px 14px !important;
    border: 1px solid #c53030 !important;
    border-radius: 4px !important;
    background: #fff5f5 !important;
    color: #9b1c1c !important;
    font-family: Poppins, sans-serif !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    text-align: left !important;
}

.page-template-funnel-2026 .f26-hero-form .gform_wrapper .gform_validation_errors h2,
.page-template-funnel-2026 .f26-hero-form .gform_wrapper .gform_validation_errors h2.gform_submission_error,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gform_validation_errors h2 {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #9b1c1c !important;
    font-family: Poppins, sans-serif !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
}

.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gform_validation_errors h2.gform_submission_error {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.page-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield.gfield_error,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield.gfield_error {
    max-width: none !important;
    border: 0 !important;
    background: #ffffff !important;
}

.page-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield.gfield_error input:not([type="submit"]),
.page-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield.gfield_error select,
.page-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield.gfield_error textarea,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield.gfield_error input:not([type="submit"]),
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield.gfield_error select,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield.gfield_error textarea {
    border-color: #c53030 !important;
}

.page-template-funnel-2026 .f26-hero-form .gform_wrapper .validation_message,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .validation_message {
    order: 4;
    display: block;
    position: static !important;
    width: 100% !important;
    margin: 4px 0 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #9b1c1c !important;
    font-family: Poppins, sans-serif !important;
    font-size: 12px !important;
    line-height: 16px !important;
    font-weight: 400 !important;
}

.page-template-funnel-2026 .f26-hero-form .gform_wrapper .validation_message::before,
.page-template-funnel-2026 .f26-hero-form .gform_wrapper .validation_message::after,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .validation_message::before,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .validation_message::after {
    content: none !important;
    display: none !important;
}

.page-template-funnel-2026 .f26-hero-form .gform_confirmation_wrapper,
.funnelpages-template-funnel-2026 .f26-hero-form .gform_confirmation_wrapper {
    margin: 0 !important;
    padding: 16px !important;
    border: 1px solid #0076bf !important;
    border-radius: 4px !important;
    background: #f0f8ff !important;
    color: #172b4d !important;
    font-family: Poppins, sans-serif !important;
    font-size: 15px !important;
    line-height: 22px !important;
}
.page-template-funnel-2026 .ab-admin-hero,
.funnelpages-template-funnel-2026 .ab-admin-hero {
    background: #ffffff;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    font-family: Poppins, Arial, sans-serif;
}
#admin-hero .grve-container{
     max-width: 1200px;
}

.page-template-funnel-2026 .ab-admin-hero__bar,
.funnelpages-template-funnel-2026 .ab-admin-hero__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    padding: 16px 14px;
    background: #f5f5f5;
    border: 1px solid #9e9e9e;
    border-radius: 4px;
    box-sizing: border-box;
}

.page-template-funnel-2026 .ab-admin-hero__item,
.funnelpages-template-funnel-2026 .ab-admin-hero__item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #000000;
    font-family: Poppins, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
}

.page-template-funnel-2026 .ab-admin-hero__item svg,
.funnelpages-template-funnel-2026 .ab-admin-hero__item svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    stroke: currentColor;
}

.page-template-funnel-2026 .ab-admin-hero__separator,
.funnelpages-template-funnel-2026 .ab-admin-hero__separator {
    color: #000000;
    font-family: Poppins, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0;
    flex: 0 0 auto;
}

.page-template-funnel-2026 .ab-admin-hero__item span,
.funnelpages-template-funnel-2026 .ab-admin-hero__item span {
    display: block;
    letter-spacing: 0;
}

.page-template-funnel-2026 .f26-demo-section,
.funnelpages-template-funnel-2026 .f26-demo-section {
    padding: 40px 0 64px;
    background: #ffffff;
}

.page-template-funnel-2026 .f26-demo-section__inner,
.funnelpages-template-funnel-2026 .f26-demo-section__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 64px;
    box-sizing: border-box;
}

.page-template-funnel-2026 .f26-demo-section__media,
.funnelpages-template-funnel-2026 .f26-demo-section__media {
    width: 100%;
    margin-bottom: 40px;
}

.page-template-funnel-2026 .f26-demo-video,
.funnelpages-template-funnel-2026 .f26-demo-video {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
   
    aspect-ratio: 649 / 380;
}

.page-template-funnel-2026 .f26-demo-video__trigger,
#grve-theme-wrapper .funnelpages-template-funnel-2026  button:not(.grve-custom-btn).f26-demo-video__trigger{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 40px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    cursor: pointer;
    text-align: left;
    box-sizing: border-box;
}

.page-template-funnel-2026 .f26-demo-video__poster,
.funnelpages-template-funnel-2026 .f26-demo-video__poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-template-funnel-2026 .f26-demo-video__overlay,
.funnelpages-template-funnel-2026 .f26-demo-video__overlay {
    position: absolute;
    inset: 0;
    /* background: rgba(0, 0, 0, 0.6); */
}

.page-template-funnel-2026 .f26-demo-video__content,
.funnelpages-template-funnel-2026 .f26-demo-video__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.page-template-funnel-2026 .f26-demo-video__eyebrow,
.funnelpages-template-funnel-2026 .f26-demo-video__eyebrow {
    display: block;
    color: #ffffff;
    font-family: Poppins, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.page-template-funnel-2026 .f26-demo-video__footer,
.funnelpages-template-funnel-2026 .f26-demo-video__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.page-template-funnel-2026 .f26-demo-video__title,
.funnelpages-template-funnel-2026 .f26-demo-video__title {
    display: block;
   
    color: #ffffff;
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
    text-transform: none;
}

.page-template-funnel-2026 .f26-demo-video__play,
.funnelpages-template-funnel-2026 .f26-demo-video__play {
    display: inline-flex;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    color: #ffffff;
}

.page-template-funnel-2026 .f26-demo-video__play svg,
.funnelpages-template-funnel-2026 .f26-demo-video__play svg {
    width: 100%;
    height: 100%;
}

.page-template-funnel-2026 .f26-demo-video iframe.iframe-youtube-lazy-video,
.funnelpages-template-funnel-2026 .f26-demo-video iframe.iframe-youtube-lazy-video {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: block;
    width: 100% !important;
    height: 100% !important;
    border: 0;
    border-radius: 12px;
}

.page-template-funnel-2026 .f26-demo-section__body,
.funnelpages-template-funnel-2026 .f26-demo-section__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 40px;
    align-items: start;
}

.page-template-funnel-2026 .f26-demo-section__copy h2,
.funnelpages-template-funnel-2026 .f26-demo-section__copy h2 {
    margin: 0 0 24px;
    color: #111111;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0;
    text-transform: none;
}

.page-template-funnel-2026 .f26-demo-section__cta,
.funnelpages-template-funnel-2026 .f26-demo-section__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 229px;
    min-height: 56px;
    padding: 12px 32px;
    border-radius: 4px;
    background: #ffc043;
    color: #242628;
    font-family: Montserrat, sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
}

.page-template-funnel-2026 .f26-demo-section__text,
.page-template-funnel-2026 .f26-demo-section__text p,
.funnelpages-template-funnel-2026 .f26-demo-section__text,
.funnelpages-template-funnel-2026 .f26-demo-section__text p {
    margin: 0;
    color: #111111;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    text-transform: none;
}

.page-template-funnel-2026 .f26-template-section,
.funnelpages-template-funnel-2026 .f26-template-section {
    background: #f5f5f5;
}

.page-template-funnel-2026 .f26-template-section > .grve-container,
.funnelpages-template-funnel-2026 .f26-template-section > .grve-container {
    width: 100%;
    max-width: 1200px;
}

.page-template-funnel-2026 .f26-template-section__head,
.funnelpages-template-funnel-2026 .f26-template-section__head {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.page-template-funnel-2026 .f26-template-section__head > .grve-column,
.funnelpages-template-funnel-2026 .f26-template-section__head > .grve-column {
    float: none;
}

.page-template-funnel-2026 .f26-template-section__title,
.page-template-funnel-2026 .f26-template-section__title p,
.funnelpages-template-funnel-2026 .f26-template-section__title,
.funnelpages-template-funnel-2026 .f26-template-section__title p {
    margin: 0;
}

.page-template-funnel-2026 .f26-template-section__title h2,
.funnelpages-template-funnel-2026 .f26-template-section__title h2 {
    margin: 0;
    color: #111111;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0;
    text-transform: none;
}

.page-template-funnel-2026 .f26-template-section__cta,
.funnelpages-template-funnel-2026 .f26-template-section__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
    padding: 12px 24px;
    border-radius: 4px;
    background: #ffc043;
    color: #242628;
    font-family: Montserrat, sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
    text-align: center;
}

.page-template-funnel-2026 .f26-template-section__grid,
.funnelpages-template-funnel-2026 .f26-template-section__grid {
    display: flex;
}

.page-template-funnel-2026 .f26-template-section__grid > .grve-column,
.funnelpages-template-funnel-2026 .f26-template-section__grid > .grve-column {
    float: none;
}

.page-template-funnel-2026 .f26-template-card,
.funnelpages-template-funnel-2026 .f26-template-card {
    overflow: hidden;
    height: 100%;
    border: 1px solid #ececec;
    border-radius: 12px;
    background: #ffffff;
}

.page-template-funnel-2026 .f26-template-card__video,
.funnelpages-template-funnel-2026 .f26-template-card__video {
    position: relative;
    display: block;
    width: 100%;
    height: 276px;
    background-color: #d7ded1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.page-template-funnel-2026 .f26-template-card__video:before,
.funnelpages-template-funnel-2026 .f26-template-card__video:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.14) 100%);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.page-template-funnel-2026 .f26-template-card__video:hover:before,
.funnelpages-template-funnel-2026 .f26-template-card__video:hover:before {
    opacity: 1;
}

.page-template-funnel-2026 .f26-template-card iframe.iframe-youtube-lazy-video,
.funnelpages-template-funnel-2026 .f26-template-card iframe.iframe-youtube-lazy-video {
    display: block;
    width: 100% !important;
    height: 276px !important;
    border: 0;
}

.page-template-funnel-2026 .f26-template-card__body,
.funnelpages-template-funnel-2026 .f26-template-card__body {
    padding: 22px 22px 24px;
}

.page-template-funnel-2026 .f26-template-card__body h3,
.funnelpages-template-funnel-2026 .f26-template-card__body h3 {
    margin: 0 0 14px;
    color: #111111;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0;
    text-transform: none;
}

.page-template-funnel-2026 .f26-template-card__meta,
.funnelpages-template-funnel-2026 .f26-template-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 14px;
}

.page-template-funnel-2026 .f26-template-card__tag,
.funnelpages-template-funnel-2026 .f26-template-card__tag {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 8px;
    border-radius: 4px;
    background: #f5f6f8;
    color: #111111;
    font-family: Poppins, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
}

.page-template-funnel-2026 .f26-template-card__body p,
.funnelpages-template-funnel-2026 .f26-template-card__body p {
    margin: 0;
    color: #333333;
    font-family: Poppins, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: none;
}

@media (max-width: 1200px) {
    .page-template-funnel-2026 .f26-demo-section__inner,
    .funnelpages-template-funnel-2026 .f26-demo-section__inner {
        padding-right: 24px;
        padding-left: 24px;
    }

    .page-template-funnel-2026 .f26-template-section__head,
    .funnelpages-template-funnel-2026 .f26-template-section__head {
        display: block;
    }

    .page-template-funnel-2026 .f26-template-section__head .grve-column-1-4,
    .funnelpages-template-funnel-2026 .f26-template-section__head .grve-column-1-4 {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .page-template-funnel-2026 .f26-hero .grve-row,
    .funnelpages-template-funnel-2026 .f26-hero .grve-row {
        flex-wrap: nowrap;
    }
}

@media only screen and (max-width: 1023px) {
    .page-template-funnel-2026 .f26-fullwidth-section,
    .funnelpages-template-funnel-2026 .f26-fullwidth-section {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 8px 12px !important;
        box-sizing: border-box;
    }

    .page-template-funnel-2026 .f26-fullwidth-section > .grve-container,
    .funnelpages-template-funnel-2026 .f26-fullwidth-section > .grve-container {
        width: 100%;
        max-width: none;
        padding: 0;
        box-sizing: border-box;
    }

    .page-template-funnel-2026 .f26-fullwidth-section .grve-row,
    .funnelpages-template-funnel-2026 .f26-fullwidth-section .grve-row,
    .page-template-funnel-2026 .f26-fullwidth-section .grve-column,
    .funnelpages-template-funnel-2026 .f26-fullwidth-section .grve-column {
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }

    .page-template-funnel-2026 .f26-alert,
    .funnelpages-template-funnel-2026 .f26-alert {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }

    .page-template-funnel-2026 .f26-alert p,
    .funnelpages-template-funnel-2026 .f26-alert p {
        display: block;
        width: 100%;
        margin: 0 !important;
        color: #000000 !important;
        font-family: Poppins, sans-serif !important;
        font-size: 12px !important;
        line-height: normal !important;
        font-weight: 400 !important;
        text-align: center;
    }

    .page-template-funnel-2026 .f26-alert p:before,
    .funnelpages-template-funnel-2026 .f26-alert p:before {
        display: inline-block;
        width: 26px;
        margin-right: 0;
        font-size: 20px;
        line-height: 1;
        vertical-align: middle;
    }

    .page-template-funnel-2026 .f26-alert strong,
    .funnelpages-template-funnel-2026 .f26-alert strong {
        font-weight: 700 !important;
    }

    .page-template-funnel-2026 .f26-alert a,
    .funnelpages-template-funnel-2026 .f26-alert a {
        display: flex;
        width: fit-content;
        min-height: 0;
        margin: 8px auto 0;
        padding: 4px 20px;
        border-radius: 4px;
        background: #ffffff;
        color: #000000;
        font-family: Poppins, sans-serif;
        font-size: 12px;
        line-height: normal;
        font-weight: 400;
    }

    .page-template-funnel-2026 .f26-hero,
    .funnelpages-template-funnel-2026 .f26-hero {
        padding: 48px 0 24px !important;
    }

    .page-template-funnel-2026 .f26-hero .grve-row,
    .funnelpages-template-funnel-2026 .f26-hero .grve-row {
        display: flex;
        flex-direction: column;
        gap: 12px;
        min-height: 0;
    }

    .page-template-funnel-2026 .f26-hero > .grve-container,
    .funnelpages-template-funnel-2026 .f26-hero > .grve-container {
        max-width: none !important;
        padding-right: 24px;
        padding-left: 24px;
        box-sizing: border-box;
    }

  

    .page-template-funnel-2026 .f26-hero > .grve-background-wrapper .grve-bg-image,
    .funnelpages-template-funnel-2026 .f26-hero > .grve-background-wrapper .grve-bg-image {
        background-position: center top !important;
    }

    .page-template-funnel-2026 .f26-hero-copy,
    .page-template-funnel-2026 .f26-hero-form,
    .funnelpages-template-funnel-2026 .f26-hero-copy,
    .funnelpages-template-funnel-2026 .f26-hero-form {
        width: 100% !important;
        max-width: none !important;
        padding: 0 !important;
    }

    .page-template-funnel-2026 .f26-hero-copy,
    .funnelpages-template-funnel-2026 .f26-hero-copy {
        flex: 0 0 100% !important;
    }

    .page-template-funnel-2026 .f26-hero-copy .wpb_single_image,
    .funnelpages-template-funnel-2026 .f26-hero-copy .wpb_single_image {
        position: relative;
        left: 0;
        bottom: 0;
        width: min(100%, 620px);
        margin-top: 24px;
    }

    .page-template-funnel-2026 .f26-hero-form,
    .funnelpages-template-funnel-2026 .f26-hero-form {
        margin-top: 0;
        flex: 0 0 100% !important;
    }

    .page-template-funnel-2026 .f26-eyebrow,
    .page-template-funnel-2026 .f26-eyebrow p,
    .funnelpages-template-funnel-2026 .f26-eyebrow,
    .funnelpages-template-funnel-2026 .f26-eyebrow p {
        margin-bottom: 12px !important;
        font-size: 14px !important;
        line-height: 18px !important;
    }

    .page-template-funnel-2026 .f26-hero-title h1,
    .page-template-funnel-2026 h1.f26-hero-title,
    .funnelpages-template-funnel-2026 .f26-hero-title h1,
    .funnelpages-template-funnel-2026 h1.f26-hero-title {
        max-width: none !important;
        margin-bottom: 12px !important;
        font-size: 32px !important;
        line-height: 32px !important;
    }

    .page-template-funnel-2026 .f26-hero-text,
    .page-template-funnel-2026 .f26-hero-text p,
    .funnelpages-template-funnel-2026 .f26-hero-text,
    .funnelpages-template-funnel-2026 .f26-hero-text p {
        max-width: none !important;
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .page-template-funnel-2026 .f26-hero-form #masterQuoteForm,
    .page-template-funnel-2026 .f26-hero-form #masterMultiQuoteForm,
    .page-template-funnel-2026 .f26-hero-form .gform_wrapper,
    .funnelpages-template-funnel-2026 .f26-hero-form #masterQuoteForm,
    .funnelpages-template-funnel-2026 .f26-hero-form #masterMultiQuoteForm,
    .funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper {
        padding: 24px !important;
        border-radius: 12px 12px 0 0 !important;
    }

    .page-template-funnel-2026 .f26-hero-form .gform_wrapper ul.gform_fields,
    .funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper ul.gform_fields {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 16px;
    }

    .page-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield,
    .funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gfield {
        width: 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .page-template-funnel-2026 .f26-hero-form #masterQuoteForm h1,
    .page-template-funnel-2026 .f26-hero-form #masterQuoteForm h2,
    .page-template-funnel-2026 .f26-hero-form #masterMultiQuoteForm h1,
    .page-template-funnel-2026 .f26-hero-form #masterMultiQuoteForm h2,
    .page-template-funnel-2026 .f26-hero-form .gform_wrapper .gform_heading,
    .page-template-funnel-2026 .f26-hero-form .gform_wrapper .gform_title,
    .page-template-funnel-2026 .f26-hero-form .gform_wrapper .gform_description,
    .funnelpages-template-funnel-2026 .f26-hero-form #masterQuoteForm h1,
    .funnelpages-template-funnel-2026 .f26-hero-form #masterQuoteForm h2,
    .funnelpages-template-funnel-2026 .f26-hero-form #masterMultiQuoteForm h1,
    .funnelpages-template-funnel-2026 .f26-hero-form #masterMultiQuoteForm h2,
    .funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gform_heading,
    .funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gform_title,
    .funnelpages-template-funnel-2026 .f26-hero-form .gform_wrapper .gform_description {
        margin-bottom: 0 !important;
        font-size: 24px !important;
        line-height: 32px !important;
    }

    .page-template-funnel-2026 #admin-hero,
    .funnelpages-template-funnel-2026 #admin-hero {
        padding-top: 32px ;
    }

    .page-template-funnel-2026 .ab-admin-hero,
    .funnelpages-template-funnel-2026 .ab-admin-hero {
        padding: 0 24px;
    }

    .page-template-funnel-2026 .ab-admin-hero__bar,
    .funnelpages-template-funnel-2026 .ab-admin-hero__bar {
     display: flex;
padding: 24px;
justify-content: center;
align-items: center;
align-content: center;
gap: 10px;
flex: 1 0 0;
flex-wrap: wrap;
    }
    @media only screen and (max-width: 1023px) {
   .f26-description-section__grid,
  .page-template-funnel-2026 .f26-description-section__grid,
  .funnelpages-template-funnel-2026 .f26-description-section__grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;

    gap: 12px;

    overflow-x: auto;
    overflow-y: hidden;

    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }

  /* Первое широкое изображение */
  .f26-description-card--wide {
    flex: 0 0 612px !important;
    width: 612px !important;
    min-width: 612px !important;
  }

  /* Средняя колонка с двумя блоками */
  .f26-description-stack,
  .page-template-funnel-2026 .f26-description-stack,
  .funnelpages-template-funnel-2026 .f26-description-stack {
    display: flex !important;
    /* grid-template-rows: 200px 200px; */
    flex: 0 0 670px !important;

    width: 600px !important;
    /* min-width: 300px !important; */
    gap: 12px;
  }

  /* Элементы внутри средней колонки */
  .f26-description-stack > .f26-description-element,
  .f26-description-stack > .f26-description-stat {
    width: 100% !important;
    min-width: 300px !important;
  }

  /* Последнее высокое изображение */
  .f26-description-card--tall {
    flex: 0 0 300px !important;
    width: 300px !important;
    min-width: 300px !important;
  }

  .f26-description-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #helped{
    margin-bottom: 32px;
  }
    #helped .grve-container{
        padding-right: 0;
    }
}

    .page-template-funnel-2026 .ab-admin-hero__separator,
    .funnelpages-template-funnel-2026 .ab-admin-hero__separator {
        display: none;
    }

    .page-template-funnel-2026 .ab-admin-hero__item,
    .funnelpages-template-funnel-2026 .ab-admin-hero__item {
        width: 100%;
        white-space: normal;
        justify-content: center;
    }
       .page-template-funnel-2026 .f26-demo-video__footer,
    .funnelpages-template-funnel-2026 .f26-demo-video__footer {
           display: flex;
    align-items: flex-end;
    gap: 24px;
    align-self: stretch;
    }
        .page-template-funnel-2026 .f26-demo-video__title,
    .funnelpages-template-funnel-2026 .f26-demo-video__title {
         font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    }
    .page-template-funnel-2026 .f26-demo-video__content, .funnelpages-template-funnel-2026 .f26-demo-video__content{
            display: flex;
    /* height: 202.003px; */
    /* padding: 40px; */
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    aspect-ratio: 152 / 89;
    }
        .page-template-funnel-2026 .f26-demo-section__copy h2,
    .funnelpages-template-funnel-2026 .f26-demo-section__copy h2 {
        margin-bottom: 18px;
        font-size: 28px;
        line-height: 34px;
    }


    .page-template-funnel-2026 .f26-demo-section,
    .funnelpages-template-funnel-2026 .f26-demo-section {
        padding: 32px 0 48px;
    }

    .page-template-funnel-2026 .f26-demo-section__inner,
    .funnelpages-template-funnel-2026 .f26-demo-section__inner {
        padding-right: 16px;
        padding-left: 16px;
    }

    .page-template-funnel-2026 .f26-demo-section__media,
    .funnelpages-template-funnel-2026 .f26-demo-section__media {
        margin-bottom: 24px;
    }

    .page-template-funnel-2026 .f26-demo-video,
    .funnelpages-template-funnel-2026 .f26-demo-video {
        aspect-ratio: auto;
        
    }

    .page-template-funnel-2026 .f26-demo-video__trigger,
    .funnelpages-template-funnel-2026 .f26-demo-video__trigger {
        padding: 24px;
    }

 



    .page-template-funnel-2026 .f26-demo-section__body,
    .funnelpages-template-funnel-2026 .f26-demo-section__body {
        grid-template-columns: 1fr;
        gap: 24px;
    }


    .page-template-funnel-2026 .f26-demo-section__cta,
    .funnelpages-template-funnel-2026 .f26-demo-section__cta {
        width: 100%;
        min-width: 0;
        max-width: 320px;
    }

    .page-template-funnel-2026 .f26-demo-section__text,
    .page-template-funnel-2026 .f26-demo-section__text p,
    .funnelpages-template-funnel-2026 .f26-demo-section__text,
    .funnelpages-template-funnel-2026 .f26-demo-section__text p {
        font-size: 18px;
        line-height: 28px;
    }

    .page-template-funnel-2026 .f26-template-section__title h2,
    .funnelpages-template-funnel-2026 .f26-template-section__title h2 {
      color: var(--ink-default, #111);


font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 133.333% */
    }
    .page-template-funnel-2026 .f26-template-section__grid, .funnelpages-template-funnel-2026 .f26-template-section__grid {
    display: flex;
    flex-direction: column;
}

    .page-template-funnel-2026 .f26-template-section__grid > .grve-column,
    .funnelpages-template-funnel-2026 .f26-template-section__grid > .grve-column {
        margin-bottom: 24px;
    }

    .page-template-funnel-2026 .f26-template-card__video,
    .funnelpages-template-funnel-2026 .f26-template-card__video,
    .page-template-funnel-2026 .f26-template-card iframe.iframe-youtube-lazy-video,
    .funnelpages-template-funnel-2026 .f26-template-card iframe.iframe-youtube-lazy-video {
        height: 240px !important;
    }
}

.f26-description-section,
.page-template-funnel-2026 .f26-description-section,
.funnelpages-template-funnel-2026 .f26-description-section {
    padding: 64px 0 0;
    background: #ffffff;
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.f26-description-section__inner,
.page-template-funnel-2026 .f26-description-section__inner,
.funnelpages-template-funnel-2026 .f26-description-section__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.f26-description-section__title,
.page-template-funnel-2026 .f26-description-section__title,
.funnelpages-template-funnel-2026 .f26-description-section__title {
    margin: 0 0 40px;
    color: #111111;
    font-family: Montserrat, sans-serif !important;
    font-size: 32px !important;
    line-height: 40px !important;
    font-weight: 700 !important;
    letter-spacing: 0;
    text-transform: none !important;
}

.f26-description-section h2,
.page-template-funnel-2026 .f26-description-section h2,
.funnelpages-template-funnel-2026 .f26-description-section h2,
.f26-description-section p,
.page-template-funnel-2026 .f26-description-section p,
.funnelpages-template-funnel-2026 .f26-description-section p,
.f26-description-section figure,
.page-template-funnel-2026 .f26-description-section figure,
.funnelpages-template-funnel-2026 .f26-description-section figure {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.f26-description-section__grid,
.page-template-funnel-2026 .f26-description-section__grid,
.funnelpages-template-funnel-2026 .f26-description-section__grid {
    display: grid;
    grid-template-columns: 612px 300px 300px;
    gap: 12px;
    align-items: stretch;
    width: 1236px;
    max-width: none;
}

.f26-description-stack,
.page-template-funnel-2026 .f26-description-stack,
.funnelpages-template-funnel-2026 .f26-description-stack {
    display: grid;
    grid-template-rows: 200px 200px;
    gap: 12px;
}

.f26-description-card,
.page-template-funnel-2026 .f26-description-card,
.funnelpages-template-funnel-2026 .f26-description-card {
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    background: #e6f1f9;
    line-height: 0;
}

.f26-description-card img,
.page-template-funnel-2026 .f26-description-card img,
.funnelpages-template-funnel-2026 .f26-description-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.f26-description-card--wide,
.page-template-funnel-2026 .f26-description-card--wide,
.funnelpages-template-funnel-2026 .f26-description-card--wide {
    aspect-ratio: 612 / 412;
    min-height: 0;
}

.f26-description-card--small,
.page-template-funnel-2026 .f26-description-card--small,
.funnelpages-template-funnel-2026 .f26-description-card--small {
    aspect-ratio: 300 / 200;
    min-height: 0;
}

.f26-description-card--tall,
.page-template-funnel-2026 .f26-description-card--tall,
.funnelpages-template-funnel-2026 .f26-description-card--tall {
    aspect-ratio: 300 / 412;
    min-height: 0;
}

.f26-description-stat,
.page-template-funnel-2026 .f26-description-stat,
.funnelpages-template-funnel-2026 .f26-description-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 300 / 200;
    min-height: 0;
    padding: 24px;
    border-radius: 12px;
    text-align: center;
}

.f26-description-stat--blue,
.page-template-funnel-2026 .f26-description-stat--blue,
.funnelpages-template-funnel-2026 .f26-description-stat--blue {
    background: #e6f1f9;
    color: #004773;
}

.f26-description-stat__value,
.page-template-funnel-2026 .f26-description-stat__value,
.funnelpages-template-funnel-2026 .f26-description-stat__value {
    margin: 0 0 2px;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}

.f26-description-stat__label,
.page-template-funnel-2026 .f26-description-stat__label,
.funnelpages-template-funnel-2026 .f26-description-stat__label {
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

@media (max-width: 1279px) {
    .f26-description-section,
    .page-template-funnel-2026 .f26-description-section,
    .funnelpages-template-funnel-2026 .f26-description-section {
        padding-top: 56px;
    }

    .f26-description-section__inner,
    .page-template-funnel-2026 .f26-description-section__inner,
    .funnelpages-template-funnel-2026 .f26-description-section__inner {
        max-width: 100%;
    }

    .f26-description-section__grid,
    .page-template-funnel-2026 .f26-description-section__grid,
    .funnelpages-template-funnel-2026 .f26-description-section__grid {
        grid-template-columns: minmax(0, 1.7fr) minmax(260px, 0.9fr) minmax(260px, 0.9fr);
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 1023px) {
    .f26-description-section__title,
    .page-template-funnel-2026 .f26-description-section__title,
    .funnelpages-template-funnel-2026 .f26-description-section__title {
        margin-bottom: 28px;
        font-size: 28px;
        line-height: 36px;
    }

   

    .f26-description-stack,
    .page-template-funnel-2026 .f26-description-stack,
    .funnelpages-template-funnel-2026 .f26-description-stack {
       display: flex;
    }

    .f26-description-card--wide,
    .f26-description-card--tall,
    .page-template-funnel-2026 .f26-description-card--wide,
    .page-template-funnel-2026 .f26-description-card--tall,
    .funnelpages-template-funnel-2026 .f26-description-card--wide,
    .funnelpages-template-funnel-2026 .f26-description-card--tall {
        aspect-ratio: auto;
        min-height: 360px;
    }

    .f26-description-card--small,
    .page-template-funnel-2026 .f26-description-card--small,
    .funnelpages-template-funnel-2026 .f26-description-card--small,
    .f26-description-stat,
    .page-template-funnel-2026 .f26-description-stat,
    .funnelpages-template-funnel-2026 .f26-description-stat {
        aspect-ratio: auto;
    }
}

@media (max-width: 767px) {
    .f26-description-section,
    .page-template-funnel-2026 .f26-description-section,
    .funnelpages-template-funnel-2026 .f26-description-section {
        padding-top: 40px;
    }

    .f26-description-section__title,
    .page-template-funnel-2026 .f26-description-section__title,
    .funnelpages-template-funnel-2026 .f26-description-section__title {
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 32px;
    }

    .f26-description-section__grid,
    .page-template-funnel-2026 .f26-description-section__grid,
    .funnelpages-template-funnel-2026 .f26-description-section__grid {
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 100%;
    }

    .f26-description-card--wide,
    .f26-description-card--tall,
    .page-template-funnel-2026 .f26-description-card--wide,
    .page-template-funnel-2026 .f26-description-card--tall,
    .funnelpages-template-funnel-2026 .f26-description-card--wide,
    .funnelpages-template-funnel-2026 .f26-description-card--tall {
        aspect-ratio: auto;
        min-height: 260px;
    }

    .f26-description-card--small,
    .page-template-funnel-2026 .f26-description-card--small,
    .funnelpages-template-funnel-2026 .f26-description-card--small,
    .f26-description-stat,
    .page-template-funnel-2026 .f26-description-stat,
    .funnelpages-template-funnel-2026 .f26-description-stat {
        aspect-ratio: auto;
        min-height: 180px;
    }

    .f26-description-stat,
    .page-template-funnel-2026 .f26-description-stat,
    .funnelpages-template-funnel-2026 .f26-description-stat {
        padding: 20px;
    }

    .f26-description-stat__value,
    .page-template-funnel-2026 .f26-description-stat__value,
    .funnelpages-template-funnel-2026 .f26-description-stat__value {
        font-size: 28px;
        line-height: 36px;
    }

    .f26-description-stat__label,
    .page-template-funnel-2026 .f26-description-stat__label,
    .funnelpages-template-funnel-2026 .f26-description-stat__label {
        font-size: 16px;
        line-height: 22px;
    }
}

.page-template-funnel-2026 .f26-testimonial-section,
.funnelpages-template-funnel-2026 .f26-testimonial-section {
    padding: 64px 20px 24px;
    background: #f5f5f5;
}

.page-template-funnel-2026 .f26-testimonial-section__inner,
.funnelpages-template-funnel-2026 .f26-testimonial-section__inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 120px;
    box-sizing: border-box;
}

.page-template-funnel-2026 .f26-testimonial-section__title,
.funnelpages-template-funnel-2026 .f26-testimonial-section__title {
    margin: 0 0 40px;
    color: #111111;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0;
    text-transform: none;
}

.page-template-funnel-2026 .f26-testimonial-carousel,
.funnelpages-template-funnel-2026 .f26-testimonial-carousel {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.page-template-funnel-2026 .f26-testimonial-page,
.funnelpages-template-funnel-2026 .f26-testimonial-page {
    display: none;
    flex-direction: column;
    gap: 24px;
}

.page-template-funnel-2026 .f26-testimonial-page.is-active,
.funnelpages-template-funnel-2026 .f26-testimonial-page.is-active {
    display: flex;
}

.page-template-funnel-2026 .f26-testimonial-row,
.funnelpages-template-funnel-2026 .f26-testimonial-row {
    display: flex;
    align-items: stretch;
    gap: 42px;
}

.page-template-funnel-2026 .f26-testimonial-card,
.funnelpages-template-funnel-2026 .f26-testimonial-card {
    overflow: hidden;
    background: #ffffff;
    box-shadow: none;
}

.page-template-funnel-2026 .f26-testimonial-card--video,
.funnelpages-template-funnel-2026 .f26-testimonial-card--video {
    background: transparent;
}

.page-template-funnel-2026 .f26-testimonial-card--hero,
.funnelpages-template-funnel-2026 .f26-testimonial-card--hero {
    width: 568px;
    min-width: 568px;
    min-height: 368px;
}

.page-template-funnel-2026 .f26-testimonial-card--tall,
.funnelpages-template-funnel-2026 .f26-testimonial-card--tall {
    width: 274px;
    min-width: 274px;
    min-height: 368px;
}

.page-template-funnel-2026 .f26-testimonial-card--quote-top,
.funnelpages-template-funnel-2026 .f26-testimonial-card--quote-top {
    width: 274px;
    min-width: 274px;
}

.page-template-funnel-2026 .f26-testimonial-card--quote-left,
.funnelpages-template-funnel-2026 .f26-testimonial-card--quote-left {
    width: 274px;
    min-width: 274px;
}

.page-template-funnel-2026 .f26-testimonial-card--compact,
.funnelpages-template-funnel-2026 .f26-testimonial-card--compact {
    width: 274px;
    min-width: 274px;
    min-height: 368px;
}

.page-template-funnel-2026 .f26-testimonial-card--quote-wide,
.funnelpages-template-funnel-2026 .f26-testimonial-card--quote-wide {
    width: 568px;
    min-width: 568px;
}

.page-template-funnel-2026 #grve-theme-wrapper .f26-testimonial-video__trigger,
.funnelpages-template-funnel-2026 #grve-theme-wrapper .f26-testimonial-video__trigger {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    text-align: left;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    border-radius: 0;
    outline: 0;
    vertical-align: top;
    z-index: auto;
    overflow: hidden;
    text-decoration: none;
    transition: none;
}

.page-template-funnel-2026 #grve-theme-wrapper .f26-testimonial-video__trigger:focus,
.funnelpages-template-funnel-2026 #grve-theme-wrapper .f26-testimonial-video__trigger:focus,
.page-template-funnel-2026 .f26-testimonial-nav__arrow:focus,
.page-template-funnel-2026 .f26-testimonial-nav__button:focus,
.funnelpages-template-funnel-2026 .f26-testimonial-nav__arrow:focus,
.funnelpages-template-funnel-2026 .f26-testimonial-nav__button:focus {
    outline: 2px solid #242628;
    outline-offset: 2px;
}

.page-template-funnel-2026 .f26-testimonial-video__poster,
.funnelpages-template-funnel-2026 .f26-testimonial-video__poster,
.page-template-funnel-2026 .f26-testimonial-video__frame,
.funnelpages-template-funnel-2026 .f26-testimonial-video__frame {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    border: 0;
    background: transparent;
}

.page-template-funnel-2026 .f26-testimonial-video__poster.is-tall,
.funnelpages-template-funnel-2026 .f26-testimonial-video__poster.is-tall {
    object-position: right center;
    transform: scale(1.18);
    transform-origin: right center;
}

.page-template-funnel-2026 .f26-testimonial-video__shade,
.funnelpages-template-funnel-2026 .f26-testimonial-video__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.18) 100%);
}

.page-template-funnel-2026 .f26-testimonial-video__play,
.funnelpages-template-funnel-2026 .f26-testimonial-video__play {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    color: #ffffff;
}

.page-template-funnel-2026 .f26-testimonial-video__play svg,
.funnelpages-template-funnel-2026 .f26-testimonial-video__play svg {
    display: block;
    width: 100%;
    height: 100%;
}

.page-template-funnel-2026 .f26-testimonial-video__label,
.funnelpages-template-funnel-2026 .f26-testimonial-video__label {
    position: absolute;
    left: 20px;
    bottom: 20px;
    max-width: calc(100% - 40px);
    padding: 4px 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-family: Poppins, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: none;
}

.page-template-funnel-2026 .f26-testimonial-card--hero .f26-testimonial-video__label,
.funnelpages-template-funnel-2026 .f26-testimonial-card--hero .f26-testimonial-video__label {
    white-space: nowrap;
}

.page-template-funnel-2026 .f26-testimonial-card--tall .f26-testimonial-video__label,
.funnelpages-template-funnel-2026 .f26-testimonial-card--tall .f26-testimonial-video__label,
.page-template-funnel-2026 .f26-testimonial-card--compact .f26-testimonial-video__label,
.funnelpages-template-funnel-2026 .f26-testimonial-card--compact .f26-testimonial-video__label {
    width: 214px;
}

.page-template-funnel-2026 .f26-testimonial-card--quote,
.funnelpages-template-funnel-2026 .f26-testimonial-card--quote {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    min-height: 368px;
    padding: 28px 32px;
}

.page-template-funnel-2026 .f26-testimonial-quote__mark,
.funnelpages-template-funnel-2026 .f26-testimonial-quote__mark {
    color: #0076bf;
    font-family: Georgia, serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.page-template-funnel-2026 .f26-testimonial-quote__body p,
.funnelpages-template-funnel-2026 .f26-testimonial-quote__body p {
    margin: 0;
    color: #111111;
    font-family: Poppins, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: none;
}

.page-template-funnel-2026 .f26-testimonial-quote__meta,
.funnelpages-template-funnel-2026 .f26-testimonial-quote__meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.page-template-funnel-2026 .f26-testimonial-quote__meta strong,
.funnelpages-template-funnel-2026 .f26-testimonial-quote__meta strong {
    color: #111111;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: none;
}

.page-template-funnel-2026 .f26-testimonial-quote__meta span,
.funnelpages-template-funnel-2026 .f26-testimonial-quote__meta span {
    color: #6e6e73;
    font-family: Poppins, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: none;
}

.page-template-funnel-2026 .f26-testimonial-nav,
.funnelpages-template-funnel-2026 .f26-testimonial-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.page-template-funnel-2026 .f26-testimonial-nav__arrow,
.page-template-funnel-2026 .f26-testimonial-nav__button,
.funnelpages-template-funnel-2026 .f26-testimonial-nav__arrow,
.funnelpages-template-funnel-2026 .f26-testimonial-nav__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    min-width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #242628;
    font-family: Poppins, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    transition: none;
}

.page-template-funnel-2026 .f26-testimonial-nav__button.is-active,
.funnelpages-template-funnel-2026 .f26-testimonial-nav__button.is-active {
    background: #242628;
    color: #ffffff;
    font-weight: 500;
}

.page-template-funnel-2026 .f26-testimonial-nav__arrow,
.funnelpages-template-funnel-2026 .f26-testimonial-nav__arrow {
    font-size: 24px;
    line-height: 1;
    padding-bottom: 2px;
}

.page-template-funnel-2026 .f26-testimonial-nav__button:not(.is-active),
.funnelpages-template-funnel-2026 .f26-testimonial-nav__button:not(.is-active) {
    background: transparent;
    color: #242628;
}

.page-template-funnel-2026 .f26-testimonial-nav__arrow:hover,
.page-template-funnel-2026 .f26-testimonial-nav__button:hover,
.funnelpages-template-funnel-2026 .f26-testimonial-nav__arrow:hover,
.funnelpages-template-funnel-2026 .f26-testimonial-nav__button:hover,
.funnelpages-template-funnel-2026 .f26-testimonial-nav__button:hover {
    background: transparent;
    color: #242628;
}

.page-template-funnel-2026 .f26-testimonial-nav__button.is-active:hover,
.funnelpages-template-funnel-2026 .f26-testimonial-nav__button.is-active:hover,
.funnelpages-template-funnel-2026 .f26-testimonial-nav__button.is-active:focus,
.page-template-funnel-2026 .f26-testimonial-nav__button.is-active:focus {
    background: #242628;
    color: #ffffff;
}
.page-template-funnel-2026 #helped .wpb_content_element{
    margin-bottom: 0;

}
.page-template-funnel-2026 a:before, .page-template-funnel-2026 a:after{
    content: none;
}
@media only screen and (max-width: 1023px) {
    .page-template-funnel-2026 .f26-testimonial-section,
    .funnelpages-template-funnel-2026 .f26-testimonial-section {
        padding: 32px 0;
    }

    .page-template-funnel-2026 .f26-testimonial-section__title,
    .funnelpages-template-funnel-2026 .f26-testimonial-section__title {
        margin-bottom: 40px;
        font-size: 24px;
        line-height: 32px;
    }

    .page-template-funnel-2026 .f26-testimonial-section__inner,
    .funnelpages-template-funnel-2026 .f26-testimonial-section__inner {
        padding: 0 24px;
    }

    .page-template-funnel-2026 .f26-testimonial-carousel,
    .funnelpages-template-funnel-2026 .f26-testimonial-carousel,
    .page-template-funnel-2026 .f26-testimonial-nav,
    .funnelpages-template-funnel-2026 .f26-testimonial-nav {
        max-width: 345px;
    }

    .page-template-funnel-2026 .f26-testimonial-page,
    .funnelpages-template-funnel-2026 .f26-testimonial-page {
        gap: 24px;
    }

    .page-template-funnel-2026 .f26-testimonial-row,
    .funnelpages-template-funnel-2026 .f26-testimonial-row {
        flex-direction: column;
        gap: 20px;
    }

    .page-template-funnel-2026 .f26-testimonial-card--hero,
    .funnelpages-template-funnel-2026 .f26-testimonial-card--hero,
    .page-template-funnel-2026 .f26-testimonial-card--tall,
    .funnelpages-template-funnel-2026 .f26-testimonial-card--tall,
    .page-template-funnel-2026 .f26-testimonial-card--quote-top,
    .funnelpages-template-funnel-2026 .f26-testimonial-card--quote-top,
    .page-template-funnel-2026 .f26-testimonial-card--quote-left,
    .funnelpages-template-funnel-2026 .f26-testimonial-card--quote-left,
    .page-template-funnel-2026 .f26-testimonial-card--compact,
    .funnelpages-template-funnel-2026 .f26-testimonial-card--compact,
    .page-template-funnel-2026 .f26-testimonial-card--quote-wide,
    .funnelpages-template-funnel-2026 .f26-testimonial-card--quote-wide {
        width: 100%;
        min-width: 0;
        max-width: 345px;
    }

    .page-template-funnel-2026 .f26-testimonial-card--hero,
    .funnelpages-template-funnel-2026 .f26-testimonial-card--hero,
    .page-template-funnel-2026 .f26-testimonial-card--tall,
    .funnelpages-template-funnel-2026 .f26-testimonial-card--tall,
    .page-template-funnel-2026 .f26-testimonial-card--compact,
    .funnelpages-template-funnel-2026 .f26-testimonial-card--compact {
        min-height: 368px;
    }

    .page-template-funnel-2026 .f26-testimonial-card--quote-top,
    .funnelpages-template-funnel-2026 .f26-testimonial-card--quote-top {
        min-height: 296px;
    }

    .page-template-funnel-2026 .f26-testimonial-card--quote-left,
    .funnelpages-template-funnel-2026 .f26-testimonial-card--quote-left {
        min-height: 344px;
    }

    .page-template-funnel-2026 .f26-testimonial-card--quote-wide,
    .funnelpages-template-funnel-2026 .f26-testimonial-card--quote-wide {
        min-height: 512px;
    }

    .page-template-funnel-2026 .f26-testimonial-card--quote,
    .funnelpages-template-funnel-2026 .f26-testimonial-card--quote {
        gap: 28px;
        padding: 28px 32px;
    }

    .page-template-funnel-2026 .f26-testimonial-card--quote-wide,
    .funnelpages-template-funnel-2026 .f26-testimonial-card--quote-wide {
        padding-left: 24px;
        padding-right: 24px;
    }

    .page-template-funnel-2026 .f26-testimonial-video__play,
    .funnelpages-template-funnel-2026 .f26-testimonial-video__play {
        top: 20px;
        right: 20px;
        width: 32px;
        height: 32px;
    }

    .page-template-funnel-2026 .f26-testimonial-video__label,
    .funnelpages-template-funnel-2026 .f26-testimonial-video__label {
        left: 20px;
        right: auto;
        bottom: 20px;
        max-width: calc(100% - 40px);
        width: auto !important;
        padding: 4px 10px;
        font-size: 13px;
        line-height: 20px;
    }

    .page-template-funnel-2026 .f26-testimonial-card--tall .f26-testimonial-video__label,
    .funnelpages-template-funnel-2026 .f26-testimonial-card--tall .f26-testimonial-video__label,
    .page-template-funnel-2026 .f26-testimonial-card--compact .f26-testimonial-video__label,
    .funnelpages-template-funnel-2026 .f26-testimonial-card--compact .f26-testimonial-video__label {
        width: 214px !important;
    }

    .page-template-funnel-2026 .f26-testimonial-quote__body p,
    .funnelpages-template-funnel-2026 .f26-testimonial-quote__body p {
        font-size: 16px;
        line-height: 24px;
    }

    .page-template-funnel-2026 .f26-testimonial-quote__mark,
    .funnelpages-template-funnel-2026 .f26-testimonial-quote__mark {
        font-size: 40px;
        line-height: 24px;
    }

    .page-template-funnel-2026 .f26-testimonial-nav,
    .funnelpages-template-funnel-2026 .f26-testimonial-nav {
        gap: 16px;
        margin-top: 40px;
    }

    .page-template-funnel-2026 .f26-testimonial-nav__arrow,
    .page-template-funnel-2026 .f26-testimonial-nav__button,
    .funnelpages-template-funnel-2026 .f26-testimonial-nav__arrow,
    .funnelpages-template-funnel-2026 .f26-testimonial-nav__button {
        width: 32px;
        min-width: 32px;
        height: 32px;
        font-size: 16px;
    }

    .page-template-funnel-2026 .f26-testimonial-nav__arrow,
    .funnelpages-template-funnel-2026 .f26-testimonial-nav__arrow {
        font-size: 20px;
        padding-bottom: 0;
    }
}

.page-template-funnel-2026 .f26-contact-section,
.funnelpages-template-funnel-2026 .f26-contact-section {
    background: #f5f6f8;
    padding: 0 18px 64px;
}

.page-template-funnel-2026 .f26-contact-section > .grve-container,
.funnelpages-template-funnel-2026 .f26-contact-section > .grve-container {
    width: 100%;
    max-width: var(--f26-container);
}

.page-template-funnel-2026 .f26-contact-section__grid,
.funnelpages-template-funnel-2026 .f26-contact-section__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
    align-items: stretch;
    background: #ffffff;
    border-radius: 0;
    overflow: hidden;
}

.page-template-funnel-2026 .f26-contact-section__form,
.funnelpages-template-funnel-2026 .f26-contact-section__form {
    background: #ffffff;
    padding: 40px;
}

.page-template-funnel-2026 .f26-contact-section__details,
.funnelpages-template-funnel-2026 .f26-contact-section__details {
    background: #1c3667;
    padding: 40px;
}

.page-template-funnel-2026 .f26-contact-accordion.getaquote-style,
.funnelpages-template-funnel-2026 .f26-contact-accordion.getaquote-style {
    margin: 0;
    padding: 0;
    max-width: 496px;
    background: transparent;
    box-shadow: none;
}

.page-template-funnel-2026 .f26-contact-accordion .accordion-header,
.funnelpages-template-funnel-2026 .f26-contact-accordion .accordion-header {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    cursor: pointer;
    outline: none;
}

.page-template-funnel-2026 .f26-contact-accordion .accordion-header h2,
.funnelpages-template-funnel-2026 .f26-contact-accordion .accordion-header h2 {
    margin: 0;
    color: #111111;
    font-family: Montserrat-bold, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    text-transform: none;
}

.page-template-funnel-2026 .f26-contact-accordion .accordion-header h3,
.funnelpages-template-funnel-2026 .f26-contact-accordion .accordion-header h3 {
    margin: 0;
    padding: 4px 8px;
    color: #111111;
    font-family: Poppins, sans-serif;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background-color 0.3s ease;
}

.page-template-funnel-2026 .f26-contact-accordion .accordion-header:hover h3,
.page-template-funnel-2026 .f26-contact-accordion .accordion-header:focus h3,
.funnelpages-template-funnel-2026 .f26-contact-accordion .accordion-header:hover h3,
.funnelpages-template-funnel-2026 .f26-contact-accordion .accordion-header:focus h3 {
    background: #f5f6f8;
}

.page-template-funnel-2026 .f26-contact-accordion .accordion-header h3 i,
.funnelpages-template-funnel-2026 .f26-contact-accordion .accordion-header h3 i {
    transition: transform 0.3s ease;
}

.page-template-funnel-2026 .f26-contact-accordion.active .accordion-header h3 i,
.funnelpages-template-funnel-2026 .f26-contact-accordion.active .accordion-header h3 i {
    transform: rotate(90deg);
}

.page-template-funnel-2026 .f26-contact-accordion .accordion-content,
.funnelpages-template-funnel-2026 .f26-contact-accordion .accordion-content {
    display: none;
    max-width: 496px;
    margin-top: 16px;
    padding-top: 24px;
    border-top: 1px solid #6e6e73;
}

.page-template-funnel-2026 .f26-contact-accordion.active .accordion-content,
.funnelpages-template-funnel-2026 .f26-contact-accordion.active .accordion-content {
    display: block;
}

.page-template-funnel-2026 #grve-theme-wrapper .f26-contact-accordion .gform_wrapper input,
.page-template-funnel-2026 #grve-theme-wrapper .f26-contact-accordion .gform_wrapper textarea,
.page-template-funnel-2026 #grve-theme-wrapper .f26-contact-accordion .gform_wrapper select,
.funnelpages-template-funnel-2026 #grve-theme-wrapper .f26-contact-accordion .gform_wrapper input,
.funnelpages-template-funnel-2026 #grve-theme-wrapper .f26-contact-accordion .gform_wrapper textarea,
.funnelpages-template-funnel-2026 #grve-theme-wrapper .f26-contact-accordion .gform_wrapper select {
    border: 1px solid #c5c7d0;
    border-radius: 2px;
    background: #ffffff;
    box-shadow: none !important;
}

.page-template-funnel-2026 .f26-contact-accordion .yellow-button .gform_button,
.funnelpages-template-funnel-2026 .f26-contact-accordion .yellow-button .gform_button {
    color: #242628 !important;
    background: #ffc043 !important;
}

.page-template-funnel-2026 .f26-contact-accordion .yellow-button .gform_button:hover,
.funnelpages-template-funnel-2026 .f26-contact-accordion .yellow-button .gform_button:hover {
    color: #242628 !important;
    background: #f2aa19 !important;
}

.page-template-funnel-2026 .f26-contact-section__privacy,
.page-template-funnel-2026 .f26-contact-section__privacy a,
.funnelpages-template-funnel-2026 .f26-contact-section__privacy,
.funnelpages-template-funnel-2026 .f26-contact-section__privacy a {
    color: #6e6e73;
    font-family: Poppins, sans-serif;
    font-size: 11px;
    line-height: 16px;
}

.page-template-funnel-2026 .f26-contact-section__privacy,
.funnelpages-template-funnel-2026 .f26-contact-section__privacy {
    margin: 0;
}

.page-template-funnel-2026 .f26-contact-section__privacy a,
.funnelpages-template-funnel-2026 .f26-contact-section__privacy a {
    color: #111111;
}

.page-template-funnel-2026 .f26-contact-section__details .block,
.funnelpages-template-funnel-2026 .f26-contact-section__details .block {
    margin: 0 0 32px;
    padding: 0 0 24px;
    border-bottom: 1px solid #6283c1;
}

.page-template-funnel-2026 .f26-contact-section__details .block:last-child,
.funnelpages-template-funnel-2026 .f26-contact-section__details .block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.page-template-funnel-2026 .f26-contact-section__details .block:first-child:before,
.funnelpages-template-funnel-2026 .f26-contact-section__details .block:first-child:before {
    content: "";
    display: block;
    width: 64px;
    height: 2px;
    margin-bottom: 24px;
    background: #eaeff7;
}

.page-template-funnel-2026 .f26-contact-section__details .title,
.funnelpages-template-funnel-2026 .f26-contact-section__details .title {
    margin: 0 0 24px;
    color: #ffffff;
    font-family: Montserrat-bold, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    text-transform: none;
}

.page-template-funnel-2026 .f26-contact-section__social-block .title,
.funnelpages-template-funnel-2026 .f26-contact-section__social-block .title {
    margin-bottom: 16px;
    font-family: Poppins-bold, Poppins, sans-serif;
    font-size: 14px;
    line-height: 18px;
}

.page-template-funnel-2026 .f26-contact-section__details .contact-info,
.funnelpages-template-funnel-2026 .f26-contact-section__details .contact-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.page-template-funnel-2026 .f26-contact-section__details .info-row,
.funnelpages-template-funnel-2026 .f26-contact-section__details .info-row {
    display: flex;
    gap: 20px;
    margin: 0;
}

.page-template-funnel-2026 .f26-contact-section__details .left,
.page-template-funnel-2026 .f26-contact-section__details .right,
.page-template-funnel-2026 .f26-contact-section__details .right a,
.page-template-funnel-2026 .f26-contact-section__details .right p,
.funnelpages-template-funnel-2026 .f26-contact-section__details .left,
.funnelpages-template-funnel-2026 .f26-contact-section__details .right,
.funnelpages-template-funnel-2026 .f26-contact-section__details .right a,
.funnelpages-template-funnel-2026 .f26-contact-section__details .right p {
    margin: 0;
    color: #ffffff;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}

.page-template-funnel-2026 .f26-contact-section__details .left,
.funnelpages-template-funnel-2026 .f26-contact-section__details .left {
    flex: 0 0 80px;
}

.page-template-funnel-2026 .f26-contact-section__details .right,
.funnelpages-template-funnel-2026 .f26-contact-section__details .right {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.page-template-funnel-2026 .f26-contact-section__details a,
.funnelpages-template-funnel-2026 .f26-contact-section__details a {
    text-decoration: none;
}

.page-template-funnel-2026 .f26-contact-section__details a:hover,
.page-template-funnel-2026 .f26-contact-section__details a:focus,
.funnelpages-template-funnel-2026 .f26-contact-section__details a:hover,
.funnelpages-template-funnel-2026 .f26-contact-section__details a:focus {
    text-decoration: underline;
}

.page-template-funnel-2026 .f26-contact-section__details .social,
.funnelpages-template-funnel-2026 .f26-contact-section__details .social {
    list-style: none;
    display: flex;
    gap: 32px;
    margin: 0;
    padding: 0;
}

.page-template-funnel-2026 .f26-contact-section__details .social li,
.funnelpages-template-funnel-2026 .f26-contact-section__details .social li {
    margin: 0;
}

.page-template-funnel-2026 .f26-contact-section__details .social a,
.funnelpages-template-funnel-2026 .f26-contact-section__details .social a {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 20px;
    text-align: center;
    color: #abbdde;
    transition: opacity 0.3s ease;
}

.page-template-funnel-2026 .f26-contact-section__details .social i,
.funnelpages-template-funnel-2026 .f26-contact-section__details .social i {
    width: 24px;
    height: 24px;
    display: inline-block;
    color: #ffffff;
}

.page-template-funnel-2026 .f26-contact-section__details .social a:hover,
.page-template-funnel-2026 .f26-contact-section__details .social a:focus,
.funnelpages-template-funnel-2026 .f26-contact-section__details .social a:hover,
.funnelpages-template-funnel-2026 .f26-contact-section__details .social a:focus {
    opacity: 0.82;
}

.page-template-funnel-2026 .f26-contact-section__details .allied-facebook,
.page-template-funnel-2026 .f26-contact-section__details .allied-youtube,
.funnelpages-template-funnel-2026 .f26-contact-section__details .allied-facebook,
.funnelpages-template-funnel-2026 .f26-contact-section__details .allied-youtube {
    background-color: #ffffff;
    background: #abbdde;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.page-template-funnel-2026 .f26-contact-section__details .allied-facebook,
.page-template-funnel-2026 .f26-contact-section__details .allied-youtube,
.funnelpages-template-funnel-2026 .f26-contact-section__details .allied-facebook,
.funnelpages-template-funnel-2026 .f26-contact-section__details .allied-youtube {
    -webkit-mask-size: 20px 20px;
    mask-size: 20px 20px;
}

.page-template-funnel-2026 .f26-contact-section__details .fa-linkedin,
.funnelpages-template-funnel-2026 .f26-contact-section__details .fa-linkedin {
    background: #abbdde;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 20px;
    color: #1c3667 !important;
    font-size: 15px;
}

.page-template-funnel-2026 .f26-contact-section__details .allied-facebook,
.funnelpages-template-funnel-2026 .f26-contact-section__details .allied-facebook {
    -webkit-mask-image: url(../images/img2022/Facebook.svg);
    mask-image: url(../images/img2022/Facebook.svg);
}

.page-template-funnel-2026 .f26-contact-section__details .allied-youtube,
.funnelpages-template-funnel-2026 .f26-contact-section__details .allied-youtube {
    -webkit-mask-image: url(../images/img2022/Youtube.svg);
    mask-image: url(../images/img2022/Youtube.svg);
}
#admin-hero{
       padding-top: 64px;
}
@media screen and (max-width: 1023px) {
    .page-template-funnel-2026 .f26-contact-section,
    .funnelpages-template-funnel-2026 .f26-contact-section {
        padding-bottom: 48px;
    }

    .page-template-funnel-2026 .f26-contact-section__grid,
    .funnelpages-template-funnel-2026 .f26-contact-section__grid {
        grid-template-columns: 1fr;
    }

    .page-template-funnel-2026 .f26-contact-section__form,
    .page-template-funnel-2026 .f26-contact-section__details,
    .funnelpages-template-funnel-2026 .f26-contact-section__form,
    .funnelpages-template-funnel-2026 .f26-contact-section__details {
        padding: 32px 20px;
    }

    .page-template-funnel-2026 .f26-contact-accordion.getaquote-style,
    .page-template-funnel-2026 .f26-contact-accordion .accordion-content,
    .funnelpages-template-funnel-2026 .f26-contact-accordion.getaquote-style,
    .funnelpages-template-funnel-2026 .f26-contact-accordion .accordion-content {
        max-width: none;
    }

    .page-template-funnel-2026 .f26-contact-section__details .title,
    .funnelpages-template-funnel-2026 .f26-contact-section__details .title {
        font-size: 26px;
        line-height: 32px;
    }

    .page-template-funnel-2026 .f26-contact-section__details .info-row,
    .funnelpages-template-funnel-2026 .f26-contact-section__details .info-row {
        flex-direction: column;
        gap: 4px;
    }

    .page-template-funnel-2026 .f26-contact-section__details .left,
    .funnelpages-template-funnel-2026 .f26-contact-section__details .left {
        flex-basis: auto;
    }
}

.page-template-funnel-2026 #turn,
.funnelpages-template-funnel-2026 #turn {
    background: #0a3370 !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.page-template-funnel-2026 #turn > .grve-container,
.funnelpages-template-funnel-2026 #turn > .grve-container {
    max-width: 1392px;
    padding-left: 120px;
    padding-right: 120px;
}

.page-template-funnel-2026 #turn .grve-row,
.funnelpages-template-funnel-2026 #turn .grve-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.page-template-funnel-2026 #turn .grve-row > .grve-column,
.funnelpages-template-funnel-2026 #turn .grve-row > .grve-column {
    float: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.page-template-funnel-2026 #turn .grve-row > .grve-column-1-3:first-child,
.funnelpages-template-funnel-2026 #turn .grve-row > .grve-column-1-3:first-child {
    flex: 1 1 auto;
    width: auto;
}

.page-template-funnel-2026 #turn .grve-row > .grve-column-1-3:nth-child(2),
.funnelpages-template-funnel-2026 #turn .grve-row > .grve-column-1-3:nth-child(2) {
    display: none;
}

.page-template-funnel-2026 #turn .grve-row > .grve-column-1-3:last-child,
.funnelpages-template-funnel-2026 #turn .grve-row > .grve-column-1-3:last-child {
    flex: 0 0 auto;
    width: auto;
}

.page-template-funnel-2026 #turn .grve-text,
.funnelpages-template-funnel-2026 #turn .grve-text {
    margin-bottom: 0;
}

.page-template-funnel-2026 #turn h2,
.page-template-funnel-2026 #turn h2 span,
.funnelpages-template-funnel-2026 #turn h2,
.funnelpages-template-funnel-2026 #turn h2 span {
    margin: 0 !important;
    color: #ffffff !important;
    font-family: Montserrat-bold, sans-serif !important;
    font-size: 32px !important;
    line-height: 40px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.page-template-funnel-2026 #turn .mega_uae_btn_346,
.page-template-funnel-2026 #turn [class*="mega_uae_btn_"],
.funnelpages-template-funnel-2026 #turn .mega_uae_btn_346,
.funnelpages-template-funnel-2026 #turn [class*="mega_uae_btn_"] {
    display: flex !important;
    justify-content: flex-end !important;
}

.page-template-funnel-2026 #turn .maw_advanced_btn,
.funnelpages-template-funnel-2026 #turn .maw_advanced_btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 56px;
    padding: 12px 64px !important;
    border: 0 !important;
    border-radius: 4px !important;
    background: #ffc043 !important;
    color: #242628 !important;
    font-family: Montserrat-semibold, Montserrat, sans-serif !important;
    font-size: 19px !important;
    line-height: 1.25 !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
    box-shadow: none !important;
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.page-template-funnel-2026 #turn .maw_advanced_btn:hover,
.page-template-funnel-2026 #turn .maw_advanced_btn:focus,
.funnelpages-template-funnel-2026 #turn .maw_advanced_btn:hover,
.funnelpages-template-funnel-2026 #turn .maw_advanced_btn:focus {
    background: #f2aa19 !important;
    color: #242628 !important;
    text-decoration: none !important;
    transform: translateY(-1px);
}

@media screen and (max-width: 1023px) {
    .page-template-funnel-2026 #turn,
    .funnelpages-template-funnel-2026 #turn {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }

    .page-template-funnel-2026 #turn > .grve-container,
    .funnelpages-template-funnel-2026 #turn > .grve-container {
        padding-left: 32px;
        padding-right: 32px;
    }

    .page-template-funnel-2026 #turn .grve-row,
    .funnelpages-template-funnel-2026 #turn .grve-row {
        flex-direction: column;
        justify-content: center;
        gap: 12px;
    }

    .page-template-funnel-2026 #turn .grve-row > .grve-column-1-3:first-child,
    .page-template-funnel-2026 #turn .grve-row > .grve-column-1-3:last-child,
    .funnelpages-template-funnel-2026 #turn .grve-row > .grve-column-1-3:first-child,
    .funnelpages-template-funnel-2026 #turn .grve-row > .grve-column-1-3:last-child {
        width: 100%;
        flex: 0 0 auto;
    }

    .page-template-funnel-2026 #turn h2,
    .page-template-funnel-2026 #turn h2 span,
    .funnelpages-template-funnel-2026 #turn h2,
    .funnelpages-template-funnel-2026 #turn h2 span {
        text-align: center !important;
    }

    .page-template-funnel-2026 #turn .mega_uae_btn_346,
    .page-template-funnel-2026 #turn [class*="mega_uae_btn_"],
    .funnelpages-template-funnel-2026 #turn .mega_uae_btn_346,
    .funnelpages-template-funnel-2026 #turn [class*="mega_uae_btn_"] {
        justify-content: center !important;
    }

    .page-template-funnel-2026 #turn .maw_advanced_btn,
    .funnelpages-template-funnel-2026 #turn .maw_advanced_btn {
        width: 100%;
        padding-left: 24px !important;
        padding-right: 24px !important;
        white-space: normal;
    }
}
