/* Normal */
@font-face {
    font-family: 'Century Gothic';
    src: url('https://www.billgosling.ai/assets/fonts/CenturyGothic.woff2') format('woff2'),
         url('https://www.billgosling.ai/assets/fonts/CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'Century Gothic';
    src: url('https://www.billgosling.ai/assets/fonts/CenturyGothic-Bold.woff2') format('woff2'),
         url('https://www.billgosling.ai/assets/fonts/CenturyGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Bold Italic */
@font-face {
    font-family: 'Century Gothic';
    src: url('https://www.billgosling.ai/assets/fonts/CenturyGothic-BoldItalic.woff2') format('woff2'),
         url('https://www.billgosling.ai/assets/fonts/CenturyGothic-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

/* Italic */
@font-face {
    font-family: 'Century Gothic';
    src: url('https://www.billgosling.ai/assets/fonts/CenturyGothic-Italic.woff2') format('woff2'),
         url('https://www.billgosling.ai/assets/fonts/CenturyGothic-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

:root {
    --yellow: #ffda39;
    --yellow-dim: rgba(255,218,57,0.12);
    --yellow-glow: rgba(255,218,57,0.25);
    --bg: #fff;
    --bg2: #f7f7f7;
    --bg3: #fff;
    --text: #111;
    --muted: #666;
    --border: rgba(0,0,0,0.08)
}

*,*::before,*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    color: var(--text);
    font-family: 'Century Gothic' !important;
    font-size: 16px;
    line-height: 1.7;
    background: radial-gradient(circle at 50% 40%, rgb(11 21 43 / 35%) 0%, rgba(13, 13, 13, 0) 60%), linear-gradient(180deg, #050505 0%, #0d0d0d 50%, #050505 100%);
    overflow-x: hidden;
    var(--surface), var(--bg))}

nav {
    max-width: 1200px;
    margin: auto;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px;
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--border)
}

#pain .hero-video-overlay {
    background-color: #050505b8
}

.footer-col img {
    max-width: 124px;
    margin-bottom: 12px
}

.logo img {
    max-width: 135px;
    padding: 5px 0
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none
}

.logo-mark {
    width: 38px;
    height: 38px;
    background: var(--yellow);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Syne',sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: #000;
    letter-spacing: -1px
}

.logo-text {
    font-family: 'Syne',sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.02em
}

.logo-text span {
    color: var(--yellow)
}

p,h2,h3 {
    color: white !important
}
.privacy-policy .container {
  
    padding: 0;
    padding-top: 13px;
}
.nav-links {
    display: flex;
    align-items: center;
    gap: 36px;
    list-style: none
}
.section .section-title {
    padding-bottom: 7px !important;
}
.hero-main .hero-video-overlay {
   background: linear-gradient(45deg, #00000000 0%, #000 40%, rgb(0 0 0 / 85%) 50%, rgb(0 0 0 / 0%) 70%, rgba(0, 0, 0, 0) 100%);
}

.nav-links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.2s
}

.hero-main .hero-video-bg {
    left: 0
}
.active + .hamburger{
  display:none;
}

.nav-cta {
    background: var(--yellow);
    color: #000 !important;
    padding: 9px 22px;
    border-radius: 6px;
    font-weight: 600 !important;
    font-size: 13px !important;
    transition: opacity 0.2s !important
}
.close-btn { display: none; }

.nav-cta:hover {
    opacity: 0.85
}
#hero {
    padding-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    position: relative;
    overflow: hidden;
    position: relative
}

.hs-form * {
    box-sizing: border-box;
    color: white;
    list-style: none;
    font-size: 12px !important;
}
.s2-hover-icon{
  display:none;
}
.hero-main {
    padding-top: 0px;
    position: relative;
    padding-bottom: 57px;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
    margin: 0;
    display: inline;
    color: white
}

.hero-left {
    z-index: 2;
    max-width: 489px
}

#cta .hs-button {
    background: var(--yellow);
    color: #000 !important;
    padding: 9px 22px;
    border-radius: 6px;
    font-weight: 600 !important;
    font-size: 13px !important;
    transition: opacity 0.2s !important;
    margin-top: 20px;
    max-width: 150px;
    margin: auto;
    display: block;
    margin-top: 20px
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--yellow-dim);
    border: 1px solid rgba(255,218,57,0.3);
    border-radius: 100px;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 500;
    color: var(--yellow);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 32px;
    animation: fadeUp 0.8s ease both
}

.badge-dot {
    width: 6px;
    height: 6px;
    background: var(--yellow);
    border-radius: 50%;
    animation: pulse 2s infinite
}

.hero-h1 {
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.03em;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: #fff;
    margin-bottom: 24px;
    animation: fadeUp 0.8s 0.1s ease both;
    background: linear-gradient(90deg, #FFDA39, #A3E35E, #31BCAB, #00ADD2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #fff;
    margin-bottom: 24px;
    padding:5px 0;
    animation: fadeUp 0.8s 0.1s ease both;
    font-size: 51px
}

.hero-h1 em {
    font-style: normal;
    color: var(--yellow);
    position: relative
}

.hero-sub {
    font-size: 14px;
    color: #fff;
    line-height: 1.75;
    max-width: 480px;
    margin-bottom: 25px;
    font-weight: 300;
    animation: fadeUp 0.8s 0.2s ease both
}

.hero-cta-group {
    display: flex;
    align-items: center;
    gap: 20px;
    animation: fadeUp 0.8s 0.3s ease both
}

.btn-primary {
    background: var(--yellow);
    color: #000;
    padding: 14px 30px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 0.01em;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 0 0 0 var(--yellow-glow)
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px var(--yellow-glow)
}

.btn-ghost {
    color: var(--muted);
    font-size: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s
}

.btn-ghost:hover {
    color: #fff
}

.btn-ghost svg {
    width: 16px;
    height: 16px
}

.hero-stats {
    display: flex;
    gap: 40px;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid var(--border);
    animation: fadeUp 0.8s 0.4s ease both
}

.stat-val {
   
    font-size: 30px;
    font-weight: 800;
    color: var(--yellow)
}

.stat-label {
    font-size: 12px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-top: 2px
}

.hero-right {
    position: relative;
    height: 430px;
    display: flex;
    align-items: center;
    justify-content: center
}

#ai-canvas {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 300px;
    z-index: 1
}

.glow-orb {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    animation: breathe 5s ease-in-out infinite;
    z-index: 0
}

#pain {
    padding: 50px 0;
    background: var(--bg2);
    position: relative;
  text-align:center;
 
}

.section-eyebrow {
    font-size: 18px;
    font-weight: 800;
    color: #ffff;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 10px
}

