@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);

.navbar-nav .nav-link:hover,
.price-tag {
    color: #1e6dfc
}

.mock-header,
.mock-list li {
    display: flex;
    font-size: 14px
}

.chat-box p,
.contact-list li,
.growth-left p {
    line-height: 1.6
}

.gtx-tagline,
.pricing-badge .small-text {
    text-transform: uppercase;
    letter-spacing: 1px
}

.gtx-ai,
.gtx-consult-cta,
.gtx-same-features-section,
.gtx-why-user-section,
.lead-management,
.main-footer,
.pricing-section {
    font-family: Inter, sans-serif
}

.blog-tags .tag,
.btn-outline,
.btn-primary,
.cta-content a,
.faq-item a,
.footer-col ul li a,
.growth-buttons .btn-primary,
.gtx-cta-btn,
.gtx-link:hover,
.read-article,
.read-more,
.sidebar-media li a,
.social-icons a,
.social-icons ul li a {
    text-decoration: none
}

body {
    font-family: Lato, sans-serif;
    font-size: 14px
}

.custom-navbar {
    background: #f8fbff;
    padding: 12px 0;
    border-bottom: 1px solid #eaeaea
}

.btn-outline-primary,
.btn-primary {
    border-color: #0b74c4
}

.navbar-brand small {
    font-size: 11px;
    letter-spacing: .5px;
    color: #6c757d
}

.navbar-nav .nav-link {
    color: #333;
    font-weight: 500;
    padding: 0 12px
}

a.btn.btn-primary.btn-lg.mr-2 {
    font-size: 16px
}

a.btn.btn-outline-secondary.btn-lg {
    font-size: 16px;
    border-radius: 30px;
    padding: 14px 28px
}

.price-tag {
    background: #eaf3ff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500
}

.btn-outline-primary {
    color: #0b74c4
}

.btn-outline-primary:hover {
    background: #0b74c4;
    color: #fff
}

.logo {
    width: 150px
}

.crm-mockup {
    background: linear-gradient(135deg, #2f3e55, #1c2737);
    border-radius: 20px;
    padding: 20px;
    color: #fff;
    max-width: 420px;
    margin: auto;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .2)
}

.live-badge,
.partners-carousel .owl-dot.active span {
    background: #111
}

.mock-header {
    justify-content: space-between;
    font-weight: 600;
    margin-bottom: 15px
}

.live-badge {
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px
}

.feature-list,
.footer-col ul,
.gtx-feature-list,
.mock-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.mock-list li {
    background: rgba(255, 255, 255, .1);
    padding: 10px 12px;
    border-radius: 10px;
    margin-bottom: 10px;
    justify-content: space-between
}

.hero-section {
    background: #f5f9ff;
    padding: 30px 0
}

.hero-title {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.2
}

.hero-desc {
    color: #6c757d;
    font-size: 16px;
    max-width: 520px
}

.feature-tags span {
    display: inline-block;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 13px;
    margin: 6px 6px 0 0
}

.hero-section .carousel-control-next,
.hero-section .carousel-control-prev {
    background: #0b74c4 !important;
    width: 40px !important;
    height: 40px;
    top: 40%;
    border-radius: 50%;
    color: #fff;
    transform: translateY(-50%);
    opacity: 1
}

.hero-img {
    max-width: 100%;
    animation-duration: 1s
}

.animate-text {
    opacity: 0;
    transform: translateY(30px);
    animation: .9s forwards fadeUp
}

.animate-img {
    opacity: 0;
    transform: translateX(40px) scale(.96);
    animation: 1s forwards fadeRight
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeRight {
    to {
        opacity: 1;
        transform: translateX(0) scale(1)
    }
}

.crm-slider {
    background: linear-gradient(135deg, #2f3e55, #1c2737);
    padding: 20px;
    border-radius: 22px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .25);
    max-width: 520px;
    margin: auto
}

.crm-slider img {
    border-radius: 14px
}

span.text-primary {
    color: #0b74c4 !important
}

span.badge.badge-pill.mb-2 {
    padding: 10px 15px;
    font-size: 13px
}

span.text-success {
    color: #fb5a2d !important
}

.hero-section .carousel-control-prev {
    left: 2%
}

.hero-section .carousel-control-next {
    right: 2%
}

.support-section {
    background: #f7f9fc;
    padding: 30px 0
}

.support-wrapper {
    background: #fff;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06)
}

.faq-grid,
.testimonial-card {
    box-shadow: 0 16px 34px rgba(148, 163, 184, .35)
}

.support-subtitle {
    font-size: 15px;
    color: #6b7280;
    margin-bottom: 20px
}

.support-tabs .nav-link {
    background: #f1f5f9;
    color: #475569;
    border-radius: 25px;
    padding: 8px 18px;
    font-size: 14px;
    margin-right: 10px;
    transition: .3s
}

.support-tabs .nav-link.active {
    background: #36659b;
    color: #fff
}

.support-card {
    background: #f6f6f6;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    height: 100%
}

.support-card h6 {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 8px;
    color: #36659b
}

.support-card p {
    font-size: 14px;
    color: #6b7280;
    margin: 0
}

.support-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08)
}

.video-section {
    background: #f8fafc
}

.section-title {
    color: #1f2937
}

.video-card {
    background: radial-gradient(circle at top left, #1e3a8a, #36659b)
}

.video-card:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, .25)
}

.play-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px
}

.small-title {
    font-size: 12px;
    opacity: .85;
    margin-bottom: 4px
}

.pricing-section {
    padding: 20px 0;
    background: #f7f9fc
}

.pricing-title {
    font-size: 34px;
    font-weight: 800
}

.pricing-subtitle {
    color: #6c757d;
    max-width: 760px;
    margin: 10px auto 0
}

.pricing-card {
    background: #fff;
    border-radius: 18px;
    padding: 30px;
    height: 100%;
    border: 1px solid #e6eaf0
}

.pricing-card:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08)
}

.pricing-card.featured {
    border: 2px solid #2f6df6;
    box-shadow: 0 20px 45px rgba(47, 109, 246, .2)
}

.plan-label {
    font-size: 12px;
    font-weight: 600;
    color: #8a94a6;
    letter-spacing: .8px
}

.cta-section-feature .cta-text h3 span,
.gtx-banner-inner h1 span,
.price {
    font-weight: 800
}

.price,
.price.highlight {
    color: #ff5722
}

.pricing-card h4 {
    margin-top: 10px;
    font-weight: 700
}

.price {
    font-size: 22px;
    margin: 12px 0
}

.plan-desc {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 15px
}

.pricing-card ul {
    padding-left: 18px;
    margin-bottom: 25px
}

.pricing-card ul li {
    font-size: 14px;
    margin-bottom: 8px;
    color: #333
}

.testimonial-wrap {
    display: grid;
    /* grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); */
    gap: 1.6rem;
    align-items: flex-start
}

.testimonial-card {
    border-radius: var(--radius-xl);
    border: 1px solid rgba(226, 232, 240, .95);
    font-size: .86rem;
    box-shadow: none !important;
}
.book-demo a{
    font-size: 26px;
    font-weight: 800;
        color: #fb5a2d;
        text-decoration: none;
}
.book-demo-badge{
        display: inline-block;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 16px;
    padding: 15px 20px;
    backdrop-filter: blur(6px);
}
.testimonial-quote {
    font-style: italic;
    color: #111827;
    margin-bottom: .6rem
}

