/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* Global Css Start */
/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* ----------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");

:root {
    --clr-primary: #0d9aff;
    --clr-secondary: #0071bc;
    --clr-white: #fff;
    --clr-black: #000;
    --clr-dark: #101828;
    --clr-light: #344054;
    --clr-light-sm: #dee2e6;
}

.error {
    color: red;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: var(--clr-dark);
    background-color: var(--clr-white);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1;
    color: var(--clr-dark);
}
body h2 {
    margin: 0;
    color: var(--clr-dark);
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 16px;
}
body h4 {
    font-size: 30px;
    line-height: 40px;
}
body h5 {
    font-size: 25px;
    line-height: 32px;
}
body h6 {
    font-size: 16px;
    line-height: 24px;
}
body p {
    font-size: 15px;
    line-height: 22px;
    color: var(--clr-light);
}
a,
a:hover,
a:focus,
a:active {
    outline: 0;
    text-decoration: none;
    transition: 1s;
}

section {
    padding: 60px 0px;
}
body ul {
    padding: 0;
}
body li {
    list-style: none;
}
/* table */
body table {
    width: 100%;
}
body th {
    background-color: #f7f7f7;
}
body td {
    color: var(--clr-light);
    white-space: nowrap;
}
body td,
body th {
    border: 1px solid #dddddd;
    font-size: 14px;
    text-align: left;
    padding: 8px;
}

body .cursor-pointer {
    cursor: pointer;
}
body .text-sky {
    color: var(--clr-primary);
}
body .section-title {
    margin-bottom: 50px;
}
body .bg-transparent-border {
    border: 1px solid var(--clr-secondary) !important;
    color: var(--clr-secondary) !important;
    background-color: transparent !important;
}
body .bg-transparent-border:hover {
    color: var(--clr-white) !important;
    background-color: var(--clr-secondary) !important;
}
body .custom-clr-primary {
    color: var(--clr-primary) !important;
}
body .custom-clr-secondary {
    color: var(--clr-secondary) !important;
}
body .custom-bg-secondary {
    background-color: var(--clr-secondary) !important;
}
body .custom-clr-white {
    color: var(--clr-white) !important;
    margin-top: 30px;
    margin-bottom: 30px;
}
body .custom-clr-dark {
    color: var(--clr-dark) !important;
}
body .custom-bg-dark {
    background-color: var(--clr-dark) !important;
}
body .custom-bg-light {
    background-color: var(--clr-light) !important;
}
body .custom-bg-primary {
    background-color: var(--clr-primary) !important;
}
body .custom-clr-light {
    color: var(--clr-light) !important;
}

body .h6-line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
body .p-2nd-line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body .p-1st-line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 24px;
}

body .cursor-pointer {
    cursor: pointer !important;
}
body .custom-btn-secondary {
    color: var(--clr-white) !important;
    background-color: var(--clr-secondary) !important;
    border: none !important;
    padding: 0.375rem 1rem;
}
body .modal-custom-design .btn-close {
    background: transparent url("../images/icons/modal-cross-btn.svg") !important;
}
body .modal-custom-design .btn-close:focus {
    box-shadow: none !important;
}
body .modal-custom-design .form-control:focus {
    border-color: #ced4da !important;
    box-shadow: none !important;
}
body .modal-custom-design .cancel-btn {
    width: 120px !important;
    border-color: var(--clr-primary) !important;
    color: var(--clr-primary) !important;
}
body .modal-custom-design .cancel-btn:hover {
    background-color: var(--clr-primary) !important;
    color: var(--clr-white) !important;
}
body .modal-custom-design .save-btn {
    width: 120px !important;
    background-color: var(--clr-secondary) !important;
}
body .modal-custom-design .save-btn {
    width: 120px !important;
    background-color: var(--clr-secondary) !important;
}
/* .font-monospace {
  font-family: monospace;
} */
.text-lg-end {
    text-align: right;
}
.banner-bg {
    background: linear-gradient(
        to right,
        rgba(13, 154, 255, 0.12),
        rgba(255, 137, 0, 0.12)
    );
}
.text-orange {
    color: #f37121;
}