.section-eyebrow+.section-title {
    background: linear-gradient(179deg, #FFDA39, #A3E35E, #31BCAB, #00ADD2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

#roi h2 {
    color: #fff
}

.section-title {
    color: #fff;
  padding:5px !important;
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 25px;
    font-size: 40px !important;
    background: linear-gradient(90deg, #FFDA39, #A3E35E, #31BCAB, #00ADD2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  line-height:1.1;
}
.news .section-title {
    font-size: 25px !important;
    margin-top: 17px;
}
.bgo-pain-section {
    background: #0a0a0a;
    padding: 50px 0px
}

.bgo-section-title {
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 500;
    color: #f0f0f0;
    margin-bottom: 48px;
    line-height: 1.2;
    max-width: 560px
}

.bgo-section-title span {
    background: linear-gradient(90deg, #FFDA39, #A3E35E, #31BCAB, #00ADD2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.bgo-pain-grid {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap
}

.bgo-pain-card {
   background: #0a0a0a;
    border-radius: 14px;
    border: 1px solid rgba(0, 173, 210, 0.2);
    box-shadow: !inherit !important;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    /* max-width: 352px; */
    padding: 12px 22px !important;
    margin-bottom: 6px;
}

.bgo-pain-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #00ADD2, #31BCAB);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 14px 0 0 14px
}

.bgo-pain-card.bgo-open {
    border-color: rgba(0, 173, 210, 0.5);
    box-shadow: 0 0 30px rgba(0, 173, 210, 0.25), 0 0 80px rgba(0, 173, 210, 0.12), 0 0 140px rgba(0, 173, 210, 0.07)
}

.bgo-pain-card.bgo-open::before {
    opacity: 1
}

.bgo-pain-header {
    padding: 22px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    user-select: none
}

.bgo-pain-title {
    font-size: 15px;
    font-weight: 500;
    color: #e0e0e0;
    letter-spacing: 0.2px;
    transition: color 0.3s ease
}

.bgo-pain-card.bgo-open .bgo-pain-title {
    background: linear-gradient(90deg, #00ADD2, #31BCAB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.bgo-pain-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    border: 1px solid rgba(0, 173, 210, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.4s ease
}

.bgo-pain-card.bgo-open .bgo-pain-icon {
    background: linear-gradient(135deg, #00ADD2, #31BCAB);
    border-color: transparent;
    transform: rotate(45deg)
}

.bgo-pain-icon svg {
    width: 12px;
    height: 12px;
    stroke: rgba(0, 173, 210, 0.8);
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    transition: stroke 0.3s ease
}

.bgo-pain-card.bgo-open .bgo-pain-icon svg {
    stroke: #fff
}

.bgo-pain-body-wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1)
}

.bgo-pain-card.bgo-open .bgo-pain-body-wrap {
    max-height: 200px
}

.bgo-pain-body {
    padding: 16px 28px 24px 28px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    color: rgba(200, 200, 220, 0.55);
    border-top: 1px solid rgba(0, 173, 210, 0.1)
}

.bgo-pain-card.bgo-open .bgo-pain-body {
    color: rgba(200, 200, 220, 0.65)
}

.how-right img {
    max-width: 600px
}

.site-footer {
    background-color: #080808;
    padding: 60px 20px 30px 20px;
  
    color: #fff
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%
}

.footer-content {
    max-width: 400px;
    margin-bottom: 50px
}

.footer-logo {
    width: auto;
    max-width: 200px;
    filter: brightness(200%) grayscale(100%);
    opacity: 0.8;
    margin-bottom: 15px
}

.footer-tagline {
    color: #94a3b8;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 25px;
        max-width: 490px;
}
.hs-richtext{
    margin-bottom: 15px;
}
.inquiry-title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.5px;
    margin-bottom: 5px
}

.inquiry-email {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease
}

.inquiry-email:hover {
    color: #ffda39
}

.hr-inquiry-box {
    margin-top: 30px;
    background-color: #1a1a1a;
    padding: 20px;
    border-left: 4px solid #ffda39;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3)
}

.hr-inquiry-box p {
    color: #cbd5e1;
    font-size: 13px;
    margin: 0 0 12px 0
}

.hr-button {
    display: inline-block;
    background-color: #ffda39;
    color: #080808;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease
}

.hr-button:hover {
    transform: translateY(-2px)
}

.footer-bottom {
    border-top: 1px solid #1e293b;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px
}

.copyright {
    color: #475569;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.footer-legal a {
    color: #64748b;
    font-size: 20px;
    text-decoration: none;
    margin-left: 15px;
    transition: color 0.3s ease
}
.container.hero-main{
    text-align: justify;
}
.address-row{
      display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
        text-align: left;
}
.address-col {
        flex-basis: 48%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    margin-bottom: 20px;
    padding: 20px;
}
.footer-legal a:hover {
    color: #ccc
}

.pain-card:hover::before {
    height: 70%
}

.pain-card:hover {
    background: #141414
}

.pain-num {
  
    font-size: 48px;
    font-weight: 800;
    color: rgba(255,218,57,0.08);
    line-height: 1;
    margin-bottom: 20px
}

.pain-title {
    font-size: 20px;
    font-weight: 700;
    color: #2F3E46
}

.pain-body {
    font-size: 14.5px;
    color: var(--muted);
    line-height: 1.8;
    font-weight: 300
}

#what {
    padding: 50px 0;
    background: var(--bg)
}

.what-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 16px
}

.what-card {
    background: var(--bg3);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 10px 20px;
    background: linear-gradient(91deg, #000 0%, #000 1%, #453f21 200%);
    transition: border-color 0.3s, transform 0.3s
}

.what-card:hover {
    border-color: rgba(255,218,57,0.4);
    transform: translateY(-4px)
}

.what-icon {
    width: 44px;
    height: 44px;
    background: var(--yellow-dim);
    border: 1px solid rgba(255,218,57,0.25);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 20px;
    display: none
}

.what-grid>:nth-last-child(2):nth-child(4n+1) {
    grid-column: 2
}

.what-title {
    color: #ffda39;
    font-size: 17px;
    font-weight: 700
}

.what-body {
    font-size: 13.5px;
    color: #fff;
    line-height: 1.8;
    font-weight: 300
}

#how .hero-video-bg video {
    opacity: 1
}

#how {
    padding: 50px 0;
      background: #050505;
    position: relative
}

#how .section-title {
    color: #fff
}

.how-left .how-item {
    display: flex;
    gap: 16px;
    margin-bottom: 12px;
    color: white;
    padding: 21px 15px
}

.how-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: center;
    margin-top: 10px
}

.how-item::after,.pain-card:after {
    content: "";
    position: absolute;
    top: 0;
    left: 20%;
    width: 60%;
    height: 2px;
    background: linear-gradient( 90deg, transparent, #F60, transparent )
}

.how-item {
    display: flex;
    gap: 24px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06), 0 12px 30px rgba(0,0,0,0.08);
    overflow: hidden
}

.how-item::before,.pain-card:before {
    content: "";
    position: absolute;
    top: 20%;
    width: 3px;
    height: 60%;
    background: linear-gradient( 180deg, transparent, #ffda39, transparent );
    padding: 10p
}

.how-step {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255,218,57,0.35);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
   
    font-size: 13px;
    font-weight: 700;
    color: var(--yellow);
    margin-top: 3px
}

.how-item-title {
    font-size: 18px;
    font-weight: 700;
    color: #ff
}

.how-item-body {
    font-size: 14px;
    color: #1a1a1a;
    line-height: 1.8;
    font-weight: 300
}

.how-right {
    position: relative
}

.how-visual {
    background: var(--bg3);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 48px 40px;
    position: relative;
    overflow: hidden
}

.how-visual::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255,218,57,0.12) 0%, transparent 70%);
    border-radius: 50%
}

.how-visual-label {
    font-size: 11px;
    font-weight: 600;
    color: var(--yellow);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 28px
}

.flow-row {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 12px
}

.flow-box {
    flex: 1;
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 12px;
    color: var(--text);
    text-align: center;
    font-weight: 500
}

.flow-box.highlight {
    background: var(--yellow-dim);
    border-color: rgba(255,218,57,0.3);
    color: var(--yellow)
}

.flow-arrow {
    width: 28px;
    text-align: center;
    font-size: 14px;
    color: var(--muted);
    flex-shrink: 0
}

.flow-connector {
    width: 1px;
    height: 20px;
    background: var(--border);
    margin: 0 auto 12px
}

#roi {
    padding: 50px 0;
    position: relative
}

.roi-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 20px
}

.roi-card {
    background: var(--bg3);
    padding: 0;
    text-align: left;
    transition: background 0.3s
}

.roi-icon {
    font-size: 32px;
    margin-bottom: 20px
}

.roi-title {
    font-size: 18px;
    font-weight: 700;
    color: #2F3E46;
    margin-bottom: 14px
}

.roi-body {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.8;
    font-weight: 300
}

#cta {
    border: 1px solid rgba(255,218,57,0.2);
    padding: 50px 0;
    position: relative;
    overflow: hidden
}

#cta::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 400px;
    background: radial-gradient(ellipse, rgba(255,218,57,0.08) 0%, transparent 70%);
    pointer-events: none
}

.cta-title {
    font-size: clamp(28px, 3.5vw, 48px);
    font-weight: 800;
    color: #fff;
    line-height: 1.12;
    letter-spacing: -0.03em;
    max-width: 640px;
    margin: 0 auto 20px
}

.cta-body {
    font-size: 16px;
    color: #fff;
    max-width: 520px;
    font-weight: 300;
    line-height: 1.75
}

.pro-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: gap 0.25s ease, opacity 0.25s ease;
    text-transform: uppercase
}

.card-3d:hover .pro-read-more {
    color: #ffda39 !important
}

footer {
    border-top: 1px solid var(--border);
    padding: 32px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.footer-copy {
    font-size: 13px;
    color: var(--muted)
}

.footer-copy span {
    color: var(--yellow)
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(24px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes pulse {
    0%,100% {
        opacity: 1;
        transform: scale(1)
    }

    50% {
        opacity: 0.5;
        transform: scale(1.5)
    }
}

@keyframes breathe {
    0%,100% {
        transform: scale(1);
        opacity: 0.8
    }

    50% {
        transform: scale(1.12);
        opacity: 1
    }
}

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0)
}

.pain-grid {
    display: flex;
    flex-direction: row !important;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between
}

.content-side {
    max-width: 100%;
    width: 100%
}

.bg-compact-section {
    padding: 60px 20px
}

.bg-compact-container {
    max-width: 1200px;
    margin: 0 auto
}

.bg-compact-tagline,.cta-title {
    font-weight: 900;
    font-size: 40px !important;
    margin-bottom: 30px;
    line-height: 1.2;
    text-align: center font-size: 40px !important;
    background: linear-gradient(90deg, #FFDA39, #A3E35E, #31BCAB, #00ADD2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.bg-compact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px
}

.bg-compact-card {
    position: relative;
    padding: 30px;
    border-radius: 16px;
    background: linear-gradient(243deg, #000 0%, #000 60%, #c5af51 200%);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.4s ease;
    border: 1px solid #222
}

.bg-compact-card:hover {
    transform: translateY(-8px);
    border-color: #c5af51;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2)
}

.bg-flex-header {
    display: flex;
    align-items: flex-start;
    gap: 15px
}

.bg-compact-icon {
    width: 20px;
    height: 20px;
    color: #c5af51;
    flex-shrink: 0;
    margin-top: 4px
}

.bg-compact-text {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #fff;
    margin: 0
}

.bg-compact-footer {
    position: relative;
    z-index: 2;
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid rgb(255 255 255 / 82%)
}

.bg-compact-source {
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #c5af51
}

.bg-compact-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.1;
    pointer-events: none
}

.bnk-section {
    background: white;
    padding: 50px 0
}

.bg-compact-section {
    background-color: #050505
}

.bg-compact-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%)
}

