@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:wght@200..900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300ita‌​lic,400italic,500,700'); */

:root {
    --primary: #344767;
    --secondary: #98a8f8;
    --warning: #f6b719;
    --success: #8cc343;
    --danger: #ed1d26;
    --teal: #54bab9;
    --pink: #f08a8a;
    --white: #ffffff;
    --gray: #646464;
    --info: #15b9f8;
    --blue: #0d6efd;
    --light: #f8f9fc;
    --dark: #323232;
    --muted: #e1e2e3;
    --yellow: rgba(246, 183, 25, 0.7);
    --gray-light: #faf7f0;
    --green: #27ae60;
    --warning-light: #fef4dd;
    --blue-shine: #1f3966;
    --info-light: #cbd5e8;
    --warning-50: #d58533;
    --orange: #f59e47;
    --box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
    --border: solid 1px #c4c4c4;
    --font-secondary: 'Nunito Sans', sans-serif;
    --font-first: 'Nunito Sans';
    --font-body: 'Nunito Sans', sans-serif;
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    src: url(/assets/fonts/OpenSans-Light.ttf) format("truetype");
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    src: url(/assets/fonts/OpenSans-Regular.ttf) format("truetype");
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    src: url(/assets/fonts/OpenSans-Medium.ttf) format("truetype");
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    src: url(/assets/fonts/OpenSans-SemiBold.ttf) format("truetype");
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    src: url(/assets/fonts/OpenSans-Bold.ttf) format("truetype");
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    src: url(/assets/fonts/OpenSans-ExtraBold.ttf) format("truetype");
}

@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/NunitoSans.ttf");
}

@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/NunitoSans.ttf");
}

@font-face {
    font-family: 'Source Serif Pro';
    src: url('../fonts/SourceSerifPro-BoldIt.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Source Serif regular';
    src: url('../fonts/Source-Serif-regular.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/NunitoSans.ttf");
}

@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/NunitoSans.ttf");
}

@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/NunitoSans.ttf");
}

body {
    font-family: 'Nunito Sans', sans-serif;
    color: #323232;
    line-height: normal;
    min-height: 100vh;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
}

a {
    text-decoration: none;
}

p {
    font-size: 16px;
    line-height: 24px;
    font-family: var(--font-body);
    font-weight: 500;

}

main {
    flex-grow: 1;
    overflow: hidden;
}

.w-35 {
    width: 35%;
}

#gotoTop {
    cursor: pointer;
    display: inline-block;
    background-color: transparent;
    border: 1px solid #888;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 100px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#gotoTop i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background-size: 24px !important;
}

#gotoTop.show {
    opacity: 1;
    visibility: visible;
}

.app-header .navbar-brand {
    margin: 0 0.7rem;
}

.app-header .navbar-expand-lg .container {
    max-width: 1440px;
}

/* .app-header .navbar-brand img {
    height: 45px;
    margin-top: 10px;
} */
.app-header .navbar-brand img {
    height: auto;
    margin-top: 0px;
    width: 112px;
}

/* .app-header .navbar .nav-link {
    padding: 0rem;
    font-size: 16px;
    font-weight: 800;
    color: #344767;
    line-height: 64px;
    position: relative;
} */
.app-header .navbar .nav-link {
    padding: 0rem;
    font-size: 16px;
    font-weight: 800;

    color: #344054;
    /* line-height: 64px; */
    position: relative;
    padding: 25px 0px
}

.app-header .navbar .nav-item {
    padding: 0 1rem;
}

.app-header .navbar .nav-link:hover,
.app-header .navbar .nav-link.active:hover {
    opacity: .8;
}

.app-header .navbar .dropdown-toggle::after {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    /* opacity: .4; */
}

.app-header .dropdown-menu .dropdown-item {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: #344767;
}

.app-header .dropdown-menu .dropdown-item.active,
.app-header .dropdown-menu .dropdown-item:active {
    color: #1e2125;
    background-color: #e9ecef;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.app-header .right-side .btn {
    margin: 0 0.7rem;
}

.region-header {
    min-height: 38px;
    padding: 4px;
}

main section {
    padding: 50px 0px;
}

.app-banner {
    display: flex;
    flex-direction: column;
    align-content: stretch;
    justify-content: center;
    /* min-height: calc(100vh - 80px); */
    overflow: hidden;
}

.app-banner .content {
    padding: 50px;
    background-color: rgba(31, 57, 102, 0.7);
    border-radius: 10px;
    max-height: 420px;
    min-height: 375px;
    height: 100%;
    width: 50%;
}

.app-banner .carousel {
    padding: 50px;
    background-color: rgba(31, 57, 102, 0.7);
    border-radius: 10px;
    max-height: 420px;
    min-height: 420px;
    height: 100%;
    display: flex;
    align-items: center;
}

.app-banner .carousel-item h1 {
    font-size: 46px;
    color: #fff;
}

.app-banner p.lead {
    font-weight: 500;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.app-banner .carousel-control-prev {
    left: 40px;
    top: calc(50% - 20px);
    background: rgba(30, 30, 30, 0.7);
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.app-banner .carousel-control-next {
    right: 40px;
    top: calc(50% - 20px);
    background: rgba(30, 30, 30, 0.7);
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.app-banner .carousel-control-next-icon,
.app-banner .carousel-control-prev-icon {
    width: 20px;
    height: 20px;
}

.features .icon-box {
    margin: 0 auto 20px;
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    background-size: 80px;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px, rgba(0, 0, 0, 0) 0px 3px 6px;

}

.features .icon-box i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-size: 50px !important;
}

.features .icon-box1 {
    margin: 0 auto 20px;
    display: block;
    position: relative;
    width: 55px !important;
    height: 60px;
    background-size: 60px;
    border-radius: 100%;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px, rgba(0, 0, 0, 0) 0px 3px 6px; */

}

.features .icon-box1 i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-size: 50px !important;
}

.our-values {
    padding: 50px 0px 5px;
}

.our-values .features .icon-box {
    position: relative;
    max-width: 50px;
    width: 100%;
    height: 50px;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px, rgba(0, 0, 0, 0) 0px 3px 6px;
    margin: 0px 25px 0 0;
}

.our-values .features .icon-box i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background-size: 48px !important;
}

.icon-box {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px, rgba(0, 0, 0, 0) 0px 3px 6px;
}

.icon-box i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background-size: 48px !important;
}

.combo-price {
    height: 125px;
}

.cs-swiper {
    padding: 0px 5rem;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: unset !important;
}

.swiper-button-prev,
.swiper-button-next {
    width: 50px !important;
    height: 50px !important;
    background-size: 50px !important;
    border-radius: 100%;
}

.swiper-button-prev {
    left: 0px;
}

.swiper-button-next {
    right: 0px;
}