/* scroll bar */
*,
body,
html {
    scrollbar-width: thin !important;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-button {
    background: #ccc;
}
::-webkit-scrollbar-track-piece {
    background: #888;
}
::-webkit-scrollbar-thumb {
    background: #eee;
}
.title-gradient {
    background: linear-gradient(
        89.11deg,
        #0d9aff 41.44%,
        #48b3ff 55.69%,
        #ff8900 71.76%
    );
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.mb-40 {
    margin-bottom: 40px;
}
.h-400 {
    height: 400px;
}
.rounded-16 {
    border-radius: 16px;
}
.rounded-top-16 {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.custom-message-btn {
    padding: 9px 30px !important;
}
.custom-primary-btn,
.custom-message-btn,
.custom-generate-btn,
.custom-downloads-btn,
.custom-downloads-btn:hover {
    color: var(--clr-white);
    background: var(--clr-primary);
}
.custom-outline-btn {
    color: var(--clr-primary);
    background: transparent;
}
.custom-outline-btn:hover {
    background-color: var(--clr-primary);
    color: white;
}
.view-all-btn {
    transition: 0.5s !important;
}
.view-all-btn:hover {
    color: white !important;
    background-color: var(--clr-primary);
}
.custom-btn.custom-outline-btn:hover,
.custom-btn.custom-outline-btn i:hover {
    color: var(--clr-white);
    background: var(--clr-primary);
}
.custom-btn {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: inline-flex;
    padding: 10px 14px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid var(--clr-primary);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    transition: 0.5s;
}
.custom-btn:hover i {
    transform: translateX(2px);
    transition: 1s;
}
.custom-btn:hover svg path {
    transform: translateX(2px);
    transition: 1s;
}

.custom-btn svg path {
    z-index: 10 !important;
    transition: 1s;
}
.custom-btn:hover svg path {
    fill: #fff !important;
    background-color: red !important;
}

.custom-btn i {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    border: 1px solid var(--clr-white);
    font-size: 13px;
    text-align: center;
}
.custom-btn.custom-outline-btn i:hover {
    border: 1px solid var(--clr-white) !important;
}
.custom-btn.custom-outline-btn i {
    border: 1px solid var(--clr-primary) !important;
}
/* shape animation */
@keyframes shapeMoveUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0);
    }
}

.shape-one,
.shape-two,
.shape-three,
.shape-four {
    animation: shapeMoveUpDown 3s infinite;
}
/* move image */
@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(0);
    }
}