.heading-m {
    font-size: 42px;
    margin: 0px 0;
    color: #111;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px
}

.hr-section h4 {
    font-size: 1.15rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 12px
}

.hr-section h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 3px;
    background: #ffda39;
    border-radius: 2px
}

.hr-section ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.hr-section li {
    margin-bottom: 22px
}

.hr-section li span {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 6px
}

.category-badge {
    background: #FFD700;
    color: #333;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 15px;
    max-width: 141px;
    text-align: center
}

.post-content {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.post-content h3 {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 12px;
    color: #2d2d2d;
    font-weight: 700
}

.post-excerpt {
    color: #777;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px
}

.read-more-link {
    margin-top: auto;
    font-weight: 600;
    color: #4A4A4A;
    text-decoration: none;
    font-size: 0.9rem;
    display: flex;
    align-items: center
}

.tab-section {
    background-color: #000;
    padding: 80px 0;
    color: #fff;
    
}

.container {
    max-width: 1200px;
    padding:0 15px;
    margin: 0 auto
}

#roi .hero-video-bg video {
    opacity: 0.2 !important
}

.tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px
}

.tab-btn {
    background: #111;
    border: 1px solid #333;
    color: #888;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 30px
}

.tab-btn.active {
    color: #000;
    border-color: #fff
}

.logo-row ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px
}

.logo-row ul li {
    border: 1px solid #222;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 127px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8), 0 0 1px rgba(255, 255, 255, 0.1)
}

.logo-row svg {
    max-width: 80%;
    height: auto;
    opacity: 0.9;
    transition: opacity 0.3s ease
}

.logo-row ul li:hover svg {
    opacity: 1
}

.tab-content {
    display: none
}

.tab-content.active {
    display: block
}

.read-more-link::after {
    content: 'â†’';
    margin-left: 8px;
    transition: margin-left 0.3s ease
}

.blog-card:hover .read-more-link::after {
    margin-left: 15px
}

.custom-blog-header p {
    font-size: 1.2rem;
    max-width: 600px;
    line-height: 1.6;
    color: #f0f0f0
}

.item .badge {
    display: inline-block;
    text-align: center;
    color: black
}



.item {
    padding: 0 !important;
    border-radius: 0;
    min-height: 400px
}

.item>div {
    border-radius: 0 !important
}

.qi-industry-cards .card-3d:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.8), 0 0 30px rgba(255, 204, 0, 0.25)
}

.qi-industry-cards .card-3d:hover::before {
    opacity: 1
}

.qi-industry-cards .card-3d .content {
    position: relative;
    z-index: 1
}

.qi-industry-cards .card-3d h3 {
    color: #000;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px
}

.qi-industry-cards .card-3d:hover p {
    color: #fff
}

.hr-section li a {
    text-decoration: none;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1)
}

.contact-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    transition: transform 0.3s ease
}

.pain-grid img {
    max-height: 241px;
    object-fit: cover;
    margin-bottom: 20px
}

.pain-card:hover {
    background-color: #252525;
    border-color: #444;
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4)
}

.pain-num {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #888;
    margin-bottom: 24px;
    background-color: #252525
}

.pain-card:hover .pain-num {
    color: #fff
}

.pain-title {
    font-size: 1.35rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.3
}
.hero-main .hero-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  
    bottom: 0;
    right: 0;
}
.footer-col a{
color:#fff;
}
.hero-main video {
       filter: inherit;
    opacity: 1;
    width: 61% !important;
    position: absolute;
    right: 0;

}

.hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.hero-video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    /* filter:inherit !important; */

}

.card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    perspective: 1000px
}
.section {
  position: relative;
  overflow: hidden;

  padding:50px 0;
  background:
    radial-gradient(ellipse at 18% 55%, rgba(0,173,210,0.22), transparent 58%),
    radial-gradient(ellipse at 82% 18%, rgba(49,188,171,0.18), transparent 54%),
    radial-gradient(ellipse at 60% 90%, rgba(0,173,210,0.07), transparent 45%),
    #0a0a0a;
  border: 1px solid var(--b);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.04) inset,
    0 0 40px var(--g1),
    0 0 100px var(--g2),
    0 40px 80px rgba(0,0,0,0.6);
  margin: 0 !important;
    padding-top: 50px !important;
}

/* grid texture */
.section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.015) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
  z-index: 0;
}

/* top edge accent */
.section::after {
  content: '';
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,173,210,0.7) 40%, rgba(49,188,171,0.7) 60%, transparent);
  z-index: 2;
}

/* ambient orbs */
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(110px);
  pointer-events: none;
  animation: pulse 7s ease-in-out infinite alternate;
  z-index: 0;
}
.orb-1 { width: 420px; height: 420px; background: rgba(0,173,210,0.10); top: -120px; left: -80px; }
.orb-2 { width: 300px; height: 300px; background: rgba(49,188,171,0.09); bottom: -80px; right: 60px; animation-delay: -3.5s; }
@keyframes pulse {
  from { transform: scale(1) translate(0,0); opacity:0.8; }
  to   { transform: scale(1.12) translate(20px,15px); opacity:1; }
}

/* ── TOP CONTENT ── */
.top {
  position: relative;
  z-index: 1;
  display: block;
  grid-template-columns: 1fr 1fr;
 text-align: center;
  padding: 0;
}
.cards {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}


/* ── LEFT ── */


.badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  padding: 6px 16px 6px 8px;
  border-radius: 100px;
  border: 1px solid rgba(0,173,210,0.3);
  background: rgba(0,173,210,0.06);
  backdrop-filter: blur(6px);
}
.badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--c);
  box-shadow: 0 0 6px var(--c);
  animation: blink 2s ease-in-out infinite;
}
@keyframes blink { 0%,100%{opacity:1}50%{opacity:0.4} }
.badge-text {
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c);
}

.headline {
  
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 800;
  line-height: 1.03;
  color: #fff;
  letter-spacing: -0.03em;
}
.headline em {
  font-style: normal;
  background: linear-gradient(120deg, var(--c) 0%, var(--t) 55%, #5dd9cc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.h-line {
  width: 56px; height: 2px;
  background: linear-gradient(90deg, var(--c), var(--t));
  border-radius: 2px;
  margin: -8px 0;
}


.body-text b { color: rgba(255,255,255,0.82); font-weight: 500; }

.features { display: flex; flex-direction: column; gap: 11px; }
.feat {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13.5px;
  color: rgba(255,255,255,0.58);
  font-weight: 400;
}
.feat-dot {
  width: 5px; height: 5px;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--c), var(--t));
  box-shadow: 0 0 6px rgba(0,173,210,0.5);
}
/* The main container that splits left and right */
  .cards-grid-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 1000px;
    margin: 20px auto;
    
  }

  /* Vertical stack for the left side */
  .cards-left-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  /* Unified Card Design */
  .card {
    display: flex;
    align-items: center;
    padding: 25px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #eee;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    background: radial-gradient(ellipse at 20% 50%, rgba(0, 173, 210, 0.25), transparent 60%), radial-gradient(ellipse at 80% 20%, rgba(49, 188, 171, 0.2), transparent 55%), #0a0a0a !important;
    border: 1px solid rgba(0, 173, 210, 0.4);
    box-shadow: 0 0 30px rgba(0, 173, 210, 0.15), 0 0 80px rgba(49, 188, 171, 0.06);
  }

  .card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
  }

  /* Right side card adjustment to fill height */
  .card-right-side {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .icon-wrap {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }

  /* Centering icon for the large right card */
  .card-right-side .icon-wrap {
    margin: 0 auto 20px auto;
    width: 60px;
    height: 60px;
  }

  .card-body {
    flex-grow: 1;
  }

  .card-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
  }

  .card-chevron {
    margin-left: 10px;
  }
/* ── RIGHT CARDS ── */
.cards { display: flex; flex-direction: column; gap: 12px; }

.card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
  border-radius: 16px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  overflow: hidden;
  cursor: default;
  transition: border-color .4s, box-shadow .4s, transform .4s;
  border-color: rgba(0,173,210,0.32);
  box-shadow: 0 4px 28px rgba(0,173,210,0.09), 0 1px 0 rgba(0,173,210,0.12) inset;
  transform: translateX(5px);
}
.card::before {
  content: '';
  position: absolute;
  left: 0; top: 18%; bottom: 18%;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--c), var(--t));
  opacity: 1;
  transition: opacity .4s;
}
.card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(0,173,210,0.055) 0%, transparent 65%);
  opacity: 1;
  transition: opacity .4s;
}
.card:hover {
  border-color: rgba(0,173,210,0.32);
  box-shadow: 0 4px 28px rgba(0,173,210,0.09), 0 1px 0 rgba(0,173,210,0.12) inset;
  transform: translateX(5px);
}
.card:hover::before { opacity: 1; }
.card:hover::after  { opacity: 1; }

