/* Font : Just Sans */

@font-face {
    font-family: 'JUST Sans';
    src: url('../fonts/JUSTSans-Bd.eot');
    src: url('../fonts/JUSTSans-Bd.eot?#iefix') format('embedded-opentype'),
        url('../fonts/JUSTSans-Bd.woff2') format('woff2'),
        url('../fonts/JUSTSans-Bd.woff') format('woff'),
        url('../fonts/JUSTSans-Bd.ttf') format('truetype'),
        url('../fonts/JUSTSans-Bd.svg#JUSTSans-Bd') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JUST Sans ExBold';
    src: url('../fonts/JUSTSans-ExBd.eot');
    src: url('../fonts/JUSTSans-ExBd.eot?#iefix') format('embedded-opentype'),
        url('../fonts/JUSTSans-ExBd.woff2') format('woff2'),
        url('../fonts/JUSTSans-ExBd.woff') format('woff'),
        url('../fonts/JUSTSans-ExBd.ttf') format('truetype'),
        url('../fonts/JUSTSans-ExBd.svg#JUSTSans-ExBd') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JUST Sans ExLight';
    src: url('../fonts/JUSTSans-ExLt.eot');
    src: url('../fonts/JUSTSans-ExLt.eot?#iefix') format('embedded-opentype'),
        url('../fonts/JUSTSans-ExLt.woff2') format('woff2'),
        url('../fonts/JUSTSans-ExLt.woff') format('woff'),
        url('../fonts/JUSTSans-ExLt.ttf') format('truetype'),
        url('../fonts/JUSTSans-ExLt.svg#JUSTSans-ExLt') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JUST Sans';
    src: url('../fonts/JUSTSans-Lt.eot');
    src: url('../fonts/JUSTSans-Lt.eot?#iefix') format('embedded-opentype'),
        url('../fonts/JUSTSans-Lt.woff2') format('woff2'),
        url('../fonts/JUSTSans-Lt.woff') format('woff'),
        url('../fonts/JUSTSans-Lt.ttf') format('truetype'),
        url('../fonts/JUSTSans-Lt.svg#JUSTSans-Lt') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JUST Sans';
    src: url('../fonts/JUSTSans-Md.eot');
    src: url('../fonts/JUSTSans-Md.eot?#iefix') format('embedded-opentype'),
        url('../fonts/JUSTSans-Md.woff2') format('woff2'),
        url('../fonts/JUSTSans-Md.woff') format('woff'),
        url('../fonts/JUSTSans-Md.ttf') format('truetype'),
        url('../fonts/JUSTSans-Md.svg#JUSTSans-Md') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JUST Sans';
    src: url('../fonts/JUSTSans-Rg.eot');
    src: url('../fonts/JUSTSans-Rg.eot?#iefix') format('embedded-opentype'),
        url('../fonts/JUSTSans-Rg.woff2') format('woff2'),
        url('../fonts/JUSTSans-Rg.woff') format('woff'),
        url('../fonts/JUSTSans-Rg.ttf') format('truetype'),
        url('../fonts/JUSTSans-Rg.svg#JUSTSans-Rg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JUST Sans';
    src: url('../fonts/JUSTSans-SmBd.eot');
    src: url('../fonts/JUSTSans-SmBd.eot?#iefix') format('embedded-opentype'),
        url('../fonts/JUSTSans-SmBd.woff2') format('woff2'),
        url('../fonts/JUSTSans-SmBd.woff') format('woff'),
        url('../fonts/JUSTSans-SmBd.ttf') format('truetype'),
        url('../fonts/JUSTSans-SmBd.svg#JUSTSans-SmBd') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    overflow-x: clip;
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

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: "JUST Sans", 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: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a:hover,
a:focus,
a:active {
    color: #6B62AC;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: "JUST Sans", sans-serif;
}

.mtb-120 {
    margin: 120px 0;
}

.mt-120 {
    margin-top: 120px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.ptb-100 {
    padding: 100px 0;
}

img {
    max-width: 100%;
    height: auto;
}

header {
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 99;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(6px);
    border-bottom: 1px solid #E5E5E5;
}

header.sticky {
    backdrop-filter: blur(10px);
}

header .navbar,
header .navbar-brand {
    padding: 0;
    margin: 0;
}

header .navbar-brand {
    min-width: 170px;
}

header .navbar-brand img {
    transition: all 0.4s ease-in-out;
}

header.sticky .navbar-brand img {
    max-width: 140px;
}


header .menu-item {
    display: flex;
}

header .menu-item:last-child {
    display: none;
}

header .menu-item+.menu-item {
    margin-left: 30px;
}

header .menu-item a {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #111111;
    position: relative;
}

header .menu-item a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    right: -4px;
    left: -4px;
    height: 2px;
    background-color: #2B2868;
    z-index: -1;
    transition: all 0.4s ease-in-out;
    transform: scaleX(0);
    transform-origin: right;
    z-index: -1;
}

header .menu-item a::before {
    content: "";
    position: absolute;
    bottom: -4px;
    right: -4px;
    left: -4px;
    height: 2px;
    background-color: #2B2868;
    z-index: -1;
    transition: all 0.4s ease-in-out;
    transform: scaleX(0);
    transform-origin: left;
    z-index: -1;
}

header .menu-item a:hover,
header .menu-item a.active,
header .menu-item a:focus,
header .menu-item.current-menu-item a {
    color: #2B2868;
}

header .menu-item a:hover::before,
header .menu-item a:hover::after,
header .menu-item a.active::before,
header .menu-item a.active::after,
header .menu-item a:focus::before,
header .menu-item a:focus::after,
header .menu-item.current-menu-item a::before,
header .menu-item.current-menu-item a::after {
    transform: scaleX(1);
}

.ar-btn-wrap {
    min-width: 170px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 18px;
}

.menu-btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #111111;
}

/* --- Button --- */

header .default-btn {
    padding: 11px 19px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.14px;
}

.default-btn {
    padding: 14px 20px !important;
    background: #0F0F25 !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 19px !important;
    letter-spacing: -0.15px !important;
    color: #FFFFFF !important;
    transition: all 0.4s ease-in-out !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.default-btn::before,
.outline-btn::before,
.secondary-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2B2868;
    z-index: -1;
    transition: all 0.4s ease-in-out;
    transform: scaleX(0);
    transform-origin: right;
    z-index: -1;
}

.default-btn::after,
.outline-btn::after,
.secondary-btn::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #2B2868;
    z-index: -1;
    transition: all 0.4s ease-in-out;
    transform: scaleX(0);
    transform-origin: left;
    z-index: -1;
}

