html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth
}

html,
body {
    overflow-x: clip;
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}

a,
aside,
body,
del,
div,
dl,
footer,
header,
li,
main,
ol,
p,
section,
span,
ul {
    padding: 0;
    margin: 0;
    text-shadow: none;
    outline: 0;
    box-shadow: none;
    text-decoration: none;
    list-style: none;
}

b,
strong {
    font-weight: 700;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    overflow-x: clip;
}

p {
    margin-bottom: 30px;
}

a {
    color: #000000;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}

a:hover,
a:focus,
a:active {
    color: #0B85D1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.mtb-120 {
    margin: 120px 0;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.ptb-120 {
    padding: 120px 0;
}

.ptb-80 {
    padding: 80px 0;
}

.ptb-50 {
    padding: 50px 0;
}

.pt-120 {
    padding-top: 120px;
}


header {
    padding: 28px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    z-index: 99;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}

header.sticky {
    padding: 20px 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

header .navbar,
header .navbar-brand {
    padding: 0;
    margin: 0;
}

header .menu-item {
    display: flex;
}

header .menu-item+.menu-item {
    margin-left: 25px;
}

header .menu-item a {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #000000;
    position: relative;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
}

header .menu-item a:hover,
header .menu-item a:focus,
header .menu-item a:active,
header .menu-item.current-menu-item>a {
    color: #0B85D1;
}

.header-btns {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-btns .btn-secondary {
    font-size: 16px;
    line-height: 22px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #0B85D1;
    position: relative;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
}

.header-btns .btn-default {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 17px;
    background-color: #0B85D1;
    border-radius: 10px;
    font-size: 16px;
    line-height: 27px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #FFF;
    position: relative;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
}

.header-btns .btn-default:hover {
    background-color: #10BCC6;
    color: #FFFFFF;
}

/* Banner Css */
.ank-hm-banner {
    padding: 30px 0 50px;
    margin-top: 103px;
    display: flex;
    align-items: center;
}

.hb-desc {
    z-index: 0;
}

.hb-desc::before {
    content: "";
    position: absolute;
    width: 288px;
    height: 288px;
    left: -16px;
    top: -48px;

    background: #10BCC6;
    opacity: 0.1;
    filter: blur(32px);
    border-radius: 100%;
    z-index: -1;

}

.hb-desc h5,
.inb-desc h5 {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    margin-bottom: 17px;
}

.hb-desc h1,
.inb-desc h1 {
    font-family: 'Public Sans', sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    color: #FFFFFF;
    margin-bottom: 22px;
}


.hb-desc p,
.inb-desc p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #E5E7EB;
    margin-bottom: 18px;
    max-width: 92%;
}

.hb-desc h4 {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.hb-btns,
.inb-btns {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.hb-btns .btn-outline,
.inb-btns .btn-outline {
    font-size: 18px;
    line-height: 22px;
    font-family: "Inter", sans-serif;
    color: #FFFFFF;
    position: relative;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
    border: 1px solid #FFFFFF;
    background-color: rgba(255, 255, 255, 0.002);
    border-radius: 6px;
    padding: 8px 31px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}

.hb-btns .btn-outline:hover,
.inb-btns .btn-outline:hover {
    background-color: #FFFFFF;
    color: #0B85D1;
}

.hb-btns .btn-default,
.inb-btns .btn-default {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 9px 31px;
    background-color: #10BCC6;
    font-size: 18px;
    line-height: 22px;
    font-family: "Inter", sans-serif;
    color: #FFF;
    position: relative;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.hb-btns .btn-default:hover,
.inb-btns .btn-default:hover {
    background-color: #0B85D1;
    color: #FFFFFF;
}

.hb-review {
    display: flex;
    align-items: center;
    gap: 24px;
}

.hb-autor {
    display: flex;
    align-items: center;
}

.hb-autor li {
    height: 40px;
    width: 40px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
}

.hb-autor li+li {
    margin-left: -8px;
}

.hb-star {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 4px;
}

.hb-review-info p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #D1D5DB;
    margin-bottom: 0;
}

.ank-video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-20%, -70%);
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}


.ank-tab {
    animation: up-down 1.5s ease-in-out infinite;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

@keyframes up-down {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

.ank-tab-1 {
    top: 0;
    left: 20px;
}

.ank-tab-2 {
    top: 140px;
    right: -20px;
}

.ank-tab-3 {
    top: 260px;
    right: -20px;
}

.ank-tab-4 {
    bottom: 50px;
    left: 200px;
}

.scroll-down-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    40% {
        transform: translateX(-50%) translateY(-10px);
    }

    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

/* Scroll Animation */

/* .cos-animation {
    opacity: 0;
    transform: translateY(80px);
    transition: all 1s ease-out;
}

.cos-animation.show {
    opacity: 1;
    transform: translateY(0);
}

.ank-hm-banner .col-lg-6:nth-child(1) {
    animation: slideLeft 1s ease-out both;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}

.ank-hm-banner .col-lg-6:nth-child(2) {
    animation: slideRight 1s ease-out both;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}


@keyframes slideLeft {
    from {
        opacity: 0;
        transform: translateX(-200px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideRight {
    from {
        opacity: 0;
        transform: translateX(200px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
} */


/* Home Count Section */

.ank-hm-count {
    padding: 65px 0;
    border-bottom: 1px solid #E5E5E5;
}

.ank-hm-count-item h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    color: #0B85D1;
    margin-bottom: 9px;
}

.ank-hm-count .col-lg-3:nth-child(even) .ank-hm-count-item h2 {
    color: #10BCC6;
}

.ank-hm-count-item p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #4B5563;
    margin-bottom: 0;
}

/* Comman Title css */

.title-design {
    width: fit-content;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #FFFFFF;
    background: #10BCC6;
    backdrop-filter: blur(25px);
    border-radius: 50px;
    padding: 5px 26px;
    margin-bottom: 20px;
}

.title-design-1 {
    background: #0B85D1;
}

.title-design-2 {
    background: #FFFFFF;
    color: #0B85D1;
    backdrop-filter: blur(25px);
}

.title.text-center .title-design {
    margin: 0 auto 20px;
}

.title h2 {
    font-weight: 600;
    font-size: 50px;
    line-height: 63px;
    letter-spacing: -1.2px;
    color: #090914;
    margin-bottom: 0;
}

.ank-dark-section .title h2 {
    color: #FFFFFF;
}

.title:has(p) h2 {
    margin-bottom: 20px;
}

.title h2 b,
.title h2 strong {
    font-weight: 700;
    color: #10BCC6;
}

.title p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #52525B;
    margin-bottom: 0;
}

.title.text-center p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    max-width: 70%;
    margin: 0 auto;
}

.btn-default {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 49px;
    background-color: #0B85D1;
    border-radius: 10px;
    font-size: 16px;
    line-height: 24px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #FFF;
    position: relative;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
}

.btn-default:hover {
    background-color: #10BCC6;
    color: #FFFFFF;
}

.btn-default-arrow {
    padding: 11px 30px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #FFF;
    font-weight: 500;
}

.btn-outline {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    line-height: 22px;
    font-family: "Inter", sans-serif;
    color: #FFFFFF;
    position: relative;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.002);
    padding: 8px 30px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-outline path {
    transition: all 0.4s ease-in-out;
}

.btn-outline:hover {
    background-color: #FFFFFF;
    color: #0B85D1;
}

.btn-outline:hover path {
    stroke: #0B85D1;
}

/* Home Certifications Section */

.ank-hm-certification .row+.row {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #E4E4E7;
}

.ank-hm-certification .title-design {
    margin-bottom: 30px;
    padding: 5px 80px;
}

.certi-icon {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    background-color: #A8A8A8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    transition: all 0.4s ease-in-out;
}

.certi-box:hover .certi-icon {
    background-color: #0B85D1;
}

.certi-box p {

    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #090914;
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
}

.certi-box:hover p {
    color: #0B85D1;
}

.certi-box p b,
.certi-box p strong {
    font-weight: 700;
}

/* Home Problum Section */

.problem-box {
    padding: 23px 23px 112px 0;
    border-radius: 10px;
}

.pro-head {
    width: fit-content;
    background-color: #3DAFD7;
    padding: 8px 70px;
    margin-bottom: 50px;
}

.pro-head h3 {
    font-weight: 600;
    font-size: 45px;
    line-height: 62px;
    text-align: center;
    letter-spacing: -2px;
    color: #FFFFFF;
    margin-bottom: 0
}

.problem-box ul {
    padding-left: 46px;
}

.default-bullet ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    padding-left: 40px;
    position: relative;
}

