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

a {
    text-decoration: none !important;
}

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

.topbar {
    background: #73c94b;
    padding: 10px 0;
    height: 50px;
}

.topbar-info-text p {
    color: #fff;
}

.topbar-info-text a {
    color: #fff;
    text-decoration: none;
}

.topbar-social-links ul {
    display: flex;
    padding: 0;
    list-style: none;
    gap: 15px;
    justify-content: end;
    align-items: center;
}

.topbar-social-links li a i {
    color: #fff;
}

/* header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.15);
    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: 12px 20px;
} */


.navbar {
    padding: 0 !important;
}

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

    background: rgba(255, 255, 255, 0.15);
    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: 12px 20px;
}

header {
    position: absolute;
    top: 45px;
    /* topbar ke neeche */
    left: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
    padding: 0;
}

.header-banner {
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);

    padding: 10px 0;
}

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

.header-banner {
    background: rgba(255, 255, 255, 0.2);
    /* transparent layer */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);

    padding: 12px 0;
}

/* .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: #73c94b !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: #73c94b !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: #73c94b !important;
}

.dropdown-item:hover {
    background-color: #73c94b !important;
    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: #73c94b;
    border: 1px solid #112F4E;
    background-color: #fff;
    transition: all.3s;
}

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

.navbar-brand {
    padding: 0px !important;
    font-size: 30px !important;
    font-weight: 700;
}

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

/* banner start */


.banner {
    background-image: url(https://kelsbookkeepingservice.com/wp-content/uploads/2026/03/banner-image.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 800px;
    background-attachment: fixed;
    position: relative;
    padding: 100px;
    overflow: hidden;
}

.banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(116deg, #000000fb 0%, #73c94b54 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 / 58%)), url(https://kelsbookkeepingservice.com/wp-content/uploads/2026/03/banner3.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: start !important;
}

.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: #fff;
    /* line-height: 30px; */

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

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

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

.banner-content h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    text-align: left !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: #73c94b;
    border: 1px solid #73c94b;
    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: #000 !important;
    border: 2px solid #73c94b !important;
    transition: all .3s !important;
}

.btn-primary:hover {
    border: 2px solid #000 !important;
    background-color: #73c94b !important;
    transition: all.3s !important;
}

/*** Facts ***/
.logo-effect:hover {
    transform: scale(1.1);
}

.logo-effect {
    transition: transform 0.3s;
}

.display-6 {
    font-size: 30px !important;
}

.fact-item .fact-icon {
    width: 80px;
    height: 80px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 120px;
    transition: .5s;
}

.fact-item:hover .fact-icon {
    background: #fff;
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}

/* about us */
.about-bg {
    background-color: #DDDDDD;
    padding: 100px;
    position: relative;
}

.about-contentt h2 {
    font-size: 45px;
    color: #73c94b;
}

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

.about-bg::before {
    content: "";
    position: absolute;
    background-image: url(https://kelsbookkeepingservice.com/wp-content/uploads/2026/03/brown-bg.png);
    background-position: center;
    background-size: cover;
    width: 110px;
    height: 110px;
    right: 10%;
    bottom: 5%;
}

.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://kelsbookkeepingservice.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;
}

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

.content1 h3 {
    font-size: 45px;
    color: #73c94b;
    font-weight: 700;
}

.disg-box {
    /* height: 300px; */
    padding: 40px;
    position: relative;
    background-color: #73c94b !important;
    transition: all.3s;
    overflow: hidden;
    z-index: 10;
    /* clip-path: polygon(0px 0px, calc(100% - 100px) 0px, 100% 100px, 100% 100%, 0px 100%); */
}

.content2 {
    position: relative;
    z-index: 20;
}

.disg-box::before {
    top: 0;
    right: 0;
    width: 0%;
    left: auto;
    content: "";
    height: 100%;
    opacity: 0.85;
    position: absolute;
    background: #3d831d;
    transition: 500ms all ease;
    z-index: 1;

}

.disg-box:hover::before {
    left: 0;
    right: auto;
    width: 100%;
}

/* why choose us */
.choose-us {
    background-color: #DDDDDD;
    padding: 100px;
    position: relative;
}