.swiper-button-prev i,
.swiper-button-next i {
    width: 24px;
    height: 24px;
    background-size: 24px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiper-slide .card {
    height: 100%;
}

.swiper-slide .card img {
    transition: transform .2s;
}

.swiper-slide .card:hover img {
    transform: scale(1.1);
}

.swiper-slide .card .img-overlay {
    display: flex;
    align-items: end;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 -150px 150px -70px rgb(40 40 40 / 80%) inset;
    box-shadow: 0 -150px 150px -70px rgb(40 40 40 / 80%) inset;
    border-radius: 15px 15px 0px 0px;
    padding: 30px;
    opacity: 0;
}

.swiper-slide .card .img-overlay a {
    padding: 12px 20px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 30px;
    line-height: 12px;
}

.swiper-slide .card:hover .img-overlay {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.swiper-slide .card:hover .img-overlay a:hover {
    color: #323232;
    background-color: #fff;
}

.cs-swiper .swiper-slide {
    padding: 5px;
}

.cs-swiper .card {
    display: block;
    border-radius: 15px;
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
    height: 100%;
}

.cs-swiper .card .card-header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.cs-swiper .swiper-button-prev,
.cs-swiper .swiper-button-next {
    border: 2px solid var(--warning);
}


.os-swiper .card {
    border-left: 1px solid rgba(255, 255, 255, 0.25) !important;
    border-radius: 0px !important;
}

.os-swiper .swiper-button-prev,
.os-swiper .swiper-button-next {
    background: rgba(30, 30, 30, 0.7);
}

.os-swiper .swiper-button-prev {
    left: 40px;
}

.os-swiper .swiper-button-next {
    right: 40px;
}

.app-footer {
    padding: 30px 0 0;
    background: #0F1C33 !important;
}

.footer-contents {
    padding: 45px 0 45px !important;
    border-top: 0px solid #344767;
}

.no-border .footer-contents {
    padding: 35px 0 35px;
    border-top: none;
}

.copyrights-container {
    max-width: 1440px;
}

.app-footer h5 {
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
}

.app-footer ul li {
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: #ffffff;
}

.app-footer ul li a {
    color: #ffffff;
    display: inline-block;
    line-height: 24px;
    font-size: 16px;
    font-family: var(--font-secondary);
    font-weight: normal;
    opacity: 0.8;
}

.app-footer ul li a:hover {
    text-decoration: none;
    opacity: .8;
}

.app-footer ul li a span {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.app-copyrights {
    padding: 20px 0;
    background: #FFFFFF;
}

.app-copyrights .title {
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.9rem;
    text-align: right;
}

.app-copyrights .app-social-links li {
    margin-right: 20px;
    display: inline-block
}

.app-copyrights a {
    color: #000 !important;
}

.contact-card {
    margin-top: -150px;
    padding: 100px;
    border: none;
    border-radius: 25px;
}

.contact-card .line {
    margin: 0px auto 32px;
    width: 200px;
    height: 2px;
    background-color: #ebebeb;
    display: block;
    position: relative;
}

.contact-card h3 {
    margin: 0px auto 32px;
    font-size: 36px;
    font-weight: 600;
    max-width: 800px;
}

.contact-card p {
    margin-bottom: 32px;
    font-size: 20px;
    font-weight: 400;
}


.ds-banner {
    padding: 75px 0px;
    display: flex;
    flex-direction: column;
    align-content: stretch;
    justify-content: center;
    overflow: hidden;
    min-height: 620px;
}

.ds-banner h1 {
    font-size: 46px;
}

.ds-banner h2 {
    font-size: 28px;
}

.ds-banner figure {
    position: absolute;
    right: 0px;
}

.ds-banner.left-img figure {
    position: absolute;
    left: 20px;
}

.ds-aboutus {
    background: url(../../contents/images/aboutus-header.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.about-us-h2 {
    font-size: 22px !important;
    font-family: var(--font-secondary) !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.about-us-title::after {
    content: "";
    display: block;
    width: 55px;
    height: 55px;
    background: url(../img/icons/topBanner_decor2.png) no-repeat;
    position: absolute;
    left: 237px;
    bottom: 175px;
}

.about-us-h2::after {
    content: "";
    display: block;
    width: 55px;
    height: 55px;
    background: url(../img/icons/topBanner_decor1.png) no-repeat;
    position: absolute;
    left: 35px;
    margin-top: 10px;
}


.ds-inner-banner {
    display: flex;
    flex-direction: column;
    align-content: stretch;
    justify-content: center;
    overflow: hidden;
    min-height: 100px;
}

.ds-inner-banner h2 {
    font-size: 32px;
    font-weight: 700;
}

.ds-inner-banner h2 span {
    font-size: 48px;
    font-weight: 700;
}

.ds-inner-banner h3 {
    font-size: 24px;
    font-weight: 700;
}

.ds-inner-banner figure {
    position: absolute;
    right: 0px;
    top: 0px;
}

/* Left Banner css */



.offer-badge {
    width: 145px;
    height: 38px;
    background: #89ca8c;
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding-left: 40px;
    line-height: 2;
    border-top-right-radius: 7px;
}

.offer-badge:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 25px solid #FFF;
    border-top: 20px solid transparent;
    border-bottom: 18px solid transparent;
}

.price-offer-badge {
    width: auto;
    height: 32px;
    background: #89ca8c;
    position: absolute;
    right: 0;
    color: #fefefe;
    font-size: 16px;
    font-weight: 700;
    padding-left: 26px;
    padding-right: 20px;
    line-height: 2;
    /* top: 16px; */
}

.badge-success {
    color: #4caf50;
    border-radius: 5px;
    background-color: rgba(76, 175, 80, 0.1);
}

.price-offer-badge:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 13px solid #f7f8fe;
    border-top: 15px solid transparent;
    border-bottom: 18px solid transparent;
}




.ds-inner-banner.left-img figure {
    position: absolute;
    left: 0px;
}

.key-features .card {
    padding: 20px;
}

/* .our-values {
    padding: 105px 0;
} */

.our-values h2 {
    font-size: 32px;
    font-weight: 700;
}

.pricing-wrapper .sec-header {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: left;
}


.pricing-wrapper h4 {
    font-size: 24px;
    font-weight: normal;
}

.pricing-wrapper .price-tag {
    font-size: 24px;
    font-weight: 700;
    font-family: var(--font-secondary);
}

.pricing-table .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #ffffff;
    ;
    background-color: var(--secondary);
    font-family: Nunito Sans;
    font-size: 24px;
    font-weight: bold;
}

.pricing-table .nav-link {
    padding: .3rem 3rem;
    color: #242424;
    font-family: Nunito Sans;
    font-size: 24px;
    font-weight: bold;
}

.pricing-table .nav-item {
    margin: 0 40px;
}

.pricing-table .tab-pane {
    position: relative;
    word-wrap: break-word;
    /* background-color: #fff;
    border: 2px solid #98a8f8; */
    border-radius: 20px;
    margin: 30px 5px;
    padding: 20px 0px;
}

.pricing-table .card {
    /* border: 2px solid #98a8f8; */
    border-radius: 20px;
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
    background-color: rgba(240, 242, 254, 0.5);
}

.pricing-table .card h3 {
    font-size: 38px;
    font-weight: 700;
    margin: 2rem 0 10px;
}

.pricing-table .price-label {
    font-size: 36px;
    font-weight: 700;
}

.subprice-label {
    font-family: Nunito Sans;
    font-size: 18px;
    font-weight: normal;
    color: #606060;
    padding-top: 10px;
}

.price-logo {
    padding-top: 32px;
    padding-bottom: 25px;
}

.price-logo img {
    width: 130px;
    display: block;
    margin: auto;
}

.price-block {
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #323232;
    padding-top: 5px !important;
}

.price-divider {
    margin: 20px 0 30px;
    border: 1px solid #c4c4c4;
}

.best-price {
    position: absolute;
    top: -22px;
    left: 165px;
    cursor: initial !important;
    padding: 6px 10px !important;
    font-size: 14px;
}

.sign-tick::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    background: url(../img/icons/check-circle.svg) no-repeat;
    background-size: 14px;
}

.bullet-check li::before {
    background: url(../img/icons/check-mark.png) no-repeat;
    background-size: 22px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    margin-right: 15px;
}


.bullet-warning li::before {
    background: url(../img/icons/bullet-yellow.png) no-repeat;
    background-size: 8px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin-right: 15px;
}

.bullet-pink li::before {
    background: url(../img/icons/bullet-pink.png) no-repeat;
    background-size: 8px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin-right: 15px;
}

.bullet-warning-50 li::before {
    background: url(../img/icons/bullet-warning-50.png) no-repeat;
    background-size: 8px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin-right: 15px;
}

.bullet-teal li::before {
    background: url(../img/icons/bullet-teal.png) no-repeat;
    background-size: 8px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin-right: 15px;
}


.bullet-warning li,
.bullet-pink li,
.bullet-warning-50 li,
.bullet-teal li {
    list-style: none;
    margin-bottom: 16px;
}

.bullet-check li {
    list-style: none;
    margin-bottom: 16px;
    font-family: var(--font-body);
    font-size: 18px;
    color: #323232;
    /* padding-left: 2.1em; */
    text-indent: -2.1em;
}

.bullet-check .accounting li {
    padding-left: 2em;
}


.pricing-table .card-footer {
    background: transparent;
    border-top: none;
    padding-bottom: 3rem;
    text-align: center;
}

.btn-buy {
    padding: 0.3rem 3rem !important;
}

.btn-select {
    width: 275px;
    border-radius: 10px !important;
    line-height: 2;
}

.btn-select:hover {
    width: 275px;
    border-radius: 10px !important;
    line-height: 2;
    color: #1f3966 !important;
    background-color: #fff !important;
}

.ds-contact .sec-header {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.ds-contact-body {
    padding: 10px 50px 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ds-contact-info {
    padding: 0 0 30px;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
    max-width: 360px;
}

.ds-contact-form-container {
    padding-left: 45px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    border-left: 1px solid #e9e8e7;
}

.ds-contact-info h4 {
    font-size: 24px;
    font-weight: 600;
    color: #f8f9fc;
    margin-bottom: 45px;
}

.ds-contact-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #f8f9fc;
    font-size: 18px;
}

.ds-contact-info ul li a {
    color: #f8f9fc;
}

.ds-contact-info ul li {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.ds-contact-form label {
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
    margin-bottom: 10px;
}

.ds-contact-form .form-control::placeholder {
    color: #c4c4c4;
    opacity: 1;
}

.ds-contact-form .invalid-feedback {
    color: #bf0000 !important;
    background: #FFD6D6;
    padding: 5px 10px;
    border-radius: 5px;
}

.ds-contact-form .form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #bf0000 !important;
    background: #FFD6D6;
    padding: 5px 10px;
    border-radius: 5px;
}

.ds-contact-form .form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label a {
    color: #fb5c5c;
}

.ds-contact-form .form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #00d05b !important;
}

select.form-control {
    height: 50px;
    padding-left: 10px;
}

select.form-control:focus {
    outline: 0;
    border: none;
    border: 1px solid #ced4da;
    box-shadow: none;
}

.popup-contact-form-container {
    padding: 0 10px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}


.popup-contact-form label {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

.popup-contact-form .form-control::placeholder {
    color: #c4c4c4;
    opacity: 1;
}

.popup-contact-form .form-control:focus {
    border-bottom: 2px solid #4b537b;
}

.popup-contact-form .form-control {
    border: none;
    border-bottom: 1px solid #213d6e;
    border-radius: 0;
}

.form-control {
    padding: .5rem 0rem;
}

.cs-swiper h3,
.carousel-inner h3,
.swiper h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.carousel-inner .card {
    margin: 0 auto;
    border-radius: 8px;
}

.swiper .card {
    margin: 0 auto;
    border-radius: 8px;
}

.swiper .col {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 300px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    margin: 0px 50px;
    border-radius: 8px;
}

.price-sympol {
    font-size: 50px;
    color: #FFF;
    font-weight: 700;
    margin-top: 150px;
}


.ds-app .h1 {
    font-size: 46px;
    font-weight: 800;
}

.ds-app {
    padding: 100px 0px;
}

.ds-app figure {
    position: absolute;
    left: 60%;
    top: 45px
}




.app-count h4 {
    font-size: 60px;
}

.card.key-modules {
    padding: 50px;
    background-color: #fef4dd;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.card.key-features {
    padding: 50px;
    background-color: var(--light);
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.aboutus-banner {
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-content: stretch;
    justify-content: center;
    min-height: 400px;
    overflow: hidden;
}

.aboutus-banner h1 {
    font-size: 46px;
}

.cs-form {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.cs-form .form-wrapper {
    padding: 50px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.cs-form .form-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 380px;
}

.cs-form .form-img img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.about-service .card {
    background-color: rgba(255, 255, 255, 0.9);
}

.about-service .btn:hover {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
    background-color: transparent !important;
}

.leaders img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.transformation-wrapper {
    background: linear-gradient(to left, #f6f8fb 50%, #fad475 50%);
}


/* sravani */
/* sitemap */
.app-sitemap .display-4 {
    margin-bottom: 75px;
}

.app-sitemap h5 {
    font-size: 20px;
    color: #323232;
    font-weight: 900;
}

.app-sitemap ul li a {
    color: #323232;
    line-height: 35px;
    display: inherit;
    font-weight: 700;
}

.app-sitemap ul li a::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/arrow-right-yellow.svg) no-repeat;
    background-size: 30px;
    position: relative;
    top: 9px;
    left: -5px;
}

.app-sitemap .app-support-box {
    margin: 0 0 80px;
    padding: 40px 70px;
    border-radius: 8px;
    box-shadow: 2px 4px 8px 0 rgb(0 0 0 / 8%);
    background-color: #fff;
}

.app-sitemap-banner {
    height: 240px;
}

.form-group {
    margin-bottom: 1rem;
}

.checkbox-inline {
    display: flex;
    align-items: center;
    margin-bottom: 2em;
    flex-wrap: wrap;
}

.form-control:focus {
    outline: 0;
    border: none;
    border-bottom: 1px solid #1f3966;
    box-shadow: none;
}

.form-check-input:checked[type=checkbox] {
    background-image: url(../img/icons/checkbox.png);
    border: 2px solid #344767;
}

.form-check-input:checked {
    background-color: #ffc10700;
    border-color: #344767;
}

.form-check-input:focus {
    border-color: #344767;
    outline: 0;
    box-shadow: none;
}


.form-check-input {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: 0.2em;
    border: 2px solid #344767;

}

.app-contact-form ::-webkit-input-placeholder {
    /* Edge */
    color: #323232;
}

.app-contact-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #323232;
}

.app-contact-form ::placeholder {
    color: #323232;
}

.col-header {
    min-height: 135px;
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    border-color: #198754 !important;
}

/* Themes */
.bg-primary {
    background-color: #1F3966 !important;
}

.bg-dark {
    background-color: var(--dark) !important;
}

.bg-warning {
    background-color: var(--warning) !important;
}

.bg-warning-50 {
    background-color: var(--warning-50);
}

.bg-warning-light {
    background-color: var(--warning-light);
}

.bg-yellow {
    background-color: var(--yellow);
}

.bg-muted {
    background-color: var(--muted) !important;
}

.bg-info-light {
    background-color: var(--info-light) !important;
}

.bg-light {
    background-color: var(--light) !important;
}

.bg-gray-light {
    background-color: var(--gray-light) !important;
}

.bg-blue-shine {
    background-color: var(--blue-shine) !important;
}

.bg-light-blue {
    background-color: #f5f7ff
}

.btn {
    padding: 0.4rem 1.5rem;
    border-radius: 6px;
    font-weight: 700;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem;
}

.btn-primary:hover,
.btn-primary:focus {
    color: var(--white);
    background-color: #007AFF;
    border: 1.4px solid #007AFF;
}

.btn-outline-dark {
    color: #344054;
    background: #FFFFFF33;
    border: 1.4px solid #344054;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
    color: #344054;
    background: #FFFFFF33;
    border: 1.4px solid #344054;
}

.btn-primary {
    color: var(--white);
    background-color: #007AFF;
    border: 1.4px solid #007AFF;
    font-size: 16px !important;
    font-weight: 700;
    padding: 10px;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: var(--white);
    background-color: #007AFF;
    border: 1.4px solid #007AFF !important;
}

.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.125rem rgb(52 71 103 / 39%);
}




.btn-secondary,
.btn-secondary:hover,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle,
.btn-secondary:focus {
    color: var(--white);
    background-color: var(--secondary);
    border: 2px solid var(--secondary);
}

.btn-pink,
.btn-pink:hover,
.btn-pink.active,
.btn-pink:active,
.show>.btn-pink.dropdown-toggle,
.btn-pink:focus {
    color: var(--white);
    background-color: var(--pink);
    border: 2px solid var(--pink);
}

.btn-outline-pink,
.btn-outline-pink:hover,
.btn-outline-pink.active,
.btn-outline-pink:active,
.show>.btn-outline-pink.dropdown-toggle,
.btn-outline-pink:focus {
    color: var(--pink);
    background-color: transparent;
    border: 2px solid var(--pink);
}

.btn-warning {
    color: #414141;
    background-color: var(--warning);
    border: 2px solid var(--warning);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
    color: #414141;
    background-color: #e0a40c;
    border: 2px solid #e0a40c;
}

.btn-outline-primary {
    color: var(--primary);
    border: 2px solid var(--primary);
    background-color: transparent;
}

.btn-outline-primary {
    width: 109px;
    padding: 6px 15px !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
    color: var(--white);
    border: 2px solid var(--primary);
    background-color: var(--primary);
}

.btn-outline-secondary {
    color: #344054;
    border: 1.4px solid #344054;
    background: #FFFFFF33;
    padding: 10px;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:active,
.btn-outline-secondary:focus {
    color: #ffffff;
    border: 1.4px solid #34405400;
    background: #344054;

}

.btn-outline-white {
    color: var(--white);
    border: 2px solid var(--white);
    background-color: transparent;
}

.btn-outline-white:hover,
.btn-outline-white:active,
.btn-outline-white:focus {
    color: var(--dark);
    border: 2px solid var(--white);
    background-color: var(--white);
}

.btn-outline-warning {
    color: var(--warning);
    border: 2px solid var(--warning);
    background-color: transparent;
}

.btn-outline-warning:hover,
.btn-outline-warning:active,
.btn-outline-warning:focus {
    color: var(--warning);
    border: 2px solid var(--warning);
    background-color: transparent;
}

.font-roboto {
    font-family: var(--font-secondary);
}

.font-OpenSans {
    font-family: var(--font-body);
    line-height: normal;
}

.font-montserrat {
    font-family: var(--font-first);
}

.fw-light {
    font-weight: 300;
}

.fw-normal {
    font-weight: 400;
}

.fw-medium {
    font-weight: 500;
}

.fw-semibold {
    font-weight: 600;
}

.fw-bold {
    font-weight: 800 !important;
}

.fw-extra-bold {
    font-weight: 900;
}

.fw-black {
    font-weight: 900;
}

.text-8 {
    font-size: 8px;
}

.text-9 {
    font-size: 9px;
}

.text-10 {
    font-size: 10px;
}

.text-11 {
    font-size: 11px;
}

.text-12 {
    font-size: 12px;
}

.text-13 {
    font-size: 13px;
}

.text-14 {
    font-size: 14px !important;
}

.text-15 {
    font-size: 15px !important;
}

.text-16 {
    font-size: 16px !important;
}

.text-18 {
    font-size: 18px;
}

.text-20 {
    font-size: 20px;
}

.text-22 {
    font-size: 22px;
}

.text-24 {
    font-size: 24px;
}

.text-30 {
    font-size: 30px;
}

.text-36 {
    font-size: 36px;
}

.text-primary {
    color: var(--primary) !important;
}

.text-pink {
    color: var(--pink) !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.text-light {
    color: #e9ebee !important;
}

.text-dark {
    color: var(--dark) !important;
}

.text-teal {
    color: var(--teal) !important;
}

.text-gray {
    color: var(--gray) !important;
}

.text-gray-light {
    color: var(--gray-light) !important;
}

.text-blue {
    color: var(--blue) !important;
}

.text-warning-50 {
    color: var(--warning-50) !important;
}

.text-warning-o {
    color: var(--orange) !important;
}

.text-green {
    color: var(--green) !important
}

.text-yellow {
    color: #f6b710;
}

.mnw-220 {
    min-width: 220px;
}

.form-control.otp:focus {
    border: 1px solid #1f3966;
}

.form-control.otp {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: .25rem;
    max-width: 180px;
    text-align: center;
}

.form-control.otp::placeholder {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: normal;
}

/* Themes End */

.ds-contact-info ul li i {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 40px;
}

.ds-contact-info ul li .description {
    padding-left: 25px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.ds-contact-links i,
.ds-location i {
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-size: 20px !important;
}

.ds-social-links i {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-size: 20px !important;
}

.ds-location i {
   position: relative;
    top: -24px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: rgba(152, 168, 248, 0.5);
}


/* Icons */
.navbar-toggler-icon {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../img/menu.svg) no-repeat;
    background-size: 32px;
}

.icon-time-attendance {
    background: url(../img/icons/time-attendance.svg) no-repeat !important;
}

.icon-payroll {
    background: url(../img/icons/payroll.svg) no-repeat !important;
}

.icon-leave-app {
    background: url(../img/icons/leave-app.svg) no-repeat !important;
}


.icon-po {
    background: url(../img/icons/accounting-po.svg) no-repeat !important;
}

.icon-invoice {
    background: url(../img/icons/accounting_invoice.svg) no-repeat !important;
}

.icon-inventory {
    background: url(../img/icons/accounting_inventory.svg) no-repeat !important;
}

.icon-teal-po {
    background: url(../img/icons/teal-po.svg) no-repeat !important;
}

.icon-teal-invoice {
    background: url(../img/icons/teal-invoice.svg) no-repeat !important;
}

.icon-teal-inventory {
    background: url(../img/icons/teal-inventory.svg) no-repeat !important;
}

.icon-teal-bills {
    background: url(../img/icons/teal-bills.svg) no-repeat !important;
}

.icon-teal-quotations {
    background: url(../img/icons/teal-quotations.svg) no-repeat !important;
}

.icon-teal-banking {
    background: url(../img/icons/teal-banking.svg) no-repeat !important;
}

.icon-teal-tax {
    background: url(../img/icons/teal-tax.svg) no-repeat !important;
}

.icon-teal-assets {
    background: url(../img/icons/teal-fixedAssets.svg) no-repeat !important;
}

.icon-teal-budget {
    background: url(../img/icons/teal-budget.svg) no-repeat !important;
}

.icon-teal-reports {
    background: url(../img/icons/teal-reports.svg) no-repeat !important;
}

.icon-teal-mobile {
    background: url(../img/icons/teal-iosAndroid.svg) no-repeat !important;
}


.icon-brown-leave {
    background: url(../img/icons/brown_leave.svg) no-repeat !important;
}

.icon-brown-alert {
    background: url(../img/icons/brown_alert.svg) no-repeat !important;
}

.icon-brown-approval {
    background: url(../img/icons/brown_approval.svg) no-repeat !important;
}

.icon-brown-realtime {
    background: url(../img/icons/brown_realTime.svg) no-repeat !important;
}

.icon-brown-face {
    background: url(../img/icons/brown_face.svg) no-repeat !important;
}

.icon-brown-gps {
    background: url(../img/icons/brown_gps.svg) no-repeat !important;
}

.icon-brown-fakegps {
    background: url(../img/icons/brown_fakeGPS.svg) no-repeat !important;
}

.icon-brown-offclock {
    background: url(../img/icons/brown_offline.svg) no-repeat !important;
}

.icon-brown-geo {
    background: url(../img/icons/brown_geoFencing.svg) no-repeat !important;
}

.icon-brown-kiosk {
    background: url(../img/icons/brown_kiosk.svg) no-repeat !important;
}

.icon-brown-record {
    background: url(../img/icons/brown_projectRecord.svg) no-repeat !important;
}

.icon-brown-app {
    background: url(../img/icons/brown_iosAndriod.svg) no-repeat !important;
}

.icon-brown-sync {
    background: url(../img/icons/brown_sync.svg) no-repeat !important;
}

.icon-pink-bills {
    background: url(../img/icons/pink_bills.svg) no-repeat !important;
}

.icon-pink-quotations {
    background: url(../img/icons/pink_quotations.svg) no-repeat !important;
}

.icon-pink-banking {
    background: url(../img/icons/pink_banking.svg) no-repeat !important;
}

.icon-pink-tax {
    background: url(../img/icons/pink_tax.svg) no-repeat !important;
}

.icon-pink-assets {
    background: url(../img/icons/pink_fixedAssets.svg) no-repeat !important;
}

.icon-pink-budget {
    background: url(../img/icons/pink_budget.svg) no-repeat !important;
}

.icon-pink-reports {
    background: url(../img/icons/pink_reports.svg) no-repeat !important;
}

.icon-pink-app {
    background: url(../img/icons/pink_iosAndriod.svg) no-repeat !important;
}


.icon-security {
    background: url(../img/data-security.png) no-repeat !important;
}

.icon-prev-warning {
    background: url(../img/prev-warning.svg) no-repeat !important;
}

.icon-next-warning {
    background: url(../img/next-warning.svg) no-repeat !important;
}

.icon-prev-white {
    background: url(../img/prev-white.svg) no-repeat !important;
}

.icon-next-white {
    background: url(../img/next-white.svg) no-repeat !important;
}

.icon-fb {
    background: url(../img/icons/facebook.svg) no-repeat !important;
}

.icon-insta {
    background: url(../img/icons/instagram.svg) no-repeat !important;
}

/* .icon-linkedin {
    background: url(../img/icons/linkedin.svg) no-repeat !important;
} */

.icon-arrow-up {
    background: url(../img/arrow-up.svg) no-repeat !important;
}

.icon-pin {
    background: url(../img/revamp/icons/map.svg) no-repeat;
}

.icon-phone {
    background: url(../img/revamp/icons/phone.svg) no-repeat;
}

.icon-mail {
    background: url(../img/revamp/icons/email.svg) no-repeat;
}

.icon-whatsapp {
    background: url(../img/icons/whatsapp.svg) no-repeat;
}

.icon-adaptation {
    background: url(../img/icons/icon-adaption.png) no-repeat;
}

.icon-autonomy {
    background: url(../img/icons/icon-autonomy.png) no-repeat;
}

.icon-innovation {
    background: url(../img/icons/icon-invation.png) no-repeat;
}

.icon-growth {
    background: url(../img/icons/icon-growth.png) no-repeat;
}

.icon-cplace {
    background: url(../img/icons/contact_place.svg) no-repeat;
}

.icon-ccall {
    background: url(../img/icons/contact_call.svg) no-repeat;
}

.icon-cmail {
    background: url(../img/icons/contact_mail.svg) no-repeat;
}

.icon-cwhatsapp {
    background: url(../img/icons/contact_whatsapp.svg) no-repeat;
}


.icon-time-effi {
    background: url(../img/icons/Time-Efficiency.svg) no-repeat !important;
}

.icon-Improved-Accuracy {
    background: url(../img/icons/Improved-Accuracy.svg) no-repeat !important;
}

.icon-Smart-Cost {
    background: url(../img/icons/Smart-Cost.svg) no-repeat !important;
}

.icon-Stay-Compliant {
    background: url(../img/icons/Stay-Compliant.svg) no-repeat !important;
}

.icon-Contribution-calc {
    background: url(../img/icons/Contribution-calc.svg) no-repeat !important;
}

.icon-Always-Up {
    background: url(../img/icons/Always-Up.svg) no-repeat !important;
}

.icon-Seamless-leave {
    background: url(../img/icons/Seamless-leave.svg) no-repeat !important;
}

.icon-SCFP {
    background: url(../img/icons/SCFP.svg) no-repeat !important;
}

.icon-User-Friendly {
    background: url(../img/icons/User-Friendly.svg) no-repeat !important;
}

.icon-Online-Business {
    background: url(../img/icons/Online-Business.svg) no-repeat !important;
}

.icon-Multi-Currency {
    background: url(../img/icons/Multi-Currency.svg) no-repeat !important;
}

.icon-Local-Bank {
    background: url(../img/icons/Local-Bank.svg) no-repeat !important;
}

.icon-gps {
    background: url(../img/icons/gps.svg) no-repeat !important;
}

.icon-fakeGPS {
    background: url(../img/icons/fakeGPS.svg) no-repeat !important;
}

.icon-offline {
    background: url(../img/icons/offline.svg) no-repeat !important;
}

.icon-backup-approve {
    background: url(../img/icons/backup-approve.svg) no-repeat !important;
}

.icon-daily-leave {
    background: url(../img/icons/daily-leave.svg) no-repeat !important;
}

.icon-geoFencing {
    background: url(../img/icons/geoFencing.svg) no-repeat !important;
}

.icon-face {
    background: url(../img/icons/face.svg) no-repeat !important;
}

.icon-realTime {
    background: url(../img/icons/realTime.svg) no-repeat !important;
}

.icon-pink-Seamless-leave {
    background: url(../img/icons/pink-Seamless-leave.svg) no-repeat !important;
}

.icon-pink-User-Friendly {
    background: url(../img/icons/pink-User-Friendly.svg) no-repeat !important;
}

.icon-pik-SCFP {
    background: url(../img/icons/pik-SCFP.svg) no-repeat !important;
}

.icon-time-save {
    background: url(../img/icons/time.svg) no-repeat !important;
}

.icon-error-free {
    background: url(../img/icons/error-free.svg) no-repeat !important;
}

.icon-leave-tracking {
    background: url(../img/icons/icon-leave-tracking.svg) no-repeat !important;
}

.icon-tms-tracking {
    background: url(../img/icons/tms-tracking.png) no-repeat !important;
}

.icon-employee-experience {
    background: url(../img/icons/employee-experience.svg) no-repeat !important;
}

.icon-emp-experience {
    background: url(../img/icons/emp_experience.svg) no-repeat !important;
}

.icon-your-brand {
    background: url(../img/icons/your-brand.svg) no-repeat !important;
}

.icon-unwanted-costs {
    background: url(../img/icons/unwanted-costs.svg) no-repeat !important;
}

.arrow_right_learnmore {
    background: url(../img/icons/arrow_right_learnmore.svg) no-repeat !important;
}


.icon-paid {
    background: url(../img/icons/paid.svg) no-repeat;
}

.icon-efficiency {
    background: url(../img/icons/efficiency.svg) no-repeat;
}

.icon-low-price {
    background: url(../img/icons/low-price.svg) no-repeat;
}

.icon-transaction {
    background: url(../img/icons/transaction.svg) no-repeat;
}

.icon-registration {
    background: url(../img/icons/registration.svg) no-repeat;
}

.icon-management {
    background: url(../img/icons/management.svg) no-repeat;
}

.icon-StandardShiftGeneration {
    background: url(../img/icons/Standard_Shift_Generation.svg) no-repeat;
}

.icon-TimeTracking {
    background: url(../img/icons/Time_Tracking.svg) no-repeat;
}

.icon-PayrollCalculation {
    background: url(../img/icons/Payroll_Calculation.svg) no-repeat;
}

.icon-FacialRecognition {
    background: url(../img/icons/Facial_Recognition.svg) no-repeat;
}

.icon-Geo-Fencing {
    background: url(../img/icons/Geo-Fencing.svg) no-repeat;
}

.icon-Wi-FiRestrictions {
    background: url(../img/icons/Wi-Fi_Restrictions.svg) no-repeat;
}

.icon-LatenessSettings {
    background: url(../img/icons/lateness-settings.png) no-repeat;
}

.icon-InsightfulReports {
    background: url(../img/icons/Insightful_Reports.svg) no-repeat;
}

.icon-AttendanceAdjustment {
    background: url(../img/icons/Attendance_Adjustment.svg) no-repeat;
}

.icon-overtime-settings {
    background: url(../img/icons/overtime-settings.svg) no-repeat;
}

.icon-pay-run {
    background: url(../img/icons/Pay_Run_Settings.svg) no-repeat;
}

.icon-Payroll-Preview {
    background: url(../img/icons/Payroll_Preview.svg) no-repeat;
}

.icon-Protected-Payslips {
    background: url(../img/icons/Protected_Payslips.svg) no-repeat;
}

.icon-Attendance-Data-Integration {
    background: url(../img/icons/Attendance_Data_Integration.svg) no-repeat;
}

.icon-Monthly-Reports {
    background: url(../img/icons/Monthly_Reports.svg) no-repeat;
}

.icon-Allowances-Deductions {
    background: url(../img/icons/Allowances_Deductions.svg) no-repeat;
}

.icon-Bank-Submission {
    background: url(../img/icons/Bank_Submission.svg) no-repeat;
}

.icon-CPF-Submissions {
    background: url(../img/icons/CPF_Submissions.svg) no-repeat;
}

.icon-IRAS-Online-Submission {
    background: url(../img/icons/IRAS_Online_Submission.svg) no-repeat;
}

.icon-account-invoicing {
    background: url(../img/icons/account_invoicing.png) no-repeat;
}

.icon-tax-rates {
    background: url(../img/icons/account_tax-rates.png) no-repeat;
}

.icon-account_templates {
    background: url(../img/icons/account_templates.png) no-repeat;
}

.icon-account-reminder-settings {
    background: url(../img/icons/account-reminder-settings.png) no-repeat;
}

.icon-account-inventory-management {
    background: url(../img/icons/account-inventory-management.png) no-repeat;
}

.icon-account-purchase-order {
    background: url(../img/icons/account-purchase-order.png) no-repeat;
}

.icon-account-sales-orders {
    background: url(../img/icons/account-sales-orders.png) no-repeat;
}

.icon-account-bills-creation {
    background: url(../img/icons/account-bills-creation.png) no-repeat;
}

.icon-account-quotations {
    background: url(../img/icons/account-quotations.png) no-repeat;
}

.icon-account-insightful-reports {
    background: url(../img/icons/account-insightful-reports.png) no-repeat;
}

.icon-decision-making {
    background: url(../img/icons/decision_making_icon.png) no-repeat;
}

.icon-group {
    background: url(../img/icons/icon-group.png) no-repeat;
}

.icon-employee {
    background: url(../img/icons/icon-employee.png) no-repeat;
}

.icon-quick-setup {
    background: url(../img/icons/quick_setup.png) no-repeat;
}

.icon-user-friendly-interface {
    background: url(../img/icons/user-friendly-interface.png) no-repeat;
}

.icon-cyber-security {
    background: url(../img/icons/cyber-security.png) no-repeat;
}

.icon-all-in-one-platform {
    background: url(../img/icons/all-in-one-platform.png) no-repeat;
}

.icon-upgrade {
    background: url(../img/icons/upgrade.png) no-repeat;
}

.icon-statisitics {
    background: url(../img/icons/statisitics.png) no-repeat;
}

.icon-upgrade {
    background: url(../img/icons/upgrade.png) no-repeat;
}

.icon-statisitics {
    background: url(../img/icons/statisitics.png) no-repeat;
}

.icon-transparency {
    background: url(../img/icons/transparency.png) no-repeat;
}

.icon-paperwork {
    background: url(../img/icons/paperwork.png) no-repeat;
}

.icon-mistakes {
    background: url(../img/icons/mistakes.png) no-repeat;
}

.icon-struggling {
    background: url(../img/icons/struggling.png) no-repeat;
}

.icon-complaints {
    background: url(../img/icons/complaints.png) no-repeat;
}

.icon-time-on-hr {
    background: url(../img/icons/time-on-hr.png) no-repeat;
}

.icon-struggling-information {
    background: url(../img/icons/struggling-information.png) no-repeat;
}

.icon-existing-hr-system {
    background: url(../img/icons/existing-hr-system.png) no-repeat;
}

.icon-existing-hr-system {
    background: url(../img/icons/existing-hr-system.png) no-repeat;
}

.icon-number-1 {
    background: url(../img/icons/number-1.png) no-repeat;
}

.icon-number-2 {
    background: url(../img/icons/number-2.png) no-repeat;
}

.icon-number-3 {
    background: url(../img/icons/number-3.png) no-repeat;
}

.icon-number-4 {
    background: url(../img/icons/number-4.png) no-repeat;
}

.icon-number-5 {
    background: url(../img/icons/number-5.png) no-repeat;
}

.icon-number-6 {
    background: url(../img/icons/number-6.png) no-repeat;
}

.icon-manufacturing {
    background: url(../img/icons/manufacturing.png) no-repeat;
}

.icon-f-b {
    background: url(../img/icons/f-b.png) no-repeat;
}

.icon-retail {
    background: url(../img/icons/retail.png) no-repeat;
}

.icon-healthcare {
    background: url(../img/icons/healthcare.png) no-repeat;
}

.icon-it {
    background: url(../img/icons/it.png) no-repeat;
}

.icon-engineering {
    background: url(../img/icons/engineering.png) no-repeat;
}

.icon-interior-design {
    background: url(../img/icons/interior-design.png) no-repeat;
}

.icon-cleaning {
    background: url(../img/icons/cleaning.png) no-repeat;
}

.icon-education {
    background: url(../img/icons/education.png) no-repeat;
}

.icon-beauty {
    background: url(../img/icons/beauty.png) no-repeat;
}

.icon-automates-payroll-processing {
    background: url(../img/icons/automates-payroll-processing.png) no-repeat;
}

.icon-customisable {
    background: url(../img/icons/customisable.png) no-repeat;
}

.icon-iras-compliant {
    background: url(../img/icons/iras-compliant.png) no-repeat;
}

.icon-mom-compliant {
    background: url(../img/icons/mom-compliant.png) no-repeat;
}

.icon-real-time-attendance-sync {
    background: url(../img/icons/real-time-attendance-sync.png) no-repeat;
}

.icon-easy-workforce-management {
    background: url(../img/icons/easy-workforce-management.png) no-repeat;
}

.icon-customisable-leave-policies {
    background: url(../img/icons/customisable-leave-policies.png) no-repeat;
}

.icon-apply-for-leave-on-behalf {
    background: url(../img/icons/apply-for-leave-on-behalf.png) no-repeat;
}

.icon-off-in-lieu {
    background: url(../img/icons/off-in-lieu.png) no-repeat;
}

.icon-streamlined-approval-workflow {
    background: url(../img/icons/streamlined-approval-workflow.png) no-repeat;
}

.icon-leave-balances {
    background: url(../img/icons/leave-balances.png) no-repeat;
}

.icon-leave-adjustments {
    background: url(../img/icons/leave-adjustments.png) no-repeat;
}

.icon-no-payroll-discrepancy {
    background: url(../img/icons/no-payroll-discrepancy.png) no-repeat;
}

.icon-no-payroll-discrepancy {
    background: url(../img/icons/no-payroll-discrepancy.png) no-repeat;
}

.icon-leave-calendar {
    background: url(../img/icons/leave-calendar.png) no-repeat;
}

.icon-apply-approve-leave {
    background: url(../img/icons/apply-approve-leave.png) no-repeat;
}

.icon-reduce-leave-management {
    background: url(../img/icons/reduce-leave-management.png) no-repeat;
}

.icon-track-leave-balances {
    background: url(../img/icons/track-leave-balances.png) no-repeat;
}

.icon-easy-compliant-tax-filing {
    background: url(../img/icons/easy-compliant-tax-filing.png) no-repeat;
}

.icon-manage-everything-in-one-place {
    background: url(../img/icons/manage-everything-in-one-place.png) no-repeat;
}

.icon-automate-accounting-tasks {
    background: url(../img/icons/automate-accounting-tasks.png) no-repeat;
}

.icon-inventory-management {
    background: url(../img/icons/inventory-management.png) no-repeat;
}

.icon-invoicing {
    background: url(../img/icons/invoicing.png) no-repeat;
}

.icon-tax-rates-trail {
    background: url(../img/icons/tax-rates-trail.png) no-repeat;
}

.icon-ac-templates {
    background: url(../img/icons/ac-templates.png) no-repeat;
}

.icon-ac-reminder-settings {
    background: url(../img/icons/ac-reminder-settings.png) no-repeat;
}

.icon-purchase-sales-order {
    background: url(../img/icons/purchase-sales-order.png) no-repeat;
}

.icon-ac-bills-creation {
    background: url(../img/icons/ac-bills-creation.png) no-repeat;
}

.icon-ac-bills-creation {
    background: url(../img/icons/ac-bills-creation.png) no-repeat;
}

.icon-ac-nsightful-reports {
    background: url(../img/icons/ac-nsightful-reports.png) no-repeat;
}

.icon-ac-quotations {
    background: url(../img/icons/ac-quotations.png) no-repeat;
}

/* Unused CSS */

.ds-icon-bx i {
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-size: 20px !important;
}

/* Signup/Trial CSS */
.signup-trial-wrapper {
    background-image: linear-gradient(to bottom, #354868 41%, #98a8f8 90%);
    background-repeat: no-repeat;
    padding: 75px 0;
}


.signup-trial-wrapper .signup-form-box {
    display: flex;
    flex-direction: column;
    /* height: calc(100vh - 140px); */
    justify-content: center;
    background: #FFF;
    padding: 50px;
    border-radius: 20px;
}

.signup-trial-wrapper ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.signup-trial-wrapper ul li {
    margin: 0px 0px 15px;
    padding-left: 40px;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    position: relative;
}

.signup-trial-wrapper ul li::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../img/icons/star.svg) no-repeat !important;
    background-size: 28px !important;
    position: absolute;
    left: 0px;
    top: 0px;
}

.signup-form-box .adderror {
    /* border: 1px solid red !important; */
    margin-bottom: 0px !important;
}

.signup-form-box label.error {
    color: red;
    float: right;
    text-align: right;
    font-size: 14px;
}

hr.section-divider {
    background-color: #fff;
    margin: 80px 0px;
    opacity: .5;
}


/* Signup CSS */
.signup-wrapper {
    padding: 15px;
    min-height: 100vh;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.signup-brand {
    display: inline-block;
    margin: 30px 0px 40px;
}

.signup-brand img {
    height: 40px;
}

.signup-form-box {
    display: flex;
    flex-direction: column;
    /* height: calc(100vh - 140px); */
    justify-content: center;
}

.signup-form-box h1 {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
}

.signup-wrapper .mobile-app-screen {
    /* height: calc(100vh - 30px); */
    width: 100%;
}

.signup-wrapper .mobile-app-screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.signup-form {
    margin: 0px auto;
    max-width: 650px;
    width: 100%;
}

.signup-form .form-control-label {
    margin-bottom: 5px;
    /* padding: 0px 25px; */
    font-size: 14px;
    font-weight: bold;
}

.signup-form .form-control {
    padding: 12px 25px;
    border-radius: 24px;
    border: none;
    background-color: rgb(224 224 224 / 36%);
}

.signup-form .form-select {
    max-height: 100px;
    overflow-y: scroll;
}

.signup-form hr {
    background-color: rgb(224 224 224);
}

/**sucess style css*/

.success-inner {
    display: grid;
    grid-template-columns: 40% 60%;
    height: Calc(100vh - 80px);
}

.success-inner .col.content-sec {
    background-image: url(../img/success-bg.svg);
    position: relative;
    background-size: cover;
}

.success-inner .content-inner {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70%;
}

.success-inner .content-inner h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3rem;
    color: #242424;
}

.success-inner .content-inner aside {
    text-transform: uppercase;
    margin-top: 100px;
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.94;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}

.success-inner .content-inner span {
    color: #e7cc50;
    margin-right: 10px;
}

.success-inner .content-inner ul {
    margin: 0;
    list-style: none;
    text-transform: uppercase;
    padding: 20px 0px;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}



.success-inner .image-sec {
    position: relative;
    background-color: rgba(246, 248, 251, 0.7);
    display: flex;
    justify-content: center;
}

.success-inner .image-sec img {
    max-width: 80%;
    object-fit: contain;
    margin: auto;
    display: block;

}

/**.success-inner .image-sec img:hover {
            zoom: 1;
            transition: all 0.5s ease 0s;
            transform: scale(1);
        }**/

a.btn.btn-primary.w-100.rounded-pill.mt-5:hover {
    background: transparent;
    color: #344767;
    transition: .3s;
    border: 2px solid#344767;
}

a.btn.btn-primary.w-100.rounded-pill.mt-5 {
    transition: .3s;
    font-size: 20px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.signup-form .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.75em .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #f4f4f4;
    border: none;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}

.signup-form .input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

.signup-form #txtContactNumber-error {
    width: 100%;
}


/* new css v4 */

.ds-whyus {
    margin: 100px 0 0;
}

.ds-whyus .card {
    border-radius: 15px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
    padding: 25px;
}

.ds-banner-img {
    /* background-image: url(../../contents/images/banner-img.svg);
    background-size: cover; */
    background: #1f3966;
}

.ds-whyus-img {
    /* background: rgb(52,71,103); */
    background: linear-gradient(108deg, rgb(245, 247, 255) 55%, rgb(52, 71, 103) 55.1%);
}

.ds-resources .card {
    border-radius: 16px;
    /* background-color: rgba(61, 72, 85, 0.9); */
    height: 411px;
    padding: 25px 20px 20px;
    margin: 10px;
    background-size: cover;
}

.ds-resources .card-footer {
    background: transparent;
    border-top: none;
    padding-bottom: 1rem;
    text-align: left;
}

.pad-50 {
    padding: 50px 0px;
}

.ds-resources .carousel {
    width: 100%;
    transition-delay: 0ms;
    opacity: 1;
}

.slide-box {
    display: flex;
    justify-content: space-between;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .slide-box img {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .pad-50 {
        padding: 10px 0px !important;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    .slide-box img {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

@media (min-width: 992px) {
    .slide-box img {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .ds-timeline-right {
        padding-left: 60px;
    }
}

.good-bye {
    padding: 0px;
}

@media (max-width: 768px) {
    .ds-resources .carousel-inner .carousel-item>div {
        display: none;
    }

    .ds-resources .carousel-inner .carousel-item>div:first-child {
        display: block;
    }

    .text-30 {
        font-size: 20px;
    }

    .mb-10 {
        margin-bottom: 2rem !important;
    }

    .ds-incredible-transformation .steps h2 {
        font-size: 25px !important;
        text-align: center;
        margin-top: 21px;
    }

    .ds-app-ios::before {
        display: none !important;
    }

    .ds-app-ios::after {
        display: none !important;
    }

    .ds-app-andriod::before {
        display: none !important;
    }

    .ds-app-andriod::after {
        display: none !important;
    }

    .ds-app-new figure {
        position: relative;
        left: 0 !important;
        top: 0;
    }

}

.ds-resources .carousel-inner .carousel-item.active,
.ds-resources .carousel-inner .carousel-item-start,
.ds-resources .carousel-inner .carousel-item-next,
.ds-resources .carousel-inner .carousel-item-prev {
    display: flex;
    /* // transition-duration: 10s; */
}

/* display 4 */
@media (min-width: 768px) {

    .ds-resources .carousel-inner .carousel-item-right.active,
    .ds-resources .carousel-inner .carousel-item-next,
    .ds-resources .carousel-item-next:not(.carousel-item-start) {
        transform: translateX(50%) !important;
    }

    .ds-resources .carousel-inner .carousel-item-left.active,
    .ds-resources .carousel-item-prev:not(.carousel-item-end),
    .ds-resources .active.carousel-item-start,
    .ds-resources .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-50%) !important;
    }

    .ds-resources .carousel-item-next.carousel-item-start,
    .active.carousel-item-end {
        transform: translateX(0) !important;
    }

    .ds-resources .carousel-inner .carousel-item-prev,
    .ds-resources .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-50%) !important;
    }
}

.ds-resources .carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.ds-resources .carousel-control-prev {
    left: 80%;
    top: 105%;
}

.ds-resources .carousel-control-next {
    right: 0;
    top: 105%;
}

.ds-resources .carousel-control-prev-icon {
    background-image: url(../img/icons/prev-icon.svg);
}

.ds-resources .carousel-control-next-icon {
    background-image: url(../img/icons/next-icon.svg);
}

.ds-resources .carousel-item .card {
    transition: all 750ms ease;

}

.card-img1 {
    background-image: linear-gradient(0deg, rgb(61 72 85 / 31%), rgb(57 67 79 / 42%)), url(../../contents/images/digi-blog1.jpg);
}

.card-img2 {
    background-image: linear-gradient(0deg, rgb(61 72 85 / 31%), rgb(57 67 79 / 42%)), url(../../contents/images/digi-blog2.jpg);
}

.card-img3 {
    background-image: linear-gradient(0deg, rgb(61 72 85 / 64%), rgb(57 67 79 / 61%)), url(../../contents/images/digi-blog3.jpg);
}

.card-img4 {
    background-image: linear-gradient(0deg, rgb(61 72 85 / 64%), rgb(57 67 79 / 61%)), url(../../contents/images/digi-blog4.jpg);
}

.ds-resources .carousel-item .card:hover {
    transform: scale(0.96);
}

.description ul li {
    font-size: 18px;
    text-align: left;
}

.ds-key-features h2 {
    font-size: 36px;
    font-family: 'Nunito Sans';
    font-weight: 800;
    text-align: center;
    color: #242424;
    padding-bottom: 50px;

}

.ds-key-features .features {
    padding: 0px 0px;

}

.ds-key-features .features .item {
    padding-bottom: 20px;

}

.ds-key-features .features h3 {
    font-size: 18px;
    font-family: 'Nunito Sans';
    color: #323232;
    font-weight: bold;

}

.ds-key-features .features h3.style1 {
    font-size: 18px;
    font-family: 'Nunito Sans';
    color: #f59f47;
}

.ds-key-features .shape3 {
    position: absolute;
    top: -70px;
}

.ds-key-features .shape4 {
    position: absolute;
    top: -70px;
    right: 0;
}

.ds-testimonial .img-item {
    margin-right: 50px;
}

/* .ds-testimonial .img-fluid{
        height: 75%;
        width: 75%;
    } */
.ds-testimonial .head2 {
    font-size: 36px;
    font-family: 'Nunito Sans';
    font-weight: 800;
    text-align: center;
    color: #323232;
    padding-bottom: 50px;
}

.ds-testimonial .description h2 {
    font-size: 30px;
    font-family: 'Nunito Sans';
    color: #323232;
}

.ds-testimonial .description h3 {
    font-size: 20px;
    font-style: italic;
    color: #323232
}

.ds-inside .description h3 {
    font-size: 20px;
    font-style: italic;
    color: #323232
}

.style-2 {
    font-family: Nunito Sans;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    color: #323232;
}

.app-content-wrapper h1 {
    font-size: 46px;
    font-weight: 700 !important;
}

.app-content-wrapper h2 {
    font-size: 40px;
    font-weight: 700;
}

.ds-placeholder .shape1 {
    position: absolute;
    top: 15%;
    z-index: -1;
}

.ds-placeholder .shape2 {
    position: absolute;
    right: 0px;
    bottom: 12%;
    z-index: -1;

}

.sub-heading {
    font-size: 20px;
    font-family: Nunito Sans;
    font-weight: 700;
}

.text {
    font-size: 16px;
    font-family: Nunito Sans;
}

.nav-centered {
    /* margin-left: auto!important;
    margin-right: 130px; */
    margin: 0 auto;
    margin: 0 auto auto 0;
}

.ds-products ul {
    padding-left: 1rem;
    font-size: 18px;
    font-weight: 500;
    color: #323232;
}

.ds-banner .header-img {
    width: 100%;
    object-fit: contain;
}

@media (max-width: 575.98px) {
    .ds-testimonial .description h2 {
        margin-top: 20px;
    }

    .ds-inside .description h2 {
        margin-top: 20px;
    }

    .ds-incredible-transformation-p {
        width: 100% !important;
    }

    .ds-incredible-transformation::before {
        display: none !important;
    }

    .ds-app-new::before {
        display: none !important;
    }

    .ds-app-new::after {
        display: none !important;
    }

    .signup-trial-wrapper .signup-form-box {
        padding: 50px 20px;
    }

    .best-price {

        left: 125px;
    }

    .price-logo {
        padding-bottom: 40px;
    }

    .price-logo img {
        width: 104px;
        display: block;
    }

    .pad-50 {
        padding: 10px 0px !important;
    }

    main section {
        padding: 15px 0px !important;
    }

    .good-bye {
        padding: 30px 0 !important;
    }

    .ds-whyus {
        margin: 30px 0 0 !important;
    }

    .ds-resources .carousel-control-prev {
        left: 71% !important;
        top: 105%;
    }

    .ds-key-features .features .item {
        padding-bottom: 0px !important;
    }

    .pricing-table .card {
        margin-bottom: 3rem !important;
    }

    .pricing-table .tab-pane {
        margin: 0px 10px !important;
    }

    .ds-resources {
        padding-bottom: 50px !important;
    }

    .carousel {
        width: 100%;
        padding: 0px;
    }

    .ds-banner .header-img {
        width: 100%;
    }

    .app-header .right-side .btn {
        margin: 5px 0.7rem;
    }

    .invoice-wrapper .description img {
        margin: 0 auto 20px;
        display: block;
        width: auto;
    }

    .ds-placeholder .shape2 {
        position: absolute;
        right: 0px;
        bottom: -10%;
    }

    .ds-key-features .shape3 {
        position: absolute;
        top: -70px;
        left: -48px;
    }

    .ds-key-features .shape4 {
        position: absolute;
        top: -70px;
        right: -93px;
    }
}

@media (max-width: 767.98px) {
    hr.section-divider {
        margin: 10px 0px 50px;
    }

    .signup-trial-wrapper ul li {
        font-size: 18px;
    }

    .signup-trial-wrapper ul li::before {
        width: 24px;
        height: 24px;
        background-size: 24px !important;
    }

    .ds-banner .header-img {
        width: 100%;
    }

    .text-24 {
        font-size: 20px;
    }

    span.text-warning.text-32 {
        font-size: 28px !important;
    }

    .ds-inside .description h3 {
        font-size: 18px;
    }

    .description ul li {
        font-size: 16px;
    }

    .md-l-40 {
        left: 20px;
        position: relative;
        margin-right: 40px;
    }

    .ds-inner-banner h2 {
        font-size: 28px;
        font-weight: 700;
    }

    .ds-app-new .h1 {
        font-size: 28px !important;
    }

    .text-36 {
        font-size: 28px;
    }

    .ds-faq h2 {
        font-size: 26px !important;
    }

    .app-content-wrapper h1 {
        font-size: 28px;
    }

    .ds-testimonial .head2 {
        font-size: 28px;
        padding-bottom: 0px;
    }

    .features .icon-box1 {
        margin: 0 auto 0px;
    }

    .ds-key-features .features .item {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }

    .ds-testimonial .img-fluid {
        margin: auto;
    }

    .ds-testimonial .description h2 {
        font-size: 24px !important;
        margin-bottom: 10px !important;
        margin-top: 0px !important;
    }

    .ds-testimonial .description h3 {
        font-size: 18px;
    }

    .ds-testimonial .description {
        margin-bottom: 0px !important;
    }

    .style-2 {
        font-size: 26px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .ds-banner .header-img {
        width: 100%;
    }

    hr.section-divider {
        margin: 20px 0px 50px;
    }

    .price-logo {
        padding-bottom: 40px;
    }

    .price-logo img {
        width: 104px;
        display: block;
    }

    .best-price {
        left: 59px;
        width: 57% !important;
    }

    .price-divider {
        margin: 30px auto;
    }

}

@media (max-width:1194px) and (min-width: 785.98px) {
    .nav-centered {
        /* margin-left: auto!important;
        margin-right: 0 !important; */
        /* margin: 0 auto; */
        margin: auto auto auto 0 !important;
    }

    .app-header .navbar .nav-item {
        padding: 0 .7rem;
    }

    .app-header .navbar .nav-link {
        padding: 0rem;
        font-size: 12px !important;
        line-height: 20px !important;

    }

    .app-header .dropdown-menu .dropdown-item {
        font-size: 12px;
    }

    .app-header .right-side .btn {
        margin: 0 .7rem;
        font-size: 12px;
    }

    .btn {
        padding: .4rem 1rem;
        border-radius: 10px;
        font-weight: 700;
    }

}

@media (max-width: 1199.98px) {
    .carousel-item-content {
        top: 0px !important;
    }

    .ds-resources .carousel-control-prev-icon {
        left: 0;
        position: absolute;
    }
}


@media (max-width: 991.98px) {
    .md-l-40 {
        left: 20px;
        position: relative;
        margin-right: 40px;
    }

    .ds-incredible-transformation-p {
        width: 100% !important;
    }

    .signup-form-box,
    .signup-wrapper .mobile-app-screen {
        height: auto;
    }

    .order-m-2 {
        order: 2;
        padding-top: 20px;
    }

    main section {
        padding: 20px 0px;
    }

    .ds-testimonial .img-fluid {
        margin: auto;
    }

    .app-header .navbar .nav-item {
        padding: 5px 0.5rem;
    }

    .app-header .right-side .btn {
        margin: 0.5rem auto;
    }

    .signup-trial-wrapper {
        padding: 25px 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .signup-brand {
        margin: 10px 0px 40px;
    }
}


/** 150% screen styles**/

@media (min-width: 1200px) and (max-width: 1439.98px) {

    .signup-form-box h1 {
        margin-bottom: 15px;
    }

    .signup-brand {
        margin: 10px 0px 40px;
    }

    .signup-form .btn {
        padding: 0.375rem 1rem !important;
    }

    .pricing-table .price-label {
        font-size: 34px;
    }

    .price-logo img {
        width: 103px;
    }

    .price-divider {
        margin: 20px 4px;
        border: 1px solid #c4c4c4;
    }

    .best-price {
        left: 83px;
    }

    .price-offer-badge {
        top: 42px
    }

    .ds-inner-banner h2 span {
        font-size: 32px;
    }

    .ds-inner-banner .side-img {
        width: 413px;
    }

    .ds-inner-banner .aboutus-img {
        width: 716px;
    }

    .bullet-check .accounting li {
        padding-left: 0.5em;
    }

    .signup-form-box label.error {
        font-size: 12px;
    }

    .h1,
    h1 {
        font-size: 2rem;
    }

    .h4,
    h4 {
        font-size: 1.25rem;
    }

    .h3,
    h3 {
        font-size: 1.50rem;
    }

    .signup-trial-wrapper ul li {
        font-size: 18px;
    }

    .h2,
    h2 {
        font-size: 1.75rem;
    }

    .signup-trial-wrapper .signup-form-box {
        padding: 30px;
    }

    .signup-trial-wrapper {
        padding: 40px 0px;
    }

    hr.section-divider {
        margin: 50px 0px;
    }

    .ds-banner h1 {
        font-size: 42px;
    }

    .app-content-wrapper h1 {
        font-size: 36px;
    }

    .ds-banner h2 {
        font-size: 26px;
    }

    .ds-banner .text-22 {
        font-size: 20px;
        width: 90%;
    }

    .description.about-sec {
        margin-left: 30px;
    }

    .ds-inner-banner figure {
        height: 100%;
    }

    .invalid-feedback {
        font-size: 12px;
    }

    .ds-banner .header-img {
        width: 50%;
    }

    .ds-resources .carousel-control-prev {
        left: 79%;
        top: 105%;
    }

    .nav-centered {

        /* margin: 0 auto; */
        margin: 0 auto auto 0;
        /* margin-left: auto !important;
        margin-right: 25px; */
    }

    .app-header .navbar .nav-link {
        font-size: 14px;
    }

    .app-header .dropdown-menu .dropdown-item {
        font-size: 14px;
    }

    .app-header .right-side .btn {
        margin: 0 .7rem;
        font-size: 14px;
    }

    .ds-key-features h2 {
        font-size: 32px;
    }

    .carousel-item-content {
        top: 30% !important;
    }
}

@media (min-width: 1439.99px) and (max-width: 1599.98px) {
    .ds-banner .header-img {
        width: 42%;
    }
}

@media (min-width: 1599.99px) {
    .ds-banner .header-img {
        width: 40%;
    }
}






/* Minimum resolution - Windows 11 screen fix */
@media (-webkit-min-device-pixel-ratio: 1.5) {

    .signup-brand {
        display: inline-block;
        margin: 20px 0px 30px;
    }

    .signup-brand img {
        height: 40px;
    }

    .signup-form-box h1 {
        margin-bottom: 10px;
        font-size: 24px;
    }

    .signup-form .form-control-label {
        font-size: 12px;
    }

    .signup-form .form-control {
        padding: 8px 25px;
        font-size: 13px;
    }

    .signup-form .form-select {
        max-height: 100px;
        overflow-y: scroll;
    }

    .signup-form hr {
        background-color: rgb(224 224 224);
    }

    .signup-form .btn {
        padding: 0.375rem 2rem;
        font-size: 14px;
    }

    .signup-form .form-check-label {
        font-size: 13px;
    }
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loading.gif') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: 1;
    background-size: 100px 100px;
}

.divotploader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/loading.gif) 50% 50% no-repeat rgb(249 249 249 / 42%);
    opacity: 1;
    background-size: 50px 50px;
    background-position: center 60%;

}

.i-icon-fb {
    background: url(../img/icons/facebook.svg) white 50% 50% no-repeat !important;
}

.i-icon-insta {
    background: url(../img/icons/instagram.svg) white 50% 50% no-repeat !important;
}

.i-icon-linkedin {
    background: url(../img/icons/linkedin.svg) white 50% 50% no-repeat !important;
}


.social-icons a {
    color: #fff;
    line-height: 30px;
    font-size: 30px;
    margin: 0 5px;
    text-decoration: none;

}

.social-icons a i {
    line-height: 30px;
    font-size: 30px;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
    border: 1px solid #fff;
    border-radius: 9px;
    padding: 18px;
    margin-right: 0px !important;
}

.social-icons a:hover i {
    box-shadow: 0px 0px 10px #00000036;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.2);
}

/* .ds-faq .accordion-button:not(.collapsed) {
    color: #282828;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    border: 1px solid #98a8f8;
    border-radius: 10px !important;
}
.ds-faq .accordion-button.collapsed {
    color: #282828;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    border: none;
    border-radius: 10px !important;
} */
.ds-faq .accordion-item {
    color: #282828;
    border: 1px solid #98a8f8 !important;
    border-radius: 10px !important;
    margin-bottom: 20px;
    background: rgba(152, 168, 248, 0.1);

}

.ds-faq .accordion-flush .accordion-item .accordion-button {
    font-family: 'Nunito Sans';
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #282828;
    border-radius: 10px;
    padding: 20px;
}

.ds-faq .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #f4f6fe;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);
    padding-bottom: 0 !important;
}


.accordion-button.collapsed::after {
    background-image: url("../img/icons/more.png");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../img/icons/more_minus.png")
}

.ds-faq h2 {
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 40px;
}

.ds-faq .icon-box {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 10%;
    background: #f6b7192e;
}

.ds-faq .icon-box i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    background-size: 25px !important;
}

.ds-faq .icon-img {
    width: 48px;
    height: 48px;
}

.team-cards {
    position: relative;
    z-index: 2;
}

.team-cards .team-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fit, minmax(234px, 1fr));
    justify-content: flex-start;
}

