:root {
    --brand-green-color: #39593B;
    --brand-green-light-color: #5E8C5C;
    --brand-blue-color: #1F3B51;
    --brand-blue-gray-color: #2C3840;
    --brand-gold-color: #BA8B59;
    --brand-gold-blue-color: #1F3B51;
    --brand-gold-light-color: #E0C6B5;
    --brand-gray-light-color: #B7B9BA;
    --off-white: #ededed;
    --text-color: #3e3e3e;
}

#About,
#Process,
#Testimonials,
#Contact {
    scroll-margin-top: 93px;
}

/*
.bizdev-pic img {
	margin-bottom: -0.9em;
}
.static-hero {
  height: 980px;
  height: 700px;
  overflow: visible;
}
.static-hero .bizdev-pic {
    right: 0px;
    bottom: -50px;
}
.bizdev-pic img {
    max-width: 450px;
}*/
.wpo-about-section-s3,
.wpo-testimonials-section-s2,
.wpo-contact-section-s2,
.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-img .about-img-inner {
    background: var(--off-white);
    /*	background: var(--brand-gray-light-color);*/
}

.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-img .about-img-inner {
    z-index: 1;
}

.wpo-section-title-s2 h2,
.wpo-about-section-s3 .wpo-about-content h2,
.wpo-about-section-s3 .wpo-about-content p {
    color: var(--text-color);
}

.visible-text h2 {
    -webkit-text-stroke-color: var(--brand-gray-light-color);
}

.wpo-testimonials-section-s2 .wpo-testimonials-wrap {
    background: var(--brand-green-light-color);
}

.wpo-fun-fact-section {
    background: var(--brand-green-color);
}

.back-to-top {
    background: var(--brand-blue-color);
}

.back-to-top:hover {
    background: var(--brand-blue-gray-color);
}

.wpo-about-section-s3 .wpo-about-section-wrapper .wpo-about-img .about-img-inner,
.wpo-about-section-s3 .wpo-about-img {
    border-color: var(--brand-blue-color);
}

.section-padding {
    padding: 3em 0;
}

.wpo-fun-fact-section {
    padding: 2em 0;
}

.wpo-contact-section-s2 .wpo-contact-section-wrapper .contact-info-wrap {
    background: var(--off-white);
}

.wpo-contact-section-s2 .wpo-contact-section-wrapper .contact-info-wrap .contact-info-title h3,
.wpo-contact-section-s2 .contact-info-wrap .contact-info-item .contact-info-icon i {
    color: var(--brand-blue-color);
}

.wpo-contact-section-s2 .wpo-contact-section-wrapper .contact-info-wrap .contact-info-title p,
.wpo-contact-section-s2 .contact-info-wrap .contact-info-item .contact-info-text h4,
.wpo-contact-section-s2 .contact-info-wrap .contact-info-item .contact-info-text p {
    color: var(--text-color);
}

.static-hero .bizdev-pic {
    position: relative;
    z-index: 1;
}

/* Team member container styles */
.static-hero .bizdev-pic .team-member {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.static-hero .bizdev-pic .team-member.active {
    opacity: 1;
    visibility: visible;
}

/* Maintain existing positioning for all internal elements */
.static-hero .bizdev-pic .team-member img {
    max-width: 100%;
    height: auto;
    margin-bottom: -13px;
}

.static-hero .bizdev-pic .team-member .bizdev-shape {
    border-color: var(--brand-green-color);
}

.wpo-fun-fact-section .wpo-fun-fact-grids .grid {
    width: 33.3333333%;
}

.wpo-fun-fact-section .grid h3+p {
    line-height: 1.1em;
}

.wpo-fun-fact-section .grid .info {
    justify-content: center;
}

.wpo-practice-content h3 {
    color: var(--bs-white);
    font-size: 1.5em;
}

.wpo-practice-icon h4 {
    color: var(--bs-white);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
}

.wpo-practice-section-s3 {
    padding: 4em 0 !important;
}

#Process .wpo-section-title-s2 span,
#Process .wpo-section-title-s2 h2 {
    color: var(--bs-white);
}