.choose-us::before {
    content: "";
    position: absolute;
    background-image: url(https://kelsbookkeepingservice.com/wp-content/uploads/2026/03/brown-bg.png);
    background-position: center;
    background-size: cover;
    width: 110px;
    height: 110px;
    left: 5%;
    bottom: 5%;
}

.stats {
    font-weight: bold;
    /* border-left: 7px solid #73c94b; */
    padding-left: 30px;
    position: relative;
}

.stats::before {
    content: "";
    position: absolute;
    background-color: #73c94b;
    top: 0;
    left: 0;
    width: 7px;
    height: 100%;
}

.stats h2 {
    font-size: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.stats p {
    color: #000;

}

.why-us h2 {
    font-size: 45px;
    color: #73c94b;
    font-weight: 700;
}

.why-uss {
    position: relative;
}

.why-uss::before {
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, #FFFFFF00 70%, #73c94b 110%);
    height: 100%;
    width: 100%;
    border-radius: 20px;
}


/* 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: #73c94b;
    font-weight: 700;
}

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

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

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

.testimonial {
    padding: 100px;
    background-image: url(https://kelsbookkeepingservice.com/wp-content/uploads/2026/03/whychoose.jpg);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.testimonial::before {
    content: "";
    position: absolute;
    background-color: #000000ab;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.testimonial-card {
    padding: 25px;
    background: rgba(255, 255, 255, 0.15);
    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);
    border-radius: 20px;
    padding: 12px 20px;
}

.testimonial-meta {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.testimonial-meta h3 {
    color: #73c94b;
}

.testimonial-meta p {
    color: #73c94b;
}

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

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

.content3 {
    position: relative;
    z-index: 10;
}

.content3 h2 {
    font-size: 45px;
    color: #73c94b;
    font-weight: 700;
}

.content3 p {
    color: #fff;
}

/* new section */
.new {
    background-color: #DDDDDD;
    padding: 50px;
}

.new-content h2 {
    color: #73c94b;
    font-weight: 700;
    font-size: 40px;
}

.feature-box {
    padding: 20px;
    position: relative;
    display: flex;
    z-index: 100;
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 0px 0px 15px -7px #00000085;
    background: rgb(139 139 139 / 14%);
    backdrop-filter: blur(10px);
}

.feature-box::before {
    content: "";
    bottom: -300px;
    left: 0;
    background-color: #73c94b;
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    transition: all.3s;
}

.feature-box:hover::before {
    background-color: #73c94b;
    bottom: 0;
    transition: all.3s;
}

.feature-design p {
    font-size: 15px;
}

.feature-content1 img {
    width: 60px;
    height: 60px;
    background-color: #73c94b;
    padding: 5px;
    border-radius: 10px;
    transition: all.5s;
}

.feature-box:hover .feature-content1 img {
    transition: all.5s;
    background-color: #73c94b;
}

.feature-box:hover .feature-design h3 {
    color: #fff;
}

.feature-box:hover .feature-design p {
    color: #fff;
}

.feature-content1 {
    display: flex;
    gap: 15px;
    padding: 10px;
}

.feature-box {
    transition: transform .25s ease, box-shadow .25s ease;
}

.feature-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.20);
}



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


/* contact */
.contactt-us img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.contactt-us {
    position: relative;
}

.contactt-us::before {
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, #22222238 70%, #73c94b 110%);
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

.content4 img {
    background-color: #73c94b;
    width: 70px;
    padding: 20px;
    border-radius: 100px;
}

.contactUSPage {
    background-color: #DCF6C6;
}

.content5 {
    padding: 10px;
}

.content5 h4 {
    font-size: 16px;
    color: #73c94b;
    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: #73c94b;
    margin-bottom: 5px;
}

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

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

.form-select {
    color: #fff !important;
    background-color: #73c94b !important;
}

option {
    background-color: #fff;
    color: #73c94b;
}


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

.btn-secondary {
    background-color: #73c94b !important;
}

.btn-secondary:hover {
    background-color: #73c94b !important;
}

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

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


/* Back To Top CSS Start Here */
.button {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #73c94b;
    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: #3d831d;
    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);
}

/* cursor */
.cb-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #73c94b;
    /* circle border */
    border-radius: 50%;
    background-color: #73c94b;
    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: #0EA5E9;
    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: #0EA5E9;
    left: -25px;
    top: 100px;
    z-index: -3;
}

.about-us .header-bar button {
    background-color: #0EA5E9;
    color: #fff;
    padding: 0;
}

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

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

    background: linear-gradient(120deg,
            #73c94b,
            #73c94b,
            #73c94b,
            #73c94b);
    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;
}


@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;
    }
}

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

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


/* services area */

.what-we-do {
    padding: 100px;
}

