.pm-hero-section {
    background-image: var(--background-image);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 95px 0 80px;
}

.pm-hero-section .pm-hero-wrapper .hero-content .hero-heading {
    font-size: 88px;
    font-style: normal;
    font-weight: 600;
    line-height: 88px;
    text-align: center;
    color: #181818;
    margin: 0;
}

.pm-hero-section .pm-hero-wrapper .hero-content .hero-heading .pm-gradient {
    background: linear-gradient(90deg, #FC5206 0%, #F0882D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.pm-hero-section .pm-hero-wrapper .hero-half-container {
    display: flex;
    align-items: center;
    gap: 72px;
}

.pm-hero-section .pm-hero-wrapper .hero-left-content,
.pm-hero-section .pm-hero-wrapper .hero-right-content {
    width: 50%;
}

.pm-hero-section .pm-hero-wrapper .hero-left-content img {
	max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

.pm-hero-section .pm-hero-wrapper .hero-right-content .hero-sub-heading p {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #1a1a1a;
    margin-top: 30px;
}

.pm-hero-section .pm-hero-wrapper .hero-right-content .hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #4ca22e;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    padding: 20px 32px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.15s ease;
    margin-top: 40px;
    font-size: 16px;
}

.pm-hero-section .pm-hero-wrapper .hero-right-content .hero-cta:hover {
    background: #3d8a24;
    transform: translateY(-1px);
}

.pm-stats-section {
    padding: 60px 0;
}

.pm-stats-section .pm-stats-wrapper {
    display: flex;
    gap: 45px;
    justify-content: center;
}

.pm-stats-section .pm-stats-wrapper .stat-item {
	position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    aspect-ratio: 1/1;
    width: 33%;
}

.pm-stats-section .pm-stats-wrapper .stat-item .stat-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 54px;
    width: calc(100% - 82px);
    height: calc(100% - 82px);
}

.pm-stats-section .pm-stats-wrapper .stat-item:nth-child(even) {
    background-image: url('/wp-content/uploads/2026/05/Ellipse-69.png');
}

.pm-stats-section .pm-stats-wrapper .stat-item:nth-child(odd) {
    background-image: url('/wp-content/uploads/2026/05/Group.png');
}

.pm-stats-section .pm-stats-wrapper .stat-item:nth-child(odd) .stat-content {
    background: #fff;
    border-radius: 50%;
}

.pm-stats-section .pm-stats-wrapper .stat-item:nth-child(even) .stat-content {
    border-radius: 50%;
}

.pm-stats-section .pm-stats-wrapper .stat-item .stat-content .stat-icon {
    max-width: 51px;
    max-height: 59px;
    margin: 0 auto;
}