.default-btn:hover,
.default-btn:active,
.default-btn:focus,
.outline-btn:hover,
.outline-btn:active,
.outline-btn:focus,
.secondary-btn:hover,
.secondary-btn:active,
.secondary-btn:focus {
    color: #FFFFFF;
}

.default-btn:hover::before,
.default-btn:active::before,
.default-btn:focus::before,
.default-btn:hover::after,
.default-btn:active::after,
.default-btn:focus::after,
.outline-btn:hover::before,
.outline-btn:active::before,
.outline-btn:focus::before,
.outline-btn:hover::after,
.outline-btn:active::after,
.outline-btn:focus::after,
.secondary-btn:hover::before,
.secondary-btn:active::before,
.secondary-btn:focus::before,
.secondary-btn:hover::after,
.secondary-btn:active::after,
.secondary-btn:focus::after {
    transform: scaleX(1);
}

.secondary-btn {
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: -0.15px;
    color: #000000;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding: 14px 25px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.dark-section .secondary-btn {
    color: #FFFFFF;
}

.dark-section .secondary-btn svg path {
    stroke: #FFFFFF;
}

.secondary-btn svg path {
    transition: all 0.4s ease-in-out;
}

.secondary-btn:hover svg path {
    stroke: #FFFFFF;
}


/* Banner Section */

.header-space {
    margin-top: 120px;
}

.sm-hm-banner {
    position: relative;
    overflow: hidden
}

.hmb-desc h1 {
    font-weight: 600;
    font-size: 60px;
    line-height: 78px;
    color: #0F0F25;
    margin-bottom: 30px;
}

.hmb-desc h1 b,
.hmb-desc h1 strong {
    font-weight: 600;
    color: #6B62AC;
}

.hmb-desc p {
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: #737373;
    margin-bottom: 0;
}

.hmb-be-btn {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hmb-be-btn {
    margin-top: 30px;
}

.hm-banner-img img {
    width: 100%;
    border-radius: 12px;
}

.hm-banner-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
    border-radius: 12px;
}

.hm-banner-img .badge {
    position: absolute;
    left: 20px;
    top: 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(4px);
    border-radius: 50px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #111111;
    display: flex;
    align-items: center;
    padding: 8px 14px;
    gap: 8px;
}

.hm-banner-img .badge::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background: #6B62AC;
    border-radius: 50px;
}

.hm-banner-img .caption {
    position: absolute;
    left: 20px;
    bottom: 20px;
    max-width: 205px;
}

.hm-banner-img .caption p {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 0;
}


.title.text-center .title-design {
    margin: 0 auto;
    width: fit-content;
}

.title-design h5 {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.32px;
    text-transform: uppercase;
    color: #2B2868;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.title-design h5::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 1px;
    background-color: #2B2868;
}

.title h2 {
    font-weight: 600;
    font-size: 52px;
    line-height: 62px;
    letter-spacing: -1.56px;
    color: #0F0F25;
    margin-bottom: 0;
}

.title h2 b,
.title h2 strong {
    color: #6B62AC;
    font-weight: 600;
}

.title:has(h2+p) h2 {
    margin-bottom: 30px;
}

.title p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #737373;
    margin-bottom: 0;
}

.title p b,
.title p strong {
    font-weight: 600;
    color: #0F0F25;
}

.sm-hm-about .title p+p {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #E5E5E5;
}

.dark-section .title h2,
.dark-section .title-design h5 {
    color: #FFFFFF;
}

.dark-section .title p {
    color: rgba(255, 255, 255, 0.65);
}

.dark-section .title-design h5::before {
    background-color: #FFFFFF;
}

.title ul li {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #737373;
}

.title ul li b,
.title ul li strong {
    color: #2B2868;
    font-weight: 600;
}

.title ul li+li {
    margin-top: 20px;
}

.hm-about-img img,
.smwhy-img img,
.ctbsimg-box img,
.pro-img img,
.ind-card .img-wrap img {
    width: 100%;
}

.ctbsaccordion .accordion-item {
    border: none;
    transition: all 0.4s ease-in-out;
}

.ctbsaccordion .accordion-item+.accordion-item {
    border-top: 1px solid #E5E5E5;
}

.ctbsaccordion .accordion-button {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #737373;
    gap: 15px;
    box-shadow: none !important;
    padding: 16px 0;
    background-color: transparent !important;
    transition: all 0.4s ease-in-out;
}

.ctbsaccordion .accordion-button:not(.collapsed) {
    font-weight: 600;
    color: #2B2868;
    padding-bottom: 32px;
}

.ctbsaccordion .accordion-button span {
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    color: #9E9E9E;
    transition: all 0.4s ease-in-out;
}

.ctbsaccordion .accordion-button:not(.collapsed) span {
    color: #2B2868;
}

.ctbsaccordion .accordion-button::after {
    display: none;
}

.ctbsaccordion .accordion-body {
    padding: 0 0 18px 28px;
}

.ctbsaccordion .accordion-body p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
    margin-bottom: 0px;
}

.ctbsimg-box {
    display: none;
}

.hm-approach .title {
    max-width: 93%;
}

.ea-timeline {
    position: relative;
    z-index: 0;
}

.ea-line {
    position: absolute;
    left: 16px;
    top: 30px;
    bottom: 30px;
    width: 2px;
    border-right: 3px dashed #fff;
    z-index: -1;
}

.ea-step {
    position: relative;
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 8px;
    padding-bottom: 28px;
    cursor: pointer;
}

.ea-step:last-child {
    padding-bottom: 0;
}

.ea-marker {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #E5E5E5;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    transition: .3s ease;
    position: relative;
    z-index: 2;
}

.ea-dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #E5E5E5;
    transition: .3s ease;
}

.ea-step.active .ea-marker {
    border-color: #8b5cf6;
}