.move-image {
    animation: moveUpDown 5s infinite;
}
/* ----------------------------------------------- */
/* Header Css Start */
/* ----------------------------------------------- */
.header-section .header-logo img {
    height: 40px;
    width: auto;
    object-fit: contain;
}
.layouts.frontend.mastersection {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.header-section a {
    color: var(--clr-dark) !important;
    font-size: 15px;
    font-weight: 500;
    padding: 0px 15px !important;
}
.header-section a:hover {
    color: var(--clr-primary) !important;
}
.header-section .landing-header-logo a {
    padding: 0px;
}
.header-section .nav-link {
    padding: 20px 15px !important;
}
/* dropdown */
.header-section .menu-dropdown {
    position: relative;
}
.select-country {
    height: 200px !important;
    overflow-y: auto;
    background-color: #0071bc;
}
.header-section .dropdown-content {
    display: none;
    padding: 20px;
    min-width: 370px;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--clr-white);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.header-section .dropdown-content a {
    border-radius: 8px;
    color: var(--clr-dark) !important;
    padding: 7px 10px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2px;
}
.header-section .menu-dropdown a span {
    font-family: monospace;
    margin-left: 20px;
}
.header-section .menu-dropdown .arrow {
    margin-left: 10px !important;
    transform: rotate(90deg);
    display: inline-block;
}
.custom-m {
    margin-top: 40px !important;
}
.header-section .menu-dropdown:hover .dropdown-content {
    display: block;
}

.header-section .dropdown-item:hover,
.header-section .dropdown-item.active,
.header-section .dropdown-item:active {
    color: var(--clr-primary) !important;
    background-color: #edf7ff !important;
}
/* large dropdown */

.header-section .menu-dropdown .mega-menu {
    display: none !important;
    min-width: 84vw !important;
    /* min-width: 1285px !important; */
    min-height: 400px !important;
    overflow-y: auto;
    padding: 20px !important;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}
.drop-features {
    transition: 0.3s;
}
.drop-features:hover {
    background-color: #0d99fd1a !important;
}
.header-section .menu-dropdown .mega-menu li {
    width: 28%;
    margin-right: 2%;
}
.header-section .menu-dropdown .mega-menu li:last-child {
    margin-right: 0px !important;
}
.header-section .menu-dropdown:hover .mega-menu {
    position: fixed !important;
    display: flex !important;
    justify-content: space-between !important;
}

/* bootstrap custom code */
.header-section .navbar-toggler {
    border: none !important;
}
.header-section .navbar-toggler-icon {
    background-image: url("../images/icons/bar.svg") !important;
}
.header-section .mobile-menu .btn-close {
    color: var(--clr-dark) !important;
    background-image: none !important;
    font-size: 30px;
    opacity: 1;
}
.header-section .navbar-toggler:focus,
.header-section .mobile-menu .btn-close:focus {
    box-shadow: none !important;
}
.header-section .accordion-button:not(.collapsed),
.header-section .accordion-button:focus {
    background-color: transparent !important;
    box-shadow: none !important;
}
.header-section .accordion-button {
    padding: 7px 0px !important;
}
.header-section .accordion-body {
    padding: 0px 20px !important;
}
.header-section .without-sub-menu::after {
    display: none !important;
}
.header-section .form-control,
.header-section .form-control:focus {
    border-color: var(--clr-secondary) !important;
    box-shadow: none !important;
}
.header-section .input-group input {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}
.header-section .input-group button {
    background-color: var(--clr-secondary);
    border-color: var(--clr-secondary) !important;
    color: var(--clr-white);
    border-radius: 20px;
}

.header-section .try-for-free-btn {
    background-color: var(--clr-primary);
    color: var(--clr-white) !important;
    border: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 18px !important;
    text-align: center;
}
.mobile-login {
    display: none;
}
@media (max-width: 992px) {
    .header-section .try-for-free-btn {
        padding: 7px 12px !important;
        font-size: 14px;
    }
    .header-section .header-logo img {
        width: 120px !important;
        height: 35px !important;
    }
    .mobile-login {
        display: block;
    }
}

.header-section .try-for-free-btn:hover {
    color: var(--clr-white) !important;
}
.header-section .try-for-free-btn i {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    border: 1px solid var(--clr-white);
    margin-left: 5px !important;
    font-size: 13px;
}
.header-section .try-for-free-btn:hover:hover i {
    transform: translateX(4px);
    transition: 1s;
}

/* ----------------------------------------------- */
/* slick-slider-section Css Start */
/* ----------------------------------------------- */

.slick-slider-section .slick-prev,
.slick-slider-section .slick-next {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: var(--clr-light);
}
.slick-slider-section .slick-prev {
    left: -35px !important;
}
.slick-slider-section .slick-next {
    right: -35px !important;
}
.slick-slider-section .slick-prev:before,
.slick-slider-section .slick-next:before {
    font-family: monospace !important;
    line-height: inherit !important;
    opacity: 1 !important;
    color: var(--clr-white) !important;
}
.slick-slider-section .slick-prev:hover,
.slick-slider-section .slick-prev:focus,
.slick-slider-section .slick-next:hover,
.slick-slider-section .slick-next:focus {
    background: var(--clr-secondary) !important;
}

/* ----------------------------------------------- */
/* footer-section Css Start */
/* ----------------------------------------------- */
.footer-section {
    position: relative;
    overflow: hidden;
    background-color: var(--clr-dark);
    padding-top: 40px;
    padding-bottom: 30px;
}
.footer-section .social-icon {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 26px;
}
.footer-section .social-icon a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #282f3e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.footer-logo img {
    height: 40px;
    width: auto;
}