.card.content {
    border: none;
}

.card-header .featured-img {
    max-width: 100%;
    width: 260px;
    height: 285px;
    padding-top: 50px;
}

.team-cards h2 {
    font-size: 36px;
    font-weight: 700;
}

.content .card-header {
    background-color: #d9d9d9;
    justify-content: center;
    display: flex;
    border-radius: 6px;
    padding-bottom: 0px;
}

.card-title {
    font-family: Nunito Sans;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    color: #1d1d1d;
}

.card-subtitle {
    font-family: Nunito Sans;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #1d1d1d;
}

.content .content-overlay {
    border-radius: 6px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
    font-size: 1em;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}

/* Signup CSS Ends */
.carousel-item-content {
    /* padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 20px; */
    position: relative;
    top: 42%;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #fff;
    transition: all 750ms ease;
}



.header-banner .description h3 {
    font-size: 20px;
    font-style: italic;
    color: #323232
}

.invoice-wrapper .invoice-banner {
    position: relative;
    top: 33px;
}

.ds-invoice {
    padding: 70px 0 !important;
}

.ds-invoice .head2 {
    font-size: 36px;
    font-family: 'Nunito Sans';
    font-weight: 800;
    text-align: left !important;
    color: #323232;
    padding-bottom: 40px;
}

