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

a {
    text-decoration: none !important;
}


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

h1,
h2,
h3 {
    font-family: "Libre Baskerville", serif !important;
    /* font-weight: 400 !important; */
}

/* p {
    font-size: 20px;
} */

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

/* Solid color after scrolling */
.transparent-navbar.scrolled {
    background: #0097B2 !important;
    padding: 10px;
}

.navbar {
    padding: 0 !important;
}

.header-bar button:hover {
    color: #0097B2;
    border: 1px solid #112F4E;
    background-color: #fff;
    transition: all .3s;
    color: #000 !important;
}

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

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

.transparent-navbar.scrolled .header-bar button {
    border: 1px solid #fff;
    color: #fff;

}

.transparent-navbar.scrolled .header-bar a {
    color: #fff;

}

/* .transparent-navbar.scrolled .header-bar button:hover{
    color: #000 !important;
} */
.navbar-collapse {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center;
    justify-content: space-evenly;
}

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

/* Open dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* fixes small jump */
}

/* Keep link active on hover */
.nav-item.dropdown:hover .nav-link {
    color: #000;
}

.nav-link {
    color: #fff !important;
    position: relative;
    font-weight: 500 !important;
}

.nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    /* width: 0; */
    height: 1px;
    transform: scale(0);
    transition: all .3s;
    right: 0;
    transform-origin: center;
}

.nav-link:hover::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffff;
    width: 100%;
    height: 1px;
    transform: scale(1);
    transition: all .3s;
}

.nav-link:hover {
    color: #fff !important;
}

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

.header-bar button a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: all.3s;
}

.header-bar button:hover {
    color: #0097B2;
    border: 1px solid #112F4E;
    background-color: #fff;
    transition: all.3s;
}

.header-bar button:hover a {
    color: #0097B2;
    transition: all.3s;
}

header {
    position: fixed;
    /* stays on top */
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;

    background: #0097B2;
    /* main blur */
    /* transparent layer */
    /* backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    padding: 8px 20px; */

    /* Safari support */
}

.navbar-brand {
    padding: 0px !important;
}

.navbar-brand img {
    height: 100px;
    width: 100px;
}

.scrolled {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #0097B2 !important;
    padding: 10px;

}


/* banner start */


.banner {
    background-position: center;
    background-size: cover;
    background-color: #E7F5F5;
    width: 100%;
    height: 800px;
    background-attachment: fixed;
    position: relative;
    padding: 100px;
    overflow: hidden;
}

/* .swiper-slide {
    position: relative;
    overflow: hidden;
} */

.slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform 6s ease;
    z-index: -1;
}

/* dark overlay */
/* .slide-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgb(0 0 0 / 42%), rgb(0 0 0 / 42%));
} */

/* zoom only active slide */
/* .swiper-slide-active .slide-bg {
    transform: scale(1.1);
} */

/* .mySwiper,
.swiper-slide,
.banner {
    height: 100vh;
} */


/* .banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 1;
    object-fit: cover;
} */
/* Centers the video */
/* Ensures the video covers the entire banner area */
/* 
.banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(116deg, #000000b8 0%, #ffffff18 110%);
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
} */

.banner2 {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
    background-attachment: fixed;
    position: relative;
}