.features-details-img img {
    width: 500px !important;
    height: 330px !important;
    object-fit: cover;
    border-radius: 12px;
}
@media (max-width: 1200px) {
    .features-details-img img {
        width: 400px !important;
        height: 230px !important;
        object-fit: cover;
        border-radius: 12px;
    }
}
@media (max-width: 500px) {
    .features-details-img img {
        width: 300px !important;
        height: 200px !important;
        object-fit: cover;
        border-radius: 12px;
    }
}

.footer-section .button-img {
    height: 40px;
    width: 40px;
    border-radius: 4px;
}
.footer-section .social-icon a img {
    width: 20px;
    height: 20px;
}

.footer-section .location,
.footer-section .contact {
    height: 24px;
    width: 24px;
}
.footer-section .shape-one {
    position: absolute;
    top: 0;
    left: 0;
}
.footer-section .shape-two {
    position: absolute;
    top: -30px;
    right: 0;
}
.footer-section .shape-three {
    position: absolute;
    bottom: 50px;
    right: 20px;
}

.footer-section p,
.footer-section li,
.footer-section li a {
    color: var(--clr-white);
    opacity: 0.8;
}
.footer-section li {
    margin-bottom: 7px;
}
.footer-section li a:hover {
    color: var(--clr-primary);
}
.footer-section form {
    background-color: #282f3e;
    width: 100%;
    position: relative;
    border-radius: 8px;
    padding: 2px 0 1px;
}
.footer-section form input {
    width: 100%;
    background-color: #282f3e;
    color: var(--clr-white);
    border: 0;
    outline: 0;
    padding: 12px;
    border-radius: 8px;
}
.footer-section form button {
    position: absolute;
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%);
    right: 2px;
    border: 0;
    outline: 0;
}

/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* Global Css End */
/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* ----------------------------------------------- */
.global-companies .image {
    height: 60px;
}
.global-companies .image img {
    width: 110px;
}
/* ----------------------------------------------- */
/* Banner Css Start */
/* ----------------------------------------------- */
/* Home Banner */
.home-banner-section {
    width: 100%;
    background-image: url("../images/banner/banner-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.watch-video-container {
    height: 100%;
    width: 100%;
}
.embed-responsive-item {
    width: 100%;
    height: 60vh;
}
.landing-map {
    border: 0;
    margin-bottom: -7px;
}
.modal-main-content {
    min-height: 500px;
}

.home-banner-section .shape-one {
    position: absolute;
    top: -121px;
    left: -90px;
}
.home-banner-section .shape-two {
    position: absolute;
    bottom: 0;
    left: 0;
}
.home-banner-section .shape-three {
    position: absolute;
    top: -80px;
    right: 0;
}
.home-banner-section .shape-four {
    position: absolute;
    bottom: 0;
    right: 0;
}

.home-banner-section .banner-content h1 {
    font-weight: 600;
    font-size: 55px;
    line-height: 65px;
    color: #ffffff;
    margin-bottom: 20px;
    max-width: 700px;
}

.hero-title {
    background: linear-gradient(90deg, #ff7e5f, #feb47b);
    background-clip: text;
    color: transparent;
}

.home-banner-section .banner-content p {
    color: var(--clr-white);
    opacity: 0.9;
    margin-bottom: 20px;
}
.home-banner-section .banner-content .demo-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}

.home-banner-section .banner-content .banner-checkMark span {
    font-size: 15px;
    line-height: 22px;
    color: var(--clr-white);
}
.home-banner-section .banner-content .banner-checkMark span img {
    height: 26px;
    width: 26px;
}

.play-button {
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    position: relative;
    display: inline-block;
    color: #fff;
}

.play-button::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 17px solid #fff;
    z-index: 100;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-button:before {
    content: "";
    position: absolute;
    width: 155%;
    height: 155%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.75);
    top: -15px;
    left: -14px;
    background-color: var(--clr-primary);
}

@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
            0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 0.7;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75),
            0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}

/* right */

