:root {
    --dub-dark: #062B2F;
    --dub-deep: #073B3A;
    --dub-teal: #169B7C;
    --dub-teal-dark: #0F7F67;
    --dub-mint: #20D6B0;
    --dub-soft: #F5FBF9;
    --dub-white: #FFFFFF;
    --dub-text: #10201E;
    --dub-muted: #5C716D;
    --dub-border: #DDEBE7;
    --dub-gold: #D9A441;
    --dub-shadow: 0 18px 50px rgba(6, 43, 47, 0.14);
    --dub-radius: 22px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.dub-kashmir-lp {
    margin: 0;
    color: var(--dub-text);
    background: #fff;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1;
    padding-bottom: 82px;
}

body.dub-kashmir-lp img {
    max-width: 100%;
    height: auto;
}

.dub-container {
    width: min(100% - 32px, 1180px);
    margin-inline: auto;
}

.dub-header {
    position: absolute;
    top: 0;
    inset-inline: 0;
    z-index: 20;
    padding: 14px 0;
}

.dub-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}

.dub-logo {
    display: inline-flex;
    background: rgba(255,255,255,.96);
    padding: 8px 14px;
    border-radius: 999px;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.dub-logo img {
    width: 150px;
    height: auto;
}

.dub-header-actions {
    display: none;
}

.dub-hero {
    position: relative;
    min-height: auto;
    padding: 112px 0 44px;
    background: var(--dub-dark);
    overflow: hidden;
}

.dub-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dub-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(6,43,47,.92), rgba(6,43,47,.70) 48%, rgba(6,43,47,.92)),
        radial-gradient(circle at 18% 15%, rgba(32,214,176,.25), transparent 35%);
}

.dub-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 26px;
}

.dub-kicker {
    display: inline-flex;
    width: fit-content;
    color: var(--dub-mint);
    background: rgba(32,214,176,.13);
    border: 1px solid rgba(32,214,176,.32);
    padding: 7px 13px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
}

.dub-hero h1 {
    margin: 16px 0 12px;
    color: #fff;
    font-size: clamp(35px, 10vw, 66px);
    line-height: .98;
    letter-spacing: -0.055em;
}

.dub-hero-text {
    margin: 0;
    color: rgba(255,255,255,.91);
    font-size: 17px;
    max-width: 680px;
}

.dub-hero-highlight {
    margin-top: 16px;
    color: #fff;
    font-weight: 900;
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 16px;
    padding: 12px 14px;
    max-width: 680px;
}

.dub-trust-pills,
.dub-hero-inclusions,
.dub-mini-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.dub-trust-pills span,
.dub-hero-inclusions span,
.dub-mini-trust span {
    color: #fff;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    padding: 8px 12px;
    font-weight: 800;
    font-size: 14px;
}