.ds-invoice-demo-2 {
    margin: 0 auto;
    display: block;
    width: 100%;
    position: relative;
    padding-top: 55%;
    border: 1px solid #ddd;
}

.ds-invoice-demo-2 iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.mi-invoice-demo .head2 h2 {
    font-size: 36px;
    font-family: 'Nunito Sans';
    font-weight: 800;
    text-align: center;
    color: #323232;
    padding-bottom: 20px;
}

.mi-invoice-demo .head2 h5 {
    font-size: 20px;
    font-family: 'Open Sans';
    font-weight: 600;
    text-align: center;
    color: #1f3966;
}

.ds-video-guide {
    text-align: left;
}

.ds-video-guide h4 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 900;
}

.ds-video-guide ul {
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
}

.ds-video-guide ul li {
    margin-bottom: 15px;
    padding-left: 50px;
    font-size: 18px;
    line-height: 24px;
    color: #444;
    font-weight: 500;
    position: relative;
}

.ds-video-guide ul li::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 30px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #f6b719;
}

.ds-video-guide p {
    font-size: 18px;
}

.ds-invoice-benfits .card {
    color: #fff;
    border: none;
    height: 100%;
    padding: 20px 15px;

}

.ds-invoice-benfits .head2 {
    font-size: 36px;
    font-family: 'Nunito Sans';
    font-weight: 800;
    text-align: left;
    color: #323232;
    padding-bottom: 50px;
}

.ds-invoice-benfits i {
    /* margin: 0 auto 10px; */
    display: block;
    width: 50px;
    height: 50px;
    background-size: 50px;
}

.ds-products ul {
    padding-left: 1rem;
    font-size: 18px;
    font-weight: 500;
    color: #323232;
}

.pad-50 {
    padding: 50px 0px;
}

.btn-ds-width {
    width: 254px;
}

/* .btn-ds-width-l{
    width: 350px;
} */
.btn-teal {
    background-color: var(--teal) !important;
    color: #FFF;
}

.btn-teal:hover {
    background-color: var(--teal) !important;
    color: #FFF;
}

.btn-warning-o {
    background-color: var(--orange) !important;
    color: #FFF;
}

.btn-warning-o:hover {
    background-color: var(--orange) !important;
    color: #FFF;
}

.bg-warning-o {
    background-color: var(--orange) !important;
}

.ds-workforce {
    padding: 70px 0px;
}

.ds-incredible-transformation .steps h2 {
    font-size: 36px;
    font-family: 'Nunito Sans';
    color: #323232;
}

.text-32 {
    font-size: 32px !important;
}

.ds-app-new {
    padding: 40px 0px;
}

.ds-app-new figure {
    position: relative;
    left: 45px;
    top: 0;
}

.ds-app-new .h1 {
    font-size: 44px;
    color: #344767;
}

.ds-app-new::before {
    content: "";
    display: block;
    width: 305px;
    height: 99px;
    background: url(../img/mobile-vector1.png) repeat;
    background-size: 100%;
    position: absolute;
    top: 15%;
    right: 44%;

}

.ds-app-new::after {
    content: "";
    display: block;
    width: 438px;
    height: 195px;
    background: url(../img/mobile-vector2.png);
    background-size: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;

}

.ds-incredible-transformation::before {
    content: "";
    display: block;
    width: 530px;
    height: 1210px;
    background: url(../img/incredible-transformation-line.png) no-repeat;
    background-size: 530px 1210px;
    position: absolute;
    top: 245px;
    right: 0;
}

.ds-incredible-transformation-p {
    width: 581px;
}

.ds-perfect-image {
    width: 210px;
    height: 194.1px;
}

.mb-10 {
    margin-bottom: 6rem;
}

/* .ds-app-ios::before {
    width: 18px;
    height: 18px;
    content: "";
    display: block;
    background: url(../img/small-cross.png);
    background-size: 100%;
    position: absolute;
    top: -9px;
    left: 28%;
}

.ds-app-ios::after {
    width: 18px;
    height: 18px;
    content: "";
    display: block;
    background: url(../img/ellipse.png);
    background-size: 100%;
    position: absolute;
    bottom: -20px;
    right: 52%;
}

.ds-app-andriod::before {
    width: 11px;
    height: 11px;
    content: "";
    display: block;
    background: url(../img/ellipse-s.png);
    background-size: 100%;
    position: absolute;
    top: -14px;
    left: 44%;
}

.ds-app-andriod::after {
    width: 50px;
    height: 50px;
    content: "";
    display: block;
    background: url(../img/group.png);
    background-size: 100%;
    position: absolute;
    top: -19px;
    right: 23%;
} */





/******************Incredible Transformation**************************/

@media (min-width: 992px) and (max-width: 1049px) {
    .ds-incredible-transformation::before {
        width: 530px;
        height: 100%;
        background-size: 530px 902px;
        top: 204px;
        right: -255px;
    }

}

@media (min-width: 1050px) and (max-width: 1099px) {
    .ds-incredible-transformation::before {
        width: 530px;
        height: 100%;
        background-size: 530px 893px;
        top: 199px;
        right: -231px;
    }

}

@media (min-width: 1100px) and (max-width: 1149px) {
    .ds-incredible-transformation::before {
        width: 530px;
        height: 100%;
        background-size: 530px 895px;
        top: 204px;
        right: -201px;
    }

}

@media (min-width: 1150px) and (max-width: 1199px) {
    .ds-incredible-transformation::before {
        width: 530px;
        height: 100%;
        background-size: 530px 891px;
        top: 204px;
        right: -171px;
    }

}

@media (min-width: 1200px) and (max-width: 1249px) {
    .ds-incredible-transformation::before {
        width: 530px;
        height: 100%;
        background-size: 530px 1054px;
        top: 221px;
        right: -199px;
    }

}

@media (min-width: 1250px) and (max-width: 1299px) {
    .ds-incredible-transformation::before {
        width: 530px;
        height: 100%;
        background-size: 530px 1063px;
        top: 226px;
        right: -183px;
    }

}

@media (min-width: 1300px) and (max-width: 1349px) {
    .ds-incredible-transformation::before {
        width: 530px;
        height: 100%;
        background-size: 530px 1050px;
        top: 227px;
        right: -158px;
    }

}

@media (min-width: 1350px) and (max-width: 1399px) {
    .ds-incredible-transformation::before {
        width: 530px;
        height: 100%;
        background-size: 530px 1055px;
        top: 220px;
        right: -129px;
    }

}

@media (min-width: 1400px) and (max-width: 1449px) {
    .ds-incredible-transformation::before {
        width: 530px;
        height: 100%;
        background-size: 530px 1218px;
        top: 239px;
        right: -159px;
    }

}

@media (min-width: 1450px) and (max-width: 1499px) {
    .ds-incredible-transformation::before {
        width: 530px;
        height: 100%;
        background-size: 530px 1216px;
        top: 240px;
        right: -134px;
    }

}

@media (min-width: 1500px) and (max-width: 1549px) {
    .ds-incredible-transformation::before {
        width: 530px;
        height: 100%;
        background-size: 530px 1218px;
        top: 239px;
        right: -108px;
    }

}

@media (min-width: 1550px) and (max-width: 1599px) {
    .ds-incredible-transformation::before {
        width: 530px;
        height: 100%;
        background-size: 530px 1207px;
        top: 247px;
        right: -86px;
    }

}

@media (min-width: 1600px) and (max-width: 1649px) {
    .ds-incredible-transformation::before {
        width: 530px;
        height: 100%;
        background-size: 530px 1218px;
        top: 241px;
        right: -59px;
    }

}

@media (min-width: 1650px) and (max-width: 1699px) {
    .ds-incredible-transformation::before {
        width: 530px;
        height: 100%;
        background-size: 530px 1218px;
        top: 240px;
        right: -35px;
    }

}

@media (min-width: 1700px) and (max-width: 1749px) {
    .ds-incredible-transformation::before {
        width: 530px;
        height: 100%;
        background-size: 530px 1218px;
        top: 240px;
        right: -9px;

    }

}

@media (min-width: 1750px) and (max-width: 1799px) {
    .ds-incredible-transformation::before {
        width: 530px;
        height: 100%;
        background-size: 530px 1218px;
        top: 240px;
        right: 0;
    }

}

@media (min-width: 1800px) and (max-width: 1849px) {
    .ds-incredible-transformation::before {
        width: 530px;
        height: 100%;
        background-size: 530px 1218px;
        top: 234px;
        right: 0;
    }

}

@media (min-width: 1850px) and (max-width: 1899px) {
    .ds-incredible-transformation::before {
        width: 530px;
        height: 100%;
        background-size: 530px 1232px;
        top: 225px;
        right: 0;
    }

}

@media (min-width: 1920px) {
    .ds-incredible-transformation::before {
        width: 530px;
        height: 100%;
        background-size: 530px 1218px;
        top: 213px;
        right: 0;
    }

}


.menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#menu-toggle {
    display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
    display: block;
    background-color: #2d496a;
    position: absolute;
    height: 4px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
}

.menu-button::before {
    content: '';
    margin-top: -8px;
}

.menu-button::after {
    content: '';
    margin-top: 8px;
}

#menu-toggle:checked+.menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
}

#menu-toggle:checked+.menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked+.menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
}

@media (max-width: 992px) {
    .menu-button-container {
        display: flex;
    }

    .menu {
        position: absolute;
        top: 0;
        margin-top: 50px;
        left: 0;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    #menu-toggle~.menu li {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    #menu-toggle:checked~.menu li {
        border: 1px solid #333;
        height: 2.5em;
        padding: 0.5em;
        transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .menu>li {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0.5em 0;
        width: 100%;
        color: white;
        background-color: #222;
    }

    .menu>li:not(:last-child) {
        border-bottom: 1px solid #444;
    }
}


.lightbox {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.lb-data .lb-close {
    background: url(../img/close.png) !important;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0 !important;
    width: 100% !important;
    height: 100vh !important;

}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 0 !important;
}

.lb-dataContainer .lb-details {
    display: none !important;
}

body.model-open {
    overflow: hidden;
}

a.expand img {
    margin: auto;
    display: block;
}

.btn {
    max-width: 100%;
}

a.lb-prev,
a.lb-next {
    display: none !important;
}

.client-logos {
    overflow: hidden;
    padding: 30px 0px;
    white-space: nowrap;
    position: relative;
}

.client-logos:before,
.logos:after {
    position: absolute;
    top: 0;
    content: "";
    width: 250px;
    height: 100%;
    z-index: 2;
}

.client-logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255, 44%));
}

.client-logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255, 44%));
}

.logo_items {
    display: inline-block;
    animation: 80s slides infinite linear;
}

.client-logos:hover .logo_items {
    animation-play-state: paused;
}