.testimonial-meta {
    font-size: .8rem;
    color: #6b7280
}

.testimonial-video-section {
    margin-top: 2rem
}

.testimonial-video-heading {
    font-size: .9rem;
    font-weight: 600;
    color: #020617;
    margin-bottom: .6rem
}

.testimonial-videos {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .8rem
}

.testimonial-video-card {
    border-radius: 16px;
    border: 1px solid rgba(226, 232, 240, .95);
    background: #0b1f3a;
    padding: .4rem;
    color: #e5e7eb;
    font-size: .78rem
}

.testimonial-video-thumb {
    position: relative;
    padding-top: 56.25%;
    border-radius: 12px;
    overflow: hidden;
    background: radial-gradient(circle at 0 0, rgba(51, 102, 154, .45), rgba(15, 23, 42, .95));
    margin-bottom: .35rem
}

.testimonial-video-thumb-inner {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.feature,
.features li,
.video-card {
    position: relative
}

.testimonial-video-play {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: none;
    background: rgba(248, 250, 252, .96);
    color: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    cursor: pointer
}

.faq-question,
.faq-toggle {
    display: flex;
    align-items: center
}

.testimonial-video-title {
    font-size: .78rem;
    font-weight: 500;
    margin-bottom: .1rem
}

.play-btn,
.stars {
    margin-bottom: 10px
}

.testimonial-video-role {
    font-size: .72rem;
    color: #9ca3af
}

button.testimonial-video-play {
    color: #0b74c4
}

.faq-grid {
    border-radius: 18px;
    border: 1px solid rgba(226, 232, 240, .95);
    background: rgba(255, 255, 255, .98);
    padding: 1.1rem
}

.faq-card,
.testimonial-card {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08)
}

.faq-item {
    border-bottom: 1px solid rgba(209, 213, 219, .9);
    padding: .6rem 0
}

.faq-question {
    justify-content: space-between;
    cursor: pointer;
    font-size: .88rem;
    font-weight: 500;
    color: #111827
}

.faq-toggle {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, .9);
    justify-content: center;
    font-size: .8rem;
    color: #6b7280;
    flex-shrink: 0;
    margin-left: .7rem
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s;
    font-size: .82rem;
    color: #6b7280;
    padding-right: 1.2rem
}

.faq-item.open .faq-answer {
    max-height: 120px;
    margin-top: .15rem
}

#videoSlider .carousel-control-prev {
    left: -50px
}

#videoSlider .carousel-control-next {
    right: -50px
}

.testimonial-card {
    background: #fff;
    padding: 25px 25px 40px;
    border-radius: 18px
}

.stars {
    color: #fbbf24;
    font-size: 18px
}

.video-card {
    background: linear-gradient(135deg, #0f172a, #020617);
    color: #fff;
    padding: 20px;
    border-radius: 14px;
    min-height: 160px;
    cursor: pointer
}

.faq-item a,
.play-btn {
    color: #000;
    display: flex
}

.play-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    align-items: center;
    justify-content: center
}

.faq-card {
    background: #fff;
    border-radius: 18px;
    padding: 20px
}

.lead-card,
.lead-content {
    box-shadow: 0 20px 40px rgba(0, 0, 0, .06)
}

.faq-item a {
    justify-content: space-between;
    font-weight: 600;
    padding: 12px 0
}

.faq-item p {
    font-size: 14px;
    color: #555
}

.testimonial-dots {
    bottom: 0
}

.testimonial-dots li {
    background: #cbd5e1;
    border-radius: 50%;
    opacity: 1;
    margin: 0 6px;
    height: 10px;
    width: 10px;
    border: 5px
}

.testimonial-dots li.active {
    background: #2563eb
}

.lead-management {
    background: linear-gradient(180deg, #f7faff, #fff);
    padding: 40px 0
}

section.cta-strip .container-fluid {
    display: flex;
    margin: 0;
    padding: 0
}

.lead-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    align-items: center
}

.lead-content {
    background: #fff;
    padding: 20px;
    border-radius: 20px
}

.lead-content h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0;
    color: #0f172a
}

.lead-content h1 span {
    color: #0f172a
}

.subtitle {
    font-size: 16px;
    color: #6b7280;
    max-width: 520px
}

.features {
    list-style: none;
    padding: 0;
    margin: 5px 0
}

.features li {
    padding-left: 16px;
    margin-bottom: 14px
}

.features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #22c55e;
    font-weight: 700
}

.tags span {
    display: inline-block;
    border: 1px dashed #cbd5e1;
    padding: 8px 10px;
    border-radius: 20px;
    font-size: 13px;
    color: #475569;
    margin-right: 5px;
    margin-top: 10px
}

.lead-content .badge {
    color: #0b74c4;
    font-size: 12px
}

.gtx-ai {
    padding: 50px 0;
    background: linear-gradient(135deg, #1f3bb3, #050b1c);
    color: #fff;
    border-radius: 0
}

.gtx-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 60px;
    align-items: center
}

.gtx-label {
    font-size: 13px;
    letter-spacing: 2px;
    color: #9db4ff
}

.gtx-content h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 16px 0
}

.gtx-subtitle {
    color: #c7d2fe
}

.gtx-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 30px 0
}

.feature {
    padding-left: 22px;
    font-size: 15px;
    color: #e5e7eb
}

.feature::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #22c55e;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px
}

.gtx-link {
    color: #fff;
    font-weight: 500;
    background: #fb5a2d;
    padding: 10px;
    border-radius: 7px
}

.gtx-link:hover {
    color: #fff !important
}

.gtx-chat {
    background: rgba(255, 255, 255, .05);
    border-radius: 26px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .15)
}

.chat-box {
    background: rgba(255, 255, 255, .06);
    border-radius: 18px;
    padding: 16px 18px;
    margin-bottom: 14px;
    border: 1px solid rgba(255, 255, 255, .12)
}

.chat-box.user {
    background: rgba(59, 130, 246, .25)
}

.chat-box.automation {
    background: rgba(255, 255, 255, .03)
}

.chat-title {
    display: block;
    font-size: 13px;
    color: #c7d2fe;
    margin-bottom: 6px
}

.chat-box p {
    font-size: 14px;
    color: #e5e7eb
}

.lead-card {
    background: #fff;
    border-radius: 22px;
    height: 100%;
    padding: 28px
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px
}

.card-header h3 {
    margin: 0;
    font-size: 20px
}

.pill {
    background: #fb5a2d;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 12px;
    color: #fff
}

.card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px
}

.card-box {
    background: #f8fafc;
    padding: 18px;
    border-radius: 16px
}

.card-box h4 {
    margin: 0 0 6px;
    font-size: 16px
}

.card-box p {
    font-size: 14px;
    color: #64748b
}

.small-pill {
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 16px;
    background: #e2e8f0
}

.small-pill.success {
    background: #dcfce7;
    color: #15803d
}

.partners-section {
    padding: 20px 0;
    background: #fff
}

.partners-carousel .logo-card {
    background: #fff;
    border-radius: 18px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    margin: 15px 15px 40px
}

.partners-carousel .logo-card img {
    max-width: 160px;
    max-height: 70px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: .85;
    transition: .3s
}

.partners-carousel .owl-nav {
    position: relative;
    margin-top: -8%
}

.partners-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -40px
}

.partners-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -40px
}