.default-bullet ul li+li {
    margin-top: 20px;
}

.default-bullet ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #E3F4FF;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5375 0.320176L4.18414 8.38184L1.96747 6.01351C1.55914 5.62851 0.917473 5.60518 0.450807 5.93184C-0.00419315 6.27018 -0.132527 6.86518 0.147473 7.34351L2.77247 11.6135C3.02914 12.0102 3.47247 12.2552 3.97414 12.2552C4.45247 12.2552 4.90747 12.0102 5.16414 11.6135C5.58414 11.0652 13.5991 1.51018 13.5991 1.51018C14.6491 0.436843 13.3775 -0.508157 12.5375 0.30851V0.320176Z' fill='%230B85D1'/%3E%3C/svg%3E%0A");
    background-size: 14px 13px;
    background-position: center;
    background-repeat: no-repeat;
}

.pro-icon {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    width: 151px;
    height: 151px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ank-hm-problem .row .col-lg-6:nth-child(2) .pro-head {
    margin-left: auto;
    background-color: #FFFFFF;
    padding: 8px 100px;
}

.ank-hm-problem .row .col-lg-6:nth-child(2) .pro-head h3 {
    color: #0B85D1;
}

.ank-hm-problem .row .col-lg-6:nth-child(2) .problem-box {
    padding-right: 0;
}

.ank-hm-problem .row .col-lg-6:nth-child(2) .problem-box ul {
    padding-left: 160px;
}

.ank-hm-problem .row .col-lg-6:nth-child(2) .problem-box ul li {
    color: #FFFFFF;
}

.ank-hm-problem .row .col-lg-6:nth-child(2) .problem-box .pro-icon {
    right: auto;
    left: -30px;
}

/* Home Solutions Section */

.sol-box {
    background: #FFFFFF;
    border: 1px solid #E8F1F4;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 40px;
    transition: all 0.4s ease-in-out;
}

.sol-box:hover {
    border-color: #0b85d1;
    box-shadow: 0 8px 24px #0b85d126;
    transform: translateY(-5px);
}

.ank-hm-solution .row .col-lg-4:nth-child(2) .sol-box:hover,
.ank-hm-solution .row .col-lg-4:nth-child(5) .sol-box:hover {
    border-color: #10BCC6;
}

.ank-hm-solution .row .col-lg-4:nth-child(3) .sol-box:hover,
.ank-hm-solution .row .col-lg-4:nth-child(6) .sol-box:hover {
    border-color: #273C75;
}

.sol-icon {
    width: 64px;
    height: 64px;
    background: rgba(11, 133, 209, 0.082);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.sol-box h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 6px;
    transition: all 0.4s ease-in-out;
}

.sol-box:hover h3 {
    color: #0B85D1;
}

.ank-hm-solution .row .col-lg-4:nth-child(2) .sol-box:hover h3,
.ank-hm-solution .row .col-lg-4:nth-child(5) .sol-box:hover h3 {
    color: #10BCC6;
}

.ank-hm-solution .row .col-lg-4:nth-child(3) .sol-box:hover h3,
.ank-hm-solution .row .col-lg-4:nth-child(6) .sol-box:hover h3 {
    color: #273C75;
}

.sol-box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4B5563;
    margin-bottom: 0px;
}

.ank-hm-solution .row {
    row-gap: 30px;
}

.ank-hm-solution .row .col-lg-4:nth-child(2) .sol-icon,
.ank-hm-solution .row .col-lg-4:nth-child(5) .sol-icon {
    background: rgba(16, 188, 198, 0.082);
}

.ank-hm-solution .row .col-lg-4:nth-child(3) .sol-icon,
.ank-hm-solution .row .col-lg-4:nth-child(6) .sol-icon {
    background: rgba(39, 60, 117, 0.082);
}

/* Home Stories Section */

.story-box {
    background: #FFFFFF;
    border: 1px solid #E8F1F4;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    transition: all 0.4s ease-in-out;
}

.story-box:hover {
    border-color: #0b85d1;
    box-shadow: 0 8px 24px #0b85d126;
    transform: translateY(-5px);
}

.story-head {
    padding: 24px;
    background: linear-gradient(135deg, #0B85D1 0%, #10BCC6 100%);
    border-radius: 12px 12px 0 0;
}

.story-head h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.story-head p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    opacity: 0.9;
    margin-bottom: 0px;
}

.story-desc {
    padding: 24px;
}

.story-desc h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 8px;
}

.story-desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4B5563;
    margin-bottom: 18px;
}

.story-desc p+p {
    font-style: italic;
    margin-bottom: 0;
}


/* Home Easy Section */

.easy-count {
    position: absolute;
    bottom: 20px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 24px;
    border-radius: 12px;
    background-color: #FFFFFF;
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.easy-desc h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #16A34A;
    margin-bottom: 0;
}

.easy-desc p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4B5563;
    margin-bottom: 0;
}

.easy-list-main {
    margin: 30px 0;
}

.easy-list {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 12px;
}

.easy-list+.easy-list {
    margin-top: 15px;
}

.easy-li-icon {
    min-width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E8F1F4;
    transition: all 0.4s ease-in-out;
}

.easy-list .easy-li-icon path {
    transition: all 0.4s ease-in-out;
}

.easy-list:hover .easy-li-icon {
    background-color: #11C5C4;
}

.easy-list:hover .easy-li-icon path {
    stroke: #FFFFFF;
}

.easy-li-desc p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #374151;
    margin-bottom: 0;
}

.easy-li-desc p b,
.easy-li-desc p strong {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 3px 11px;
    border-radius: 50px;
    background-color: #0B85D1;
}

/* Home Why Choose Section */

.ank-hm-why .row {
    row-gap: 30px;
}

.why-box {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 25px;
    transition: all 0.4s ease-in-out;
    height: 100%;
}

.why-box:hover {
    border-color: #FFFFFF;
    box-shadow: 0 8px 24px #0b85d126;
    transform: translateY(-5px);
}

.why-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px;
}

.why-icon {
    width: 56px;
    height: 56px;
    background: #10BCC6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}

.why-box:hover .why-icon {
    transform: scale(1.05);
}

.why-head p {
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 4px 10px;
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
}

.why-box:hover .why-head p {
    background-color: #FFFFFF;
    color: #0B85D1;
}

.why-desc h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #0A0A0A;
    margin-bottom: 7px;
}

.why-desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #E5E7EB;
    margin-bottom: 0;
}

/* Home Industry Section */

.indu-box {
    transition: all 0.4s ease-in-out;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid #E8F1F4;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
}

.indu-box:hover {
    border-color: #0b85d1;
    box-shadow: 0 8px 24px #0b85d126;
    transform: translateY(-5px);
}

.indu-image img {
    width: 100%;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.indu-box:hover .indu-image img {
    transform: scale(1.05);
}

.indu-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
    transition: all 0.4s ease-in-out;
}