.dub-hero-buttons {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.dub-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    padding: 14px 24px;
    border-radius: 999px;
    border: 1px solid transparent;
    text-decoration: none;
    font-weight: 900;
    font: inherit;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.dub-btn:hover {
    transform: translateY(-1px);
}

.dub-btn-primary {
    background: var(--dub-teal);
    color: #fff;
    box-shadow: 0 14px 34px rgba(22,155,124,.28);
}

.dub-btn-primary:hover {
    color: #fff;
    background: var(--dub-teal-dark);
}

.dub-btn-light {
    background: #fff;
    color: var(--dub-teal);
}

.dub-btn-light:hover {
    color: var(--dub-teal-dark);
    background: var(--dub-soft);
}

.dub-form-card,
.dub-cta-card,
.dub-popup-card {
    background: rgba(255,255,255,.98);
    border: 1px solid rgba(255,255,255,.45);
    border-radius: var(--dub-radius);
    box-shadow: var(--dub-shadow);
}

.dub-form-card {
    padding: 22px;
}

.dub-form-card h2,
.dub-cta-card h3,
.dub-popup-card h2 {
    margin: 0 0 8px;
    color: var(--dub-dark);
    font-size: 27px;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.dub-form-card p,
.dub-cta-card p,
.dub-popup-card p {
    margin: 0 0 16px;
    color: var(--dub-muted);
}

.dub-cf7-form {
    display: grid;
    gap: 12px;
}

.dub-form-field label {
    display: block;
    margin-bottom: 6px;
    color: var(--dub-dark);
    font-weight: 900;
    font-size: 13px;
}

.dub-cf7-form input,
.dub-cf7-form select,
.wpcf7-form input,
.wpcf7-form select {
    width: 100%;
    min-height: 50px;
    border: 1px solid var(--dub-border);
    border-radius: 14px;
    padding: 12px 14px;
    background: #fff;
    color: var(--dub-text);
    font-size: 16px;
    font-family: inherit;
    outline: none;
}

.dub-cf7-form input:focus,
.dub-cf7-form select:focus,
.wpcf7-form input:focus,
.wpcf7-form select:focus {
    border-color: var(--dub-teal);
    box-shadow: 0 0 0 4px rgba(22,155,124,.13);
}

.wpcf7-submit {
    width: 100%;
    min-height: 52px;
    border: 0 !important;
    border-radius: 999px !important;
    background: var(--dub-teal) !important;
    color: #fff !important;
    font-weight: 900;
    cursor: pointer;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7-response-output {
    margin: 12px 0 0 !important;
    border-radius: 12px;
    font-size: 13px;
}

.dub-trust-strip {
    background: var(--dub-soft);
    padding: 24px 0;
}

.dub-trust-grid {
    display: grid;
    gap: 12px;
}

.dub-trust-grid div,
.dub-info-grid article,
.dub-includes-grid article,
.dub-package-card,
.dub-steps-grid article,
.dub-review-grid article,
.dub-faq-list details {
    background: #fff;
    border: 1px solid var(--dub-border);
    border-radius: 18px;
}

.dub-trust-grid div {
    padding: 16px;
}

.dub-trust-grid strong,
.dub-trust-grid span {
    display: block;
}

.dub-trust-grid strong {
    color: var(--dub-dark);
}

.dub-trust-grid span {
    margin-top: 4px;
    color: var(--dub-muted);
    font-size: 14px;
}

.dub-section {
    padding: 56px 0;
}

.dub-soft {
    background: var(--dub-soft);
}

.dub-section-head {
    max-width: 780px;
    margin: 0 auto 28px;
    text-align: center;
}

.dub-section-head h2,
.dub-dark-cta h2,
.dub-final-cta h2 {
    margin: 12px 0 10px;
    color: var(--dub-dark);
    font-size: clamp(30px, 8vw, 46px);
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.dub-section-head p {
    margin: 0;
    color: var(--dub-muted);
    font-size: 17px;
}

.dub-info-grid,
.dub-includes-grid,
.dub-package-grid,
.dub-steps-grid,
.dub-review-grid {
    display: grid;
    gap: 16px;
}

.dub-info-grid article,
.dub-includes-grid article,
.dub-steps-grid article,
.dub-review-grid article {
    padding: 20px;
}

.dub-info-grid span,
.dub-includes-grid span,
.dub-steps-grid span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: var(--dub-soft);
    font-size: 24px;
    font-weight: 900;
}

.dub-info-grid h3,
.dub-includes-grid h3,
.dub-steps-grid h3 {
    margin: 14px 0 8px;
    color: var(--dub-dark);
    font-size: 20px;
    line-height: 1.15;
}

.dub-info-grid p,
.dub-includes-grid p,
.dub-steps-grid p,
.dub-review-grid p {
    margin: 0;
    color: var(--dub-muted);
}

.dub-package-card {
    overflow: hidden;
    box-shadow: 0 12px 34px rgba(6,43,47,.08);
    transition: transform .18s ease, box-shadow .18s ease;
}

.dub-package-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 50px rgba(6,43,47,.13);
}

.dub-package-img {
    aspect-ratio: 16 / 10;
    background: var(--dub-soft);
    overflow: hidden;
}

.dub-package-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dub-package-body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    min-height: 490px;
}

.dub-package-head {
    display: grid;
    gap: 12px;
}

.dub-package-card h3 {
    margin: 0;
    color: var(--dub-dark);
    font-size: 24px;
    line-height: 1.05;
    letter-spacing: -0.035em;
}

.dub-price {
    width: fit-content;
    background: linear-gradient(135deg, var(--dub-teal), var(--dub-teal-dark));
    color: #fff;
    border-radius: 18px;
    padding: 10px 14px;
}

.dub-price small,
.dub-price strong {
    display: block;
}

.dub-price small {
    opacity: .9;
    font-size: 12px;
}

.dub-price strong {
    font-size: 21px;
    line-height: 1.05;
}

.dub-duration {
    margin: 12px 0 0;
    color: var(--dub-gold);
    font-weight: 600;
}

.dub-badge {
    margin: 12px 0 10px;
    padding: 10px 12px;
    border-radius: 14px;
    background: #FFF8E7;
    border: 1px solid rgba(217,164,65,.35);
    color: var(--dub-dark);
    font-weight: 600;
}

.dub-included {
    margin: 0 0 10px;
    color: var(--dub-teal-dark);
    font-size: 14px;
    font-weight: 600;
}

.dub-covers {
    margin: 0 0 10px;
    color: var(--dub-muted);
    font-size: 16px;
}

.dub-package-card ul {
    margin: 0 0 18px;
    padding-left: 19px;
    color: var(--dub-text);
}

.dub-package-card li {
    margin-bottom: 7px;
}

.dub-btn-card {
    margin-top: auto;
    width: 100%;
    background: var(--dub-dark);
    color: #fff;
}

.dub-btn-card:hover {
    background: var(--dub-teal-dark);
}

.dub-package-note {
    max-width: 900px;
    margin: 20px auto 0;
    text-align: center;
    color: var(--dub-muted);
    font-size: 13px;
}

.dub-dark-cta {
    background:
        radial-gradient(circle at top left, rgba(32,214,176,.18), transparent 30%),
        var(--dub-dark);
    color: #fff;
}

.dub-mid-grid {
    display: grid;
    gap: 24px;
    align-items: center;
}

.dub-dark-cta h2,
.dub-dark-cta p {
    color: #fff;
}

.dub-dark-cta p {
    opacity: .9;
}

.dub-cta-card {
    padding: 22px;
}

.dub-cta-card .dub-btn {
    width: 100%;
    margin-top: 10px;
}

.dub-steps-grid span {
    border-radius: 999px;
    background: var(--dub-teal);
    color: #fff;
}

.dub-review-grid div {
    color: var(--dub-gold);
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.dub-review-grid strong {
    display: block;
    margin-top: 12px;
    color: var(--dub-dark);
}

.dub-faq-wrap {
    max-width: 900px;
}

.dub-faq-list {
    display: grid;
    gap: 10px;
}

.dub-faq-list details {
    overflow: hidden;
}

.dub-faq-list summary {
    cursor: pointer;
    padding: 16px 18px;
    min-height: 54px;
    color: var(--dub-dark);
    font-weight: 900;
    list-style: none;
}

.dub-faq-list summary::-webkit-details-marker {
    display: none;
}

.dub-faq-list summary::after {
    content: "+";
    float: right;
    color: var(--dub-teal);
    font-size: 22px;
}

.dub-faq-list details[open] summary::after {
    content: "–";
}

.dub-faq-list p {
    margin: 0;
    padding: 0 18px 18px;
    color: var(--dub-muted);
}

.dub-final-cta {
    padding: 60px 0;
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, rgba(6,43,47,.96), rgba(7,59,58,.95));
}

.dub-final-cta h2,
.dub-final-cta p {
    color: #fff;
}

.dub-final-cta p {
    max-width: 760px;
    margin: 0 auto 20px;
    opacity: .92;
}

.dub-final-cta .dub-btn {
    margin: 6px;
}

.dub-final-trust {
    margin-top: 18px !important;
    font-weight: 900;
}

.dub-footer {
    padding: 36px 0 100px;
    text-align: center;
    color: rgba(255,255,255,.78);
    background: #03191B;
}

.dub-footer img {
    width: 180px;
    height: auto;
    background: rgba(255,255,255,.96);
    padding: 8px 14px;
    border-radius: 999px;
    margin-bottom: 16px;
}

.dub-footer p {
    max-width: 820px;
    margin: 10px auto;
}

.dub-footer strong {
    color: #fff;
}

.dub-footer a {
    color: var(--dub-mint);
}

.dub-disclaimer {
    font-size: 12px;
    opacity: .75;
}

.dub-popup {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.dub-popup.is-open {
    display: flex;
}

.dub-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(3,25,27,.78);
    backdrop-filter: blur(5px);
}

.dub-popup-card {
    position: relative;
    z-index: 2;
    width: min(100%, 520px);
    max-height: calc(100dvh - 36px);
    overflow-y: auto;
    padding: 22px;
}

.dub-popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 999px;
    background: var(--dub-soft);
    color: var(--dub-dark);
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}