/* .home-banner-section .banner-img {
    position: relative;
    width: 800px;
    height: 500px;
}
.home-banner-section .banner-img img {
    width: 800px;
    height: 500px;
    object-fit: contain;
} */
.home-banner-section .banner-img {
    position: relative;
    width: 100%;
    max-width: 90vw; /* Keeps the width responsive on larger screens */
    height: 400px; /* Fixed height */
}

.home-banner-section .banner-img img {
    width: 100%;
    height: 100%; /* Fills the container's fixed height */
    object-fit: contain; /* Ensures the image covers the container proportionally */
}

/* Adjustments for medium screens (tablet) */
@media (min-width: 768px) and (max-width: 1023px) {
    .home-banner-section .banner-img {
        max-width: 70vw; /* Responsive width for tablets */
        height: 350px; /* Adjusted fixed height for tablets */
    }
}

/* Adjustments for larger screens (desktop) */
@media (min-width: 1024px) {
    .home-banner-section .banner-img {
        max-width: 60vw; /* Responsive width for desktops */
        height: 420px; /* Adjusted fixed height for desktops */
    }
}

.home-banner-section .banner-img .button-one {
    position: absolute;
    width: 185px;
    left: 0;
    top: 152px;
    animation-delay: 0.2s;
}
.home-banner-section .banner-img .button-two {
    position: absolute;
    width: 162px;
    left: 40px;
    top: 192px;
    animation-delay: 0.6s;
}
.home-banner-section .banner-img .button-three {
    position: absolute;
    width: 162px;
    left: 20px;
    top: 233px;
    animation-delay: 1s;
}

/* ----------------------------------------------- */
/* Payroll Css Start */
/* ----------------------------------------------- */

.payroll-section {
    position: relative;
    overflow: hidden;
}
.payroll-section .shape-one {
    position: absolute;
    top: 50px;
    left: 25px;
    z-index: -1;
}
.payroll-section .shape-two {
    position: absolute;
    bottom: 50px;
    right: -101px;
    z-index: -1;
}

.payroll-section h2 {
    max-width: 550px;
    margin-bottom: 20px;
}

.payroll-section ul {
    margin-left: 18px;
    margin-bottom: 35px;
}
.payroll-section ul li {
    list-style: unset;
    font-size: 15px;
    line-height: 25px;
    color: var(--clr-light);
}
.payroll-section .payroll-img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 650px;
    height: 500px;
}
.payroll-section .payroll-img img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

/* Make the image responsive for smaller screens */
@media (max-width: 768px) {
    .payroll-section .payroll-img {
        width: 100%;
        max-width: 650px;
        height: auto;
    }

    .payroll-section .payroll-img img {
        width: 100%;
        height: auto;
    }
}
/* ----------------------------------------------- */
/* Service Css Start */
/* ----------------------------------------------- */

.service-section {
    position: relative;
    overflow: hidden;
}
.service-section .col-md-6 img {
    height: 48px;
    width: 48px;
}