.logo_items img {
    min-width: 200px;
    padding: 0 30px;
    background: #fff;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

@keyframes slides {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.slider {
    margin: 0 auto;
}

.slick-slide {
    margin: 0 5px;
}

.slick-list {
    margin: 0px -5px 0px -5px;
}

.slider img {
    height: 100%;
    min-width: 200px;
    padding: 0 30px;
    background: #fff;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
}

.slick-slider {
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    color: #fff;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 0.25rem rgb(217 164 6 / 0%) !important;
}

.ShowHide .container {
    max-width: 1440px
}

.ShowHide {
    background-image: url(../img/clients-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

.ShowHide p {
    line-height: 30px;
    font-weight: 500;
}

.header-offer-text {
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 1.7px;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Nunito Sans;
}

.ShowHide a {
    color: #007bff;
    text-decoration: none
}

.showhide-close-btn {
    color: #d3d3d3;
    font-size: 36px;
    background-color: transparent;
    border: 0
}

.showhide-close-text {
    color: #b8b5b5;
    font-size: 16px;
    background-color: transparent;
    border: 0
}

.showhide-close-btn:hover {
    color: #999;
    text-decoration: none
}

.btn-outline-white {
    background: #fff;
    color: #3566e1;
    border: 1px solid #fff;
    width: 120px;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: bold;
}

.btn-outline-white:hover {
    color: var(--dark);
    border: 1px solid var(--white);
    background-color: var(--white);
}

/************contact us ****************/
section.contact {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top;
}

.contact-form .form-control {
    border: none;
    border-bottom: solid 1px #d1d1d1;
    border-radius: 0;
}

main section.contact {
    padding: 83px 0px 50px 0px;
    background-color: #f8f9fc;
}

.contact-wrapper {
    margin: 80px 0px;

    position: relative;

    background-color: #fff
}

.contact-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
    border-radius: 15px;
}

.contact-info {
    padding: 0 0 30px;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
    max-width: 360px
}

.contact-info h4 {
    margin-bottom: 45px;
    font-family: Nunito Sans;
    font-size: 28px;
    font-weight: 700
}

.contact-info ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.contact-info ul li {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center
}

.contact-info ul li i {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 40px
}

.contact-info ul li .description {
    padding-left: 25px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    font-family: Nunito Sans;
    font-size: 18px;
    font-weight: 500
}

.contact-form p {
    color: rgba(50, 50, 50, 0.6);
}

.contact-info ul li .description a {
    text-decoration: none;
    color: #323232
}

.contact-info .branches {
    border-bottom: 2px solid #f6b719;
    width: 75px;
    margin-bottom: 10px;
    font-weight: 700
}

.whatsapp-btn {
    color: #fff;
    border-radius: 3px;
    background-color: #2fa430
}

.whatsapp-btn i {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    width: 28px;
    height: 28px;
    background-size: 28px
}

.contact-information {
    padding: 67px 60px 40px 61px;
    background-color: #1f3966;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.contact-form {
    padding: 67px 60px 40px 61px;
}

.contact-information ul li::marker {
    color: #FFF;
}

.fw-400 {
    font-weight: 400;
}

.fw-600 {
    font-weight: 600;
}

section.ds-faq.ds-faq-contact {
    background-color: #FFF;
}

.contact-card-info {
    border-radius: 10px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.01);
    background-color: #fff;
    height: 235px;
    width: 100%;
    padding: 25px 45px 40px;
    margin-bottom: 20px;
}

.contact-card-info img {
    width: 80px;
}

.contact-card-info a {
    color: rgba(50, 50, 50, 0.6);
}

.request-demo {
    width: 290px;
    height: 27px;
    flex-grow: 0;
    font-family: NunitoSans;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.contact-information {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top;
}

.description ul li::marker {
    color: #000000;
}

.fw-700 {
    font-weight: 700 !important;
}

.ds-key-features .shape5 {
    position: absolute;
    top: 67px;
}

.ds-key-features .shape6 {
    position: absolute;
    top: 61px;
    right: 0;
}

.label-top {
    position: absolute;
    top: 5px;
    left: 0px;
    transition: .2s;
    font-size: 15px;
    padding-left: 10px;
    padding-top: 10px;
    color: #c4c4c4;
}

.intro label.label-top {
    top: -10px;
    background: #fff;
    transition: .2s;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0;
    color: #344767;
    font-size: 15px;
    left: 25px;

}

.intro input {
    border-radius: 4px;
    border: solid 1px #344767 !important;
    padding-left: 20px;
}

.intro textarea {
    border-radius: 4px;
    border: solid 1px #344767 !important;
    padding-left: 20px;
}

@media (max-width: 767px) {
    .contact-form {
        padding: 30px 20px 20px;
    }

    .contact-card-info {
        border-radius: 10px;
        box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.01);
        background-color: #fff;
        height: 177px;
        padding: 20px 20px 26px;
        margin: 15px;
        width: auto;
    }

    .contact-information {
        padding: 35px;
    }

    .contact-information {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0px;
    }

    .contact-card-info img {
        width: 50px;
    }

    .contact-wrapper {
        margin: 40px 0px;
    }

    .ds-key-features .shape5 {
        display: none !important;
    }

    .ds-key-features .shape6 {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .contact-information {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0px;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: top;
    }
}

/******************Contact us end****************/
.ds-supporting-industry .item {
    border-radius: 5px;
}

.ds-looking {
    background: #325fce;
    padding-top: 75px;
    padding-bottom: 75px;
    overflow: hidden;
}

.bg-blue {
    background-color: #344767;
}

@media (max-width: 767.98px) {
    .ds-supporting-industry .features .icon-box1 i {
        margin-top: 0px;
    }

    .ds-supporting-industry .features h3 {
        margin-top: 10px;
    }
}

.ds-client-logo {
    border: 1px solid #ffffff;
}

.ds-client-logo .features .item {
    padding-bottom: 0px;
}

.ds-supporting-industry .card {
    margin: 10px;
    align-items: center;
    max-width: calc(17% - 20px);
    width: calc(20% - 20px);
    box-shadow: 2px 4px 8px 0 rgb(0 0 0 / 8%);
    border: none;
    border: 1px solid #98a8f8;
    padding: 0px;
}

.ds-supporting-industry .features .item img {
    margin: auto;
    display: block;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.ds-supporting-industry .features .icon-box1 i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background-size: 70px !important;
    margin-top: 15px;
}

.ds-client-logo .features .item {
    padding-bottom: 0px;
}

.ds-client-logo .card {
    margin: 10px;
    align-items: center;
    max-width: calc(17% - 20px);
    width: calc(20% - 20px);
    box-shadow: 2px 4px 8px 0 rgb(0 0 0 / 8%);
    border: none;
}

.ds-client-logo .card img {
    width: 100%;
}

main section.testimonials {
    padding: 83px 0 80px 0;
}

@media (max-width: 992px) {
    .ds-supporting-industry .card {
        width: 33.33%;
        max-width: 33.33%;
    }

    .ds-supporting-industry .features .item {
        margin-bottom: 10px !important;
        margin-bottom: 10px !important;
    }

    .ds-client-logo .card {
        width: 33.33%;
        max-width: 33.33%;
    }

    .ds-client-logo .features .item {
        margin-bottom: 10px !important;
        margin-bottom: 10px !important;
    }
}

@media (max-width: 678px) {
    .ds-supporting-industry .card {
        width: 25%;
        max-width: 25%;
    }

    .ds-supporting-industry .features .item {
        margin-bottom: 0px !important;
        margin-bottom: 10px !important;
    }

    .ds-client-logo .card {
        width: 25%;
        max-width: 25%;
    }

    .ds-client-logo .features .item {
        margin-bottom: 0px !important;
        margin-bottom: 10px !important;
    }

    .ds-supporting-industry .features h3 {
        margin-top: 17px;
        font-size: 14px;
    }
}

@media (max-width: 575px) {

    .testimonials h2 {
        font-size: 22px;
        font-weight: 700;
    }

    .ds-supporting-industry .card {
        width: 43%;
        max-width: 43%;
    }

    .ds-supporting-industry .features .item {
        margin-bottom: 10px !important;
        margin-bottom: 10px !important;
    }

    .ds-client-logo .card {
        width: 43%;
        max-width: 43%;
    }

    .ds-client-logo .features .item {
        margin-bottom: 0px !important;
        margin-bottom: 10px !important;
    }

    .ds-key-features h2 {
        font-size: 20px;
    }

    .ds-key-features h4 {
        font-size: 14px;
    }

    .ds-supporting-industry .features h3 {
        margin-top: 20px;
        font-size: 14px;
    }
}

.ds-timeattendance-sub-section {
    padding: 60px 0 !important;
}

.ds-text-blue {
    color: #1f3966 !important;
}

.payroll-software-header {
    padding: 50px 0px;
}

.ds-payroll-key-features {
    padding: 80px 0;
}

.ds-payroll-sub-section {
    padding: 50px 0;
}

.ds-key-features.ds-looking-payroll .shape6 {
    position: absolute;
    top: 125px;
    right: 0;
}

.ds-key-features.ds-looking-payroll .shape5 {
    position: absolute;
    top: 50px;
    left: -15px;
}

.ds-payroll-why-choose .features .item {
    width: 100%;
    height: 320px;
    flex-grow: 0;
    margin: auto;
    padding: 37px 14px 80.5px 23px !important;
    border-radius: 10px;
    border: solid 2px #98a8f8;
    background-color: #fff;
}

.ds-payroll-key-features .features h3 {
    font-size: 20px !important;
    font-weight: 800;
}

.ds-payroll-why-choose.features .icon-box1 i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px !important;
    height: 60px !important;
    background-size: 60px !important;
}

.ds-payroll-why-choose.features .icon-box1 {
    margin: 0 auto 20px;
    display: block;
    position: relative;
    width: 55px;
    height: 80px;
    background-size: 80px;
    border-radius: 100%;
}

@media (min-width: 992px) {
    .ds-payroll-why-choose .features .item {
        padding: 40px 14px 80.5px 23px !important;
    }
}

@media (min-width: 768px) {
    .ds-payroll-why-choose .features .item {
        padding: 35px 14px 30px 23px !important;
    }
}

@media (max-width: 575.98px) {
    .ds-payroll-why-choose .features .item {
        height: 320px;
        padding: 14px 14px 20px 23px !important;
    }
}

@media (min-width: 1400px) {
    .ds-payroll-why-choose .features .item {
        padding: 37px 14px 80.5px 23px !important;
        height: 340px;
        width: 395px;
    }
}

section.ds-faq {
    padding: 80px 0;
}

.ds-mobi-country {
    display: none;
    margin-left: auto;
}

.ds-language img {
    width: 25px;
    margin-right: 10px;
    position: relative;
}

.ds-language .dropdown-menu img {
    width: 18px;
    top: -2px;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.ds-mobi-country img {
    margin-right: 0;
    width: 24px;
    position: relative;
    top: 0;
}


.ds-mobi-country .btn {
    background-color: transparent;
    border: none;
    outline: 0;
    box-shadow: none !important;
    width: auto
}

.ds-mobi-country .btn.active {
    background-color: transparent;
    border-color: transparent
}

.ds-mobi-country .dropdown-toggle::after {
    display: none
}

.ds-mobi-country i {
    display: block;
    width: 24px;
    height: 24px;
    background-size: 24px
}

.ds-mobi-country img {
    margin-right: 0;
    width: 24px;
    position: relative;
    top: 0
}

.ds-mobi-country .dropdown-menu {
    padding: 15px 0 !important;
    border-radius: 0;
    border: solid 1px #e7ecf4 !important;
    top: 48px;
    padding: 0rem 0 !important;
    background-color: #fff;
    min-width: 190px;
    left: -63px;
}

.ds-mobi-country .dropdown-menu img {
    margin-right: 10px;
    width: 18px;
    position: relative;
    top: -2px
}

.ds-mobi-country .dropdown-item {
    padding: .75rem 1.5rem !important;
    font-weight: 500
}

.ds-mobi-country .dropdown-menu {
    position: absolute;
    right: 0;
}

@media (max-width: 991px) {
    .ds-mobi-country {
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .ds-language {
        display: none;
    }

    .ds-mobi-country .dropdown-menu.show {
        display: block;
    }
}

.w-sm-100 {
    width: 100%;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .w-md-100 {
        width: 100%;
        text-align: left;

    }

    .ds-best-payroll-card .item {
        height: 90% !important;
        padding: 20px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .w-lg-85 {
        width: 85%;
        text-align: left;
    }
}

@media (min-width: 1400px) {
    .w-xl-75 {
        width: 85%;
        text-align: left;
    }
}

.contact-card-info .address {
    color: rgba(50, 50, 50, .6);
}

.wp-table {
    width: 350px;
}

.ds-best-payroll-card .item {

    margin: 12px;
    align-items: center;
    box-shadow: 2px 4px 8px 0 rgb(0 0 0 / 8%);
    border: 2px solid #98a8f8;
    border-radius: 15px;
    margin-bottom: 30px !important;
    height: 80%;
}

.ds-sidebar {
    border: 2px solid #f6b719;
    border-radius: 10px;
    padding: 15px;
    padding-left: 0;
    position: sticky;
    top: 135px;
    margin-bottom: 30px;
}

.ds-sidebar ul li {
    list-style: circle;
    margin-top: .75rem;
    list-style-position: outside;
    margin-left: 1.2rem;
    font-size: 18px;
    font-weight: 700;
}

.ds-sidebar a {
    color: #344767;
}

.ds-infotech,
.ds-digisme,
.ds-singroll,
.ds-ramco {
    margin-bottom: 60px;
}

.ds-bg-cyan {
    background: #d0dcfc;
}

.ds-compare-table .table-responsive {
    box-shadow: -3px 2px 11px 3px rgb(0 0 0 / 8%);
    border-radius: 10px;
    padding: 5px;
}

.ds-compare-table thead {
    background-color: #344767;
    color: #FFF;
    text-align: center;
    margin: auto;
    vertical-align: middle;
}

.ds-compare-table td {
    text-align: center;
    font-size: 15px;
    padding: 10px;
    vertical-align: middle;
}

.ds-best-payroll-software {
    padding: 20px;
    /* background-color: #e7e7e7; */
    border-radius: 10px;
    border: 2px solid var(--primary);
}

.btn-best-payroll-software {
    margin-right: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.ds-payroll-software-features h2 {
    text-align: left !important;
}

.ds-best-payroll-software-banner {
    padding: 30px 0;
}

.ds-best-payroll-content {
    padding-left: 40px;
}

.ds-best-payroll-banner-img {
    width: 500px;
}

.ds-head2:before {
    content: "";
    background: #fdb415;
    width: 100px;
    height: 3px;
    position: absolute;
    top: 120%;
    border-radius: 6px;
}

.ds-payroll-client-logo {
    width: auto;
    height: 80px;
    border: 0;
}

.ds-client-digisme {
    width: auto;
    height: 50px;
}

.ds-sidebar ul li {
    position: relative;
    list-style: none;
}

.ds-sidebar ul li a::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../img/arrow-right-yellow.svg) no-repeat;
    background-size: 28px;
    position: absolute;
    top: -2px;
    left: -28px;
}

@media (max-width: 768px) {
    .btn-best-payroll-software {
        font-size: 12px;
        display: inline-block;
    }

    .btn-best-payroll-software-grp {
        display: block !important;
    }

    .ds-employment h4 {
        font-size: 22px;
    }

    .ds-best-payroll-card .item {
        height: 200px;
        padding: 30px !important;
    }

    .ds-best-payroll-content {
        padding-left: 20px;
    }

    .ds-best-payroll-banner-img {
        width: 320px;
        margin-bottom: 20px;
    }

    .ds-payroll-client-logo {
        width: auto;
        height: 60px;
    }

    .ds-client-digisme {
        width: auto;
        height: 40px;
    }

}

@media (max-width: 991.98px) {
    .ds-best-payroll-content {
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .btn-best-payroll-software {
        padding: .4rem 1rem;
        font-size: 14px;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 650px;
        margin: 1.75rem auto;
    }
}

input.form-control {
    height: 50px;
}

textarea.form-control {
    height: 70px;
}

/*******************Revamp**************************/
.ds-navbar {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(20px);
    padding: 5px 0px 45px;
    transition: 0.3s;
}

.ds-navbar.scrolled {
    background: #fff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .08);
}

.navbar-brand img {
    height: 42px;
}

.ds-navbar .nav-link {
    color: #243B6B;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 18px;
}

.ds-dropdown-arrow::after {
    margin-left: 8px;
    font-size: 11px;
}

.ir-header-fixed-top {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ds-navbar.scrolled .ir-header-fixed-top {
    background-color: #edf3ff;
}

/* Company Name */
.company-name,
.mi-text-primary {
    color: #243B6B;
    /* Dark Blue */
}

/* Stock Code (ITS) */
.stock-code,
.mi-text-blue {
    color: #2F80ED;
    /* Blue */
}

/* Stock Price */
#lastDone {
    color: #00B050;
    /* Green */
    font-weight: 700;
}

/* Positive Change */
#change,
#percentChange,
#changeIcon.fa-angle-up {
    color: #00B050;
    /* Green */
    font-weight: 700;
}

/* Negative Change */
#changeIcon.fa-angle-down,
.negative-stock {
    color: #E53935;
    /* Red */
    font-weight: 700;
}

/* Last Update */
#lastupdate {
    color: #243B6B;
    font-weight: 600;
}

/* Header Background */
.ir-header-fixed-top {
    background: transparent;
}

/* After Scroll */

.mega-dropdown {
    position: static;
}

.mega-menu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 1320px;
    max-width: 100%;

    /* Glass effect */
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);

    /* Border and shadow */
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 24px;
    box-shadow:
        0 20px 40px rgba(16, 24, 40, 0.08),
        0 8px 16px rgba(16, 24, 40, 0.04);

    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1090;

    overflow: hidden;
}

.mega-dropdown:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 12px;
}

.mega-menu h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #323232;
}

.mega-item {
    display: flex;
    gap: 7px;
    text-decoration: none;
    padding: 15px 0;
    color: inherit;
    transition: all .3s ease;
}

.mega-item:hover {
    transform: translateX(5px);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08));
    border-radius: 12px;
}

.mega-icon {
    width: 45px;
    color: #2f6fff;
    font-size: 20px;
}

.mega-item h5 {
    color: #102649;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
}

.mega-item p {
    margin: 0;
    color: #344054;
    font-size: 14px;
}

.mega-contact {
    background: #f4f4f4;
    border-radius: 0 24px 24px 0;
}