.icon-wrap {
  flex-shrink: 0;
  position: relative; z-index: 1;
  width: 46px; height: 46px;
  border-radius: 12px;
     background: linear-gradient(243deg, #000 0%, #000 60%, #c5af51 200%);
  border: 1px solid rgba(232,114,42,0.22);
  display: flex; align-items: center; justify-content: center;
  transition: background .4s, box-shadow .4s;
}
.card:hover .icon-wrap {
  background: rgba(232,114,42,0.18);
  box-shadow: 0 0 16px rgba(232,114,42,0.22);
}
.icon-wrap svg { width: 20px; height: 20px; }

.card-body { position: relative; z-index: 1; flex: 1; }
.card-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.92);
  line-height: 1.25;
}
.card-desc {
  font-size: 11.5px;
  color: rgba(255,255,255,0.32);
  margin-top: 4px;
  font-weight: 400;
}

.card-chevron {
  position: relative; z-index: 1;
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 8px;
  border: 1px solid rgba(0,173,210,0.2);
  display: flex; align-items: center; justify-content: center;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity .4s, transform .4s, border-color .4s;
}
.card:hover .card-chevron {
  opacity: 1;
  transform: translateX(0);
  border-color: rgba(0,173,210,0.45);
}
.card-chevron svg { width: 12px; height: 12px; }

/* ── DIVIDER ── */
.divider {
  position: relative; z-index: 1;
  margin: 0 64px;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(0,173,210,0.18) 30%, rgba(49,188,171,0.18) 70%, transparent 100%);
}
/* Container */
.banner {
  
  position: relative;
  overflow: hidden;
}

/* Center stairs */
.stairs {
  display: flex;
  flex-direction: column;
  align-items: center;
  perspective: 1200px;
}

/* Step */
.step {
  width: 420px;
  min-height: 110px;
  padding: 28px 30px;
  margin-bottom: 35px; /* space between steps */

  display: flex;
  align-items: center;
  gap: 22px;

  color: #fff;
  border-radius: 16px;

  background: linear-gradient(
    145deg,
    rgba(0, 173, 210, 0.08),
    rgba(0, 173, 210, 0.02)
  );

  border: 1px solid rgba(0, 173, 210, 0.5);

  box-shadow:
    0 20px 50px rgba(0, 173, 210, 0.25),
    0 10px 20px rgba(0, 0, 0, 0.6),
    inset 0 0 25px rgba(0, 173, 210, 0.1);

  backdrop-filter: blur(8px);

  position: relative;
  transform-style: preserve-3d;
  transform: perspective(800px) rotateX(12deg);
  transition: all 0.4s ease;
}

/* top face (light reflection) */
.step::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  right: 10px;
  height: 12px;
  background: linear-gradient(
    90deg,
    rgba(0, 173, 210, 0.4),
    transparent
  );
  filter: blur(6px);
  border-radius: 10px;
}

/* bottom shadow (depth) */
.step::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 20px;
  right: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.6);
  filter: blur(12px);
  border-radius: 50%;
}

/* hover lift effect */
.step:hover {
  transform: perspective(800px) rotateX(12deg) translateY(-10px) scale(1.03);
  box-shadow:
    0 30px 70px rgba(0, 173, 210, 0.45),
    0 15px 30px rgba(0, 0, 0, 0.7);
}
/* hover premium effect */
.step:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow:
    0 25px 60px rgba(0, 173, 210, 0.45),
    0 10px 25px rgba(0, 173, 210, 0.3),
    inset 0 0 30px rgba(0, 173, 210, 0.2);
}

/* text spacing improvement */
.step h3 {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.6px;
}

/* Stair spacing using margin */
.step:nth-child(1) {
  margin-top: 60px;
  transform: scale(0.95);
  z-index: 1;
}
.step:nth-child(2) {
  margin-top: -20px;
  transform: scale(1);
  z-index: 2;
}
.step:nth-child(3) {
  margin-top: -20px;
  transform: scale(1.05);
  z-index: 3;
}

/* Hover */
.step:hover {
  transform: scale(1.08);
  box-shadow:
    0 25px 60px rgba(0, 173, 210, 0.4),
    inset 0 0 25px rgba(0, 173, 210, 0.2);
}

/* Icon */
.icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00ADD2;
  font-size: 20px;
  border: 1px solid rgba(0, 173, 210, 0.6);
  box-shadow: 0 0 15px rgba(0, 173, 210, 0.8);
}

/* Text */
.step h3 {
  margin: 0;
  font-weight: 500;
}

/* Arrow */
.arrow {
  position: absolute;
  right: 140px;
  top: 30px;
  width: 220px;
  height: 220px;
  border-right: 2px solid #00ADD2;
  border-top: 2px solid #00ADD2;
  transform: rotate(45deg);
  box-shadow: 0 0 30px rgba(0, 173, 210, 0.9);
}

/* Background glow */

/* ── STATS ── */
.stats {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 36px 64px 52px;
}
.stat {
  text-align: center;
  padding: 0 16px;
  position: relative;
}
.stat + .stat::before {
  content: '';
  position: absolute;
  left: 0; top: 8%; bottom: 8%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(0,173,210,0.22) 35%, rgba(49,188,171,0.22) 65%, transparent);
}
.stat-val {
  
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.04em;
  background: linear-gradient(120deg, var(--c) 0%, var(--t) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}
.stat-val sup {
  font-size: 16px;
  font-weight: 700;
  vertical-align: super;
  -webkit-text-fill-color: transparent;
}
.stat-lbl {
  margin-top: 7px;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.32);
}
.stat-desc {
  margin-top: 3px;
  font-size: 10px;
  color: rgba(255,255,255,0.17);
  letter-spacing: 0.03em;
}
.card-3d {
    position: relative;
    border-radius: 12px;
    padding: 3px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: radial-gradient(ellipse at 20% 50%, rgba(0, 173, 210, 0.25), transparent 60%), radial-gradient(ellipse at 80% 20%, rgba(49, 188, 171, 0.2), transparent 55%), #0a0a0a;
    border: 1px solid rgba(0, 173, 210, 0.4);
    box-shadow: 0 0 30px rgba(0, 173, 210, 0.15), 0 0 80px rgba(49, 188, 171, 0.06)
}

.card-3d .content {
    border-radius: 10px;
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column
}

.card-3d:hover {
    transform: translateY(-12px) rotateX(4deg);
    box-shadow: 0 20px 30px rgba(0,0,0,0.2), 0 10px 10px rgba(0,0,0,0.1)
}

.card-3d h3 {
    font-size: 1.1rem;
    margin-bottom: 15px;
    color: #333;
    line-height: 1.2
}

.card-3d p {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.5;
    flex-grow: 1;
    margin-bottom: 20px
}

.hero-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    /* width:100%; */
    /* height:100%; */
    z-index: 1;
    background-color: #050505
}

.pain-body {
    font-size: 0.95rem;
    color: #fff;
    line-height: 1.7;
    margin: 0
}

.container {
    max-width: 1200px;
    margin: auto
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.container.hero-main ul, .container.hero-main ol {
    margin-bottom: 40px !important;
      padding-left: 42px;
}
.career-testimonials {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto
      
}
.container.hero-main ul li, .container.hero-main ol li, .container.hero-main p {
   font-size:15px;
    margin-bottom: 30px;
}
#roi {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #fff
}

#roi .hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#roi video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#roi .hero-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    z-index: -1
}

#roi .container {
    position: relative
}

.roi-flex-wrapper {
    display: flex;
    align-items: center;
    gap: 60px
}

.roi-text-content {
    flex: 1.2
}

.roi-image-container {
    flex: 0.8;
    display: flex;
    justify-content: center;
    align-items: center
}

.roi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px
}

.roi-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 10px;
    transition: all 0.3s ease
}

.roi-card:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border-color: rgba(56, 189, 248, 0.3)
}

.roi-icon {
    font-size: 36px;
    display: none;
    margin-bottom: 20px;
    color: #a3e635
}

.roi-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #f8fafc
}

.roi-body {
    font-size: 15px;
    line-height: 1.6;
    color: #cbd5e1;
    margin: 0
}

.roi-3d-image {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateY(-15deg) rotateX(10deg);
    transition: transform 0.6s ease-out;
 
}

.gx-faq-wrap .roi-3d-image {
  
  width: 523px;
    height: 600px;
    object-fit: cover;
}

.roi-3d-image:hover {
    transform: perspective(1000px) rotateY(-5deg) rotateX(5deg) scale(1.02)
}

.testimonial-title {
    text-align: center;
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 50px;
    font-weight: 800
}

.testimonial-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    perspective: 1000px
}

.testimonial-card {
    position: relative;
    padding: 3px;
    border-radius: 20px;
    background: linear-gradient(135deg, #333 0%, #fc0 100%);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15), 0 6px 6px rgba(0,0,0,0.1)
}

.testimonial-card .testimonial-text {
    border-radius: 18px;
    padding: 40px 30px;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #444;
    font-style: italic;
    line-height: 1.6;
    font-size: 1.1rem;
    position: relative
}

.testimonial-card .testimonial-text::before {
    content: "â€œ";
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 5rem;
    color: rgba(255, 204, 0, 0.3);
    
}

.testimonial-card span {
    display: block;
    padding: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
    text-align: center
}

#pain {
    padding: 50px 0;
    overflow: hidden;
    position: relative;
    background-color: #050505
}

#pain .container {
    max-width: 1200px;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    position: relative;
    z-index: 2
}