.dub-popup-card .dub-kicker {
    margin-right: 48px;
}

.dub-popup-card h2 {
    margin-top: 14px;
    padding-right: 42px;
}

.dub-mobile-sticky {
    position: fixed;
    inset-inline: 12px;
    bottom: 12px;
    z-index: 90;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px;
    background: rgba(255,255,255,.95);
    border: 1px solid var(--dub-border);
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(0,0,0,.18);
    backdrop-filter: blur(10px);
}

.dub-mobile-sticky a,
.dub-mobile-sticky button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border: 0;
    border-radius: 999px;
    text-decoration: none;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.dub-mobile-sticky a {
    background: #25D366;
    color: #fff;
}

.dub-mobile-sticky button {
    background: var(--dub-teal);
    color: #fff;
}

@media (min-width: 576px) {
    .dub-hero-buttons {
        grid-template-columns: max-content max-content;
    }

    .dub-trust-grid,
    .dub-info-grid,
    .dub-includes-grid,
    .dub-package-grid,
    .dub-steps-grid,
    .dub-review-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    body.dub-kashmir-lp {
        padding-bottom: 0;
    }

    .dub-logo img {
        width: 190px;
    }

    .dub-header-actions {
        display: flex;
        gap: 10px;
    }

    .dub-header-actions a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        padding: 10px 16px;
        border-radius: 999px;
        text-decoration: none;
        font-weight: 900;
    }

    .dub-phone {
        background: #fff;
        color: var(--dub-dark);
    }

    .dub-whatsapp {
        background: var(--dub-teal);
        color: #fff;
    }

    .dub-hero {
        min-height: 720px;
        padding: 126px 0 72px;
    }

    .dub-hero-grid {
        grid-template-columns: minmax(0, 1.08fr) minmax(330px, .72fr);
        align-items: center;
    }

    .dub-form-card,
    .dub-popup-card {
        padding: 28px;
    }

    .dub-mobile-sticky {
        display: none;
    }

    .dub-footer {
        padding-bottom: 42px;
    }
}