.contact-item {
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.navbar-toggler {
    width: 40px;
    height: 40px;
    padding: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon-custom {
    width: 28px;
    height: 22px;
    position: relative;
    display: block;
}

.navbar-toggler-icon-custom span {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #243B6B;
    border-radius: 10px;
    transition: all 0.3s ease;
    left: 0;
}

.navbar-toggler-icon-custom span:nth-child(1) {
    top: 0;
}

.navbar-toggler-icon-custom span:nth-child(2) {
    top: 9px;
}

.navbar-toggler-icon-custom span:nth-child(3) {
    top: 18px;
}

/* X Animation */
.navbar-toggler.active .navbar-toggler-icon-custom span:nth-child(1) {
    transform: rotate(45deg);
    top: 9px;
}

.navbar-toggler.active .navbar-toggler-icon-custom span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler.active .navbar-toggler-icon-custom span:nth-child(3) {
    transform: rotate(-45deg);
    top: 9px;
}

@media (max-width:991px) {


    .ds-navbar {
        padding: 12px 0;
        background: #fff;
    }

    /* .ir-header-fixed-top {
        display: block;
        bottom: -44px;
        background: #edf3ff !important;
    } */

    .navbar-collapse {
        position: fixed;
        top: 72px;
        left: 0;
        width: 100%;
        height: calc(100vh - 72px);
        background: #fff;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 20px;
        box-shadow: none;
        border-radius: 0;
        z-index: 9998;
    }

    .navbar-nav {
        width: 100%;
        align-items: flex-start !important;
    }

    .nav-item {
        width: 100%;
    }

    .ds-navbar .nav-link {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0;
        border-bottom: 1px solid #EAECEF;
    }

    /* Mobile Mega Menu */
    .mega-menu {
        position: static;
        width: 100%;
        max-width: 100%;
        transform: none !important;
        opacity: 1;
        visibility: visible;
        display: none;
        background: #ffffff;
        box-shadow: none;
        border-radius: 0;
        padding: 10px 0;
        margin: 0;
    }

    .mega-dropdown.active .mega-menu {
        display: block;
    }

    .mega-item {
        padding: 12px 0;
    }

    .mega-contact {
        background: #F8FAFC;
        border-radius: 12px;
        margin-top: 20px;
        padding: 20px;
    }

    .ds-nav-buttons {
        flex-direction: column;
        width: 100%;
        margin-top: 20px;
    }

    .ds-nav-buttons .btn {
        width: 100%;
        margin-bottom: 10px;
    }
}

/*****************************Revamp*****************************************/
.ds-home-banner {
    position: relative;
    background-image: url('../../assets/img/revamp/home-banner-bg.webp');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 150px 0 10px;
}

.ds-home-tag {
    color: #007AFF;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #C6D5F2;
    background: #E3ECFD70;
    padding: 8px 16px;
    width: fit-content;
    border-radius: 25px;
}

.ds-home-banner h1 {
    color: #1F3966;
    font-weight: 800 !important;

}

.ds-gradient-text {
    background: linear-gradient(90deg,
            #007AFF 20.67%,
            #504AFF 87.98%,
            #4A83FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: 'Source Serif Pro', serif;
    font-style: italic;
    font-weight: 900;
}

.ds-home-banner p {
    color: #344054;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;

}

.ds-home-banner .lead {
    font-weight: 700;
    font-size: 14px;
}

.ds-banner-btns {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.ds-home-banner .col-md-6:last-child img {
    width: 85%;
}

.ds-btn-primary,
.ds-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 18px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    transition: all .3s ease;
}

.ds-btn-primary {
    background: #007AFF;
    color: #fff;
    border: 2px solid #007AFF;
}

.ds-btn-primary span img {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
}

.ds-btn-primary:hover {
    background: #0069e0;
    color: #fff;
    transform: translateY(-2px);
}

.ds-btn-outline {
    border: 2px solid #007AFF;
    color: #007AFF;
    background: transparent;
}

.ds-btn-outline span {
    margin-left: 8px;
    display: inline-flex;
    align-items: center;
}

.ds-btn-outline:hover img {
    filter: brightness(0) invert(1);
}

.ds-btn-outline:hover {
    background: #007AFF;
    color: #fff;
    transform: translateY(-2px);
}

.ds-btn-primary span,
.ds-btn-outline span {
    font-size: 18px;
    line-height: 1;
}

.ds-home-card {
    background: rgba(255, 255, 255, 0.36);
    backdrop-filter: blur(12px);
    border-radius: 16px;
    padding: 15px 20px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    margin: 0 50px;
}

.ds-card-logo {
    max-width: 180px;
}

.ds-feature-item h4 {
    font-size: 16px;
    font-weight: 700;
    color: #243B6B;
    margin-bottom: 4px;
}

.ds-feature-item p {
    font-size: 14px;
    color: #6B7280;
    margin-bottom: 0;
}

/* Tablet */
@media (max-width: 991px) {
    .ds-home-card {
        margin: 0 20px;
        padding: 20px;
    }

    .ds-feature-item h4 {
        font-size: 16px;
    }

    .ds-feature-item p {
        font-size: 13px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .ds-home-card {
        margin: 0 15px;
        padding: 20px 15px;
        border-radius: 12px;
    }

    .ds-card-logo {
        max-width: 150px;
        margin-bottom: 10px;
    }

    .ds-feature-item {
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(36, 59, 107, 0.1);
    }

    .col-12:last-child .ds-feature-item {
        border-bottom: none;
        padding-bottom: 0;
    }

    .ir-header-fixed-top {
        display: block;
        top: 75px;
        height: 75px;
        background: #edf3ff !important;
    }
}

@media (max-width: 767px) {
    .ds-banner-btns {
        flex-direction: column;
    }

    .ds-btn-primary,
    .ds-btn-outline {
        width: 100%;
        font-size: 16px;
        padding: 16px 24px;
    }
}

/* =========================
   Tablet View
========================= */
@media (max-width: 991px) {
    .ds-accounting-bookkeeping-outsouring h2 {
        text-align: center;
    }

    .app-content-wrapper h2 {
        font-size: 28px;
    }

    .app-content-wrapper h1 {
        font-size: 34px;
    }

    .ds-home-banner {
        padding: 180px 0 60px !important;
        text-align: center;
    }

    .ds-home-banner h1 {
        font-size: 42px;
        line-height: 52px;
    }

    .ds-home-banner p {
        font-size: 16px;
        line-height: 26px;
    }

    .ds-home-tag {
        margin: 0 auto 20px;
    }

    .ds-banner-btns {
        justify-content: center;
    }

    .ds-home-banner .lead {
        justify-content: center;
    }

    .ds-home-banner img.w-50 {
        width: 70% !important;
    }

    .ds-home-card {
        margin: 0;
    }
}

/* =========================
   Mobile View
========================= */
@media (max-width: 767px) {

    .ds-home-banner {
        padding: 180px 0 10px !important;
        text-align: center;
        background-position: center center;
    }

    .ds-home-banner h1 {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 20px;
    }

    .ds-home-banner p {
        font-size: 15px;
        line-height: 24px;
    }

    .ds-home-tag {
        margin: 0 auto 20px;
        font-size: 14px;
    }

    .ds-banner-btns {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .ds-btn-primary,
    .ds-btn-outline {
        width: 100%;
        max-width: 100%;
        font-size: 16px;
        padding: 14px 20px;
    }

    .ds-home-banner .lead {
        font-size: 13px;
        line-height: 22px;
    }

    .ds-home-banner .lead img {
        height: 18px;
        width: auto;
    }

    .ds-home-banner img.w-50 {
        width: 100% !important;
    }

    .ds-home-card {
        margin: 0;
        padding: 20px;
        border-radius: 16px;
    }

    .ds-card-logo {
        max-width: 170px;
        margin: 0 auto 20px;
        display: block;
    }

    .ds-feature-item {
        text-align: center;
        padding: 15px 0;
        border-bottom: 1px solid rgba(36, 59, 107, 0.1);
    }

    .ds-feature-item h4 {
        font-size: 15px;
    }

    .ds-feature-item p {
        font-size: 13px;
    }

    .ds-home-card .col-12:last-child .ds-feature-item {
        border-bottom: none;
    }

    .ds-home-banner .col-md-6:last-child {
        margin-top: 10px;
    }

    .ds-home-banner .col-md-6:last-child img {
        max-width: 100%;
        height: auto;
        width: 100%;
    }
}

.ds-services-section {
    padding: 100px 0 40px;
}

.ds-subtitle {
    display: inline-block;
    padding: 8px 18px;
    background: #E3ECFD70;
    border: 1px solid #C6D5F2;
    color: #007AFF;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}

.ds-subtitle-warrning {
    display: inline-block;
    padding: 8px 18px;
    background: #F6B7191F;
    border: 1px solid #F6B719;
    color: #15294D;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}


.ds-title-section h2 {
    font-weight: 800;
    color: #102649;
    margin-bottom: 15px;
}

.ds-title-section p {
    max-width: 900px;
    margin: auto;
    color: #344054;
    font-size: 17px;
}

.ds-service-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 12px;
    height: 100%;
    border: 1px solid #E8EEFF;
    transition: .3s;
}

.ds-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
}

.ds-service-img {
    width: 100%;
    border-radius: 14px;
}

.ds-service-content {
    padding: 20px 10px 10px;
}

.ds-service-content h3 {
    font-weight: 700;
    color: #1F3966;
    margin-bottom: 10px;
}

.ds-service-content p {
    color: #667085;
    font-size: 15px;
    margin-bottom: 25px;
}

.ds-service-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F5F8FF;
    border-radius: 10px;
    padding: 14px 20px;
    text-decoration: none;
    color: #007AFF;
    font-weight: 700;
    margin-bottom: 12px;
    transition: all .3s ease;
}

.ds-service-link span {
    transition: .3s;
}

.ds-service-link img {
    transition: filter 0.3s ease;
}

.ds-service-link:hover img {
    filter: brightness(0) invert(1);
}

/* Hover Animation */

.ds-service-link:hover {
    background: linear-gradient(90deg,
            #007AFF 20.67%,
            #504AFF 87.98%,
            #4A83FF 100%);
    color: #fff;
    transform: translateX(8px);
    box-shadow: 0 10px 30px rgba(0, 122, 255, .25);
}

.ds-service-link:hover span {
    animation: arrowMove .8s infinite alternate;
}

@keyframes arrowMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(8px);
    }
}

/* Responsive */



@media(max-width:767px) {

    .ds-services-section {
        padding: 70px 0;
    }

    .ds-service-link {
        padding: 12px 16px;
        font-size: 14px;
    }

    .ds-arrow {
        display: none;
    }
}

.ds-home-services {
    background: linear-gradient(181.77deg, rgba(246, 248, 251, 0) -11.2%, #F6F8FB 55.96%, #C6D2FC 140.67%);

}

.ds-home-services p {
    color: #667085;
    font-size: 17px;
    width: 100%;
    margin: inherit;
}

.ds-account-features {
    margin-top: 25px;
}

.ds-feature-check {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.ds-feature-check span {
    color: #5A6783;
    font-size: 16px;
    font-weight: 500;
}

.ds-service-links {
    display: flex;
    margin-top: 25px;
    padding-top: 0px;
}

.ds-service-links a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #007AFF;
    font-size: 18px;
    font-weight: 700;
    gap: 12px;
    transition: .3s;
}

.ds-service-link-border {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ds-service-links .border-link {
    padding-right: 24px;
    margin-right: 24px;
    border-right: 1px solid #D0D5DD;
}

.ds-service-link-border .border-link {
    border-right: 1px solid #D0D5DD;
    padding-right: 24px;
    margin-right: 24px;
}

.ds-service-links a img {
    margin-left: 0px;
}

.ds-service-links a span {
    transition: .3s;
}

.ds-service-links a:hover {
    color: #504AFF;
}

.ds-service-links a:hover span {
    transform: translateX(8px);
}



.ds-cta-section {
    padding: 80px 0;
}

.ds-cta-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    padding: 45px 35px;

    background-image: url('../../contents/images/revamp/background-cta.webp');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ds-cta-card:hover {
    transform: scale(1.1);
}

.ds-cta-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(246, 248, 255, .95) 0%, rgb(246 248 255 / 19%) 45%, rgba(246, 248, 255, .15) 100%);
}

.ds-card-secondary {
    background: linear-gradient(88.74deg, #EBF0FF 49.25%, #EDEFFD 104.24%) !important;
    padding: 20px !important;
    height: 100% !important;
}

.ds-card-secondary:hover {
    transform: none !important;
}

.ds-card-secondary h4 {
    font-weight: 700;
}

.ds-cta-main .ds-cta-card {
    position: relative;
}

.ds-cta-main .ds-cta-card .ds-btn-primary {
    margin-top: 35px;
    position: absolute;
    right: 0;
}

.ds-cta-card .row {
    position: relative;
    z-index: 2;
    width: 100%;
}

.ds-cta-card h2 {
    line-height: 1.2;
    font-weight: 800;
    color: #334155;
    margin-bottom: 20px;
}

.ds-cta-card h2 span {
    font-style: italic;
    font-weight: 600;
    color: #007AFF;
    font-family: 'Source Serif Pro';
}

.ds-cta-card p {
    line-height: 30px;
    color: #667085;
    margin-bottom: 0;
}

.ds-how-it-works {
    padding: 100px 0;
    background: #fff;
}


.ds-how-it-works h2 {
    font-weight: 800;
    color: #1F3966;
    margin-bottom: 20px;
}

.ds-how-it-works .ds-section-desc {
    font-size: 18px;
    line-height: 30px;
    color: #667085;
    margin-bottom: 50px;
}

.ds-how-it-works .ds-process-card {
    background: #fff;
    border: 1.4px solid #E5E8EE;
    border-radius: 18px;
    padding: 25px 20px;
    height: 100%;
    transition: .3s;
}

.ds-how-it-works .ds-process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.ds-how-it-works .ds-process-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.ds-how-it-works .ds-process-icon img {
    width: 100%;
}

.ds-how-it-works .ds-process-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1F3966;
}

.ds-how-it-works .ds-process-card p {
    font-size: 14px;
    color: #667085;
    margin-bottom: 0;
}

.ds-how-it-works .ds-arrow {
    position: absolute;
    right: -19px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.ds-how-it-works .ds-timeline {
    position: relative;
    margin-top: 90px;
}

.ds-how-it-works .ds-timeline::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    width: 2px;
    height: 95%;
    background: #E2E8F0;
}

.ds-how-it-works .ds-step {
    position: relative;
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.ds-how-it-works .ds-step-number {
    width: 35px;
    height: 35px;
    min-width: 32px;
    border-radius: 50%;
    background: #007AFF;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    z-index: 2;
    border: 3px solid #E5E8EE;
}

.ds-how-it-works .ds-step-content h5 {
    font-size: 18px;
    font-weight: 700;
    color: #1F3966;
    margin-bottom: 5px;
}

.ds-how-it-works .ds-step-content p {
    color: #667085;
    margin: 0;
}

@media (max-width: 767px) {
    .ds-how-it-works .ds-timeline {
        position: relative;
        margin-top: 40px;
    }

    .ds-cta-card {
        text-align: center;
    }

    .ds-cta-card .ds-btn-primary {
        position: static;
        margin: 35px auto 0;
        display: inline-flex;
        /* or inline-block */
    }

    .ds-service-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .ds-service-links a:first-child {
        border-right: 1px solid #d8dce600;
    }

    .ds-service-links a {
        width: 100%;
        margin-left: 0 !important;
        padding-bottom: 10px;
        border-bottom: 1px solid #e5e7eb00;
    }

    .ds-service-links a:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .ds-service-card {
        margin-left: 5px;
        margin-right: 5px;
    }

    .ds-cta-card:hover {
        transform: none !important;
    }

    .row>* {
        padding-right: 1.8rem;
        padding-left: 1.8rem;
    }

    .ds-how-it-works .ds-step-number {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .ds-how-it-works .ds-timeline::before {
        left: 20px;
    }
}

.ds-business-support {
    background: #F8F9FC;

}

.ds-accounting-bookkeeping-banner {
    background: linear-gradient(106.68deg, #F3F4FD 0%, #E7EDFB 50%, #D8E3FA 100%);

}

.ds-accounting-bookkeeping-card {
    background: #fff;
    border: 1.4px solid #E5E8EE;
    border-radius: 16px;
    padding: 20px;
    height: 100%;
    transition: all .3s ease;
}

.ds-accounting-bookkeeping-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(16, 24, 40, .08);
}

.ds-accounting-bookkeeping-card .ds-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.ds-accounting-bookkeeping-card .ds-card-icon img {
    width: 100%;
    height: auto;
}

.ds-accounting-bookkeeping-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2F3B52;
    margin-bottom: 16px;
}

.ds-accounting-bookkeeping-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #667085;
    margin-bottom: 0;
}

.ds-accounting-bookkeeping-service .ds-accounting-bookkeeping-card {
    box-shadow: 0px 12px 30px -18px #10264B4D;
    padding: 30px;

}

.ds-business-support .ds-card-secondary {
    background-color: #E5EDFF !important;
}

.ds-business-support .ds-cta-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #E5EDFF !important;
}

.ds-management-reports {
    background: linear-gradient(180deg, #F8F9FC 0%, #FFFFFF 100%);
}

.ds-reports-wrapper {
    background: linear-gradient(176.76deg, #1F3966 2.42%, #102649 97.49%),
        linear-gradient(235.01deg, rgba(251, 188, 4, 0.17) 0.04%, rgba(251, 188, 4, 0) 59.19%);

    border-radius: 16px;
    padding: 36px 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.ds-reports-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(59.53% 92.14% at 50% 100%,
            #2E66F5 10%,
            rgba(46, 102, 245, 0) 70%);
    z-index: -1;
    bottom: -145px;
}

.ds-report-label {
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #F5B300;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.ds-report-content p {
    color: rgba(255, 255, 255, .85);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0;
}

.ds-report-item {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
    padding: 12px 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all .3s ease;
}

.ds-report-item:hover {
    background: rgba(255, 255, 255, .14);
    transform: translateY(-2px);
}

.ds-report-item {
    position: relative;
    padding-left: 35px;
}

.ds-report-item::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 13px;
    width: 14px;
    height: 20px;
    background: url("../../assets/img/revamp/icons/yellow-tick.svg") no-repeat center center;
    background-size: contain;
}

.ds-cta-accouting .ds-cta-card {
    background-image: url(../../contents/images/revamp/accounting-bookkeeping/accounting-bookkeeping-cta.webp);
    position: relative;
}

.ds-cta-accouting .ds-cta-card .ds-btn-primary {
    margin-top: 15px;
    position: absolute;
    right: 0;
}

.ds-cta-accouting .ds-cta-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(264.69deg, rgba(34, 64, 112, 0) 29.91%, rgba(34, 64, 112, 0.74176) 48.72%, #224070 63.36%),
        linear-gradient(103.16deg, #8FB3FF -13.51%, rgba(30, 54, 97, 0) 39.55%);

}

.ds-cta-accouting .ds-cta-card h2,
.ds-cta-audit .ds-cta-card h2 {
    color: #ffffff;
    font-weight: 500;
    padding-left: 25px;
}

.ds-cta-accouting .ds-cta-card h2 span,
.ds-cta-audit .ds-cta-card h2 span {
    background: linear-gradient(90deg,
            #F5B300 20.67%,
            #F5B300 87.98%,
            #F5B300 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-style: italic;
}

.ds-cta-accouting .ds-cta-card p,
.ds-cta-audit .ds-cta-card p {
    line-height: 30px;
    color: #ffffff;
    padding-left: 25px;
}

.ds-cta-audit .ds-cta-card {
    background-image: url(../../contents/images/revamp/audit-support/audit-support-cta.webp);
}

.ds-cta-audit .ds-cta-card::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(263.57deg, rgba(23, 43, 80, 0) 29.29%, #172B50 57.91%), linear-gradient(105.1deg, #1E3661 0.72%, rgba(30, 54, 97, 0) 40.97%);
}

.ds-tax-filling-cta .ds-cta-card {
    background-image: url(../../contents/images/revamp/tax-filling/corporate-tax-filing-cta.webp);
}

.ds-tax-filling-cta .ds-cta-card::before {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(263.28deg, rgba(235, 238, 247, 0) 19.25%, #F3F6FF 49.85%), linear-gradient(105.1deg, #E8EEFD 0.72%, rgba(242, 241, 249, 0) 40.97%);
}

.ds-tax-filling-cta .ds-cta-card h2 {
    font-weight: 600;
    font-size: 37px;
}

.ds-accounting-process {
    background: #F7F9FC;
}

.ds-gst-filling-cta .ds-cta-card {
    background-image: url(../../contents/images/revamp/gst-compliance-and-fIling/gst-compliance-and-fIling-cta.webp);
}

.ds-accounting-process .ds-process-card {
    position: relative;
    background: #fff;
    border: 1.4px solid #E5E8EE;
    border-radius: 18px;
    padding: 32px 28px;
    height: 100%;
    transition: all .3s ease;
}

.ds-accounting-process .ds-process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(16, 24, 40, .08);
}

.ds-accounting-process .ds-process-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ds-accounting-process .ds-step-number {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #2F6BFF;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 20px;
}

.ds-accounting-process .ds-process-card h5 {
    font-size: 18px;
    font-weight: 700;
    color: #1F3966;
    margin-bottom: 15px;
}

.ds-accounting-process .ds-process-card p {
    color: #667085;
    line-height: 1.8;
    margin-bottom: 0;
    font-size: 15px;
}

.ds-accounting-process .ds-process-card-active {
    background: linear-gradient(135deg,
            #1F3D8A 0%,
            #0B245B 100%);
    color: #fff;
}

.ds-accounting-process .ds-process-card-active h5,
.ds-accounting-process .ds-process-card-active p {
    color: #fff;
}

.ds-accounting-process .ds-process-card-active .ds-step-number {
    background: #FDB022;
    color: #1D2939;
}

.ds-accounting-process .ds-process-card::after {
    content: "";
    position: absolute;
    right: -28px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: url('../../assets/img/revamp/icons/arrow.svg') no-repeat center;
    background-size: contain;
}

.ds-accounting-process .col-lg-4:nth-child(3) .ds-process-card::after,
.ds-accounting-process .col-lg-4:nth-child(6) .ds-process-card::after {
    display: none;
}


.ds-process-third-card {
    position: relative;
}

.ds-process-line {
    position: absolute;
    top: calc(100% - 97px);
    right: -17px;
    width: calc(300% + 30px);
    max-width: none;
    z-index: 1;
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .ds-process-line {
        display: none;
    }

    .ds-accounting-process {
        overflow: hidden;
    }

    .ds-accounting-process .container {
        overflow: hidden;
    }

    .ds-accounting-process .row {
        margin-left: 0;
        margin-right: 0;
        padding: 0px;
    }

    .ds-subtitle-warrning {
        text-align: center;
        justify-content: center;
        align-items: center;
        display: flex;
    }
}



@media (max-width: 991px) {
    .ds-accounting-process .ds-process-card::after {
        display: none;
    }

    .ds-cta-accouting .ds-cta-card h2 {
        padding-left: 0px;
    }

    .ds-cta-accouting .ds-cta-card p {
        padding-left: 0px;
    }
}


.ds-accounting-bookkeeping-outsouring {
    background: linear-gradient(134.87deg,
            #DADCF5 8.27%,
            #E7EDFB 53.08%,
            rgba(216, 227, 250, 0) 97.9%);

    padding-top: 80px;
    padding-bottom: 220px;
    /* Space reserved for overlap */
    position: relative;

}

.ds-accounting-bookkeeping-outsouring .ds-title-section p,
.ds-accounting-process .ds-title-section p {
    max-width: 100%;
    margin: initial;
}

.ds-accounting-bookkeeping-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ds-accounting-bookkeeping-list img {
    width: 180px;
}

.ds-outsourcing-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.ds-outsourcing-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 12px;
    background: #224070;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ds-outsourcing-icon img {
    width: 22px;
    height: 22px;
}

.ds-outsourcing-content h4 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #344054;
    margin-bottom: 8px;
}

.ds-outsourcing-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #4B5565;
    margin: 0;
}

.ds-accouting-grant, .ds-payroll-partners {
    position: relative;
    margin-top: -200px;
    z-index: 10;
}

.ds-accouting-grant .container {
    background: linear-gradient(55deg,
            #0B245B 0%,
            #1F3D8A 45%,
            #394A57 100%);

    border-radius: 20px;
    overflow: hidden;
    padding: 40px;

    box-shadow: 0px 40px 80px -30px rgba(7, 18, 40, 0.6);
}

.ds-accouting-grant .center-div, .ds-payroll-partners .center-div{
    align-items: center;
}



.custom-width-lg {
    width: 100%;
    max-width: 420px;
    height: auto;
}

.ds-accouting-grant .ds-grant-divider {
    position: relative;
    text-align: center;
    margin: 60px 0;
}

.ds-accouting-grant .ds-grant-divider span {
    position: relative;
    display: inline-block;
    background: #3d6fd7;
    color: #fff;
    padding: 8px 24px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    z-index: 2;
}

.ds-accouting-grant .ds-grant-divider::before,
.ds-accouting-grant .ds-grant-divider::after {
    content: "";
    position: absolute;
    top: 50%;
    width: calc(50% - 110px);
    height: 1px;
    background: rgba(255, 255, 255, .15);
}

.ds-accouting-grant .ds-grant-divider::before {
    left: 0;
}

.ds-accouting-grant .ds-grant-divider::after {
    right: 0;
}

@media (max-width: 991px) {
    .ds-cta-main .ds-cta-card {
        text-align: center;
        padding: 25px 20px;
    }

    .ds-cta-main .ds-cta-card .ds-btn-primary {
        position: static;
        margin: 0px auto 0;
        display: inline-flex;
        /* or inline-block */
        padding: 10px;
    }

    .ds-cta-accouting .ds-cta-card {
        text-align: center;
        padding: 25px 20px;
    }

    .ds-cta-accouting .ds-cta-card .ds-btn-primary {
        position: static;
        margin: 0px auto 0;
        display: inline-flex;
        /* or inline-block */
        padding: 10px;
    }

    .ds-accouting-grant {
        padding: 50px 30px;
    }

    .ds-accouting-grant .display-4 {
        font-size: 34px;
    }

    .custom-width-lg {
        max-width: 360px;
        margin-top: 30px;
    }

    .ds-accouting-grant .ds-grant-divider {
        margin: 50px 0;
    }

    .ds-accouting-grant .container, .ds-payroll-partners .container {
        top: -0px;
    }

    .ds-accounting-bookkeeping-outsouring {
        padding-bottom: 180px;
    }

    .ds-accouting-grant {
        margin-top: -120px;
    }
    .ds-payroll-partners{
         margin-top: 0px;
    }
    .ds-payroll-partners .ds-region{
            padding: 25px 3px !important; 
    }

    .ds-accouting-grant .container , .ds-payroll-partners .container{
        padding: 32px;
    }
}

@media (max-width: 767px) {

    .ds-accounting-bookkeeping-outsouring {
        padding-bottom: 100px;
    }

    .ds-accouting-grant {
        margin-top: auto;
    }

    .ds-accouting-grant .container {
        padding: 24px;
        border-radius: 16px;
    }
}

@media (max-width: 480px) {

    .ds-accouting-grant .display-4 {
        font-size: 24px;
    }

    .ds-accouting-grant .lead {
        font-size: 14px;
    }

    .ds-accouting-grant .ds-grant-divider::before,
    .ds-accouting-grant .ds-grant-divider::after {
        display: none;
    }

    .custom-width-lg {
        max-width: 100%;
    }

    .ds-accounting-bookkeeping-outsouring {
        padding-bottom: 80px;
    }

    .ds-accouting-grant {
        margin-top: auto;
    }

    .ds-client-section .ds-logo-divider {
        border-right: none;
        padding-right: 0px;
    }
}

@media (max-width: 767.98px) {
    main section {
        padding: 40px 0 !important;
    }
}


.ds-payroll-partners .ds-region {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    padding: 25px 35px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-image: url(../../contents/images/revamp/outsource-payroll/outsource-payroll-our-partners.webp);
    box-shadow: 4px 1px 5px -30px rgba(7, 18, 40, 0.6);
}

.ds-payroll-partners .ds-country-wrapper {
    margin-top: 10px;
}

.ds-payroll-partners .ds-country-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 18px 24px;

    display: flex;
    align-items: center;
    gap: 15px;

    color: #fff;
    font-size: 24px;
    font-weight: 600;

    backdrop-filter: blur(12px);
    transition: all .3s ease;
}

.ds-payroll-partners .ds-country-card img {
    width: 42px;
    height: 30px;
    object-fit: cover;
    border-radius: 4px;
}

.ds-payroll-partners .ds-country-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.15);
}

.ds-payroll-partners .ds-country-card span {
    color: #fff;
}

.ds-business-audit {
    background-color: #FDFDFE;
}

.ds-business-audit .ds-title-section {
    max-width: 900px;
    margin: auto;
}


.ds-business-audit .ds-audit-card {
    background: #fff;
    border: 1px solid #edf1f7;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 8px 25px rgba(16, 24, 40, .05);
}

.ds-business-audit .ds-step {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #356AE6;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 18px;
    flex-shrink: 0;
}

.ds-business-audit .ds-audit-card h5 {
    font-size: 18px;
    font-weight: 700;
    color: #1F3966;
    margin-bottom: 6px;
}

.ds-business-audit .ds-audit-card h5 span {
    color: #2b67f6;
}

.ds-business-audit .ds-audit-card p {
    color: #667085;
    margin-bottom: 0;
}

.ds-business-audit .ds-criteria-card {
    background: #F8F9FC;
    border: 1px solid #EEF0F6;
    border-radius: 14px;
    padding: 28px;
    height: 100%;
    transition: .3s;
}

.ds-business-audit .ds-criteria-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(43, 103, 246, .12);
}