.pm-stats-section .pm-stats-wrapper .stat-item .stat-content .stat-count {
    font-weight: 900;
    font-size: 50px;
    line-height: 59px;
    letter-spacing: -2%;
    text-align: center;
    background: linear-gradient(90deg, #FC5206 0%, #F0882D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-top: 4px;
}

.pm-stats-section .pm-stats-wrapper .stat-item:nth-child(even) .stat-content .stat-count {
    color: #fff;
    background: transparent;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    text-fill-color: unset;
}

.pm-stats-section .pm-stats-wrapper .stat-item .stat-content .stat-description {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
}

.pm-stats-section .pm-stats-wrapper .stat-item:nth-child(even) .stat-content .stat-description {
    color: #fff;
}

.pm-stats-section .pm-stats-wrapper .stat-item .stat-content .stat-description p {
    margin-top: 2px;
}


.pm-stats-section .pm-stats-wrapper .stat-item:nth-child(even) .stat-content .stat-description p {
    color: #fff;
}

.pm-stats-section .pm-stats-wrapper .stat-item .stat-content .stat-description p span {
    background: linear-gradient(90deg, #FC5206 0%, #F0882D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.pm-features-section .pm-features-wrapper {
    text-align: center;
    position: relative;
}

.pm-features-section .pm-features-wrapper .feature-content {
    background: url('/wp-content/uploads/2026/05/Group-1.png') no-repeat center center;
}

.pm-features-section .pm-features-wrapper .feature-content .feature-heading {
    font-weight: 800;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
}

.pm-features-section .pm-features-wrapper .feature-content .feature-heading .pm-orange {
    color: #f0882d;
}

.pm-features-section .pm-features-wrapper .feature-content .feature-sub-heading {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #1a1a1a;
    margin-top: 25px;
}

.pm-features-section .pm-features-wrapper .feature-content .feature-tiles {
    display: flex;
    gap: 10px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.pm-features-section .pm-features-wrapper .feature-content .feature-tiles .feature-tile {
    background: #fff;
    box-shadow: 0px 2.18px 31.68px 0px #0000001F;
    padding: 23px 15px;
    width: calc(20% - 10px);
    border-radius: 13px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pm-features-section .pm-features-wrapper .feature-content .feature-tiles .feature-tile .feature-icon {
    width: 28px;
    height: auto;
    aspect-ratio: 1;
}

.pm-features-section .pm-features-wrapper .feature-content .feature-tiles .feature-tile .feature-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
    text-align: left;
    margin: 0;
}

.pm-features-section .pm-features-wrapper .feature-content .feature-description {
    font-weight: 500;
    font-size: 25px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
    margin-top: 67px;
}

.pm-features-section .pm-features-wrapper .feature-cta-wrapper {
    margin-top: 37px;
}

.pm-features-section .pm-features-wrapper .feature-cta-wrapper {
    margin-top: 37px;
}

.pm-features-section .pm-features-wrapper .feature-cta-wrapper .feature-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #4ca22e;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    padding: 20px 32px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.15s ease;
    margin-top: 40px;
    font-size: 16px;
}

.pm-features-section .pm-features-wrapper .feature-cta-wrapper .feature-cta:hover {
    background: #3d8a24;
    transform: translateY(-1px);
}

.pm-50-50-section {
    position: relative;
    padding: 60px 0 40px;
}

.pm-50-50-section::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: radial-gradient(50% 50% at 50% 50%, #F0882D 0%, rgba(252, 249, 243, 0) 100%);
    top: 50%;
    left: 0;
    transform: translate(-85%, -50%);
}

.pm-50-50-section::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: radial-gradient(50% 50% at 50% 50%, #F0882D 0%, rgba(252, 249, 243, 0) 100%);
    top: 50%;
    right: 0;
    transform: translate(85%, -50%);
}

.pm-50-50-section .pm-50-50-wrapper .pm-50-50-content {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.pm-50-50-section .pm-50-50-wrapper .pm-50-50-content:nth-child(even) {
    flex-direction: row-reverse;
}

.pm-50-50-section .pm-50-50-wrapper .pm-50-50-content .left-container,
.pm-50-50-section .pm-50-50-wrapper .pm-50-50-content .right-container {
    width: 50%;
}

.pm-50-50-section .pm-50-50-wrapper .pm-50-50-content .left-container .pm-50-50-image {
    width: 100%;
    height: auto;
}

.pm-50-50-section .pm-50-50-wrapper .pm-50-50-content .right-container .pm-50-50-heading {
    font-weight: 800;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000;
    margin: 0;
}

.pm-50-50-section .pm-50-50-wrapper .pm-50-50-content .right-container .pm-50-50-heading .ot-orange {
    color: #f0882d;
}

.pm-50-50-section .pm-50-50-wrapper .pm-50-50-content .right-container .pm-50-50-description p {
    font-weight: 400;
    font-size: 16px;
    line-height: 151%;
    letter-spacing: 0%;
    color: #000;
    margin: 35px 0 0;
}

.pm-50-50-section .pm-50-50-wrapper .pm-50-50-content .right-container .pm-50-50-description ul {
    font-weight: 400;
    font-size: 16px;
    line-height: 151%;
    letter-spacing: 0%;
    color: #000;
    margin: 18px 0 0;
}

.pm-50-50-section .pm-50-50-wrapper .pm-50-50-content .right-container .pm-50-50-description ul li {
    list-style-type: disc;
    margin-left: 30px
}

.pm-50-50-section .pm-50-50-wrapper .pm-50-50-content .right-container .pm-50-50-description ul li:not(:first-child) {
    margin-top: 8px;
}

.pm-50-50-section .pm-50-50-wrapper .pm-50-50-content .right-container .pm-50-50-description ul li strong {
    font-weight: 600;
}

.pm-results-section {
    padding: 60px 0;
    background: #F6F6F6;
    overflow: hidden;
}

.pm-results-section .container {
    max-width: 1605px;
}

.pm-results-section .pm-result-wrapper {
    padding: 0 15px;
}

.pm-results-section .pm-result-wrapper .result-images-mobile {
    display: none;
}

.pm-results-section .pm-result-wrapper .result-content .result-heading {
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin: 0;
    color: #000;
}

.pm-results-section .pm-results-showcase {
    margin-top: 38px;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 24px;
    align-items: stretch;
}

.pm-results-section .pm-results-showcase.is-transitioning .pm-results-showcase__panel {
    opacity: 0.55;
    transform: translateY(10px) scale(0.985);
}

.pm-results-section .pm-results-showcase__panel {
    min-width: 0;
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(240, 136, 45, 0.12);
    background: #fff;
    box-shadow: 0 16px 60px rgba(22, 30, 36, 0.06);
    transition: transform 0.45s ease, opacity 0.45s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.pm-results-section .pm-results-showcase__panel:hover {
    border-color: rgba(240, 136, 45, 0.35);
    box-shadow: 0 22px 70px rgba(22, 30, 36, 0.09);
}

.pm-results-section .pm-results-showcase__panel--featured {
    min-height: 540px;
}

.pm-results-section .pm-results-showcase__rail {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.pm-results-section .pm-results-showcase__panel--secondary {
    min-height: 260px;
}

.pm-results-section .pm-results-showcase__panel--secondary.is-accent {
    transform: scale(1.02);
    border-color: rgba(240, 136, 45, 0.28);
    box-shadow: 0 22px 75px rgba(240, 136, 45, 0.12);
}

.pm-results-section .pm-results-showcase__media {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 8px 8px 0;
    background: linear-gradient(180deg, #ffffff 0%, #fcfaf7 100%);
}

.pm-results-section .pm-results-showcase__media--featured {
    padding: 0;
}

.pm-results-section .pm-results-showcase__image {
    width: 100%;
    height: 100%;
    display: block;
}

.pm-results-section .pm-result-wrapper .result-cta-wrapper {
    text-align: center;
}

.pm-results-section .pm-result-wrapper .result-cta-wrapper .result-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #4ca22e;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    padding: 20px 32px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.15s ease;
    margin-top: 40px;
    font-size: 16px;
}

.pm-results-section .pm-result-wrapper .result-cta-wrapper .result-cta:hover {
    background: #3d8a24;
    transform: translateY(-1px);
}

.pm-testimonials-section {
    padding: 110px 0;
    position: relative;
}

.pm-testimonials-section::after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2026/05/Group-217.png);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -65%;
    right: 0;
    max-width: 250px;
    z-index: 1;
}

.pm-testimonials-section .pm-testimonials-wrapper .testimonials-content .testimonials-heading {
    font-weight: 800;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin: 0;
    color: #000;
}

.pm-testimonials-section .pm-testimonials-wrapper .testimonials-content .testimonials-heading .ot-orange {
    color: #f0882d;
}

.pm-testimonials-section .pm-testimonials-wrapper .testimonials {
    margin-top: 50px;
}

.pm-testimonials-section .pm-testimonials-wrapper .testimonial-slider.swiper-autoheight .swiper-wrapper {
    align-items: stretch;
}

.pm-testimonials-section .pm-testimonials-wrapper .testimonials .testimonial-card {
    width: 100%;
    height: 100%;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px;
    border: #eeecf5 1px solid;
    transition: transform .5s;
    background-color: #fff;
}

.pm-testimonials-section .pm-testimonials-wrapper .testimonials .testimonial-card.has-video {
    position: relative;
    overflow: hidden;
}

.pm-testimonials-section .pm-testimonials-wrapper .testimonials .testimonial-card .testimonial-video {
    position: absolute;
    inset: 0;
}

.pm-testimonials-section .pm-testimonials-wrapper .testimonials .testimonial-card .testimonial-video::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .2) 73.5%, rgba(0, 0, 0, .6) 100%);
}

