/*
Theme Name: Rixxo V7
Theme URI: https://www.wpbeaverbuilder.com
Version: 1.0
Description: Rixxo V7 Theme
Author: Rixxo
Author URI: https://www.rixxo.com
template: bb-theme
*/

/* Add your custom styles here...Remember to change the Version number above! */
/* Global */

html,
html.fl-builder-edit {
    overflow-x: hidden;
    /* scroll-behavior: auto; */
}
html, body, * {
    scroll-behavior: auto !important;
}
:root {
    --border-radius: 4px;
    --font-text-main: Roboto, sans-serif;
}

body p {
    /* color: var(--v2025-text-light-primary); */
    margin: 0 0 16px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}

a:focus {
    outline: unset !important;
}

.fl-builder-content h1 {
    font-family: var(--font-poppins);
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -1.2px;
    padding-bottom: 28px;
}

.fl-builder-content h1 span.v2025-green-text {
    color: var(--v2025-green-text);
}

.fl-builder-content h3 span.v2025-green-text {
    color: var(--v2025-green-text);
}

.fl-builder-content h2 {
    font-family: var(--font-poppins);
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -1.2px;
    padding-bottom: 24px;
}

.fl-builder-content h3 {
    font-family: var(--font-poppins);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1.2px;
    padding-bottom: 20px;
}

.fl-builder-content h4 {
    font-family: var(--font-poppins);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -1.2px;
    padding-bottom: 16px;
}

.fl-builder-content h5 {
    font-family: var(--font-poppins);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -1.2px;
    padding-bottom: 12px;
}

.fl-builder-content h6 {
    font-family: var(--font-poppins);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -1.2px;
    padding-bottom: 8px;
}

.fl-builder-content h1 span.v2025-green-text,
.fl-builder-content h2 span.v2025-green-text {
    color: var(--v2025-green-text) !important;
}
.fl-builder-content .v2025-pb-48 h2 {
    padding-bottom: 0;
    line-height: 58px;
}
.fl-module-pp-heading .pp-heading-content .pp-heading-prefix {
    line-height: 20px;
}
/* .fl-hidden-row {
    display: none !important;
} */

.pp-posts-wrapper .pp-content-grid-empty {
    border: 0;
    color: var(--v2025-text-light-primary);
}
.pp-posts-wrapper .pp-content-grid-empty p {
    margin: 0;
    color: var(--v2025-text-light-primary);
}
/* Global Buttons */
button:focus {
    outline: none !important;
} 

.rixxo-green-logo svg {
    height: auto;
    width: 118px;
}
.rixxo-green-logo svg path:first-child {
     fill: #fff;
}
body.single-resource_lander .rixxo-green-logo svg path:first-child,
body.single-post .rixxo-green-logo svg path:first-child {
    fill: #333333;
}

.v2025-box-with-buttons .fl-module-pp-heading {
    padding-bottom: 24px;
}

/* Header */
.v2025-hero-banner .pp-heading-content {
    gap: 0;
    display: flex;
    flex-wrap: wrap;
}

.v2025-hero-banner.fl-module>.fl-module-content {
    margin: 0;
}

.pp-heading.pp-dual-heading .heading-title a {
    display: flex !important;
    flex-wrap: wrap;
}

.pp-heading.pp-dual-heading .heading-title .pp-secondary-title {
    order: 0;
}

.pp-heading.pp-dual-heading .heading-title .pp-primary-title {
    order: 1;
}

/** buttons */
.fl-button {
    transition: all 0.2s ease !important;
}

.fl-button:hover * {
    color: #fff;
}

.fl-builder-content .fl-module-button .fl-button:hover {
    background-color: var(--v2025-green-bg);
}

.v2025-button-primary-alternative .fl-button {
    background-color: var(--v2025-pink-tint-bg) !important;
}

.v2025-button-primary-alternative .fl-button:hover {
    border: none !important;
    background-color: var(--v2025-pink-bg) !important;
}

.v2025-dark-button-secondary .fl-button {
    background-color: transparent !important;
    color: #FFFDFE !important;
    border: 1px solid #fff !important;
}

.v2025-dark-button-secondary .fl-button:hover {
    background-color: #fff !important;
}

.v2025-dark-button-secondary .fl-button:hover .fl-button-text,
.v2025-dark-button-secondary .fl-button:hover .fl-button-icon {
    color: #1A2F37 !important;
}

.v2025-light-button-secondary .fl-button {
    background-color: transparent !important;
    color: #1A2F37 !important;
    border: 1px solid #1A2F37 !important;
}

.v2025-light-button-secondary .fl-button:hover {
    background-color: #1A2F37 !important;
}

.v2025-light-button-secondary .fl-button:hover .fl-button-text,
.v2025-light-button-secondary .fl-button:hover .fl-button-icon {
    color: #FFFDFE !important;
}

/* Tab */
.v2025-tabs-vertical .fl-tabs.fl-tabs-vertical {
    border-radius: 16px;
    overflow: hidden;
}

.v2025-tabs-vertical .fl-tabs.fl-tabs-vertical .fl-tabs-labels {
    width: 50%;
    float: right;
    border-radius: 0 16px 16px 0;
}

.v2025-tabs-vertical .fl-tabs.fl-tabs-vertical .fl-tabs-labels li:last-child .fl-tabs-label {
    border-radius: 0 0 var(--border-radius-16) 0;
}

.v2025-tabs-vertical .fl-tabs-vertical .fl-tabs-panels {
    width: 50%;
    border-radius: 16px 0 16px 16px;
}

.v2025-tabs-vertical .fl-tabs-vertical .fl-tabs-panels h3.fl-cta-title {
    margin: 0 0 10px;
}
.v2025-tabs-vertical .fl-tabs-panels .fl-cta-button {
    padding-top: 20px;
}
.v2025-tabs-vertical .fl-tabs-panels .fl-cta-button .fl-button {
    padding: 16px 36px;
    height: 56px;
    line-height: 24px;
}

.v2025-tabs-vertical .fl-tabs-panel .fl-tabs-panel-content {
    padding: 48px 48px 68px;
    min-height: 388px;
}
.v2025-tabs-vertical .fl-tabs-labels .fl-tabs-label:hover {
    background-color: var(--v2025-bg-light-card-hover);
}
.v2025-our-team .fl-module-box .fl-module-photo {
    height: 100%;
    width: 100%;
}

/* .v2025-our-team .fl-module-box .fl-module-photo img {
    border-radius: var(--border-radius-16);
} */

.v2025-portfolio-featured img {
    max-width: 576px;
    margin: 0 auto;
    height: auto;
    width: 100%;
}
/* Our Work - Carousel */
.pp-content-post-carousel .pp-content-carousel-post {
    padding-bottom: 20px;
    height: auto !important;
}

.pp-content-post-carousel .pp-portfolio-grid-post-text .pp-portfolio-grid-post-title {
    color: var(--v2025-text-light-primary);
    padding: 24px 0 0;
    margin: 0;
}

.pp-content-post-carousel .pp-portfolio-grid-post-text a:hover {
    text-decoration: none;
}

.pp-content-post-carousel .pp-portfolio-grid-post-text a:hover h4 {
    color: #33CC99;
}

.pp-content-post-carousel .pp-portfolio-grid-post-image {
    border-radius: 4px;
    overflow: hidden;
}

.pp-content-post-carousel .owl-nav {
    display: flex;
    gap: 16px;
    justify-content: end;
    width: 50%;
    float: right;
    /* transform: translateY(-28px); */
    z-index: 1;
    /*  position: relative; */
    position: absolute;
    right: 24px;
    z-index: 1;
    bottom: 0;
}

.pp-content-post-carousel .owl-nav button {
    position: static;
}

.pp-content-post-carousel .owl-theme .owl-dots {
    margin-top: 0;
    text-align: left;
    padding-left: 16px;
    align-items: center;
    display: flex;
    height: 48px;
}

.pp-content-post-carousel .owl-stage-outer {
    padding-bottom: 28px;
    overflow: unset;
}

.v2025-background-alternative-dark .pp-content-post-carousel .owl-carousel .owl-stage-outer::after,
.v2025-background-alternative-dark .pp-content-post-carousel .owl-carousel .owl-stage-outer::before {
    background-color: var(--v2025-bg-alternative-dark);
}

.pp-content-post-carousel .pp-content-grid-image .pp-post-featured-img img {
    border-radius: var(--border-radius-4);
}

/* .fl-module-pp-content-grid > .fl-module-content {
    margin-left: -24px;
} */
/**
* Testimonials
*/
.v2025-testimonials .pp-testimonials-slider h2 {
    margin: 0 0 48px;
    padding: 0;
}

.v2025-testimonials .pp-testimonials-slider .owl-carousel .owl-dots {
    position: relative;
    left: -8px;
}