.partners-carousel .logo-card img:hover {
    filter: grayscale(0);
    opacity: 1
}

.partners-carousel .owl-nav button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #111 !important;
    color: #fff !important;
    font-size: 26px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.partners-carousel .owl-nav .owl-prev {
    left: -25px
}

.partners-carousel .owl-nav .owl-next {
    right: -25px
}

.partners-carousel .owl-dots {
    margin-top: 20px
}

.partners-carousel .owl-dot span {
    width: 8px;
    height: 8px;
    background: #d1d5db
}

.growth-cta {
    padding: 70px 0 0
}

.growth-inner {
    max-width: 100%;
    margin: auto;
    background: linear-gradient(135deg, #2d57c8, #0b1020);
    border-radius: 0;
    padding: 50px;
    display: flex;
    gap: 40px;
    color: #fff
}

.growth-left {
    flex: 1.2
}

.growth-left h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px
}

.growth-left p {
    font-size: 16px;
    color: #dbe4ff;
    max-width: 500px
}

.growth-buttons {
    margin-top: 30px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap
}

.cta-content a {
    color: #fff
}

.growth-buttons .btn-primary {
    padding: 14px 26px;
    border-radius: 30px;
    font-weight: 600
}

.btn-outline,
.gtx-why-section {
    background: #fff
}

.growth-right {
    flex: 1
}

.badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 25px
}

.badges span {
    border: 1px solid rgba(255, 255, 255, .3);
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 14px;
    background: rgba(255, 255, 255, .08)
}

.features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 25px;
    padding-left: 18px
}

.features li {
    font-size: 13px
}

.growth-inner .container {
    display: flex;
    align-items: center
}

.cta-strip {
    display: flex;
    border-radius: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 30px auto
}

.cta-box {
    flex: 1;
    padding: 30px 25px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 20px
}

.cta-box small {
    display: block;
    font-size: 13px;
    letter-spacing: 1px;
    opacity: .9
}

.cta-box h3 {
    font-size: 32px;
    font-weight: 600;
    margin: 5px 0 0
}

.cta-icon {
    font-size: 48px;
    opacity: .85
}

.partner {
    background: linear-gradient(135deg, #2f6fa7, #53b7c8)
}

.blogs {
    background: linear-gradient(135deg, #4b3fbf, #9b65c9)
}

.demo {
    background: linear-gradient(135deg, #de8758, #f1c27d)
}

.main-footer {
    background: radial-gradient(circle at top, #111827, #020617);
    color: #9ca3af;
    padding: 70px 0 30px
}

.footer-container {
    width: 90%;
    margin: auto
}

.store-buttons {
    display: flex;
    gap: 10px
}

.social-icons ul {
    margin: 0;
    padding: 0
}

.social-icons ul li {
    list-style-type: none;
    float: left
}

.social-icons ul li:first-child a {
    margin-left: 0
}

.social-icons ul li a {
    color: #fff;
    font-size: 25px;
    margin: 10px 15px
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0
}

.footer-col h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px
}

.footer-col ul li {
    margin-bottom: 12px;
    font-size: 14px
}

.footer-col ul li a {
    color: #9ca3af;
    position: relative;
    transition: .3s
}

.footer-col ul li a:hover {
    color: #fff
}

.badge {
    background: #4f7cff;
    color: #fff;
    margin-left: 8px
}

.badge.new {
    background: #6366f1
}

.store-buttons img {
    height: 34px;
    margin-right: 10px;
    margin-top: 15px
}

.footer-divider {
    height: 1px;
    background: rgba(255, 255, 255, .1);
    margin: 40px 0 20px
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.social-icons a {
    color: #fff;
    margin-right: 15px;
    font-size: 18px
}

.footer-bottom p {
    font-size: 13px;
    color: #9ca3af;
    margin-bottom: 0
}

.video-card h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.api-box ul li,
.gtx-left p {
    line-height: 1.6
}

section.lead-management .lead-content .badge {
    color: #fff;
    padding: 10px
}

.navbar-toggler {
    border: none;
    outline: 0
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

@media(max-width:992px) {

    .hero-section .carousel-control-next,
    .hero-section .carousel-control-prev {
        background: #0b74c4 !important;
        width: 40px !important;
        height: 40px;
        transform: translateY(-50%);
        border-radius: 50%;
        top: auto;
        opacity: 1;
        color: #fff
    }

    .footer-grid,
    .growth-right .features {
        grid-template-columns: repeat(2, 1fr)
    }

    nav.navbar.navbar-expand-lg.custom-navbar .container {
        padding: 0 15px !important
    }

    .hero-section .carousel-control-prev {
        left: 2%;
        bottom: -17%
    }

    .col-md-4.mb-3 {
        padding: 0
    }

    .hero-section .carousel-control-next {
        bottom: -16%;
        right: 2%
    }

    .hero-section {
        background: #f5f9ff;
        padding: 30px 0 40px
    }

    .video-card,
    a.btn.btn-outline-primary.btn-sm.px-3.mr-2 {
        margin-bottom: 10px
    }

    .hero-title {
        font-size: 30px;
        font-weight: 800;
        line-height: 1.2
    }

    .growth-inner {
        padding: 15px
    }

    .growth-inner .container {
        display: block;
        align-items: center
    }

    .partners-carousel .owl-nav button.owl-prev {
        position: absolute;
        left: 0;
        top: 40px
    }

    .partners-carousel .owl-nav button.owl-next {
        position: absolute;
        right: 0;
        top: 40px
    }

    .growth-right .features {
        padding-left: 0
    }

    .testimonial-videos {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .8rem
    }

    .faq-grid {
        margin-top: 20px
    }

    section.cta-strip .container-fluid {
        display: block;
        margin: 0;
        padding: 0
    }

    .lead-content .badge {
        color: #fff;
        font-size: 12px;
        padding: 10px
    }

    .testimonial-wrap {
        display: block
    }

    img.img-fluid.hero-img.animate-img {
        display: none
    }
}

@media(max-width:576px) {
    .footer-grid {
        grid-template-columns: 1fr
    }
}

.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: .8s
}

.reveal.active {
    opacity: 1;
    transform: translateY(0)
}

@keyframes moveStars {
    from {
        background-position: 0 0
    }

    to {
        background-position: 500px 800px
    }
}

.footer-col ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background: #4f7cff;
    transition: width .3s
}

.footer-col ul li a:hover::after {
    width: 100%
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }
}

.footer_social_circle,
.gtx-card {
    transition: .3s
}

.footer_social_circle:hover {
    transform: translateY(-4px) scale(1.1)
}

.logo-card,
.pricing-card,
.support-card,
.testimonial-video-card,
.video-card {
    transition: .35s
}

.logo-card:hover,
.pricing-card:hover,
.support-card:hover,
.testimonial-video-card:hover,
.video-card:hover {
    box-shadow: 0 25px 60px rgba(79, 124, 255, .25);
    transform: translateY(-6px)
}

@media (max-width:767px) {
    .support-tabs {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 10px;
        padding-bottom: 6px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none
    }

    .support-tabs .nav-item {
        flex: 0 0 auto;
        width: auto
    }

    .dispaly-flex-on-mobile {
        display: flex
    }

    section.gtx-feature-section {
        padding: 0;
        margin-top: 15px
    }

    a.btn.btn-primary.btn-lg.mr-2 {
        font-size: 14px
    }

    .support-tabs .nav-link {
        width: 100%;
        text-align: left;
        white-space: normal
    }

    .support-tabs::-webkit-scrollbar {
        display: none;
        width: 4px
    }

    .support-tabs::-webkit-scrollbar-thumb {
        background: #36659b;
        border-radius: 10px
    }
}

.inner-banner,
.search-box {
    position: relative
}

.inner-banner .bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px
}

.gtx-feature-section {
    padding: 20px
}

.gtx-container {
    max-width: 1200px;
    margin: auto;
    background: #f2f7fc;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    box-shadow: 0 12px 10px rgba(0, 0, 0, .15)
}

.gtx-left {
    max-width: 600px
}

.gtx-left h1 {
    font-size: 32px;
    margin-bottom: 15px
}

.gtx-left h1 .dark {
    color: #0b132b;
    font-weight: 700
}

.gtx-left h1 .blue {
    color: #3f6fa5;
    font-weight: 700
}

.gtx-left p {
    color: #6c757d;
    font-size: 15px;
    margin-bottom: 5px
}

.gtx-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 15px
}

