.sc-newsletter-row {
    border: 1px solid #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 43px 24px;
    border-radius: 24px;
}
.sc-newsletter-title, .sc-newsletter-description, .sc-newsletter-row input {
    font-family: 'Alexandria', sans-serif;
}
.sc-newsletter-title {
    font-size: 24px !important;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 5px;
    font-family: "Bricolage Grotesque";
}
p.sc-footer-labels {
   font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    font-family: "Bricolage Grotesque";
}
.sc-newsletter-description {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 !important;
    font-family: 'DM Sans', sans-serif;
}
.sc-newsletter-wrap {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    width: 500px;
    max-width: 100%;
    justify-content: space-between;
}
.sc-newsletter-row .elementor-field-type-recaptcha_v3 {
    display: none;
}

.sc-footer {
    background-color: #464646 !important;
    padding-top: 60px;
}

.sc-footer__content {
    padding: 50px 0 40px;
}
.sc-footer__content p {
    margin: 10px 0 30px;
}
.sc-footer__appstore-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.sc-footer__appstore-column {
    display: flex;
    align-items: center;
    gap: 10px;
}
.sc-footer__appstore-row .sc-footer__appstore-column:last-child {
    grid-column: 1 / -1;
}
.sc-footer__appstore-column a {
    display: block;
}

.sc-footer__menu {
    display: grid;
    gap: 40px;
}

.sc-footer ul{
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
.sc-footer h3 {
    font-family: 'Alexandria', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #333;
    margin-top: 0;
}
.sc-footer-icon-gap {
    display: flex;
    gap: 20px;
}
.sc-footer__menu ul li {
    margin-bottom: 15px;
}
.sc-footer__menu a, .sc-footer__menu a:visited { 
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
}
.sc-copyright {
    border-top: 1.5px solid #D0D5DD;
    margin-top: 40px;
    padding: 35px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.footer_logo {
    width: 100%;
    background: white;
    display: none;
    justify-content: center;
	overflow:hidden;
}
#brxe-263f3f {
	width: 600px !important;
}
#brxe-263f3f .form-group input {
    font-family: "DM sans";
}

#brxe-263f3f .form-group input:focus {
    outline:none;
}

/* Button ke span.text ko relative aur inline-flex banana taake arrow sahi align ho */
.bricks-button .text {
  display: inline-flex;
  align-items: center;
  gap: 8px; /* Arrow aur text ke darmiyan gap */
}

/* CSS ::after pseudo-element se WHITE right arrow SVG add karna */
.bricks-button .text::after {
  /* stroke='%23FFFFFF' lagane se color white ho gaya hai */
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='%23FFFFFF'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M13.5 4.5L21 12m0 0l-7.5 7.5M21 12H3'/%3E%3C/svg%3E");
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  transition: transform 0.2s ease;
}

/* Hover par arrow ko rotate karne ke liye */
.bricks-button:hover .text::after {
  transform: rotate(-45deg);
}

.sc-newsletter-row button {
    background: #FF6900 !important;
    color: #fff !important;
    border-radius: 10px !important;
    box-shadow: 3px 3px 0 0 #464646;
    border: 1px solid #464646;
    font-family: "Bricolage Grotesque";
    gap: 12px;
    transition: 0.3s;
    margin-right: 2px;
}

.sc-newsletter-row button:hover {
    background: #EC6201 !important;
}

.sc-newsletter-row button:active {
    box-shadow: none;
}

.footer_logo img {
    max-width: 1800px;
	width:100%;
}
.copyright-links {
    display: flex;
    gap: 40px;
}
.copyright-nav {
    display: flex;
    gap: 40px;
}
.sc-copyright p, .sc-copyright a {
color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    font-family: 'DM sans', sans-serif;
    margin: 0 !important;
}
.sc-copyright p {
    margin-bottom: 5px;
}
.sc-copyright p:last-child {
    margin-bottom: 0;
}
#ast-scroll-top .ast-icon.icon-arrow svg {
    width: inherit
}
ul.sc-footer-social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.sc-footer-social-links svg {
    fill: #737373;
}
.sc-footer-partner-column:not(:last-child) {
    border-right: 1.5px solid #E0E0E0;
    padding-right: 20px;
}