#pain::before {
    content: '';
    position: absolute;
    top: 50%;
    right: -300px;
    transform: translateY(-50%);
    width: 800px;
    height: 800px;
    background-color: #262626;
    border-radius: 50%;
    z-index: 1;
    display: none
}

.section-title {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 25px
      padding-bottom:5px;
}

.pain-grid {
    display: flex;
    flex-direction: column
}

.pain-card {
    %:;border-radius: 10px;
    transition: all 0.3s ease-in-out;
  
    position: relative;
    width: 100%
}

.pain-card:hover {
    transform: translateX(10px);
    background: #333;
    border-color: #ffda39
}

.pain-card .pain-title {
    color: #fff;
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 3px;
    transition: color 0.3s ease
}

.pain-card:hover .pain-title {
    color: #ffda39
}

.pain-card .pain-body {
    color: #555;
    font-size: 0.85rem;
    line-height: 1.4;
    transition: color 0.3s ease
}

.pain-card:hover .pain-body {
    color: #ddd
}

.pain-visual-wrapper {
    position: relative;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center
}

#custom-form-container {
    padding: 15px
}

.image-container-3d {
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    z-index: 5;
    transition: transform 0.5s ease;
    transform: perspective(1107px) rotateY(-17deg) scale(1.05)
}

.image-container-3d img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.image-container-3d:hover {
    transform: perspective(1000px) rotateY(-10deg) scale(1.02)
}

@media (max-width: 992px) {
    #pain .container {
        grid-template-columns:1fr
    }

    #pain::before {
        width: 500px;
        height: 500px;
        right: -150px
    }

    .image-container-3d {
        width: 280px;
        height: 280px
    }
}

.testimonial-card:hover {
    transform: translateY(-15px) rotateY(5deg);
    box-shadow: -10px 25px 50px rgba(0,0,0,0.2), 0 10px 10px rgba(255, 204, 0, 0.1)
}

.cta-flex-wrapper {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: space-between
}

.cta-text-content {
    flex: 1
}

.cta-form-container {
    flex: 1;
  
}
.mb-5{
    margin-bottom: 3rem !important;
}
.container.hero-main h3 {
font-size:2rem !important;
  

}
.container.hero-main h4 {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  font-size:1.5rem !important;
}
.cta-title br{
 display:none;
}
.cta-title {
    font-size: 50px !important;

}

.cta-body {
    font-size: 18px;
    color: #94a3b8;
    margin-bottom: 32px;
    line-height: 1.6
}

.card-3d:hover .pro-read-more {
    color: #ffda39 !important
}

.glass-form-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15x;
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5)
}

#cta input[type="text"], #cta input[type="email"], #cta input[type="tel"], #cta textarea {
    width: 100% !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    color: #fff !important;
    font-size: 15px !important;
    margin-bottom: 10px !important;
    transition: all 0.3s ease !important
}

#cta input:focus {
    outline: none !important;
    border-color: #a3e635 !important;
    background: rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 0 0 4px rgba(163, 230, 53, 0.1) !important
}

.tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px
}

.tab-btn {
    padding: 10px 20px;
    border: none;
    background: #eee;
    cursor: pointer;
    border-radius: 20px;
    transition: 0.3s
}

.tab-btn.active {
    background: #0A66C2;
    color: #fff
}

.tab-content {
    display: none
}

.tab-content.active {
    display: block
}

.logo-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap
}

.logo-row img {
    width: 144px;
    object-fit: contain;
    transition: 0.3s
}

.footer-grid-wrapper {
    display: flex;
    gap: 40px;
    margin-bottom: 50px;
    align-items: self-start;
    justify-content: space-between
}

#case-st {
    padding: 50px 0
}

.qi-industry-cards .card-3d:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.8), 0 0 30px rgba(255, 204, 0, 0.25)
}

.card-3d:hover h3 {
    color: #ffda39 !important
}

.brand-glass-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.brand-glass-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.card-tagline {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    color: #fff;
    padding: 12px 10px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(4px);
    transition: background 0.3s ease, transform 0.3s ease;
    z-index: 2
}

.testimonial-wrapper {
    padding: 0
}

.testi-grid-layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 1240px;
    margin: 0 auto
}

.elegant-card {
    position: relative;
    padding: 8px 18px;
    border: 1px solid #eee;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.elegant-card:hover {
    transform: translateY(-5px);
    border-color: #000;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1)
}

.category-tag {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
    margin-bottom: 35px;
    display: inline-block;
    border-bottom: 2px solid #ffda39;
    padding-bottom: 4px;
    width: fit-content
}

.quote-text {
       font-size: 17px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 9px;
    font-style: italic;
    flex-grow: 1;
    position: relative;
    min-height: 173px;
}

.client-role {
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 4px
}

.client-org {
    font-size: 13px;
    color: #555;
    font-weight: 500
}

.elegant-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #ffda39;
    transition: height 0.4s ease;
    z-index: 1
}

.elegant-card:hover::after {
    height: 6px
}

.card-inner {
    position: relative;
    z-index: 2
}

.close-modal {
    position: absolute;
    top: -45px;
    right: 0;
    background: none;
    border: none;
    color: white;
    font-size: 35px;
    cursor: pointer
}

.tab-btn {
    position: relative;
    z-index: 2;
    border: none;
    background: none;
    padding: 14px 30px;
    font-weight: 600;
    font-size: 14px;
    color: #888;
    cursor: pointer;
    transition: color 0.3s ease
}

.tab-btn.active {
    color: #000;
    background: #ffda39 !important;
    border-radius: 29px;
    border: 1px solid transperent
}

.tab-btn:hover {
    color: #fff
}

.tab-btn {
    color: #fff;
    border: 1px solid #ffda39
}

.testimonial-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    padding: 50px 0
}

.tabs-glider {
    position: absolute;
    top: 6px;
    height: calc(100% - 12px);
    background: #fff;
    border-radius: 40px;
    transition: all 0.4s cubic-bezier(0.2, 1, 0.3, 1);
    z-index: 1
}

.card-3d:hover {
    background: #000 !important
}

.gx3-wrap {
    position: relative;
    padding: 50px 0;
    overflow: hidden
}

.gx3-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    padding: 44px 38px;
    -webkit-backdrop-filter: blur(12px);
    background: rgb(0 0 0 / 94%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px)
}

.gx3-content {
    flex: 1;
    z-index: 2
}

.gx3-title {
    font-size: 48px;
    color: #1c1c1e;
    margin-bottom: 20px
}

.gx3-subtitle {
    color: #555;
    font-size: 20px;
    margin-bottom: 15px
}

.gx3-desc {
    color: #666;
    line-height: 1.7;
    margin-bottom: 10px
}