.v2025-testimonials .pp-testimonials .layout-1 {
    text-align: left;
    display: flex; /* fixed */
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.v2025-testimonials .pp-testimonial .pp-testimonials-image img {
    width: auto;
    margin: 0;
    line-height: 0;
}

.v2025-testimonials .pp-testimonial .pp-title-wrapper .pp-testimonials-name {
    font-weight: 600;
}

.v2025-testimonials .pp-testimonial {
    min-height: 327px;
    border-radius: var(--border-radius-4);
}

.v2025-testimonials .pp-testimonial .pp-content-wrapper {
    /* min-height: 207px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1; /* fixed */
    gap: 24px;
}

.v2025-testimonials .pp-testimonial p:last-child {
    margin-bottom: 0;
}

.v2025-testimonials .pp-testimonials .owl-carousel .owl-stage-outer {
    margin-bottom: 48px;
}

.v2025-testimonials .pp-testimonials .owl-nav {
    justify-content: center;
    justify-content: flex-end;
    width: auto;
    float: right;
    margin-top: 0 !important;
    z-index: 1;
    position: relative;
    right: -5px;
}

.v2025-testimonials .pp-testimonials .owl-nav button * {
    opacity: 0;
}

.v2025-testimonials .pp-testimonials .owl-nav button {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain;
    margin: 0 5px !important;
    transition: all 0.5s;
}

.v2025-testimonials .pp-testimonials .owl-nav .owl-prev {
    background-image: url(images/chevron_left.svg) !important;
}

.v2025-testimonials .pp-testimonials .owl-nav .owl-next {
    background-image: url(images/chevron_right.svg) !important;
}

.v2025-testimonials .pp-testimonials .owl-carousel .owl-dots {
    text-align: left;
    margin-top: 48px;
    height: 48px;
    width: auto;
    display: flex;
    align-items: center;
}

.pp-content-post-carousel .owl-nav button:not(.disabled):hover,
.fl-our-thinking .owl-carousel-mobile.owl-carousel .owl-nav button:not(.disabled):hover,
.v2025-testimonials .pp-testimonials .owl-nav button:not(.disabled):hover,
.fl-col-content .owl-carousel-mobile.owl-carousel .owl-nav button:not(.disabled):hover{
    /* border-color: var(--v2025-green-text) !important; */
    filter: invert(65%) sepia(54%) saturate(464%) hue-rotate(113deg) brightness(96%) contrast(89%);
}

/* Testimonials */
.v2025-testimonials .pp-testimonials .owl-carousel .owl-stage-outer {
    overflow: unset;
    position: relative;
}

.v2025-testimonials .pp-testimonials .owl-carousel .owl-stage-outer::before,
.v2025-testimonials .pp-testimonials .owl-carousel .owl-stage-outer::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: -100%;
    background-color: #F6F6F6;
    z-index: 1000;
    display: block;
    height: 100%;
    width: 100%;
}

.v2025-testimonials .pp-testimonials .owl-carousel .owl-stage-outer::after {
    left: calc(100% + 120px);
    right: -100%;
}

/** more work */
.pp-content-post-carousel .owl-carousel {
    overflow-y: unset;
    overflow-x: unset;
    position: relative;
}

.pp-content-post-carousel .owl-carousel .owl-stage-outer::after,
.pp-content-post-carousel .owl-carousel .owl-stage-outer::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: -100%;
    background-color: var(--v2025-bg-deep-shadows);
    z-index: 1000;
    display: block;
    height: 100%;
    width: 100%;
}

.pp-content-post-carousel .owl-carousel .owl-stage-outer::after {
    right: -100%;
    left: calc(100% + 120px);
}
.fl-builder-content .v2025-more-our-work .pp-content-post-carousel .owl-nav button {
    background-repeat: no-repeat !important;
    background-position: center !important;
    transition: all 0.5s;
}
.fl-builder-content .v2025-more-our-work .pp-content-post-carousel .owl-nav button * {
    opacity: 0;
}
.fl-builder-content .v2025-more-our-work .pp-content-post-carousel .owl-nav button.owl-next {
    background-image: url(images/chevron_right.png) !important;           
}
.fl-builder-content .v2025-more-our-work .pp-content-post-carousel .owl-nav button.owl-prev {
    background-image: url(images/chevron_left.png) !important;          
}

.v2025-who-we-help .heading-title .pp-secondary-title {
    display: none !important;
}

.v2025-accordion-mobile {
    border-radius: 24px;
    overflow: hidden;
}

.v2025-accordion-mobile a.fl-button {
    padding: 16px 36px;
    height: 56px;
}

.v2025-accordion-mobile a.fl-button fl-button-text {
    vertical-align: inherit;
}

.v2025-accordion-mobile a.fl-button fl-button-icon {
    vertical-align: sub;
}

/* we believe in better*/
.v2025-card-large-height .fl-cta-wrap .fl-cta-button {
    text-align: right;
}
.v2025-card-large-height .fl-cta-wrap .fl-cta-button .fl-button-text,
.v2025-card-large-height .fl-cta-wrap .fl-cta-button i {
    color: var(--v2025-text-dark-primary);
}
.v2025-card-large-height .fl-cta-wrap .fl-cta-button:hover * {
    color: var(--v2025-text-light-primary);
}
.v2025-card-large-height.fl-module-box.fl-module {
    border-radius: var(--border-radius-4);
}

.fl-tabs-vertical .fl-tabs-labels .fl-tabs-label {
    line-height: 28px;
    letter-spacing: -1.2px;
}

.v2025-blue-box {
    min-height: 248px;
}

.v2025-blue-box .fl-cta-text-content {
    min-height: 114px;
}

.v2025-blue-box .fl-node-content {
    padding: 0;
    border-radius: var(--border-radius-4);
}
.v2025-blue-box .v2025-wrapper-link .cta-wapper-link {
    padding: 24px;
}
.v2025-blue-box .v2025-wrapper-link .cta-wapper-link .fl-button {
    font-weight: 500;
    line-height: 24px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: var(--v2025-text-light-primary);
}

/* our-thinking */
.fl-our-thinking .fl-post-grid ul {
    display: flex;
    gap: 48px;
}

.fl-our-thinking .fl-post-grid ul li img {
    border-radius: 4px;
}

.fl-our-thinking .fl-post-grid .fl-post-grid-text {
    padding: 24px 0 0;
}

.fl-our-thinking .fl-post-grid .fl-post-grid-text a {
    font-size: 20px;
    line-height: 24px;
}
.v2025-self-stretch h3.fl-heading a:hover,
.v2025-post-content-carousel .pp-content-carousel-title:hover a,
.fl-our-thinking .fl-post-feed-header .fl-post-feed-title:hover a,
.fl-our-thinking .fl-post-grid .fl-post-grid-text a:hover {
    color: var(--v2025-green-text);
}