.ea-step.active .ea-dot {
    background: #a78bfa;
}

.ea-body {
    margin-top: 18px;
}

.ea-step-label {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #737373;
    display: block;
    margin-bottom: 5px;
}

.ea-body h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 0;
}

/* Collapse / expand */
.ea-details {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows .45s ease, opacity .35s ease, margin .35s ease;
    overflow: hidden;
}

.ea-details-inner {
    min-height: 0;
    overflow: hidden;
}

.ea-step.active .ea-details {
    grid-template-rows: 1fr;
    opacity: 1;
    margin-top: 18px;
}

.ea-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.ea-block {
    margin-bottom: 18px;
}

.ea-block:last-child {
    margin-bottom: 0;
}

.ea-block h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.ea-block p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 0;
}


.ea-step:not(.active) .ea-step-label,
.ea-step:not(.active) .ea-body h3 {
    color: rgba(255, 255, 255, .55);
}

/* Right side visual */
.ea-visual {
    position: relative;
}

.ea-swiper {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    width: 100%;
}

.ea-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ea-pagination {
    position: static;
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 30px;
}

.ea-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background: #FFFFFF;
    opacity: 1 !important;
    margin: 0 !important;
    border-radius: 5px !important;
}

.ea-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 100px;
    background: #fff;
}


.product-tabs ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 30px;
}

.product-tabs .pro-item {
    font-weight: 500;
    font-size: 23px;
    line-height: 28px;
    color: #737373;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #737373;
    cursor: pointer;
}

.product-tabs .pro-item.active {
    font-weight: 600;
    color: #2B2868;
    border-bottom: 2px solid #2B2868;
}

.product-content {
    display: none;
}

.pro-content h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #0F0F25;
    margin-bottom: 10px;
}

.pro-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #737373;
    margin-bottom: 0;
}

.pro-list ul {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #E5E5E5;
}

.pro-list li {
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #737373;
}

.pro-list li b,
.pro-list li strong {
    color: #2B2868;
    font-weight: 600;
}

.pro-list li+li {
    margin-top: 20px;
}

.ind-card {
    overflow: hidden;
    transition: all .4s ease-in-out;
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    height: 100%;
}

.ind-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px -16px rgba(0, 0, 0, .12);
    border-color: #2B2868;
    background-color: #2B286821;
}

.ind-desc {
    padding: 20px;
    transition: all .4s ease-in-out;
}

.ind-desc h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.54px;
    color: #0F0F25;
    margin-bottom: 12px;
}

.ind-desc p {
    font-size: 14px;
    margin-bottom: 16px
}

.ind-d-block+.ind-d-block {
    margin-top: 12px;
}

.ind-d-block h5 {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #0F0F25;
    margin-bottom: 0;
}

.ind-d-block p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #737373;
    margin-bottom: 0;
}

.smtrust-swiper.swiper-grid-column>.swiper-wrapper {
    flex-direction: row;
}

.smtrust-swiper {
    border: 1px solid #E5E5E5;
    border-radius: 12px;
}

.turst-box {
    padding: 20px 0;
    text-align: center;
}

.turst-box img {
    max-height: 55px;
    height: 100%;
}

.smtrust-swiper .swiper-slide+.swiper-slide {
    border-left: 1px solid #E5E5E5;
}

.smtrust-swiper .swiper-slide:nth-child(5) {
    border-left: 0;
}

.smtrust-swiper .swiper-slide:nth-child(5),
.smtrust-swiper .swiper-slide:nth-child(6),
.smtrust-swiper .swiper-slide:nth-child(7),
.smtrust-swiper .swiper-slide:nth-child(8) {
    border-top: 1px solid #E5E5E5;
}

.cta-box {
    padding: 50px 80px 50px 0;
    height: 100%;
}

.cta-desc .title h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 39px;
    color: #191937;
    margin-bottom: 0;
}

.cta-bg {
    position: absolute;
    inset: 0;
    right: -12px;
    left: -100%;
    background: #FCF6FF;
    z-index: -1;
}

.sm-cta .col-lg-6:nth-child(2) .cta-bg {
    left: -12px;
    right: -100%;
}

.sm-cta .col-lg-6:nth-child(2) .cta-box {
    padding-left: 62px;
    padding-right: 0;
}

.cta-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sm-cta .col-lg-6:nth-child(1) .title h3,
.sm-cta .col-lg-6:nth-child(1) .title-design h5 {
    color: #FFFFFF;
}

.sm-cta .title h3 b,
.sm-cta .title h3 strong {
    font-weight: 600;
}

.sm-cta .col-lg-6:nth-child(1) .title-design h5::before {
    background-color: #FFFFFF;
}

.sm-cta .col-lg-6:nth-child(1) .default-btn {
    background: #FFFFFF !important;
    color: #0A0A14 !important;
    transition: all 0.4s ease-in-out !important;
}

.sm-cta .col-lg-6:nth-child(1) .default-btn svg path {
    stroke: #0A0A14 !important;
    transition: all 0.4s ease-in-out !important;
}

.sm-cta .col-lg-6:nth-child(1) .default-btn:hover {
    color: #FFFFFF !important;
}

.sm-cta .col-lg-6:nth-child(1) .default-btn:hover svg path {
    stroke: #FFFFFF !important;
}

footer {
    padding: 50px 0;
}

.f-logo {
    margin-bottom: 20px;
}

.f-desc p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
}