.pm-testimonials-section .pm-testimonials-wrapper .testimonials .testimonial-card .testimonial-video .video-card {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pm-testimonials-section .pm-testimonials-wrapper .testimonials .testimonial-card .testimonial-video .custom-video-button {
    position: absolute;
    inset: 50% 0 0 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 40px;
    height: 50px;
}

.pm-testimonials-section .pm-testimonials-wrapper .testimonials .testimonial-card .testimonial-video .custom-video-button .custom-video-button__play {
    border: 28px solid transparent;
    border-left: 42px solid #fff;
    cursor: pointer;
}

.pm-testimonials-section .pm-testimonials-wrapper .testimonials .testimonial-card .testimonial-video .custom-video-button .custom-video-button__pause {
    display: none;
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, transparent 0, transparent 20%, #fff 20%, #fff 43%, transparent 43%, transparent 57%, #fff 57%, #fff 80%, #fff 80%, transparent 80%, transparent 100%);
    transform: rotate(-90deg);
    cursor: pointer;
}

.pm-testimonials-section .pm-testimonials-wrapper .testimonials .testimonial-card .testimonial-card-top,
.pm-testimonials-section .pm-testimonials-wrapper .testimonials .testimonial-card .testimonial-card-bottom {
    position: relative;
}

.pm-testimonials-section .pm-testimonials-wrapper .testimonials .testimonial-card .testimonial-card-top {
    padding-bottom: 16px;
}

.pm-testimonials-section .pm-testimonials-wrapper .testimonials .testimonial-card .testimonial-card-top .testimonial-card-icon {
    max-width: 152px;
    width: 100%;
    margin-bottom: 20px;
    color: #f0882d;
    font-size: 30px;
}

.pm-testimonials-section .pm-testimonials-wrapper .testimonials .testimonial-card .testimonial-card-top .testimonial-card-text {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: #181818;
}

.pm-testimonials-section .pm-testimonials-wrapper .testimonials .testimonial-card .testimonial-card-top .line-card {
    display: block;
    width: 50%;
    height: 1px;
    padding-bottom: 16px;
    border-bottom: #eeecf5 1px solid;
}

.pm-testimonials-section .pm-testimonials-wrapper .testimonials .testimonial-card .testimonial-card-bottom .testimonial-card-author {
    display: flex;
    gap: 16px;
}

.pm-testimonials-section .pm-testimonials-wrapper .testimonials .testimonial-card .testimonial-card-bottom .testimonial-card-author .testimonial-card-author-photo {
    max-width: 50px;
    width: 100%;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.pm-testimonials-section .pm-testimonials-wrapper .testimonials .testimonial-card .testimonial-card-bottom .testimonial-card-author .testimonial-card-author-photo img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

.pm-testimonials-section .pm-testimonials-wrapper .testimonials .testimonial-card .testimonial-card-bottom .testimonial-card-author .testimonial-card-author-info .testimonial-card-author-name {
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.27;
    color: #181818;
}

.pm-testimonials-section .pm-testimonials-wrapper .testimonials .testimonial-card.has-video .testimonial-card-bottom .testimonial-card-author .testimonial-card-author-info .testimonial-card-author-name {
    color: #fff;
}

.pm-testimonials-section .pm-testimonials-wrapper .testimonials .testimonial-card .testimonial-card-bottom .testimonial-card-author .testimonial-card-author-info .testimonial-card-author-position {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #555160;
}

.pm-testimonials-section .pm-testimonials-wrapper .testimonials .testimonial-card.has-video .testimonial-card-bottom .testimonial-card-author .testimonial-card-author-info .testimonial-card-author-position {
    color: #d1d1d1;
}

.reviews-swiper-button-prev,
.reviews-swiper-button-next {
    width: 20px;
    height: 20px;
    border-bottom: 3px #f0882d solid;
    border-left: 3px #f0882d solid;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 10;
    transition: border-color .3s;
    cursor: pointer;
}

.reviews-swiper-button-next {
    transform: rotate(-135deg);
    top: 50%;
    right: 20px;
    left: auto;
}

.reviews-swiper-button-prev.swiper-button-disabled,
.reviews-swiper-button-next.swiper-button-disabled {
    opacity: 0.4;
    cursor: no-drop;
}

.pm-processes-section {
    position: relative;
    padding: 60px 0;
    background-color: #F6F6F6;
}

.pm-processes-section::after {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2026/05/Group-239.png);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -50%;
    left: 0;
    max-width: 250px;
}

.pm-processes-section .pm-processes-wrapper .pm-process-content .pm-process-heading {
    font-weight: 800;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}

.pm-processes-section .pm-processes-wrapper .pm-process-content .pm-process-heading .ot-orange {
    color: #F26B18;
}

.pm-processes-section .pm-processes-wrapper .pm-processes {
    display: flex;
    margin-top: 65px;
    gap: 50px;
}

.pm-processes-section .pm-processes-wrapper .pm-processes .left-container img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

.pm-processes-section .pm-processes-wrapper .pm-processes .right-container .pm-process-item {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.pm-processes-section .pm-processes-wrapper .pm-processes .right-container .pm-process-item:not(:first-child) {
    margin-top: 43px;
}

.pm-processes-section .pm-processes-wrapper .pm-processes .right-container .pm-process-item .pm-process-item-number {
    font-weight: 800;
    font-size: 100px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    background: linear-gradient(180deg, #F26B18 35.2%, #F6F6F6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    width: 70px;
    flex-shrink: 0;
}

.pm-processes-section .pm-processes-wrapper .pm-processes .right-container .pm-process-item .pm-process-item-content {
    flex: 1;
}

.pm-processes-section .pm-processes-wrapper .pm-processes .right-container .pm-process-item .pm-process-item-title {
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0;
    color: #000;
}

.pm-processes-section .pm-processes-wrapper .pm-processes .right-container .pm-process-item .pm-process-item-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #000;
    margin-top: 20px;
}

.pm-services-section {
    padding: 80px 0 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/uploads/2026/05/Group-306.png');
}

.pm-services-section .pm-services-wrapper .services-content .services-heading {
    font-weight: 800;
    font-size: 36px;
    line-height: 38px;
    letter-spacing: 0%;
    margin: 0;
    color: #000;
}

.pm-services-section .pm-services-wrapper .services-content .services-heading .ot-orange {
    color: #F26B18;
}

.pm-services-section .pm-services-wrapper .services {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 73px;
}

.pm-services-section .pm-services-wrapper .services .service-item {
    background-color: #fff;
    box-shadow: 0px 3.58px 52.12px 0px #0000001F;
    border-radius: 22px;
    padding: 20px;
    display: flex;
    gap: 30px;
    width: calc(100% / 3 - 16px);
    align-items: center;
}

.pm-services-section .pm-services-wrapper .services .service-item .service-item-icon {
    max-width: 63px;
    width: 100%;
    height: auto;
}

.pm-services-section .pm-services-wrapper .services .service-item .service-item-description p {
    font-weight: 600;
    font-size: 16.73px;
    line-height: 125%;
    letter-spacing: 0%;
    margin: 0;
    color: #000;
}

.pm-services-section .pm-services-wrapper .services-cta-wrapper {
    margin-top: 190px;
    text-align: center;
}

.pm-services-section .pm-services-wrapper .services-cta-wrapper .services-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #4ca22e;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    padding: 20px 32px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.15s ease;
    margin-top: 40px;
    font-size: 16px;
}

.pm-services-section .pm-services-wrapper .services-cta-wrapper .services-cta:hover {
    background: #3d8a24;
    transform: translateY(-1px);
}

.pm-why-us-section {
    position: relative;
    padding-bottom: 130px;
}

.pm-why-us-section .pm-why-us-wrapper .why-us-content .why-us-heading {
    font-weight: 800;
    font-size: 36px;
    line-height: 38px;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
    margin: 0;
}

.pm-why-us-section .pm-why-us-wrapper .why-us-content .why-us-heading .ot-orange {
    color: #F26B18;
}

.pm-why-us-section .pm-why-us-wrapper .why-us-items-wrapper {
    display: flex;
    gap: 88px;
    margin-top: 78px;
}

.pm-why-us-section .pm-why-us-wrapper .why-us-items-wrapper .left-container img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

.pm-why-us-section .pm-why-us-wrapper .why-us-items-wrapper .right-container .why-us-item:not(:first-child) {
    margin-top: 39px;
}

.pm-why-us-section .pm-why-us-wrapper .why-us-items-wrapper .right-container .why-us-item .why-us-item-content .why-us-item-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 33px;
    letter-spacing: 0%;
    color: #000;
    margin: 0;
}