.who-banner {
    padding: 100px 50px;
}

.who-content h4 {
    color: #73c94b;
    display: block;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-weight: 700;
}

.who-content h2 {
    color: #73c94b;
    font-weight: 700;
    position: relative;
    font-size: 45px;
}

/* .who-content p {
    margin-bottom: 30px;
    font-size: 16px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    line-height: 26px;
} */

.who-content1 h4 {
    color: #73c94b;
    font-size: 22px;
    font-weight: 700;
    margin-top: 26px;
    margin-bottom: 18px;
}

.who-content1 {
    position: relative;
}

.who-content1::before {
    content: " ";
    border: 2px solid #00bfe7;
    padding: 10px;
    width: 65px;
    height: 65px;
    top: 0;
    position: absolute;
    transition: all .3s;
    transition: all.3s;
}

.who-content2::before {
    content: " ";
    border: 2px solid #73c94b;
    padding: 10px;
    width: 65px;
    height: 65px;
    top: 0;
    position: absolute;
    transition: all .3s;
    transition: all.3s;
}

/* .who-content1 p {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0px 0px 15px;
} */

.who-content1:hover::before {
    transform: rotate(45deg);
    transition: all.3s;
}

.whooo {
    width: 100%;
    height: 225px !important;
}

.img-dsgn {
    padding: 15px;
    width: 65px;
}

.img-dsgn:hover {
    padding: 15px;
}

/* * what we do */
*/ .what-we-do {
    padding: 100px 0;
}

.what-we-do-image {
    position: relative;
    padding: 0 80px 117px 0;
    margin-right: 30px;
}

.what-we-do-img-1 figure,
.what-we-do-img-2 figure {
    display: block;
    border-radius: 0px;
}

.what-we-do-img-1 img,
.what-we-do-img-2 img {
    width: 100%;
    object-fit: cover;
    border-radius: 0px;
    clip-path: polygon(0px 0px, calc(100% - 100px) 0px, 100% 100px, 100% 100%, 0px 100%);

}

.what-we-do-img-1 {
    position: relative;
}

.what-we-do-img-1::before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    right: auto;
    bottom: auto;
    left: 20px;
    background: linear-gradient(90.15deg, #73c94b 1.15%, #73c94b 98.84%);
    border-radius: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    clip-path: polygon(0px 0px, calc(100% - 100px) 0px, 100% 100px, 100% 100%, 0px 100%);

}

.what-we-do-img-1 img {
    aspect-ratio: 1 / 1.01;
}

.what-we-do-img-2 {
    position: absolute;
    max-width: 270px;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.what-we-do-img-2 img {
    aspect-ratio: 1 / 0.68;
}

.company-experience-box.what-we-do-circle {
    position: absolute;
    top: 170px;
    right: 0;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    padding: 15px;
    z-index: 1;
}

.company-experience-box.what-we-do-circle h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.company-experience-box.what-we-do-circle p {
    color: #fff;
    text-transform: capitalize;
    line-height: 1.4em;
    margin: 0;
}

.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://kelsbookkeepingservice.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;
}

.what-we-list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.what-we-item {
    width: calc(50% - 15px);
    display: flex;
    align-items: center;
}

.what-we-item .icon-box {
    margin-right: 20px;
}

.what-we-item .icon-box img {
    width: 100%;
    max-width: 50px;
}

.what-we-item-content {
    width: calc(100% - 70px);
}

.what-we-item-content h3 {
    font-size: 20px;
    line-height: 1.4em;
    text-transform: capitalize;
}

.company-experience-box {
    width: calc(35% - 15px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(90.15deg, #73c94b 1.15%, #0b1c2d 50%, #73c94b 98.15%);
    background-size: 200% auto;
    text-align: center;
    border-radius: 30px;
    padding: 20px;
    transition: all 0.4s ease-in-out;
}

.company-experience-box:hover {
    background-position: right center;
}

.section-title h3 {
    font-size: 30px;
    font-weight: 500;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 500;
}

.section-title h2 span {
    font-weight: 700;
    background: linear-gradient(90.15deg, #73c94b 0%, #73c94b 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Service page area */

/* services */
.services-content1 h3 {
    color: #73c94b !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: #73c94b;
}

.innerServicesBtn i {
    color: #73c94b;
}

.innerServicesBtn a {
    text-decoration: none;
    color: #73c94b;

    font-weight: 600;
}

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

}

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

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

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

.innerServicesPage h1 {
    color: #73c94b;
}

.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://kelsbookkeepingservice.com/wp-content/uploads/2026/03/faq-new.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;
    }

    .display-6 {
        font-size: 30px !important;
    }
}

@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: #73c94b;
        top: -300px;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        transition: all .3s;
    }
}