.outline-btn {
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 17px;
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: -0.13px;
    color: #FFFFFF;
    transition: all 0.4s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.f-title h6 {
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 16px;
}

.f-links .menu-item {
    display: flex;
}

.f-links .menu-item+.menu-item {
    margin-top: 13px;
}

.f-links .menu-item a {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    position: relative;
    z-index: 0;
}

.f-links .menu-item a::before {
    content: "";
    position: absolute;
    bottom: -6px;
    right: -4px;
    left: -0px;
    height: 2px;
    background-color: #FFFFFF;
    transition: all 0.4s ease-in-out;
    transform: scaleX(0);
    transform-origin: left;
    z-index: -1;
}

.f-links .menu-item a::after {
    content: "";
    position: absolute;
    bottom: -6px;
    right: -4px;
    left: -0px;
    height: 2px;
    background-color: #FFFFFF;
    z-index: -1;
    transition: all 0.4s ease-in-out;
    transform: scaleX(0);
    transform-origin: right;
    z-index: -1;
}

.f-links .menu-item a:hover::before,
.f-links .menu-item a:hover::after,
.f-links .menu-item a.active::before,
.f-links .menu-item a.active::after,
.f-links .menu-item a:focus::before,
.f-links .menu-item a:focus::after {
    transform: scaleX(1);
}


.f-bottom {
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 13px;
    color: rgba(255, 255, 255, .4);
    margin-top: 30px;
}

.f-bottom p {
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 0;
}

.f-bottom .right {
    display: flex;
    gap: 20px;
    align-items: center
}

.f-bottom a,
.f-bottom span {
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 0;
}

.f-bottom a:hover,
.f-bottom a:focus,
.f-bottom a:active {
    color: #FFFFFF;
}

.sm-inner-banner {
    padding: 50px 0;
}

.sm-inner-banner.header-space {
    margin-top: 78px;
}

.inb-desc h1 {
    font-weight: 600;
    font-size: 55px;
    line-height: 67px;
    color: #0F0F25;
    margin-bottom: 30px;
}

.inb-desc h1 b,
.inb-desc h1 strong {
    font-weight: 600;
    color: #6B62AC;
}

.inb-desc p {
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: #737373;
    margin-bottom: 0;
}

.inb-desc p b,
.inb-desc p strong {
    color: #0F0F25;
    font-weight: 400;
}

.inb-img img {
    border-radius: 12px;
}

.abcore-box {
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    padding: 20px;
    transition: all .4s ease-in-out;
    height: 100%;
}

.abcore-box:hover {
    border-color: #737373;
    transform: translateY(-10px);
    background: #FEFEFE;
}

.abco-icon {
    max-width: 70px;
    min-height: 70px;
    background: #F9F9F9;
    border: 1px solid #D3D3D3;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
}

.abco-desc h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 12px;
}

.abco-desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #737373;
    margin-bottom: 0;
}

.smab-trust .title h2 {
    max-width: 94%;
}

.evolu-img {
    margin-top: 30px;
}

.pro-list-box {
    background: #FEFEFE;
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    padding: 20px;
    transition: all .4s ease-in-out;
}

.pro-list-box+.pro-list-box {
    margin-top: 20px;
}

.pro-list-box:hover {
    background: #EBE8FF;
}

.pro-list-box h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 12px;
}

.pro-list-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #737373;
    margin-bottom: 0;
}

.prstk-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.prstk-box {
    padding: 34px;
    background: #FFFFFF;
    border: 1px solid #E4E4E7;
    border-radius: 10px;
    display: flex;
    gap: 17px;
    transition: all .4s ease-in-out;
}

.prstk-box:hover {
    border-color: #343434;
    transform: translateY(-5px);
}

.prstk-box h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #18181B;
    margin-bottom: 0;
}

.prstk-box p {

    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #18181B;
    margin-bottom: 0;
}

.sm-indu-tabs .product-tabs ul {
    grid-template-columns: repeat(3, 1fr);
}

.sm-indu-tabs .title h2 {
    max-width: 90%;
    margin-bottom: 10px;
}

.sm-indu-tabs .title h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: #2B2868;
    margin-bottom: 30px;
}

.form-container {
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    padding: 50px 50px 75px;
}

.forminator-label {
    display: none !important;
}

.forminator-row-last,
.forminator-ui {
    margin-bottom: 0 !important;
}

.forminator-input,
.forminator-textarea {
    background: #F8F8F8 !important;
    border: 1px solid #DFDFDF !important;
    border-radius: 10px !important;
    padding: 27px 30px !important;
    width: 100% !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 26px !important;
    color: #737373 !important;
    outline: none !important;
}

.forminator-button-submit {
    min-width: fit-content !important;
    width: fit-content !important;
    outline: none !important;
    border: none !important;
    margin: 0 auto !important;
    box-shadow: none !important;
}

.forminator-file-upload {
    background: #F8F8F8 !important;
    border: 1px solid #DFDFDF !important;
    border-radius: 10px !important;
    padding: 20px 20px !important;
    width: 100% !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 26px !important;
    color: #737373 !important;
    outline: none !important;
}

.forminator-button-upload {
    padding: 11px 15px !important;
    background: #0F0F25 !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 18px !important;
    letter-spacing: -0.15px !important;
    color: #FFFFFF !important;
    z-index: 1 !important;
    box-shadow: none !important;
}

.con-add-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1440px;
    background-color: #F0F0F0;
    border-radius: 10px;
    margin: 0 auto;
    overflow: hidden;
}

.conadd-box {
    padding: 90px 50px;
    transition: all .4s ease-in-out;
}

.conadd-box:hover {
    background-color: #0F0F25;
}

.conadd-box+.conadd-box {
    border-left: 1px solid #9C9C9C;
}

.conadd-box h3 {
    font-weight: 600;
    font-size: 23px;
    line-height: 30px;
    color: #0F0F25;
    margin-bottom: 20px;
    transition: all .4s ease-in-out;

}

.conadd-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #737373;
    margin-bottom: 40px;
    transition: all .4s ease-in-out;
}

.conadd-box a {
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    color: #0F0F25;
    transition: all .4s ease-in-out;
}

.conadd-box:hover h3,
.conadd-box:hover a {
    color: #ffffff;
}

.conadd-box:hover p {
    color: #B5B5B5;
}

.nodeadd-box {
    background: #FEFEFE;
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    padding: 18px 20px;
    transition: all .4s ease-in-out;
}

.nodeadd-box+.nodeadd-box {
    margin-top: 20px;
}

.nodeadd-box:hover,
.nodeadd-box.active {
    background: #EBE8FF;
}

.nodeadd-box h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 12px;
}

.nodeadd-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #737373;
    margin-bottom: 0;
}

.nodeadd-box p+p {
    margin-top: 12px;
}

.nodemap-img img {
    width: 100%;
    border-radius: 10px;
}

.nodemap-dot {
    position: absolute;
    top: 230px;
    left: 420px;
    width: 12px;
    height: 12px;
    background: #767676;
    border-radius: 50px;
    transition: all .4s ease-in-out;
}