.pm-why-us-section .pm-why-us-wrapper .why-us-items-wrapper .right-container .why-us-item .why-us-item-content .why-us-item-title .ot-bold-orange {
    font-weight: 700;
    color: #F26B18;
}

.pm-why-us-section .pm-why-us-wrapper .why-us-items-wrapper .right-container .why-us-item .why-us-item-content .why-us-item-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 165%;
    letter-spacing: 0%;
    color: #000;
    margin: 0;
    margin-top: 22px;
}

.faq-section {
    position: relative;
    padding-bottom: 84px;
}

.faq-section .overflow-container {
    overflow: hidden;
}

.faq-section h2 {
    text-align: center;
    margin: 0;
    font-weight: 800;
    font-size: 36px;
    line-height: 38px;
    color: #000;
}

.faq-section h2 .ot-orange {
    color: #F26B18;
}

.faq-section .faq--items {
    margin: 64px auto 0;
    width: 100%;
    max-width: 768px;
}

.faq-section .faq--items .accordion {
    padding: 28px 0 32px;
    border-bottom: 1px solid rgba(85, 81, 96, 0.2);
}

.faq-section .faq--items .accordion:first-child {
    padding-top: 0;
}

.faq-section .faq--items .accordion .accordion__header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: flex;
    align-items: center;
    gap: 1rem;
    cursor: pointer;
}