@media (min-width: 1024px) {
    .dub-container {
        width: min(100% - 48px, 1180px);
    }

    .dub-section {
        padding: 74px 0;
    }

    .dub-trust-grid,
    .dub-info-grid,
    .dub-steps-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .dub-includes-grid,
    .dub-package-grid,
    .dub-review-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .dub-mid-grid {
        grid-template-columns: 1fr .62fr;
    }

    .dub-package-body {
        min-height: 520px;
    }
}
.dub-thankyou-wrap {
    min-height: 100dvh;
    display: grid;
    place-items: center;
    padding: 32px 16px;
    background:
        linear-gradient(135deg, rgba(6,43,47,.92), rgba(7,59,58,.88)),
        url("https://campaign.dialusback.com/wp-content/uploads/2026/06/5.png") center / cover no-repeat;
}

.dub-thankyou-card {
    width: min(100%, 720px);
    padding: 28px;
    border-radius: 26px;
    background: rgba(255,255,255,.97);
    box-shadow: 0 24px 70px rgba(0,0,0,.22);
    text-align: center;
}

.dub-thankyou-logo {
    width: 190px;
    height: auto;
    margin-bottom: 18px;
}

.dub-thankyou-card h1 {
    margin: 16px 0 12px;
    color: var(--dub-dark);
    font-size: clamp(32px, 8vw, 48px);
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.dub-thankyou-card p {
    margin: 0 auto 18px;
    max-width: 600px;
    color: var(--dub-muted);
    font-size: 17px;
}

.dub-thankyou-summary {
    margin: 22px 0;
    padding: 18px;
    border-radius: 18px;
    background: var(--dub-soft);
    text-align: left;
}

.dub-thankyou-summary h2 {
    margin: 0 0 12px;
    color: var(--dub-dark);
    font-size: 22px;
}

.dub-thankyou-summary ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dub-thankyou-summary li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 0;
    border-bottom: 1px solid var(--dub-border);
    color: var(--dub-muted);
}

.dub-thankyou-summary li:last-child {
    border-bottom: 0;
}