.service-section .shape-one {
    position: absolute;
    top: 198px;
    left: -107px;
}
.service-section .shape-two {
    position: absolute;
    top: 50%;
    left: -107px;
}
.service-section .shape-three {
    position: absolute;
    top: -40px;
    left: -56px;
    z-index: -1;
}
.service-section .shape-four {
    position: absolute;
    top: 50%;
    right: -30px;
    z-index: -1;
}
.service-section h2 {
    max-width: 600px;
    margin: 0 auto;
}
.service-section a {
    background-color: transparent;
    color: var(--clr-primary) !important;
    border: 1px solid var(--clr-primary);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    border-radius: 8px;
    padding: 12px 20px !important;
    /* text-align: center; */
}
.service-section a span {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.view-all-btn span i {
    padding-left: 8px;
}
.search-icon {
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.select-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* ----------------------------------------------- */
/* time-event-section Css Start */
/* ----------------------------------------------- */
.time-event-section {
    position: relative;
    overflow: hidden;
}

.time-event-section .col-lg-6 img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 381px;
}
.time-event-section .shape-one {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.time-event-section .shape-two {
    position: absolute;
    bottom: 50px;
    right: -101px;
    z-index: -1;
}

.time-event-section h2 {
    max-width: 510px;
    margin-bottom: 20px;
}

/* ----------------------------------------------- */
/* feature-details-section Css Start */
/* ----------------------------------------------- */
.feature-details-section {
    position: relative;
    overflow: hidden;
}
.feature-details-section .shape-one {
    position: absolute;
    top: 0;
    left: -40px;
    z-index: -1;
}
.feature-details-section .col-lg-6 .details-img {
    height: 353px !important;
    object-fit: cover;
    width: 100%;
}

/* ----------------------------------------------- */
/* package-section Css Start */
/* ----------------------------------------------- */
.package-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        to right,
        rgba(255, 137, 0, 0.12),
        rgba(13, 154, 255, 0.12)
    );
}
.package-section .shape-one {
    position: absolute;
    top: -74px;
    left: -96px;
    z-index: -1;
}
.package-section .shape-two {
    position: absolute;
    top: 70%;
    right: 20px;
    z-index: -1;
}
.package-section .shape-bg-three {
    position: absolute;
    top: -244px;
    left: -73px;
    z-index: 0;
}
.package-section .shape-four {
    position: absolute;
    top: 20px;
    right: -30px;
    z-index: -1;
}

.package-section h2 {
    max-width: 510px;
    margin-bottom: 20px;
}
.package-section .form-switch .form-check-input:checked {
    background-color: var(--clr-primary) !important;
    border-color: var(--clr-primary) !important;
}
.package-section .package-arrow {
    position: absolute;
    top: 25px;
    right: 0;
    width: 25px;
}
.package-section .package {
    background-color: var(--clr-white);
    border: 1px solid #d0d5dd;
    padding: 20px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
}

.package-section .package .month {
    border-bottom: 1px solid rgba(233, 226, 226, 0.733);
    padding-bottom: 15px;
    margin-bottom: 27px;
    position: relative;
    z-index: 0;
}

.package-section .package .month:after {
    position: absolute;
    content: "";
    width: 189px;
    height: 18px;
    background-color: var(--clr-primary);
    z-index: -1;
    opacity: 0.2;
    border-radius: 20px;
    bottom: 25px;
}

.package-section .package small {
    font-weight: 600;
}
.package-section .package .package-content img {
    width: 20px;
}
.package-section .package .package-content .fa-check {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background: #0d9aff33;
    color: #0d9aff;
}
.plan-options {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: center;
}
.package-content .plan-options {
    margin-bottom: 12px;
}
.package-section .package .package-content p {
    color: #101828;
}
.package-section .package .package-content button {
    width: 100%;
    background-color: var(--clr-primary);
    color: var(--clr-white);
    padding: 12px 0;
    border: 1px solid var(--clr-primary);
    border-radius: 10px;
    margin-top: 20px;
    cursor: pointer;
}
.package-section .package .package-content button:hover {
    background-color: transparent;
    color: var(--clr-primary);
    transition: 1s;
}
.package:hover * {
    color: white !important;
}

----------------------------------------------- */
/* Blogs section Css Start */
/* ----------------------------------------------- */

.blogs-section {
    position: relative;
    overflow: hidden;
}
.blogs-section .col-xl-8 .blog-details-content .details-img {
    width: 100%;
    height: 408px;
    object-fit: cover;
}
.blogs-section .shape-one {
    position: absolute;
    top: 70%;
    left: -50px;
    z-index: -1;
}
.blogs-section .shape-two {
    position: absolute;
    top: 80px !important;
    left: -80px;
    z-index: -1;
}
.blogs-section .shape-three {
    position: absolute;
    top: 80%;
    right: 0px;
    z-index: -1;
}
.blogs-section .shape-four {
    position: absolute;
    top: 70%;
    left: -50px;
    z-index: -1;
}
.blogs-section .tags-btn {
    border: none;
    color: var(--clr-dark);
    background-color: #fff;
}
.blogs-tag-btn-selected {
    background-color: var(--clr-primary) !important;
    color: var(--clr-white) !important;
    padding: 10px 17px !important;
    border: 1px solid transparent !important;
}
.right-blog-section h6 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px;
}