.indu-box:hover .indu-image::after {
    transform: scale(1.05);
    opacity: 0;
}


.indu-desc {
    padding: 25px;
}

.indu-icon {
    margin-bottom: 12px;
}

.indu-icon svg path {
    transition: all 0.4s ease-in-out;

}

.indu-box:hover .indu-icon svg path {
    stroke: #10BCC6;
}

.indu-desc h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 8px;
}

.indu-desc p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #4B5563;
    margin-bottom: 16px;
}

.indu-desc .arrow-btn {
    width: fit-content;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #0B85D1;
}

/* Mobile App Section */

.ank-hm-mobile .title h2 {
    max-width: 90%;
}

.ank-hm-mobile .title p {
    max-width: 82%;
}

.mobile-list ul {
    margin: 30px 0;
}

.mobile-list ul li+li {
    margin-top: 20px;
}

.mobile-list ul li {
    width: fit-content;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #667085;
    padding-left: 40px;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.mobile-list ul li:hover {
    color: #0B85D1;
}

.mobile-list ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #E3F4FF;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5375 0.320176L4.18414 8.38184L1.96747 6.01351C1.55914 5.62851 0.917473 5.60518 0.450807 5.93184C-0.00419315 6.27018 -0.132527 6.86518 0.147473 7.34351L2.77247 11.6135C3.02914 12.0102 3.47247 12.2552 3.97414 12.2552C4.45247 12.2552 4.90747 12.0102 5.16414 11.6135C5.58414 11.0652 13.5991 1.51018 13.5991 1.51018C14.6491 0.436843 13.3775 -0.508157 12.5375 0.30851V0.320176Z' fill='%230B85D1'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 14px 13px;
    background-position: center;
    transition: all 0.4s ease-in-out;
}

.mobile-list ul li:hover::after {
    background-color: #0B85D1;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5375 0.320176L4.18414 8.38184L1.96747 6.01351C1.55914 5.62851 0.917473 5.60518 0.450807 5.93184C-0.00419315 6.27018 -0.132527 6.86518 0.147473 7.34351L2.77247 11.6135C3.02914 12.0102 3.47247 12.2552 3.97414 12.2552C4.45247 12.2552 4.90747 12.0102 5.16414 11.6135C5.58414 11.0652 13.5991 1.51018 13.5991 1.51018C14.6491 0.436843 13.3775 -0.508157 12.5375 0.30851V0.320176Z' fill='white'/%3E%3C/svg%3E%0A");
}

.mobapp-link-btn {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mobapp-link-btn a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 20px;
    background-color: #000000;
    border-radius: 10px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}

/* Home Testimonial Section */

.ank-hm-testi .title h2 b,
.ank-hm-testi .title h2 strong {
    color: #000000;
}

.ank-hm-testi {
    overflow: hidden;
}

.ank-hm-testi .title p {
    color: #FFFFFF;
}

.ank-hm-testi .row+.row {
    margin-top: 100px;
}

.testi-thumb-slider {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -240px;
}

.testi-thumb-slider .swiper-slide {
    height: 442px;
    display: flex;
    align-items: flex-end;
}

.testi-thumb {
    width: fit-content;
    position: relative;
    margin: 0 auto;
    z-index: 0;
}

.testi-thumb img {
    margin-bottom: -2px;
    display: block;
}

.testi-thumb-slider::after {
    content: "";
    position: absolute;
    top: 0;
    left: 75px;
    right: 75px;
    bottom: 0;
    background: linear-gradient(180deg, #2EAFC7 0%, #50AFEA 100%);
    border-radius: 619.794px 619.794px 0px 0px;
    z-index: -1;
}

.testi-info {
    margin-bottom: 20px;
}

.testi-star {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.testi-info h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 166.6%;
    color: #FFFFFF;
    margin-bottom: 0;
}

.testi-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.testi-content h5 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.testi-content h5+p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.testi-nav-pagi {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.testi-nav {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 105px;
}

.testi-nav>div::after {
    display: none;
}

.testi-nav>div {
    position: static;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #FFFFFF;
    margin: 0 !important;
}

.testi-nav>div>svg {
    height: 16px;
    width: 16px;
}

.testi-pagi {
    width: 100%;
    position: relative;
}

.testi-pagi::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    height: 1px;
    background-color: #FFFFFF;
    z-index: -2;
}

.testi-pagi::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 1px;
    background-color: #000000;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.testi-pagi:has(.swiper-pagination-bullet:nth-child(1).my-bullet-prev)::after {
    right: 65%;
}

.testi-pagi:has(.swiper-pagination-bullet:nth-child(2).my-bullet-prev)::after {
    right: 35%;
}

.testi-pagi:has(.swiper-pagination-bullet:nth-child(3).my-bullet-prev)::after {
    right: 0%;
}

.testi-pagi>.testi-pagination {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testi-pagi>.testi-pagination>.swiper-pagination-bullet {
    height: 9px;
    width: 9px;
    background-color: #FFFFFF;
    opacity: 1;
    margin: 0;
}

.testi-pagi>.testi-pagination>.swiper-pagination-bullet.swiper-pagination-bullet-active,
.testi-pagi>.testi-pagination>.swiper-pagination-bullet.my-bullet-prev {
    background-color: #000000;
}

/* Home Business Section */

.busi-box {
    background: #FAFAF9;
    border-radius: 15px;
    padding: 30px;
}

.busi-logo {
    margin-bottom: 25px;
}

.busi-desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 11px 16px;
    border-radius: 10px;
    background-color: #000000;
}

.busi-left h4 {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: #A1A1AA;
    margin-bottom: 0;
}