.fl-our-thinking .fl-post-grid .fl-post-grid-text a,
.fl-our-thinking .fl-post-feed-header .fl-post-feed-title,
body:not(.blog) .pp-content-post-grid .pp-content-grid-post .pp-content-grid-post-title  {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

/** post-carousel on member page */
.fl-post-carousel.fl-post-carousel-grid {
    padding: 0;
}

.fl-post-carousel-grid .fl-post-carousel-wrapper .fl-post-carousel-post {
    width: 368px !important;
}
.fl-post-grid .fl-post-column .fl-post-grid-post .fl-post-grid-image {
    aspect-ratio: 736 / 368;
}
.fl-post-carousel-grid .fl-post-carousel-wrapper .fl-post-carousel-image img,
.fl-post-grid .fl-post-column .fl-post-grid-post .fl-post-grid-image img {
    border-radius: var(--border-radius-4);
    /* max-height: 184px; */
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

.fl-post-carousel-grid .fl-post-carousel-wrapper .fl-post-carousel-post .fl-post-carousel-text,
.fl-post-grid .fl-post-column .fl-post-grid-post .fl-post-grid-text {
    padding: 24px 0 0;
}

.fl-module-post-grid .fl-post-grid {
    display: block;
    /* max-width: 1200px; */
}

.fl-module-post-grid .fl-post-grid .fl-post-column {
    padding-bottom: 0;
    width: 100%;
}

.fl-post-grid .fl-post-column .fl-post-grid-post {
    background: transparent;
    border: 0;
}

.fl-post-grid .fl-post-column .fl-post-grid-post .fl-post-grid-text {
    padding: 24px 0 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fl-post-grid .fl-post-column .fl-post-grid-post .fl-post-grid-text .fl-post-grid-title {
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    color: #FFFDFE;
}

.fl-post-grid .fl-post-column .fl-post-grid-post .fl-post-grid-text .fl-post-grid-content {
    font-size: 16px;
    line-height: 24px;
    color: #FFFDFE;
}

.fl-module-post-carousel .fl-post-carousel .bx-wrapper {
    max-width: 1200px !important;
}

/** Socials */
.fl-module-icon .fl-icon-wrap .fl-icon i.icon-linkedin2 {
    line-height: 36px;
    width: 36px;
    background: var(--v2025-text-light-primary);
    height: 36px;
    border-radius: 4px;
    padding: 0;
    color: var(--v2025-bg-main);
}

.fl-module-icon .fl-icon-wrap .fl-icon i::before {
    line-height: 36px;
}

/* platform logos */
.platform-logos {
    background-color: var(--v2025-bg-light-card-hover);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.platform-logos .logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.platform-logos .logos .logo {
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
}

.platform-logos .platform-title,
.platform-logos .platform-title a {
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-family: Poppins;
    letter-spacing: -1.2px;
    text-decoration: none !important;
}
.v2025-integrated-project-section .platform-logos .platform-title {    
    color: var(--v2025-text-dark-primary);
}
.platform-logos .platform-title a {
    color: var(--v2025-text-light-primary);
}

.pp-content-post a:hover .platform-title {
    color: var(--v2025-green-text);
}
.fl-node-content a.v2025-wrapper-link,
.pp-content-post a.v2025-wrapper-link {    
    text-decoration: none !important;
    outline: none !important;
}
.fl-node-content a.v2025-wrapper-link:hover,
.pp-content-post a.v2025-wrapper-link:hover {    
    text-decoration: none !important;    
}
.cta-wapper-link .v2025-wrapper-link {
    height: 100%;
}

.v2025-logo-fix-height {
    min-height: 148px;
    display: flex;
    align-items: center;
}
/* integrations */
.v2025-platform-logo .fl-photo {
    height: 308px;
    width: 308px;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: var(--border-radius-4);
    justify-content: center;
    overflow: hidden;
}

.v2025-popular-integrations .pp-content-grid-pagination {
    margin-top: 48px;
}

.v2025-platforms-integrations {
    background-color: transparent;
}

.platform-logos .logos .v2025-box-128 {
    height: 128px;
    width: 128px;
    background: #ffffff;
    display: flex;
    align-items: center;
}

.v2025-popular-integrations .pp-content-grid-pagination ul {
    display: flex;
    gap: 20px;
}

.v2025-popular-integrations .pp-content-grid-pagination li .page-numbers {
    margin: 0;
    min-width: 0 !important;
    border: 0 !important;
}

.v2025-popular-integrations .pp-content-grid-pagination li {
    line-height: 24px;
    display: flex;
    align-items: center;
    height: 56px;
}

.platform-logos .v2025-p-14 {
    padding: 14px;
}

.platform-logos .v2025-box-128 img {
    height: auto;
    width: 100%;
}
.platform-logos:hover .platform-title {
    color: var(--v2025-text-hover);
}
.fl-our-thinking .fl-module-content .fl-post-feed {
    display: flex;
    flex-direction: row;
    gap: 48px;
    flex-basis: 33.33%;
}

.fl-our-thinking .fl-module-content .fl-post-feed .fl-post-feed-post {
    /* flex-basis: 368px; */
    flex-basis: 33.33%;
}

.fl-our-thinking .fl-module-content .fl-post-feed-image {
    margin-bottom: 24px;
    max-height: 184px;
    overflow: hidden;
    border-radius: var(--border-radius-4);
    display: flex;
    align-items: center;
}

.fl-our-thinking .fl-module-content .fl-post-feed-image img {
    border-radius: var(--border-radius-4);
    width: 100% !important;
    object-fit: cover;
}

.fl-our-thinking .fl-module-content .fl-post-feed-header {
    margin: 0;
}

.fl-our-thinking .fl-module-content .fl-post-feed-header h5 {
    margin: 0;
}

/** Popup */
.pp-modal-wrap .pp-modal-container .pp-modal {
    top: 80px !important;
}

.pp-modal-wrap .fl-builder-content .fl-module-box .fl-module-pp-heading {
    padding-top: 56px;
}

.pp-modal-wrap .fl-builder-content .pp-heading-content h4 {
    margin: 0 auto;
    max-width: 400px;
    padding-bottom: 16px;
}

.pp-modal-wrap .fl-builder-content .pp-heading-content h4 span {
    color: var(--v2025-text-dark-primary);
}

.pp-modal-wrap .fl-builder-content .pp-heading-content {
    text-align: center;
}

.pp-modal-wrap .fl-builder-content .pp-heading-content p:last-child {
    margin-bottom: 0;
}

.pp-modal-wrap .fl-module-button .fl-button {
    border: 0 !important;
    padding: 16px 36px;
    line-height: 24px;
}

.fl-list-regular .fl-list-item:first-child {
    padding-top: 0;
}

.fl-list-regular .fl-list-item:last-child {
    padding-bottom: 0;
}

/* Search on main menu */

#mega-menu-wrap-header #mega-menu-header .search-box .search-form .search-key::placeholder,
#mega-menu-wrap-header #mega-menu-header .search-box .search-form .search-key::-webkit-input-placeholder {
    color: var(--v2025-text-dark-primary);
    opacity: 1;
}

#mega-menu-wrap-header #mega-menu-header .search-box .search-form .search-key {
    border: solid 1px var(--v2025-bg-main) !important;
    color: var(--v2025-bg-main);
    border-radius: 4px;
    width: 100%;
    flex-basis: 100% 1 1;
    display: flex;
    height: 48px;
    padding: 12px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    outline: none !important;
    box-shadow: none !important;
}

#mega-menu-wrap-header #mega-menu-header .search-box .mega-menu-description,
#mega-menu-wrap-header #mega-menu-header .search-box a.mega-menu-link {
    width: 100%;
    display: block;
}

#mega-menu-wrap-header #mega-menu-header .search-box .mega-description-group,
#mega-menu-wrap-header #mega-menu-header .search-box .search-form,
.search-platforms {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

#mega-menu-wrap-header #mega-menu-header .search-box .mega-description-group,
.search-platforms {
    gap: 16px;
}

#mega-menu-wrap-header #mega-menu-header .search-box .search-form .search-results,
.search-platforms .search-platform-results {
    position: relative;
    display: none;
}

#mega-menu-wrap-header #mega-menu-header .search-box .search-form .search-results .post-lists,
.search-platforms .search-platform-results .post-lists {
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    background-color: var(--v2025-text-light-primary);
    border: solid 1px var(--v2025-text-dark-primary);
    border-radius: 0 0 4px 4px;
    padding: 20px;
    z-index: 100;
}

.search-platforms .search-platform-results .post-lists {
    max-height: 250px;
    min-width: 320px;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

#mega-menu-wrap-header #mega-menu-header .search-results .post-lists .post-item a,
.search-platforms .search-platform-results .post-lists .post-item a {
    color: var(--v2025-text-dark-primary);
    font-size: 14px;
    line-height: 24px
}

#mega-menu-wrap-header #mega-menu-header .search-results .post-lists .post-item a:hover,
.search-platforms .search-platform-results .post-lists .post-item a:hover {
    color: var(--v2025-green-text);
}

#mega-menu-wrap-header #mega-menu-header .search-results .post-lists .post-item,
.search-platforms .search-platform-results .post-lists .post-item {
    color: var(--v2025-text-dark-primary);
    padding: 7px 0;
}

.search-platforms .search-platform-results .post-lists .post-item {
    color: var(--v2025-text-dark-primary);
    padding: 0;
}

.search-platform-results>div {
    color: var(--v2025-text-light-primary);
}

.v2025-owl-limit-width {
    overflow: hidden;
}

.fl-builder-content .v7-rixxo-contact-box h3 {
    padding-bottom: 0;
}
/* Fix resource error with 4 columns */
.fl-builder-content-primary .fl-col-content .v2025-resource-boxies {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: repeat(1, 1fr);
    flex-direction: row;
    justify-items: center; /**/
    align-items: center;
    row-gap: 24px;
    column-gap: 24px;
    grid-auto-flow: row dense;
    align-items: start;
}

@media (min-width: 1201px) {
    .v2025-resource-page .v2025-resource-card:nth-child(5) {
        grid-row: 2 / span 1;
        grid-column: 2 / span 1;
        justify-self: stretch;
    }
    .v2025-resource-page .v2025-resource-card:nth-child(6) {
        grid-row: 2 / span 1;
        grid-column: 3 / span 1;
        justify-self: stretch;
    }
}

@media (max-width: 1200px) {
    /* Fix resource error with 3 columns */
    .fl-builder-content-primary .fl-col-content .v2025-resource-boxies {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .platform-logos .logos .v2025-box-128 {
        height: 100%;
        width: 100%;
        min-height: 114px;
        aspect-ratio: 1 / 1;
    }
    .v2025-logo-fix-height {
        min-height: auto;
    }
}

.fl-builder-content .fl-col-content .v2025-resource-card {
    gap: 0;
    aspect-ratio: 3 / 4; 
    height: 100% !important;
    border-radius: var(--border-radius-4);
    /* background-image: none;
    background: #e9e9e9; */
}
.fl-builder-content .fl-col-content .v2025-resource-card .fl-module-pp-heading,
.fl-builder-content .fl-col-content .v2025-resource-card .fl-node-content,
.fl-builder-content .fl-col-content .v2025-resource-card .pp-heading-content {
    height: 100%;
}
.v2025-resource-card .fl-module-pp-heading .pp-heading-content .pp-heading-prefix,
.v2025-resources-posts .v2025-resource-item .fl-module-pp-heading .pp-heading-prefix {
    background: var(--v2025-bg-card-hover);
    color: var(--v2025-text-light-primary) !important;
    width: auto;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 4px;
    border-radius: var(--border-radius-4);
}

body.blog  .pp-content-post-grid .pp-content-grid-post-image {
    /* min-height: 184px; */
    border-radius: var(--border-radius-4);
    /* background-color: #fffdfe; */
    background-image: url('/app/uploads/2025/11/no-image1.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    aspect-ratio: 736 / 368;
}
body.blog  .pp-content-post-grid .pp-content-grid-post-image img {
    height: 100%;
    object-fit: cover;
    margin-bottom: 24px;
    border-radius: var(--border-radius-4);
}

.platform-logos .logos .plugs-sign {
    width: 32px;
    height: 32px;
    text-align: center;
}

.platform-logos .logos .plugs-sign svg {
    vertical-align: middle;
}
.platform-type {
    text-transform: lowercase;
}

.pp-heading-content .pp-sub-heading a,
.fl-module-cta .fl-cta-text .fl-cta-text-content a {
    text-decoration: none;
}
/* /resources/platforms/ */
.fl-module-html .platform-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

.fl-module-html .platform-content-grid-post.platform-item {
    min-width: 0;
}
.fl-module-html .platform-content-grid-post.platform-item .platform-content-grid-post-image {
    aspect-ratio: 1 / 1;
    height: auto;
    max-height: 100%;
}
/* .fl-module-html .platform-content-grid-post.platform-item .platform-content-grid-post-title a {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
} */
.loading {
    font-family: "Roboto";
    font-size: 14px;
    color: #FFFDFE;
    font-weight: 400;
}

/* fix menu */
body:not(.home) .fl-page header .fl-row .fl-row-content-wrap {
    background-color: var(--v2025-bg-main) !important;
}
/* Confirmed
body.single-resource_lander .fl-page header .fl-row .fl-row-content-wrap {
    background: transparent !important;
}
body.single-resource_lander .fl-page header .fl-row .fl-row-content-wrap,
*/
body.single-post .fl-page header .fl-row .fl-row-content-wrap {
    background: #fff !important;
}

body.single-post article .fl-module img {
    border-radius: var(--border-radius-4) !important;
}
/* body:not(.home) .fl-page header.fl-builder-content {
    position: relative !important;
} */

.hs-form-container {
    width: 100%;
}
.hs-form-container form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hs-form-container .hs-error-msgs {
    list-style: none;
    font-size: 13px;
    padding: 5px 0 0 0;
    margin: 0;
}

.hs-form-container .hs-error-msgs label {
    font-size: 13px;
    color: var(--v2025-red-text);
    margin: 0;
}
.hs-form-container form fieldset {
    max-width: 100%;
}
.hs-form-container form fieldset.form-columns-2 .input,
.hs-form-container form fieldset.form-columns-1 .input {
    margin: 0;
}
.hs-form-container form fieldset.form-columns-1 .input input,
.hs-form-container form fieldset.form-columns-2 .input input,
.hs-form-container form fieldset.form-columns-1 .input textarea,
.hs-form-container form fieldset.form-columns-1 .input select,
.hs-form-container form fieldset.form-columns-1 .input .hs-input,
.hs-form-container form .hs-form-field .input input,
.hs-form-container form .hs-form-field .input textarea,
.hs-form-container form .hs-form-field .input select {
    width: 100% !important;
    cursor: pointer;
}
.hs-form-container form .hs-form-field .input select {
    border: solid 1px #223b44;
    color: var(--v2025-text-dark-primary) !important;
}
.hs-form-container form .hs-form-field .input select,
.hs-form-container form fieldset.form-columns-1 .input select {
    background-image: url(images/down.svg);
    background-repeat: no-repeat;
    background-position: 99% center;
}
.hs-form-container form .hs-form-field .input select,
.hs-form-container form fieldset .input select, 
.hs-form-container form fieldset .input .hs-input {
  width: 100% !important;
  cursor: pointer;
  border-radius: var(--border-radius);
  padding: 12px;
  height: 48px;
}
.hs-form-container form .hs-form-field .hs-input:not(.hs-fieldtype-textarea), 
.hs-form-container form fieldset .input .hs-input:not(.hs-fieldtype-textarea) { 
  border-radius: var(--border-radius-4);
}

.hs-form-container form fieldset.form-columns-2 {
    display: flex;
    gap: 24px;
}
.hs-form-container form fieldset.form-columns-2 .hs-form-field {
    flex: 1 1;
    width: auto;
}
.hs-form-container form fieldset .hs-richtext h3.heading-title {
    display: none;
}
.hs-form-container form .legal-consent-container .hs-richtext p,
.hs-form-container form fieldset .legal-consent-container .hs-richtext p {
    font-size: 14px;
    line-height: 20px;
    color: var(--v2025-text-light-primary);
    /*hidden text*/
    font-size: 0;
    color: transparent;
    margin: 0;
}
.hs-form-container form .legal-consent-container .hs-richtext p a { 
    color: var(--v2025-text-light-primary);
    text-decoration: underline;
    color: #fffdfe;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    font-family: var(--font-poppins);
}
.hs-form-container form .legal-consent-container .hs-richtext p a:hover {
    color: var(--v2025-text-hover);
}
.hs-form-container form .hs_recaptcha {
    display: none;
}
.hs-form-container form .actions {
    text-align: center;
}
.single-resource_lander .fl-row:not(:last-child) .hs-form-container form .actions {
    text-align: left;
}
.hs-form-container form .actions .hs-button {
  padding: 16px 36px;
  display: inline-flex;
  border-radius: 30px;
  font-size: 16px;
  height: 56px;
  color: #1A2F37;
  line-height: 24px;
  font-family: Poppins;
  letter-spacing: 0.5px;
  cursor: pointer;
  text-align: center;
  justify-content: center;
}
.hs-form-container .submitted-message {
    width: 100%;
    color: var(--v2025-text-dark-primary);
    padding: 48px;
    text-align: center;
    border-radius: var(--border-radius-16);
    background-color: var(--v2025-bg-light-mild-contrast);
}

.hs-form-container form fieldset .hs-richtext .steps {
    font-size: 24px;
}
.hs-form-container form fieldset.form-columns-0:not(:first-child) {
    margin-top: 24px;
}

.v2025-hubspot-form-2cols .hs-form-container form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 24px;
}
.v2025-hubspot-form-2cols .v2025-landing-box-contact .hs-form-container form .hs-jobtitle,
.v2025-hubspot-form-2cols .v2025-landing-box-contact .hs-form-container form .hs-hs_persona,
.v2025-hubspot-form-2cols .hs-form-container form .legal-consent-container,
.v2025-hubspot-form-2cols .hs-form-container form .hs-submit {
    grid-column: span 2;
}
/* sticky main menu */

.fl-page header {
    top: 0;
    position: fixed !important;
    z-index: 1000;
    width: 100%;
    right: 0;
    left: 0;
    transition: transform 0.7s ease, box-shadow 0.7s ease;
    transform: translateY(0);
}
.fl-page header.scrolled .fl-row-content-wrap {
    background-color: var(--v2025-bg-main) !important;
}
.fl-page header.not-show {
    transform: translateY(-100%);
}
div.fl-builder-content .fl-row:first-child .fl-row-content-wrap {
    padding-top: 220px;
}

@media (max-width: 991px) {
    div.fl-builder-content .fl-row:first-child .fl-row-content-wrap {
        padding-top: 130px;
    }
    .fl-our-thinking .fl-module-content .fl-post-feed-image,
    .fl-our-thinking .fl-module-content .fl-post-feed-image img,
    .v2025-our-team .fl-module-box .fl-module-photo img {
        border-radius: var(--border-radius);
    }
}

body:not(.blog) .v2025-resources-posts .resource_lander .v2025-resource-item h5 {
    font-family: var(--font-poppins);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -1.2px;
}
body:not(.blog) .v2025-resources-posts .resource_lander .v2025-resource-item * {
    color: var(--v2025-text-dark-primary);
    text-decoration: none;
}
body:not(.blog) .v2025-resources-posts .resource_lander .v2025-resource-item .pp-heading-prefix {
    margin-bottom: 24px;
}
body:not(.blog) .v2025-resources-posts .resource_lander .v2025-resource-item .pp-heading {
    margin-bottom: 12px;
}
body:not(.blog) .v2025-resources-posts .resource_lander .v2025-resource-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    height: 100%;
    cursor: pointer;
}
.v2025-resources-posts .resource_lander .v2025-resource-item {
    aspect-ratio: 3 / 4;
    height: 100% !important;
}
.v2025-resources-posts .resource_lander .v2025-resource-item .pp-content-grid-post,
.v2025-resources-posts .resource_lander .v2025-resource-item .pp-content-grid-post-text {
    height: 100%;
}
.v2025-resources-posts .resource_lander .v2025-resource-item .pp-content-grid-post-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.v2025-resources-posts .resource_lander .v2025-resource-item .pp-content-grid-post-excerpt {
    opacity: 0;
    transition: all 0.5s;
}
.v2025-resources-posts .resource_lander .v2025-resource-item .fl-button-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: end;
    font-weight: 500;
    line-height: 24px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    opacity: 0;
    transition: all 0.5s;
}
.v2025-resources-posts .resource_lander .v2025-resource-item:hover .pp-content-grid-post-excerpt,
.v2025-resources-posts .resource_lander .v2025-resource-item:hover .fl-button-wrap {
    opacity: 1;
}
.v2025-resources-posts .resource_lander .v2025-resource-item .fl-button-wrap:hover * {
    color: var(--v2025-text-hover);
}

.fl-module-pp-content-grid .pp-content-grid-post-image img,
.v2025-box-radius-image .fl-photo-content img,
.v2025-our-work-grid .pp-portfolio-grid-post-image img,
.v2025-our-team .fl-module-box .fl-module-photo img,
.v2025-our-work-grid .pp-portfolio-grid-post-image .pp-video-player,
.v2025-resource-page .v2025-resource-card,
.v2025-resource-page .v2025-resource-card .fl-module-pp-heading .pp-heading-content .pp-heading-prefix,
.v2025-gradient-border, .pp-content-post-grid .pp-content-grid-post.combination,
.fl-module-html .platform-content-grid-post.platform-item .platform-content-grid-post-image,
.fl-builder-content .fl-module-box .v2025-radius-16, .fl-module-html .v2025-video-container, 
.rixxo-v7-card-body .v2025-gap-16,.v2025-flex .v2025-bg-card-hover, .rixxo-v7-card-body .fl-module-box  {
    border-radius: var(--border-radius-4);
}

.v2025-our-work-grid .portfolio-has-video img {
    display: none;
}

.b2b-logo .fl-photo-img {
    height: 56px !important;
    width: auto;
}

/* Fix Main menu */
#mega-menu-wrap-header #mega-menu-header li.mega-menu-ads-right, 
#mega-menu-wrap-header #mega-menu-header li.mega-menu-banner-ads,
#mega-menu-wrap-header #mega-menu-header li.mega-banner-ads:not(.search-box) {
    display: none !important;
} 
#mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12 {
    width: 100%;
}
#mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-main > .mega-sub-menu-all-tabs {
    border-radius: 0 var(--border-radius-16) var(--border-radius-16) 0;
}