.wpo-practice-section-s3 .wpo-practice-wrap .wpo-practice-item .wpo-practice-icon {
    background: var(--brand-green-color);
}

.wpo-practice-section-s3 .wpo-practice-wrap .wpo-practice-item {
    border-color: var(--brand-green-color);
}

#mc_embed_signup label {
    color: var(--bs-white);
    font-size: 1.2em;
    margin: 0em 0 0.5em 0;
}

#mc_embed_signup .theme-btn:hover {
    color: var(--bs-white);
}

#mc_embed_signup .submit-area {
    text-align: left;
}

.small-meta {
    color: var(--bs-white);
    font-size: 1.2em;
    margin-left: 0.5em;
}

.phonefield,
.indicates-required {
    color: var(--bs-white);
    font-size: 1.2em;
}

.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .phonefield .form-control#mce-PHONE-area,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .phonefield .form-control#mce-PHONE-detail1 {
    display: inline-block;
    width: 4em;
    margin: 0 0.25em;
}

.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .phonefield .form-control#mce-PHONE-detail2 {
    display: inline-block;
    width: 5em;
    margin: 0 0.25em;
}

.footer-logo li {
    display: flex;
    align-content: center;
    justify-content: center;
}

.footer-logo li img {
    margin-top: 2em;
}

/* Mobile first base styles */
.static-hero {
    height: auto;
    overflow: hidden;
}

.static-hero .bizdev-pic {
    position: relative;
    z-index: 1;
}

.static-hero .hero-inner {
    align-items: center;
    padding-top: 1em;
}

.bizdev-pic img {
    max-width: 100%;
    margin-bottom: -13px;
}

.footer-logo li {
    display: flex;
    align-content: center;
    justify-content: center;
}

.footer-logo li img {
    margin-top: 2em;
}

/* Tablet styles */
@media (min-width: 768px) {
    .static-hero {
        height: auto;
    }
}

/* Desktop styles */
@media (min-width: 992px) {
    .static-hero {
        height: 650px;
        overflow: visible;
    }

    .static-hero .bizdev-pic {
        position: absolute;
        right: -7rem;
        bottom: -13rem;
        max-width: 439px;
    }

    .static-hero .hero-inner {
        align-items: flex-start;
        padding-top: 2em;
    }

    .bizdev-pic img {
        max-width: 439px;
    }

    .footer-logo li {
        justify-content: right;
    }

    .footer-logo li img {
        margin-top: 0;
    }

    .static-hero .bizdev-pic .team-member {
        position: absolute;
        width: 100%;
        height: 44.45rem;
    }
    .static-hero .bizdev-pic .team-member.active {
        height: 44.45rem;
    }
    .static-hero .bizdev-pic {
        width: 100%;
        height: 100%;
    }
}

/* Large desktop styles */
@media (min-width: 1200px) {
    .static-hero .bizdev-pic {
        right: -5rem;
        bottom: -7rem;
    }

    .static-hero .hero-inner {
        align-items: center;
        padding-top: auto;
    }
}

/* Extra large desktop styles */
@media (min-width: 1400px) {
    .static-hero .bizdev-pic {
        right: 4rem;
        bottom: -3rem;
        max-width: 500px;
    }

    .static-hero {
        height: 750px;
    }

    .bizdev-pic img {
        max-width: 500px;
    }
}

.static-hero .bizdev-pic .bizdev-title {
    position: absolute;
    left: -1rem;
    bottom: 15.15rem;
    transform: rotate(-90deg);
    transform-origin: left bottom;
    z-index: 2;
    bottom: 12.25rem;
    left: 1rem;
}