.busi-left h5 {
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.busi-right p {
    font-weight: 400;
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 0;
}

.busi-report {
    padding: 10px 16px 18px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(35, 40, 105, 0.08);
}

.bu-rep-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.bu-rep-head h4 {
    font-weight: 700;
    font-size: 13px;
    line-height: 22px;
    color: #18181B;
    margin-bottom: 0;
}

.bu-rep-head h5 {
    font-weight: 700;
    font-size: 13px;
    line-height: 22px;
    color: #D4D4D8;
    margin-bottom: 0;
}

.bu-rep-img img {
    width: 100%;
}

.ank-hm-business .title p {
    margin-bottom: 30px;
}

.ank-hm-business .btns {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ank-hm-business .btns .btn-default {
    background-color: #000000;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}

.ank-hm-business .btns .btn-default:hover {
    background-color: #0B85D1;
    color: #FFFFFF;
}

.ank-hm-business .btns .btn-outline {
    background-color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    padding: 13px 49px;
    border: 2px solid #A1A1AA;
    border-radius: 10px;
}

.ank-hm-business .btns .btn-outline:hover {
    background-color: #10BCC6;
    color: #FFFFFF;
    border-color: #10BCC6;
}

/* Home download section */

.ank-hm-download .title h2 {
    max-width: 80%;
}

.ank-hm-download .title p {
    margin-bottom: 30px;
}

.ank-hm-download .title .btn-default {
    padding: 14px 28px;
}

.down-img-inner {
    width: fit-content;
    padding-right: 20px;
    margin-left: auto;
}

.down-shap {
    position: absolute;
    top: 0;
    right: 0;
}

.down-shap.shap-1 {
    top: -37px;
    left: -53px;
    right: auto;
    transform: rotate(-5deg);
}

.down-shap.shap-2 {
    top: -19px;
    transform: rotate(-7deg);
    right: 95px;
}

.down-shap.shap-3 {
    top: 20px;
}



/* Get in Toch Section */

.get-cta-inner {
    padding: 33px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}

.get-cta-inner .row {
    row-gap: 25px;
}

.get-cta-inner .forminator-label {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #273C75 !important;
    display: inline-block !important;
    margin-bottom: 8px !important;
}

.get-cta-inner .forminator-input,
.get-cta-inner .forminator-textarea {
    width: 100% !important;
    background: #FFFFFF !important;
    border: 1px solid #D1D5DB !important;
    border-radius: 8px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    color: #9CA3AF !important;
    padding: 15px 17px !important;
}

.forminator-button {
    display: block !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    color: #FFFFFF !important;
    width: 100% !important;
    background: #0B85D1 !important;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(0, 0, 0, 0.1) !important;
    border-radius: 6px !important;
    border: none !important;
    padding: 6px 22px !important;
    position: relative;
}

.forminator-button::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.6907 14.4577C9.71603 14.5208 9.76006 14.5747 9.81688 14.6121C9.87371 14.6494 9.9406 14.6685 10.0086 14.6668C10.0766 14.665 10.1424 14.6426 10.1973 14.6023C10.2521 14.5621 10.2933 14.506 10.3154 14.4417L14.6487 1.77503C14.67 1.71596 14.6741 1.65203 14.6604 1.59073C14.6468 1.52943 14.6159 1.47329 14.5715 1.42888C14.5271 1.38447 14.471 1.35363 14.4097 1.33996C14.3484 1.32629 14.2844 1.33036 14.2254 1.3517L1.5587 5.68503C1.49436 5.70709 1.43832 5.74831 1.39808 5.80314C1.35785 5.85798 1.33535 5.92381 1.33361 5.9918C1.33186 6.05979 1.35096 6.12669 1.38834 6.18351C1.42571 6.24034 1.47958 6.28437 1.5427 6.3097L6.82937 8.4297C6.99649 8.49661 7.14833 8.59667 7.27574 8.72385C7.40315 8.85103 7.50349 9.00269 7.5707 9.1697L9.6907 14.4577Z' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.5692 1.43164L7.27588 8.72431' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: 13px;
}

/* Footer */

footer {
    padding: 70px 0 50px;
}

.f-logo {
    margin-bottom: 20px;
    display: inline-block;
}

.f-desc p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.f-com-info li+li {
    margin-top: 12px;
}

.f-com-info li a {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
}

.f-com-info li a:hover,
.f-link .menu-item a:hover,
.f-b-desc p a:hover {
    color: #10BCC6;
}

.f-com-info li a path {
    transition: all 0.4s ease-in-out;
}

.f-com-info li a:hover path {
    fill: #10BCC6;
}

.f-tili-wrap {
    display: flex;
    justify-content: space-around;

}

.f-title h5 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.f-link .menu-item+.menu-item {
    margin-top: 10px;
}

.f-link .menu-item a {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
}

.f-bottom {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #E2E8F0;
}

.f-social-title h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
}

.f-social {
    display: flex;
    align-items: center;
    gap: 4px;
}

.f-social li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(148, 147, 163, 0.63);
    border-radius: 50px;
}

.f-social li a:hover {
    background-color: #10BCC6;
}

.f-b-desc p {
    margin-bottom: 0;
    color: #FFFFFF;
}

.f-b-desc p a {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}

/* GST Search Section */

.gst-search-box {
    border: 1px solid #EAECF0;
    border-radius: 12px;
}

.gst-search-form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px;
}

.gst-search-input input {
    background: #FFFFFF;
    border: 1px solid #0B85D1;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #E0F3FF;
    border-radius: 8px;
    padding: 10px 14px 10px 42px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #667085;
    min-width: 400px;
}

.gst-search-input span {
    position: absolute;
    height: 20px;
    width: 20px;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.gst-search-form button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    gap: 8px;
    background: #000000;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.gst-search-content {
    border-top: 1px solid #EAECF0;
    padding: 40px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
}

.gst-search-icon {
    margin-bottom: 15px;
}

.gst-search-desc {
    max-width: 350px;
    text-align: center;
}

.gst-search-desc h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #101828;
    margin-bottom: 4px;
}

.gst-search-desc p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #667085;
    margin-bottom: 0;
}

/* Calculator Section */

.calcultor-box {
    padding: 55px 50px;
    border: 1px solid #D7D7D7;
    box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.calcultor-box .row {
    margin-top: 30px;
}

.calcu-box+.calcu-box {
    margin-top: 50px;
}

.calcu-box .existing-balance-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calcu-box .white-bx {
    margin-bottom: 16px;
}

.calcu-box .white-bx .existing-balance-container {
    margin-bottom: 25px;
}

.calcu-box .white-bx .existing-balance-container .existingbal-desc .title {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 0;

}

.calcu-box .white-bx .existing-balance-container .form-input {
    width: 140px;
    padding: 10px 16px;
    background: #000000;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    outline: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
}

.calcu-box .white-bx .existing-balance-container .static-placeholder {
    position: absolute;
    top: 13px;
    left: 80px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: rgba(37, 36, 57, 0.5);
    margin: 0;
}

/* ================= Slider ================= */

.calcu-box .slider-wraper {
    position: relative;
    z-index: 1;
}

.calcu-box .slider-wraper .styled-slider {
    height: 5px;
    background: #D9D9D9;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.calcu-box .slider-wraper .styled-slider input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    background: transparent;
    outline: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    transition: background 450ms ease-in;
}

/* Webkit Thumb */
.calcu-box .slider-wraper .styled-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 2px solid #0B85D1;
    cursor: pointer;
    transition: transform 0.2s ease;
    z-index: 2;
}

/* Firefox Thumb */
.calcu-box .slider-wraper .styled-slider input[type="range"]::-moz-range-thumb {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 2px solid #0B85D1;
    cursor: pointer;
    transition: transform 0.2s ease;
    z-index: 2;
}

.calcu-box .slider-wraper .styled-slider input[type="range"]::-moz-range-track {
    background: transparent;
    height: 5px;
    border-radius: 999px;
}

/* IE / Edge */
.calcu-box .slider-wraper .styled-slider input[type="range"]::-ms-thumb {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 2px solid #0B85D1;
    cursor: pointer;
    transition: transform 0.2s ease;
    z-index: 2;
}

.calcu-box .slider-wraper .styled-slider input[type="range"]::-ms-track {
    background: transparent;
    border-color: transparent;
    color: transparent;
    height: 10px;
}

/* Slider Ticks */
.calcu-box .slider-wraper .styled-slider .slider-ticks .slider-tick {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 2px;
    background: rgba(255, 255, 255, 0.5);
}

.calcu-box .slider-wraper .styled-slider .slider-ticks .slider-tick.is-current {
    opacity: 0;
}

/* Help Block */
.calcu-box .slider-wraper .help-block {
    margin: 8px 0 0;
    display: flex;
    justify-content: space-between;
}

.calcu-box .slider-wraper .help-block span {
    font-size: 12px;
    font-weight: 500;
    color: #686873;
}

.calcu-input-inner .calcu-btn .btn-default {
    border: none;
    padding: 16px 70px;
    background-color: #000000;
    color: #FFFFFF;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    transition: all 0.3s ease-in-out;
}

.calcu-input-inner .calcu-btn .btn-default:hover {
    background-color: #0B85D1;
}

.calcu-detials-mai {
    background-color: #0B85D1;
    border-radius: 10px;
}

.calcu-data-count {
    padding: 25px 30px;
    background: #EBF7FF;
    border-radius: 10px;

}

.calcu-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.calcu-top li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.calcu-top li+li {
    margin-top: 5px;
}

.calcu-top li span {
    width: 24px;
    height: 9px;
    background: #D9D9D9;
    border-radius: 10px;
}

.calcu-top li.in-am span {
    background: #0B85D1;
}

.calcu-top li p {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 0;
}

.count-num>div {
    position: absolute;
    top: 50px;
    right: 30px;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
}