.banner3 {
    background-image: linear-gradient(rgb(0 0 0 / 42%)), url(https://toonebookkeeping.com/wp-content/uploads/2026/03/about-new.png) !important;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
    /* background-attachment: fixed;    */
    position: relative;
}

.banner-content {
    position: relative;

    z-index: 100;
    text-transform: uppercase;
    text-align: center !important;
}

.banner-design {
    position: relative;
}

.banner-design img {
    position: relative;
    z-index: 2;
    top: 100px;
}

.design {
    position: relative;
}

.design::before {
    content: "";
    position: absolute;
    background-image: url(https://toonebookkeeping.com/wp-content/uploads/2026/03/design1.webp);
    background-position: center;
    background-size: cover;
    width: 30%;
    height: 600px;
    left: -100px;
    top: 25%;
}

.banner-design2 {
    position: relative;
}

.banner-design2 img {
    position: relative;
    z-index: 2;
}

.design::after {
    content: "";
    position: absolute;
    background-image: url(https://toonebookkeeping.com/wp-content/uploads/2026/03/design1.webp);
    background-position: center;
    background-size: cover;
    width: 30%;
    height: 600px;
    top: -110%;
    right: 0;
    rotate: 180deg;
}

.banner-content3 {
    position: relative;
    z-index: 100;
    text-transform: uppercase;
}

.banner-content3 h1 {
    color: #fff;
    margin-top: 200px;
    font-size: 30px !important;
    font-weight: 700;
}

.banner-content p {
    font-size: 16px;
    color: #000;
    /* line-height: 30px; */

    /* margin: 0 auto; */
    /* margin-top: 30px; */
    font-weight: 500;
    text-align: center;
}

.textt-primary {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0.2em;
    position: relative;
    padding-left: 20px;
    color: #000 !important;
}

.textt-primary::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    /* text-decoration: dotted; */
    color: #fff;
    height: 8px;
    background-color: #0097B2;
    width: 8px;
    border-radius: 50%;
}

.banner-content h1 {
    color: #000;
    font-size: 60px;
    font-weight: 700;
    text-align: center !important;
    margin: 15px 0;
}

.banner-content h4 {
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    margin-bottom: 0;
    /* line-height: 25px; */
    /* text-align: left !important; */
    font-weight: 400;
}

.banner-content button {
    width: 200px;
    height: 50px;
    background-color: transparent;
    border: 1px solid #fff;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-content button a {
    color: #fff;
    text-decoration: none;
    /* font-weight: 700; */
    transition: all .3s;
}

.banner-content button:hover {
    color: #fff;
    background-color: #0097B2;
    border: 1px solid #0097B2;
    transition: all.3s;
}

.banner-content button:hover a {
    color: #fff;
    transition: all.3s;
}

.banner-content i {
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    gap: 8px;
    align-items: center;
    opacity: .9;
    transition: all.3s;
    transform: rotate(-90deg);
}

.banner-content a:hover i {
    transform: rotate(-130deg);
    transition: all.3s;
}


.btn-primary {
    background-color: #0097B2 !important;
    border: 2px solid #00000066 !important;
    transition: all .3s;
    border-radius: 50px !important;
}

.btn-primary:hover {
    background-color: #000 !important;
    transition: all.3s;
}

.btn-secondary {
    background-color: #fff !important;
    border: 2px solid #00000066 !important;
    color: #000 !important;
    border-radius: 50px !important;
    transition: all.3s;
}

.btn-secondary:hover {
    color: #fff !important;
    background-color: #0097B2 !important;
}

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

/* footer:after {
    content: "";
    top: 0;
    position: absolute;
    background-image: url(https://toonebookkeeping.com/wp-content/uploads/2026/03/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;
}


.ticker {
    background: #0097B2;
    /* dark bar like screenshot */
    padding: 50px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.ticker::before,
.ticker::after {
    content: "";
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

/* subtle fade edges (optional) */
.ticker::before {
    left: 0;
    background: linear-gradient(to right, #0097B2, transparent);
}

.ticker::after {
    right: 0;
    background: linear-gradient(to left, #0097B2, transparent);
}

.ticker__wrap {
    display: flex;
    width: 100%;
}

.ticker__track {
    display: flex;
    gap: 60px;
    align-items: center;
    white-space: nowrap;
    will-change: transform;
    animation: tickerMove 18s linear infinite;
}

.ticker:hover .ticker__track {
    animation-play-state: paused;
}

.ticker__item {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    opacity: 0.95;
}

.ticker__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    /* purple dot */
    flex: 0 0 auto;
}

/* Move left by 50% because track is duplicated */
@keyframes tickerMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Responsive sizing */
@media (max-width: 768px) {
    .ticker__item {
        font-size: 18px;
    }

    .ticker__track {
        gap: 34px;
    }
}

/* about */
.about-area {
    padding: 100px;
}

.about-image img {
    border-radius: 25px;
}

.certification {
    display: flex;
    justify-content: space-evenly;
}

.what-we-do-body {
    border-bottom: 1px solid var(--divider-color);
    /* margin-bottom: 40px;
    padding-bottom: 40px; */
}

.what-we-do-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.what-we-do-body ul li {
    background-image: url(https://toonebookkeeping.com/wp-content/uploads/2026/03/icon-check.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 24px auto;
    line-height: 1.5em;
    margin-bottom: 20px;
    padding-left: 35px;
}

.what-we-do-body ul li:last-child {
    margin-bottom: 0;
}


.image-area {
    height: 650px;
    position: relative;
    z-index: 2;
}

.image-area::before {
    content: "";
    position: absolute;
    background-color: #0097B2;
    width: 90%;
    height: 65%;
    z-index: -1;
    right: -20px;
    top: -20px;
}


.image-content-box {
    position: absolute;
    bottom: 140px;
    right: -20px;
    background-color: #0097B2;
    padding: 35px;
}

.image-content-box h3 {
    font-style: italic;
}

.image-area img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.area1-content {}

.area1-content h4 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #0097B2;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.area1-content h2 {
    font-size: 50px;
    margin-bottom: 35px;
    color: #000;
    font-weight: 700;
    line-height: 1;
    font-family: 'Times New Roman', Times, serif !important;
}

.area1-content h6 {
    color: #777;
}

.area1-content h6 span {
    background-color: #0097B2;
    position: relative;
    display: inline-block;
    width: 35px;
    height: 2px;
    top: -3px;
    margin-right: 20px;
}

.area1-content p {
    font-weight: 300;
}

.area1-content a {}




/* services */
.services-area-new {
    padding: 100px;
}

.service-content h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #0097B2;
}

.card {
    position: relative;
    background-color: #f2f2f2;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    perspective: 1000px;
    box-shadow: 0 0 0 5px #ffffff80;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card__img {
    width: 100%;
    height: 450px !important;
    object-fit: cover;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(255, 255, 255, 0.2);
}

.card-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    text-align: center;
    transition: all.3s;
}

.card-main h3 {
    color: #fff;
    font-size: 20px;
    margin: 0;
    transition: all.3s;
}

.card__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    transform: rotateX(-90deg);
    transform-origin: bottom;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.card:hover .card__content {
    transform: rotateX(0deg);
}

.card:hover .card__img {
    scale: 0;
}

.card__title {
    margin: 0;
    font-size: 24px;
    color: #333;
    font-weight: 700;
}

.card__description {
    margin: 10px 0 0;
    font-size: 20px;
    color: #777;
    line-height: 1.4;
}

/* why choose us */

.picture-testi {
    background-image: url(https://toonebookkeeping.com/wp-content/uploads/2026/03/about.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
}

.choose-us {
    position: relative;
}

.choose-us::before {
    content: "";
    position: absolute;
    background-image: url(https://toonebookkeeping.com/wp-content/uploads/2026/03/star.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 150px;
    width: 150px;
    top: 30%;
}

.choose-us-content {
    padding: 100px;
}

.choose-us-content h4 {}

.choose-us-content h2 {
    font-weight: 700;
    font-size: 45px;
}

.choose-us-content p {
    font-weight: 500;
}

/* steps */
.steps {
    padding: 100px;
}

.step-box {
    padding: 30px;
    border: 1px solid #00000038;
    position: relative;
    transition: all.3s;
    bottom: 0;
}

.step-content h3 span {
    font-size: 60px;
    color: transparent;
    -webkit-text-stroke: 1px #000;
    user-select: none;
}

.step-content h2 {
    color: #0097B2;
    font-weight: 700;
}

.step-title {
    text-align: center;
    padding: 40px;
}

.step-title h2 {
    color: #0097B2;
    font-weight: 700;
    font-size: 40px;
}

.step-box:hover {
    bottom: 10px;
    transition: all.3s;
}




/* testimonmial */
.testimonmial {
    padding: 100px;
    background-image: url(https://toonebookkeeping.com/wp-content/uploads/2026/03/testi-banner.jpg);
    width: 100%;
    height: 10%;
    background-size: cover;
    background-position: center;

}

.testimonmial-content h5 {
    padding-top: 100px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}

.testimonmial-content h2 {
    font-size: 45px;
    font-weight: 600;
    color: #0097B2;
    margin-bottom: 30px;
    position: relative;
}

.testimonmial-content h2::before {
    content: "";
    position: absolute;
    bottom: -10px;
    background-color: #0097B2;
    width: 10%;
    height: 2px;
    transform: translate(110%);
}

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

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

/* testimonial */
.testimonmial {}

.testimonial-card {
    width: 100%;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card p {
    color: #000;
    line-height: 30px;
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 45px;
    font-family: 'Lato', sans-serif;
    width: 600px;
}

.testimonial-meta {
    /* text-align: center; */
    align-items: center;
    justify-content: center;
    gap: 12px;
    /* margin-top: 20px; */
    display: flex;
}

.testimonial-meta img {
    width: 250px;
    height: 250px;
}

/* Fix: consistent class name */
.testimonial-edit h3 {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 14px;
}

.testimonial-edit p {
    color: #0097B2;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

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

.swiper-pagination-bullet {
    background: #0097B2 !important;
    color: #0097B2 !important;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    border: 1px solid #0097B2;
    opacity: 1;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    left: 150px !important;
}

.test-new-c {
    display: flex;
    position: relative;
    justify-content: space-between;
}

.test-new-c h4 {
    font-weight: 400;
    font-size: 25px;
    position: relative;
    left: 10%;
}

.test-new-c::before {
    content: "";
    position: absolute;
    background-image: url(https://toonebookkeeping.com/wp-content/uploads/2026/03/inverted-coma.png);
    background-position: center;
    background-size: cover;
    width: 50px;
    height: 50px;
    top: -15px;
    left: 10px;
}

.testi-stars {
    list-style: none;
    padding: 0;
    display: flex;
}

.testi-stars li i {
    color: #ffcd00;
    text-align: right;
}

/* newsletter */
.news {
    background-color: #0097B2;
    padding: 50px;
}

.news-content h2 {
    font-size: 45px;
}


/* contact */
.contact-behind {
    background: linear-gradient(110deg, #E7F5F5 -.9%, #0097b29c 101.13%);
    border: 10px solid #0097B2;
    padding: 0px;
    backdrop-filter: blur(570px);
    margin: 100px 40px;
    padding: 50px 0;
    border-radius: 50px;
}


/* contact */
.content4 img {
    background-color: #0097B2;
    width: 70px;
    padding: 20px;
    border-radius: 100px;
}

.contactUSPage {
    background-color: #fff;
}

.content5 {
    padding: 10px;
}

.content5 h4 {
    font-size: 16px;
    color: #0097B2;
    font-weight: 400;
}

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

.contact-section {}

.contact-set {
    padding: 100px;
}

.contact-section h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0097B2;
    margin-bottom: 5px;
}

.form-control {
    display: block;
    color: #fff !important;
    background-color: #0097B2 !important;
}

.form-control::placeholder {
    color: #fff !important;
}

.form-select {
    color: #fff !important;
    background-color: #0097B2 !important;
}

option {
    background-color: #fff;
    color: #0097B2;
}


.contact-section h2 {
    font-size: 40px;
    font-weight: 600;
    color: #0097B2;
    margin-bottom: 20px;
}


/* Back To Top CSS Start Here */
.button {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #000;
    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;
    box-shadow: 2px 2px 2px 2px #000;
    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: #0097B2;
    border-radius: 30px;
    visibility: hidden;
    height: 10px;
    width: 10px;
    z-index: -1;
}

.button:hover {
    box-shadow: 1px 1px 200px #000;
    color: #fff;
    border: none;
}

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


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




/* About page */
.new-content {
    text-align: center;
}

.new-content h3 {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
}

.new-content a {
    display: flex;
    justify-content: center;
}

.breadcrumb {
    justify-content: center;
}

.breadcrumb a {
    color: #fff !important;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #fff !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}


.about-us h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}

.about-us h2 {

    font-size: 40px;
    font-weight: 700;
    color: #0097B2;
    margin-bottom: 20px;
}

.about-us p {
    margin-top: 0;
    font-size: 16px;
}

.about1 {
    padding: 100px;
}

.about-image {
    position: relative;
}

.about-image img {
    height: 400px !important;
    object-fit: cover;
    width: 100%;
}

.black-bg {
    position: absolute;
    width: 100%;
    height: 80%;
    background-color: #0097B2;
    left: -25px;
    top: 100px;
    z-index: -3;
}

.about-us .header-bar button:hover a {
    color: #000;
}

/* our mission */
.mission {
    width: 100%;
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(120deg,
            #0097B2,
            #247886,
            #438692,
            #0097B2);
    background-size: 400% 400%;
    animation: gradientMove 20s ease infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.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: 45px;
    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: #000;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 25px;
    margin-top: 25px;
    letter-spacing: 1px;

}

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

}

.work-para {
    text-align: center;
}

.process-box h2 {
    font-size: 25px;
}

@media(max-width:1200px) {
    .section-title p {
        font-size: 14px;
    }

    .about1 {
        padding: 50px;
    }
}

@media(max-width:992px) {

    .about-us h4 {
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        margin-bottom: 15px;
        margin-top: 40px;
    }

    .about-us h2 {
        font-size: 30px;
        font-weight: 700;
        color: #0097B2;
        margin-bottom: 20px;
    }

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

    .process-gap {
        padding: 30px !important;
    }
}

@media(max-width:767px) {
    .about1 {
        padding: 30px;
    }

    .aboutSection {
        /* margin-top: 100px; */
        padding: 20px;
    }
}


.process-box {
    background-color: #0097B2;
    color: #fff;
    padding: 50px;
    border-radius: 20px;
}

.process-gap {
    padding: 100px;
}





/* Service page area */

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

.services1 {
    padding: 100px 0;
}

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

.services-content1 p {
    margin-top: 0;
    font-size: 15px;
    margin-bottom: 0rem;
    font-weight: 400;
}

.services-image img {
    border-radius: 20px;
    height: 450px;
    object-fit: cover;
    width: 100%;
    clip-path: polygon(0px 0px, calc(100% - 70px) 0px, 100% 70px, 100% 100%, 0px 100%);
}

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

.allServicesListBody h2 {
    color: #0097B2;
}

.innerServicesBtn i {
    color: #0097B2;
}

.innerServicesBtn a {
    text-decoration: none;
    color: #0097B2;

    font-weight: 600;
}

.innerServicesBtn:hover {
    background-color: #0097B2;
    border-radius: 15px !important;
}

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

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

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

.innerServicesPage h1 {
    color: #0097B2;
}

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

.innerli li {

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


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

.FAQs-box {
    background-image: url(https://toonebookkeeping.com/wp-content/uploads/2026/03/service4.png);
    border-radius: 30px;
    object-fit: cover;
    background-position: center;
    background-size: cover;
}

@media(max-width:1200px) {
    .service-main h2 {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
    }
}

@media(max-width:992px) {

    .service-content h3 {
        color: #fff;
        font-size: 20px;
    }

    .service-image img {
        /* border-radius: 0 0 25px 25px; */
        height: 240px;
        width: 100%;
        object-fit: cover;
    }
}

@media(max-width:767px) {
    .services-image img {
        border-radius: 20px;
        height: 250px;
        object-fit: cover;
        width: 100%;
        clip-path: polygon(0px 0px, calc(100% - 70px) 0px, 100% 70px, 100% 100%, 0px 100%);
    }

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

@media(max-width:450px) {
    .service-main h2 {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
    }

    .service-content::before {
        content: "";
        position: absolute;
        background-color: #E8D04B;
        top: -300px;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        transition: all .3s;
    }
}

@media(min-width:1200px) {
    .banner-content h1 {
        color: #000;
        font-size: 40px;
        font-weight: 700;
        text-align: center !important;
        margin: 15px 0;
    }

    .banner {
        background-position: center;
        background-size: cover;
        background-color: #E7F5F5;
        width: 100%;
        height: 700px;
        background-attachment: fixed;
        position: relative;
        padding: 100px;
        overflow: hidden;
    }

    .what-we-do-body ul li {
        background-image: url(https://toonebookkeeping.com/wp-content/uploads/2026/03/icon-check.png);
        background-repeat: no-repeat;
        background-position: top left;
        font-size: 14px;
        background-size: 20px auto;
        line-height: 1.5em;
        margin-bottom: 20px;
        padding-left: 35px;
    }

    .area1-content p {
        font-weight: 300;
        font-size: 13px;
    }

    .area1-content h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .card__description {
        margin: 10px 0 0;
        font-size: 16px;
        color: #777;
        line-height: 1.4;
    }

    .card-main h3 {
        color: #fff;
        font-size: 16px;
        margin: 0;
        transition: all .3s;
    }

    .choose-us-content {
        padding: 40px;
    }

    .choose-us-content h2 {
        font-weight: 700;
        font-size: 30px;
    }

    .choose-us::before {
        content: "";
        position: absolute;
        background-image: url(https://toonebookkeeping.com/wp-content/uploads/2026/03/star.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 80px;
        width: 80px;
        top: 37%;
    }

    .steps {
        padding: 50px;
    }

    .test-new-c::before {
        content: "";
        position: absolute;
        background-image: url(https://toonebookkeeping.com/wp-content/uploads/2026/03/inverted-coma.png);
        background-position: center;
        background-size: cover;
        width: 30px;
        height: 30px;
        top: 0px;
        left: 10px;
    }

    .process-box {
        background-color: #0097B2;
        color: #fff;
        padding: 30px;
        border-radius: 20px;
    }

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

    .process-box p {
        font-size: 15px;
    }

    .process-box h2 {
        font-size: 18px;
    }
}

@media(max-width:1200px) {
    .banner-design2 {
        display: none;
    }

    .banner-design {
        display: none;
    }

    .design::after {
        display: none;
    }

    .design::before {
        display: none;
    }

    .banner-content h1 {
        color: #000;
        font-size: 25px;
    }

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

    .banner {
        background-position: center;
        background-size: cover;
        background-color: #E7F5F5;
        width: 100%;
        height: 600px;
        background-attachment: fixed;
        position: relative;
        padding: 50px;
        overflow: hidden;
    }

    .image-area {
        height: 450px;
        position: relative;
        z-index: 2;
    }

    .area1-content h2 {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .area1-content p {
        font-weight: 300;
        font-size: 13px;
    }

    .what-we-do-body ul li {
        background-image: url(https://toonebookkeeping.com/wp-content/uploads/2026/03/icon-check.png);
        background-repeat: no-repeat;
        background-position: top left;
        font-size: 11px;
        background-size: 17px auto;
        line-height: 1.5em;
        margin-bottom: 20px;
        padding-left: 25px;
    }

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

    .card__description {
        margin: 10px 0 0;
        font-size: 17px;
        color: #777;
        line-height: 1.4;
    }

    .choose-us-content {
        padding: 30px;
    }

    .choose-us-content h2 {
        font-weight: 700;
        font-size: 25px;
    }

    .choose-us::before {
        content: "";
        position: absolute;
        background-image: url(https://toonebookkeeping.com/wp-content/uploads/2026/03/star.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 70px;
        width: 70px;
        top: 38%;
    }

    .test-new-c::before {
        content: "";
        position: absolute;
        background-image: url(https://toonebookkeeping.com/wp-content/uploads/2026/03/inverted-coma.png);
        background-position: center;
        background-size: cover;
        width: 30px;
        height: 30px;
        top: -9px;
        left: 10px;
    }
}

@media(max-width:992px) {

    .banner-content p {
        font-size: 10px;
        color: #000;
    }

    .banner {
        background-position: center;
        background-size: cover;
        background-color: #E7F5F5;
        width: 100%;
        height: 600px;
        background-attachment: fixed;
        position: relative;
        padding: 30px;
    }

    .area1-content h2 {
        font-size: 35px;
    }

    .image-area {
        height: 450px;
        position: relative;
        z-index: 2;
    }

    .services-area-new {
        padding: 30px;
    }

    .card__description {
        margin: 10px 0 0;
        font-size: 17px;
    }

    .picture-testi {
        display: none;
    }

    .choose-us-content h2 {
        font-weight: 700;
        font-size: 25px;
    }

    .step-title h2 {
        color: #0097B2;
        font-weight: 700;
        font-size: 23px;
    }

    .steps {
        padding: 30px;
    }

    .step-box {
        padding: 15px;
    }

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

    .step-content h2 {
        font-size: 19px;
    }

    .testi-stars li i {
        color: #ffcd00;
        font-size: 10px;
    }

    .services-image img {
        border-radius: 20px;
        height: 350px;
        object-fit: cover;
        width: 100%;
        clip-path: polygon(0px 0px, calc(100% - 70px) 0px, 100% 70px, 100% 100%, 0px 100%);
    }

    .test-new-c h4 {
        font-weight: 400;
        font-size: 20px;
    }

    .test-new-c::before {
        content: "";
        position: absolute;
        background-image: url(https://toonebookkeeping.com/wp-content/uploads/2026/03/inverted-coma.png);
        background-position: center;
        background-size: cover;
        width: 20px;
        height: 20px;
        top: 0px;
        left: 10px;
    }

    .contact-section h2 {
        font-size: 30px;
    }

    .news-content h2 {
        font-size: 35px;
    }

    .content4 img {
        background-color: #0097B2;
        width: 40px;
        padding: 10px;
        border-radius: 100px;
    }

    .contact-behind {
        background: linear-gradient(110deg, #E7F5F5 -.9%, #0097b29c 101.13%);
        border: 10px solid #0097B2;
        padding: 0px;
        backdrop-filter: blur(570px);
        margin: 100px 20px;
        padding: 50px 0;
        border-radius: 50px;
    }

    .content4 img {
        background-color: #0097B2;
        width: 40px;
        padding: 10px;
        border-radius: 100px;
    }

    .content5 h3 {
        font-size: 12px;
        font-weight: 600;
    }
}

@media(max-width:767px) {

    .banner-content h1 {
        color: #000;
        font-size: 35px;
        font-weight: 700;
        text-align: center !important;
        margin: 15px 0;
    }

    .banner-content p {
        font-size: 11px;
    }

    .banner {
        background-position: center;
        background-size: cover;
        background-color: #E7F5F5;
        width: 100%;
        height: 600px;
        background-attachment: fixed;
        position: relative;
        padding: 100px;
        overflow: hidden;
    }

    .area1-content p {
        font-weight: 300;
        font-size: 12px;
    }

    .about-area {
        padding: 50px;
    }

    .area1-content h2 {
        font-size: 35px;
    }

    .services-area-new {
        padding: 30px;
    }

    .image-area {
        height: 500px;
        position: relative;
        z-index: 2;
    }

    .choose-us-content {
        padding: 30px;
    }

    .choose-us-content p {
        font-weight: 500;
        font-size: 12px;
    }

    .choose-us-content h2 {
        font-weight: 700;
        font-size: 30px;
    }

    .choose-us::before {
        content: "";
        position: absolute;
        background-image: url(https://toonebookkeeping.com/wp-content/uploads/2026/03/star.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 110px;
        width: 110px;
        top: 17%;
    }


    .steps {
        padding: 30px;
    }

    .step-title h2 {
        color: #0097B2;
        font-weight: 700;
        font-size: 30px;
    }

    .step-box {
        padding: 30px;
        border: 1px solid #00000038;
        position: relative;
        transition: all .3s;
        bottom: 0px;
        margin-bottom: 25px;
    }

    .test-new-c::before {
        content: "";
        position: absolute;
        background-image: url(https://toonebookkeeping.com/wp-content/uploads/2026/03/inverted-coma.png);
        background-position: center;
        background-size: cover;
        width: 30px;
        height: 30px;
        top: 5px;
        left: 10px;
    }

    .test-new-c h4 {
        font-weight: 400;
        font-size: 20px;
        position: relative;
        left: 10%;
    }

    .news-content h2 {
        font-size: 30px;
    }

    .contact-section h2 {
        font-size: 27px;
    }

    .content4 img {
        background-color: #0097B2;
        width: 40px;
        padding: 10px;
        border-radius: 100px;
    }

    .contact-section h4 {
        font-size: 9px;
        font-weight: 600;
        text-transform: uppercase;
        color: #0097B2;
        margin-bottom: 3px;
    }

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

    .contact-section p {
        font-size: 12px;
    }

    .contact-behind {
        background: linear-gradient(110deg, #E7F5F5 -.9%, #0097b29c 101.13%);
        border: 10px solid #0097B2;
        padding: 0px;
        backdrop-filter: blur(570px);
        margin: 100px 40px;
        padding: 50px 20px;
        border-radius: 50px;
    }

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


}

@media(max-width:500px) {
    .banner-content h1 {
        color: #000;
        font-size: 20px;
    }

    .banner-content p {
        font-size: 7px;
    }

    .banner {
        background-position: center;
        background-size: cover;
        background-color: #E7F5F5;
        width: 100%;
        height: 500px;
    }

    .main-area-d {
        display: block;
    }

    .image-area img {
        height: 85%;
        width: 100%;
        object-fit: cover;
    }

    .what-we-do-body ul li {
        font-size: 12px;
        background-image: url(https://toonebookkeeping.com/wp-content/uploads/2026/03/icon-check.png);
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 18px auto;
        line-height: 1.5em;
        margin-bottom: 20px;
        padding-left: 25px;
    }

    .card__img {
        width: 100%;
        height: 300px !important;
    }

    .card__description {
        margin: 5px 0 0;
        font-size: 14px;
    }

    .choose-us-content h2 {
        font-weight: 700;
        font-size: 20px;
    }

    .main-area-d {
        display: block !important;
    }

    .choose-us::before {
        content: "";
        position: absolute;
        background-image: url(https://toonebookkeeping.com/wp-content/uploads/2026/03/star.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 70px;
        width: 70px;
        top: 21%;
    }

    .step-title h2 {
        color: #0097B2;
        font-weight: 700;
        font-size: 15px;
    }

    .step-title h3 {
        font-size: 13px;
    }

    .testimonmial {
        padding: 30px;
    }

    .testimonmial-content h2 {
        font-size: 25px;
    }

    .btn-primary {
        font-size: 11px !important;
    }

    .btn-secondary {
        font-size: 11px !important;
    }
}

@media(max-width:420px) {
    .banner-content h1 {
        color: #000;
        font-size: 15px;
    }

    .about-area {
        padding: 30px;
    }

    .image-area {
        height: 450px;
        position: relative;
        z-index: 2;
    }

    .area1-content h2 {
        font-size: 25px;
    }

    .what-we-do-body ul li {
        font-size: 10px;
    }

    .area1-content p {
        font-weight: 300;
        font-size: 10px;
    }

    .test-new-c::before {
        content: "";
        position: absolute;
        background-image: url(https://toonebookkeeping.com/wp-content/uploads/2026/03/inverted-coma.png);
        background-position: center;
        background-size: cover;
        width: 15px;
        height: 15px;
        top: 5px;
        left: 10px;
    }

    .news {
        background-color: #0097B2;
        padding: 25px;
    }

    .contact-section h2 {
        font-size: 17px;
    }

    .contact-behind {
        background: linear-gradient(110deg, #E7F5F5 -.9%, #0097b29c 101.13%);
        border: 10px solid #0097B2;
        padding: 0px;
        backdrop-filter: blur(570px);
        margin: 100px 10px;
        padding: 40px 10px;
        border-radius: 50px;
    }
}

.main-area-d {
    display: flex;
    justify-content: center;
    gap: 15px;
}