.faq-answer ul {
    margin: 0;
    padding: 1px 13px
}

.btn-primary {
    background: #4b6ea9;
    color: #fff;
    padding: 10px 15px;
    border-radius: 30px;
    font-weight: 600;
    transition: .3s
}

.dashboard-card,
.gtx-banner-inner {
    background: linear-gradient(180deg, #3f5f8a, #0e1f3b)
}

.btn-primary:hover {
    background: #3b5f92
}

a.btn.btn-outline-primary.btn-block {
    border-radius: 30px;
    padding: 10px 30px
}

a.btn.btn-outline-primary.btn-block:hover {
    background: #4b6ea9;
    border-color: #4b6ea9
}

.btn-outline {
    border: 2px solid #9fb4cf;
    color: #4b6ea9;
    padding: 14px 28px;
    border-radius: 30px;
    font-weight: 600;
    transition: .3s
}

.btn-outline:hover {
    background: #e9f1fb
}

.gtx-right {
    flex-shrink: 0
}

.dashboard-card {
    color: #fff;
    padding: 35px 40px;
    border-radius: 18px;
    min-width: 380px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .25)
}

.dashboard-card h3 {
    font-size: 22px;
    margin-bottom: 15px
}

.dashboard-card p {
    font-size: 15px;
    opacity: .9;
    width: 300px
}

.sidebar-close,
.support-card.hidden-card {
    display: none
}

.faq-sec .faq-item {
    padding: 15px 0
}

.faq-item:last-child {
    border-bottom: none !important
}

.cta-section-feature {
    padding-bottom: 50px
}

.cta-section-feature .cta-box {
    background: linear-gradient(135deg, #e7e1d3, #d6cfbf);
    border-radius: 16px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .12)
}

.cta-section-feature .cta-text h3 {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 600;
    margin: 0;
    color: #111
}

.api-box ul li,
.feature-list.simple li {
    margin-bottom: 10px
}

.cta-section-feature .cta-btn {
    background: #111;
    color: #fff;
    padding: 16px 34px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    white-space: nowrap;
    transition: .3s
}

.cta-section-feature .cta-btn:hover {
    background: #000;
    transform: translateY(-2px)
}

.knowmore-button {
    padding: 10px 15px;
    border-radius: 10px
}

.apiTri.api-card,
.gtx-banner-inner {
    margin: auto;
    border-radius: 22px;
    max-width: 1200px
}

.gtx-banner {
    padding: 40px 20px
}

.gtx-banner-inner {
    padding: 30px 40px;
    text-align: center;
    color: #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15)
}

.apiTri.api-card,
.feature-card {
    box-shadow: 0 10px 40px rgba(0, 0, 0, .08)
}

.gtx-banner-inner h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 18px
}

.gtx-subtitle {
    font-size: 18px;
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto 20px;
    opacity: .95
}

.gtx-tagline {
    font-size: 14px;
    font-weight: 600;
    opacity: .85
}

.api-feature-section {
    padding: 40px 15px;
    background: #ffff
}

.apiTri.api-card {
    background: #fff;
    padding: 40px;
    position: relative
}

.gap-2 {
    gap: 15px
}

.api-icon {
    width: 52px;
    height: 52px;
    background: #e8f0ff;
    color: #2f4fd3;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 15px
}

.api-title {
    font-size: 26px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 14px
}

.api-description {
    font-size: 15px;
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 30px
}

.feature-desc,
.feature-list li {
    line-height: 1.7;
    font-size: 15px
}

.api-box ul li,
.api-note {
    font-size: 14.5px;
    color: #374151
}

.api-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.api-box {
    background: #f9fbff;
    padding: 25px;
    border-radius: 16px
}

.api-box h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2f4fd3;
    margin-bottom: 12px
}

.api-box ul {
    padding-left: 18px;
    margin: 0
}

.api-note {
    margin-top: 30px;
    background: #fffbe6;
    border-left: 5px solid #f5c542;
    padding: 18px 20px;
    border-radius: 12px;
    line-height: 1.7
}

@media (max-width:768px) {
    .partners-carousel .logo-card {
        height: 100px
    }

    .cta-strip {
        flex-direction: column
    }

    .cta-box {
        justify-content: center;
        text-align: center
    }

    .gtx-banner-inner {
        padding: 40px 20px
    }

    .gtx-banner-inner h1 {
        font-size: 26px
    }

    .gtx-subtitle {
        font-size: 15px
    }

    .api-grid {
        grid-template-columns: 1fr
    }

    .api-card {
        padding: 25px 0
    }

    .gtx-banner {
        padding: 20px 10px
    }

    .api-box {
        background: #f9fbff;
        padding: 25px 10px;
        border-radius: 16px
    }

    .feature-cards-section,
    .inventory-api-section,
    .payment-api-section {
        padding: 20px 10px !important;
        background: #f6f8fc
    }

    .whatsapp-api-section {
        padding: 10px !important;
        background: #f6f8fc
    }

    .api-title {
        font-size: 22px
    }
}

.feature-cards-section {
    padding: 20px;
    background: #f6f8fc
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: auto
}

.feature-card {
    background: #fff;
    border-radius: 26px;
    padding: 35px 20px 40px;
    border: 1px solid #eef1f6
}

.feature-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 25px
}

.feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px
}

.feature-icon.green {
    background: #e7f6eb;
    color: #2e9f4d
}

.feature-icon.purple {
    background: #f1e9ff;
    color: #7c3aed
}

.feature-header h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1f2937
}

.feature-list li {
    color: #374151;
    display: flex;
    gap: 12px;
    margin-bottom: 18px
}

.feature-list .check {
    color: #22c55e;
    font-weight: 700
}

.feature-desc {
    color: #4b5563;
    margin-bottom: 20px
}

.whatsapp-api-section {
    padding: 10px 20px;
    background: #f6f8fc
}

.whatsapp-card {
    max-width: 1200px;
    margin: auto;
    background: #fff;
    border-radius: 26px;
    position: relative;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .1);
    overflow: hidden
}

.inventory-card,
.payment-card {
    max-width: 1200px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .08)
}

.whatsapp-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: #4caf50
}

.whatsapp-content {
    padding: 40px 40px 45px 55px
}

