* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}


/* Transparent navbar initially */
.transparent-navbar {
    background: transparent !important;
    transition: background-color 0.4s ease;
}

/* Solid color after scrolling */
.transparent-navbar.scrolled {
    background: #000 !important;
}

.transparent-navbar.scrolled #main-logo {
    filter: brightness(0) invert(1);
}

.transparent-navbar.scrolled .nav-link {
    filter: brightness(0) invert(1);
}

.transparent-navbar.scrolled .navbar-toggler {
    filter: brightness(0) invert(1);
}

.transparent-navbar.scrolled .navbar-brand {
    color: #fff;
}

/* Open dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    transition: all.3s;
}

.dropdown-item:hover {
    background-color: #2A9E73 !important;
    color: #fff !important;
}

/* nav area */
.navbar {
    background-color: #fff !important;
}

.links-area ul {
    display: flex;
    list-style: none;
    gap: 20px;
    padding: 0;
}

.links-area ul a {
    text-decoration: none;
}

.links-area i {
    color: #2A9E73;
    font-size: 20px;
}

.nav-link {
    font-weight: 600 !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    font-weight: 600 !important;
    color: #2A9E73 !important;

}

.navbar-collapse {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center;
    justify-content: space-around;
}

/* banner */
.banner-image {
    background-image: url(https://grn-bookkeeping-services.searchsolutiontest.com/wp-content/uploads/2026/04/banner-image.jpg);
    width: 100%;
    height: 900px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.hero-color {
    background-color: #2A9E73;
    width: 100%;
    height: 100%;
}

.banner-content {
    padding-top: 25%;
}

.content1 {
    background-color: #fff;
    /* margin-top: 30%; */
    left: -20%;
    position: relative;
    padding: 50px;
    width: 65%;
}

.content1 h1 {
    color: #2A9E73;
    font-weight: 600;
    font-size: 55px;
}

.content1 span {
    color: black;
}

.content1 p {
    color: #00000099;
    /* margin: 0 auto; */
    font-weight: 400;
    margin-bottom: 20px;
}

.content1 button {
    background-color: #000;
    color: #fff;
    width: 150px;
    height: 40px;
    transition: all.3s;
    border: none;
}

.content1 button:hover {
    background-color: #2A9E73;
    color: #fff;
    width: 150px;
    height: 40px;
    transition: all.3s;
}


/* about area */
.about-lines {
    display: flex;
}

.about-lines ul {
    list-style: none;
    padding: 0;

}

.about-lines li {
    margin-right: 10px;
    font-size: 15px;
}

.about-lines ul li i {
    background-color: #2A9E73;
    color: #fff;
    font-size: 10px;
    padding: 5px;
    border-radius: 100px;
    width: 20PX;
}

.button-content button {
    background-color: #000;
    color: #fff;
    width: 150px;
    height: 40px;
    transition: all.3s;
    border: none;
}

.button-content button:hover {
    background-color: #2A9E73;
    color: #fff;
    width: 150px;
    height: 40px;
    transition: all.3s;
}

.about-content h4 {
    color: #000;
    font-weight: 400;
}

.about-content h2 {
    color: #2A9E73;
    font-size: 45px;
}

.about-content p {}

.about-img {
    height: 530px !important;
    object-fit: cover;
    border-radius: 15px;
}

.main-about {
    padding: 80px;
}

.choose {
    background-color: #2A9E73;
    width: 100%;
    height: 600px;
    position: relative;
}

.choose::before {
    content: "";
    background-image: url(https://grn-bookkeeping-services.searchsolutiontest.com/wp-content/uploads/2026/04/why-choose-image.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 70%;
    height: 100%;
    position: absolute;
    right: -570px;
    top: -40px;
}

.why-choose {}

.why-choose h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;

}

.why-choose h2 {
    color: #000;
    font-size: 40px;
}

.why-choose p {
    color: #fff;
}

.custom-progress {
    height: 10px;
    background: transparent;
    position: relative;
}

.progress-bar {
    background-color: #16A8AA !important;
    height: 100%;
    width: 0%;
    transition: width 6s ease;
    /* smooth animation */
    transition-delay: 0.3s;
    /* delay before starting */
}

.progress-item {
    width: 50%;
}

.progress-white {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 100%;
    background: white;
}

.why-choose h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.image-choose {}

.about-image {
    background-image: url(https://grn-bookkeeping-services.searchsolutiontest.com/wp-content/uploads/2026/04/why-choose-image.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;

}

.about-area {
    background-color: #2A9E73;
    width: 100%;
    height: 100%;
    padding: 100px;
}

.about-lines1 {
    display: flex;
}

.about-lines1 ul {
    list-style: none;
    padding: 0;

}

.about-lines1 li {
    margin-right: 10px;
    font-size: 15px;
    color: #fff !important;
}

.about-lines1 ul li i {
    background-color: #fff;
    color: #000;
    font-size: 10px;
    padding: 5px;
    border-radius: 100px;
    width: 20PX;
}

.button-content2 button {
    background-color: #fff;
    color: #000;
    width: 150px;
    height: 40px;
    transition: all.3s;
    border: 1px solid #000;
}

.button-content2 button:hover {
    background-color: #000;
    color: #fff;
    width: 150px;
    height: 40px;
    border: 1px solid #fff;
    transition: all.3s;
}

/* service */
.content2 h4 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.services-content h2 {
    color: #2A9E73;
    font-size: 35px;
    font-weight: 600;
}

.services-content p {
    color: #00000099;
}

.icon-image {
    width: 80px;
}

.text-1 {
    background-color: #fff;
    padding: 50px 0px;
    transition: all.3s;
}

.text-1 h5 {
    color: #2A9E73;
    margin-top: 20px;
    transition: all.3s;
}

.text-1 a {
    color: #2A9E73;
    text-decoration: none;
    font-weight: 500;
    transition: all.3s;
}

.text-1 i {
    transition: all.3s;
}

.text-1 a:hover i {
    rotate: -45deg;
    transition: all.3s;
}

.service-box-text {
    padding: 10px;
    position: relative;
    margin-top: -200px;
    background-color: #fff;
    width: 500px;
    margin: -140px auto;
    box-shadow: 0px 10px 10px 0px;
}

.service-box {
    position: relative;
    transition: all.3s;
}

.service-image {
    overflow: hidden;

}

.service-image img {
    transform: scale(1);
    transition: all .3s;
    height: 390px;
}

.service-box:hover .service-image img {
    transform: scale(1.1);
    transition: all.3s;
}

.len-box {
    margin-top: 200px !important;
}

.services-area {
    padding: 100px 50px;
}

/* new why choose us */
.info-choose {
    background-color: #2A9E73;
    padding: 150px 100px;
    margin-top: 100px;
}

.choose-box-image {
    width: 50px;
    object-fit: contain;
}

.choose-box {
    display: flex;
    gap: 20px;
    background-color: #fff;
    padding: 15px 40px;
}

.choose-box h3 {
    font-size: 25px;
}

.choose-box1 {
    display: flex;
    gap: 20px;

    background-color: #000;
    padding: 15px 40px;
}

.choose-box1 h3 {
    font-size: 25px;
    color: #fff;
}

.info-content5 h5 {
    color: #fff;
    font-size: 20px;
}

.info-content5 h3 {
    color: #000;
    font-size: 40px;
    font-weight: 600;
}

.info-content5 p {
    color: #fff;
}

/* counter area */


.stats {
    font-weight: bold;
}

.stats h2 {
    font-size: 50px;
    font-weight: 400;
    color: #000;
}

.stats p {
    color: #000;

}

.choose-box-image1 {
    width: 70px;
    object-fit: contain;
}

.stats-box {
    background-color: #fff;
    box-shadow: 0px 8px 13px 0px;
    position: relative;
    top: -60px;
}

/* process */
.process {
    padding: 100px;
    position: relative;
}

.process h5 {
    color: #000;
    font-size: 25px;
    font-weight: 400;
}

.process h3 {
    color: #2A9E73;
    font-size: 40px;
}

.process p {
    color: #00000099;
}

.choose-box-image2 {
    width: 80px;
    object-fit: contain;
}

.process-box {
    background-color: #fff;
    box-shadow: 0px 8px 10px 0px;
    padding: 40px;
    position: relative;
}

.process-box2 {
    background-color: #000;
    box-shadow: 0px 8px 10px 0px;
    padding: 40px;
    position: relative;

}

.process-box h4 {
    margin-top: 20px;
}

.process-box2 h4 {
    margin-top: 20px;
}

.process-area {
    margin-top: 100px;
}

.process-number {
    position: absolute;
    top: -50px;
    left: 40%;
    background-color: #2A9E73;
    width: 80px;
    border-radius: 100px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.process-number h3 {
    font-size: 30px;
    padding: 15px;
    color: #fff;
}

.progress-bar {
    background-color: #000000c2 !important;
}

.process:before {
    position: absolute;
    left: -200px;
    top: -14%;
    background-image: url("https://grn-bookkeeping-services.searchsolutiontest.com/wp-content/uploads/2026/04/ring-circle.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 701px;
    height: 756px;
    content: "";
    animation: fa-spin 25s infinite alternate;
}

/* testimonmial */
.testimonmial {
    background-color: #2A9E73;
    width: 100%;
    padding: 100px 50px;
}



.testimonial-content h5 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.testimonial-content h3 {
    font-size: 35px;
    font-weight: 600;
    color: #000;

}

.testimonial-content p {
    color: #fff;
}

/* ensure slides center and content width looks consistent */
.testimonialSwiper {
    padding: 1rem 0;
}

.testimonialSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.testimonialSwiper .content1 {
    width: 100%;
    max-width: 720px;
    /* controls single-slide width on large screens */
    box-sizing: border-box;
    padding: 18px;
}

/* optional: make the name/initial look nicer when in slider */
.content2 h4 {
    flex-shrink: 0;
}

/* Testimonials styling */
.swiper {
    padding: 18px 0;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.testimonial-card {
    width: 100%;
    /* max-width: 410px; */
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
}

.testimonial-card p {
    color: #00000099;
    font-weight: 400;
}

.testimonial-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    position: relative;
}

.testimonial-meta::before {
    content: "";
    background-image: url(https://grn-bookkeeping-services.searchsolutiontest.com/wp-content/uploads/2026/04/dialog.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 55px;
    position: absolute;
    height: 55px;
    right: 10%;
}

.testimonial-content {
    padding: 30px;
}

.testimonial-meta img {
    width: 55px;
    height: 55px;
    color: #fff;
    border-radius: 50%;
    background: #ffcd00;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
}


/* Fix: consistent class name */
.testimonial-edit h3 {
    font-size: 15px;
    margin: 0;
    font-weight: 700;
}

.testimonial-edit p {
    font-size: 14px;
    margin: 0;
    color: #555;
}

/* Navigation / pagination color */
.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

.swiper-pagination-bullet {
    background: #000;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

/* contact */

.content4 img {
    background-color: #2A9E73;
    width: 70px;
    padding: 15px;
    border-radius: 5px;
}

.content10 {
    padding: 10px;
}

.content10 h4 {
    font-size: 16px;
    color: #2A9E73;
    font-weight: 400;
}

.content10 h3 {
    font-size: 17px;
    font-weight: 600;
}

.contact-section {
    /* margin-top: 100px; */
    padding: 100px 0;
}

.contact-section h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #2A9E73;
    margin-bottom: 15px;
}

.contact-section h2 {
    font-size: 48px;
    font-weight: 600;
    color: #2A9E73;
    margin-bottom: 20px;
}

.contactUSPage {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
    padding: 100px 20px;
    border-radius: 15px;
}




/* footer */
footer {
    background-color: #000;
    position: relative;
    padding-top: 25px;
}

/* footer:after {
    content: "";
    top: 0;
    position: absolute;
    background-image: url(https://grn-bookkeeping-services.searchsolutiontest.com/wp-content/uploads/2026/04/clouds_2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
} */

.footer-box h2 {
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 17px;
    color: var(--s-white);
}

.footer-box p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
}

.footer-box h3 {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: #fff;
    text-transform: uppercase;
}

.footer-box ul li {
    margin-bottom: 0.5rem;
}

.footer-box li a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    transition: all.3s;
}

.footer-box ul {
    list-style: none;
    padding: 0;
    transition: all.3s;

}

.footer-box a {
    text-decoration: none;
    color: #fff;
}

.footer-box ul li a:hover {
    color: #fff;
    letter-spacing: 1px;
    transition: all.3s;
}

.footer1stRow {
    padding: 2rem 0 1.5rem 0;
    position: relative;
    z-index: 1;
    /* border-top: 1px solid #2525251e; */
}

.socialmediaicon li a i {
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-right: 8px;
    padding: 0;
    color: #112F4E;
    transition: 0.3s;
    border-radius: 100px;
}

.socialmediaicon ul {
    list-style: none;
    padding: 0;
}

.socialmediaicon ul li a i:hover {
    transform: rotate(360deg);
    background-color: #fff;
    color: #112F4E;
}

.SocialIcon h3 {
    font-size: 17px;
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
}

.copyRight {
    border-top: 1px solid #ffffff5b;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

.copyRight a {
    /* text-decoration: none; */
    color: #fff;
}

.copyRight p {
    color: #fff;
}


/* Back To Top CSS Start Here */
.button {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #2A9E73;
    cursor: pointer;
    border: 2px solid var(--s-primary);
    /* mix-blend-mode: multiply; */
    overflow: hidden;
    border-radius: 30px;
    color: #fff;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.btn-txt {
    z-index: 10;
}

.type1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    background-color: #000;
    border-radius: 30px;
    visibility: hidden;
    height: 10px;
    width: 10px;
    z-index: -1;
}

.button:hover {
    box-shadow: 1px 1px 200px var(--s-white);
    color: #fff;
    border: none;
}

.type1:hover::after {
    visibility: visible;
    transform: scale(100) translateX(2px);
}



.len-box1 {
    margin-top: 50px !important;
}

.len-box0 {
    margin-top: 50px !important;
}

.new-content h3 {
    color: #fff !important;
}

.new-content {
    text-align: center;
}

.breadcrumb {
    justify-content: center;
}

/* responsive */
@media(max-width:1200px) {
    .content1 {
        background-color: #fff;
        margin-top: 15%;
        left: -20%;
        position: relative;
        padding: 50px;
        width: 75%;
    }

    .content1 h1 {
        color: #2A9E73;
        font-weight: 600;
        font-size: 45px;
    }

    .why-choose h2 {
        color: #000;
        font-size: 26px;
    }

    .why-choose h4 {
        color: #fff;
        font-size: 15px;
        font-weight: 600;
    }

    .why-choose p {
        color: #fff;
        font-size: 14px;
    }

    .service-box-text {
        padding: 15px;
        position: relative;
        margin-top: -200px;
        background-color: #fff;
        width: 300px;
        margin: -140px auto;
        box-shadow: 0px 10px 10px 0px;
    }

    .info-content5 h3 {
        color: #000;
        font-size: 30px;
        font-weight: 600;
    }

    .choose-box-image {
        width: 35px;
        object-fit: contain;
    }

    .choose-box h3 {
        font-size: 12px;
    }

    .choose-box1 h3 {
        font-size: 12px;
        color: #fff;
    }

    .process-box {
        background-color: #fff;
        box-shadow: 0px 8px 10px 0px;
        padding: 40px 20px;
        position: relative;
    }

    .process-number {
        position: absolute;
        top: -50px;
        left: 40%;
    }

    .process:before {
        display: none;
    }

    .mission-box-content h3 {
        color: #2A9E73;
        margin-bottom: 15px;
        font-weight: 400;
        font-size: 25px !important;
        margin-top: 5px !important;
        letter-spacing: 1px;
    }

    .mission-box-content h5 {
        margin-top: 0;
        font-size: 11px !important;
        margin-bottom: 0rem;
        color: #5f5f5f;
        font-weight: 600;
    }
}

@media(max-width:992px) {
    .about-content h2 {
        color: #2A9E73;
        font-size: 35px;
    }

    .content1 h1 {
        color: #2A9E73;
        font-weight: 600;
        font-size: 35px;
    }

    .content1 p {
        color: #00000099;
        /* margin: 0 auto; */
        font-weight: 400;
        width: 300px;
    }

    .content1 p {
        color: #00000099;
        /* margin: 0 auto; */
        font-weight: 400;
        width: 300px;
    }

    .about-content h4 {
        color: #000;
        font-weight: 400;
        margin-top: 20px;
    }

    .about-lines li {
        margin-right: 10px;
        font-size: 12px;
    }

    .about-image {
        display: none;
    }

    .services-content h2 {
        color: #2A9E73;
        font-size: 30px;
        font-weight: 600;
    }

    .content2 h4 {
        color: #000;
        font-size: 20px;
        font-weight: 500;
        text-align: center;
    }

    .services-content h2 {
        color: #2A9E73;
        font-size: 30px;
        font-weight: 600;
        text-align: center;
    }

    .services-content p {
        color: #00000099;
        text-align: center;
    }

    .button-content {
        text-align: center;
    }

    .len-box1 {
        margin-top: 170px !important;
    }

    .choose-box {
        display: flex;
        gap: 20px;
        background-color: #fff;
        padding: 15px 40px;
        margin-top: 20px;
    }

    .service-box-text {
        padding: 15px;
        position: relative;
        margin-top: -200px;
        background-color: #fff;
        width: 350px;
        margin: -140px auto;
        box-shadow: 0px 10px 10px 0px;
    }

    .choose-box1 {
        display: flex;
        gap: 20px;
        background-color: #000;
        margin-top: 20px;
        padding: 15px 40px;
    }

    .choose-box-image1 {
        width: 50px;
        object-fit: contain;
    }

    .stats h2 {
        font-size: 40px;
        font-weight: 400;
        color: #000;
    }

    .stats-box {
        top: -100px;
    }

    .process {
        padding: 10px;
    }

    .process-box2 {
        background-color: #000;
        box-shadow: 0px 8px 10px 0px;
        padding: 40px;
        position: relative;
        margin: 15px 0;
    }

    .process-number {
        position: absolute;
        top: -45px;
        left: 45%;
        background-color: #2A9E73;
        width: 70px;
        border-radius: 100px;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .choose-box h3 {
        font-size: 20px;
    }

    .choose-box1 h3 {
        font-size: 20px;
    }

    .testimonial-content h3 {
        font-size: 30px;
        font-weight: 600;
        color: #000;
    }

    .testimonial-meta::before {
        content: "";
        background-image: url(https://grn-bookkeeping-services.searchsolutiontest.com/wp-content/uploads/2026/04/dialog.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 45px;
        position: absolute;
        height: 45px;
        right: 10%;
    }

    .contactUSPage {
        box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
        padding: 0px 20px;
        border-radius: 15px;
    }

    .mission-box-content h5 {
        margin-top: 0;
        font-size: 11px;
        margin-bottom: 0rem;
        color: #5f5f5f;
        font-weight: 600;
    }

    .new-content h3 {
        color: #fff !important;
        font-size: 20px !important;
    }

    .breadcrumb-item a {
        color: #2A9E73;
        font-weight: 600;
        text-decoration: none;
        font-size: 18px !important;
    }

    .breadcrumb-item.active {
        color: #fff !important;
        font-weight: 600;
        text-decoration: none;
        font-size: 18px !important;
    }
}

@media(max-width:767px) {
    .content1 p {
        color: #00000099;
        /* margin: 0 auto; */
        font-weight: 400;
        width: 210px;
        font-size: 10px;
    }

    .stats-box {
        top: -50px;
    }

    .banner-image {
        background-image: url(https://grn-bookkeeping-services.searchsolutiontest.com/wp-content/uploads/2026/04/banner-image.jpg);
        width: 100%;
        height: 500px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }

    .banner-content {
        padding-top: 35%;
    }

    .hero-color {
        background-color: #2A9E73;
        width: 100%;
        height: 100%;
        display: none;
    }

    .content1 {
        background-color: #fff;
        margin-top: -3%;
        left: 10%;
        position: relative;
        padding: 15px;
        width: 50%;
    }

    .content1 h1 {
        color: #2A9E73;
        font-weight: 600;
        font-size: 25px;
    }

    .main-about {
        padding: 30px;
    }

    .about-content h4 {
        color: #2A9E73;
        font-weight: 400;
        margin-top: 15px;
    }

    .about-content h2 {
        color: #2A9E73;
        font-size: 30px;
        font-weight: 700;
    }

    .about-content p {
        font-size: 13px;
    }

    .about-lines li {
        margin-right: 10px;
        font-size: 10px;
    }

    .service-box-text {
        padding: 13px;
        position: relative;
        margin-top: -200px;
        background-color: #fff;
        width: 350px;
        margin: -80px auto;
        box-shadow: 0px 10px 10px 0px;
    }

    .len-box0 {
        margin-top: 30px !important;
    }

    .len-box1 {
        margin-top: 120px !important;
    }

    .text-1 {
        background-color: #fff;
        padding: 30px 0px;
    }

    .len-box {
        margin-top: 100px !important;
    }

    .icon-image {
        width: 60px;
    }

    .text-1 p {
        font-size: 12px;
    }

    .about-area {
        background-color: #2A9E73;
        width: 100%;
        height: 100%;
        padding: 30px;
    }

    .why-choose h2 {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
    }

    .why-choose h4 {
        color: #fff;
        font-size: 15px;
        font-weight: 400;
    }

    .why-choose p {
        color: #fff;
        font-size: 12px;
    }

    .about-lines1 li {
        margin-right: 10px;
        font-size: 12px;
        color: #fff !important;
    }

    .about-image {
        background-image: url(https://grn-bookkeeping-services.searchsolutiontest.com/wp-content/uploads/2026/04/why-choose-image.jpg);
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        background-position: center;
        display: none;
    }

    .info-choose {
        background-color: #2A9E73;
        padding: 50px;
        margin-top: 70px;
    }

    .info-content5 h3 {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
    }

    .info-content5 h5 {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
    }

    .info-content5 p {
        color: #fff;
        font-size: 15px;
    }

    .process {
        padding: 40px;
    }

    .process h3 {
        color: #000;
        font-size: 25px;
    }

    .process h5 {
        color: #000;
        font-size: 20px;
        font-weight: 400;
    }

    .process p {
        color: #00000099;
        font-size: 13px;
    }

    .process-number {
        position: absolute;
        top: -33px;
        left: 44%;
        background-color: #2A9E73;
        width: 60px;
        border-radius: 100px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .process-box {
        background-color: #fff;
        box-shadow: 0px 8px 10px 0px;
        padding: 50px;
        position: relative;
    }



    .testimonial-content h3 {
        font-size: 27px;
        font-weight: 600;
        color: #000;
    }

    .contact-section h2 {
        font-size: 35px;
        font-weight: 600;
        color: #2A9E73;
        margin-bottom: 10px;
    }

    .contact-section {
        /* margin-top: 100px; */
        padding: 35px;
    }

    .contactUSPage {
        box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
        padding: 30px;
        border-radius: 15px;
    }
}

@media(max-width:450px) {
    .about-content h2 {
        color: #2A9E73;
        font-size: 20px;
        font-weight: 700;
    }

    .content1 p {
        color: #00000099;
        /* margin: 0 auto; */
        font-weight: 400;
        width: 170px;
        font-size: 9px;
    }

    .content1 h1 {
        color: #2A9E73;
        font-weight: 600;
        font-size: 17px;
    }

    .content1 {
        background-color: #fff;
        margin-top: 15%;
        left: 10%;
        position: relative;
        padding: 10px;
        width: 50%;
    }

    .why-choose h2 {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
    }

    .content2 h4 {
        color: #2A9E73;
        font-size: 15px;
        font-weight: 500;
    }

    .services-content h2 {
        color: #2A9E73;
        font-size: 30px;
        font-weight: 600;
    }

    .services-area {
        padding: 50px 20px;
    }

    .text-1 p {
        font-size: 10px;
    }

    .text-1 h5 {
        color: #2A9E73;
        margin-top: 20px;
        font-size: 17px;
    }

    .service-box-text {
        padding: 5px;
        position: relative;
        margin-top: -200px;
        background-color: #fff;
        width: 250px;
        margin: -80px auto;
        box-shadow: 0px 10px 10px 0px;
    }

    .info-content5 h3 {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
    }

    .info-content5 p {
        color: #fff;
        font-size: 12px;
    }

    .choose-box-image {
        width: 30px;
        object-fit: contain;
    }

    .choose-box h3 {
        font-size: 15px;
    }

    .choose-box {
        display: flex;
        gap: 20px;
        background-color: #fff;
        padding: 15px 25px;
    }

    .choose-box1 {
        display: flex;
        gap: 20px;
        background-color: #000;
        padding: 15px 25px;
    }

    .choose-box1 h3 {
        font-size: 15px;
        color: #fff;
    }

    .stats h2 {
        font-size: 25px;
        font-weight: 400;
        color: #000;
    }

    .choose-box-image1 {
        width: 50px;
        object-fit: contain;
    }

    .info-choose {
        background-color: #2A9E73;
        padding: 20px;
        margin-top: 70px;
    }

    .stats-box {
        background-color: #fff;
        box-shadow: 0px 8px 13px 0px;
        position: relative;
        top: -40px;
    }

    .process-number {
        position: absolute;
        top: -33px;
        left: 39%;
    }

    .testimonmial {
        background-color: #2A9E73;
        width: 100%;
        padding: 20px 20px;
    }

    .testimonial-card {
        width: 100%;
        /* max-width: 410px; */
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px;
    }

    .testimonial-meta img {
        width: 45px;
        height: 45px;
        color: #fff;
        border-radius: 50%;
        background: #ffcd00;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        font-weight: 700;
        font-size: 16px;
    }

    .testimonial-card p {
        color: #00000099;
        font-weight: 400;
        font-size: 13px;
    }

    .testimonial-meta::before {
        content: "";
        background-image: url(https://grn-bookkeeping-services.searchsolutiontest.com/wp-content/uploads/2026/04/dialog.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 35px;
        position: absolute;
        height: 35px;
        right: 10%;
    }

    .content4 img {
        background-color: #2A9E73;
        width: 60px;
        padding: 15px;
        border-radius: 5px;
    }

    .content10 h3 {
        font-size: 13px;
        font-weight: 600;
    }

    .contact-section h4 {
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        color: #2A9E73;
        margin-bottom: 10px;
    }

    .process-box {
        background-color: #fff;
        box-shadow: 0px 8px 10px 0px;
        padding: 40px 10px;
        position: relative;
    }

    .process-box2 {
        background-color: #000;
        box-shadow: 0px 8px 10px 0px;
        padding: 40px 10px;
        position: relative;
    }
}

/* about us page */
.banner-area2 {
    background: linear-gradient(rgb(0 0 0 / 45%), rgb(0 0 0 / 55%)), url(https://grn-bookkeeping-services.searchsolutiontest.com/wp-content/uploads/2026/04/accounting-services.jpg) center / cover no-repeat;
    width: 100%;
    height: 500px;
}

.banner-edit {
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumb-item a {
    color: #2A9E73;
    font-weight: 600;
    text-decoration: none;
    font-size: 25px;
}

.breadcrumb-item.active {
    color: #fff !important;
    font-weight: 600;
    text-decoration: none;
    font-size: 25px;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: #fff !important;
    content: var(--bs-breadcrumb-divider, "/");
}

.about-content1 {}

.about-content1 h6 {
    color: #000;
}

.about-content1 h3 {
    color: #2A9E73;
    font-size: 35px;
}

.new-content h3 {
    color: #fff !important;
    font-size: 45px;
}

.about-iamge {
    height: 550px !important;
    object-fit: cover;
    width: 100%;
}

.about-hero {
    padding: 100px;
}

.about-list {
    list-style: none;
    padding: 0;
}

/* our mission */
.mission {
    background-color: #2A9E73;
    width: 100%;
    margin-top: 100px;
}

.mission-content h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 50px;
}

.mission-content h3 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.mission-content p {
    margin-top: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 50px;
}

.mission-box {
    background-color: #fff;
    margin-top: 50px;
    /* width: 264px; */
    height: 290px;
    margin-bottom: 30px;
    padding: 40px;
    gap: 10px;
}

.mission-box-content h3 {
    color: #2A9E73;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 35px;
    margin-top: 25px;
    letter-spacing: 1px;
}

.mission-box-content h5 {
    margin-top: 0;
    font-size: 11px;
    margin-bottom: 0rem;
    color: #5f5f5f;
    font-weight: 600;
}

/* FAQs Section Start Here */
.FAQs-box {
    background-image: url(https://grn-bookkeeping-services.searchsolutiontest.com/wp-content/uploads/2026/04/faq-image.jpg);
    border-radius: 30px;
    object-fit: cover;
}

.bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.accordion-header .accordion-button {
    font-size: 17px;
    background-color: #FFFFFF;
    color: var(--black);
    /* padding: 17px 25px 17px 25px; */
    border-radius: 30px !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    font-weight: 700;
}

.accordion-button:not(.collapsed) {
    color: var(--s-white);
    background-color: var(--s-primary);
}

.accordion-item {
    background-color: transparent;
}

.fq-section {
    margin-top: 100px;
    margin-bottom: 100px;
}

.titleBar1 h6 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #2A9E73;
    margin-bottom: 15px;

}

.titleBar h6 {
    color: #2A9E73;
}

.titleBar1 h3 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2A9E73;
}

.titleBar h3 {
    color: #2A9E73;
}

.accordion-header .accordion-button {
    font-size: 17px;
    background-color: #FFFFFF;
    /* padding: 17px 25px 17px 25px; */
    border-radius: 30px !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    font-weight: 700;
}

.accordion-header .accordion-button:focus {
    background-color: #2A9E73;
    color: #fff;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #2A9E73 !important;
    box-shadow: none !important;
}

@media(max-width:767px) {
    .about-hero {
        padding: 20px;
    }

    .about-iamge {
        height: 300px !important;
        object-fit: cover;
        width: 100%;
    }

    .about-content1 h3 {
        color: #2A9E73;
        font-size: 30px;
    }

    .mission-content h3 {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 20px;
    }

    .mission-content p {
        margin-top: 0;
        font-size: 12px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 50px;
    }

    .fq-section {
        margin-top: 0px;
        padding: 20px;
    }

    .banner-area2 {
        background: linear-gradient(rgb(0 0 0 / 33%), rgb(0 0 0 / 39%)), url(https://grn-bookkeeping-services.searchsolutiontest.com/wp-content/uploads/2026/04/accounting-services.jpg) center / cover no-repeat;
        width: 100%;
        height: 350px;
    }
}

/* service page area */

/* services */
.services-content1 h3 {
    color: #000000 !important;
    font-weight: 700 !important;

}

.services-content1 {
    margin-top: 50px;
}

.services-content1 p {
    margin-top: 0;
    font-size: 13px;
    margin-bottom: 0rem;
    color: #5f5f5f;
    font-weight: 600;

}

.services-image img {
    border-radius: 20px;
    height: 450px;
    object-fit: cover;
    width: 100%;
}

.services {
    margin-top: 100px;
}

/* service info */
.aboutSection {
    margin-top: 100px;
    padding: 50px;
}

.allServicesListBody h2 {
    color: #000000ad;
}

.innerServicesBtn i {
    color: #2A9E73;
}

.innerServicesBtn a {
    text-decoration: none;
    color: #2A9E73;

    font-weight: 600;
}

.innerServicesBtn:hover {
    background-color: #2A9E73;
    border-radius: 15px !important;

}

.innerServicesBtn a:hover {
    color: #fff;
}

.innerServicesBtn .revSite-btn:hover {
    background-color: #2A9E73 !important;
    color: #fff !important;
}

.innerServicesBtn:hover i {
    color: #fff;
    /* turn the icon white */
}

.innerServicesPage h1 {
    color: #000000ad;
}

.innerServicesPage p {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 16px;
    color: #5f5f5f;
    font-weight: 400;
}

.innerli li {

    font-weight: 600;
    font-size: 15px;
}

/* .service-img-d img{
    display: none;
    border-radius: 20px;
    height: 450px;
    object-fit: cover;
    width: 550px;
}
@media(max-width:992px){
    .service-img-d{
        display: block;
    }
    .service-img-d img{
        display: block;
        border-radius: 20px;
        height: 300px;
        object-fit: cover;
        width: 100%;
    }
        .services-image img {
        border-radius: 20px;
        height: 300px;
        object-fit: cover;
        width: 550px;
        display: none;
    }
}
@media(max-width:767px) {
        .service-img-d{
        display: block;
    }
    .services-image img {
        border-radius: 20px;
        height: 300px;
        object-fit: cover;
        width: 550px;
        display: none;
    }

    .service-img-d img{
        display: block;
        border-radius: 20px;
        height: 300px;
        object-fit: cover;
        width: 550px;
    } */


/* contact us page */
.contact-content {
    margin-bottom: 15px;
    display: flex;
    gap: 15px;
}

.content5 h3 {
    font-size: 20px;
}

.cb-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    /* circle border */
    border-radius: 50%;
    background-color: #000;
    transform: translate3d(0, 0, 0);
    pointer-events: none;
    z-index: 150;
    transition: opacity 0.3s, color 0.4s;
}

.pricing-section {
  padding: 100px 20px;
}

.pricing-container {
  max-width: 1200px;
  margin: 0 auto;
}

.pricing-heading {
  margin-bottom: 55px;
  text-align: center;
}

.pricing-heading .sub-title {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #2A9E73;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.pricing-heading h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 58px;
  line-height: 1.05;
  font-weight: 600;
  margin-bottom: 18px;
  color: #1c1c1c;
}

.pricing-heading p {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}

.pricing-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 24px;
  padding: 35px 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  transition: all 0.35s ease;
  overflow: hidden;
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.pricing-card.featured {
  background: linear-gradient(180deg, #2A9E73 0%, #218a64 100%);
  color: #fff;
  transform: scale(1.03);
  border: none;
}

.pricing-card.featured:hover {
  transform: scale(1.03) translateY(-8px);
}

.pricing-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 999px;
}

.pricing-card.featured .pricing-badge {
  background: #fff;
  color: #2A9E73;
}

.plan-name {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 18px;
  color: #2A9E73;
}

.pricing-card.featured .plan-name {
  color: #eaffef;
}

.price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}

.price span {
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}

.plan-desc {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 28px;
}

.pricing-card.featured .plan-desc {
  color: rgba(255,255,255,0.9);
}

.feature-list {
  list-style: none;
  margin-bottom: 30px;
}

.feature-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

.feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #2A9E73;
  font-weight: 700;
}

.pricing-card.featured .feature-list li {
  color: #fff;
}

.pricing-card.featured .feature-list li::before {
  color: #fff;
}

.pricing-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  background: #111;
  color: #fff;
  font-weight: 600;
  padding: 15px 20px;
  border-radius: 14px;
  transition: all 0.3s ease;
}

.pricing-btn:hover {
  background: #2A9E73;
  color: #fff;
}

.pricing-card.featured .pricing-btn {
  background: #fff;
  color: #2A9E73;
}

.pricing-card.featured .pricing-btn:hover {
  background: #111;
  color: #fff;
}

@media (max-width: 991px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card.featured {
    transform: none;
  }

  .pricing-card.featured:hover {
    transform: translateY(-8px);
  }

  .pricing-heading h2 {
    font-size: 46px;
  }
}

@media (max-width: 575px) {
  .pricing-section {
    padding: 70px 15px;
  }

  .pricing-heading h2 {
    font-size: 38px;
  }

  .pricing-card {
    padding: 28px 22px;
  }

  .price {
    font-size: 40px;
  }
}