/* responsive */

.about-contentt {
    margin-top: 30px;
}

@media(max-width:1400px) {
    .banner-content h1 {
        color: #fff;
        font-size: 35px;
        font-weight: 700;
        text-align: left !important;
        margin: 15px 0;
    }

    .banner {
        background-image: url(https://kelsbookkeepingservice.com/wp-content/uploads/2026/03/banner-image.jpg);
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 700px;
        background-attachment: fixed;
        position: relative;
        padding: 100px;
        overflow: hidden;
    }

    .about-contentt h2 {
        font-size: 35px;
        color: #73c94b;
    }

    .content1 h3 {
        font-size: 35px;
        color: #73c94b;
        font-weight: 700;
    }

    .content2 h3 {
        font-size: 18px;
    }

    .why-us h2 {
        font-size: 35px;
        color: #73c94b;
        font-weight: 700;
    }

    .choose-us::before {
        content: "";
        position: absolute;
        background-image: url(https://kelsbookkeepingservice.com/wp-content/uploads/2026/03/brown-bg.png);
        background-position: center;
        background-size: cover;
        width: 70px;
        height: 70px;
        left: 5%;
        bottom: 5%;
    }

    .step-content h2 {
        font-size: 25px;
        color: #73c94b;
        font-weight: 700;
    }

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

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

    .section-title h2 {
        font-size: 35px;
        font-weight: 500;
    }
}

@media(max-width:1200px) {
    .services-bg {
        padding: 50px;
    }

    .about-contentt h2 {
        font-size: 30px;
        color: #73c94b;
    }

    .content1 h3 {
        font-size: 35px;
        color: #73c94b;
        font-weight: 700;
    }



    .why-us h2 {
        font-size: 25px;
        color: #73c94b;
        font-weight: 700;
    }

    .choose-us::before {
        content: "";
        position: absolute;
        background-image: url(https://kelsbookkeepingservice.com/wp-content/uploads/2026/03/brown-bg.png);
        background-position: center;
        background-size: cover;
        width: 70px;
        height: 70px;
        left: 5%;
        bottom: 5%;
    }

    .who3 {
        object-fit: cover;
    }

    .who1 {
        object-fit: cover;
    }

    .who2 {
        object-fit: cover;
    }

    .what-we-do {
        padding: 50px;
    }

    .section-title h2 {
        font-size: 30px;
        font-weight: 500;
    }

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

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

@media(max-width:992px) {
    .who3 {
        /* display: none; */
    }

    .who1 {
        display: none;
    }

    .who2 {
        display: none;
    }

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

    .what-we-do-img-1 img,
    .what-we-do-img-2 img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        border-radius: 0px;
        clip-path: polygon(0px 0px, calc(100% - 100px) 0px, 100% 100px, 100% 100%, 0px 100%);
    }

    .who-content1 h4 {
        color: #73c94b;
        font-size: 13px;
        font-weight: 700;
        margin-top: 26px;
        margin-bottom: 8px;
    }

    .who-content h2 {
        color: #73c94b;
        font-weight: 700;
        position: relative;
        font-size: 30px;
    }

    .about-bg {
        background-color: #DDDDDD;
        padding: 50px;
        position: relative;
    }

    .about-contentt h2 {
        font-size: 30px;
        color: #73c94b;
    }

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

    .about-contentt p {
        font-size: 11px;
    }

    .about-bg::before {
        content: "";
        position: absolute;
        background-image: url(https://kelsbookkeepingservice.com/wp-content/uploads/2026/03/brown-bg.png);
        background-position: center;
        background-size: cover;
        width: 70px;
        height: 70px;
        right: 10%;
        bottom: 5%;
    }

    .disg-box {
        /* height: 300px; */
        padding: 20px;
    }

    .content1 h3 {
        font-size: 25px;
        color: #73c94b;
        font-weight: 700;
    }

    .content2 h3 {
        font-size: 16px;
    }

    .content2 p {
        font-size: 12px;
    }

    .why-us h2 {
        font-size: 25px;
        color: #73c94b;
        font-weight: 700;
    }

    .choose-us {
        background-color: #DDDDDD;
        padding: 50px;
        position: relative;
    }

    .choose-us::before {
        content: "";
        position: absolute;
        background-image: url(https://kelsbookkeepingservice.com/wp-content/uploads/2026/03/brown-bg.png);
        background-position: center;
        background-size: cover;
        width: 60px;
        height: 60px;
        left: 5%;
        bottom: 5%;
    }

    .stats p {
        color: #000;
        font-size: 12px;
    }

    .steps {
        padding: 50px;
    }

    .step-content h2 {
        color: #73c94b;
        font-weight: 700;
        font-size: 17px;
    }

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

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

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

    .content3 h2 {
        font-size: 22px;
        color: #73c94b;
        font-weight: 700;
    }
}

@media(max-width:767px) {
    .who3 {
        display: none;
    }

    .who1 {
        display: none;
    }

    .who2 {
        display: none;
    }

    .what-we-do {
        padding: 40px;
    }

    .who-banner {
        padding: 30px;
    }

    .banner {
        background-image: url(https://kelsbookkeepingservice.com/wp-content/uploads/2026/03/banner-image.jpg);
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 600px;
        background-attachment: fixed;
        position: relative;
        padding: 30px;
        overflow: hidden;
    }

    .banner-content h1 {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
        text-align: left !important;
        margin: 15px 0;
    }

    .banner-content p {
        font-size: 11px;
        color: #fff;
        /* line-height: 30px; */
        /* margin: 0 auto; */
        /* margin-top: 30px; */
        font-weight: 500;
        text-align: left;
    }

    .about-contentt h2 {
        font-size: 35px;
        color: #73c94b;
    }

    .about-bg {
        background-color: #DDDDDD;
        padding: 40px;
        position: relative;
    }

    .content1 h3 {
        font-size: 30px;
        color: #73c94b;
        font-weight: 700;
    }

    .services-bg {
        padding: 40px;
    }

    .why-us h2 {
        font-size: 30px;
        color: #73c94b;
        font-weight: 700;
    }

    .choose-us {
        background-color: #DDDDDD;
        padding: 40px;
        position: relative;
    }

    .step-title h2 {
        color: #73c94b;
        font-weight: 700;
        font-size: 20px;
    }

    .steps {
        padding: 40px;
    }

    .testimonial {
        padding: 40px;
    }

    .contactt-us img {
        height: 350px;
        width: 100%;
        object-fit: cover;
    }
}

@media(max-width:450px) {
    .banner {
        background-image: url(https://kelsbookkeepingservice.com/wp-content/uploads/2026/03/banner-image.jpg);
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 500px;
        background-attachment: fixed;
        position: relative;
        padding: 20px;
        overflow: hidden;
    }

    .banner-content h1 {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        text-align: left !important;
        margin: 15px 0;
    }

    .banner-content p {
        font-size: 10px;
        color: #fff;
        /* line-height: 30px; */
        /* margin: 0 auto; */
        /* margin-top: 30px; */
        font-weight: 500;
        text-align: left;
    }

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

    .about-bg {
        background-color: #DDDDDD;
        padding: 20px;
        position: relative;
    }

    .about-contentt h2 {
        font-size: 20px;
        color: #73c94b;
    }

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

    .about-bg::before {
        content: "";
        position: absolute;
        background-image: url(https://kelsbookkeepingservice.com/wp-content/uploads/2026/03/brown-bg.png);
        background-position: center;
        background-size: cover;
        width: 60px;
        height: 60px;
        right: 10%;
        bottom: 5%;
    }

    .content1 h3 {
        font-size: 20px;
        color: #73c94b;
        font-weight: 700;
    }

    .services-bg {
        padding: 30px;
    }

    .choose-us {
        background-color: #DDDDDD;
        padding: 30px;
        position: relative;
    }

    .why-us h2 {
        font-size: 20px;
        color: #73c94b;
        font-weight: 700;
    }

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

    .choose-us::before {
        content: "";
        position: absolute;
        background-image: url(https://kelsbookkeepingservice.com/wp-content/uploads/2026/03/brown-bg.png);
        background-position: center;
        background-size: cover;
        width: 60px;
        height: 60px;
        left: 0%;
        bottom: 5%;
    }

    .step-title h2 {
        color: #73c94b;
        font-weight: 700;
        font-size: 20px;
    }

    .steps {
        padding: 30px;
    }

    .testimonial {
        padding: 30px;
    }

    .content3 p {
        color: #fff;
        font-size: 10px;
    }

    .content3 h2 {
        font-size: 20px;
        color: #73c94b;
        font-weight: 700;
    }

    .testimonial-card p {
        color: #fff;
        font-size: 11px;
    }

    .new {
        background-color: #DDDDDD;
        padding: 30px;
    }

    .feature-box {
        padding: 5px;
    }

    .feature-design p {
        font-size: 10px;
    }

    .contactt-us img {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }

    .who-banner {
        padding: 30px;
    }

    .who-content h2 {
        color: #73c94b;
        font-weight: 700;
        position: relative;
        font-size: 30px;
    }

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

    .what-we-do {
        padding: 20px;
    }

    .company-experience-box.what-we-do-circle h2 {
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .company-experience-box.what-we-do-circle {
        position: absolute;
        top: 130px;
        right: 0;
        height: 120px;
        width: 120px;
        border-radius: 50%;
        padding: 15px;
        z-index: 1;
    }

    .section-title h2 {
        font-size: 25px;
        font-weight: 500;
    }

    .aboutSection {
        padding: 30px;
    }
}


.image-anime {
    position: relative;
    overflow: hidden;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    /* visibility: hidden; */
    overflow: hidden;
}

.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
    background-color: #73c94beb;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    color: #fff;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    background-color: #73c94b;
    color: #fff;
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background-color: #73c94b !important;
    color: #fff !important;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.form-label {
    margin-bottom: .5rem;
    color: #000;
}

.titleBar span {
    color: #000;
}










body {
    overflow-x: hidden;
}

/* Gallery Section */
.services-box-2 {
    position: relative;
    transition: all .4s ease;
}

.galleryBox img {
    height: 350px;
    object-fit: cover;
    width: 100%;
}

.galleryBox a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

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

/* Gallery CSS End */
.gallery-image {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery-image img {
    height: 250px;
    width: 350px;
    transform: scale(1.0);
    transition: transform 0.4s ease;
}

.img-box {
    box-sizing: content-box;
    margin: 10px;
    height: 250px;
    width: 350px;
    overflow: hidden;
    display: inline-block;
    color: white;
    position: relative;
    background-color: white;
}

.caption {
    position: absolute;
    bottom: 5px;
    left: 20px;
    opacity: 0.0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.transparent-box {
    height: 250px;
    width: 350px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    transition: background-color 0.3s ease;
}

.img-box:hover img {
    transform: scale(1.1);
}

.img-box:hover .transparent-box {
    background-color: rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
    transform: translateY(-20px);
    opacity: 1.0;
}

.img-box:hover {
    cursor: pointer;
}

.caption>p:nth-child(2) {
    font-size: 0.8em;
}

.opacity-low {
    opacity: 0.5;
}



#comparison27 {
    width: 100%;
    padding-bottom: 95%;
    overflow: hidden;
    position: relative;
    border: 4px solid var(--dark);
    border-radius: 15px;
}

figure#image27 {
    position: absolute;
    background-image: url(https://toptierhandyman-lv.searchsolutiontest.com/wp-content/uploads/2025/01/IMG_3114-scaled.jpg);
    background-size: cover;
    background-position: center;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

#divisor27 {
    background-image: url(https://toptierhandyman-lv.searchsolutiontest.com/wp-content/uploads/2025/01/IMG_7975-scaled.jpg);
    background-size: cover;
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;
}

#divisor27::before,
#divisor27::after {
    content: '';
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3;
}

#divisor27::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, .3);
}

#divisor27::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, .3);
}

#handle27 {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}

#handle27::before,
#handle27::after {
    content: '';
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

#handle27::before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}

#handle27::after {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}

/* Card 28 */
#comparison28 {
    width: 100%;
    padding-bottom: 95%;
    overflow: hidden;
    position: relative;
    border: 4px solid var(--dark);
    border-radius: 15px;
}

figure#image28 {
    position: absolute;
    background-image: url(https://toptierhandyman-lv.searchsolutiontest.com/wp-content/uploads/2025/01/IMG_3115-scaled.jpg);
    background-size: cover;
    background-position: center;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

#divisor28 {
    background-image: url(https://toptierhandyman-lv.searchsolutiontest.com/wp-content/uploads/2025/01/IMG_8118-scaled.jpg);
    background-size: cover;
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;
}

#divisor28::before,
#divisor28::after {
    content: '';
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3;
}

#divisor28::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, .3);
}

#divisor28::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, .3);
}

#handle28 {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}

#handle28::before,
#handle28::after {
    content: '';
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

#handle28::before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}

#handle28::after {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}