.faq-section .faq--items .accordion .accordion__header .accordion__question {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    color: #181818;
}

.faq-section .faq--items .accordion .accordion__content {
    overflow: hidden;
    height: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.faq-section .faq--items .accordion .accordion__content .accordion__answer {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    color: #555160;
    margin-top: 8px;
}

.faq-section .faq--items .accordion .accordion__content .accordion__answer ul {
    margin: auto;
    padding: revert;
}

.faq-section .faq--items .accordion .accordion__content .accordion__answer li {
    list-style-type: disc;
    margin-left: 10px;
}

.pm-hubspot-calendar {
    padding: 60px 0;
}

.pm-hubspot-calendar .meetings-iframe-container {
    min-height: 700px;
}

@media (max-width: 768px) {
    .pm-hubspot-calendar {
        padding: 40px 0;
    }

    .pm-hubspot-calendar .meetings-iframe-container {
        min-height: 900px;
    }
}

.final-cta-section {
    position: relative;
    padding: 114px 0 124px;
    background: url('/wp-content/uploads/2025/02/Hero-BG.png');
    background-position: center;
}

.final-cta-section .final-cta-wrapper .final-cta-content .final-cta-heading {
    font-weight: 800;
    font-size: 36px;
    line-height: 107%;
    letter-spacing: 0%;
    text-align: center;
    margin: 0;
    color: #000;
}

.final-cta-section .final-cta-wrapper .final-cta-content .final-cta-heading .ot-gradient {
    background: linear-gradient(90deg, #FC5206 0%, #F0882D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.final-cta-section .final-cta-wrapper .final-cta-content .final-cta-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 143%;
    letter-spacing: 0%;
    text-align: center;
    color: #1a1a1a;
    margin: 0;
    margin-top: 42px;
}

.final-cta-section .final-cta-wrapper .final-cta-content .final-cta-container {
    text-align: center;
}

.final-cta-section .final-cta-wrapper .final-cta-content .final-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #4ca22e;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    padding: 20px 32px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.15s ease;
    margin-top: 40px;
    font-size: 16px;
}

.final-cta-section .final-cta-wrapper .final-cta-content .final-cta:hover {
    background: #3d8a24;
    transform: translateY(-1px);
}

/* ===== Case Studies Section ===== */

.pm-case-studies-section {
    padding: 80px 0 90px;
    background: #f6f6f6;
    position: relative;
    overflow: hidden;
    /* clips the wider-than-viewport bento grid */
}

.pm-case-studies-section .pm-case-studies-wrapper .case-studies-heading {
    font-weight: 800;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    margin: 0 0 48px;
    color: #000;
}

.pm-case-studies-section .pm-case-studies-wrapper .case-studies-heading .ot-orange {
    color: #F26B18;
}

/* ---- Bento Grid container — full-bleed, wider than viewport so the pan reveals content ---- */
@keyframes bento-pan {
    0%    { transform: translateX(15vw);  animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1); }
    40%   { transform: translateX(-15vw); animation-timing-function: linear; }
    50%   { transform: translateX(-15vw); animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1); }
    90%   { transform: translateX(15vw);  animation-timing-function: linear; }
    100%  { transform: translateX(15vw); }
}