.sc-newsletter-row .elementor-form-fields-wrapper {
    display: flex;
    width: 500px !important;
    max-width: 100% !important;
    flex-wrap: nowrap;
    align-items: center;
}
.sc-newsletter-row input {
    border-radius: 12px 0 0 12px !important;
    padding: 15px 0 15px 20px;
}
.sc-newsletter-row .e-form__buttons {
    width: 100px;
    background: #fff !important;
    padding: 5px;
    border-radius: 0 10px 10px 0;
}
.sc-newsletter-row button{
    background: #f16a21 !important;
    border: none !important;
    color: #fff !important;
    border-radius: 10px !important;
}

@media(min-width: 1025px) {
    .sc-footer__menu {
        grid-template-columns: 256fr 262fr 200fr 387fr 333fr 349fr;
    }
   
    
}
@media(max-width: 1024px) {
    .sc-footer__appstore-row {
        max-width: 360px;
        margin: auto;
    }
 .copyright-links {
        display: block;
    }
    .sc-footer__appstore-row {
        row-gap: 20px;
    }
    .sc-newsletter-row {
        row-gap: 20px;
        padding: 20px;
    }
    .sc-newsletter-wrap {
        width: 100%
    }
    .sc-newsletter-wrap p {
        display: block;
    }
    .sc-footer-social-links {
        margin-bottom: 20px !important;
    }
    .sc-newsletter-wrap {
        display: block;
        background: transparent;
    }
    input.sc-newsletter-input {
        width: 100%;
        padding: 10px;
        height: auto;
    }
    input.sc-newsletter-submit {
        width: 100%;
        margin-top: 20px;
    }
    .sc-newsletter-column {
        width: 100%;
    }
}

@media (max-width: 620px) {
	._bonusVariantContentUpgrade.has-image .all-content-wrapper {
    display: block !important;
}
._bonusVariantContentUpgrade.has-image .image-wrapper {
    width: 100%;
    padding-right: 0;
}
._bonusVariantContentUpgrade.has-image .text-wrapper {
    width: 100%;
    margin-top: 30px;
}
	

}



/* shortcodes style should be move later custom plugin */
.wellows-cta {
    margin: 1.25rem 0;
    outline: 1px solid dotted;
}