.blogs-tag-btn-unselected {
    background-color: transparent !important;
    padding: 10px 17px !important;
    border: 1px solid #d0d5dd !important;
}
/* pagination */
/* .blogs-section .pagination .page-link {
  color: var(--clr-primary) !important;
} */
.blogs-section .pagination .page-link:focus {
    box-shadow: none !important;
    background-color: var(--clr-primary) !important;
    color: var(--clr-white) !important;
}
.blogs-section .pagination .page-item {
    margin-right: 10px;
}
.blogs-section .pagination .page-item:first-child .page-link,
.blogs-section .pagination .page-item:last-child .page-link,
.blogs-section .pagination .page-item .page-link {
    border-radius: var(--bs-pagination-border-radius) !important;
    border-color: var(--clr-primary) !important;
}
/* blog-details */
.blogs-section .blog-details-content ul li {
    list-style: disc;
}
.blogs-section .blog-details-content p {
    color: var(--clr-light);
}
.blogs-section .blog-details-content p span {
    color: var(--clr-dark);
    font-weight: 600;
}
.blogs-section .blog-details-content .form-control:focus {
    border-color: #ced4da !important;
    box-shadow: none !important;
}
.blogs-section .user-image {
    width: 50px;
}
.blogs-section .blog-image {
    height: 264px;
}
.blogs-section .home-blog-small-image {
    height: 125px;
    width: 134px;
    object-fit: cover !important;
}
.blogs-section .blog-small-image {
    height: 124px;
    width: 124px;
    border-radius: 8px;
}
.blog-shadow {
    box-shadow: 0px 4px 24px 0px #c3d0e44d;
}

/* ----------------------------------------------- */
/* customer-section Css Start */
/* ----------------------------------------------- */

.customer-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        to bottom,
        rgba(13, 154, 255, 0.12),
        rgba(255, 137, 0, 0.12)
    );
}
.customer-section .shape-one {
    position: absolute;
    top: -74px;
    left: -96px;
    z-index: -1;
}
.customer-section .shape-two {
    position: absolute;
    top: 60px;
    right: -30px;
    z-index: -1;
}
.customer-section .customer-card {
    background-color: var(--clr-white);
    border-radius: 10px;
    padding: 25px;
    position: relative;
    margin: 30px 10px 0;
}
.customer-section .customer-card img {
    width: 65px;
    height: 65px;
    line-height: 40px;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    border: 1px solid var(--clr-white);
}

.customer-section .customer-card .fa-star {
    color: #ffa800;
}

/* ----------------------------------------------- */
/* faq section Css Start */
/* ----------------------------------------------- */
.faqs-section {
    position: relative;
    overflow: hidden;
}