.static-hero .bizdev-pic .bizdev-title h2 {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--brand-green-color);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.static-hero .bizdev-pic .bizdev-title span {
    font-size: 16px;
    color: var(--bs-white);
    font-weight: 400;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .static-hero .bizdev-pic .bizdev-title {
        left: 1rem;
        bottom: 9.75rem;
    }

    .static-hero .bizdev-pic .bizdev-title h2 {
        font-size: 1.75rem;
    }
    .static-hero .bizdev-pic .exprience {
        bottom: 1rem;
        left: 0rem;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .static-hero .bizdev-pic .bizdev-title {
        left: 1rem;
        bottom: 17.4rem;
    }

    .static-hero .bizdev-pic .bizdev-title h2 {
        font-size: 1.75rem;
    }
    .static-hero .bizdev-pic .exprience {
        bottom: 9rem;
        left: -0.25rem;
    }
}

/* Extra large devices (desktops, 1200px and up) */
@media (min-width: 1200px) {
    .static-hero .bizdev-pic .bizdev-title {
        left: 1rem;
        bottom: 20.85rem;
    }

    .static-hero .bizdev-pic .bizdev-title h2 {
        font-size: 1.85rem;
    }

    .static-hero .bizdev-pic .exprience {
        bottom: 8.25rem;
        left: -1.25rem;
    }
}


/* Extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {
    .static-hero .bizdev-pic .bizdev-title {
        left: -1.1rem;
        bottom: 15.125rem;
    }

    .static-hero .bizdev-pic .bizdev-title h2 {
        font-size: 2.25rem;
    }

    .static-hero .bizdev-pic .exprience {
        bottom: 3.25rem;
        left: -4.25rem;
    }
}

@media (max-width: 1199px) {
    .static-hero .slide-title,
    .static-hero .slide-text p {
        max-width: 550px;
    }
}

@media (max-width: 991px) {
    .static-hero .bizdev-pic .team-member:not(.active) {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}


.static-hero .bizdev-pic .exprience .exprience-left h4 {
    color: var(--bs-white);
}

/* Testimonial profile image styles */
.wpo-blog-single-section .author-box .author-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 30px;
    flex-shrink: 0;
}

.wpo-blog-single-section .author-box .author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.wpo-blog-single-section .author-box {
    display: flex;
    align-items: flex-start;
    padding: 35px;
    margin-bottom: 30px;
    background: var(--off-white);
}

.wpo-blog-single-section .author-box .author-content {
    flex: 1;
}

@media (max-width: 767px) {
    .wpo-blog-single-section .author-box {
        flex-direction: column;
        text-align: center;
    }

    .wpo-blog-single-section .author-box .author-avatar {
        margin: 0 auto 20px;
    }
}

/* Trust Icons Section */
.trust-icons-section {
    padding: 2em 0;
    background: var(--off-white);
    overflow: hidden;
    position: relative;
}

.trust-icons-container {
    display: flex;
    animation: scroll 60s linear infinite;
    gap: 40px;
    width: fit-content;
}

.trust-icons-container:hover {
    animation-play-state: paused;
}

.trust-icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.trust-icon img {
    max-height: 50px;
    width: auto;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.trust-icon:hover img {
    filter: grayscale(0%);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Ensure smooth scrolling on all screen sizes */
@media (max-width: 991px) {
    .trust-icon img {
        max-height: 40px;
    }
    .trust-icons-container {
        animation-duration: 45s;
    }
}

@media (max-width: 767px) {
    .trust-icon img {
        max-height: 30px;
    }
    .trust-icons-container {
        gap: 30px;
        animation-duration: 30s;
    }
}

.wpo-about-img a {
    display: block;
    overflow: hidden;
    position: relative;
}

.wpo-about-img a img {
    transition: transform 0.5s ease;
}

.wpo-about-img a:hover img {
    transform: scale(1.05);
}

.wpo-about-img a .learn-more {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    padding: 12px 25px;
    z-index: 2;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    border: 2px solid var(--brand-gold-color);
    background: var(--brand-gold-color);
    color: var(--brand-blue-color);
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 600;
}

.wpo-about-img a .learn-more:before {
    border: 1px solid var(--brand-gold-color);
}

.wpo-about-img a:hover .learn-more {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.wpo-about-img a .learn-more:hover {
    background-color: transparent;
    color: var(--brand-blue-color);
}

.wpo-about-img a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.wpo-about-img a:hover::before {
    opacity: 1;
}

.wpo-about-img .about-img-inner {
    margin-top: 30px;
}

.wpo-about-content .slide-btns {
    display: inline-block;
    margin-right: 15px;
}

.wpo-about-content .slide-btns:last-child {
    margin-right: 0;
}