.nodemap-dot::after {
    content: "";
    position: absolute;
    inset: -3px;
    background: rgba(15, 15, 37, 0.1);
    border-radius: 50px;
    transition: all .4s ease-in-out;
}

.nodemap-dot.active {
    transform: scale(1.3);
    background-color: #0F0F25;
}

.nodemap-dot.active::after {
    transform: scale(1.4);
}

.nodemap-dot-inner .nodemap-dot:nth-child(2) {
    top: 80px;
    left: 250px;
}

.blog-listing .row {
    row-gap: 30px;
}

.blog-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-img a {
    display: block;
    height: 100%;
    width: 100%;
}

.blog-img img {
    width: 100%;
    object-fit: cover;
}

.blog-desc {
    padding-top: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-desc h3,
.blog-desc h3 a {
    font-weight: 400;
    font-size: 23px;
    line-height: 40px;
    color: #121416;
    margin-bottom: 10px;
    transition: all .4s ease-in-out;
}

.blog-desc h3:hover,
.blog-desc h3 a:hover {
    color: #6548FF;
}

.bdate-wrap {
    display: flex;
    align-items: center;
    gap: 56px;
    margin-bottom: 20px;
}

.bdate-left {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 6px;
    align-items: center;
    position: relative;
}

.bdate-left::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -45px;
    width: 36px;
    height: 1px;
    background-color: rgba(108, 117, 125, 0.4);
}

.bdate-left img {
    max-width: 24px;
    max-height: 24px;
}

.bdate-left h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    color: #121416;
    margin-bottom: 0;
}

.bdate p {
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 40px !important;
    color: #6C757D !important;
    margin-bottom: 0 !important;
}

.blog-box .blog-desc p {
    font-weight: 200;
    font-size: 16px;
    line-height: 149.69%;
    color: #6C757D;
    margin-bottom: 10px;
    flex: 1;
}

.blog-desc>a {
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: #121416;
    position: relative;
    display: block;
    width: fit-content;
    padding: 0 10px;
}

.blog-desc>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    height: 1px;
    background-color: #121416;
    transition: all .4s ease-in-out;
}

.blog-desc>a:hover {
    color: #6548FF;
}

.blog-desc>a:hover::after {
    background-color: #6548FF;
}

.sm-inner-banner .bdate-wrap {
    margin-top: 30px;
    margin-bottom: 0;
}

.blogd-desc #wpj-jtoc {
    display: none !important;
}

.blogd-desc h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 33px;
    color: #2B2868;
    margin-bottom: 30px;
}

.blogd-desc p {
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    color: #121416;
    margin-bottom: 30px;
}

.blogd-desc h3+p {
    margin-bottom: 15px;
}

.blogd-desc h3+p+h2 {
    margin-top: 30px;
}

.blogd-desc h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 33px;
    color: #6B62AC;
    margin-bottom: 0;
}

.sidebr-box .wpj-jtoc--title-label {
    font-weight: 400;
    font-size: 25px;
    line-height: 33px;
    color: #121416;
    margin-bottom: 0;
}

.letblog-box+.letblog-box {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #DFDFDF;
}

.letblog-img {
    opacity: 0;
    transition: all .4s ease-in-out;
}

.letblog-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.52);
    transition: all .4s ease-in-out;
}

.letblog-box+.letblog-box .letblog-img::after,
.letblog-box+.letblog-box .letblog-desc {
    top: 15px;
}

.letblog-img img {
    width: 100%;
    transition: all .4s ease-in-out;
}

.letblog-box:hover .letblog-img {
    opacity: 1;
}

.letblog-desc {
    position: absolute;
    inset: 0;
    top: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.letblog-desc h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #121416;
    margin-bottom: 0;
    transition: all .4s ease-in-out;
}

.letblog-desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(18, 20, 22, 0.81);
    margin-bottom: 0;
    transition: all .4s ease-in-out;
}

.letblog-box:hover h3 {
    color: #FFFFFF;
}

.letblog-box:hover p {
    color: rgba(255, 255, 255, 0.81);
}

.blog-testi {
    margin-top: 100px;
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.blog-testi img {
    margin-top: 24px;
}

.blog-testi p {
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #2B2868;
    margin-bottom: 0
}

.blog-details .col-xxl-3,
.career-details .col-lg-3 {
    overflow: visible !important;
}

.side-bar,
.cside-bar {
    position: sticky;
    top: 100px;
}

.benefit-swiper .swiper-slide {
    height: auto !important;
}

.benefit-box {
    display: flex;
    align-items: center;
    padding: 21px 16px;
    gap: 12px;
    background: #F8F8F8;
    border-radius: 5px;
    transition: all .4s ease-in-out;
    height: 100%;
}

.benefit-box:hover {
    background: #0F0F25;
}

.benefit-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #000000;
    margin-bottom: 0;
    transition: all .4s ease-in-out;
}

.benefit-box:hover p {
    color: #FFFFFF;
}

.benefit-box svg path {
    transition: all .4s ease-in-out;
}

.benefit-box:hover svg path {
    stroke: #FFFFFF;
}

.cside-bar ul li {
    padding: 14px 24px;
    transition: all .4s ease-in-out;
    cursor: pointer;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #090808;
    position: relative;
}

.cside-bar ul li.active,
.cside-bar ul li:hover {
    font-weight: 500;
}

.cside-bar ul li+li {
    margin-top: 1px;
}

.cside-bar ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 6px;
    height: 0;
    background-color: #6548FF;
    transition: all .4s ease-in-out;
}

.cside-bar ul li.active::before,
.cside-bar ul li:hover::before {
    height: 100%;
}

.car-list {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DDDDDD;
}

.car-list:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.car-desc h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 160%;
    color: #090808;
    margin-bottom: 8px;
}

.car-desc ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.car-desc ul li {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #090808;
    padding: 6px 16px;
    border-radius: 4px;
    border: 1px solid #090808;
}

.car-desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #737373;
    margin-bottom: 0;
}

.sidebr-box .wpj-jtoc {
    margin: 0 !important;
}

.sidebr-box .wpj-jtoc--header {
    height: fit-content !important;
}