.count-num>div.pr-am-num {
    top: auto;
    bottom: 45px;
    left: 35px;
    font-size: 12px;
    line-height: 20px;
    color: #0B85D1;
}

.calcu-bottom ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
}

.calcu-bottom ul li+li {
    margin-top: 13px;
}

.calcu-bottom ul li>* {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 0;
}

.calcu-bottom ul li p {
    width: 90px;
    font-weight: 600;
}

.calcu-data-count::after {
    content: '';
    position: absolute;
    bottom: -39px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: auto;
    border-left: 53px solid transparent;
    border-right: 53px solid transparent;
    border-top: 53px solid #EBF7FF;
}

.calcu-totle-data {
    padding: 58px 30px 35px;
}

.calcu-totle-data h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 23px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.data-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.data-inner-item span {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 2px;
}

.data-inner-item p {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 0;
}


/* Inner banner css */

.ank-inner-banner {
    min-height: 750px;
    padding: 75px 0 50px;
    margin-top: 103px;
}

.inb-desc h5 {
    margin: 0 auto 17px;
}

.inb-desc h1 b,
.inb-desc h1 strong {
    color: #333333;
}

.inb-desc h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #F2F2F2;
    margin-bottom: 20px;
}

.inb-desc p {
    margin: 0 auto 20px;
}

.inb-btns {
    justify-content: center;
    margin-bottom: 35px;
}

.ank-inner-banner-counter .row+.row {
    margin-top: 40px;
}

.inb-box {
    padding: 30px 35px;
    text-align: center;
    background: rgba(231, 243, 251, 0.2);
    backdrop-filter: blur(3px);
    border-radius: 20px;
    border: 2px solid #FFFFFF;
}


.ank-inner-banner-counter .inb-box {
    padding: 25px 35px;
}

.inb-box h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 61px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0;
}

.inb-box p {
    font-weight: 600;
    font-size: 17.2171px;
    line-height: 19px;
    color: #FFFFFF;
    margin: 14px 0 0;
}

/* Product Page */

/* Modules Section */

.mod-tab-slider {
    padding: 25px 50px;
    background: #E3F4FF;
}

.mod-tab-box,
.solu-tab-box {
    padding: 20px 27px;
    background: #FFFFFF;
    border-radius: 20px;
    border: 2px solid #F1F2F9;
    text-align: center;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.mod-tab-box.active,
.mod-tab-box:hover {
    background: #0B85D1;
}

.mod-tab-box path {
    transition: all 0.4s ease-in-out;
}

.mod-tab-box.active path,
.mod-tab-box:hover path {
    fill: #FFFFFF;
}

.mod-tab-box p,
.solu-tab-box p {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    margin: 10px 0 0;
}


.mod-tab-box.active p,
.mod-tab-box:hover p {
    color: #FFFFFF;
}

.mod-tb-img {
    width: 100%;
    padding: 15px;
    background: rgba(17, 197, 196, 0.2);
    backdrop-filter: blur(2.5px);
    border-radius: 10px;
}

.mod-tb-img img {
    width: 100%;
}

.mod-contant {
    display: none;
}

.mod-contant .title p {
    margin-bottom: 20px;
}

.mod-contant .title h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #0B85D1;
    margin-bottom: 10px;
}

.mod-contant .default-bullet ul li+li {
    margin-top: 10px;
}

.mod-contant .default-bullet ul {
    margin-bottom: 30px;
}

/* Price Plan Section */

.plan-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    gap: 24px;
    margin-top: 20px;
}

.plan-tab p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #191D23;
    margin-bottom: 0;
}

.plan-tab ul {
    display: flex;
    align-items: center;
    width: 44px;
    padding: 2px;
    border-radius: 50px;
    background: #10BCC6;
}

.plan-tab ul .plan-item {
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.plan-tab ul .plan-item.active {
    opacity: 1;
}

.discount-leble {
    position: absolute;
    bottom: -40px;
    left: 59%;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-end;
    z-index: -1;
}

.discount-leble span {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #0B85D1;
    margin-bottom: 16px;
}

.price-box {
    border-radius: 12px;
    padding: 40px 25px 25px;
    transition: all 0.4s ease-in-out;
    height: 100%;
}

.price-box:hover {
    background: linear-gradient(180deg, #0B85D1 0%, #11C5C4 100%);
    box-shadow: 0px 10px 25px rgba(17, 197, 196, 0.2);
}

.price-head {
    margin-bottom: 40px;
}

.price-head h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #191D23;
    margin-bottom: 11px;
    transition: all 0.4s ease-in-out;
}

.price-head p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #64748B;
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out;
}

.price-head h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 56px;
    line-height: 68px;
    color: #191D23;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.4s ease-in-out;
}

.price-head h3 span {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #4B5768;
    transition: all 0.4s ease-in-out;
}

.price-head .btn-outline {
    padding: 10px 20px;
    border: 2px solid #0B85D1;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #0B85D1;
    width: 100%;
    justify-content: center;
}

.price-box:hover .price-head .btn-outline {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #0B85D1;
}

.scondary-bullet ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #191D23;
    transition: all 0.4s ease-in-out;
}

.price-box:hover .price-head h4,
.price-box:hover .price-head p,
.price-box:hover .price-head h3,
.price-box:hover .price-head h3 span,
.price-box:hover .scondary-bullet ul li {
    color: #FFFFFF;
}

.scondary-bullet ul li+li {
    margin-top: 12px;
}

.scondary-bullet ul li::before {
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8162 4.20701C14.0701 4.47369 14.0597 4.89568 13.793 5.14954L6.08929 12.4829C5.95774 12.6081 5.78078 12.6742 5.59933 12.666C5.41789 12.6577 5.24766 12.5758 5.12803 12.4391L2.16506 9.05451C1.92254 8.77748 1.95052 8.35629 2.22755 8.11377C2.50459 7.87125 2.92577 7.89923 3.16829 8.17626L5.67342 11.0379L12.8737 4.1838C13.1404 3.92994 13.5624 3.94033 13.8162 4.20701Z' fill='%230B85D1'/%3E%3C/svg%3E%0A");
    background-size: 16px 16px;
    transition: all 0.4s ease-in-out;
}

.price-box:hover .scondary-bullet ul li::before {
    background-color: #FFFFFF;
}

.plan-content-main {
    margin: 70px 0 30px;
}

.plan-content {
    display: none;
}

.plan-desc p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #191D23;
    margin-bottom: 15px;
}

.plan-desc .btn-outline {
    padding: 10px 110px;
    border: 2px solid #0B85D1;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #0B85D1;
    justify-content: center;
    margin: 0 auto;
}

.plan-desc .btn-outline:hover {
    background-color: #0B85D1;
    color: #FFFFFF;
}


/* Partner Section */

.partner-box {
    padding: 25px 40px;
    border-radius: 20px;
    background-color: #F8F8F8;
    transition: all 0.4s ease-in-out;
    border: 1px solid transparent;
}

.partner-box:hover {
    background-color: #FFFFFF;
    border-color: #11C5C4;
    box-shadow: 0px 4px 20px 1px rgba(17, 197, 196, 0.2);
}

.partner-img {
    height: 0;
    width: 50px;
    border-radius: 10px;
    background-color: #11C5C4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    transition: all 0.4s ease-in-out;
}

.partner-box:hover .partner-img {
    height: 50px;
}

.partner-desc h3 {
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
    font-weight: 600;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: -0.3px;
    color: #000000;
    transition: all 0.4s ease-in-out;
}

.partner-box:hover .partner-desc h3 {
    color: #0B85D1;
}

.partner-desc p {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 10px;
}

.partner-desc.scondary-bullet ul {
    margin-bottom: 20px;
}

.partner-desc.scondary-bullet ul li {
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    color: #191D23;
}