.pm-case-studies-bento {
    position: relative;
    height: 520px;
    width: 130vw;
    margin-left: -15vw;
    animation: bento-pan 12s linear infinite;
    will-change: transform;
}

/* Each card is absolutely positioned; JS drives left/top/width/height */
.bento-card {
    position: absolute;
    border-radius: 14px;
    overflow: hidden;
    background: #f8f8f8;
    border: 1px solid rgba(240, 136, 45, 0.15);
    box-shadow: 0 8px 32px rgba(22, 30, 36, 0.07);
    opacity: 0;
    cursor: pointer;
    transition:
        left 0.8s cubic-bezier(0.4, 0, 0.2, 1),
        top 0.8s cubic-bezier(0.4, 0, 0.2, 1),
        width 0.8s cubic-bezier(0.4, 0, 0.2, 1),
        height 0.8s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.5s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.bento-card.is-ready {
    opacity: 1;
}

.bento-card:hover {
    transform: scale(1.03);
    box-shadow: 0 16px 60px rgba(240, 136, 45, 0.15);
    border-color: rgba(240, 136, 45, 0.32);
    z-index: 5;
}

/* Inner fills the entire card */
.bento-card__inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 14px;
}

/* Image: object-contain centred at top, exactly like reference */
.bento-card__image {
    width: 92%;
    height: auto;
    /* max-height: 50%; */
    object-fit: contain;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    display: block;
}