#policydoc .fl-rich-text {
  padding: 10px;
  border: 1px solid #545454;
  border-radius: 3px;
  height: 460px;
  overflow: scroll;
}
#policydoc .fl-rich-text * {
    color: var(--v2025-text-dark-primary);
}
/**
*   Responsive
*/

@media (min-width: 1200px) {

    /** Resourcs */
    .v2025-resource-card {
        cursor: pointer;
    }

    .v2025-resource-card .pp-heading-content .pp-heading-prefix {
        background: #F9F4F4;
        width: auto;
        display: inline-block;
        padding: 8px 16px;
        border-radius: 4px;
        line-height: 145%;
        font-family: var(--font-text-main);
        font-weight: 400;
        font-size: 14px;
    }

    .v2025-resource-card .pp-heading-content .pp-sub-heading,
    .v2025-resource-card .fl-module-button {
        opacity: 0;
        transition: all 0.5s ease-in-out;
    }

    .v2025-resource-card:hover .pp-heading-content .pp-sub-heading,
    .v2025-resource-card:hover .fl-module-button {
        opacity: 1;
    }

    /* who we help */
    .v2025-cta-box-hover .fl-cta-wrap {
        cursor: pointer;
    }

    .v2025-cta-box-hover .fl-module-cta .fl-cta-wrap .fl-cta-text-content,
    .v2025-cta-box-hover .fl-module-cta .fl-cta-wrap .fl-cta-button {
        opacity: 0;
        overflow: hidden;
        transition: opacity 0.5s ease, max-height 0.5s ease;
    }

    .fl-module-cta:hover .fl-cta-wrap .fl-cta-text-content,
    .v2025-cta-box-hover .fl-module-cta:hover .fl-cta-wrap .fl-cta-button {
        opacity: 1;
    }

    .v2025-cta-box-hover .fl-module-cta .fl-cta-wrap .fl-cta-button {
        text-align: right;
    }
    .v2025-cta-box-hover .fl-module-cta .fl-cta-wrap .fl-cta-button .fl-button * {
        color: var(--v2025-text-light-primary);
    }
    .v2025-cta-box-hover .fl-module-cta .fl-cta-wrap .fl-cta-button .fl-button:hover * {
        color: var(--v2025-text-hover);
    }
    .v2025-cta-box-hover .fl-module-cta .fl-module-content {
        height: 100%;
    }

    /***/
    .v2025-b2b-ecommere-mor-row .fl-module-box {
        flex-basis: 50%;
    }

    /* we believe in better*/
    .v2025-card-large-height {
        position: relative;
        min-height: 708px;        
    }
    /* .v2025-card-large-height.fl-module-box.fl-module {
        border-radius: var(--border-radius-16);
    } */
    .v2025-card-large-height .fl-cta-wrap {
        height: calc(708px - 125px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        opacity: 0;
        transition: opacity 0.5s ease, max-height 0.5s ease;
    }

    .v2025-card-large-height .fl-heading {
        position: absolute;
        bottom: 56px;
        padding: 0;
        transition: opacity 0.5s ease;
        opacity: 1;
        z-index: 0;
    }

    .v2025-card-large-height .fl-heading+div {
        z-index: 10;
    }

    .v2025-card-large-height:hover .fl-heading {
        opacity: 0;
    }

    .v2025-card-large-height:hover .fl-cta-wrap {
        opacity: 1;
    }
    
    .v2025-more-our-work .pp-content-posts-inner .pp-content-post .wp-post-image {
        /* min-width: 368px;
        height: 472px; */
        border-radius: var(--border-radius-4);
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .fl-builder-content-9 .v2025-b2b-ecommere-mor-row {
        gap: 128px;
    }

    .v2025-blue-box .fl-node-content {
        height: 100%;
    }

    .v2025-blue-box .fl-node-content .fl-cta-wrap {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .v2025-blue-box .fl-node-content .fl-cta-wrap .fl-cta-button {
        text-align: right;
    }

    .v2025-more-our-work .pp-content-posts-inner .pp-content-post .wp-post-image {
        min-width: 0;
    }

    .v2025-buttons-group .fl-button-wrap {
        max-width: 290px;
        width: 100%;
    }

    .v2025-buttons-group .fl-button-wrap .fl-button {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .v2025-sticky-scroll {
        position: sticky;
        top: 64px;
        height: fit-content;
        align-self: start;
    }

    .v2025-sticky-scroll-30 {
        position: sticky;
        top: 30vh;
        height: fit-content;
        align-self: start;
    }

    /* Mega menu */
    #mega-menu-wrap-header #mega-menu-header>li.mega-menu-megamenu>ul.mega-sub-menu {
        z-index: 999;
        border-radius: 16px;
        background: white;
        border: 0;
        padding: 0;
        position: absolute;
        width: 960px;/* 1200px; */
        max-width: 960px;/* 1200px; */
        left: calc(50% + 25px);
        transform: translateX(-50%);
        top: calc(100% + 18px);
    }

    #mega-menu-wrap-header #mega-menu-header li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-flex>ul.mega-sub-menu {
        gap: 40px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        flex-grow: 0;
    }

    #mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu {
        display: flex !important;
        gap: 0;
    }
    #mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.mega-menu-resources ul.mega-sub-menu {
        gap: 28px;
    }
    /* Mega Menu Main */
    #mega-menu-wrap-header #mega-menu-header .mega-description-group {
        display: flex !important;
        min-height: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        flex-shrink: 0;
    }

    #mega-menu-wrap-header #mega-menu-header .mega-description-group .mega-menu-title {
        color: var(--v2025-bg-main);
        font-family: var(--font-roboto);
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px !important;
        /* letter-spacing: -1.2px; */
    }

    #mega-menu-wrap-header #mega-menu-header .mega-description-group .mega-menu-description {
        color: var(--v2025-bg-main);
        font-family: Roboto;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 400 !important;
        line-height: 20px !important;
        letter-spacing: 0.035px;
        margin: 0 !important;
    }

    #mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-main {
        /* width: 890px !important; */
        display: flex;
        flex-direction: row;
    }

    #mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-main>ul.mega-sub-menu {
        display: flex;
        gap: 12px;
        width: 332px;
        flex: 332px 1 1;
        flex-direction: column;
        padding: 28px;        
    }

    #mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-main>.mega-sub-menu-all-tabs {
        width: calc(100% - 332px);
        flex: calc(100% - 332px) 1 1;
        position: relative;
        background: #f6f6f6;
        padding: 28px;
    }

    /* #mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-main>.mega-sub-menu-all-tabs::before {
        border-right: solid 1px var(--v2025-menu-border);
        position: absolute;
        left: -20px;
        top: -20px;
        bottom: -20px;
        content: '';
        display: block;
    } */

    #mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-main>ul.mega-sub-menu>li {
        display: flex;
        gap: 16px;
        flex-direction: row;
        /* min-height: 122px; */
    }

    #mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-main>ul.mega-sub-menu>li>a.mega-menu-link,
    #mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-main .mega-sub-menu-tabs ul.mega-sub-menu li a.mega-menu-link {
        padding: 12px 12px 16px 12px !important;
        font-size: 14px;
        margin: 0 !important;
        border: solid 1px transparent !important;
        border-radius: var(--border-radius-12);
        height: 100%;
        width: 100%;
    }
    #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
        border-radius: var(--border-radius-12) !important;
    }
    /*  #mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-main > ul.mega-sub-menu > li ul, */
    #mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-main .mega-sub-menu-tabs ul.mega-sub-menu {
        display: grid;
        flex-direction: row;
        gap: 12px;
        grid-template-columns: repeat(2, 1fr);
    }
    #mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-main .mega-sub-menu-tabs ul.mega-sub-menu .mega-full-row {
        grid-column: 1 / -1;
        height: auto !important;
        align-self: start;
        min-height: min-content;
    }
    .mega-sub-menu-tabs.not-show {
        display: none;
    }

    .mega-sub-menu-tabs.active {
        display: block;
    }

    #mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-main ul.mega-sub-menu>li:hover a.mega-menu-link,
    #mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-main ul.mega-sub-menu>li.active a.mega-menu-link,
    #mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-main .mega-sub-menu-tabs ul.mega-sub-menu li:hover a.mega-menu-link {
        border: solid 1px var(--v2025-menu-border) !important;
        background-color: var(--v2025-bg-light-mild-contrast) !important;
    }

    /* #mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-main > ul.mega-sub-menu > li ul li */
    #mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-main .mega-sub-menu-tabs ul.mega-sub-menu li {
        display: flex;
        width: 100%;
        /* min-height: 128px; */
        flex-direction: column;
        align-items: flex-start;
        gap: var(--space-4, 16px);
        flex-shrink: 0;
        background-color: var(--v2025-bg-light-mild-contrast);
        border: solid 1px var(--v2025-bg-light-mild-contrast) !important;
        border-radius: var(--border-radius-12);
    }

    /* #mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-main > ul.mega-sub-menu > li ul li.banner-ads */
    #mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-main .mega-sub-menu-tabs ul.mega-sub-menu li.banner-ads {
        grid-column: 1 / span 2 !important;
        background-color: #1A2F37 !important;
        border: solid 1px #1A2F37 !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        flex: 0;
        min-height: auto;
        border-radius: 12px;
    }

    #mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-main .mega-sub-menu-tabs ul.mega-sub-menu li.banner-ads a.mega-menu-link {
        background-color: var(--v2025-text-dark-primary) !important;
        border: solid 1px var(--v2025-text-dark-primary) !important;
    }

    #mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-main .mega-sub-menu-tabs ul.mega-sub-menu li.banner-ads .mega-description-group {
        display: flex;
        min-height: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        flex-shrink: 0;
    }

    #mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-main .mega-sub-menu-tabs ul.mega-sub-menu li.banner-ads .mega-description-group .mega-menu-title {
        color: var(--v2025-text-light-primary) !important;
       /*  font-family: Poppins;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: -1.2px; */
    }

    #mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-main .mega-sub-menu-tabs ul.mega-sub-menu li.banner-ads .mega-description-group .mega-menu-description {
        color: var(--v2025-text-light-primary) !important;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.035px;
        margin: 0 !important;
    }

    /* Mega menu Add - Right */
    #mega-menu-wrap-header #mega-menu-header li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-banner-ads {
        padding: 28px;
        padding-left: 0;
        margin: 0;
        background-color: var(--v2025-bg-light-alternative-dark); /*#1A2F37;*/
        flex-direction: row;
        display: flex;
        border: 0 !important;
        border-radius: 0 16px 16px 0;
    }

    #mega-menu-wrap-header #mega-menu-header li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-banner-ads ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        flex: 1 0 0;
        align-self: stretch;
        background-color: var(--v2025-bg-main);
        padding: 20px;
        border-radius: var(--border-radius-12);
    }

    #mega-menu-wrap-header #mega-menu-header li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-banner-ads li {
        border: 0 !important;
        justify-content: space-between;
    }
    #mega-menu-wrap-header #mega-menu-header li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-banner-ads ul.mega-sub-menu > li.mega-menu-item,
    #mega-menu-wrap-header #mega-menu-header li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-banner-ads ul li:first-child {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 16px;
        flex: 1 0 0;
        align-self: stretch;
        /* background-color: #223B44;
        padding: 20px !important; */
    }
    #mega-menu-wrap-header #mega-menu-header li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-banner-ads ul.mega-sub-menu > li .ads-html {
        height: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    #mega-menu-wrap-header #mega-menu-header li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-banner-ads ul.mega-sub-menu > li .ads-html .heading {
        gap: 12px;
        display: flex;
        flex-direction: column;
    }
    #mega-menu-wrap-header #mega-menu-header li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-banner-ads li .ads-html .description {
        color: var(--v2025-text-light-primary);
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.035px;
    }
    /* #mega-menu-wrap-header #mega-menu-header li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-banner-ads ul li:last-child {
        background-color: transparent;
        text-align: left;
        padding: 0 !important;
    } */
    /* #mega-menu-wrap-header #mega-menu-header li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-banner-ads ul li:last-child button, */
    #mega-menu-wrap-header #mega-menu-header li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-banner-ads ul li button {
        display: flex;
        padding: 16px 36px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        width: 100%;
    }
    #mega-menu-wrap-header #mega-menu-header>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-banner-ads>ul.mega-sub-menu>li.mega-menu-item h4,
    #mega-menu-wrap-header #mega-menu-header>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-banner-ads>ul.mega-sub-menu>li.mega-menu-item h4.mega-block-title {
        color: var(--v2025-text-light-primary) !important;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: normal;
        padding: 0;
    }

    #mega-menu-wrap-header #mega-menu-header>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-banner-ads .widget_custom_html .custom-html-widget {
        color: var(--v2025-text-light-primary);
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0.035px;
    }

    #mega-menu-wrap-header #mega-menu-header li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu.hide-on-desktop {
        display: none;
    }
    #mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-resources {
        padding: 28px;
    }
    #mega-menu-wrap-header #mega-menu-header li.mega-menu-item ul.mega-sub-menu .mega-menu-resources .mega-sub-menu .mega-sub-menu {
        display: flex;
        flex-direction: row;
        gap: 0;
        /* height: 100%;
        align-items: flex-start; */
    }

    #mega-menu-wrap-header #mega-menu-header li.mega-menu-item ul.mega-sub-menu .mega-menu-resources .mega-sub-menu .mega-sub-menu li {
        border: solid 1px transparent;
    }

    #mega-menu-wrap-header #mega-menu-header li.mega-menu-item ul.mega-sub-menu .mega-menu-resources .mega-sub-menu .mega-sub-menu li:hover {
        background:var(--v2025-bg-light-mild-contrast);
        border: solid 1px var(--v2025-menu-border);
        border-radius: 12px;
    }

    #mega-menu-wrap-header #mega-menu-header li.mega-menu-item ul.mega-sub-menu .mega-menu-resources .mega-sub-menu li.mega-menu-banner-ads {
        padding: 0 !important;
    }

    #mega-menu-wrap-header #mega-menu-header li.mega-menu-item ul.mega-sub-menu .mega-menu-resources .mega-sub-menu li.mega-menu-banner-ads .mega-sub-menu li .widget_custom_html {
        padding: 20px !important;
    }

    #mega-menu-wrap-header #mega-menu-header>li.mega-menu-megamenu>ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-banner-ads.menu-box-160 {
        width: 25% !important;
    }

    #mega-menu-wrap-header #mega-menu-header>li.mega-menu-megamenu>ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-banner-ads.menu-box-160 .widget_custom_html {
        background: var(--v2025-bg-main) !important;
        padding: 20px !important;
    }
    #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-resources ul.mega-sub-menu li.mega-menu-banner-ads.menu-box-160 .widget_custom_html {
        background: none !important;
        padding: 0 !important;
    }
    #mega-menu-wrap-header #mega-menu-header>li.mega-menu-megamenu>ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-banner-ads.menu-box-160 .widget_custom_html .custom-html-widget {
        min-height: 144px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--v2025-bg-mild-contrast) !important;
    }
    #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu .mega-menu-resources ul.mega-sub-menu li.mega-menu-banner-ads.menu-box-160 .widget_custom_html .custom-html-widget {
        background: none !important;
    }
    .page-number {
        display: none;
    }

    .pp-content-post-carousel .owl-nav .disabled {
        opacity: 0.5;
        cursor: default;  
    }
    .v2025-blogs .pp-post-filters-wrapper {
        text-align: left;
    }
    .v2025-blogs .pp-post-filters-wrapper .pp-post-filters {
        display: inline-flex;
        gap: 12px;
        flex-wrap: wrap;
        margin-bottom: 24px;
    }
    .v2025-blogs .pp-post-filters-wrapper .pp-post-filters li {
        margin: 0;
    }
 
    body.single-post #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link {
        color: var(--v2025-text-dark-primary);
    }

    body.single-post #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link:hover {
        color: var(--v2025-text-hover);
    }
}