.sidebr-box .wpj-jtoc--toc.wpj-jtoc--toc-inline {
    background: #EBE8FF;
    border-radius: 10px;
}

.sidebr-box .wpj-jtoc--header-main {
    padding: 10px 15px;
    height: fit-content;
}

.sidebr-box .wpj-jtoc--body {
    padding-top: 0 !important;
}

.sidebr-box .wpj-jtoc--header-main .wpj-jtoc--title {
    margin-left: 0 !important;
}

.sidebr-box .wpj-jtoc--item .wpj-jtoc--item-content,
.sidebr-box .wpj-jtoc--item .wpj-jtoc--item-content span,
.sidebr-box .wpj-jtoc--item .wpj-jtoc--item-content a {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #737373;
}

.sidebr-box .wpj-jtoc--item.--jtoc-is-active .wpj-jtoc--item-content,
.sidebr-box .wpj-jtoc--item.--jtoc-is-active .wpj-jtoc--item-content span,
.sidebr-box .wpj-jtoc--item.--jtoc-is-active .wpj-jtoc--item-content a,
.sidebr-box .wpj-jtoc--item:hover .wpj-jtoc--item-content.--jtoc-h2>span,
.sidebr-box .wpj-jtoc--item:hover .wpj-jtoc--item-content.--jtoc-h2>a,
.sidebr-box .wpj-jtoc--item .wpj-jtoc--items .wpj-jtoc--item.--jtoc-h3:hover .wpj-jtoc--item-content.--jtoc-h3>span,
.sidebr-box .wpj-jtoc--item .wpj-jtoc--items .wpj-jtoc--item.--jtoc-h3:hover .wpj-jtoc--item-content.--jtoc-h3>a {
    color: #6548FF !important;
}

/* Responsive */

@media screen and (max-width: 1399px) {
    .smab-trust .title h2 {
        max-width: 100%;
    }

    .product-tabs .pro-item {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 20px;
    }

    .nodemap-dot {
        top: 200px;
        left: 360px;
    }
}