/* Gradient fades image into white — exact reference stops */
.bento-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            transparent 0%,
            transparent 36%,
            rgba(255, 255, 255, 0.88) 50%,
            #ffffff 62%);
    pointer-events: none;
    z-index: 2;
}

/* Text content pinned to bottom */
.bento-card__body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    overflow: hidden;
}

.bento-card__tag {
    color: #F26B18;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.bento-card__client {
    font-weight: 800;
    font-size: 14px;
    color: #000;
    margin: 0;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bento-card__metrics-box {
    background: rgba(255, 255, 255, 0.92);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(242, 107, 24, 0.22);
    border-radius: 8px;
    padding: 9px 11px;
}

.bento-card__metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px 10px;
}

.bento-card__metric {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.bento-card__metric-value {
    font-weight: 900;
    font-size: 17px;
    line-height: 1;
    color: #f0882d;
}

.bento-card__metric-label {
    font-size: 8px;
    font-weight: 600;
    color: #555160;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.3;
}

.bento-card__description {
    font-size: 11px;
    color: #555160;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.case-study-cta {
    text-align: center;
}

.bento-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #4ca22e;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    padding: 20px 32px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.15s ease;
    margin-top: 40px;
    font-size: 16px;
}

.bento-card__cta:hover {
    background: #3d8a24;
    color: #fff;
    transform: translateY(-1px);
}

/* Hide secondary content on small cards — JS sets data-size */
.bento-card[data-size="small"] .bento-card__description,
.bento-card[data-size="small"] .bento-card__cta,
.bento-card[data-size="small"] .bento-card__metric:nth-child(n+2) {
    display: none;
}

.bento-card[data-size="small"] .bento-card__metrics {
    grid-template-columns: 1fr;
}

.bento-card[data-size="medium"] .bento-card__description,
.bento-card[data-size="medium"] .bento-card__cta {
    display: none;
}

.bento-card[data-size="tall"] .bento-card__description,
.bento-card[data-size="tall"] .bento-card__cta {
    display: none;
}

@media (max-width: 992px) {
    .pm-case-studies-bento {
        height: 420px;
        width: 160vw;
        margin-left: -30vw;
    }

    .pm-case-studies-section .pm-case-studies-wrapper .case-studies-heading {
        font-size: 30px;
        margin-bottom: 36px;
    }
}

@media (max-width: 768px) {
    /* Mobile pan: first card → last unique card → back, using PHP-computed --bento-pan-end */
    @keyframes bento-pan-mobile {
        0%    { transform: translateX(0);                       animation-timing-function: linear; }
        12%   { transform: translateX(0);                       animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1); }
        45%   { transform: translateX(var(--bento-pan-end, -170vw)); animation-timing-function: linear; }
        55%   { transform: translateX(var(--bento-pan-end, -170vw)); animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1); }
        88%   { transform: translateX(0);                       animation-timing-function: linear; }
        100%  { transform: translateX(0); }
    }

    .pm-case-studies-section {
        padding: 50px 0 60px;
    }

    .pm-case-studies-section .pm-case-studies-wrapper .case-studies-heading {
        font-size: 26px;
        margin-bottom: 28px;
    }

    /* Container wide enough for 6 cards (6×80vw + 5×5vw gaps + 10vw padding) */
    .pm-case-studies-bento {
        animation: bento-pan-mobile 14s linear infinite;
        width: 515vw;
        margin-left: 0;
        height: 320px;
    }

    .bento-card {
        top: 6px;
        height: calc(100% - 12px);
        opacity: 1;
    }

    /* All 6 slots positioned in one row: left = 5vw + (slot-1) × 85vw */
    .bento-card:nth-child(1) { left: 5vw;   width: 80vw; }
    .bento-card:nth-child(2) { left: 90vw;  width: 80vw; }
    .bento-card:nth-child(3) { left: 175vw; width: 80vw; }
    .bento-card:nth-child(4) { left: 260vw; width: 80vw; }
    .bento-card:nth-child(5) { left: 345vw; width: 80vw; }
    .bento-card:nth-child(6) { left: 430vw; width: 80vw; }

    /* Hide only the overflow/duplicate cards flagged by PHP */
    .bento-card[data-duplicate] { display: none; }
}