.dub-thankyou-summary strong {
    color: var(--dub-dark);
}

.dub-thankyou-actions {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.dub-thankyou-small {
    margin-top: 18px !important;
    font-size: 13px !important;
    font-weight: 800;
    color: var(--dub-dark) !important;
}

@media (min-width: 576px) {
    .dub-thankyou-actions {
        grid-template-columns: 1fr 1fr;
    }

    .dub-thankyou-card {
        padding: 42px;
    }
}

/* ================================
   THANK YOU PAGE FINAL FIX
================================ */

body.dub-thankyou-page {
    margin: 0 !important;
    padding: 0 !important;
    background: #062B2F !important;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.dub-thankyou-page .dub-thankyou-wrap {
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 28px 16px !important;
    background:
        linear-gradient(135deg, rgba(6, 43, 47, 0.88), rgba(7, 59, 58, 0.82)),
        url("https://campaign.dialusback.com/wp-content/uploads/2026/06/5.png") center center / cover no-repeat !important;
}

body.dub-thankyou-page .dub-thankyou-card {
    width: min(100%, 720px) !important;
    margin: 0 auto !important;
    padding: 34px 22px !important;
    border-radius: 26px !important;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26) !important;
    text-align: center !important;
}

body.dub-thankyou-page .dub-thankyou-logo {
    width: 190px !important;
    height: auto !important;
    margin: 0 auto 18px !important;
    display: block !important;
}

body.dub-thankyou-page .dub-kicker {
    display: inline-flex !important;
    width: fit-content !important;
    margin: 0 auto 14px !important;
    color: #169B7C !important;
    background: #F5FBF9 !important;
    border: 1px solid #DDEBE7 !important;
    padding: 7px 14px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

body.dub-thankyou-page .dub-thankyou-card h1 {
    margin: 0 0 14px !important;
    color: #062B2F !important;
    font-size: clamp(30px, 7vw, 46px) !important;
    line-height: 1.05 !important;
    letter-spacing: -0.04em !important;
}

body.dub-thankyou-page .dub-thankyou-card p {
    max-width: 600px !important;
    margin: 0 auto 20px !important;
    color: #5C716D !important;
    font-size: 17px !important;
}

body.dub-thankyou-page .dub-thankyou-summary {
    margin: 24px 0 !important;
    padding: 20px !important;
    border-radius: 20px !important;
    background: #F5FBF9 !important;
    border: 1px solid #DDEBE7 !important;
    text-align: left !important;
}

body.dub-thankyou-page .dub-thankyou-summary h2 {
    margin: 0 0 14px !important;
    color: #062B2F !important;
    font-size: 22px !important;
}

body.dub-thankyou-page .dub-thankyou-summary ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.dub-thankyou-page .dub-thankyou-summary li {
    display: flex !important;
    justify-content: space-between !important;
    gap: 18px !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid #DDEBE7 !important;
    color: #5C716D !important;
}

body.dub-thankyou-page .dub-thankyou-summary li:last-child {
    border-bottom: 0 !important;
}

body.dub-thankyou-page .dub-thankyou-summary strong {
    color: #10201E !important;
}

body.dub-thankyou-page .dub-thankyou-actions {
    display: grid !important;
    gap: 12px !important;
    margin-top: 24px !important;
}

body.dub-thankyou-page .dub-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 52px !important;
    padding: 14px 24px !important;
    border-radius: 999px !important;
    text-decoration: none !important;
    font-weight: 900 !important;
    font-size: 16px !important;
    border: 1px solid transparent !important;
}

body.dub-thankyou-page .dub-btn-primary {
    background: #169B7C !important;
    color: #FFFFFF !important;
    box-shadow: 0 14px 34px rgba(22, 155, 124, 0.28) !important;
}

body.dub-thankyou-page .dub-btn-light {
    background: #FFFFFF !important;
    color: #169B7C !important;
    border-color: #169B7C !important;
}

body.dub-thankyou-page .dub-thankyou-small {
    margin-top: 20px !important;
    color: #062B2F !important;
    font-size: 13px !important;
    font-weight: 900 !important;
}

@media (min-width: 576px) {
    body.dub-thankyou-page .dub-thankyou-card {
        padding: 44px !important;
    }

    body.dub-thankyou-page .dub-thankyou-actions {
        grid-template-columns: 1fr 1fr !important;
    }
}