.gx3-flow {
    margin-top: 25px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.gx3-flow span {
    padding: 8px 14px;
    border-radius: 20px;
    background: #07080a;
    border: 1px solid #ffe082;
    color: #fff;
    font-size: 13px
}

.gx3-visual {
    flex: 1;
    position: relative;
    left: -30px
}

.gx-cx-flow {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap
}

.gx-cx-flow span {
    padding: 10px 18px;
    border-radius: 25px;
    background: #f7f7f5;
    border: 1.5px solid #a67c00;
    color: #1c1c1e;
    font-size: 14px;
    position: relative
}

.gx-inline {
    gap: 9px;
    flex-wrap: wrap;
    font-size: 13px;
    margin: 0;
    margin-top: 6px
}

.gx-faq-wrap {
    position: relative;
    overflow: hidden;
      background: #050505;
   padding-top:10px;
    background: transparent;
    margin-bottom: 50px;
    margin-top: 50px;
}

.gx-faq-bg {
      position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    /* box-shadow: 0 0 20px rgba(0, 173, 210, 0.15), 0 0 60px rgba(0, 173, 210, 0.1), 0 0 120px rgba(0, 173, 210, 0.05); */
    border-left: none;
    z-index: 0;
    border-left: none;
    /*  background: url(http://www.billgosling.com/wp-content/uploads/2026/05/new-img.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
  view-timeline-name: --faqScroll;
    animation: parallaxEffect linear;
    animation-timeline: --faqScroll;
    animation-range: entry 0% exit 100%;
      background-position: 51% 0 !important;
}
@keyframes parallaxEffect {
    from { background-position: 0% 0%; }
    to { background-position: 0% 100%; }
}
.gx-faq-item:last-child{
  border:none;
}
.gx-container {
    max-width: 1200px;
    margin: auto;
  
    position: relative;
    z-index: 1
}

.gx-faq-container {
    display: flex;
    gap: 10px;
    align-items: center
}

.gx-industry-v2 {
    padding: 60px 0;
    background-color: #050505
}



.gx-industry-grid-v2 {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap
}

.gx-industry-grid-v2 .gx-card:nth-child(5) {
    grid-column: 2
}

.gx-industry-grid-v2 .gx-card:nth-child(6) {
    grid-column: 3
}

.gx-industry-grid-v2 .gx-card:nth-child(7) {
    grid-column: 4
}

.gx-card {
    position: relative;
    height: 160px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    flex-basis: 276px
}

.gx-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s
}

.gx-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( to top, rgba(28,28,30,0.85), rgba(28,28,30,0.2) )
}

.gx-industry-v2 h3 {
    margin-bottom: 0;
    text-align: center
}

.gx-industry-v2 p {
    text-align: center;
    margin-bottom: 20px
}

.gx-card span {
    position: absolute;
    bottom: 12px;
    left: 14px;
    right: 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    z-index: 2
}

.gx-card:hover img {
    transform: scale(1.05)
}

.gx-faq-left {
    flex: 1;
    color: #fff;
    padding-right: 20px
}

.gx-faq-left h2 {
    font-size: 30px;
    margin-bottom: 15px
}

.gx-faq-left p {
    font-size: 22px;
    line-height: 1.6
}

.gx-faq-right {
    flex: 1
}

.gx-faq-item {
    border-bottom: 1px solid #ddd;
    padding: 18px 0
}

#how .hero-video-overlay {
    background-color: #050505eb
}

.gx3-wrap .hero-video-overlay {
    background-color: #05050587
}

.gx-faq-question {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    position: relative;
    padding-right: 25px
}
.bgo-pain-card.bgo-open:hover {
  border-color: rgba(0, 173, 210, 0.85);
  box-shadow: 0 0 40px rgba(0,173,210,.45),
    0 0 100px rgba(0,173,210,.22),
    0 0 180px rgba(0,173,210,.10);
  transform: translateY(-5px) scale(1.01);
}
.pain-card {
    background: #0a0a0a;
    border-radius: 14px;
    padding: 0;
    border: 1px solid rgba(0, 173, 210, 0.2);
    box-shadow: 0 0 20px rgba(0, 173, 210, 0.15), 0 0 60px rgba(0, 173, 210, 0.1), 0 0 120px rgba(0, 173, 210, 0.05);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.3s ease, box-shadow 0.3s ease
}

.pain-card.open {
    border-color: rgba(0, 173, 210, 0.5);
    box-shadow: 0 0 30px rgba(0, 173, 210, 0.25), 0 0 80px rgba(0, 173, 210, 0.12)
}

.pain-body-wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1)
}

.pain-card.open .pain-body-wrap {
    max-height: 200px
}

.what-we-do {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.what-we-do .orb {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    top: -90px;
    left: -100px;
    animation: wwdPulse 7s ease-in-out infinite;
    pointer-events: none
}

@keyframes wwdPulse {
    0%,100% {
        transform: scale(1);
        opacity: 0.8
    }

    50% {
        transform: scale(1.1);
        opacity: 1
    }
}

.what-we-do .heading {
    font-weight: 300;
    font-size: 52px;
    line-height: 0.95;
    color: #f0ebff;
    letter-spacing: -2px;
    opacity: 0;
    animation: wwdFadeUp 1s ease forwards 0.45s;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: #fff;
    background: linear-gradient(90deg, #FFDA39, #A3E35E, #31BCAB, #00ADD2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: #fff;
    margin-bottom: 24px;
    animation: fadeUp 0.8s 0.1s ease both
}
.news {
  background: #0b0b0b;
  padding: 80px 20px;
  color: #fff;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* COMMON CARD */
.news-feature {
  display: flex;
  gap: 30px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 40px;
  background: linear-gradient(145deg, #111, #0a0a0a);
  border: 1px solid rgba(255,255,255,0.05);
  transition: 0.3s;
  border-radius: 12px;
    padding: 3px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: radial-gradient(ellipse at 20% 50%, rgba(0, 173, 210, 0.25), transparent 60%), radial-gradient(ellipse at 80% 20%, rgba(49, 188, 171, 0.2), transparent 55%), #0a0a0a;
    border: 1px solid rgba(0, 173, 210, 0.4);
    box-shadow: 0 0 30px rgba(0, 173, 210, 0.15), 0 0 80px rgba(49, 188, 171, 0.06);
      align-items: center;

}

.news-feature:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.6);
}

/* IMAGE */
.press-release_left {
  flex: 1;
  margin-left:20px;
}

.press-release_left img {
  width: 100%;
  
  object-fit: cover;
 
}

/* CONTENT */
.press-release_right {
  flex: 2;
  padding: 30px;
}

.htfd {
  margin: 10px 0;
  font-weight: 600;
}

/* BADGE */
.badge {
  font-size: 11px;
  background: rgba(255,255,255,0.1);
  padding: 5px 10px;
  border-radius: 20px;
  color: #aaa;
}

.badge.blue {
  background: rgba(79,195,247,0.2);
  color: #4fc3f7;
}

/* LINKS */
.press-release_right a {
  display: inline-block;
  margin-top: 15px;
  color: #4fc3f7;
  text-decoration: none;
}

.press-release_right a:hover {
  color: #fff;
}

/* 🔥 FEATURED BIG */


.main-news .htfd {
  font-size: 28px;
}

/* 🔥 SMALL NEWS */

.small-news .htfd {
  font-size: 20px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .news-feature {
    flex-direction: column;
    height: auto;
  }
}
#hero .item {
    padding: 0 !important;
    border-radius: 0;
    min-height: inherit
}

.what-we-do .heading em {
    font-style: italic;
    color: #c4a8ff;
    display: block
}

.what-we-do .accent-line {
    margin-top: 36px;
    width: 56px;
    height: 1px;
    background: linear-gradient(90deg, rgb(255 255 255 / 80%), transparent);
    opacity: 0;
    animation: wwdFadeUp 0.8s ease forwards 0.75s
}

@keyframes wwdFadeUp {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes wwdFadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.what-we-do .arc-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.what-we-do .br-tl, .what-we-do .br-br {
    position: absolute;
    width: 30px;
    height: 30px;
    opacity: 0;
    animation: wwdFadeIn 1s ease forwards 1.2s
}

#w {
    width: 100%
}

.what-we-do .br-tl {
    top: 28px;
    left: 28px;
    border-top: 1px solid rgba(155,127,234,0.3);
    border-left: 1px solid rgba(155,127,234,0.3)
}

#wrap {
    width: 680px;
    height: 680px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    background: transparent
}

canvas {
    position: absolute;
    top: 0;
    left: 0
}

#lbl {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    color: rgba(140,180,255,0.3);
    letter-spacing: 0.13em;
    pointer-events: none
}

.what-we-do .br-br {
    bottom: 28px;
    right: 28px;
    border-bottom: 1px solid rgba(155,127,234,0.3);
    border-right: 1px solid rgba(155,127,234,0.3)
}

p {
    font-size: 15px !important
}

.pain-card:after {
    background: linear-gradient(90deg, transparent, #ff660059, transparent)
}

.what-we-do .eyebrow {
    font-size: 10px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 14px;
    opacity: 0;
    animation: wwdFadeUp 0.8s ease forwards 0.2s
}

.what-we-do .eyebrow::before {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: #fff;
    opacity: 1
}



.gx3-wrap .container {
    background: url(https://www.billgosling.com/wp-content/uploads/2026/04/new-3.jpg);
    padding: 0 1px
}



.gx-faq-answer {

    overflow: hidden;
    font-size: 16px;
    color: #fff;
    transition: 0.3s;
    margin-top: 8px
}

.gx-faq-item.active .gx-faq-answer {
    max-height: 200px
}

.gx-inline span {
    position: relative;
    padding-left: 18px;
    display: block;
    font-size: 14px
}

.pain-card:hover .gx-inline span {
    color: #fff
}

.gx-inline span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background: #fbae40;
    border-radius: 50%
}

.gx-cx-flow span::after {
    content: "â†’";
    margin-left: 10px;
    color: #a67c00
}

.gx-cx-flow span:last-child::after {
    display: none
}

.gx5-svg {
    height: auto;
   
}

.gx5-box rect {
    fill: #fff;
    stroke: #e5e5e5
}

.gx5-label {
    font-size: 14px;
    fill: #1c1c1e;
    font-weight: 600
}

.gx5-small {
    font-size: 12px;
    fill: #666
}

.gx5-core-title {
    font-size: 14px;
    fill: #1c1c1e;
    font-weight: 600
}

.gx5-core {
    fill: #ffd84d;
    opacity: 0.15
}

.gx5-ring {
    fill: none;
    stroke: #f0d56c;
    stroke-dasharray: 4;
    animation: gx5Rotate 18s linear infinite
}

.gx5-ring.slow {
    animation-duration: 28s
}

.gx5-line {
    stroke: #c9a227;
    stroke-width: 1.5
}

.gx5-dot {
    fill: #c9a227
}
.news .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
  display:none;
}