.partner-desc .btn-outline {
    padding: 10px 20px;
    border: 2px solid #0B85D1;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #0B85D1;
    justify-content: center;
    display: flex;
    width: 100%;
}

.partner-box:hover .partner-desc .btn-outline {
    background-color: #0B85D1;
    color: #FFFFFF;
}

/* Why Partner Section */

.ank-why-partner .title p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.ank-why-partner .title h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.ank-why-partner .title a {
    padding-left: 62px;
    padding-right: 62px;
}

.why-part-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.why-part-box {
    padding: 32px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid #F1F2F9;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.why-part-box+.why-part-box {
    margin-top: 24px;
}

.why-part-inner:nth-child(1) .why-part-box:nth-child(1),
.why-part-inner:nth-child(2) .why-part-box:nth-child(2) {
    min-height: 306px;
}


.wpart-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #F1F2F9;
    box-shadow: inset 0px 1.25px 1.66667px rgba(255, 255, 255, 0.4), inset 0px -2.5px 4.16667px rgba(103, 96, 181, 0.2);
    border-radius: 6px;
    margin-bottom: 12px;
}

.wpart-head p {
    font-weight: 500;
    font-size: 14px;
    line-height: 115%;
    color: #FFFFFF;
    margin-bottom: 32px;
}

.why-part-desc h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 50px;
    line-height: 62px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.ank-why-partner .row+.row {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #E4E4E7;
}

.wpart-icon-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.wpart-icon-inner .wpart-icon {
    width: 56px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 15px;
}

.wpart-icon-inner p {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 0;
}

/* Integration Section */

.ank-integration .row {
    row-gap: 30px;
}

.int-box {
    width: fit-content;
    margin: 0 auto;
}

.int-img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    height: 80px;
    width: 80px;
    border-radius: 50px;
    margin: 0 auto 20px;
    transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 0;
}

.int-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #EAFAFA;
    border-radius: 50px;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.int-box:hover .int-img::after {
    inset: -10px;
    box-shadow: 0px 4px 10px rgba(17, 197, 196, 0.2);
    background: linear-gradient(180deg, #0B85D1 0%, #11C5C4 100%);
}

.int-box .int-img path {
    transition: all 0.4s ease-in-out;
}

.int-box:hover .int-img path {
    fill: #FFFFFF;
}

.int-desc h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #101828;
    margin-bottom: 0;
}

.int-desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #0B85D1;
    margin-bottom: 0;
}

/* Technical Specification Section */

.tec-speci-img img {
    width: 100%;
}

.tec-speci-icon {
    margin-bottom: 20px;
}

.tec-speci-desc h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #101828;
    margin-bottom: 8px;
}

.tec-speci-desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #667085;
    margin-bottom: 0;
}


/* Trusted Section */
.trust-box {
    padding: 33px 14px;
    border: 1px solid #878787;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
}

.trust-box:hover {
    border-color: #10BCC6;
    box-shadow: 0px 4px 15px rgba(17, 197, 196, 0.2);
}

.trust-icon {
    width: 50px;
    height: 50px;
    background-color: #11C5C4;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 5px;
}

.trust-desc h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #101828;
    margin-bottom: 5px;
}

.trust-desc p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #667085;
    margin-bottom: 0;
}


/* Industry Listing Page */

/* industry-listing Section */

.ank-indu-list .row {
    row-gap: 30px;
}

.indu-list-box {
    background: #FFFFFF;
    border: 1px solid #808285;
    border-radius: 12px;
    transition: all 0.4s ease-in-out;
}

.indu-list-box:hover {
    box-shadow: 0px 1px 10px rgba(17, 197, 196, 0.2);
    border-color: #10BCC6;
}

.indu-list-img {
    position: relative;
    z-index: 1;
}

.indu-list-img:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 0;
}

.indu-list-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.indu-list-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.indu-list-title {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 15px;
    z-index: 1;
}

.indu-list-title h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.indu-list-title p {
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.indu-list-icon img,
.indu-list-icon svg {
    width: auto;
    max-width: 32px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.list-desc {
    padding: 20px;
}

.list-desc p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4B5563;
    margin-bottom: 12px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.list-desc.default-bullet ul {
    margin-bottom: 25px;
}

.list-desc.default-bullet ul li {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #4B5563;
}

.list-desc.default-bullet ul li::before {
    height: 18px;
    width: 18px;
    background-size: 9px 7px;
}

.list-desc.default-bullet ul li+li {
    margin-top: 10px;
}

.list-btns {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.list-btns .btn-arrow {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #333333;
    gap: 10px;
}

.indu-list-box .list-btns .btn-arrow svg,
.indu-list-box .list-btns .btn-arrow svg path {
    transition: all 0.4s ease-in-out;
}

.indu-list-box:hover .list-btns .btn-arrow svg {
    transform: rotate(30deg);
}

.indu-list-box:hover .list-btns .btn-arrow svg path {
    stroke: #0B85D1;
}

.indu-list-box:hover .list-btns .btn-arrow {
    color: #0B85D1;
}

.list-btns .list-badge {
    padding: 3px 6px;
    background: rgba(11, 133, 209, 0.2);
    backdrop-filter: blur(2px);
    border-radius: 50px;
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
    color: #0B85D1;
}


/* Free Consultation Section */

.ank-free-consult .title p {
    color: #FFFFFF;
}

.free-box {
    padding: 30px;
    background: rgba(231, 243, 251, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid #F1F2F9;
    border-radius: 20px;
}

.free-icon {
    margin-bottom: 10px;
}

.free-desc h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.free-desc p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 0px;
}

/* Solution Page */

/* Our Solution Section */

.solu-tab-slider {
    padding: 0 50px;
}

.solu-tab-box {
    background-color: rgba(243, 243, 243, 1);
    backdrop-filter: blur(4px);
}

.solu-tab-box:hover,
.solu-tab-box.active {
    background-color: rgba(11, 133, 209, 0.2);
}

.solu-tab-box.active p {
    color: #0B85D1;
}

.sol-chall-box {
    background: #FFFFFF;
    border: 1px solid #B2B2B2;
    border-radius: 20px;
    padding: 20px;
    transition: all 0.4s ease-in-out;
}

.sol-chall-box:hover {
    box-shadow: 0px 1px 10px rgba(17, 197, 196, 0.2);
    border-color: #10BCC6;
}

.sol-chall-icon {
    margin-bottom: 10px;
}

.sol-chall-box .sol-chall-icon path {
    transition: all 0.4s ease-in-out;
}

.sol-chall-box:hover .sol-chall-icon path {
    fill: #11C5C4;
}

.sol-chall-box h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
}

.sol-chall-box:hover h4 {
    color: #11C5C4;
}

.sol-chall-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #667085;
    max-width: 55%;
    margin: 0 auto;
}

.solu-contant .row:nth-child(3) {
    border-top: 1px solid #E4E4E7;
    padding-top: 30px;
}

.solu-contant .wpart-icon-inner .wpart-icon {
    background-color: #333333;
    border-color: #333333;
    margin: 0 auto 15px;
    box-shadow: none;
}

.solu-contant .wpart-icon-inner p {
    color: #333333;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}

.solu-contant .wpart-icon-wrap {
    column-gap: 80px;
}

.ank-solutions .problem-box {
    padding: 23px 23px 50px 0;
}

/* See Action section */

.seac-box {
    background: #FFFFFF;
    border: 1px solid #8C8C8C;
    border-radius: 12px;
    transition: all 0.4s ease-in-out;
}

.seac-box:hover {
    box-shadow: 0px 1px 10px rgba(17, 197, 196, 0.2);
    border-color: #10BCC6;
}

.seac-img>img {
    width: 100%;
    border-radius: 12px 12px 0 0;
}

.time-label {
    position: absolute;
    bottom: 15px;
    left: 15px;
    padding: 4px 10px;
    gap: 10px;
    background: #FFFFFF;
    opacity: 0.8;
    backdrop-filter: blur(1px);
    border-radius: 50px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
}

.sea-play-icon a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 54px;
    width: 54px;
    background-color: #11C5C4;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seac-desc {
    padding: 20px;
}

.seac-desc h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    align-items: center;
    color: #000000;
    margin-bottom: 5px;
    transition: all 0.4s ease-in-out;
}