@media screen and (max-width: 1199px) {
    .mtb-120 {
        margin: 90px 0;
    }

    .ptb-100 {
        padding: 80px 0;
    }

    .mt-120 {
        margin-top: 90px;
    }

    header .navbar-brand,
    .ar-btn-wrap {
        min-width: 140px;
    }

    header .navbar-brand img {
        max-width: 140px;
    }

    header.sticky .navbar-brand img {
        max-width: 120px;
    }

    header .menu-item+.menu-item {
        margin-left: 20px;
    }

    header .menu-item a {
        font-size: 13px;
        line-height: 17px;

    }

    .ar-btn-wrap {
        margin-left: 20px;
    }

    header .default-btn {
        padding: 8px 10px;
        font-size: 12px;
        line-height: 16px;
        gap: 4px;
    }

    .hmb-desc h1 {
        font-size: 48px;
        line-height: 66px;
        margin-bottom: 25px;
    }

    .hmb-desc p,
    .title p,
    .pro-content p,
    .inb-desc p {
        font-size: 16px;
        line-height: 26px;
    }

    .default-btn,
    .secondary-btn,
    .outline-btn {
        padding: 12px 16px !important;
        font-size: 14px !important;
        line-height: 18px !important;
        gap: 4px !important;
    }

    .secondary-btn {
        padding: 12px 18px;
    }

    .hm-banner-img .caption p {
        font-size: 18px;
        line-height: 23px;
    }

    .title h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .title:has(h2 + p) h2 {
        margin-bottom: 25px;
    }

    .sm-hm-about .title p+p,
    .pro-list ul {
        padding-top: 15px;
        margin-top: 15px;
    }

    .hmb-be-btn {
        margin-top: 25px;
    }

    .ctbsaccordion .accordion-button:not(.collapsed) {
        padding-bottom: 20px;
    }

    .product-tabs .pro-item {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 15px;
    }

    .pro-content h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .pro-list li {
        font-size: 16px;
        line-height: 22px;
    }

    .pro-list li+li {
        margin-top: 12px;
    }

    .cta-desc .title h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .cta-box {
        padding: 50px 50px 50px 0;
    }

    .sm-cta .col-lg-6:nth-child(2) .cta-box {
        padding-left: 40px;
    }

    .outline-btn {
        font-size: 12px;
        line-height: 16px;
    }

    .f-links .menu-item a {
        font-size: 13px;
        line-height: 17px;
    }

    .sm-inner-banner.header-space {
        margin-top: 69px;
    }

    .ind-desc {
        padding: 18px;
    }

    .ind-desc h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .inb-desc h1 {
        font-size: 43px;
        line-height: 55px;
        margin-bottom: 25px;
    }

    .abco-icon {
        margin-bottom: 50px;
    }

    .abco-desc h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .ea-body {
        margin-top: 14px;
    }

    .ea-block p {
        font-size: 16px;
        line-height: 26px;
    }

    .sm-indu-tabs .title h3 {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 20px;
    }

    .pro-list-box h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .prstk-box {
        padding: 25px;
    }

    .form-container {
        padding: 40px 40px 65px;
    }

    .forminator-input,
    .forminator-textarea {
        padding: 22px 25px !important;
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .conadd-box {
        padding: 50px 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .conadd-box h3 {
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .conadd-box p {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 30px;
    }

    .conadd-box a {
        font-size: 18px;
        line-height: 24px;
    }

    .nodeadd-box h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .blog-desc h3,
    .blog-desc h3 a {
        font-size: 20px;
        line-height: 35px;
    }

    .bdate-wrap {
        gap: 46px;
        margin-bottom: 15px;
    }

    .bdate-left h5 {
        font-size: 15px;
        line-height: 35px;
    }

    .bdate-left::after {
        right: -35px;
        width: 26px;
    }

    .bdate p {
        font-size: 14px !important;
        line-height: 35px !important;
    }

    .blog-desc>a {
        font-size: 18px;
        line-height: 35px;
    }

    .blogd-desc h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .blogd-desc p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .blogd-desc h3 {
        font-size: 16px;
        line-height: 26px;
    }

    .blog-testi p {
        font-size: 20px;
        line-height: 30px;
    }

    .sidebr-box .wpj-jtoc--title-label {
        font-size: 20px;
        line-height: 28px;
    }

    .letblog-desc h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .benefit-box {
        padding: 20px 16px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 10px;
    }

    .benefit-box img {
        max-width: 30px;
        max-height: 30px;
    }

    .benefit-box p {
        font-size: 15px;
    }

    .cside-bar ul li {
        padding: 12px 24px;
        font-size: 18px;
    }

    .car-desc h3 {
        font-size: 24px;
    }

    .forminator-file-upload {
        padding: 15px 15px !important;
    }

    .forminator-button-upload {
        padding: 10px 13px !important;
        font-size: 14px !important;
        line-height: 18px !important;
    }

    .nodemap-dot {
        top: 170px;
        left: 300px;
        width: 10px;
        height: 10px;
    }

    .nodemap-dot::after {
        inset: -2px;
    }
}

@media (max-width: 991px) {
    .mtb-120 {
        margin: 70px 0;
    }

    .ptb-100 {
        padding: 60px 0;
    }

    .mt-120 {
        margin-top: 70px;
    }

    .mt-50 {
        margin-top: 30px;
    }

    .row {
        row-gap: 30px;
    }

    header .navbar-brand img {
        max-width: 130px;
    }

    header .default-btn {
        padding: 10px 12px;
        font-size: 12px;
        line-height: 16px;
        gap: 4px;
    }

    .navbar-toggler {
        width: 30px;
        display: flex;
        flex-direction: column;
        align-items: end;
        justify-content: center;
        gap: 5px;
        padding: 0;
        border: none !important;
        box-shadow: none !important;
        background-color: transparent !important;
        outline: none !important;
        margin-left: auto !important;
    }

    .navbar-toggler .icon-bar {
        display: flex;
        width: 100%;
        height: 3px;
        border-radius: 2px;
        background-color: #2B2868;
    }

    .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: #FFFFFF;
        display: block !important;
        transition: all 0.4s ease-in-out;
        padding-top: 80px;
        overflow-y: auto;
        z-index: 100;
        height: 100vh;
        box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.15);
        border-left: 1px solid #E5E5E5;
    }

    header .navbar-collapse.show {
        right: 0;
        border-left: none;
    }

    header .navbar-nav {
        width: 100%;
    }

    header .menu-item {
        width: 100%;
        margin-left: 0 !important;
        border-top: 1px solid #6B62AC;
    }


    header .menu-item a {
        width: 100%;
        font-size: 16px;
        line-height: 16px;
        padding: 17px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: 0.4s all ease-in-out;
    }

    header .menu-item a:hover,
    header .menu-item a:focus,
    header .menu-item a:focus-visible,
    header .menu-item a:active,
    header .menu-item.current-menu-item a {
        background-color: #6B62AC;
        color: #FFFFFF;
    }

    header .menu-item a::before,
    header .menu-item a::after {
        display: none;
    }

    .close-btn {
        position: absolute;
        top: 15px;
        right: 15px;
        border: none;
        background-color: transparent;
        padding: 0;
        width: 35px;
        height: 35px;
        background-color: #6B62AC;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
    }

    .header-space {
        margin-top: 100px;
    }

    .ar-btn-wrap {
        margin-left: 15px;
    }

    .hmb-desc h1 {
        font-size: 42px;
        line-height: 60px;
        margin-bottom: 20px;
    }

    .hm-banner-img,
    .inb-img {
        width: 60%;
        margin: 0 auto;
    }

    .hm-banner-img .badge {
        font-size: 11px;
        line-height: 14px;
        padding: 6px 12px;
        gap: 6px;
    }

    .title h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .title:has(h2 + p) h2 {
        margin-bottom: 20px;
    }

    .hmb-be-btn {
        margin-top: 20px;
    }

    .hm-about-img img,
    .smwhy-img img,
    .ctbsimg-box img,
    .pro-img img {
        width: 60%;
        display: block;
        margin: 0 auto;
    }

    .hm-about-img img {
        width: 60%;
    }

    .ctbsaccordion .accordion-button {
        font-size: 16px;
        line-height: 22px;
    }

    .product-tabs .pro-item {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 12px;
    }

    .smgm-trust .title,
    .cta-box .title {
        text-align: center;
    }

    .smgm-trust .title .title-design,
    .cta-box .title .title-design {
        margin: 0 auto 10px;
        width: fit-content;
    }

    .turst-box img {
        max-height: 35px;
        height: 100%;
    }

    .sm-cta .row {
        row-gap: 0;
    }

    .cta-bg,
    .sm-cta .col-lg-6:nth-child(2) .cta-bg {
        right: -25%;
        left: -25%;
    }

    .cta-box {
        padding: 40px 0 !important;
    }

    .cta-box .hmb-be-btn {
        justify-content: center;
    }

    footer {
        padding: 50px 0 25px;
    }

    .ctbsaccordion .accordion-item:last-child .accordion-body {
        padding-bottom: 0;
    }

    .product-tabs ul {
        gap: 20px;
    }

    .product-tabs .pro-item {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 10px;
    }


    .sm-inner-banner.header-space {
        margin-top: 67px;
    }

    .sm-inner-banner {
        padding: 35px 0 40px;
    }

    .inb-desc h1 {
        font-size: 37px;
        line-height: 49px;
        margin-bottom: 20px;
    }

    .abco-icon {
        margin-bottom: 40px;
        max-width: 60px;
        min-height: 60px;
    }

    .abco-icon img {
        max-width: 35px;
        max-height: 35px;
    }

    .abtr-img,
    .ea-visual {
        max-width: 60%;
        margin: 0 auto;
    }

    .ea-step {
        padding-bottom: 15px;
    }

    .ea-icon {
        display: none;
    }

    .smab-trust .row,
    .sm-hm-about .row,
    .product-content-main .row {
        flex-direction: column-reverse;
    }

    .sm-pro-tabs .product-content-main .row,
    .sm-indu-tabs .product-content-main .row {
        flex-direction: column;
    }

    .sm-indu-tabs .title h2 {
        max-width: 100%;
    }

    .prstk-grid {
        gap: 20px;
    }

    .prstk-box {
        padding: 18px;
    }

    .con-add-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .conadd-box+.conadd-box {
        border-left: none;
        border-top: 1px solid #9C9C9C;
    }

    .letest-blog {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .letblog-box+.letblog-box {
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
    }

    .letblog-box+.letblog-box .letblog-img::after,
    .letblog-box+.letblog-box .letblog-desc {
        top: 0px;
    }

    .blog-testi {
        margin-top: 60px;
    }

    .cside-bar ul {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .cside-bar ul li {
        border: 1px solid #6548FF;
        border-radius: 5px;
        padding: 10px 20px;
        font-size: 16px;
    }

    .car-desc h3 {
        font-size: 22px;
    }

    .car-desc ul li {
        padding: 6px 12px;
    }

    .car-list {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #DDDDDD;
    }

    .forminator-button-upload {
        min-width: fit-content !important;
        width: fit-content !important;
        margin: 0 10px 0 0 !important;
    }

    .nodemap-dot {
        top: 255px;
        left: 460px;
    }

    .blog-details .row {
        flex-direction: column-reverse;
    }

    .sidebr-box .wpj-jtoc--toc {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .mtb-120 {
        margin: 50px 0;
    }

    .ptb-100 {
        padding: 50px 0;
    }

    .mt-120 {
        margin-top: 50px;
    }

    .ar-btn-wrap {
        display: none;
    }

    header .navbar-collapse {
        min-width: 100%;
    }

    header .navbar-brand img {
        max-width: 120px;
    }

    header.sticky .navbar-brand img {
        max-width: 100px;
    }

    header .navbar-collapse {
        padding-top: 70px;
    }

    header .menu-item a {
        font-size: 15px;
        line-height: 15px;
        padding: 15px 15px;
    }

    .header-space {
        margin-top: 90px;
    }

    .hmb-desc h1 {
        font-size: 30px;
        line-height: 44px;
        margin-bottom: 10px;
    }

    .hmb-desc p,
    .title p,
    .pro-content p,
    .abco-desc p {
        font-size: 15px;
        line-height: 25px;
    }

    .hmb-be-btn {
        flex-wrap: wrap;
    }

    .default-btn,
    .secondary-btn,
    .outline-btn {
        font-size: 13px !important;
        line-height: 13px !important;
        gap: 8px !important;
    }

    .sm-hm-banner .default-btn,
    .sm-hm-banner .secondary-btn {
        width: 100%;
        justify-content: center;
    }

    .hm-banner-img,
    .hm-about-img img,
    .smwhy-img img,
    .ctbsimg-box img,
    .pro-img img,
    .inb-img,
    .abtr-img,
    .ea-visual {
        width: 100%;
        max-width: 100%;
    }

    .title h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .title:has(h2 + p) h2 {
        margin-bottom: 15px;
    }

    .ctbsaccordion .accordion-button {
        padding: 10px 0;
    }

    .ctbsaccordion .accordion-button:not(.collapsed) {
        padding-bottom: 16px;
    }

    .pro-list li {
        font-size: 15px;
        line-height: 25px;
    }

    .cta-desc .title h3 {
        font-size: 20px;
        line-height: 30px;
    }

    footer {
        padding: 40px 0 25px;
    }

    .f-bottom p {
        width: 100%;
        text-align: center;
    }

    .f-bottom .right {
        width: 100%;
        justify-content: center;
    }

    .inb-desc h1 {
        font-size: 30px;
        line-height: 44px;
        margin-bottom: 15px;
    }

    .hmb-desc p,
    .title p,
    .pro-content p,
    .inb-desc p,
    .ea-block p,
    .pro-list-box p,
    .prstk-box p,
    .conadd-box p,
    .nodeadd-box p,
    .blog-desc p,
    .car-desc p {
        font-size: 15px;
        line-height: 25px;
    }

    .sm-inner-banner.header-space {
        margin-top: 64px;
    }

    .sm-inner-banner {
        padding: 25px 0 40px;
    }

    .abco-icon {
        margin-bottom: 30px;
        max-width: 55px;
        min-height: 55px;
    }

    .abco-desc h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .ea-step {
        padding-bottom: 5px;
    }

    .ea-body h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .sm-indu-tabs .product-tabs ul,
    .sm-pro-tabs .product-tabs ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .sm-indu-tabs .product-tabs .pro-item,
    .sm-pro-tabs .product-tabs .pro-item {
        border: 1px solid #2B2868;
        padding: 10px;
        border-radius: 10px;
    }

    .sm-indu-tabs .product-tabs .pro-item.active,
    .sm-pro-tabs .product-tabs .pro-item.active {
        border-bottom: 2px solid #2B2868;
    }

    .sm-indu-tabs .title h3 {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .pro-list-box {
        padding: 15px;
    }

    .pro-list-box h3 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 6px;
    }

    .prstk-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .form-container {
        padding: 20px 20px 30px;
    }

    .forminator-input,
    .forminator-textarea {
        padding: 14px 20px !important;
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .conadd-box h3 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .conadd-box p {
        margin-bottom: 20px;
    }

    .conadd-box a {
        font-size: 16px;
        line-height: 22px;
    }

    .blog-desc h3,
    .blog-desc h3 a {
        margin-bottom: 5px;
    }

    .bdate-wrap {
        margin-bottom: 10px;
    }

    .blog-desc>a {
        font-size: 16px;
        line-height: 30px;
    }

    .blog-testi img {
        margin-top: 0px;
    }

    .blog-testi {
        margin-top: 40px;
        display: flex;
        align-items: flex-start;
        gap: 20px;
        flex-wrap: wrap;
    }

    .blog-testi p {
        font-size: 18px;
        line-height: 27px;
    }

    .letest-blog {
        grid-template-columns: repeat(1, 1fr);
    }

    .cside-bar ul li {
        padding: 6px 10px;
        font-size: 14px;
    }

    .car-desc h3 {
        font-size: 20px;
    }

    .car-desc ul {
        margin-bottom: 14px;
        flex-wrap: wrap;
    }

    .forminator-file-upload {
        padding: 10px 10px !important;
    }

    .forminator-button-upload {
        padding: 9px 10px !important;
        font-size: 13px !important;
        line-height: 14px !important;
    }

    .nodemap-dot {
        top: 145px;
        left: 260px;
    }
}