.whatsapp-icon {
    width: 56px;
    height: 56px;
    background: #e9f9ee;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}

.whatsapp-icon img {
    width: 28px;
    height: 28px
}

.whatsapp-content h3 {
    font-size: 26px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 12px
}

.whatsapp-content h3 span {
    font-weight: 500;
    color: #374151
}

.whatsapp-content p {
    font-size: 15.5px;
    line-height: 1.8;
    color: #4b5563;
    max-width: 900px;
    margin-bottom: 30px
}

.whatsapp-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.feature-pill {
    background: #f1fbf4;
    border-radius: 14px;
    padding: 16px 18px;
    font-size: 15px;
    font-weight: 600;
    color: #1f2937;
    text-align: center
}

@media (max-width:992px) {

    .gtx-features,
    .gtx-grid {
        grid-template-columns: 1fr
    }

    .blog-tags {
        margin-bottom: 15px
    }

    section.pricing-hero .pricing-title {
        font-size: 46px !important
    }

    .blog-title {
        font-size: 26px;
        font-weight: 600;
        line-height: 1.2
    }

    section.blog-hero-content .pricing-title {
        font-size: 38px !important
    }

    section.blog-hero-content .pricing-hero-content .hub-tabs {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 10px;
        justify-content: start !important;
        padding-bottom: 6px;
        -webkit-overflow-scrolling: touch
    }

    section.blog-hero-content .pricing-hero-content .hub-tabs li {
        flex: 0 0 auto
    }

    .hub-tabs .nav-link {
        width: 100%;
        white-space: normal
    }

    .gtx-consult-cta {
        padding: 30px 0 20px !important
    }

    .consult-img {
        filter: grayscale(100%);
        margin-top: 0 !important;
        z-index: 999999;
        position: relative !important
    }

    .gtx-content h2 {
        font-size: 32px
    }

    .growth-inner {
        flex-direction: column
    }

    .features,
    .whatsapp-features {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:576px) {

    .features,
    .whatsapp-features {
        grid-template-columns: 1fr
    }

    .growth-left h2 {
        font-size: 26px
    }

    .whatsapp-content {
        padding: 30px 25px 35px 30px
    }

    .whatsapp-content h3 {
        font-size: 22px
    }
}

.inventory-api-section {
    padding: 0 20px 20px;
    background: #f6f8fc
}

.inventory-card {
    margin: auto;
    background: #fff;
    border-radius: 26px;
    padding: 35px 35px 40px
}

.inventory-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px
}

.inventory-icon {
    width: 48px;
    height: 48px;
    background: #e8f0ff;
    color: #2f4fd3;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px
}

.inventory-header h3,
.payment-header h3 {
    font-size: 26px;
    font-weight: 700;
    color: #1f2937
}

.inventory-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px
}

.inventory-box {
    border: 1px solid #e5eaf1;
    border-radius: 18px;
    padding: 22px 5px;
    text-align: center;
    background: #fff
}

.inventory-box.highlight {
    background: #f3f7ff;
    border-color: #dbe5ff
}

.inventory-box h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1f2937
}

.tag {
    display: inline-block;
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 500
}

.tag.active {
    background: #e8f0ff;
    color: #2f4fd3
}

.tag.neutral {
    background: #f1f5f9;
    color: #475569
}

.inventory-note {
    margin-top: 25px;
    padding-left: 14px;
    border-left: 4px solid #3b82f6;
    font-size: 14.5px;
    color: #475569
}

@media (max-width:1024px) {
    .inventory-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

.payment-api-section {
    padding: 40px 20px;
    background: #f6f8fc
}

.payment-card {
    margin: auto;
    background: #fff;
    border-radius: 26px;
    padding: 40px;
    border: 1px solid #eef1f6
}

.payment-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px
}

.payment-icon {
    width: 52px;
    height: 52px;
    background: #eef2ff;
    color: #4f46e5;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px
}

.payment-desc {
    font-size: 15.5px;
    line-height: 1.8;
    color: #4b5563;
    max-width: 950px;
    margin-bottom: 30px
}

.payment-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px
}

.payment-gateways {
    display: flex;
    flex-wrap: wrap;
    gap: 14px
}

.gateway-pill {
    background: #e9eef5;
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #1f2937;
    display: flex;
    align-items: center
}

.payment-advantages h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1f2937
}

.payment-advantages p {
    font-size: 14.5px;
    line-height: 1.7;
    color: #4b5563
}

@media (max-width:600px) {
    .inventory-grid {
        grid-template-columns: repeat(2, 2fr)
    }

    .payment-card {
        padding: 28px
    }

    .payment-header h3 {
        font-size: 22px
    }
}

.growth-ecosystem {
    padding: 0 20px;
    background: linear-gradient(180deg, #0b1220, #0a1428)
}

.ecosystem-container {
    max-width: 1200px;
    margin: auto;
    background: linear-gradient(180deg, #0f172a, #0b1220);
    border-radius: 22px;
    padding: 60px 40px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, .4)
}

.ecosystem-title {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 60px;
    position: relative
}

.ecosystem-title span {
    display: block;
    width: 120px;
    height: 4px;
    background: #4f8cff;
    margin: 14px auto 0;
    border-radius: 4px
}

.ecosystem-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px
}

.ecosystem-item {
    text-align: center;
    padding: 20px
}

.ecosystem-item h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 18px 0 10px
}

.ecosystem-item p {
    font-size: 15.5px;
    line-height: 1.7;
    color: #9ca3af;
    max-width: 320px;
    margin: auto
}

.eco-icon {
    font-size: 38px;
    margin-bottom: 10px
}

.eco-icon.blue {
    color: #60a5fa
}

.eco-icon.purple {
    color: #c084fc
}

.eco-icon.red {
    color: #f87171
}

@media (max-width:900px) {
    .payment-content {
        grid-template-columns: 1fr
    }

    .ecosystem-grid {
        grid-template-columns: 1fr;
        gap: 0
    }

    .growth-ecosystem {
        padding: 0 20px !important;
        background: linear-gradient(180deg, #0b1220, #0a1428)
    }

    .crm-info-section {
        background: #f5f7fb;
        padding: 20px 10px;
        padding-bottom: 0 !important
    }

    .gtx-features-section {
        background: #f6f8fc;
        padding: 20px 10px
    }

    .ecosystem-title {
        font-size: 26px
    }
}

.crm-card {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .06)
}

.crm-title {
    font-size: 20px;
    font-weight: 700;
    color: #0b1f44;
    margin-bottom: 20px
}

.crm-list {
    padding-left: 18px;
    margin-bottom: 20px
}

.crm-list li {
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.6
}

.crm-text {
    font-size: 15px;
    color: #444;
    margin-bottom: 0
}

.gtx-card h5 {
    font-size: 18px;
    font-weight: 700;
    color: #0b1f44;
    margin-bottom: 12px
}

.gtx-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .08)
}