.wellows-cta__link {
  background: var(--cta-bg, #0554F2);
  color: var(--cta-color, #fff);
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  outline: 2px dashed red;
  outline-offset: 5px;
}


.wellows-highlighter {
    padding: 1rem;
    border-radius: 6px;
    background: #f3f9ff;
    border-left: 4px solid #0554F2;
    margin: .75rem 0;
}

.wellows-highlighter  ul {
    padding-left: 20px;
}

/* ============================================================================
   V2 NEO-BRUTALIST FOOTER — appended block, 2026-07.
   Everything above this line is FROZEN legacy: campaign templates (page-v1/
   page-v2/page-spotlight/offers/competitor) hardcode inline footers reusing
   the unscoped class names, and public/dist/offers-style.css references them.
   All rules here are scoped under .sc-footer--v2 (emitted by footer-nav.php).
   Dark-page variant = .sc-footer--dark (engagement-tool + seasonal pricing).
   px only — parent theme sets html{font-size:10px}, rem is poisoned.
   !important is used ONLY to beat inventoried legacy !important declarations
   (footer bg :48, button block :159/:239, input radius :230) and the stale
   dark-page nth-child hacks (neutralized below, no-!important rules).
   ========================================================================= */

.sc-footer--v2 {
    background-color: #fcfaf4 !important; /* legacy :48 is !important */
    border-top: 1.5px solid #464646;
    padding-top: 64px;
}
.sc-footer--v2 .se-container {
    /* V2 container recipe: 1416px content + 2x24px padding */
    max-width: 1464px;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: auto;
    margin-right: auto;
}

/* --- Newsletter card ----------------------------------------------------- */
.sc-footer--v2 .sc-newsletter-row {
    position: relative; /* anchors navigation.php's absolute .message.success */
    background: #ffffff;
    border: 1.5px solid #464646;
    border-radius: 24px;
    box-shadow: 4px 4px 0 0 #464646;
    padding: 40px 48px;
}
.sc-footer--v2 .sc-newsletter-title {
    color: #464646;
    font-family: "Bricolage Grotesque", "Alexandria", sans-serif;
}
.sc-footer--v2 .sc-newsletter-description {
    color: #666666;
    font-size: 16px;
}
.sc-footer--v2 .sc-newsletter-row input {
    background: #ffffff;
    border: 1.5px solid #464646 !important;
    border-radius: 12px 0 0 12px !important; /* legacy :230 is !important */
    color: #464646;
    height: 52px; /* V2 control height — must equal the button's */
    border-radius: 12px !important; /* full radius — detached pair, overrides the 12 0 0 12 above */
}
.sc-footer--v2 .sc-newsletter-row input::placeholder {
    color: #8a8a8a;
}
.sc-footer--v2 .sc-newsletter-row .e-form__buttons {
    background: transparent !important; /* legacy :234 white chip */
}
/* Subscribe button — resolves the legacy :159 vs :239 cascade conflict. */
.sc-footer--v2 .sc-newsletter-row button {
    background: #ff6900 !important;
    color: #ffffff !important;
    border: 1px solid #464646 !important; /* legacy :241 border:none !important */
    border-radius: 12px !important;
    box-shadow: 3px 3px 0 0 #464646;
    font-family: "Bricolage Grotesque", "Alexandria", sans-serif;
    font-weight: 700;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.3s;
    height: 52px; /* V2 control height — must equal the input's */
    padding-top: 0;
    padding-bottom: 0;
    margin: 0; /* neutralize legacy margin-right: 2px */
}
/* Detached pair: 12px gap between input and button. Margin on the submit
   wrapper, NOT flex gap on the form — the middle (captcha) form-group is
   display:flex width:0, so a form-level gap would double to 24px. */
.sc-footer--v2 .sc-newsletter-row .submit-button-wrapper {
    margin-left: 12px !important; /* Bricks element CSS is #brxe-scoped (1,0,0) */
}
@media (max-width: 640px) {
    /* Stacked mobile form: full-row input, full-width button below.
       (Default is nowrap — the input was squeezed to ~126px at 375px.) */
    .sc-footer--v2 .sc-newsletter-row form.brxe-form {
        flex-wrap: wrap !important;
    }
    .sc-footer--v2 .sc-newsletter-row form.brxe-form .form-group:first-child {
        flex: 1 1 100% !important;
    }
    .sc-footer--v2 .sc-newsletter-row .submit-button-wrapper {
        margin: 12px 0 0 !important;
        width: 100% !important;
    }
    .sc-footer--v2 .sc-newsletter-row .submit-button-wrapper button {
        width: 100%;
    }
}
.sc-footer--v2 .sc-newsletter-row button:hover {
    background: #ec6201 !important;
    transform: translate(2px, 2px);
    box-shadow: 1px 1px 0 0 #464646;
}
.sc-footer--v2 .sc-newsletter-row button:active {
    transform: translate(3px, 3px);
    box-shadow: none;
}
.sc-footer--v2 .sc-newsletter-row button:focus-visible {
    outline: 2px solid #464646;
    outline-offset: 2px;
}

/* --- Link columns -------------------------------------------------------- */
.sc-footer--v2 p.sc-footer-labels {
    color: #464646;
    font-size: 18px;
    font-family: "Bricolage Grotesque", "Alexandria", sans-serif;
    font-weight: 700;
}
.sc-footer--v2 .sc-footer__menu a,
.sc-footer--v2 .sc-footer__menu a:visited {
    color: #666666;
    font-size: 15px;
    font-family: 'DM Sans', sans-serif;
    text-decoration: none;
}
.sc-footer--v2 .sc-footer__menu a:hover,
.sc-footer--v2 .sc-footer__menu a:focus-visible {
    color: #464646;
    text-decoration: underline;
    text-decoration-color: #ff6900;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}
.sc-footer--v2 .sc-footer__menu a:focus-visible {
    outline: 2px solid #464646;
    outline-offset: 2px;
    border-radius: 2px;
}
.sc-footer--v2 .sc-footer__menu > li > ul > li {
    margin-bottom: 12px;
}
.sc-footer--v2 .sc-footer__content {
    padding: 56px 0 40px;
}
.sc-footer--v2 .sc-footer__content p {
    margin: 8px 0 20px;
}
/* Responsive columns: legacy keeps its 6-col template >1024px; below that
   legacy stacked ALL six lists in one column — replace with 3/2 grids. */
@media (min-width: 641px) and (max-width: 1024px) {
    .sc-footer--v2 .sc-footer__menu {
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
    }
}
@media (max-width: 640px) {
    .sc-footer--v2 .sc-footer__menu {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .sc-footer--v2 .sc-footer__menu a {
        overflow-wrap: anywhere;
    }
    .sc-footer--v2 .sc-newsletter-row {
        padding: 24px;
    }
}

/* --- Partner logos + store badges ---------------------------------------- */
/* Widths formerly inline styles; filter hacks removed (source PNGs are dark
   — pixel-verified — and render correctly on cream). */
.sc-footer--v2 .sc-partner-logo { height: auto; }
.sc-footer--v2 .sc-partner-logo--meta   { width: 88px; }
.sc-footer--v2 .sc-partner-logo--aws    { width: 178px; }
.sc-footer--v2 .sc-partner-logo--tiktok { width: 138px; }
.sc-footer--v2 .sc-footer-partner-column:not(:last-child) {
    border-right: 1.5px solid rgba(70, 70, 70, 0.25);
    padding-right: 20px;
}
.sc-footer--v2 .sc-footer-badge { height: auto; }
.sc-footer--v2 .sc-footer-badge--chrome   { width: 150px; }
.sc-footer--v2 .sc-footer-badge--play     { width: 137px; }
.sc-footer--v2 .sc-footer-badge--appstore { width: 137px; }

/* --- Social icons (inline currentColor SVGs) ------------------------------ */
.sc-footer--v2 .sc-footer-social-links {
    color: #464646;
    flex-wrap: wrap; /* 9 fixed-size icons overflow 375px viewports otherwise */
}
@media (max-width: 640px) {
    .sc-footer--v2 .sc-footer-social-links {
        gap: 16px;
        row-gap: 12px;
    }
}
.sc-footer--v2 .sc-footer-social-links a {
    display: block;
    color: inherit;
    transition: color 0.2s ease, transform 0.2s ease;
}
.sc-footer--v2 .sc-footer-social-links a:hover,
.sc-footer--v2 .sc-footer-social-links a:focus-visible {
    color: #ff6900;
    transform: translateY(-2px);
}
.sc-footer--v2 .sc-footer-social-links a:focus-visible {
    outline: 2px solid #464646;
    outline-offset: 3px;
    border-radius: 4px;
}
.sc-footer--v2 .sc-footer-social-icon {
    display: block;
    width: 26px;
    height: 26px;
    /* Fill is set directly (not via currentColor): legacy
       `.sc-footer-social-links svg { fill:#737373 }` outranks the
       presentation attribute, and dark pages hijack anchor `color` with
       their own !important rules — `fill` is the one channel no page-level
       CSS touches with !important. */
    fill: #464646 !important;
    transition: fill 0.2s ease;
}
.sc-footer--v2 .sc-footer-social-links a:hover .sc-footer-social-icon,
.sc-footer--v2 .sc-footer-social-links a:focus-visible .sc-footer-social-icon {
    fill: #ff6900 !important;
}
.sc-footer--v2.sc-footer--dark .sc-footer-social-icon {
    fill: #ffffff !important;
}
.sc-footer--v2.sc-footer--dark .sc-footer-social-links a:hover .sc-footer-social-icon,
.sc-footer--v2.sc-footer--dark .sc-footer-social-links a:focus-visible .sc-footer-social-icon {
    fill: #ff6900 !important;
}
/* Neutralize stale dark-page hacks (engagement-tool inline CSS + seasonal
   pricing CSS): Pinterest-glyph background painted behind li:nth-child(4)
   [now TikTok — pre-existing live bug] and invert() filters aimed at the
   old <img> icons. Those legacy files are intentionally untouched. */
.sc-footer--v2 .sc-footer-social-links li,
.sc-footer--v2 .sc-footer-social-links li a {
    filter: none !important;
    background: none !important;
    visibility: visible !important;
}

/* --- Copyright row -------------------------------------------------------- */
.sc-footer--v2 .sc-copyright {
    border-top: 1px solid rgba(70, 70, 70, 0.25);
    margin-top: 48px;
    padding: 28px 0 32px;
}
.sc-footer--v2 .sc-copyright .copyright-links p,
.sc-footer--v2 .sc-copyright .copyright-links a {
    color: #666666;
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
}
.sc-footer--v2 .sc-copyright .copyright-links a:hover,
.sc-footer--v2 .sc-copyright .copyright-links a:focus-visible {
    color: #464646;
    text-decoration: underline;
    text-decoration-color: #ff6900;
    text-underline-offset: 4px;
}

/* --- Dark variant (engagement-tool + seasonal pricing pages) -------------- */
/* Higher specificity than the pages' own .sc-footer !important rules, so the
   variant is consistent: ink shell, white text, white icons. */
.sc-footer--v2.sc-footer--dark {
    background-color: #464646 !important;
    border-top-color: rgba(255, 255, 255, 0.25);
}
.sc-footer--v2.sc-footer--dark .sc-newsletter-row {
    background: #565656;
    border-color: #ffffff;
    box-shadow: 4px 4px 0 0 #ffffff;
}
.sc-footer--v2.sc-footer--dark .sc-newsletter-title { color: #ffffff; }
.sc-footer--v2.sc-footer--dark .sc-newsletter-description { color: #e0e0e0; }
.sc-footer--v2.sc-footer--dark p.sc-footer-labels { color: #ffffff; }
.sc-footer--v2.sc-footer--dark .sc-footer__menu a,
.sc-footer--v2.sc-footer--dark .sc-footer__menu a:visited { color: #d8d8d8; }
.sc-footer--v2.sc-footer--dark .sc-footer__menu a:hover,
.sc-footer--v2.sc-footer--dark .sc-footer__menu a:focus-visible { color: #ffffff; }
.sc-footer--v2.sc-footer--dark .sc-footer-social-links { color: #ffffff; }
.sc-footer--v2.sc-footer--dark .sc-footer-social-links a:hover,
.sc-footer--v2.sc-footer--dark .sc-footer-social-links a:focus-visible { color: #ff6900; }
.sc-footer--v2.sc-footer--dark .sc-copyright { border-top-color: rgba(255, 255, 255, 0.25); }
.sc-footer--v2.sc-footer--dark .sc-copyright .copyright-links p,
.sc-footer--v2.sc-footer--dark .sc-copyright .copyright-links a { color: #d8d8d8; }
.sc-footer--v2.sc-footer--dark .sc-copyright .copyright-links a:hover { color: #ffffff; }
/* Partner logos are dark-on-transparent; force them light on the dark shell
   (replaces the pages' own brightness hacks, which are neutralized above
   only for social <li>s, not partner columns — but set explicitly anyway). */
.sc-footer--v2.sc-footer--dark .sc-partner-logo {
    filter: brightness(100);
}