/* Common button style */
.news .owl-prev,
.news .owl-next {
  position: absolute;
  width: 55px;   /* increased size */
  height: 55px;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: all;

  /* Your gradient */
  background: linear-gradient(90deg, #FFDA39, #A3E35E, #31BCAB, #00ADD2);

  box-shadow: 0 6px 20px rgba(0, 173, 210, 0.4);
  transition: all 0.3s ease;
}

/* Arrow size increase */
.news .owl-prev span,
.news .owl-next span {
  font-size: 28px;  /* bigger arrow */
  font-weight: bold;
  color: #000;      /* better contrast on light gradient */
}

/* Left */
.news .owl-prev {
  left: -30px;
}

/* Right */
.news .owl-next {
  right: -30px;
}

/* Hover effect */
.news .owl-prev:hover,
.news .owl-next:hover {
  transform: scale(1.15);
  box-shadow: 0 10px 30px rgba(0, 173, 210, 0.6);
}
@keyframes gx5Rotate {
    from {
        transform: rotate(0deg);
        transform-origin: 350px 210px
    }

    to {
        transform: rotate(360deg);
        transform-origin: 350px 210px
    }
}

.gx3-grid line {
    stroke: #ececec
}

.gx3-core {
    fill: #ffd84d;
    animation: gx3Pulse 2.5s infinite
}

.gx3-ring {
    fill: none;
    stroke: #ffe082;
    stroke-dasharray: 6;
    transform-origin: center
}

.r1 {
    animation: gx3Rotate 20s linear infinite
}

.r2 {
    animation: gx3Rotate 30s linear infinite reverse
}

.r3 {
    animation: gx3Rotate 40s linear infinite
}
 .pain-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0px;
    background: #0a0a0a;
    border-radius: 16px;
  }