.blog-heading-section,
.pricing-hero {
    background: linear-gradient(180deg, #3f5f8a, #0e1f3b);
    padding: 40px 0;
    color: #fff;
    font-family: Inter, sans-serif
}

.pricing-hero-content {
    max-width: 900px;
    margin: auto
}

.gtx-cta-box h2,
.gtx-title {
    margin-bottom: 15px;
    font-weight: 800
}

section.pricing-hero .pricing-title {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px
}

.pricing-title span {
    color: #fb5d31
}

section.pricing-hero .pricing-subtitle {
    font-size: 18px;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 25px
}

.blog-hero-content .pricing-subtitle {
    color: #333 !important;
    font-size: 15px !important
}

.pricing-badge {
    display: inline-block;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 16px;
    padding: 22px 38px;
    backdrop-filter: blur(6px)
}

.pricing-badge .small-text {
    font-size: 12px;
    color: #333;
    margin-bottom: 6px
}

.pricing-badge .price {
    font-size: 38px;
    font-weight: 800;
    margin: 0
}

.pricing-badge .price span {
    font-size: 21px;
    font-weight: 500;
    opacity: .9
}

.gtx-title {
    font-size: 32px;
    color: #0b1f44
}

.gtx-desc,
.gtx-main-desc {
    font-size: 16px;
    color: #555;
    max-width: 720px;
    margin: auto;
    line-height: 1.7
}

.gtx-cta-box {
    background: #4b6ea9 !important;
    padding: 30px 40px !important;
    color: #fff
}

.gtx-cta-box h2 {
    font-size: 38px
}

.gtx-cta-box p {
    font-size: 18px;
    opacity: .95;
    max-width: 820px;
    margin: 0 auto 35px;
    line-height: 1.6
}

.gtx-cta-buttons .btn {
    border-radius: 50px;
    padding: 14px 34px;
    font-weight: 600
}

.gtx-why-user-section {
    background: #fff
}

.gtx-main-title {
    font-size: 32px;
    font-weight: 800;
    color: #0b1f44;
    margin-bottom: 12px
}

.gtx-info-card {
    height: 100%;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .06);
    transition: .3s
}

.gtx-info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(43, 99, 241, .15)
}

.gtx-icon-box {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    background: #e8efff;
    color: #2b63f1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px
}

.blog-img,
.story-image {
    width: 100%;
    object-fit: cover
}

.gtx-info-card h5 {
    font-size: 18px;
    font-weight: 700;
    color: #0b1f44;
    margin-bottom: 10px
}

.gtx-info-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 0
}

.gtx-same-features-section {
    background: linear-gradient(135deg, #0b132b, #0f1d3a);
    padding: 90px 0;
    color: #fff
}

.gtx-dark-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 18px
}

.gtx-dark-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, .75);
    max-width: 520px;
    line-height: 1.7;
    margin-bottom: 30px
}

.gtx-feature-list li {
    position: relative;
    padding-left: 32px;
    font-size: 16px;
    margin-bottom: 14px;
    color: #fff
}

.gtx-feature-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #4cd964;
    font-weight: 700
}

.gtx-quote-box {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 20px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, .35)
}

.quote-text {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 20px
}

.quote-author {
    font-size: 16px;
    color: #6fa8ff;
    font-weight: 500
}

.pricing-card {
    opacity: 0;
    transform: translateY(40px) scale(.96);
    transition: .8s cubic-bezier(.22, 1, .36, 1)
}

.pricing-card.reveal.active {
    opacity: 1;
    transform: translateY(0) scale(1)
}

.pricing-card:first-child {
    transition-delay: 0.1s
}

.pricing-card:nth-child(2) {
    transition-delay: 0.25s
}

.pricing-card:nth-child(3) {
    transition-delay: 0.4s
}

.pricing-card.featured {
    position: relative;
    z-index: 2;
    animation: 3s infinite featuredPulse
}

@keyframes featuredPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(43, 99, 241, .35)
    }

    70% {
        box-shadow: 0 0 0 18px rgba(43, 99, 241, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(43, 99, 241, 0)
    }
}

.pricing-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 30px 60px rgba(43, 99, 241, .18)
}

.gtx-consult-cta {
    padding: 180px 0 20px;
    background: #fff
}

.gtx-consult-card {
    background: linear-gradient(90deg, #4b2c77, #3b4b8a);
    border-radius: 28px;
    padding: 40px 50px;
    color: #fff;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .25);
    position: relative;
    overflow: visible
}

.consult-img {
    max-width: 240px;
    filter: grayscale(100%);
    margin-top: -270px;
    z-index: 999999;
    position: absolute
}

.consult-small {
    font-size: 16px;
    opacity: .85;
    display: block;
    margin-bottom: 10px
}

.consult-name {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 6px
}

.consult-role {
    font-size: 16px;
    opacity: .85;
    margin-bottom: 0
}

.consult-btn {
    background: #fff;
    color: #0b1f44;
    font-size: 18px;
    font-weight: 700;
    padding: 18px 36px;
    border-radius: 50px;
    position: relative;
    box-shadow: 0 0 0 rgba(255, 255, 255, .6);
    transition: .3s
}

.badge,
.read-article,
.story-tag {
    font-weight: 600
}

.consult-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(255, 255, 255, .35);
    color: #0b1f44
}

.consult-btn::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 60px;
    background: linear-gradient(90deg, #ff6ec4, #7873f5);
    opacity: .6;
    z-index: -1;
    filter: blur(18px)
}

.hub-carousel .owl-stage,
.top-story-section {
    padding: 20px 0
}

.top-story-card {
    background: linear-gradient(180deg, #3f5f8a, #0e1f3b);
    border-radius: 30px;
    overflow: hidden;
    min-height: 300px
}

.story-image-wrap {
    position: relative;
    height: 100%;
    border-radius: 10px;
    margin-left: 30px
}

.story-image {
    height: 100%;
    border-radius: inherit
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(6, 16, 40, .9), rgba(6, 16, 40, .5))
}

.story-content {
    padding: 30px 50px;
    color: #fff
}

.story-tag {
    font-size: 12px;
    letter-spacing: 2px;
    color: #5aa7ff;
    display: inline-block;
    margin-bottom: 15px
}

.story-content h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px
}

.story-content p {
    font-size: 15px;
    color: #cfd6e3;
    line-height: 1.7;
    margin-bottom: 0;
    max-width: 95%
}

.read-article {
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
    color: #fff
}

.read-article span {
    margin-left: 8px;
    transition: transform .3s
}

.read-article:hover span {
    transform: translateX(5px)
}

.hub-tabs .nav-link {
    border: 1px solid #e6e6e6;
    border-radius: 30px;
    background: #fff;
    padding: 8px 22px;
    margin: 5px;
    color: #333;
    font-weight: 500;
    transition: .3s
}

.hub-tabs .nav-link.active {
    background: #fb5d31;
    color: #fff;
    border-color: #fb5d31
}

.hub-tab-content p {
    font-size: 15px;
    color: #4b5563;
    max-width: 700px;
    margin: 0 auto
}

.blog-listing {
    padding: 60px 0;
    background: #f9fafb
}

.blog-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .05);
    transition: transform .3s
}

.blog-card:hover {
    transform: translateY(-5px)
}

.blog-img {
    height: 220px
}

.blog-body,
.hub-card-body {
    padding: 22px
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px
}

.badge {
    animation: 2s infinite pulse;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 6px
}

.badge.api {
    background: #eef4ff;
    color: #2563eb
}

.badge.compliance {
    background: #fff4ed;
    color: #ea580c
}

.badge.marketing {
    background: #f5f0ff;
    color: #7c3aed
}

.read-time {
    font-size: 12px;
    color: #6b7280
}

.blog-body h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4
}

.blog-body p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 15px
}

.read-more {
    font-size: 14px;
    font-weight: 600;
    color: #2563eb
}

.hub-pagination .page-link {
    background: #e1e9f4;
    border: none;
    margin: 0 6px;
    padding: 8px 14px;
    border-radius: 8px;
    color: #333;
    font-weight: 500;
    transition: .3s
}