@media (max-width: 992px) {
    .pm-hero-section .pm-hero-wrapper .hero-content .hero-heading {
        font-size: 60px;
        line-height: 60px;
    }

    .pm-stats-section .pm-stats-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .pm-stats-section .pm-stats-wrapper .stat-item {
        width: 100%;
        max-width: 400px;
    }

    .pm-features-section .pm-features-wrapper .feature-content .feature-tiles {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .pm-features-section .pm-features-wrapper .feature-content .feature-tiles .feature-tile {
        width: auto;
    }

    .pm-50-50-section .pm-50-50-wrapper .pm-50-50-content {
        flex-direction: column;
    }

    .pm-50-50-section .pm-50-50-wrapper .pm-50-50-content:nth-child(even) {
        flex-direction: column;
    }

    .pm-50-50-section .pm-50-50-wrapper .pm-50-50-content .left-container,
    .pm-50-50-section .pm-50-50-wrapper .pm-50-50-content .right-container {
        width: 100%;
    }

    .pm-results-section .pm-results-showcase {
        grid-template-columns: 1fr;
    }

    .pm-results-section .pm-results-showcase__panel--featured {
        min-height: 460px;
    }

    .pm-processes-section .pm-processes-wrapper .pm-processes {
        flex-direction: column;
    }

    .pm-processes-section::after {
        display: none;
    }

    .pm-services-section .pm-services-wrapper .services {
        flex-direction: column;
    }

    .pm-services-section .pm-services-wrapper .services .service-item {
        width: 100%;
    }

    .pm-why-us-section .pm-why-us-wrapper .why-us-items-wrapper {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .admin-bar .pm-hero-section {
        margin-top: 0;
    }

    .pm-hero-section {
        margin-top: 0;
        padding-bottom: 40px;
    }

    .pm-hero-section .pm-hero-wrapper .hero-content .hero-heading {
        font-size: 40px;
        line-height: 40px;
    }

    .pm-hero-section .pm-hero-wrapper .hero-half-container {
        flex-direction: column;
        gap: 36px;
    }

    .pm-hero-section .pm-hero-wrapper .hero-right-content,
    .pm-hero-section .pm-hero-wrapper .hero-left-content {
        width: 100%;
    }

    .pm-hero-section .pm-hero-wrapper .hero-left-content .hero-image {
        max-width: 450px;
        margin: 0 auto;
    }

    .pm-hero-section .pm-hero-wrapper .hero-right-content .hero-cta {
        font-size: 14px;
        padding: 15px 25px;
    }

    .pm-results-section .pm-result-wrapper .result-images-mobile {
        display: block;
        margin-top: 30px;
    }

    /* .pm-results-section .pm-result-wrapper .result-images-mobile .swiper-slide:hover > * {
        transform: scale(1.05);
    } */

    .pm-results-section .pm-result-wrapper .pm-results-showcase {
        display: none;
    }

    .pm-results-section .pm-results-showcase__rail {
        grid-template-columns: 1fr;
    }

    .pm-results-section .pm-results-showcase__panel--featured,
    .pm-results-section .pm-results-showcase__panel--secondary {
        min-height: 300px;
    }

    .pm-stats-section {
        padding: 30px 0;
    }

    .pm-stats-section .pm-stats-wrapper {
        gap: 23px;
    }

    .pm-stats-section .pm-stats-wrapper .stat-item .stat-content {
        padding: 0 27px;
        width: calc(100% - 160px);
        height: calc(100% - 160px);
    }

    .pm-stats-section .pm-stats-wrapper .stat-item .stat-content .stat-icon {
        max-width: 30px;
        max-height: 30px;
    }

    .pm-stats-section .pm-stats-wrapper .stat-item .stat-content .stat-count {
        font-size: 30px;
        line-height: 40px;
    }

    .pm-features-section .pm-features-wrapper .feature-content .feature-tiles {
        flex-direction: row;
    }

    .pm-features-section .pm-features-wrapper .feature-content .feature-tiles .feature-tile {
        width: calc(50% - 10px);
        padding: 12px 8px;
    }

    .pm-services-section {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .pm-services-section .pm-services-wrapper .services-cta-wrapper {
        margin-top: 40px;
    }

    .pm-services-section .pm-services-wrapper .services-cta-wrapper .services-cta {
        margin-top: 0;
    }

    .pm-why-us-section {
        padding-bottom: 40px;
    }

    .pm-why-us-section .pm-why-us-wrapper .why-us-items-wrapper {
        margin-top: 40px;
        gap: 40px;
    }

    .final-cta-section {
        padding: 40px 0;
    }


}