.seac-box:hover .seac-desc h3 {
    color: #0B85D1;
}

.seac-desc p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4B5563;
    margin-bottom: 0;
}

@media screen and (max-width: 1399px) {

    /* Home Page */

    .story-count .count p {
        max-width: 66%;
    }

    /* About Us Page */

    .team-head-content h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .team-box {
        height: 183px;
        width: 223px;
    }

    .team-main .team-inner:nth-child(3) .team-box-wrap:nth-child(2) {
        height: 183px;
        width: 210px;
    }

    .team-main .team-inner:nth-child(4) .team-box-wrap::before,
    .team-main .team-inner:nth-child(5) .team-box-wrap::before {
        top: 15px;
        left: -30px;
        height: 156px;
        width: 40px;
    }

    .team-box-wrap::after {
        top: 15px;
        right: -30px;
        height: 156px;
        width: 40px;
    }

}

@media screen and (max-width:1024px) {

    .mtb-120 {
        margin: 90px 0;
    }

    .mt-80 {
        margin-top: 60px;
    }

    .ptb-120 {
        padding: 90px 0;
    }

    .ptb-60 {
        padding: 50px 0;
    }

    .ptb-80 {
        padding: 70px 0;
    }

    .pt-120 {
        padding-top: 90px;
    }

    /* Header */
    header {
        padding: 20px 0;
    }

    header .menu-item+.menu-item {
        margin-left: 40px;
    }

    header .menu-item:last-child a {
        padding: 12px 22px;
    }


    /* Home Page */

    .zdl-hm-banner {
        padding-top: 140px;
    }

    .hb-desc h1 {
        font-size: 52px;
        line-height: 64px;
    }

    .hb-desc p {
        font-size: 16px;
        line-height: 24px;
    }

    .zdl-pagination {
        right: -20px;
    }

    .zdl-story-main {

        padding: 30px;
    }

    .title h2 {
        font-size: 42px;
        line-height: 52px;
    }

    .title p {
        font-size: 16px;
        line-height: 24px;
    }

    .default-btn {
        padding: 12px 22px;
    }

    .story-count {
        gap: 20px;
    }

    .story-count .count {
        padding: 15px 0;
    }

    .story-count .count h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .story-count .count p {
        font-size: 14px;
        line-height: 20px;
    }

    .story-img {
        bottom: -30px;
    }

    .prot-desc {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

    .prot-desc h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .prot-desc p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .prot-desc a.secondary-btn {
        font-size: 14px;
        line-height: 22px;
    }

    .prot-desc a.secondary-btn svg {
        max-width: 25px;
        max-height: 25px;
    }

    footer {
        margin-top: 90px;
    }

    footer .title p {
        max-width: 100%;

    }

    .f-cta-img img {
        width: 100%;
    }

    .f-desc p {
        max-width: 100%;
        font-size: 16px;
        line-height: 24px;
    }

    .f-title h5 {
        font-size: 18px;
        line-height: 22px;
    }

    .f-link li+li {
        margin-top: 10px;
    }

    .f-link li a {
        font-size: 16px;
        line-height: 24px;
    }

    .f-cta-details ul .menu-item+.menu-item {
        margin-top: 15px;
    }

    .f-b-desc p,
    .f-b-desc p a {
        font-size: 14px;
        line-height: 22px;
    }

    /* About Page */

    /* Story Telling Css */

    .inb-desc h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .inb-desc p {
        font-size: 16px;
        line-height: 24px;
    }

    .misvis-box {
        padding: 30px 20px;
    }

    .misvis-box h3 {
        font-size: 26px;
        line-height: 32px;
    }

    .misvis-box p {
        font-size: 16px;
        line-height: 25px;
    }

    .team-box {
        height: 153px;
        width: 188px;
    }

    .team-content h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .team-content p {
        font-size: 15px;
        line-height: 20px;
    }

    .team-box-wrap::after {
        top: 20px;
        right: -25px;
        height: 120px;
        width: 30px;
    }

    .team-main .team-inner:nth-child(4) .team-box-wrap::before,
    .team-main .team-inner:nth-child(5) .team-box-wrap::before {
        top: 0;
        left: -25px;
        height: 120px;
        width: 30px;
    }

    .team-head-content h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .team-main .team-inner:nth-child(3) .team-box-wrap:nth-child(2) {
        height: 153px;
        width: 175px;
    }

    .team-img img {
        max-width: 100%;
    }

    main:has(.zdl-our-team)+footer,
    main:has(.zdl-cta)+footer {
        margin-top: 130px;
    }

    /* Contact Page */

    .info-box {
        padding: 25px;
    }

    .info-box .content h4 {
        font-size: 22px;
        line-height: 28px;
    }
}

@media screen and (max-width: 991px) {
    .mtb-120 {
        margin: 70px 0;
    }

    .mt-80 {
        margin-top: 50px;
    }

    .ptb-120 {
        padding: 70px 0;
    }

    .ptb-60 {
        padding: 40px 0;
    }

    .ptb-80 {
        padding: 60px 0;
    }

    .mt-50 {
        margin-top: 30px;
    }

    .pt-120 {
        padding-top: 70px;
    }

    /* Header */

    .navbar-brand img {
        max-height: 50px;
    }

    .navbar-toggler {
        border: none;
        padding: 0;
        background: transparent;
        height: 35px;
        width: 35px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler .icon-bar {
        width: 100%;
        height: 3px;
        background-color: #000000;
        display: block;
        border-radius: 10px;
    }

    .navbar-toggler .icon-bar+.icon-bar {
        margin-top: 6px;
    }

    .navbar-toggler .icon-bar:nth-child(2) {
        width: 75%;
    }

    header .navbar-collapse {
        position: fixed;
        top: 0;
        right: -100%;
        bottom: 0;
        min-width: 60%;
        background-color: #FFCC29;
        display: block !important;
        transition: all 0.4s ease-in-out;
        padding-top: 70px;
    }

    header .navbar-collapse.show {
        right: 0;
    }

    .close-btn {
        border: none;
        background-color: transparent;
        padding: 0;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        background-color: #000000;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
    }

    header .navbar-nav {
        height: 100%;
    }

    header .menu-item {
        width: 100%;
    }

    header .menu-item+.menu-item {
        margin-left: 0px;
        border-top: 1px solid #000000;
    }

    header .menu-item:not(:last-child) a,
    header .menu-item:last-child a {
        font-size: 18px;
        line-height: 24px;
        padding: 15px 25px;
        text-align: left;
        width: 100%;
        color: #000000;
        font-weight: 400;
    }

    header.sticky .menu-item:last-child a {
        border: none;
        background-color: transparent;
    }

    header .menu-item:last-child a {
        border-radius: 0;
        border: none;
    }

    header .menu-item:last-child a:hover {
        background-color: transparent;
    }

    header .menu-item:not(:last-child) a:hover,
    header .menu-item:not(:last-child) a:focus,
    header .menu-item:not(:last-child) a:active,
    header .menu-item:last-child a:hover,
    header .menu-item:last-child a:focus,
    header .menu-item:last-child a:active,
    header .menu-item:not(:last-child).current-menu-item>a,
    header .menu-item:last-child.current-menu-item>a {
        color: #FFFFFF;
    }

    /* Home Page */

    .zdl-hm-banner {
        padding-top: 110px;
        background: none !important;
        z-index: 0;
    }

    .hb-desc h1 {
        font-size: 36px;
        line-height: 50px;
    }

    .hb-desc h1 b {
        display: block;
    }

    .zdl-banner-bg {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
    }

    .zdl-banner-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right;
    }

    .zdl-mbl-banner {
        display: flex;
        justify-content: space-between;
    }

    .zdl-mbl-banner img:first-child {
        max-width: 40%;
        position: relative;
        left: -70px;
        bottom: 0px;
    }

    .zdl-mbl-banner img:last-child {
        max-width: 35%;
        height: 100%;
        position: relative;
        bottom: -20px;
    }

    .zdl-pagination {
        right: -50px;
    }

    .case-desc img {
        max-width: 220px;
    }

    .case-desc p {
        font-size: 16px;
        line-height: 24px;
        max-width: 100%;
    }

    .row {
        row-gap: 30px;
    }

    .title h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .default-btn {
        padding: 10px 20px;
        font-size: 14px;
        line-height: 18px;
    }

    .zdl-story-main .col-xl-5.position-relative {
        position: static !important;
    }

    .story-img {
        bottom: 0;
        right: 10px;
    }

    .story-count {
        gap: 10px;
    }

    .story-count .count h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .story-count .count p {
        max-width: 75%;
    }

    .prot-desc h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .prot-desc .no-active {
        margin-top: 10px;
    }

    .prot-desc p {
        margin-bottom: 15px;
    }

    footer {
        margin-top: 70px;
    }

    .f-mini-cta .row {
        row-gap: 0;
    }

    .f-cta-img {
        position: relative;
        bottom: 0;
        right: 0;
        text-align: center;
    }

    .f-cta-img img {
        width: 30%;
    }

    .f-border {
        padding-top: 30px;
    }

    /* About Page */

    .inb-desc h1 {
        font-size: 36px;
        line-height: 46px;
    }

    .in-story-img img {
        width: auto;
    }

    .team-main {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .team-main .team-inner:nth-child(1) {
        order: 4;
        margin-top: -60px;

    }

    .team-main .team-inner:nth-child(1) .team-box-wrap {
        margin-right: 60px;
    }

    .team-main .team-inner:nth-child(1) .team-box-wrap::after {
        top: -60px;
        right: 31px;
        height: 120px;
        width: 30px;
        transform: rotate(-60deg);
    }

    .team-main .team-inner:nth-child(5) {
        order: 5;
        margin-top: -60px;
    }

    .team-main .team-inner:nth-child(5) .team-box-wrap {
        margin-left: 60px;
    }

    .team-main .team-inner:nth-child(5) .team-box-wrap::before {
        top: -70px;
        left: 47px;
        height: 120px;
        width: 30px;
        transform: rotate(60deg);
    }

    main:has(.zdl-our-team)+footer,
    main:has(.zdl-cta)+footer {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .mtb-120 {
        margin: 50px 0;
    }

    .ptb-120 {
        padding: 50px 0;
    }

    .pt-120 {
        padding-top: 50px;
    }

    /* Header */
    header .navbar-collapse {
        width: 100%;
        padding-top: 60px;
    }

    .navbar-toggler {
        height: 28px;
        width: 28px;
    }

    .navbar-toggler .icon-bar:nth-child(2) {
        width: 70%;
    }

    .navbar-toggler .icon-bar+.icon-bar {
        margin-top: 5px;
    }

    .close-btn {
        width: 35px;
        height: 35px;
    }

    .close-btn svg {
        max-width: 12px;
        max-height: 12px;
    }

    header .menu-item:not(:last-child) a,
    header .menu-item:last-child a {
        font-size: 16px;
        line-height: 22px;
        padding: 15px 20px;
    }

    /* Home Page */

    .zdl-hm-banner {
        padding-top: 100px;
        min-height: auto;
        z-index: 0;
    }

    .zdl-hm-banner::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: linear-gradient(180deg, #FFF 60%, #FFCC29 100%);
        z-index: -1;
    }

    .hb-desc h1 {
        font-size: 28px;
        line-height: 38px;
    }

    .hb-desc p {
        font-size: 14px;
        line-height: 22px;
    }

    .zdl-banner-bg {
        display: none;
    }

    .zdl-mbl-banner img:first-child {
        max-width: 60%;
        left: -45px;
    }

    .zdl-mbl-banner img:last-child {
        max-width: 47%;
        bottom: -40px;
        right: 20px;
    }

    .scroll-down-indicator a svg {
        max-width: 25px;
        max-height: 25px;
    }

    .case-desc p {
        font-size: 14px;
        line-height: 22px;
    }

    .zdl-pagination {
        right: -50px;
    }

    .zdl-pagination .swiper-pagination-bullet {
        height: 6px;
        width: 6px;
    }

    .zdl-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 40px;
    }

    .zdl-story-main {
        padding: 20px;
    }

    .title h2 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .title p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .default-btn {
        padding: 9px 18px;
        font-size: 13px;
        line-height: 17px;
    }

    .story-count {
        grid-template-columns: repeat(1, 1fr);
    }

    .story-img {
        display: none;
    }

    .prot-desc h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .prot-desc p {
        font-size: 14px;
        line-height: 22px;
    }

    footer {
        margin-top: 50px;
        padding: 40px 0 20px;
    }

    .f-cta-img img {
        width: 50%;
    }

    .f-desc p {
        font-size: 14px;
        line-height: 22px;
    }

    .f-link li+li {
        margin-top: 9px;
    }

    .f-link li a {
        font-size: 14px;
        line-height: 22px;
    }

    .f-cta-details ul .menu-item+.menu-item {
        margin-top: 12px;
    }

    .f-bottom.f-border {
        padding-top: 20px;
    }

    .f-bottom .f-b-desc {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    /* About us PAge */

    .zdl-inner-banner {
        min-height: auto;
        padding: 120px 0 80px;
    }

    .inb-desc h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .inb-desc p {
        font-size: 14px;
        line-height: 22px;
    }

    .in-story-img img {
        width: 100%;
    }

    .misvis-box {
        padding: 20px;
    }

    .misvis-box h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .misvis-box p {
        font-size: 14px;
        line-height: 24px;
    }

    .team-main {
        row-gap: 20px;
    }

    .team-main .team-inner:nth-child(3) {
        order: 1;
    }

    .team-main .team-inner:nth-child(2) {
        order: 2;
    }

    .team-main .team-inner:nth-child(4) {
        order: 3;
    }

    .team-main .team-inner:nth-child(3) .team-box-wrap:nth-child(2) {
        display: none;
    }

    .team-box {
        height: 137px;
        width: 168px;
    }

    .team-inner {
        display: flex;
        align-items: center;
    }

    .team-inner .team-box-wrap+.team-box-wrap {
        margin-top: 0px;
    }

    .team-box-wrap::after,
    .team-main .team-inner:nth-child(4) .team-box-wrap::before,
    .team-main .team-inner:nth-child(5) .team-box-wrap::before {
        display: none;
    }

    .team-main .team-inner:nth-child(1),
    .team-main .team-inner:nth-child(5) {
        margin-top: 0;
    }

    .team-main .team-inner:nth-child(1) .team-box-wrap {
        margin-right: 0;
    }

    .team-main .team-inner:nth-child(5) .team-box-wrap {
        margin-left: 0;
    }

    .team-content h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .team-content p {
        font-size: 14px;
        line-height: 18px;
    }

    /* Contact Page */

    .info-box {
        padding: 15px;
        gap: 15px;
    }

    .info-box .icon svg {
        max-width: 40px;
        max-height: 40px;
    }

    .info-box .content h4 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 0;
    }

    .info-box .content a {
        font-size: 14px;
        line-height: 20px;
    }
}