@media (max-width: 991px) {

    html,
    body {
        overflow-x: hidden;
    }

    .fl-builder-content h1 {
        font-size: 44px;
        line-height: 48px;
        letter-spacing: -1.4px;
        padding-bottom: 24px;
    }

    .fl-builder-content h2 {
        font-size: 36px;
        line-height: 40px;
        padding-bottom: 20px;
    }

    .fl-builder-content h3 {
        font-size: 28px;
        line-height: 32px;
        padding-bottom: 16px;
    }

    .fl-builder-content h4 {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 16px;
    }

    .fl-builder-content h5 {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 8px;
    }

    .fl-builder-content h6 {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 8px;
    }

    header.fl-builder-content .fl-photo-content img {
        max-width: 100.44px;
    }

    /* menu */
    .fl-page header.not-show {
        transform: translateY(0);
    }
    header .fl-col-content>.fl-module-box {
        padding-top: 12px;
        padding-bottom: 11px;
    }
    
    html {
        margin-top: 0 !important;
    }

    #wpadminbar {
        display: none !important;
    }

    /* --- --- */
    .v2025-text-center .heading-title {
        text-align: center;
    }

    .v2025-box-with-buttons .fl-module-pp-heading {
        padding-bottom: 20px;
    }

    .v2025-md-heading-white .heading-title .v2025-green-text {
        color: #FFF !important;
    }

    .v2025-md-heading-white .pp-heading-content .pp-sub-heading p {
        font-size: 18px;
        line-height: 27px;
    }

    .fl-page header .fl-row .fl-row-content-wrap {
        padding-top: 0;
        padding-bottom: 0;
    }

    .fl-builder-content .fl-col-content .v2025-resource-card {
        /* min-height: 428px; */
        padding: 20px;
    }

    .fl-builder-content .fl-col-content .v2025-resource-card .pp-heading-prefix {
        background: var(--v2025-bg-card-hover);
        color: #fff !important;
        width: auto;
        display: inline-block;
        padding: 8px 16px;
        border-radius: 4px;
        line-height: 145%;
    }

    .v2025-resource-card .fl-module-pp-heading .pp-heading-content .pp-heading:not(.pp-separator--inline) .heading-title {
        margin-top: 20px;
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 120%;
    }

    /* .v2025-resource-card .fl-button-wrap .fl-button,
    .v2025-blue-box .fl-button-wrap .fl-button {
        font-size: 14px !important;
        line-height: 20px !important;
    } */

    .v2025-blue-box .fl-cta-wrap .fl-cta-title {
        font-size: 24px;
    }

    .v2025-blue-box .fl-button-wrap {
        text-align: right;
    }
    .v2025-blue-box .v2025-wrapper-link .cta-wapper-link .fl-button {
        color: var(--v2025-text-light-primary);
    }    
    /** testimonials  */
    .v2025-testimonials .pp-testimonials-slider h2 {
        margin-bottom: 40px;
    }

    .v2025-testimonials .pp-testimonials {
        padding-right: 32px;
    }

    .v2025-testimonials .pp-testimonials .pp-testimonial {
        padding: 20px;
        min-height: 100%;
        /* min-height: 428px; */
    }
    .v2025-testimonials .pp-testimonial .pp-testimonials-image img {
        height: 48px;
        width: auto;
    }
    .v2025-testimonials .pp-testimonial .pp-content-wrapper {
        /* min-height: 314px; */
       height: 100% !important; /*fixed*/
       gap: 24px;
    }
    .v2025-testimonials .pp-testimonials .owl-nav .owl-next {
        background-image: url(images/next.png) !important;
    }
    .v2025-testimonials .pp-testimonials .owl-nav .owl-prev {
        background-image: url(images/prev.png) !important;
    }
    .v2025-testimonials .pp-testimonials .owl-stage {
        display: flex;
        align-items: stretch; /* or flex-start, center */
    }
    .v2025-testimonials .pp-testimonials .owl-stage .owl-item {
        display: flex;
        flex: 1 0 auto;
    }
    /** our work */
    .pp-content-post-carousel .pp-portfolio-grid-post-text .pp-portfolio-grid-post-title {
        font-size: 24px;
        padding: 20px 0 0;
    }

    .pp-content-post-carousel .owl-stage-outer {
        padding-bottom: 20px;
    }
    .pp-content-post-carousel .owl-nav .disabled {
        opacity: 0.5;
        cursor: default;  
    }

    .v2025-more-our-work .pp-content-post-carousel .owl-theme .owl-dots {
        padding-left: 0;
        opacity: 0;
        height: 40px;
        transform: translateX(-8px);
    }

    .v2025-more-our-work .pp-content-post-carousel .owl-nav button {
        width: 40px;
        height: 40px;
    }

    .v2025-post-content-carousel .pp-content-post-carousel .owl-carousel .pp-content-post,
    .v2025-more-our-work .pp-content-post-carousel .owl-carousel .pp-content-post {
        margin-left: 0;
        margin-right: 0;
    }

    .fl-module-pp-content-grid>.fl-module-content {
        margin-left: 0;
    }

    .v2025-cta-box-hover .fl-module-cta {
        width: 100%;
    }

    .fl-col-content .owl-carousel-mobile {
        display: block !important;
        width: calc(100% - 32px);
    }

    .pp-content-post-carousel .pp-content-posts-inner {
        display: block !important;
        width: calc(100% - 16px);
    }
    .pp-content-post-carousel .pp-content-carousel-post {
        width: calc(100% - 16px);
    }
    .pp-content-post-carousel .pp-portfolio-grid-post-image {
        height: 430px !important;
    }

    .pp-content-post-carousel .owl-nav {
        right: 0;
    }

    .owl-carousel-mobile .owl-stage-outer,
    .owl-carousel-mobile .owl-nav,
    .owl-carousel-mobile .owl-dots {
        height: initial;
    }

    .pp-content-post-carousel .owl-carousel .owl-stage-outer,
    .pp-testimonials .owl-carousel .owl-stage-outer {
        overflow: unset;
    }

    .owl-carousel-mobile:not(.v2025-resource-boxies) .owl-stage-outer {
        overflow: unset;
    }

    .v2025-resource-boxies.show-half-block .owl-stage-outer {
        overflow: unset !important;
    }

    /** Blogs */
    .v2025-post-content-carousel .pp-content-post-carousel .owl-theme .owl-dots {
        padding-left: 0;
        margin-left: -8px;
    }

    .v2025-post-content-carousel .pp-content-carousel-post .pp-content-body .pp-content-carousel-title {
        padding: 0;
        font-size: 24px;
        line-height: 28px;
    }
    
    body.blog .pp-content-post-grid .pp-content-grid-post-image {
        /* min-height: 175px; */
        height: 100%;
    }

    /* .pp-testimonials .owl-carousel .owl-stage-outer::before, */
    .owl-carousel-mobile .owl-stage-outer::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 100%;
        left: -100%;
        background-color: #FFF;
        z-index: 1000;
        display: block;
        height: 100%;
        width: 100%;
    }

    .v2025-testimonials .pp-testimonials .owl-carousel .owl-stage-outer::after,
    .pp-content-post-carousel .owl-carousel::after {
        display: none;
    }

    .v2025-owl-dark-background .owl-stage-outer::before {
        background-color: #15262C;
    }

    .v2025-owl-main-background .owl-stage-outer::before {
        background-color: var(--v2025-text-dark-primary);
    }

    .v2025-alternative-background .owl-stage-outer::before {
        background-color: var(--v2025-bg-deep-shadows);
    }

    .owl-carousel-mobile .page-number {
        color: var(--v2025-text-light-primary); /* --v2025-text-dark-primary */
        height: auto;
        position: absolute;
        z-index: 10;
       /*  bottom: 20px;
        left: 24px; */
        bottom: -72px;
        left: 0;
    }

    .owl-carousel-mobile .page-number {
        display: none;
    }

    .owl-carousel-mobile.owl-carousel-mobile-number .page-number {
        display: inherit;
    }

    .owl-carousel-mobile.owl-stage-outer .v2025-resource-card {
        height: 428px;
    }

    .owl-carousel-mobile.owl-carousel .owl-nav {
        width: auto;
        display: flex;
        float: right;
        margin-top: 40px;
        gap: 16px;
        transform: translateX(32px);
        height: auto;
        /* padding-right: 32px; */
    }
    .fl-our-thinking .owl-carousel-mobile.owl-carousel .owl-nav {
        transform: unset;
    }
    .fl-col-content .owl-carousel-mobile-number .owl-dots {
        opacity: 0;
        pointer-events: none;
        cursor: default;
    }

    .fl-col-content .owl-carousel-mobile.owl-carousel .owl-nav button {
        height: 40px;
        width: 40px;
        border-radius: 50%;
        border: 1px solid white;
        background: transparent !important;
        color: white;
        text-indent: -9999px;
        font-size: 0;
        margin: 0;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

    .owl-carousel-mobile.owl-carousel .owl-dots {
        height: 40px;
        display: flex;
        align-items: center;
        margin-top: 40px;
        justify-content: flex-start;
        width: auto;
        background: transparent !important;
    }

    .owl-carousel-mobile.owl-carousel .owl-dots .owl-dot {
        background: transparent !important;
    }

    .owl-carousel-mobile.owl-carousel .owl-dots .owl-dot.active span {
        background: var(--v2025-green-text);
    }

    .chevron-white.owl-carousel .owl-nav button.owl-prev {
        background-image: url(images/chevron_left.png) !important;
    }

    .chevron-white.owl-carousel .owl-nav button.owl-next {
        background-image: url(images/chevron_right.png) !important;
    }

    .arrow-white.owl-carousel .owl-nav button.owl-prev {
        background-image: url(images/prev-white.png) !important;
    }

    .arrow-white.owl-carousel .owl-nav button.owl-next {
        background-image: url(images/next-white.png) !important;
    }

    .fl-module-pp-content-grid .pp-content-post-carousel .owl-nav button {
        display: flex;
        align-items: center;
    }

    .fl-module-pp-content-grid .pp-content-post-carousel .owl-nav button svg {
        height: 27px;
        width: 27px;
    }

    /* Testimonials */
    .fl-module-pp-testimonials .pp-testimonials-wrap .pp-testimonials-heading {
        max-width: 210px;
    }

    .fl-module-pp-testimonials .pp-testimonials-wrap .owl-nav button {
        width: 40px;
        height: 40px;
    }

    .v2025-testimonials .pp-testimonials .owl-carousel .owl-stage-outer {
        margin-bottom: 40px;
    }

    .v2025-testimonials .pp-testimonials .owl-nav {
        transform: translateX(36px);
    }

    .v2025-testimonials .pp-testimonials .owl-carousel .owl-dots {
        padding-top: 0;
        margin-top: 0;
        height: 40px;
    }

    .v2025-green-line-below .pp-heading.pp-mobile- .heading-title {
        font-size: 24px;
        margin-bottom: 12px !important;
    }

    .v2025-green-line-below .fl-node-content {
        height: 428px;
        border: solid 1px #fff;
        padding: 20px;
        border-radius: 4px;
        /* margin-left: 1px; */
    }
    .v2025-green-line-below .fl-node-content::before {
        content: "" !important;
        display: block !important;
        position: absolute;
        inset: 0;
        border-radius: inherit;
        padding: 2px;
        background: linear-gradient(284deg, #56E2AF -2.49%, #39C 109.74%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            mask-composite: add, add;
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: 1;
    }
    .v2025-green-line-below .fl-node-content .pp-heading-content {
        position: relative;
        z-index: 100;
    }
    .v2025-green-line-below .fl-node-content .pp-heading-separator {
        display: none;
    }

    .v2025-who-we-help .heading-title .pp-primary-title {
        display: none !important;
    }

    .v2025-who-we-help .heading-title .pp-secondary-title {
        display: block !important;
    }

    .v2025-accordion-mobile .fl-cta-wrap .fl-cta-title {
        font-size: 28px;
        line-height: 32px;
        padding-bottom: 16px;
        display: none;
    }

    .v2025-accordion-mobile .fl-cta-button {
        padding-top: 16px !important;
    }

    .v2025-accordion-mobile .fl-cta-text-content p {
        margin: 0 !important;
    }
    
    .v2025-accordion-mobile .pp-accordion .pp-accordion-item.pp-accordion-item-active .pp-accordion-button-label {
        font-weight: 700;
    }

    .fl-builder-content .v2025-card-large-height .fl-heading {
        font-size: 24px;
        padding-bottom: 12px;
    }

    .fl-builder-content .v2025-card-large-height .fl-cta-title {
        display: none;
    }

    /* About */
    .v2025-companies-logo .fl-module-box {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .fl-our-thinking .fl-post-grid ul {
        display: block;
    }

    .fl-our-thinking .fl-post-grid ul .fl-post-grid-post {
        height: auto !important;
        margin-bottom: 20px;
    }

    .v2025-form-on-mobile .fl-module-html {
        width: 100%;
    }

    .v2025-form-on-mobile .pp-heading-content .pp-sub-heading {
        text-align: left;
    }

    .fl-our-thinking {
        width: 100%;
    }

    .fl-our-thinking .fl-module-content .fl-post-feed {
        display: block !important;
        width: 100% !important;
    }

    .fl-our-thinking .fl-module-content .fl-post-feed .fl-post-feed-post {
        width: 100% !important;
    }

    .v2025-more-our-work.pp-content-post-carousel .pp-portfolio-grid-post-image {
        height: 430px;
        background: #fff;
    }

    .v2025-more-our-work .pp-content-posts .pp-portfolio-grid-post-image img {
        width: 100%;
        height: 430px;
        object-fit: cover;
        border-radius: 4px;
        max-width: 100%;
        margin-left: 2px;
    }

    footer .pp-heading .heading-title .title-text {
        font-size: 44px;
    }

    .fl-our-thinking .fl-module-content .fl-post-feed-image {
        max-height: fit-content;
    }

    .fl-module-pp-content-grid .pp-post-filters-wrapper .pp-post-filters-toggle {
        text-align: left;
        color: var(--v2025-text-light-primary);
        border-radius: 4px;
        background-color: var(--v2025-green-text);
        padding: 10px 20px;
        display: block;
        margin: 0;
    }
    .fl-module-pp-content-grid .pp-post-filters-wrapper {
        position: relative;
        margin-bottom: 40px;
    }
    .fl-module-pp-content-grid .pp-post-filters-wrapper .pp-post-filters {
        position: absolute;
        z-index: 100;
        background: var(--v2025-bg-light-card-hover);
        width: 100%;
        border-radius: 4px;
        margin-bottom: 0;
        padding: 12px 0;
        display: none;
    }

    .fl-module-pp-content-grid .pp-post-filters-wrapper .pp-post-filters li {
        display: block;
        color: var(--v2025-text-dark-primary);
         padding: 10px 20px;
    }
    .fl-module-pp-content-grid .pp-post-filters-wrapper .pp-post-filters li:hover,
    .fl-module-pp-content-grid .pp-post-filters-wrapper .pp-post-filters li.pp-filter-active {
        color: var(--v2025-green-text);
        font-weight: 600;
        background: none;
    }
    .fl-builder-content-primary .v2025-resource-boxies,
    .fl-builder-content-primary .fl-col-content .v2025-resource-boxies {
        justify-items: unset;
    }

    .fl-module-html .platform-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
    .fl-builder-content .v2025-resources-2-columns,
    .fl-builder-content-primary .v2025-resources-2-columns {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        gap: 24px;
    }

    .v2025-form-wrapper .v7-rixxo-box-contact-us {
        gap: 48px;
    }

    .fl-builder-content .v2025-pb-48 h2 {
        line-height: 45px;
    }


    .v2025-resources-posts .pp-content-posts .pp-content-post-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .v2025-our-work-grid .portfolio-has-video img {
        display: block;
    }

    .v2025-our-work-grid .pp-portfolio-grid-post-image .pp-video-player {
        display: none;
    }
}

@media (max-width: 1200px) {
    /* #mega-menu-wrap-header #mega-menu-header li.mega-menu-ads-right, 
    #mega-menu-wrap-header #mega-menu-header li.mega-banner-ads:not(.search-box) {
        display: none !important;
    } 
    #mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12 {
        width: 100%;
    }
    #mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-main > .mega-sub-menu-all-tabs {
        border-radius: 0 var(--border-radius-16) var(--border-radius-16) 0;
    } */
    #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu {
        width: calc(100vw - 20%);
    }
}

@media (max-width: 1024px) {
    .v2025-cta-prefix-header+.fl-module-box {
        flex-direction: column;
        justify-content: left;
        align-items: flex-start;
    }

    .v2025-cta-prefix-header+.fl-module-box .fl-button {
        min-width: 220px;
    }
}

@media (max-width: 767px) {
    .v2025-cta-prefix-header+.fl-module-box {
        flex-direction: column;
        justify-content: left;
        align-items: flex-start;
    }

    .v2025-cta-prefix-header+.fl-module-box .fl-button {
        min-width: 220px;
    }

    /* About */
    .v2025-companies-logo .fl-module-box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .pp-content-post-carousel .pp-content-carousel-post {
        width: calc(100% - 16px);
    }

    .v2025-gradient-border {
        min-height: 128px;
        height: auto !important;
        justify-content: left !important;
    }

    .v2025-gradient-border .fl-rich-text {
        max-width: 100% !important;
        min-height: 0 !important;
    }

    .v2025-buttons-group-top .fl-button-wrap,
    .v2025-buttons-group .fl-button-wrap {
        max-width: 294px;
        width: 100%;
    }

    .v2025-buttons-group-top .fl-button-wrap .fl-button,
    .v2025-buttons-group .fl-button-wrap .fl-button {
        width: 100%;
    }

    footer .pp-heading .heading-title {
        max-width: 265px;
    }

    .fl-module-html .platform-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    /* Resouces slider */
    .fl-module-resource-tile .rixxo-resource-tile {
        max-width: 100%;
    }
}

@media (max-width: 799px) {
    #footer-contact .hs-form-container form fieldset label:not(.hs-error-msg),
    #footer-contact .hs-form-container form label:not(.hs-error-msg),
    #footer-contact .legal-consent-container .hs-richtext p,
    #footer-contact .legal-consent-container .hs-richtext * {
        color: var(--v2025-text-dark-primary);        
    }
    
    .fl-row.v2025-form-wrapper  .fl-row-content-wrap {
        padding-bottom: 0;
    }
}

@media (max-width: 575px) {
   
    .v2025-popular-integrations .pp-content-grid-pagination ul {
        gap: 4px;
    }

    .fl-module-html .platform-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .fl-builder-content .v2025-resources-2-columns,
    .fl-builder-content-primary .v2025-resources-2-columns {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }
    .hs-form-container form fieldset.form-columns-2 {
        flex-direction: column;
    }

    .fl-builder-content .fl-col-content .v2025-resources-2-columns .v2025-resource-card {
        aspect-ratio: 5 / 4;
    }
    .fl-row.v2025-form-wrapper  .fl-row-content-wrap {
        background-color: var(--v2025-bg-light-mild-contrast);
    }
    
    .v2025-hubspot-form-2cols .hs-form-container form {
        display: flex;
        gap: 16px;
    }
    .v2025-resources-posts .pp-content-posts .pp-content-post-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .platform-logos .logos .logo {
        aspect-ratio: 1 / 1;
        height: 120px;
        width: auto;
    }
}

@media (max-width: 479px) {
    .platform-logos .logos .logo {
        height: 115px;
    }
}
/* Footer */