.faqs-section .shape-one {
    position: absolute;
    top: -74px;
    left: -96px;
    z-index: -1;
}
.faqs-section .shape-two {
    position: absolute;
    top: 100px;
    right: 20px;
    z-index: -1;
}
.faqs-section .shape-three {
    position: absolute;
    top: 50%;
    right: -20px;
    z-index: -1;
}
.faqs-section .accordion-item {
    margin-bottom: 20px !important;
    border: 1px solid #d0d5dd !important;
    padding: 16px;
    gap: 8px;
    border-radius: 8px;
    background: var(--clr-white);
    box-shadow: 0px 4px 28px 0px #0000000d;
}
.faqs-section .accordion-button:focus {
    box-shadow: none !important;
}
.faqs-section .accordion-button:not(.collapsed) {
    color: var(--clr-black) !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
.faqs-section .accordion-button {
    color: #101828;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding: 10px !important;
}
.faqs-section .accordion-body {
    padding: 2px 25px 2px 10px !important;
}
.faqs-section .accordion-body p {
    color: #344054;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
}

.faqs-section .col-lg-6 img {
    width: auto;
    height: 400px;
    object-fit: cover;
}
.faqs-section .accordion-button::after {
    background-image: url("../images/faq/circle-plus.svg") !important;
}
.faqs-section .accordion-button:not(.collapsed)::after {
    background-image: url("../images/faq/circle-minus.svg") !important;
    transform: rotate(0deg) !important;
}
.faqs-section .custom-accordion {
    width: 80%;
    margin: 0 auto;
}

/* ----------------------------------------------- */
/* About Banner Css Start */
/* ----------------------------------------------- */

.payroll-automation-section {
    position: relative;
    overflow: hidden;
}

.payroll-automation-section .shape-one {
    position: absolute;
    top: -64px;
    left: -200px;
    z-index: -1;
}
.payroll-automation-section .shape-two {
    position: absolute;
    bottom: 100px;
    right: -200px;
    z-index: -1;
}
.payroll-automation-section .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.payroll-automation-section .user-image {
    width: 70px;
    height: 70px;
    line-height: 70px;
}
.payroll-automation-section .user-image img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
/* ----------------------------------------------- */
/* time-event-section Css Start */
/* ----------------------------------------------- */
.mission-section {
    position: relative;
    overflow: hidden;

    background: linear-gradient(
        to right,
        rgba(255, 137, 0, 0.12),
        rgba(13, 154, 255, 0.12)
    );
}
.mission-section .shape-one {
    position: absolute;
    top: 60%;
    left: -96px;
    /* z-index: -1; */
}
.mission-section .shape-two {
    position: absolute;
    top: 50%;
    right: -96px;
    z-index: -1;
}
.mission-section .shape-three {
    position: absolute;
    top: -200px;
    left: -327px;
}
.mission-section h2 {
    max-width: 510px;
    margin-bottom: 20px;
}

/* ----------------------------------------------- */
/* Features-event-section Css Start */
/* ----------------------------------------------- */
.bg-primary-hover {
    border-radius: 15px;
}
.bg-primary-hover:hover {
    background: #0d9aff;
    border-radius: 15px;
    /* transition: 2s; */
    color: white;
}

.bg-primary-hover:hover .feature-title {
    color: white;
}
.bg-primary-hover:hover .feature-para {
    color: white;
}
.feature-img {
    width: 45px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
}
/* .bg-primary-hover:hover .feature-img{
    color: white;
} */
/* ----------------------------------------------- */
/* Contact section Css Start */
/* ----------------------------------------------- */
.contact-section .contact-image img {
    height: 550px;
    width: 100%;
    object-fit: cover;
}
.contact-section .form-control:focus {
    border-color: #c0babc !important;
    box-shadow: none !important;
}
.contact-section form input,
.contact-section form textarea {
    border-color: #c0babc !important;
    border-radius: 5px !important;
}
.location-section {
    background: linear-gradient(
        to right,
        rgba(255, 137, 0, 0.12),
        rgba(13, 154, 255, 0.12)
    );
    position: relative;
    overflow: hidden;
}
.location-section .col-lg-6 img {
    height: 50px;
    width: 50px;
    border-radius: 8px;
}
.location-section .shape-one {
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: -1;
}

@media only screen and (min-width: 0) and (max-width: 999px) {
    .time-event-section .col-lg-6 img {
        height: auto;
        width: 100%;
        object-fit: cover;
    }
    .blogs-section .col-xl-8 .blog-details-content .details-img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .feature-details-section .col-lg-6 .details-img {
        height: auto !important;
        object-fit: cover;
        width: 100%;
    }

    .contact-section .contact-image img {
        height: auto;
        object-fit: cover;
        width: 100%;
    }
}

@media only screen and (min-width: 378px) and (max-width: 999px) {
    .faqs-section .col-lg-6 img {
        height: auto;
        width: 50%;
        object-fit: cover;
    }
}

@media only screen and (min-width: 0) and (max-width: 377px) {
    .faqs-section .col-lg-6 img {
        height: auto;
        width: 100%;
        object-fit: cover;
    }
}
.package-title {
    text-align: center;
}
.package-title-container {
    align-items: center;
    justify-content: center;
    display: flex;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
    .package-section .position-relative {
        margin: 0 auto !important;
    }
    .package-title {
        text-align: center;
    }
}

.blog-data p {
    font-size: 14px;
}