.read-more-btn{
  display:none !important;
}
  .pain-card {
    position: relative;
    background: #0a0a0a;
    border: 1px solid rgba(0,173,210,0.5);
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 0 30px rgba(0,173,210,0.25), 0 0 80px rgba(0,173,210,0.12), 0 0 140px rgba(0,173,210,0.07);
    transition: box-shadow 0.4s ease, border-color 0.4s ease;
    height: 240px;
  }
  .pain-card:hover {
    border-color: rgba(0,173,210,0.9);
    box-shadow: 0 0 40px rgba(0,173,210,0.5), 0 0 100px rgba(0,173,210,0.22), 0 0 160px rgba(0,173,210,0.1);
  }

  /* Full bleed SVG illustration */
  .card-illustration {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  /* Gradient overlay from bottom */
  .card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #0a0a0a 38%, rgba(10,10,10,0.55) 65%, rgba(10,10,10,0.1) 100%);
    z-index: 1;
    transition: background 0.4s ease;
  }
  .pain-card:hover .card-overlay {
    background: linear-gradient(to top, #0a0a0a 48%, rgba(10,10,10,0.7) 75%, rgba(10,10,10,0.25) 100%);
  }

  /* Header pinned to bottom */
  .card-header {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 16px 18px 16px;
    z-index: 2;
  }
  .card-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 0;
  }
  .card-title {
    font-size: 14.5px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.02em;
    margin: 0;
  }
  .read-more-btn {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 10.5px;
    font-weight: 500;
    color: rgba(0,173,210,1);
    border: 1px solid rgba(0,173,210,0.55);
    border-radius: 20px;
    padding: 3px 10px;
    opacity: 0;
    transform: translateY(5px);
    transition: opacity 0.3s ease 0.08s, transform 0.3s ease 0.08s;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .read-more-btn svg {
    width: 9px; height: 9px;
    stroke: rgba(0,173,210,1);
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .pain-card:hover .read-more-btn {
    opacity: 1;
 
  }
 .ts-label { font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: transparent; background: linear-gradient(90deg, #FFDA39, #A3E35E, #31BCAB, #00ADD2); -webkit-background-clip: text; background-clip: text; }
  .ts-title { font-size: 26px; font-weight: 500; color: #fff; margin: 10px 0 0; line-height: 1.3; }
  .ts-subtitle { font-size: 13px; color: #555; margin: 8px 0 0; }
  .ts-divider { width: 48px; height: 2px; background: linear-gradient(90deg, #FFDA39, #A3E35E, #31BCAB, #00ADD2); border-radius: 99px; margin: 16px auto 0; }
  .ts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .ts-card-wrap { padding: 2px; border-radius: 18px;     background: linear-gradient(90deg, #6e5b0a, #a3e35e, #202222, #629cb900); }
  .ts-card { background: #111; border-radius: 16px; padding:15px; height: 100%; box-sizing: border-box; display: flex; flex-direction: column; }
  .ts-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.25rem; }
  .ts-stars { display: flex; gap: 2px; }
.hover-title{
  display:none;
}
  .ts-quote {    
    line-height: 1.6;
    color: #ccc;
    margin: 0 0 auto;
    font-style: italic; }
  .ts-sep { height:2px; background: linear-gradient(90deg, #FFDA39, #00ADD2); margin: 1.25rem 0; opacity: 0.3; }
  .ts-author { display: flex; align-items: center; gap: 10px; }
  .ts-avatar-ring { width: 38px; height: 38px; border-radius: 50%; padding: 1.5px; flex-shrink: 0; }
  .ts-avatar-ring-1 { background: linear-gradient(135deg, #FFDA39, #00ADD2); }
  .ts-avatar-ring-2 { background: linear-gradient(135deg, #A3E35E, #31BCAB); }
  .ts-avatar-ring-3 { background: linear-gradient(135deg, #31BCAB, #FFDA39); }
  .ts-avatar-inner { width: 100%; height: 100%; border-radius: 50%; background: #1a1a1a; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 500; color: #fff; }
  .ts-author-name { margin: 0; font-size: 12px; font-weight: 500; color: #fff; }
  .ts-author-role { margin: 3px 0 0; font-size: 12px !important; color: #555; line-height: 1.4;  min-height:38px;}
  /* Description slides up */
  .card-desc {
    font-size: 12px;
    line-height: 1.6;
    color: rgba(190,215,228,0.78);
    margin: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(6px);
    transition: max-height 0.45s cubic-bezier(0.4,0,0.2,1), opacity 0.35s ease 0.05s, transform 0.35s ease 0.05s, margin 0.35s ease;
  }
  .pain-card:hover .card-desc {
    max-height: 120px;
    opacity: 1;
  
    margin-top: 8px;
  }

  /* Corner brackets */
  .corner-tl, .corner-br {
    position: absolute;
    width: 13px; height: 13px;
    pointer-events: none;
    z-index: 3;
  }
  .corner-tl { top: 7px; left: 7px; border-top: 1.5px solid rgba(0,173,210,0.65); border-left: 1.5px solid rgba(0,173,210,0.65); border-radius: 2px 0 0 0; }
  .corner-br { bottom: 7px; right: 7px; border-bottom: 1.5px solid rgba(0,173,210,0.65); border-right: 1.5px solid rgba(0,173,210,0.65); border-radius: 0 0 2px 0; }

  /* Scan line */
  .scan-line {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0,173,210,0.7), transparent);
    transform: translateY(-1px);
    pointer-events: none;
    z-index: 4;
  }
  .pain-card:hover .scan-line {
    animation: scan 0.75s ease forwards;
  }
  @keyframes scan {
    from { transform: translateY(0); opacity: 1; }
    to { transform: translateY(240px); opacity: 0; }
  }
.gx3-flow {
    fill: none;
    stroke: #ffd84d;
    stroke-width: 2;
    stroke-dasharray: 6
}

.gx3-particle {
    fill: #ffca28
}

.gx3-node {
    fill: #ffd84d;
    animation: gx3Blink 2s infinite alternate
}

.gx3-mini {
    fill: #ffe082;
    opacity: 0.6;
    animation: gx3Float 4s ease-in-out infinite alternate
}

.gx3-line {
    stroke: #ffe082;
    opacity: 0.3
}

.gx3-svg text {
    fill: #444;
    font-size: 12px
}

.gx3-center {
    font-size: 14px;
    font-weight: 600;
    fill: #1c1c1e
}

@keyframes gx3Rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.gx6-svg {
    width: 560px;
    
}

.gx6-card rect {
    fill: #fff;
    stroke: #cfcfcf;
    stroke-width: 1.4
}

.gx6-title {
    font-size: 16px;
    fill: #1c1c1e;
    font-weight: 600
}

.gx6-text {
    font-size: 13px;
    fill: #444
}

.gx6-small {
    font-size: 12px;
    fill: #666
}

.gx6-core-title {
    font-size: 15px;
    fill: #fff;
    font-weight: 600
}

.gx6-ring {
    fill: none;
    stroke: #fff;
    stroke-width: 1.2;
    stroke-dasharray: 4;
    animation: gx6Rotate 20s linear infinite
}

.gx6-ring.slow {
    animation-duration: 30s
}

.gx6-center-dot {
    fill: #a67c00
}

.gx6-bullet {
    fill: #a67c00
}

.gx6-line {
    stroke: #fff;
    stroke-width: 1.8
}

.gx6-dot {
    fill: #a67c00
}

#cta select {
    min-height: 27px;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 8px !important;
    padding: 12px 16px !important
}

#cta select option {
    color: #fff !important;
    background: black !important
}

.gx6-signal {
    stroke: #a67c00;
    stroke-width: 1.2;
    opacity: 0.5
}
.banner-text{
  background: linear-gradient(135deg, #ffffff, #888888);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
       margin-bottom: 20px;
      font-weight: 900 !important;
}

.container.hero-main, .container.hero-main a{
  color:#fff;
}
.container.hero-main h3, .container.hero-main h2, .container.hero-main p, address{
  margin-bottom:20px !important;
}
address {
    font-style: inherit;
  font-size:15px;
}
.gx6-process rect {
    fill: #fafafa;
    stroke: #d0d0d0;
    stroke-width: 1.3
}
 .s2-tag { display: inline-block; font-size: 10px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: #080c0f; background: linear-gradient(90deg, #FFDA39, #A3E35E, #31BCAB, #00ADD2); padding: 5px 16px; border-radius: 99px; margin-bottom: 14px; }
  .s2-title { font-size: 28px; font-weight: 600; color: #fff; margin: 0 0 10px; line-height: 1.3; }
  .s2-subtitle { font-size: 13px; color: #3d5460; margin: 0 auto; max-width: 460px; line-height: 1.7; }

  .s2-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.s2-visual {
  position: relative;
  overflow: hidden;
}

/* The Gradient Layer */
.s2-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  /* Darker top, transitioning to a semi-transparent bottom */
 background: linear-gradient(
    to bottom,
    rgba(22, 32, 40, 0.95) 0%,
    rgba(22, 32, 40, 0.6)  40%,
    rgba(22, 32, 40, 0.0)  100%
  );
  pointer-events: none;
  z-index: 1;
}

/* Ensure the hover content stays above the gradient */
.s2-hover-overlay {
  position: relative;
  z-index: 2;
}
  .s2-card {    border-radius: 16px;
    background: #0c1519;
    border: 1px solid #162028;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 227px;
    position: relative;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.4s ease, box-shadow 0.4s ease; }
  .s2-card:hover { transform: translateY(-8px) scale(1.02); border-color: #31BCAB; box-shadow: 0 20px 60px rgba(49,188,171,0.12), 0 0 0 1px rgba(49,188,171,0.2); }
  .s2-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, #FFDA39, #A3E35E, #31BCAB, #00ADD2); }

  .s2-card-glow { position: absolute; top: -40px; left: 50%; transform: translateX(-50%); width: 180px; height: 180px; border-radius: 50%; background: radial-gradient(circle, rgba(49,188,171,0.07) 0%, transparent 70%); pointer-events: none; transition: opacity 0.4s; opacity: 0; }
  .s2-card:hover .s2-card-glow { opacity: 1; }

  .s2-visual { flex: 1;
   
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
     }

  .s2-hover-overlay { position: absolute; inset: 0; z-index: 999999; background: linear-gradient(160deg, rgba(12,21,25,0.97) 0%, rgba(7,11,13,0.98) 100%); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1.75rem; opacity: 0; transform: translateY(12px); transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.23,1,0.32,1); pointer-events: none; border-bottom: 1px solid #162028; }
  .s2-card:hover .s2-hover-overlay { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .s2-hover-icon { display:none; width: 38px; height: 38px; border-radius: 10px; background: linear-gradient(135deg, #FFDA39, #31BCAB); align-items: center; justify-content: center; margin-bottom: 12px; }
  .s2-hover-title { font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #fff; margin: 0 0 10px; text-align: center; }
  .s2-hover-text { font-size: 12px; color: #6a8a94; line-height: 1.75; margin: 0; text-align: center; }
  .s2-hover-pill { display: inline-flex; align-items: center; gap: 5px; margin-top: 14px; font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #31BCAB; border: 1px solid rgba(49,188,171,0.3); border-radius: 99px; padding: 5px 12px; }
  .s2-hover-dot { width: 6px; height: 6px; border-radius: 50%; background: #31BCAB; animation: blink 1.2s infinite; }
  @keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.2} }

  .s2-footer { padding: 1.1rem 1.5rem 1.4rem; background: #0a1215; border-top: 1px solid #162028; display: flex; align-items: center; gap: 10px; position: relative; z-index: 2; }
  .s2-footer-icon { width: 28px; height: 28px; border-radius: 8px; background: linear-gradient(135deg, #FFDA39, #A3E35E, #31BCAB, #00ADD2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform 0.3s ease; }
  .s2-card:hover .s2-footer-icon { transform: rotate(8deg) scale(1.1); }
  .s2-card-title { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #fff; margin: 0; }

  .wave-wrap { width: 100%; }
  .wave-row { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
  .wave-key { font-size: 10px; color: #3d5460; width: 28px; text-align: right; flex-shrink: 0; }
  .wave-track { flex: 1; height: 32px; background: #101e24; border-radius: 6px; overflow: hidden; position: relative; }
  .wave-fill { position: absolute; bottom: 0; left: 0; right: 0; border-radius: 6px 6px 0 0; transition: height 0.8s cubic-bezier(0.23,1,0.32,1); }
  .wf1 { height: 55%; background: linear-gradient(180deg, rgba(49,188,171,0.7) 0%, rgba(49,188,171,0.1) 100%); }
  .wf2 { height: 75%; background: linear-gradient(180deg, rgba(0,173,210,0.7) 0%, rgba(0,173,210,0.1) 100%); }
  .wf3 { height: 35%; background: linear-gradient(180deg, rgba(224,82,82,0.7) 0%, rgba(224,82,82,0.1) 100%); }
  .wave-val { font-size: 11px; font-weight: 600; width: 28px; flex-shrink: 0; }
  .profit-badge { display: flex; justify-content: space-between; margin-bottom: 12px; }
  .pbadge { font-size: 10px; padding: 3px 9px; border-radius: 5px; font-weight: 500; }
  .pbadge-up { background: rgba(163,227,94,0.12); color: #A3E35E; }
  .pbadge-dn { background: rgba(224,82,82,0.12); color: #e05252; }

  .network-svg { width: 100%; height: 160px; }

  .arc-wrap { width: 100%; display: flex; flex-direction: column; align-items: center; gap: 14px; }
  .arc-svg { width: 180px; height: 100px; }
  .arc-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; width: 100%; }
  .arc-stat { background: #101e24; border: 1px solid #162028; border-radius: 10px; padding: 10px 8px; text-align: center; }
  .arc-val { font-size: 16px; font-weight: 600; display: block; line-height: 1; margin-bottom: 4px; }
  .arc-key { font-size: 9px; color: #3d5460; text-transform: uppercase; letter-spacing: 0.06em; }
@keyframes gx6Rotate {
    from {
        transform: rotate(0deg);
        transform-origin: 380px 210px
    }

    to {
        transform: rotate(360deg);
        transform-origin: 380px 210px
    }
}

@keyframes gx3Pulse {
    0% {
        r: 65;
        opacity: 0.25
    }

    50% {
        r: 80;
        opacity: 0.1
    }

    100% {
        r: 65;
        opacity: 0.25
    }
}

@keyframes gx3Blink {
    from {
        opacity: 0.4
    }

    to {
        opacity: 1
    }
}

@keyframes gx3Float {
    from {
        transform: translateY(0px)
    }

    to {
        transform: translateY(-10px)
    }
}

@media (max-width: 991px) {
    .cta-flex-wrapper {
        flex-direction:column;
        text-align: center;
        gap: 50px
    }

    .cta-form-container {
        width: 100%;
        max-width: 100%
    }
}

.bg-one {
    transition-delay: 0.1s
}
.gx-faq-wrap .hero-video-bg video {
   
opacity: 0.1;
}
.bg-two {
    transition-delay: 0.2s
}

.bg-three {
    transition-delay: 0.3s
}
.site-footer {
  background: linear-gradient(180deg, #0a0a0a 0%, #000000 100%);
  color: #ccc;
      border-top: 1px solid rgba(0, 173, 210, 0.4);
  padding: 60px 20px 30px;
 
}

/* Grid Layout */
.footer-grid-wrapper {
  display: grid;
 grid-template-columns: 2fr 1fr 1fr; /* 50% | 25% | 25% */
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

/* Logo + text */
.footer-col img {
  max-width: 160px;
  margin-bottom: 15px;
}

.footer-tagline {
  font-size: 14px;
  line-height: 1.6;
  color: #888;
}

/* Headings */
.footer-col h4 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
  position: relative;
}

/* Underline effect */
.footer-col h4::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #4fc3f7;
  margin-top: 6px;
}

/* Links */
.footer-col a {
  display: inline-block;
  color: #aaa;
  text-decoration: none;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

.footer-col a:hover {
  color: #4fc3f7;
  transform: translateX(4px);
}

/* Bottom section */
.footer-bottom {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-legal a {
  margin-left: 20px;
  color: #fff;
}

.footer-legal a:hover {
  color: #fff;
}

/* Social icon */
.footer-col svg {
  margin-top: 10px;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.footer-col svg:hover {
  transform: scale(1.2);
  filter: brightness(1.5);
}

/* Responsive */
@media (max-width: 768px) {
  .footer-grid-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }

  .footer-legal a {
    margin: 0 10px;
  }
  
  
}
@media (max-width: 1024px) {
    nav {
        padding:20px 30px
    }

    .nav-links {
        display: none
    }

    #hero {
        grid-template-columns: 1fr;
        padding: 120px 30px 60px
    }

    .hero-right {
        height: 340px
    }

    #pain {
        padding: 70px 30px
    }

    .pain-grid {
        grid-template-columns: 1fr
    }

    #what {
        padding: 70px 30px
    }

    .what-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    #how {
        padding: 70px 30px
    }

    .how-layout {
        grid-template-columns: 1fr;
        gap: 40px
    }

    #roi {
        padding: 70px 30px
    }

    .roi-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    #cta {
        margin: 0 30px 70px;
        padding: 50px 30px
    }

    footer {
        padding: 24px 30px;
        flex-direction: column;
        gap: 12px
    }
}