.hub-pagination .page-link:hover {
    background: #e6ebf2
}

.hub-pagination .page-item.active .page-link {
    background: #fb5a2d;
    color: #fff
}

.hub-pagination .page-item.disabled .page-link {
    opacity: .4;
    pointer-events: none
}

.blog-hero-content {
    color: #333 !important;
    background: #f8fbff
}

.blog-category {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #3b6df6;
    background: #eef2ff;
    padding: 6px 12px;
    border-radius: 20px;
    margin-bottom: 10px
}

.blog-cta-box,
.blog-feature-img img,
.sidebar-card {
    border-radius: 16px
}

.blog-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2
}

.blog-meta {
    color: #777;
    font-size: 14px
}

.blog-text {
    font-size: 16px;
    line-height: 1.8;
    color: #555
}

.blog-subtitle {
    font-size: 24px;
    font-weight: 700;
    margin-top: 40px
}

.blog-cta-box {
    background: #f4f7ff;
    padding: 20px
}

.sidebar-card {
    background: #fff;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05)
}

.sidebar-title {
    font-weight: 700;
    margin-bottom: 15px
}

.search-box i {
    position: absolute;
    right: 15px;
    top: 12px;
    color: #aaa
}

.trending-item {
    display: flex;
    gap: 12px;
    margin-bottom: 15px
}

.trending-item img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    object-fit: cover
}

.trending-item p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px
}

.trending-item span {
    font-size: 12px;
    color: #777
}

.newsletter-box {
    background: #0f172a;
    color: #fff;
    padding: 30px;
    border-radius: 20px
}

.newsletter-box p {
    font-size: 14px;
    color: #cbd5f5
}

.schedule-btn {
    padding: 10px 20px !important
}

.blog-tags-share {
    margin: 20px 0
}

.blog-tags .tag,
.share-text {
    margin-right: 12px;
    font-weight: 600
}

.tags-share-box {
    background: #fff;
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08)
}

.blog-tags .tag {
    display: inline-block;
    background: #f3f6fb;
    color: #6b7280;
    padding: 10px;
    border-radius: 14px;
    font-size: 14px;
    transition: .3s
}

.blog-tags .tag:hover {
    background: #e8edff;
    color: #3b6df6
}

.blog-share {
    color: #9aa3af;
    font-size: 15px
}

.share-icon {
    color: #9aa3af;
    font-size: 18px;
    margin-left: 14px;
    transition: .3s
}

.share-icon:hover {
    color: #3b6df6
}

.more-hub-section {
    background: #fafafa
}

.section-title {
    font-size: 32px;
    font-weight: 700
}

.hub-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 6px 12px 10px rgba(0, 0, 0, .06);
    transition: .3s
}

.hub-card img {
    width: 100%;
    height: 210px;
    object-fit: cover
}

.hub-card-body h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px
}

.hub-card-body p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6
}

.hub-carousel .owl-item {
    padding: 0 12px
}

.hub-carousel .owl-dots {
    margin-top: 25px;
    text-align: center
}

.hub-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    background: #d1d5db;
    display: inline-block;
    border-radius: 50%;
    margin: 5px
}

.hub-carousel .owl-dot.active span {
    background: #3b6df6
}

.main-heading {
    font-size: 46px;
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 25px
}

.blog-heading-section .main-heading span {
    color: #fb5a2d;
    font-weight: 800
}

.blog-heading-section .heading-subtitle {
    max-width: 820px;
    margin: 0 auto;
    font-size: 20px;
    color: #e0e0e0;
    line-height: 1.7
}

.crm-fail-section,
.info-section {
    padding: 60px 15px;
    background: #fff
}
.sales-fail-section {
    padding: 40px 15px;
    background: #fafafa;
}
.sales-highlight {
    background: #ececec;
    border-left: 6px solid #acacac;
    padding: 28px 32px;
    border-radius: 14px;
    max-width: 100%;
}
.sales-section {
    padding: 30px 15px;
    background: #fff
}
.crm-info-text {
    font-size: 18px;
    color: #6b7280;
    line-height: 1.8;
    max-width: 900px;
    margin-bottom: 40px;
}
.slaess {
    padding-bottom: 20px;
}
.info-title {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 18px
}

.info-highlight p,
.info-text {
    font-size: 18px;
    line-height: 1.8
}
.sales-highlight p,
.sales-text {
    font-size: 18px;
    line-height: 1.8
}
.info-text {
    color: #6b7280;
    margin-bottom: 32px;
    max-width: 900px
}

.info-highlight {
    background: #fff5f5;
    border-left: 6px solid #ef4444;
    padding: 28px 32px;
    border-radius: 14px;
    max-width: 100%
}

.info-highlight p {
    color: #374151;
    margin: 0
}

.info-highlight strong {
    color: #111827
}

.crm-info-section,
.crm-problem-section {
    padding: 30px 15px;
    background: #fafafa
}

.crm-info-title {
    font-size: 34px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 18px
}

.crm-info-text {
    font-size: 18px;
    color: #6b7280;
    line-height: 1.8;
    max-width: 900px;
    margin-bottom: 40px
}
.sales-info-section{
    padding: 30px 15px;
    background: #fafafa
}
.sales-info-title {
    font-size: 34px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 18px
}

.sales-info-text {
    font-size: 18px;
    color: #6b7280;
    line-height: 1.8;
    max-width: 900px;
    margin-bottom: 10px
}
.sales-feature-box {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .04)
}
.sales-info-note{
    margin-top: 15px;
    font-size: 16px;
    color: #6b7280;
    max-width: 100%
}
.crm-feature-box {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .04)
}

.check-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: #22c55e;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-right: 14px
}

.crm-info-note {
    margin-top: 30px;
    font-size: 16px;
    color: #6b7280;
    max-width: 100%
}

.crm-fail-title,
.crm-problem-title {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 25px
}

.crm-fail-list,
.crm-problem-list {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 30px
}
.sales-fail-list,
.sales-problem-list {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 10px
}
section.sales-text-section{
    background: #fafafa;
    padding-bottom: 10px !important;
}
section.sales-text-section2{
    background: #fafafa;
}
.gtx-cta-section-sales {
    padding: 50px 15px;
    background: linear-gradient(180deg, #3f5f8a, #0e1f3b);
}
.gtx-cta-section-sales .gtx-cta-title {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 18px;
}
.gtx-cta-section-sales .gtx-cta-subtitle {
    font-size: 20px;
    color: #96a1b0;
    margin-bottom: 25px;
}
.crm-fail-list li,
.crm-problem-list li {
    font-size: 18px;
    color: #374151;
    line-height: 1.8;
    margin-bottom: 8px
}
.sales-highlight ul{
    padding-left: 0;
}
.sales-highlight ul li {
    font-size: 18px;
    color: #374151;
    line-height: 1.8;
    margin-bottom: 8px
}
.crm-fail-note,
.crm-problem-note {
    font-size: 18px;
    color: #374151;
    max-width: 900px
}
.sales-fail-note,
.sales-problem-note {
    font-size: 18px;
    color: #374151;
    max-width: 900px
}
.gtx-features-section {
    padding: 30px 15px;
    background: #fff
}

.gtx-section-title {
    font-size: 34px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 40px
}

.gtx-card {
    background: #f8fbff;
    border: 1px solid #e6edf7;
    border-radius: 14px;
    padding: 28px 26px;
    height: 100%
}

.gtx-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px
}