.ds-business-audit .ds-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 22px;
}


.ds-business-audit .ds-criteria-card h3 {
    font-size: 32px;
    font-weight: 700;
    color: #1F3966;
    margin-bottom: 10px;
}

.ds-business-audit .ds-criteria-card h6 {
    font-size: 18px;
    font-weight: 700;
    color: #1F3966;
    margin-bottom: 10px;
}

.ds-business-audit .ds-criteria-card p {
    color: #667085;
    font-size: 14px;
    line-height: 1.7;
}

@media(max-width:767px) {



    .ds-business-audit .ds-audit-card {
        padding: 20px;
    }

    .ds-business-audit .ds-step {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .ds-business-audit .ds-criteria-card {
        margin-bottom: 20px;
    }
}

.ds-audit-process {
    background-color: #FDFDFE;

}

.ds-audit-process .ds-process-wrapper {
    background: linear-gradient(176.76deg, #1F3966 2.42%, #102649 97.49%), linear-gradient(235.01deg, rgba(251, 188, 4, 0.17) 0.04%, rgba(251, 188, 4, 0) 59.19%);
    border-radius: 12px;
    padding: 45px 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.ds-audit-process .ds-process-wrapper h2 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.ds-audit-process .ds-process-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(59.53% 92.14% at 50% 100%, #2E66F5 10%, rgba(46, 102, 245, 0) 70%);
    z-index: -1;
    bottom: -145px;
}

.ds-audit-process .ds-process-wrapper p {
    color: rgba(255, 255, 255, .75);
    font-size: 18px;
}

.ds-audit-process .ds-process-card {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    height: 100%;
    transition: .35s;
}


.ds-audit-process .ds-process-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, .10);
}

.ds-audit-process .ds-process-card.active {
    border: 1px solid #F4C542;
    background: #F6B7191F;
}

.ds-audit-process .step-number {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #F4C542;
    color: #F4C542;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 22px;
}

.ds-audit-process .ds-process-card h5 {
    color: #FBCA3F;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
}

.ds-audit-process .ds-process-card p {
    color: #FFFFFFD9;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Hover Effect */

.ds-audit-process .ds-process-card.active .step-number {
    background: #FBCA3F;
    color: #23395D;
}

.ds-audit-process .ds-process-card.active h5 {
    color: #fff;
}

@media(max-width:991px) {

    .ds-audit-process .ds-process-card {
        margin-bottom: 20px;
    }

}

@media(max-width:767px) {

    .ds-audit-process .ds-process-wrapper {
        padding: 30px 20px;
    }



}

.ds-audit-support {
    background-color: #FDFDFE;
}

.ds-audit-support .ds-accounting-bookkeeping-card {
    background: #F8F9FC;
    border: 1.4px solid #EEF0F6;
    border-radius: 16px;
    padding: 20px;
    height: 100%;
    transition: all .3s ease;
}

.ds-audit-filling-statements {
    background: linear-gradient(181.77deg, rgba(246, 248, 251, 0) -11.2%, #F6F8FB 55.96%, #C6D2FC 140.67%);

}

.ds-audit-filling-statements .ds-audit-card {
    background: #F8F9FC;
    border: 1px solid #EEF0F6;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(31, 58, 147, .05);
}

.ds-audit-filling-statements .ds-card-title {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.ds-audit-filling-statements .ds-card-title h3 {
    margin: 0px;
    font-size: 24px;
    font-weight: 800;
    color: #1F3966;
}

.ds-audit-filling-statements .ds-card-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 18px;
}



.ds-audit-filling-statements .ds-white-box {
    background: #fff;
    border: 1px solid #EEF2F7;
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 16px;
    transition: .3s;
}

.ds-audit-filling-statements .ds-white-box:hover {
    box-shadow: 0 12px 24px rgba(44, 62, 80, .08);
    transform: translateY(-3px);
}

.ds-audit-filling-statements .ds-white-box h5 {
    font-size: 16px;
    font-weight: 700;
    color: #1F3966;
    margin-bottom: 6px;
}

.ds-audit-filling-statements .ds-white-box p {
    font-size: 14px;
    color: #6B7280;
    margin: 0;
}

.ds-audit-filling-statements .ds-badge {
    border: 1px solid #2F80ED;
    color: #2F80ED;
    padding: 5px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    background: #FFF;
}

.ds-audit-filling-statements .ds-label {
    display: block;
    color: #2F80ED;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 6px;
}

.ds-audit-filling-statements .ds-audit-card p {
    color: #344054;
    line-height: 1.7;
}

.ds-audit-filling-statements .ds-note-box {
    margin-top: 22px;
    background: #FFF9E8;
    border: 1px solid #F4D27A;
    border-radius: 12px;
    padding: 14px 18px;
    display: flex;
    align-items: flex-start;
}

.ds-audit-filling-statements.ds-note-box i {
    color: #D4A017;
    margin-right: 10px;
    margin-top: 3px;
}

.ds-audit-filling-statements .ds-note-box span {
    color: #6B5A27;
    font-size: 14px;
    line-height: 1.6;
    padding-left: 15px;
}

.ds-audit-filling-statements .ds-audit-card small {
    color: #98A2B3;
    font-size: 13px;
    display: block;
    margin-top: 15px;
}

@media(max-width:991px) {

    .ds-audit-filling-statements .ds-audit-card {
        margin-bottom: 25px;
    }

}

@media(max-width:767px) {

    .ds-audit-filling-statements .ds-card-title h3 {
        font-size: 20px;
    }

    .ds-audit-filling-statements .ds-white-box {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .ds-audit-filling-statements .ds-badge {
        margin-top: 12px;
    }

}


.ds-tax-filing {
    background: #F8F9FC;
}

.ds-tax-filing .ds-title {
    max-width: 850px;
    margin: auto;
}



/* Cards */

.ds-tax-filing .ds-file-card {
    background: #fff;
    border: 1px solid #E9EEF7;
    border-radius: 18px;
    padding: 28px;
    height: 100%;
    transition: .35s;
    box-shadow: 0px 12px 30px -18px #10264B4D;
}

.ds-tax-filing .ds-file-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 35px rgba(43, 103, 246, .12);
}

.ds-tax-filing .ds-file-card.green {
    background: #F7FFF8;
    border: 1px solid #58BE62;
}

.ds-tax-filing .ds-file-card h5 {
    margin: 18px 0px 12px;
    color: #344054;
    font-size: 17px;
    font-weight: 800;
}

.ds-tax-filing .ds-file-card h4 {
    color: #1F3966;
    font-size: 32px;
    font-weight: 800;
    margin-top: 10px;
}

.ds-tax-filing .ds-file-card p {
    color: #667085;
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 0;
}

.ds-tax-filing .tag {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.ds-tax-filing .tag-red {
    background: #FBE2E0;
    color: #D7260F;
}

.ds-tax-filing .tag-yellow {
    background: #FEF5D9;
    color: #8C6503;
}

.ds-tax-filing .tag-blue {
    background: #DCEEFB;
    color: #0A6BB0;
}

.ds-tax-filing .tag-green {
    background: #E4F5E5;
    color: #137A1B;
}

/* Warning */

.ds-tax-filing .ds-warning {
    margin-top: 10px;
    background: #FFF9E9;
    border: 1px solid #F4CF6B;
    border-radius: 14px;
    padding: 20px 25px;
    display: flex;
    align-items: flex-start;
}

.ds-tax-filing .warning-icon {
    font-size: 28px;
    color: #D9A000;
    margin-right: 15px;
    line-height: 1;
}

.ds-tax-filing .ds-warning h6 {
    font-size: 18px;
    font-weight: 700;
    color: #344054;
    margin-bottom: 6px;
}

.ds-tax-filing .ds-warning p {
    margin: 0;
    color: #667085;
    line-height: 1.7;
}

.ds-tax-filing .ds-penalty-card {
    background: #fff;
    border-radius: 16px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    height: 100%;
    transition: .3s;
}

.ds-tax-filing .ds-penalty-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .08);
}

.ds-tax-filing .ds-danger {
    border: 1.5px solid #FB7463;
    background: #FFF4F3;
}

.ds-tax-filing .ds-warning-card {
    border: 1.5px solid #FEC84B;
    background: #FFFAEB;
}

.ds-tax-filing .ds-penalty-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-right: 18px;
    flex-shrink: 0;
}

.ds-tax-filing .ds-label {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.ds-tax-filing .ds-penalty-card h3 {
    color: #E55039;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
}

.ds-tax-filing .ds-penalty-card .ds-label {
    color: #FC3F27;

}

.ds-tax-filing .ds-warning-card .ds-label {
    color: #C56F00;

    font-weight: 600;
}

.ds-tax-filing .ds-warning-card h3 {
    color: #B86A00;
}

.ds-tax-filing .ds-penalty-card h3 span {
    font-size: 20px;
    font-weight: 500;
    color: #344054;
}

.ds-tax-filing .ds-penalty-card p {
    margin: 0;
    color: #667085;
    line-height: 1.7;
    font-size: 15px;
}

@media(max-width:767px) {

    .ds-tax-filing .ds-penalty-card {
        flex-direction: column;
        text-align: center;
    }

    .ds-tax-filing .ds-penalty-icon {
        margin: 0 0 15px;
    }

    .ds-tax-filing .ds-penalty-card .row {
        width: 100%;
    }

    .ds-tax-filing .ds-penalty-card h3 {
        font-size: 34px;
        margin-bottom: 10px;
    }
}

/* Responsive */

@media(max-width:991px) {
    .ds-tax-filing .ds-warning {
        flex-direction: column;
    }

    .ds-tax-filing .warning-icon {
        margin-bottom: 15px;
    }

}

@media(max-width:767px) {

    .ds-tax-filing .ds-file-card {
        padding: 22px;
    }

}

.ds-tax-timeline {
    background: #F8F9FC;
}

/* Cards */

.ds-tax-timeline .ds-time-card {
    border-radius: 16px;
    padding: 20px;
    transition: .3s;
}

.ds-tax-timeline .ds-time-card:hover {
    transform: translateY(-5px);
}

.ds-tax-timeline .ds-time-card.light {
    background: #EBF4FF;
    border: 1px solid var(--color-azure-88, #C3D9FF);
}

.ds-tax-timeline .ds-time-card.dark {
    background: #1F3966;
}

.ds-tax-timeline .step-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: #2B67F6;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.ds-tax-timeline .step-label.yellow {
    color: #FFC84A !important;
}

.ds-tax-timeline .ds-time-card h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.ds-tax-timeline .ds-time-card.light h5 {
    font-weight: 800;
    color: #1F3966;
}

.ds-tax-timeline .ds-time-card.dark h5 {
    color: #fff;
}

.ds-tax-timeline .ds-time-card p {
    margin: 0;
    font-size: 14px;
}

.ds-tax-timeline .ds-time-card.light p {
    color: #667085;
}

.ds-tax-timeline .ds-time-card.dark p {
    color: rgba(255, 255, 255, .75);
}

.ds-tax-timeline .ds-time-card small {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #7A8AA5;
}

.ds-tax-timeline .ds-time-card.dark small {
    color: #BFD0F8;
}

.ds-tax-timeline .ds-time-card h4 {
    font-size: 15px;
    font-weight: 700;
    margin: 4px 0;
}

.ds-tax-timeline .ds-time-card.light h4 {
    color: #2B67F6;
}

.ds-tax-timeline .ds-time-card.dark h4 {
    color: #fff;
}

.ds-tax-timeline .ds-time-card span {
    font-size: 12px;
}

.ds-tax-timeline .ds-time-card.light span {
    color: #2E66F5;
}

.ds-tax-timeline .ds-time-card.dark span {
    color: #BFD0F8;
}


@media(max-width:767px) {

    .ds-tax-timeline .ds-time-card {
        padding: 20px;
    }

    .ds-tax-timeline .ds-time-card .text-right {
        text-align: left !important;
        margin-top: 20px;
    }

}

.ds-audit-process .ds-process-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.ds-audit-process .ds-process-col {
    width: 20%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.ds-audit-process .ds-process-card {
    height: 100%;
}

/* Large Tablet */
@media (max-width:991px) {
    .ds-audit-process .ds-process-col {
        width: 33.3333%;
    }
}

/* Tablet */
@media (max-width:767px) {
    .ds-audit-process .ds-process-col {
        width: 100%;
    }
}

/* Mobile */
@media (max-width:575px) {
    .ds-audit-process .ds-process-col {
        width: 100%;
    }
}



/*==================================
    WHY DIGISME
==================================*/

.ds-why-digisme {
    padding: 80px 0;
}

.ds-why-wrapper {
    background:
        url("../../contents/images/revamp/why-digisme-bg.webp");

    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: center, left bottom, top center, center;
    background-size: cover, cover, cover, cover;

    border-radius: 20px;
    padding: 50px 40px;
    overflow: hidden;
    box-shadow: 0 40px 80px -30px rgba(143, 186, 255, .35);

}

/* Heading */

.ds-why-wrapper h2 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 800;
}

.ds-why-wrapper h2 .font-italic {
    font-family: "Source Serif Pro", serif;
    font-style: italic;
    font-weight: 700 !important;
}

.ds-why-wrapper h2 .text-warning {
    color: #FFC72C !important;
    font-weight: 800 !important;
}

/* Subtitle */

.ds-home-banner .ds-why-wrapper .ds-sub-txt {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.ds-home-banner .ds-why-wrapper .ds-sub-txt img {
    width: 18px;
    margin: 0 3px;
    vertical-align: middle;
}

/*==================================
    STATS
==================================*/

.ds-why-wrapper .ds-stats-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 45px;
}

.ds-why-wrapper .ds-stat {
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
    position: relative;
    padding: 0 15px;
}

.ds-why-wrapper .ds-stat:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70px;
    background: #1148BD;
}

.ds-why-wrapper .google-logo {
    width: 130px !important;
    margin: auto;
    display: block;
}

.ds-why-wrapper .ds-stat h3 {
    color: #fff;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 8px;
}

.ds-why-wrapper .ds-stat-txt {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 26px;
    margin-bottom: 0;
}

/*==================================
    LARGE DEVICES
==================================*/

@media (max-width:1199px) {

    .ds-why-wrapper {
        padding: 45px 30px;
    }

    .ds-why-wrapper h2 {
        font-size: 40px;
    }

    .ds-why-wrapper .ds-home-banner .ds-why-wrapper .ds-sub-txt {
        font-size: 14px;
        line-height: 24px;
    }

    .ds-why-wrapper .google-logo {
        width: 150px !important;
    }

    .ds-why-wrapper .ds-stat h3 {
        font-size: 34px;
    }

    .ds-why-wrapper .ds-stat-txt {
        font-size: 16px !important;
    }
}

/*==================================
    TABLET
==================================*/

@media (max-width:991px) {

    .ds-why-wrapper {
        padding: 35px 25px;
        margin: 0px 15px;
    }

    .ds-why-wrapper h2 {
        font-size: 34px;
    }

    .ds-home-banner .ds-why-wrapper .ds-sub-txt {
        font-size: 13px;
        line-height: 22px;
    }

    .ds-why-wrapper .ds-stats-row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .ds-why-wrapper .ds-stat {
        flex: 0 0 33.333%;
        max-width: 33.333%;
        padding: 15px;
        margin-bottom: 25px;
    }

    .ds-why-wrapper .ds-stat::after {
        display: none;
    }

    .ds-why-wrapper .google-logo {
        width: 150px !important;
    }

    .ds-why-wrapper .ds-stat h3 {
        font-size: 30px;
    }

    .ds-why-wrapper .ds-stat-txt {
        font-size: 15px !important;
        line-height: 22px;
    }
}

/*==================================
    MOBILE
==================================*/

@media (max-width:767px) {

    .ds-why-wrapper {
        padding: 30px 20px;
        border-radius: 15px;
        margin: 0px 15px;
    }

    .ds-why-wrapper h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .ds-home-banner .ds-why-wrapper .ds-sub-txt {
        font-size: 12px;
        line-height: 20px;
    }

    .ds-why-wrapper .ds-stats-row {
        flex-wrap: wrap;
    }

    .ds-why-wrapper .ds-stat {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 15px 10px;
        margin-bottom: 20px;
    }

    .ds-why-wrapper .ds-stat:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ds-why-wrapper .google-logo {
        width: 120px !important;
    }

    .ds-why-wrapper.ds-stat h3 {
        font-size: 26px;
    }

    .ds-why-wrapper .ds-stat-txt {
        font-size: 14px !important;
        line-height: 20px;
    }
}

/*==================================
    SMALL MOBILE
==================================*/

@media (max-width:480px) {

    .ds-why-wrapper {
        padding: 25px 15px;
        margin: 0px 15px;
    }

    .ds-why-wrapper h2 {
        font-size: 28px;
    }

    .ds-home-banner .ds-why-wrapper .ds-sub-txt {
        font-size: 11px;
        line-height: 18px;
    }

    .ds-why-wrapper .ds-stat {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .ds-why-wrapper .google-logo {
        width: 100px !important;
    }

    .ds-why-wrapper .ds-stat h3 {
        font-size: 34px;
    }

    .ds-why-wrapper .ds-stat-txt {
        font-size: 18px !important;
    }
}

.ds-accounting-support {
    background: linear-gradient(174.73deg, #E7EDFB -8.56%, rgba(216, 227, 250, 0) 34.57%);

}

.ds-accounting-support h2 span {
    color: #F6B719;
    font-weight: 400;
    font-family: 'Source Serif Pro';
}

.ds-accounting-support .ds-title-section p {
    max-width: 900px;
}

.ds-accounting-support .ds-support-card {
    background: #F0F3FF;
    border: 1px solid var(#FFF, #FFFFFF1F);
    border-radius: 12px;
    padding: 25px 20px;
    height: 100%;
    transition: .3s;
}

.ds-accounting-support .ds-support-card:hover {
    background: #fff;
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

.ds-accounting-support .ds-icon {
    width: 42px;
    height: 42px;
    background: #EEF4FF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 18px;
}

.ds-accounting-support .ds-support-card h5 {
    font-size: 18px;
    font-weight: 700;
    color: #344054;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: 10px;
}

.ds-accounting-support .ds-support-card p {
    font-size: 14px;
    color: #344054;
    line-height: 1.7;
    margin: 0;
    max-width: 100%;
}

.ds-cta-why-digsme .ds-cta-card h2 {
    font-weight: 600 !important;
}



@media(max-width:767px) {


    .ds-accounting-support .ds-support-card {
        padding: 20px;
    }

    .ds-accounting-support .row>* {
        padding-right: 15px;
        padding-left: 15px;
    }
}


/*=========================================
    About Banner
=========================================*/

.ds-about-banner {
    position: relative;
    min-height: 800px;
    overflow: hidden;
}

.ds-about-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, .36), #fff),
        url("../../contents/images/revamp/about-us-top-banner.webp") center bottom/cover no-repeat;
    z-index: -1;
}

.ds-about-banner .container {
    position: relative;
    z-index: 2;
}

.ds-banner-logo {
    width: 35%;
    border-radius: 22px;
    border: 1px solid rgb(255 251 251 / 68%);
    padding: 20px 32px;
    color: #fff;
    overflow: hidden;
    box-shadow: 0 20px 50px rgb(93 77 77 / 27%);
    background: #ffffff00;
    margin-bottom: 50px;
    backdrop-filter: blur(20px);
}

.ds-about-banner p {
    color: #344054;
    font-size: 17px;
    line-height: 30px;
}


/*=========================================
    Leaders Section
=========================================*/

.leaders-section {
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(246, 248, 251, 0.4) 50%,
            rgba(198, 210, 252, .22) 100%);

    margin-top: -420px;
    /* instead of top:-500px */
    padding: 70px 0;
    position: relative;
    z-index: 10;
}

.leaders-section h2 {
    color: #15396B;
    font-size: 36px;
    font-weight: 700;
    margin-top: 70px;
}


/*=========================================
    Leader Card
=========================================*/

.leader-card {
    background: #fff;
    border: 1px solid #E7EDF8;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    transition: .35s;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.leader-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .15);
}

.leader-img {
    width: 100%;
    display: block;
    object-fit: cover;
    padding: 10px;
}


/*=========================================
    Card Footer
=========================================*/

.leader-info {
    padding: 14px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 15px;
}

.leader-info h5 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #1F3966;
}

.leader-info p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #444;
    line-height: 1.4;
}


/*=========================================
    Read More
=========================================*/

.read-more {
    border: 1px solid #D8DDF2;
    background: #fff;
    color: #173B77;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 18px;
    white-space: nowrap;
    transition: .3s;
    border-radius: 10px;
}