.gtx-card p {
    font-size: 16px;
    color: #475569;
    line-height: 1.6;
    margin: 0
}

.gtx-info-wrapper {
    padding: 15px 0;
    background: #f8fafc
}

.gtx-info-card {
    background: #fff;
    border-radius: 18px;
    padding: 40px 45px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .08)
}

.gtx-info-title {
    font-size: 26px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 18px
}

.gtx-info-text {
    font-size: 18px;
    color: #374151;
    line-height: 1.7;
    margin: 0
}

.gtx-cta-section {
    padding: 50px 15px;
    background: #f4f7fb
}

.gtx-cta-title {
    font-size: 40px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 18px
}

.gtx-cta-btn,
.sidebar-media i {
    font-size: 20px
}

.gtx-cta-subtitle {
    font-size: 20px;
    color: #64748b;
    margin-bottom: 25px
}

.gtx-cta-btn {
    display: inline-block;
    background: #3b6df6;
    color: #fff;
    font-weight: 700;
    padding: 15px 40px;
    border-radius: 999px;
    box-shadow: 0 5px 10px rgba(59, 109, 246, .35);
    transition: .3s
}

.gtx-cta-btn:hover {
    background: #2f5ae0;
    color: #fff;
    transform: translateY(-2px)
}

@media (max-width:768px) {
    .feature-grid {
        grid-template-columns: 1fr
    }

    .feature-card {
        padding: 28px
    }

    .feature-header h3 {
        font-size: 20px
    }

    .consult-name,
    .crm-fail-title,
    .crm-info-title,
    .crm-problem-title,
    .gtx-main-title,
    .gtx-section-title,
    .gtx-title,
    .info-title {
        font-size: 26px
    }

    .gtx-cta-box h2,
    .gtx-cta-title,
    .gtx-dark-title {
        font-size: 28px
    }

    .blog-heading-section .heading-subtitle,
    .crm-fail-list li,
    .crm-fail-note,
    .crm-feature-box,
    .crm-info-text,
    .crm-problem-list li,
    .crm-problem-note,
    .gtx-cta-box p,
    .gtx-cta-btn,
    .gtx-cta-subtitle,
    .gtx-info-text,
    .info-highlight p,
    .info-text {
        font-size: 16px
    }

    .gtx-card h4,
    .quote-text {
        font-size: 18px
    }

    .gtx-quote-box {
        padding: 30px
    }

    .gtx-consult-card {
        padding: 40px 25px;
        text-align: center
    }

    .consult-img {
        max-width: 200px;
        margin-bottom: 25px
    }

    .consult-btn {
        font-size: 16px;
        padding: 14px 28px
    }

    .blog-heading-section .main-heading {
        font-size: 36px
    }

    .gtx-card p {
        font-size: 15px
    }

    .gtx-info-card {
        padding: 28px 24px
    }

    .gtx-info-title {
        font-size: 22px
    }

    .gtx-cta-btn {
        padding: 16px 42px
    }
}

@media (max-width:991px) {
    .lead-grid {
        grid-template-columns: 1fr
    }

    .lead-content h1 {
        font-size: 32px
    }

    .cta-section-feature .cta-box,
    .gtx-container {
        flex-direction: column;
        text-align: center
    }

    .gtx-buttons {
        justify-content: center
    }

    .dashboard-card {
        min-width: 100%
    }

    .cta-section-feature .cta-text h3 {
        font-size: 22px
    }

    .story-image-wrap {
        display: none
    }

    .story-content {
        padding: 40px 30px
    }

    .story-content h2 {
        font-size: 26px
    }

    .mb-2-on-mobile {
        margin-bottom: 10px
    }

    .sidebar-close {
        position: absolute;
        top: 15px;
        right: 15px;
        background: 0 0;
        border: none;
        font-size: 34px;
        line-height: 1;
        color: #0f172a;
        cursor: pointer;
        z-index: 1100;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .sidebar-close:focus {
        outline: 0
    }

    .mobile-sidebar {
        position: fixed;
        top: 0;
        right: 0;
        width: 280px;
        height: 100vh;
        background: #fff;
        padding: 25px;
        transform: translateX(100%);
        transition: transform .35s;
        z-index: 1050;
        overflow-y: auto;
        box-shadow: -10px 0 30px rgba(0, 0, 0, .15)
    }

    .mobile-sidebar.active {
        transform: translateX(0)
    }

    .mobile-sidebar .nav-link {
        font-size: 18px;
        padding: 10px 0
    }

    .sidebar-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, .45);
        z-index: 1040;
        opacity: 0;
        visibility: hidden;
        transition: .3s
    }

    .sidebar-overlay.active {
        opacity: 1;
        visibility: visible
    }
}

.sidebar-media {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999
}

.sidebar-media ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebar-media li {
    position: relative;
    margin: 6px 0
}

.sidebar-media li a {
    position: relative;
    display: flex;
    align-items: center;
    width: 48px;
    height: 44px;
    padding: 0 12px;
    color: #fff;
    overflow: hidden;
    border-radius: 4px 0 0 4px
}

.sidebar-media li span {
    position: absolute;
    right: 48px;
    white-space: nowrap;
    padding: 10px 14px;
    opacity: 0;
    transform: translateX(20px);
    transition: .3s;
    border-radius: 4px 0 0 4px
}

.sidebar-media li:hover span {
    opacity: 1;
    transform: translateX(0)
}

.whatsapp a,
.whatsapp span {
    background: #25d366
}

.facebook a,
.facebook span {
    background: #1877f2
}

.instagram a,
.instagram span {
    background: #e1306c
}

.google a,
.google span {
    background: #db4437
}
.error-section {
            font-family: 'Inter', sans-serif;
            padding: 20px 0;
            display: flex;
            align-items: center;
        }

        .error-title {
            font-size: 48px;
            font-weight: 700;
            color: #0b74c6;
            margin-bottom: 10px;
        }

        .error-subtitle {
            font-size: 36px;
            font-weight: 700;
            color: #0b74c6;
            margin-bottom: 20px;
        }

        .error-text {
            color: #555;
            font-size: 15px;
            margin-bottom: 15px;
            max-width: 420px;
        }

        .error-code {
            color: #0b74c6;
            font-weight: 600;
            margin-bottom: 25px;
            display: inline-block;
        }

        .btn-read {
            background: #0b74c6;
            color: #fff;
            border-radius: 30px;
            padding: 10px 28px;
            font-size: 15px;
        }

        .btn-read:hover {
            background: #0b74c6;
            color: #fff;
        }

        .error-img img {
            max-width: 100%;
        }

        @media(max-width: 767px) {
            .error-title {
                font-size: 36px;
            }

            .error-subtitle {
                font-size: 28px;
            }

            .error-section {
                text-align: center;
            }

            .error-text {
                margin: auto;
            }
        }
        .slaess ul {
    margin: 0;
    padding: 15px;
}
.slaess ul li {
font-size: 18px;
}
section.sales-fail-section h3 {
    font-size: 24px;
}
.b2c-card {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
}

.b2c-card h4 {
    font-weight: 600;
    margin-bottom: 12px;
}

.b2c-card p {
    color: #555;
    line-height: 1.6;
}

.portal-preview-box {
    background: #f2f2f2;
    border-radius: 14px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