.read-more:hover {
    background: #173B77;
    color: #fff;
}


/*=========================================
    Modal
=========================================*/




/*=========================================
    Tablet
=========================================*/

@media (max-width:991px) {

    .ds-about-banner {
        min-height: 700px;
    }

    .leaders-section {
        margin-top: -260px;
        padding: 60px 0;
    }

    .leaders-section .leaders-section h2 {
        margin-top: 40px;
        font-size: 30px;
    }

    .leaders-section .leader-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .leaders-section .read-more {
        width: 100%;
    }

}


/*=========================================
    Mobile
=========================================*/

@media (max-width:767px) {

    .ds-about-banner {
        min-height: 550px;
    }

    .leaders-section .ds-banner-logo {
        width: 80%;
    }

    .leaders-section .ds-about-banner p {
        font-size: 15px;
        line-height: 28px;
    }

    .leaders-section {
        margin-top: -120px;
        padding: 50px 0;
    }

    .leaders-section h2 {
        margin-top: 20px;
        font-size: 28px;
    }

    .leaders-section .leader-info h5 {
        font-size: 18px;
    }

    .leaders-section .leader-info p {
        font-size: 13px;
    }

    .leader-modal .modal-body {
        padding: 25px;
    }

}


/*=========================================
    Small Mobile
=========================================*/

@media (max-width:575px) {

    .ds-about-banner {
        min-height: 500px;
        padding: 80px 0 180px;
    }

    .leaders-section {
        margin-top: -150px;
        padding: 40px 0;
    }

    .leaders-section h2 {
        font-size: 26px;
        margin-top: 10px;
    }

}

.leader-modal .modal-content {
    background: #1d1d1d;
    border: none;
    border-radius: 12px;
    position: relative;
}

.leader-modal .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99999;
}

.leader-modal .modal-body {
    padding: 40px;
}

.leader-modal .modal-body h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

.leader-modal #modalImage {
    width: 90%;
    border-radius: 10px;
}

.leader-modal #modalName {
    margin-top: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.leader-modal #modalDesignation {
    color: #bbb;
    margin-bottom: 20px;
}

.leader-modal #modalDescription {
    color: #d8d8d8;
    line-height: 1.9;
    font-size: 15px;
}

.leader-modal .btn-close {
    filter: invert(1);
}


/*=========================================
    Thumbnails
=========================================*/

.leader-modal .thumbnail-wrapper {
    display: flex;
    gap: 10px;
    margin-top: 25px;
    overflow-x: auto;
}

.leader-modal .thumbnail-item {
    width: 95px;
    cursor: pointer;
    opacity: .45;
    transition: .3s;
}

.leader-modal .thumbnail-item.active {
    opacity: 1;
}

.leader-modal .thumbnail-item img {
    width: 100%;
    border-radius: 6px;
}

.leader-modal .thumbnail-item p {
    margin-top: 5px;
    font-size: 11px;
    color: #fff;
    text-align: center;
}


.leader-modal {
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.14) 0px 9px 15.4px 2px;
    background: rgb(66 66 66 / 42%);
    border-radius: 20px;
    background: #42424285;
    backdrop-filter: blur(20px);
    border: 0px;
}

#leaderModal .modal-dialog {
    max-width: fit-content;
}

.leader-modal .modal-body {
    padding: 30px;
}

.leader-modal .modal-body h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

.leader-modal .modal-body p {
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
}

.leader-modal .leader-popup-img {
    width: 100%;
    border-radius: 6px;
}

.leader-modal .leader-details h4 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 5px;
}

.leader-modal.leader-details p {
    color: #cfcfcf;
    margin: 0;
}

.leader-modal .leader-description {
    color: #d8d8d8;
    line-height: 1.9;
    font-size: 15px;
}

.leader-modal .popup-divider {
    margin: 0px 0px 30px;
    border-bottom: 1px solid #bcb9b9;
}

.leader-modal .popup-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}


.leader-modal .popup-thumbnails {
    display: flex;
    gap: 12px;
    flex: 1;
    overflow-x: auto;
}

.leader-modal .popup-thumbnails::-webkit-scrollbar {
    display: none;
}

.leader-modal .popup-thumb {
    width: 120px;
    flex-shrink: 0;
    cursor: pointer;
    opacity: .4;
    transition: .3s;
}

.leader-modal .popup-thumb.active {
    opacity: 1;
}

.leader-modal .popup-thumb img {
    width: 100%;
    border-radius: 4px;
    border: 2px solid transparent;
}

.leader-modal .popup-thumb.active img {
    border-color: #fff;
}

.leader-modal .popup-thumb span {
    display: block;
    font-size: 11px;
    text-align: center;
    margin-top: 5px;
    color: #fff;
}

.leader-modal .popup-arrow {
    border: 1px solid rgb(255 255 255 / 0%);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 24px;
    transition: .3s;
    flex-shrink: 0;
}

.leader-modal .popup-arrow:hover {
    background: transparent;
}

.leader-modal .popup-thumbnails {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

/* Hide mobile navigation on desktop */
.mobile-navigation {
    display: none;
}
.ds-social-links li {
    margin-bottom: 0!important;
    margin-right: 20px;
    display: inline-block
}

.ds-social-links i {
    margin-right: 0
}

.ds-social-links i.icon-facebook {
    height: 20px;
    width: 12px;
    background-size: 12px 20px!important
}
.icon-facebook {
    background: url(../img/revamp/icons/facebook.svg) no-repeat;
}
.icon-linkedin {
    background: url(../img/revamp/icons/linkedin.svg) no-repeat;
}
.icon-instagram {
    background: url(../img/revamp/icons/instagram.svg) no-repeat;
}
.icon-youtube {
    background: url(../img/revamp/icons/youtube.svg) no-repeat;
}
@media(max-width:991px) {

    .leader-modal .popup-navigation {
        flex-wrap: wrap;
    }

    .leader-modal .popup-arrow {
        display: block;
    }

    .leader-modal .popup-arrow img {
        width: 15px;
        height: 15px;
        font-size: 7px;
    }

    .leader-modal .modal-body h2 {
        font-size: 26px;
    }

    .leader-modal #modalImage {
        width: auto;
    }

    .leader-modal .modal-body {
        padding: 10px;
    }

    .leader-modal .popup-heading {
        margin-top: 20px;
    }

    .leader-modal .popup-thumbnails {
        gap: 0px;
    }

    .leader-modal .popup-thumb img {
        width:100%;
    }

    .leader-modal .popup-thumb {
        width: 60px;
    }
}

/* ==========================
   Mobile View
========================== */
@media (max-width:991.98px) {

    /* Modal content scrolling */
    .leader-modal .modal-body,
    .leader-modal .row,
    .leader-description {
        overflow-y: auto;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        /* iPhone/iPad smooth scrolling */
    }

    /* Hide scrollbar (optional) */
    .leader-modal .row::-webkit-scrollbar,
    .leader-description::-webkit-scrollbar {
        width: 5px;
    }

    .leader-modal .row::-webkit-scrollbar-thumb,
    .leader-description::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, .3);
        border-radius: 10px;
    }

    .leader-modal {
        height: 100vh;
        border-radius: 0;
    }

    .leader-modal .modal-body {
        height: 100vh;
        display: flex;
        flex-direction: column;
        padding: 20px 15px 0px;
        overflow: hidden;
    }

    .popup-heading {
        margin: 0;
        font-size: 28px;
        font-weight: 700;

    }

    /* Sticky Close Button */
    .leader-modal .btn-close {
        position: fixed !important;
        top: 18px;
        right: 18px;
        z-index: 1060;
        background-color: #fff;
        border-radius: 50%;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
        padding: 10px;
    }

    .leader-modal .popup-heading {
        margin-top: 0px;
    }

    .leader-modal .container {
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: 20px 20px 100px;
    }

    .leader-modal .row {
        flex: 1;
        overflow-y: auto;
    }

    .leader-popup-img {
        width: 180px;
        height: 180px;
        object-fit: cover;
        margin: 0 auto;
        display: block;
    }

    .leader-details {
        text-align: center;
        margin-bottom: 20px;
    }

    .leader-description {
        max-height: none;
        overflow: visible;
        padding-bottom: 20px;
    }

    /* Sticky Bottom Navigation */
    .popup-navigation {
        position: sticky;
        bottom: 0;
        left: 0;
        width: 100%;
        /* background:#0f2b63;  */
        padding: 12px 0;
        z-index: 100;
    }

    .popup-thumbnails {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        overflow-x: auto;
        white-space: nowrap;
        padding: 0 10px;
    }

    .popup-thumb {
        flex: 0 0 auto;
    }

    .popup-thumb img {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        object-fit: cover;
    }

    .popup-divider {
        display: none;
    }

    /* Hide desktop arrows */
    #prevLeader,
    #nextLeader {
        display: none;
    }

    /* Show mobile arrows */
    .mobile-navigation {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 15px 0;
    }
}

.ds-contact-banner .contact-form {
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 7%);
    border-radius: 12px;
}

/* Left column */
.ds-contact-banner .col-lg-7 {
    display: flex;
    align-items: center;
}

/* Left content */
.ds-contact-banner .ds-banner-content {
    width: 100%;
}

/* Heading */
.ds-contact-banner .ds-banner-content h1 {
    margin-bottom: 30px !important;
}

/* Paragraph */
.ds-contact-banner .ds-banner-content p {
    margin-bottom: 30px;
}

.ds-client-connect {
    align-items: center;
    margin-top: 3.5em !important;
}

.ds-client-connect .ds-logo-divider {
    border-right: 1px solid #D9DEE5;
    padding-right: 30px;
}

.ds-client-connect .col-md-8 {
    padding-left: 30px;
}

/* Logo section */
.ds-contact-banner .ds-enquiry-head {
    font-size: 14px;
    color: #1F3966;
    font-weight: bold;
}

.ds-contact-banner .ds-enquiry-subtext {
    color: #1F3966;
    font-size: 14px;
    margin-bottom: 0px !important;
}

.ds-contact-banner .contact-form h3 {
    color: #1F3966;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px;
}


/* Tablet */
@media (max-width:991px) {

    .ds-contact-banner .col-lg-7 {
        display: block;
        margin-bottom: 40px;
    }

    .ds-contact-banner .row>*,
    .ir-header-fixed-top .row>* {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .ds-contact-banner .ds-banner-content {
        max-width: 100%;
    }


}

/* Mobile */
@media (max-width:767px) {

    .ds-contact-banner .ds-banner-content {
        text-align: center;
    }

    .ds-contact-banner .ds-banner-content h1 {
        font-size: 30px;
        line-height: 1.3;
    }

    .ds-contact-banner .ds-enquiry-head {
        font-size: 16px;
    }

    .ds-contact-banner .ds-enquiry-subtext {
        font-size: 13px;
    }

    .ds-contact-banner .ds-banner-content .row {
        justify-content: center;
        align-items: center;
    }

    .ds-contact-logo {
        width: 150px !important;
        margin-bottom: 20px;
    }

}


.company-stats-section {
    background: #0F1C33;
    padding: 18px 0 25px;
    position: relative;
    overflow: hidden;
}

/* Dot Pattern */
.company-stats-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgb(255 255 255 / 22%) 1px, #00000026 1px);
    background-size: 16px 16px;
    opacity: .35;
}

.company-stats-section .container {
    position: relative;
    z-index: 2;
}

.company-stats-section .company-heading {
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.company-stats-section .company-heading img {
    width: 16px;
    vertical-align: middle;
    margin: 0 3px;
}

.company-stats-section .stat-item {
    position: relative;
}

.company-stats-section .stat-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 1px;
    height: 55px;
    background: #FFFFFF1F;
}

.company-stats-section .stat-item h2 {
    color: #FACF50;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 5px;
}

.company-stats-section .stat-item p {
    color: #FFFFFFB2;
    font-size: 13px;
    margin: 0;
}

/* Tablet */
@media (max-width:991px) {

    .company-stats-section .company-heading {
        font-size: 11px;
        letter-spacing: 1px;
    }

    .company-stats-section .stat-item h2 {
        font-size: 34px;
    }

}

/* Mobile */
@media (max-width:767px) {

    .company-stats-section {
        padding: 20px 0;
    }

    .company-stats-section .company-heading {
        font-size: 10px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .company-stats-section .stat-item {
        margin-bottom: 25px;
    }

    .company-stats-section .stat-item:nth-child(even)::after {
        display: none;
    }

    .company-stats-section .stat-item h2 {
        font-size: 28px;
    }

    .company-stats-section .stat-item p {
        font-size: 12px;
    }
}

.pricing-section {
    background: linear-gradient(180deg,
            #E1E7FB 0%,
            #E5EAFC 8%,
            #EAF0FB 20%,
            #EEF2FB 35%,
            #F2F4FB 50%,
            #F5F7FB 65%,
            #F7F8FC 80%,
            #F8F9FC 100%);
    padding: 200px 0 80px;
}

.pricing-section .container {
    background-image: url(../../contents/images/contact-background.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top;
}

.pricing-section .ds-title-section p {
    max-width: 900px;
}

.pricing-section .pricing-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #E5E8EE;
    height: 100%;
    transition: .3s;
}

.pricing-section .pricing-card:hover {
    transform: translateY(-8px);
}

.pricing-section .pricing-card.dark {
    background: linear-gradient(180deg, #1F3966 0%, #172B50 100%);
    color: #fff;
    border: none;
    box-shadow: 0px 12px 16px -4px #1018281A;
}

.pricing-section .pricing-card-premium {
    border: 2px solid #F6B719
}

.pricing-section .pricing-header {
    padding: 25px;
}

.pricing-section .pricing-header h6 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
    color: #2E5392;
}

.pricing-section .dark .pricing-header h6 {
    color: #ffc107;
}

.pricing-section .pricing-header p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #667085;
}

.pricing-section .pricing-btn {
    width: 100%;
    border-radius: 40px;
    border: 1px solid #D9DEE5;
    background: #fff;
    color: #2E5392;
    font-weight: 700;
    padding: 10px;
}

.pricing-section .dark .pricing-btn {
    background: rgb(46, 102, 245);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(0 0 0 / 12%);
    box-shadow: rgb(46 83 146 / 27%) 0px 4px 14px 0px;
}

.pricing-section .feature-list {
    list-style: none;
    margin: 0;
    padding: 0 25px 25px;
}

.pricing-section .feature-title {
    color: #2E5392;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 22px 0px 10px;
}

.pricing-section .dark .feature-title {
    color: #ffb400;
}

.pricing-section .feature-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    color: #344054;
    font-size: 14px;
    border-top: 1px solid #E5E8EE;
    font-weight: 500;
}

.pricing-section .dark li {
    border-color: rgba(255, 255, 255, .08);
}


.pricing-section .badge-popular {
    position: absolute;
    right: 20px;
    top: 18px;
    background: #F6B719;
    color: #102649;
    padding: 4px 10px;
    font-size: 11px;
    border-radius: 20px;
    font-weight: 800;
}

.pricing-section .tag {
    background: #EEF3FB;
    color: #2E5392;
    padding: 3px 19px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 800;
}

.pricing-section .tag-gold {
    background: #FEF5D9;
    color: #7A5503;
}

.pricing-section .tag-border {
    border: 1px solid #EEF3FB;
    background: #ffffff00;
    color: #FFF;
}

.pricing-section .addons {
    background: rgb(255, 255, 255);
    border-radius: 20px;
    border: 2px solid rgb(199, 220, 255);
    padding: 30px;
    margin-top: 35px;
    box-shadow: 0px 1px 2px 0px #10264b1c;
}

.pricing-section .addon-box {
    border: 1px solid #C7DCFF;
    border-radius: 12px;
    padding: 18px;
    text-align: center;
    font-size: 14px;
    background: #fff;
    height: 100%;
    color: #102649;
    font-weight: 600;
}

.pricing-section .addons h4 {
    font-size: 24px;
    color: #1D2939;
    font-weight: 800;
}

.pricing-section .addons p {
    color: #344054;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #667085;
}

.pricing-section .contact-btn {
    background: rgb(46, 102, 245);
    border: 1px solid rgb(0 0 0 / 0%);
    box-shadow: rgb(46 83 146 / 37%) 0px 4px 14px 0px;
    color: rgb(255, 255, 255);
    border-radius: 30px;
    padding: 12px 30px;
    font-weight: 600;
}



.custom-checkbox {
    display: flex;
    gap: 12px;
}

.custom-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    border: 2px solid #A3ABB7;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    position: relative;
    transition: all .25s ease;
    flex-shrink: 0;
}

/* Checked State */
.custom-checkbox input[type="checkbox"]:checked {
    background: #1976F3;
    border-color: #1976F3;
}

/* White Tick */
.custom-checkbox input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 1px;
    width: 7px;
    height: 18px;
    border: solid #fff;
    border-width: 0px 3px 3px 0;
    transform: rotate(45deg);
}

/* Optional Hover */
.custom-checkbox input[type="checkbox"]:hover {
    box-shadow: 0 0 8px rgba(25, 118, 243, .25);
}

.custom-checkbox label {
    cursor: pointer;
    color: #333;
    user-select: none;
}

.ds-google-rating {
    width: 50%;
    max-width: 100%;
    height: auto;
}

/* Tablet */
@media (max-width:991.98px) {
    .ds-google-rating {
        width: 250px;
    }

    .pricing-section .pricing-header {
        padding: 45px 25px;
    }

    .pricing-section .badge-popular {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        top: 12px;
        text-align: center;
        white-space: nowrap;
    }

    .ds-why-digisme {
        padding: 20px 0px 80px 0px;
    }
}

/* Mobile */
@media (max-width:767.98px) {
    .ds-google-rating {
        width: 200px;
    }
}

@media (max-width:767.98px) {

    .ds-cta-card {
        padding: 30px 20px !important;
        overflow: hidden;
        background-position: center center !important;
        background-size: cover;
    }

    .ds-cta-main .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ds-cta-main .row {
        margin: 0;
    }

    .ds-cta-main [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .ds-cta-main h2,
    .ds-cta-main p {
        text-align: center;
    }

    .ds-cta-main .ds-btn-primary {
        display: block;
        width: 100%;
        max-width: 320px;
        margin: 20px auto 0;
    }
}

/* Tablet */
@media (max-width:991.98px) {

    .ds-cta-card,
    .ds-cta-card.ds-card-secondary {
        padding: 35px 25px !important;
        overflow: hidden;
    }

    .ds-cta-card .row,
    .ds-cta-card.ds-card-secondary .row {
        margin: 0;
    }

    .ds-cta-card [class*="col-"],
    .ds-cta-card.ds-card-secondary [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .ds-cta-card h2,
    .ds-cta-card h4,
    .ds-cta-card p,
    .ds-cta-card.ds-card-secondary h2,
    .ds-cta-card.ds-card-secondary h4,
    .ds-cta-card.ds-card-secondary p {
        text-align: center;
    }

    .ds-cta-card .col-lg-3,
    .ds-cta-card .col-lg-4,
    .ds-cta-card.ds-card-secondary .col-lg-3 {
        text-align: center !important;
        margin-top: 25px;
    }
}

/* Mobile */
@media (max-width:767.98px) {

    .ds-cta-card,
    .ds-cta-card.ds-card-secondary {
        padding: 30px 20px !important;
    }

    .ds-cta-card .ds-btn-primary,
    .ds-cta-card.ds-card-secondary .ds-btn-primary {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/***************sitemap****************/
.ds-sitemap .display-4 {
  margin-bottom: 75px;
}

.ds-sitemap .display-4 {
  margin-bottom: 75px;
}

.ds-sitemap h5 {
  font-size: 20px;
  color: #323232;
  font-weight: 900;
  margin-bottom: 15px;
}

.ds-sitemap ul li a {
  color: #323232;
  line-height: 1.8;
  display: inherit;
  font-weight: 400;
}

.ds-sitemap ul li a::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(./assets/img/icons/arrow-right-yellow.svg) no-repeat;
  background-size: 30px;
  position: relative;
  top: 9px;
  left: -5px;
}

.ds-sitemap .ds-support-box {
  margin: 0 0 80px;
  padding: 40px 70px;
  border-radius: 8px;
  box-shadow: 2px 4px 8px 0 rgb(0 0 0 / 8%);
  background-color: #fff;
}

.ds-sitemap-banner {
  padding: 60px 0 !important;
}

.ds-sitemap h5 {
  font-size: 20px;
  color: #323232;
  font-weight: 900;
}

.ds-sitemap ul li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}

.ds-sitemap ul li a {
  color: #323232;
  line-height: 35px;
  display: inherit;
  font-weight: 600;

}

.ds-sitemap ul li a::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/icons/revamp/arrow-right-yellow.svg) no-repeat;
  background-size: 30px;
  position: relative;
  top: 9px;
  left: -5px;
}

.ds-sitemap .blog ul li a {
  color: #323232;
  line-height: 1.8;
  display: flex;
  font-weight: 400;
  padding-bottom: 6px;

}

.ds-sitemap .blog ul li a::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../img/revamp/icons/arrow-right-yellow.svg) no-repeat;
  background-size: 28px;
  position: absolute;
  top: 0px;
}

.ds-sitemap .ds-support-box {
  margin: 0 0 80px;
  padding: 40px 70px;
  border-radius: 8px;
  box-shadow: 2px 4px 8px 0 rgb(0 0 0 / 8%);
  background-color: #fff;
}

.ds-sitemap-banner {
  padding: 60px 0 !important;
}
.ds-bg-light {
    background-color: #f6f8fb !important;
}
/***************sitemap****************/