/* IBM Plex Sans */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');
    
/* Bricolage Grotesque */
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');

/* Press Start 2P */
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

/* Albert Sans */
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/* inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    /* font weight */
    --fw-100: 100; /* Thin */
    --fw-200: 200; /* ExtraLight */
    --fw-300: 300; /* Light */
    --fw-400: 400; /* Regular*/
    --fw-500: 500; /* Medium*/
    --fw-600: 600; /* SemiBold */
    --fw-700: 700; /* Bold */
    --fw-800: 800; /* ExtraBold */
    
    /* color  */
    --c-white: 255 255 255;
    --c-black: 28 28 28;
    --c-navy: 0 63 136;
    --c-blue: 0 101 255;
    --c-cream: 241 240 238;
    --c-red: 233 73 64;

    /* font-family */
    --f-imb-plex-sans: 'IBM Plex Sans', sans-serif;
    --f-bricolage-grotesque: 'Bricolage Grotesque', sans-serif;
    --f-press-start-2p: 'Press Start 2P', system-ui;
    --f-albert-sans: "Albert Sans", sans-serif;
    --f-inter: "Inter", sans-serif;
}
.f-bricolage {font-family: var(--f-bricolage-grotesque);}

.text-white {color: rgb(var(--c-white));}
.text-black {color: rgb(var(--c-black));}
.text-navy {color: rgb(var(--c-navy));}
.text-blue {color: rgb(var(--c-blue));}
.text-red {color: rgb(var(--c-red));}

.fw-100 {font-weight: var(--fw-100);}
.fw-200 {font-weight: var(--fw-200);}
.fw-300 {font-weight: var(--fw-300);}
.fw-400 {font-weight: var(--fw-400);}
.fw-500 {font-weight: var(--fw-500);}
.fw-600 {font-weight: var(--fw-600);}
.fw-700 {font-weight: var(--fw-700);}
.fw-800 {font-weight: var(--fw-800);}

.bg-grey {background-color: #F1F0EE;}
.bg-blue {background-color: #003F88;}

.sect-title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  font-family: var(--f-albert-sans);
  margin: 0 0 70px;
}
.sect-desc {
    font-size: 20px;
    font-family: var(--f-inter);
    line-height: 30px;
    color: rgb(var(--c-black));
    margin: 0 0 20px;
    font-weight: 400;
}
.who-we-serve-page .features-card-subtitle {
    margin: 0 0 70px;
}
.sect-title-v2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    font-family: var(--f-inter);
    margin: 0 0 70px;
}
.sect-title-v3 {
    font-family: var(--f-inter);
    color: #1C1C1C;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 6px;
}
.p-text-1 {
    font-family: var(--f-inter);
    font-weight: 400;
    color: #1C1C1C;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 40px;
}
.p-text-2 {
    font-family: var(--f-inter);
    font-weight: 400;
    color: #1C1C1C;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}
.p-text-3 {
    font-family: var(--f-inter);
    color: rgb(var(--c-black));
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.p-text-4 {
    color: rgb(var(--c-white) / 0.90);
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}
.divider {display: block;border: 1px solid #0000001A;margin: 70px 0;}
.tags {
    display: inline-flex;
    font-family: var(--f-bricolage-grotesque);
    letter-spacing: -0.43px;
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
    padding: 5px 12px;
    border-radius: 13px;
    color: #fff;
    background-color: rgb(var(--c-red) / 1);
}
.py-150 {padding: 150px 0;}
body {
    font-family: var(--f-imb-plex-sans);
    color: rgba(var(--c-black), 1);
    margin: 0;
    padding: 0;
}
.container {max-width: 1384px;}
header {
    padding: 30px 0;
    background-color: transparent;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.25s ease-in-out;
}
header.scrolled{
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    padding: 20px 0;
}
.navbar-expand-lg .navbar-brand {
    margin: 0 190px 0 0;
}
.navbar-expand-lg .navbar-nav {
    flex: 1;
}
.navbar-expand-lg .navbar-nav li:last-child {
    margin: 0 0 0 auto;
}
header .navbar-expand-lg .navbar-nav .nav-link {
    font-family: var(--f-bricolage-grotesque);
    font-size: 18px;
    line-height: 18px;
    color: rgba(var(--c-white) / 1);
    font-weight: var(--fw-400);
    padding: 12px 0px;
    margin: 0 15px;
    position: relative;
}
header.scrolled .navbar-expand-lg .navbar-nav .nav-link,
.header-v2 header.scrolled .navbar-expand-lg .navbar-nav .nav-link {
    color: #000000;
}
header .navbar-expand-lg .navbar-nav li:not(:last-child) .nav-link:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 0%;
    height: 1px;
    background: linear-gradient(90deg, #E94940 0%, #0065FF 100%);
    transition: width 0.3s ease-in-out;
}
header .navbar-expand-lg .navbar-nav li .nav-link.active::before {
    width: 100%;
}
header .navbar-expand-lg .navbar-nav li:first-child .nav-link {
    margin-left: 0;
}
header .navbar-expand-lg .navbar-nav li:last-child .nav-link,
.get-demo-btn {
    font-family: var(--f-bricolage-grotesque);
    border: 0;
    text-decoration: none;
    margin-right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 8px;
    color: rgb(var(--c-white) / 1);
    background-color: #0065FF;
    font-size: 18px;
    line-height: 22px;
    font-weight: var(--fw-400);
    padding: 14px 30px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
header .navbar-expand-lg .navbar-nav li:last-child .nav-link {
    color: rgb(var(--c-white) / 1) !important;
}
.get-demo-btn.btn-white {
    background-color: #fff;
    color: #1C1C1C !important;
    transition: background-color 0.3s ease-in-out;
}
.get-demo-btn.btn-white-v2 {
    background-color: #fff;
    color: #0065FF !important;
    transition: all 0.3s ease-in-out;
}

.get-demo-btn.btn-white-v2:hover {
    background-color: #0065FF;
    color: #fff !important;
}
/* .home-banner {
    height: 100vh;
    background: url('../images/home-bg-banner.webp') no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
}
.home-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(180deg, #0B1623 0%, rgba(11, 22, 35, 0) 100%);
} */

.home-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* height: calc(100svh - 110px); */
    height: 100svh;
    position: relative;
}

.video-wrapper video{
    position: absolute;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.banner-text {
    position: relative;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.home-banner .video-filter{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(11, 22, 35, 0.7);
    z-index: 0;
}
.home-banner .container {position: relative;}
/* .home-banner .content-box {padding: 200px 0 0;} */
.home-banner .banner-text-1 {
    font-family: var(--f-albert-sans);
    display: block;
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    font-weight: var(--fw-600);
    margin: 0 0 30px;
}
.home-banner .banner-text-2 {
    font-family: var(--f-inter);
    font-weight: 400;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    color: rgba(var(--c-white));
    margin: 0 0 35px;
}
/* .video-holder {
    margin: 0% auto 0;
    width: 1360px;
    max-width: 100%;
    padding: 0;
    bottom: -120px;
    max-height: 450px;
}
.video-wrap {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    background-color: #F0F0F0;
    border-radius: 25px;
    border: 3px solid #F1F0EE;
}
.video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
} */
.slider-section {
    padding: 130px 0;
}

.desktop-tabs .accordion-header {
    display: none;
}
.desktop-tabs .accordion-body {
    padding: 0;
}
.desktop-tabs .accordion-body .accordion-text {
    font-family: var(--f-inter);
    font-size: 20px;
    line-height: 30px;
    color: #1C1C1C;
    font-weight: 300;
}
.desktop-tabs .nav-tabs {
    border: 0;
    justify-content: space-between;
    gap: 13px;
    margin: 0 0 40px;
}
.desktop-tabs .nav-tabs .nav-link {
    font-family: var(--f-inter);
    background-color: #C8C8C878;
    color: #1C1C1CCC;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    min-width: 330px;
    border-radius: 16px;
    padding: 25px 0;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.desktop-tabs .nav-tabs .nav-link.active {
    background-color: #0065FF;
    color: #fff;
}
.desktop-tabs .tab-content .tab-pane {
    background-color: #fff;
    padding: 24px 80px 24px 24px;
    border-radius: 24px;
    border: 0;
}
.desktop-tabs .tab-pane .tab-pane-inner {
   display: flex;
    flex-wrap: wrap;
}
.desktop-tabs .tab-pane .tab-pane-inner .img-holder {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.desktop-tabs .tab-pane .tab-pane-inner .img-holder {
    width: 40%;
}
.desktop-tabs .tab-pane .tab-pane-inner .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.desktop-tabs .tab-pane .tab-pane-inner .tab-content-div {
    flex: 1;
    padding: 0 0 0 50px;
}
.text-icon-list {
    display: flex;
    align-items: center;
    border-bottom:1px solid #0000001A;
    padding: 28px 0;
}
.text-icon-list .icon-box {
    display: block;
        flex: 0 0 auto;
    margin: 0 30px 0 0;
}
.text-icon-list .info-box {
    flex: 1 1 auto;
}
.text-icon-list:first-child {
    padding-top: 0;
}
.text-icon-list:last-child {
    padding-bottom: 0;
    border: 0;
}
.tab-content-div .title-v2 {
    font-family: var(--f-inter);
    font-weight: 600;
    color: var(--c-black);
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 5px;
}
.header-v2 header .navbar-expand-lg .navbar-nav .nav-link {
    color: #1C1C1C80;
}

.features-section {
    padding: 200px 0 150px;
} 
.features-card-wrapper {
    position: relative;
    padding: 0 0 400px;
}
.features-card {
  /* position: sticky; */
  /* top: 100px; */
  margin-bottom: 30px;
  border-radius: 28px;
  background: #fff;
  transform-origin: top center;
   will-change: transform;
  padding: 40px 0 40px 68px;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.who-we-serve-page .features-card {
  margin-bottom: 0 !important;
  padding: 70px 0 !important;
  border-bottom: 1px solid #0000001A;
  border-radius: 0;
}

/* .features-card:nth-child(1) {z-index: 1;}
.features-card:nth-child(2) {z-index: 2;}  
.features-card:nth-child(3) {z-index: 3;}
.features-card:nth-child(4) {z-index: 4;}
.features-card:nth-child(5) {z-index: 5;}
.features-card:nth-child(6) {z-index: 6;} */

.features-card .tags {
    margin: 0 0 16px;
}
.features-card-title {
    font-family: var(--f-albert-sans);
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    color: rgb(var(--c-black));
}
.features-card-subtitle {
    font-family: var(--f-inter);
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: rgb(var(--c-blue));
    letter-spacing: 3px;
}
.features-card-content {
    padding: 0 70px 0 0;
}
.features-list {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.features-list-item {
    position: relative;
    font-family: var(--f-inter);
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #1C1C1C;
    border-bottom: 1px solid #0000001A;
    padding: 16px 0 18px;
}
.features-list-item:first-child {
    padding-top: 0;
}

.features-list-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.feature-video-wrapper {
    position: relative;
    /* aspect-ratio: 16 / 10; */
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    line-height: 0;
    height: 600px;
}
.who-we-serve-page .feature-video-wrapper {
    border-radius: 20px !important;
    overflow: hidden;
    height: 445px;
}
.who-we-serve-page .features-card:last-child {
    border-bottom: none;
}
.feature-card-video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.features-card:nth-child(even) .row {
    flex-direction: row-reverse;
}
.features-card:nth-child(even) .feature-video-wrapper {
    border-radius: 0 20px 20px 0;
}
.features-card:nth-child(even) {
    padding: 40px 68px 40px 0;
}
.features-card:nth-child(even) .features-card-content {
    padding: 0 0 0 70px;
}

.who-we-serve-section {
    padding: 200px 0 100px                   ;
}
.who-we-serve-section .tags {
    margin: 0 0 12px;
}

.who-we-serve-items {
    position: sticky;
    top: 190px;
}

.progress-line {
    width: 100%;
    height: 2px;
    background: #e5e5e5;
    margin-bottom: 40px;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}

.progress-line-fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #ef4d43;
    border-radius: 2px;
}

.who-we-serve-item {
    cursor: pointer;
    font-family: var(--f-bricolage-grotesque);
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #1C1C1C99;
    padding: 20px;
    background-color: #00000005;
    border-radius: 10px;
    margin: 0 0 16px;
    transition: background 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                color 0.5s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.who-we-serve-item.active {
    background: #E94940;
    color: #FFFFFF;
    transform: translateX(8px);
}

.who-we-serve-content {
    padding: 0 0 0 130px;
}

.who-we-serve-content-item {
    padding-bottom: 40px;
    opacity: 0.2;
    transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity;
}

.who-we-serve-content-item:last-child {
    padding-bottom: 0;
}

.who-we-serve-content-item.active {
    opacity: 1;
}

.who-we-serve-title {
    font-family: var(--f-bricolage-grotesque);
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #1C1C1C;
    margin-bottom: 20px;
}

.who-we-serve-text p {
    font-family: var(--f-imb-plex-sans);
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    color: #1C1C1C99;
    margin-bottom: 16px;
}


.discover-sect {
    padding: 70px 0;
    background: radial-gradient(143.02% 727.98% at 4.2% -80.98%, #13DDA3 0%, #11D3AA 14.84%, #0DBABD 39.51%, #0691DD 70.76%, #0065FF 99.6%);

    background-size: cover;
    background-position: center;
}
.discover-sect.gradnt-bg-v2 {
    background: linear-gradient(180deg, #E94940 0%, #0065FF 100%);
    background-size: cover;
    background-position: center;
}
.net-bg, .net-bg-2 {position: relative;}
.net-bg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/net.webp'), no-repeat;
    background-size: cover;
    background-position: center;
}
.net-bg-2::before {
   content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/net-2.webp'), no-repeat;
    background-size: contain;
    background-position: center; 
}
.discover-sect .sect-title {
    margin: 0 0 40px;
}
.actn-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
    margin: 40px 0 0;
}
.actn-link li {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF33;
    width: 40px;
    height: 40px;
    border-radius: 10px;
}

.card-list {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 22px 26px;
}
.card-list .card:nth-child(-n+4) {
    grid-column: span 3;
}
.card-list .card:nth-child(n+5) {
    grid-column: span 4;
}
.card-list .card:nth-child(n+5) .card-media {
    height: 185px;
}
.card {
    position: relative;
    overflow: hidden;
    background-color: #F1F0EE;
    border-radius: 20px;
    padding: 16px 10px 25px 10px;
    border: 0;
}
.card .card-media {
    background-color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #0000000D;
    height: 175px;
    width: 100%;
    margin: 0 0 15px;
}
.card .card-media * {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.card .card-text {
    font-family: var(--f-inter);
    color: rgb(var(--c-black));
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.workflow-card {
    position: relative;
}
.workflow-card .tags {
    position: relative;
    top: 13px;
    left: 40px;
    z-index: 1;
}
.workflow-card .workflow-list-holder{
    position: relative;
    overflow: hidden;
    background-color: rgb(var(--c-white) / 1);
    border-radius: 20px;
        padding: 45px 40px 40px;
}
.workflow-list {
    margin: 0;
    padding: 0;
}
.workflow-list li {
    display: flex;
    align-items: center;
    color: rgb(var(--c-black) / 0.90);
    font-size: 16px;
    line-height: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #1C1C1C1A;
    border-bottom-style: dashed;
}
.workflow-list li:last-child {
    border: 0;
    padding-bottom: 0;
}
.workflow-list li img {
    margin: 0 18px 0 0;
}
.connect-img {
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 53px;
}
.client-logo-slider .swiper-wrapper {
    transition-timing-function: linear !important;
}
.client-list .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    height: 140px;
}
.btn-view-all {
    border-radius: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(var(--c-white) / 1);
    background-color: rgb(var(--c-red) / 1);
    font-size: 18px;
    line-height: 22px;
    height: 100%;
    width: 100%;
    transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}

.swiper-slider .swiper-slide {
    width: auto;
}
.slide-inner{
    width: auto;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
        display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.slide-inner .caption-box {
    left: 0;
    top: 0;
    padding: 35px 40px;
    color: #FFFFFFA6;
}
.slide-inner .caption-title {
    font-family: var(--f-inter);
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
    letter-spacing: -0.74px;
    margin: 0px;
}
.slide-inner .caption-text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
}
/* .second-slide .slide-inner {
        background-color: #d1d2d4;
} */
/* .swiper-slide.second-slide .slide-media {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
} */
/* .swiper-slide.second-slide .caption-box {
    top: auto;
    bottom: 0;
    position: relative;
    z-index: 1;
} */
/* .swiper-slide.first-slide-slide .slide-inner .caption-text {
    color: rgb(var(--c-black) / 0.65)
} */
/* .third-slide .slide-inner{
    background: linear-gradient(180deg, #11D3AA -87.98%, #B2FFEF 94.15%);
} */
/* .third-slide .slide-inner .slide-media {
    margin: 0 20px;
} */

.swiper-slide .slide-media {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    height:100%;
}
/* .swiper-slider .swiper-slide .slide-media *{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
} */
.swiper-slide.first-slide-slide .slide-media {
   overflow: hidden;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 0;
    width: calc(100% - 30px);
    height: 400px;
    border: 3px solid #2f2f2f;
    border-radius: 15px;
}

/* Video Cards Grid (replaces swiper-slider) */
.video-cards-grid {
    display: flex;
    gap: 26px;
    align-items: flex-start;
}
.video-card {
    flex: 320;
    min-width: 0;
}
.video-card.first-slide {
    flex: 666;
}
.video-card .slide-inner {
    width: 100%;
}
.video-card.first-slide .slide-inner {
    aspect-ratio: 666/550;
}
.video-card.second-slide .slide-inner,
.video-card.third-slide .slide-inner {
    aspect-ratio: 320/550;
}
.video-card .slide-media {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.video-card .slide-media video {
    width: 100%;
    height: 100%;
    display: block;
}

.faq-section {
    padding: 200px 0 150px;
}
.accordian-wrapper {
    max-width: 1012px;
    margin: 0 auto;
}
.accordian-wrapper .accordion-item {
    border: 0;
    border-radius: 10px;
    background: #fff;
    padding: 0 20px;
}
.accordian-wrapper .accordion-item:not(:last-child) {
    margin-bottom: 16px;
}
.accordian-wrapper .accordion-button {
    color: #1C1C1C;
    box-shadow: none;
    font-family: var(--f-inter);
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: -0.43px;
    padding: 18px 0;
    background-color: #fff;
    border-radius: 0px !important;
    border-bottom: 1px solid transparent;
}
.accordian-wrapper .accordion-button[aria-expanded="true"] {
    border-bottom: 1px solid #1C1C1C1A;
}
.accordian-wrapper .accordion-button[aria-expanded="true"] ::after {
    opacity: 0;
}
.accordian-wrapper .accordion-button::after {
    display: none;
}
.accordian-wrapper .accordion-body {
    padding: 20px 0;
}
.accordian-wrapper .accordion-body p {
    color: #1C1C1C99;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.accordian-wrapper .icon-holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background-color: #1C1C1C80;
    margin: 0 0 0 auto;
}
.accordion-button.collapsed .icon-holder{
    background-color: #13DDA3;
}
.accordian-wrapper .icon-holder::before {
    content: '';
    width: 14px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.accordian-wrapper .icon-holder::after {
    content: '';
    width: 2px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease-in-out;
}
footer {
    background-color: #000000;
    position: relative;
    z-index: 2;
}
.top-footer {
    padding: 70px 0;
    background: radial-gradient(143.02% 727.98% at 4.2% -80.98%, #13DDA3 0%, #11D3AA 14.84%, #0DBABD 39.51%, #0691DD 70.76%, #0065FF 99.6%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
footer .get-demo-btn {
    background-color: #fff;
    color: #000000;
}
.bottom-strip {
    padding: 90px 0 0px;
}
.copyright-sect {
    padding: 35px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.copyright-text, .footer-link li a {
    font-family: var(--f-inter);
    text-decoration: none;
    color: #FFFFFF80;
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    transition: color 0.3s ease-in-out;
}
.footer-link li a {
    position: relative;
    text-decoration: underline;
    margin: 0 0 0 15px;
    padding: 0px 15px 0px;
}
.footer-link li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 1px;
    height: 12px;
    background-color: #FFFFFF80;
}
.footer-link li:last-child a {
    margin: 0 0 0 0;
    padding-right: 0;
}

.contact-section {
    background-color: #F1F0EE;
    padding: 100px 0 0;
    position: relative;
    overflow: hidden;
}
.white-net-box {
    position: absolute;
    left: 0;
    bottom: 0;
    height: calc(100% - 100px);
    z-index: -1;
}
.white-net-right {
    left: auto;
    right: 0;
}

.contact-section .first-container {
    padding: 88px 0;
}
.sect-subtitle {
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    color: #1C1C1C80;
    font-family: var(--f-inter);
}
.form-wrapper {
    width: 754px;
    margin: 0px auto 0;
    position: relative;
    padding: 57px 0px 72px;
}
.form-wrapper .blue-border {


    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: visible;
    border-radius: 20px;
    z-index: -1;
}
.form-input-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 26px;
}
.form-input-list .form-group {
   width: calc(50% - 14px);
   margin-bottom: 20px;
}
.form-input-list .form-control {
    position: relative;
    overflow: hidden;
    border: 0;
    color: #1C1C1C;
    padding: 20px;
    font-size: 16px;
    line-height: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    height: auto;
}
.form-input-list .form-control::placeholder,
.form-input-list select.form-control {
    font-weight: 300;
    font-family: var(--f-bricolage-grotesque);
    color: #1c1c1c99;
    font-size: 16px;
    line-height: 20px;
}
.form-input-list .form-control.is-invalid {
    border: 2px solid rgb(var(--c-red));
    padding: 20px;
}
.form-input-list input.form-control.is-invalid,
.form-input-list textarea.form-control.is-invalid {
    background-image: none;
}
.form-input-list select.form-control.is-invalid {
    background-image: var(--bs-form-select-bg-img);
    background-position: right .75rem center;
    background-size: 16px 12px;
}
.form-input-list .form-group {
    position: relative;
}
.form-input-list label {
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: var(--f-bricolage-grotesque);
    font-size: 16px;
    font-weight: 300;
    color: #1c1c1c99;
    line-height: 20px;
    pointer-events: none;
}
.form-input-list input:not(:placeholder-shown) ~ label,
.form-input-list textarea:not(:placeholder-shown) ~ label,
.form-input-list select:valid ~ label {
    display: none;
}
.required-star {
    color: rgb(var(--c-red));
    margin-left: 2px;
}
.submit-btn {
    width: 100%;
    font-family: var(--f-inter);
    color: #fff;
    border: 0;
    background-color: #0065FF;
    border-radius: 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    padding: 18px;
    transition: background-color 0.3s ease-in-out;
}
.bottom-strip .flex-row {
    border-bottom: 1px solid #FFFFFF80;
    padding: 0 0 30px;
}
.contact-info-list {
    margin: 0 50px 0 0;
}
.footer-logo {
    display: flex;
    align-items: center;
    margin: 0 90px 0 0;
}
.address-box {
    text-align: right;
    margin: 0 0 0 auto;
}
.contact-info-list li {
    position: relative;
    background-color: #FAFAFA;
    border-radius: 8px;
    padding: 18px 18px 12px;
    width: 250px;
}
.contact-info-list li:last-child {
   flex: 1 0 auto;
}
.contact-info-list .label-name, .contact-info-list .label-data,
.address-box .label-data {
    font-family: var(--f-inter);
    font-size: 20px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.80);
    margin: 0 0 0 0px;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}


.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    backdrop-filter: blur(11px);
    padding: 8px;
    text-align: center;
    z-index: 99999;
    display: none;
    border-top: 1px solid #f3f3f3;
}
.cookie-consent .cookie-text {
    display: inline;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #1C1C1C;
    margin: 0;
    padding-right: 15px;
}
.cookie-consent button {
    background: #0000001A;
    border: none;
    padding: 4px 9px;
    cursor: pointer;
    border-radius: 8px;
    /* font-family: 'Inter', sans-serif; */
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #1C1C1C;
}
.cookie-consent .privacy-text {
    display: inline-block;
    color: #1C1C1C;
    text-decoration: none;
    text-decoration: underline;
    font-weight: 700;
    transition: all 0.3s ease;
}


/* 404 Error Page Css start here */

.nf-error-banner {
    background-color: #F1F0EE;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.nf-noise-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../images/noise.webp);
    opacity: .5;
    animation: noise .09s infinite;
    pointer-events: none;
    z-index: 1;
    transform: translateZ(0);
}

.nf-error-caption{
    margin-top: 90px;
}

.nf-error-title-holder {
    display: inline-block;
    position: relative;
}

.nf-error-title {
    color: #1C1C1Ca6;
    font-family: var(--f-press-start-2p);
    font-size: 115.2px;
    font-weight: 400;
    line-height: normal;
}

.nf-sub-title {
    display: inline-block;
    color: #E94940;
    font-family: var(--f-press-start-2p);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    right: 90px;
    top: 50%;
    transform: translateY(-50%);
}

.nf-error-paragraph {
    color: #1C1C1CC1;
    font-family: var(--f-bricolage-grotesque);
    font-size: 16px;
    font-style: normal;
    line-height: 30px;
    margin: 0;
}

.nf-return-home-btn {
    text-decoration: none;
    border-radius: 35px;
    background: #E94940;
    display: inline-block;
    padding: 14px 35px;
    overflow: hidden;
    text-align: center;
    color: #ffffff;
    font-family: var(--f-bricolage-grotesque);
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    margin: 38px 0 0;
    position: relative;
    z-index: 2;
    border-radius: 8px;
    transition: background-color 0.3s ease-in-out;
}

.nf-return-home-btn:hover {
    background-color: #c73e36;
}

/* 404 Error Page Css end here */

/* Failure and Thank You Pages Css start Here */

.status-sec {
    min-height: calc(100vh - 171px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.status-container{
    margin: 100px 0 0;
}

.status-heading {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    font-family: var(--f-albert-sans);
    margin: 0 0 40px;
    padding: 0;
}

.status-heading.success { color: #28a745; }
.status-heading.failure { color: #dc3545; }

.status-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.status-details > div {
    max-width: 680px;
}

.status-icon {
    width: 90px;
    height: 90px;
    margin-bottom: 15px;
}

.status-subtitle {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #1C1C1C;
    margin-bottom: 12px;
    font-family: var(--f-inter);
}

.status-text {
    color: #666;
    margin-bottom: 30px;
    font-family: var(--f-inter);
    font-size: 20px;
    line-height: 30px;
}

.status-btn {
    text-decoration: none;
    border-radius: 8px;
    background: #1C1C1C;
    display: inline-block;
    padding: 14px 30px;
    text-align: center;
    color: #ffffff;
    font-family: var(--f-bricolage-grotesque);
    font-size: 18px;
    transition: background-color 0.3s ease-in-out;
}

.status-btn:hover {
    background-color: #333333;
}


/* Hide Google reCAPTCHA badge */
.grecaptcha-badge {
    visibility: hidden;
    opacity: 0;
    right: 0 !important;
}
/* Failure and Thank You Pages Css end Here */

/* About Us Page Css start Here */
.about-us-section {
    padding: 150px 0 110px;
}
.about-client-sect {
    padding: 100px 0;
}
.about-client-sect .sect-title {
    margin: 0 0 50px;
}
.about-client-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    border-left: 1px solid rgba(255, 255, 255, 0.20);
}
.about-client-grid-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    min-height: 120px;
}
.about-client-grid-item img {
    max-height: 114px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
}
/* About Us Page Css end Here */


header.scrolled,
header.scrolled {
    top: 0px !important;
}

.comparison-container {
            width: 1126px;
            margin: 0 auto;
        }
        .comparison-grid--head {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 6px 0px;
            align-items: center;
        }
        .traditional-card--holder{
            display: flex;
            justify-content: center;
            align-items: center;
                background-color: #fff;
            border-radius: 50%;
                margin: 0 0 5px;
        }
        .comparison-grid-col-header {
            color: #000000;
            margin-bottom: 34px;
            font-family: var(--f-inter);
            font-weight: 700;
            font-size: 30px;
            line-height: 35px;
            text-align: center;
            text-transform: uppercase;
        }
        .comparison-grid-col-header--brand {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 4px;
        }
        .brand-logo-img {
            width: 220px;
            height: auto;
        }

        .brand-logo-asset {
            font-size: 11px;
            font-weight: 800;
            color: #1a1f2e;
            letter-spacing: 0.02em;
        }

        .brand-logo-stack {
            font-size: 11px;
            font-weight: 800;
            color: #1a1f2e;
            letter-spacing: 0.02em;
        }

        .brand-logo-number {
            font-size: 22px;
            font-weight: 900;
            color: #00c9b1;
            line-height: 1;
            letter-spacing: -1px;
        }

        .brand-logo-text {
            display: flex;
            flex-direction: column;
            line-height: 1.1;
        }

        .col-header-label {
            font-family: var(--f-inter);
            font-weight: 700;
            font-size: 30px;
            line-height: 35px;
            text-align: center;
            text-transform: uppercase;
            color: #000000;
        }

        .traditional-card {
            background-color: #ffffff;
            border-radius: 83px;
            padding: 42px 100px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            min-height: 76px;
            align-items: center;
            width: 50%;
        }

        .traditional-card-title {
            color: #1C1C1C;
            font-family: var(--f-inter);
            font-weight: 700;
            font-size: 25px;
            line-height: 30px;
            letter-spacing: 0%;
            text-align: center;
        }

        .traditional-card-subtitle {
            color: #1C1C1C;
            margin-top: 2px;
            font-family: var(--f-inter);
            font-weight: 400;
            font-size: 25px;
            line-height: 30px;
            letter-spacing: 0%;
            text-align: center;
        }

        .advantage-card {
            border-radius: 83px;
            padding: 43px 84px;
            display: flex;
            align-items: center;
            gap: 70px;
            min-height: 76px;
            width: 50%;
        }

        /* 1st card */
        .gradient-1 {
            background: linear-gradient(132.09deg, #13DDA3 -8.63%, #11D3AA 18.19%, #0DBABD 62.78%, #0691DD 119.26%, #0065FF 171.37%);
        }

        /* 2nd card */
        .gradient-2 {
            background: linear-gradient(147.58deg, #13DDA3 -4.84%, #11D3AA 14.14%, #0DBABD 45.7%, #0691DD 85.67%, #0065FF 122.55%);
        }

        /* 3rd card */
        .gradient-3 {
            background: linear-gradient(147.58deg, #13DDA3 -4.84%, #11D3AA 14.14%, #0DBABD 45.7%, #0691DD 85.67%, #0065FF 122.55%);
        }

        /* 4th card */
        .gradient-4 {
            background: linear-gradient(147.58deg, #13DDA3 -4.84%, #11D3AA 14.14%, #0DBABD 45.7%, #0691DD 85.67%, #0065FF 122.55%);
        }

        .advantage-card-text {
            color: #FFFFFFE5;
            font-family: var(--f-inter);
            font-weight: 700;
            font-size: 24px;
            line-height: 30px;
            letter-spacing: 0%;
            text-align: center;
        }

/* PRICING PAGE CSS START HERE */
.pricing-hero {
    padding: 190px 0 0px;
    background-color: #F1F0EE;
}

/* Billing toggle (pill-tab) */
.pricing-billing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0 20px;
}

.pricing-billing-toggle-wrap {
    display: inline-flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 100px;
    padding: 5px;
    gap: 5px;
}

.pricing-billing-toggle-wrap .pricing-toggle-option {
    font-family: var(--f-albert-sans);
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #888;
    padding: 5px 17px;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
    transition: background 0.22s, color 0.22s;
    user-select: none;
    white-space: nowrap;
}

.pricing-billing-toggle-wrap .pricing-toggle-option.pricing-active {
    background: #1C1C1C;
    color: #FFFFFFFA;
    font-weight: 600;
}

/* Plan cards (desktop) */
.pricing-plans-row {
    display: flex;
    gap: 20px;
    margin: 0 0 80px;
    align-items: stretch;
}

.pricing-plan-card {
    flex: 1;
    background: #ffffff;
    border-radius: 30px;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s;
}

.pricing-plan-card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.pricing-plan-name {
    font-family: var(--f-albert-sans);
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #1C1C1C;
    margin: 0;
    padding: 0 10px 0;
}

.pricing-plan-tagline {
    font-family: var(--f-inter);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #00000080;
    margin: 0 0 18px;
    padding: 0 10px 0;
}

.pricing-plan-price {
    font-family: var(--f-inter);
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    color: #000000;
    line-height: 1;
    margin: 0 0 5px;
    padding: 0 10px 0;
}

.pricing-plan-price-custom {
    color: #000000;
    font-family: var(--f-inter);
    font-weight: 600;
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 5px;
    padding: 0 10px 0;
}

.pricing-plan-divider {
    height: 1px;
    width: 95%;
    background-color: #0000001A;
    padding: 0 10px 0;
    margin: 0 auto;
}

.pricing-plan-price-label {
    font-family: var(--f-inter);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #00000080;
    margin: 0 0 23px;
    padding: 0 10px 0;
}

.pricing-plan-features-list {
    list-style: none;
    padding: 21px 10px 0;
    margin: 0 0 32px;
    flex: 1;
}

.pricing-plan-features-list li {
    font-family: var(--f-inter);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #1C1C1C;
    padding: 7px 0;
    display: flex;
    align-items: center;
    gap: 14px;
}

.pricing-plan-features-list li::before {
    content: '';
    display: inline-flex;
    flex-shrink: 0;
    width: 13px;
    height: 9px;
    margin-top: 1px;
    background-image: url("../images/pricing-tick.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.pricing-plan-cta {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #0065FF;
    color: #ffffff;
    border: none;
    border-radius: 100px;
    padding: 18px 0;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.2s;
    font-family: var(--f-albert-sans);
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
}

.pricing-plan-cta:hover {
    background-color: #0052cc;
    color: #fff;
}

/* DESKTOP COMPARISON TABLE */

/* shown on md+ */

.pricing-comparison-section{
    padding: 0px 0 140px;
}

.pricing-desktop-comparison {
    display: block;
}

.pricing-mobile-comparison {
    display: none;
}

.pricing-comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.02);
}

.pricing-comparison-table thead th {
    padding: 22px 20px;
    font-family: var(--f-inter);
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #1C1C1C;
    text-align: left;
    background: #ffffff;
    border: 1px solid #1C1C1C0D;
}

.pricing-comparison-table thead th:first-child {
    width: 30%;
}

.pricing-comparison-table thead th:not(:first-child) {
    text-align: center;
    width: 23.3%;
}

.pricing-comparison-table tbody tr td {
    padding: 14px 20px;
    font-family: var(--f-inter);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #1C1C1C;
    border: 1px solid #1C1C1C0D;
    vertical-align: middle;
}

.pricing-comparison-table tbody tr td:not(:first-child) {
    text-align: center;
}

.pricing-comparison-table tbody tr:last-child td {
    border-bottom: none;
}

.pricing-comparison-table tbody tr.pricing-category-row td {
    background-color: #F7F9FF;
    padding: 18px 20px;
    border-bottom: none;
}

.pricing-comparison-table tbody tr.pricing-category-row td span {
    font-family: var(--f-inter);
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #0065FF;
}

/* SHARED ICON HELPERS */
.pricing-check-icon {
    display: inline-block;
    width: 13px;
    height: 9px;
    background-image: url("../images/pricing-tick.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.pricing-dash-icon {
    display: inline-block;
    width: 11px;
    height: 2px;
    background-color: #1C1C1C80;
    vertical-align: middle;
}

.pricing-cell-label {
    font-family: var(--f-inter);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #1C1C1C;
}

/* MOBILE COMPARISON  (< 768px) */

/* Plan tab switcher */
.pricing-mobile-plan-tabs {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 999px;
    padding: 5px;
    gap: 2px;
    margin: 0 0 20px;
    width: 100%;
}

.pricing-mobile-plan-tabs .pricing-mpt-option {
    flex: 1;
    text-align: center;
    font-family: var(--f-albert-sans);
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #1C1C1C80;
    padding: 5px 6px;
    border-radius: 100px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    user-select: none;
    white-space: nowrap;
}

.pricing-mobile-plan-tabs .pricing-mpt-option.pricing-active {
    background: #000000;
    color: #ffffff;
    font-weight: 600;
}

/* Mobile feature table */
.pricing-mobile-feature-table {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    border-collapse: collapse;
}

.pricing-mobile-feature-table tr td {
    font-family: var(--f-inter);
    font-size: 14px;
    color: #333;
    padding: 13px 16px;
    border: 1px solid #F5F5F5;
    vertical-align: middle;
    line-height: 1.45;
}

.pricing-mobile-feature-table tr:last-child td {
    border-bottom: none;
}

.pricing-mobile-feature-table tr td:last-child {
    text-align: center;
    white-space: nowrap;
    width: 44%;
}

.pricing-mobile-feature-table tr td:first-child {
    text-align: left;
    width: 56%;
    color: #333;
}

/* category header */
.pricing-mobile-feature-table tr.pricing-m-cat td {
    background-color: #F0F4FF;
    padding: 9px 16px;
    border-bottom: none;
}

.pricing-mobile-feature-table tr.pricing-m-cat td span {
    font-size: 13px;
    font-weight: 600;
    color: #0065FF;
}

.pricing-comparison-table tbody tr.pricing-category-row.pricing-note td{
    padding: 15px 20px;
    border-bottom: none;
}

.pricing-comparison-table tbody tr.pricing-category-row.pricing-note td span {
    font-family: var(--f-inter);
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #000000CC;
    
}
/* PRICING PAGE END START HERE */


@media (min-width: 1025px) {
    header .navbar-expand-lg .navbar-nav .nav-link:hover::before {
         width: 100%;
    }
    .desktop-tabs .nav-tabs .nav-link:hover {
        background-color: #0065FF;
        color: #fff;
    }
    .footer-link li a:hover {
        color: #fff;
    }
    header .navbar-expand-lg .navbar-nav li .nav-link:hover::before {
        width: 100%;
    }
    header .navbar-expand-lg .navbar-nav li:last-child .nav-link:hover, .get-demo-btn:hover, .submit-btn:hover {
        background-color: #0a59ce;
    }
    .get-demo-btn.btn-white:hover {
        background-color: #d6d4d4;
    }
    footer .get-demo-btn:hover,
    .btn-view-all:hover {
        background-color: #e3dfdf;
    }
    .who-we-serve-item:hover {
        background: #E94940;
        color: #FFFFFF;
    }
    .footer-link li a:hover,
    .contact-info-list a.label-data:hover {
        color: #d7cfcf;
    }
}

@media (min-width: 993px) {
  
}

@media (max-width: 1600px) {
    .sect-title {
        font-size: 40px;
        line-height: 50px;
        margin: 0 0 50px;
    }
    /* .slider-section {
        padding: 450px 0 120px;
    } */
    /* .swiper-slide .slide-inner {
        height: 550px;
    } */
    .py-150 {
        padding: 120px 0;
    }
    .divider {
        margin: 50px 0;
    }
    .who-we-serve-page .feature-card-video {
        object-fit: cover;
    }
    .who-we-serve-title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .who-we-serve-section {
        padding: 180px 0px 120px;
    }
    .who-we-serve-items {
        top: 180px;
    }
    .nf-error-title {
        font-size: 90px;
    }
    .nf-sub-title {
        font-size: 12px;
        right: 70px;
    }
    .status-heading {
        font-size: 60px;
        line-height: 60px;
    }
}

@media (max-width: 1499.98px) {
    .container {
        max-width: 1300px;
    }
    .py-150 {
        padding: 130px 0;
    }
    .sect-title {
        font-size: 46px;
        line-height: 56px;
    }
    /* .home-banner .content-box {
        padding: 170px 0 0;
    } */
    .desktop-tabs .nav-tabs .nav-link {
        min-width: 300px;
    }
    .swiper-slide .slide-inner {
        border-radius: 15px;
    }
    .slide-inner .caption-box {
        padding: 30px;
    }
    .swiper-slide .slide-media * {
        border-radius: 15px 15px;
    }
    .features-card {
        padding: 30px 0 30px 50px; 
    }
    .features-card:nth-child(even) {
        padding: 30px 50px 30px 0;
    }
    .features-card-content {
        padding: 0px 60px 0 0;
    }
   .features-card:nth-child(even) .features-card-content {
        padding: 0 0 0 60px;
    }
    .status-heading {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 80px;
    }
    .features-card-title {
        font-size: 36px;
        line-height: 36px;
    }
    .comparison-grid-col-header,
    .col-header-label {
        margin-bottom: 25px;
        font-size: 24px;
        line-height: 30px;
    }
    .features-card-subtitle {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 2px;
    }
    .who-we-serve-page .features-card-subtitle {
        margin: 0 0 20px;
    }
    .brand-logo-img {
        width: 170px;
        height: auto;
    }
    .who-we-serve-page .feature-video-wrapper {
        border-radius: 15px !important;
        height: 430px;
    }
    .who-we-serve-page .features-card-subtitle {
        margin: 0 0 35px;
    }
    .feature-video-wrapper {
        height: 550px;
    }
    .pricing-hero {
        padding: 160px 0 0px;
    }
    .pricing-plan-name {
        font-size: 26px;
        line-height: 36px;
    }
    .pricing-plan-price,
    .pricing-plan-price-custom {
        font-size: 42px;
        line-height: 42px;
    }
    .about-client-grid-item {
        padding: 5px 30px;
    }
    .about-client-grid-item img {
        max-height: 100px;
    }
}

@media (max-width: 1399.98px) {
    .container {
        max-width: 1200px;
    }
    .py-150 {
        padding: 80px 0;
    }
    .video-holder {
        bottom: -70px;
    }
    .sect-title {
        font-size: 40px;
        line-height: 50px;
        margin: 0 0 30px;
    }
    .slide-inner .caption-box {
        padding: 20px;
    }
    .slide-inner .caption-title {
        font-size: 24px;
        line-height: 34px;
    }
    .sect-title-v2 {
        font-size: 32px;
        line-height: 34px;
        margin: 0 0 30px;
    }
    .p-text-1 {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 20px;
    }
    .p-text-2 {
        font-size: 16px;
        line-height: 24px;
    }
    .tags {
        letter-spacing: -0.43px;
        font-size: 13px;
        line-height: 14px;
        padding: 4px 10px;
    }
    .p-text-4 {
        font-size: 18px;
        line-height: 26px;
    }
    header {
        padding: 20px 0;
    }
    .navbar-expand-lg .navbar-brand img {
        width: 150px;
    }
    header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
        line-height: 16px;
        padding: 10px 0px;
    }
    .get-demo-btn,
    header .navbar-expand-lg .navbar-nav li:last-child .nav-link {
        gap: 5px;
        font-size: 14px;
        line-height: 16px;
        padding: 10px 15px;
    }
    .get-demo-btn img, 
    header .navbar-expand-lg .navbar-nav li:last-child .nav-link img {
        width: 10px;
    }
    .home-banner .banner-text-1 {
       font-size: 60px;
        line-height: 70px;
            margin: 0 0 20px;
    }
    .home-banner .banner-text-2 {
        font-size: 26px;
        line-height: 36px;
        margin: 0 0 30px;
    }
    /* .home-banner .content-box {
        padding: 140px 0 0;
    } */
    .slider-section {
        padding: 80px 0;
    }
    .video-wrap {
        border-radius: 20px;
    }
    .desktop-tabs .nav-tabs {
        gap: 12px;
        margin: 0 0 30px;
    }
    .desktop-tabs .nav-tabs .nav-link {
        min-width: 280px;
        font-size: 16px;
        line-height: 18px;
        border-radius: 12px;
        padding: 14px 0;
    }
    .desktop-tabs .tab-content .tab-pane {
        padding: 15px 40px 15px 15px;
        border-radius: 15px;
    }
    .desktop-tabs .tab-pane .tab-pane-inner .img-holder {
        border-radius: 15px;
    }
    .desktop-tabs .tab-pane .tab-pane-inner .tab-content-div {
        padding: 0 0 0 25px;
    }
    .tab-content-div .title-v2 {
        font-size: 18px;
        line-height: 26px;
    }
    .actn-link {
        gap: 0 15px;
        margin: 20px 0 0;
    }
    .actn-link li {
        width: 35px;
        height: 35px;
        border-radius: 6px;
    }
    .card {
        padding: 10px 10px 15px 10px;
    }
    .card .card-media {
        height: 150px;
        margin: 0 0 10px;
    }
    .card-list .card:nth-child(n+5) .card-media {
        height: 160px;
    }
    .card .card-text {
        font-size: 14px;
        line-height: 18px;
        padding: 0 0 0 5px;
    }
    .rebackoffice-logo {
        width: 249px;
        height: auto;
    }
    .who-we-serve-item {
        font-size: 16px;
        line-height: 20px;
        padding: 15px;
        border-radius: 8px;
    }
    .who-we-serve-content {
        padding: 0 0 0 70px;
    }
    .who-we-serve-section .tags {
        margin: 0 0 10px;
    }
    .who-we-serve-title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .who-we-serve-section {
        padding: 150px 0;
    }
    .who-we-serve-items {
        top: 100px;
    }
    .features-section, .faq-section {
        padding: 150px 0 150px;
    }
    .top-footer {
        padding: 50px 0;
    }
    .bottom-strip {
    padding: 50px 0 0px;
    }
    .copyright-text, .footer-link li a {
        font-size: 16px;
        line-height: 22px;
    }
    .contact-section {
        padding: 70px 0 0;
    }
    .copyright-sect {
        padding: 20px 0; 
    }
    .form-wrapper {
        padding: 45px;
        width: 800px;
    }
    .features-card {
        top: 80px;
    }
    .feature-video-wrapper {
        height: 510px;
    }
    .features-card-content {
        padding: 0px 35px 0 0;
    }
    .features-card:nth-child(even) .features-card-content {
        padding: 0 0 0 35px;
    }
    .features-list {
        margin: 20px 0;
    }
    .features-list-item {
        padding: 10px 0 14px;
        font-size: 18px;
        line-height: 22px;
    }
    .features-card {
        padding: 25px 0 25px 40px;
        border-radius: 20px;
        /* margin-bottom: 50px; */
    }
    .who-we-serve-section {
        padding: 130px 0 100px;
    }
    .contact-info-list li {
        padding: 15px 15px 12px;
    }
    .nf-error-title {
        font-size: 80px;
    }
    .nf-error-paragraph {
        font-size: 14px;
    }
    .status-heading {
        font-size: 58px;
        line-height: 68px;
    }
    .status-btn{
        font-size: 14px;
        line-height: 16px;
        padding: 12px 25px;
    }
    .who-we-serve-page .features-card-subtitle {
        margin: 0 0 30px;
    }
    .sect-desc {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 12px;
    }
    .who-we-serve-page .feature-video-wrapper {
        height: 390px;
    }
    .who-we-serve-page .features-card {
        padding: 50px 0 !important;
    }
    .comparison-grid-col-header, .col-header-label {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 26px;
    }
    .brand-logo-img {
        width: 140px;
        height: auto;
    }
    .traditional-card-title, .traditional-card-subtitle {
        margin-top: 2px;
        font-size: 20px;
        line-height: 24px;
    }
    .comparison-container {
        width: 900px;
    }
    .comparison-container {
        width: 850px;
    }
    .traditional-card {
        padding: 20px 50px;
    }
    .traditional-card-title, .traditional-card-subtitle, .advantage-card-text {
        font-size: 20px;
        line-height: 24px;
    }
    .advantage-card {
        padding: 20px 50px;
        gap: 50px;
    }
    .advantage-card-icon {
        width: 30px;
    }
    .footer-logo {
        width: 132px;
    }
    .contact-info-list .label-name, .contact-info-list .label-data, .address-box .label-data {
        font-size: 18px;
        line-height: 26px;
    }
    .pricing-hero {
        padding: 140px 0 0px;
    }
    .pricing-plan-name {
        font-size: 24px;
        line-height: 32px;
    }
    .pricing-plan-price,
    .pricing-plan-price-custom {
        font-size: 38px;
        line-height: 38px;
    }
    .pricing-comparison-table thead th {
        font-size: 16px;
        line-height: 22px;
        padding: 18px 14px;
    }
    .pricing-comparison-table tbody tr td {
        padding: 12px 14px;
        font-size: 13px;
    }
}

@media (max-width: 1199.98px) {

    .sect-title {
        font-size: 34px;
        line-height: 44px;
        margin: 0 0 30px;
    }
    .sect-title-v2 {
        font-size: 28px;
        line-height: 30px;
    }
    .container {
        max-width: 950px;
    }
    header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
        line-height: 18px;
        margin: 0 8px;
        white-space: nowrap;
    }
    header .navbar-expand-lg .navbar-nav li:last-child .nav-link {
        font-size: 14px;
        padding: 10px 18px;
    }
    .navbar-expand-lg .navbar-brand {
        margin: 0 30px 0 0;
    }
    .navbar-expand-lg .navbar-nav {
        justify-content: center;
        position: relative;
        padding-right: 200px;
    }
    .navbar-expand-lg .navbar-nav li:last-child {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        margin-left: 0;
    }

    .features-card-wrapper {
        padding: 0;
    }
    .features-card {
        position: relative;
        top: auto !important;
        z-index: auto !important;
        transform: none !important;
        will-change: auto;
        /* margin-bottom: 50px; */
        padding: 20px;
        border-radius: 15px;
    }
    .features-card:nth-child(even) {
        padding: 20px;
    }
    .feature-video-wrapper, .features-card:nth-child(even) .feature-video-wrapper {
        border-radius: 20px;
    }
    .features-card .tags {
        margin: 0 0 10px;
    }
    .features-list {
        margin: 20px 0;
    }
    .features-list-item {
        padding: 10px 0 15px;
        font-size: 16px;
        line-height: 20px;
    }
    .feature-video-wrapper {
        height: 410px;
        position: relative;
        /* top: 50%; */
        /* transform: translateY(-50%); */
    }

    .features-card:nth-child(1),
    .features-card:nth-child(2),
    .features-card:nth-child(3) {
        top: auto;
        z-index: auto;
    }
    .features-card-content {
        padding: 0 30px 0 0;
    }
    .features-card:nth-child(even) .features-card-content {
        padding: 0 0 0 30px;
    }
    .home-banner .banner-text-1 {
        font-size: 60px;
        line-height: 70px;
    }
    .home-banner .banner-text-2 {
        font-size: 26px;
        line-height: 36px;
        margin: 0 0 30px;
    }
    .features-card-title {
        font-size: 34px;
        line-height: 34px;
    }
    .features-card-subtitle {
               font-size: 16px;
        line-height: 20px;
        letter-spacing: 2px;
    }

    /* .home-banner .content-box {
        padding: 180px 0 0;
    } */
    /* .slider-section {
        padding: 200px 0 100px;
    } */
    .video-holder {
        bottom: -80px;
    }
    .video-wrap {
        border-radius: 15px;
    }
    .desktop-tabs .nav-tabs {
        gap: 10px;
        margin: 0 0 20px;
    }
    .desktop-tabs .nav-tabs {
        gap: 8px;
        margin: 0 0 20px;
    }
    .desktop-tabs .nav-tabs .nav-link {
        min-width: 225px;
        font-size: 15px;
        line-height: 17px;
        border-radius: 12px;
        padding: 12px 0;
    }
    .divider {
        margin: 55px 0;
    }
    .card-list .card:nth-child(-n+4) {
        grid-column: span 4;
    }
    .rebackoffice-logo {
        width: 219px;
    }

    .who-we-serve-content {
        padding: 0 0 0 50px;
    }

    .slide-inner .caption-box {
        padding: 25px;
    }
    .slide-inner .caption-title {
            font-size: 26px;
        line-height: 32px;
    }
     .slide-inner .caption-text {
        font-size: 14px;
        line-height: 18px;
    }
    .card-list .card:nth-child(n+5) .card-media {
        height: 150px;
    }
    .accordian-wrapper {
        max-width: 100%;
    }
    .status-sec {
        margin-top: 80px;
    }
    .status-heading {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 60px;
    }
    .status-icon {
        width: 80px;
        height: 80px;
    }
    .accordian-wrapper .accordion-button {
        font-size: 18px;
        line-height: 24px;
    }
    .who-we-serve-page .feature-video-wrapper {
        position: relative;
        top: unset;
        transform: unset;
        height: 370px;
    }
    .client-list .swiper-slide {
        height: 130px;
    }
        .comparison-container {
        width: 750px;
    }
    .advantage-card {
        padding: 20px 40px;
        gap: 30px;
    }
    .traditional-card {
        padding: 20px 40px;
    }
    .footer-logo {
        margin: 0 50px 0 0;
        width: 150px;
    }
    .contact-info-list .label-name, .contact-info-list .label-data, .address-box .label-data {
        font-size: 18px;
        line-height: 22px;
    }
    .text-icon-list .icon-box {
        margin: 0 15px 0 0;
    }
    .text-icon-list {
        padding: 20px 0;
    }
    .pricing-hero {
        padding: 120px 0 0px;
    }
    .pricing-billing-toggle {
        margin: 40px 0 16px;
    }
    .pricing-plans-row {
        gap: 14px;
        margin: 0 0 60px;
    }
    .pricing-plan-card {
        padding: 16px;
        border-radius: 20px;
    }
    .pricing-plan-name {
        font-size: 22px;
        line-height: 30px;
    }
    .pricing-plan-price,
    .pricing-plan-price-custom {
        font-size: 34px;
        line-height: 34px;
    }
    .pricing-plan-tagline {
        font-size: 13px;
        line-height: 20px;
    }
    .pricing-comparison-table thead th {
        font-size: 14px;
        padding: 16px 12px;
    }
    .pricing-comparison-table tbody tr td {
        padding: 10px 12px;
        font-size: 13px;
        line-height: 20px;
    }
    .pricing-comparison-table tbody tr.pricing-category-row td span {
        font-size: 15px;
    }
    .about-client-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .about-client-grid-item {
        padding: 14px 20px;
    }
    .about-client-grid-item img {
        max-height: 90px;
        max-width: 130px;
    }
}

@media (max-width: 992.98px) {

    .desktop-tabs .nav-tabs {display: none;}
    .desktop-tabs .accordion-header {display: block;}
    .desktop-tabs .tab-content > .tab-pane {
        display: block;
        opacity: 1;
        padding: 0;
        border-radius: 10px;
    }
    .desktop-tabs .tab-pane .tab-pane-inner .tab-content-div {
        padding: 0;
    }
    .desktop-tabs .accordion-body {
        padding: 20px;
    }
    .py-150 {
        padding: 80px 0;
    }
    .p-text-3 {
        font-size: 16px;
        line-height: 24px;
    }
    .container {
        max-width: 720px;
    }
    .sect-title {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 25px
    }
    .sect-title-v2 {
        font-size: 26px;
        line-height: 30px;
    }

    .navbar-toggler {
        display: block !important;
        background-color: transparent;
        box-shadow: none !important;
        padding: 0;
        position: relative;
        z-index: 1;
        border: 0;
        outline: 0;
        margin: 0 0 0 auto;
    }
    .navbar-toggler .icon-bar {
        width: 23px;
        height: 2px;
        display: block;
        background-color: #fff;
        transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
        position: relative;
        overflow: hidden;
        border: 0;
    }
    
    header.scrolled .navbar-toggler .icon-bar,
    .header-v2 header .navbar-toggler .icon-bar {
        background-color: #003f88;
    }
    header.scrolled .navbar-toggler[aria-expanded="true"] .icon-bar,
    .header-v2 .navbar-toggler[aria-expanded="true"] .icon-bar {
        background-color: #fff;
    }
    .navbar-toggler .icon-bar.two {
        margin: 5px 0;
    }
    .navbar-toggler[aria-expanded="true"] .icon-bar.one {
        transform: translateY(7px) rotate(-225deg);
    }
    .navbar-toggler[aria-expanded="true"] .icon-bar.two {
        opacity: 0;
    }
    .navbar-toggler[aria-expanded="true"] .icon-bar.three {
        transform: translateY(-7px) rotate(225deg);
    }
    header.scrolled .navbar-expand-lg .navbar-nav .nav-link,
    .header-v2 header.scrolled .navbar-expand-lg .navbar-nav .nav-link {
        color: #ffffffa6;
    }
    header.scrolled .navbar-expand-lg .navbar-nav .nav-link.active, 
    .header-v2 header.scrolled .navbar-expand-lg .navbar-nav .nav-link.active {
        color: #fff;
    }

    .navbar-collapse {
        display: block !important;
        position: fixed;
        width: 100%;
        height: 100%;
        max-height: 100svh;
        right: -100%;
        top: 0;
        background: #000000de;
        backdrop-filter: blur(5px);
        transition: all 0.3s ease-in-out;
    }
    .navbar-nav {
        padding: 50px 0 0;
    }
    .navbar-collapse.show { 
        right: 0;
        overflow: auto;
    }
    header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 18px;
        line-height: 20px;
        padding: 12px 20px;
        font-weight: 500;
        color: #ffffffad;
        margin: 0;
    }
    .header-v2 header .navbar-expand-lg .navbar-nav .nav-link{
        color: #ffffffa6;
    }
    header .navbar-expand-lg .navbar-nav .nav-link.active {
        color: #fff;
    }
    .navbar-expand-lg .navbar-nav li:last-child {
        margin: 20px 0 0 20px;
    }
    .get-demo-btn, 
    header .navbar-expand-lg .navbar-nav li:last-child .nav-link {
        gap: 10px;
        font-size: 16px;
        line-height: 16px;
        padding: 12px 16px;
    }
    
    .home-banner .banner-text-1 {
        font-size: 50px;
        line-height: 58px;
        margin: 0 0 15px;
    }  
    .home-banner .banner-text-2 {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 20px;
    } 
    .slider-section {
        padding: 80px 0;
    }
    .video-holder {
        bottom: 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    /* .home-banner .content-box {
        padding: 120px 0 0;
    } */
    .desktop-tabs .accordion-item {
        margin: 0 0 10px;
        border-radius: 10px;
        border: 0;
        overflow: hidden;
    }
    .desktop-tabs .accordion-button {
        display: flex;
        padding: 15px;
        font-size: 18px;
        line-height: 20px;
        font-weight: 500;
        border-radius: 0;
        box-shadow: none;
    }
    .desktop-tabs .accordion-button:not(.collapsed) {
        background-color: #0065FF;
        color: #fff;
    }
    .desktop-tabs .tab-pane .tab-pane-inner .img-holder {
        width: 100%;
        margin: 0 0 20px;
    }
    .tab-pane-inner .img-holder {
        margin: 0 0 20px;
    }
    .card-list {
        grid-template-columns: repeat(12, 1fr);
        gap: 15px;
    }
    .card {
        border-radius: 12px;
    }
    .card .card-media, .card-list .card:nth-child(n+5) .card-media {
        height: 120px;
        margin: 0 0 10px;
    }
    .divider {
        margin: 40px 0;
    }
    .workflow-card .workflow-list-holder {
        border-radius: 20px;
        padding: 20px 30px 30px;
    }
    .connect-img {
    position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 15px;
        transform: translateY(-50%) rotate(90deg);
        z-index: 1;
        width: 51px;
    }
    .feature-video-wrapper {
        height: auto;
        position: relative;
        top: 0;
        transform: unset;
    }
    .features-section, .faq-section {
        padding: 110px 0;
    }
    .features-card-title {
        font-size: 30px;
        line-height: 40px;
    }
    .features-card-subtitle {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 1px;
    }

    .features-list-item {
        padding: 10px 0 15px;
        font-size: 16px;
        line-height: 20px;
    }
    .features-card {
        /* margin-bottom: 30px; */
        padding: 20px;
        border-radius: 20px;
    }
    .features-card:nth-child(even) {
        padding: 20px;
    }
    .features-card-tag {
        margin: 0 0 10px;
    }
    .features-card:nth-child(even) .features-card-content {
        padding: 0;
    }
    .features-card-content {
        padding: 0 0px 0 0;
    }
    .who-we-serve-section {
        padding: 100px 0 20px;
    }
    .who-we-serve-content {
        padding: 0;
    }
    .who-we-serve-title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .who-we-serve-text p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .who-we-serve-content-item {
        opacity: 1;
    }
    .contact-section .first-container {
        padding: 40px 0;
    }
    .form-wrapper {
        padding: 40px;
        width: 100%;
        gap: 0 10px;
    }
    .contact-info-list li {
        padding: 15px 10px 12px;
        flex: 1 0 auto;
    }
    .form-input-list .form-control {
        padding: 15px;
        font-size: 14px;
        line-height: 18px;
        border-radius: 6px;
    }
    .form-input-list label {
        top: 15px;
        left: 15px;
        font-size: 14px;
        line-height: 18px;
    }
    .submit-btn {
        border-radius: 6px;
        font-size: 18px;
        line-height: 20px;
        padding: 14px;
    }
    /* .slide-inner {
        height: 500px;
    } */
    .slide-inner .slide-img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .feature-card-video {
        object-fit: cover;
        height: auto;
    }
    .contact-info-list {
        justify-content: flex-start;
        gap: 15px;
    }
    .nf-error-title {
        font-size: 92px;
    }
    .nf-error-paragraph {
        font-size: 13px;
        opacity: 0.5;
    }
    .nf-return-home-btn{
        padding: 12px 30px;
        font-size: 16px;
    }
    .status-heading {
        font-size: 44px;
        line-height: 52px;
        margin-bottom: 50px;
    }
    .status-subtitle {
        font-size: 20px;
    }
    .status-text {
        font-size: 15px;
    }
    .status-container {
        margin: 0px 0 0;
    }
    .sect-subtitle {
        font-size: 16px;
        line-height: 22px;
    }
    .sect-desc {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 10px;
    }
    .who-we-serve-page .features-card-subtitle {
        margin: 0 0 20px;
    }
    .comparison-container {
        width: 700px;
    }
    .traditional-card {
        padding: 20px 30px;
    }
    .traditional-card-title, .traditional-card-subtitle, .advantage-card-text {
        font-size: 18px;
        line-height: 22px;
    }
    .advantage-card {
        padding: 20px 30px;
        gap: 25px;
    }
    .who-we-serve-page .feature-video-wrapper {
        height: auto;
    }
    /* .swiper-slide .slide-inner {
        height: 485px;
    } */
    .footer-logo {
        margin: 0 30px 0 0;
        width: 120px;
    }
    .contact-info-list .label-name, .contact-info-list .label-data, .address-box .label-data {
        font-size: 16px;
        line-height: 20px;
    }
    .footer-logo {
        flex: 0 0 100%;
        margin: 0 0 25px 0;
        width: auto;
    }
    .contact-info-list {
        margin: 0 20px 0 0;
    }
    .contact-info-list .label-name, .contact-info-list .label-data,
    .address-box .label-data {
        font-size: 14px;
        line-height: 20px;
    }
    .address-box {
        flex: 0 0 auto;
        margin: 0;
        text-align: left;
    }
    .copyright-text, .footer-link li a {
        font-size: 15px;
        line-height: 22px;
    }
    .home-banner {
        height: 500px;
        /* height: fit-content;
        aspect-ratio: 1920/1080; */
    }
    .video-holder video{
        height: 100%;
    }
    .about-client-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .about-client-grid-item {
        padding: 20px 20px;
        min-height: 100px;
    }
    .about-client-grid-item img {
        max-height: 80px;
        max-width: 130px;
    }
    .about-us-section {
        padding: 110px 0;
    }
    .video-cards-grid {
        flex-wrap: wrap;
        gap: 20px;
    }
    .video-card.first-slide {
        flex: 0 0 100%;
    }
    .video-card.second-slide,
    .video-card.third-slide {
        flex: 1;
    }
    .video-card.second-slide .slide-inner,
    .video-card.third-slide .slide-inner {
        aspect-ratio: 320/550;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }
    .navbar-expand-lg .navbar-nav {
        justify-content: flex-start;
        position: static;
        padding-right: 0;
    }
    header .navbar-expand-lg .navbar-nav .nav-link {
        white-space: normal;
    }
    .navbar-expand-lg .navbar-nav li:last-child {
        position: static;
        transform: none;
        margin: 20px 0 0 20px;
    }
    .pricing-hero {
        padding: 100px 0 0px;
    }
    .pricing-billing-toggle {
        margin: 30px 0 12px;
    }
    .pricing-plans-row {
        flex-wrap: wrap;
        gap: 14px;
        margin: 0 0 40px;
    }
    .pricing-plan-card {
        flex: 1 1 calc(50% - 7px);
        max-width: calc(50% - 7px);
        margin: 0;
        width: auto;
    }
    .pricing-plan-card:last-child {
        flex: 1 1 100%;
        max-width: calc(50% - 7px);
        /* margin: 0 auto; */
    }
    .pricing-comparison-section {
        padding: 0 0 100px;
    }
    .footer-logo img {
        width: 143px;
    }
}

@media (max-width: 767.98px) {
    .tags {letter-spacing: -0.10px;}
    .py-150 {
        padding: 50px 0;
    }
    .about-client-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .about-client-grid-item {
        padding: 16px 16px;
        min-height: 90px;
    }
    .about-client-grid-item img {
        max-height: 60px;
        max-width: 110px;
    }
    .about-us-section {
        padding: 100px 0 50px;
    }
    .about-client-sect {
        padding: 70px 0;
    }
    .container {
        max-width: 550px;
    }
    .home-banner .banner-text-1 {
        font-size: 34px;
        line-height: 38px;
    }
    .home-banner .banner-text-2 {
        font-size: 18px;
        line-height: 24px;
    }
    .slider-section {
        padding: 50px 0;
    }
    .video-card.second-slide,
    .video-card.third-slide {
        flex: 1;
    }
    /* .home-banner .content-box {
        padding: 40px 0 0;
    } */
    /* .home-banner { 
        height: auto;
        padding: 0 0 60px;
    } */
    .sect-title {
        font-size: 28px;
        line-height: 36px;
        margin: 0 0 20px;
    }
    .sect-title-v2 {
        font-size: 24px;
        line-height: 30px;
    }
    .card-list .card:nth-child(-n+4),
    .card-list .card:nth-child(n+5) {
        grid-column: span 6;
    }
    .card .card-media, .card-list .card:nth-child(n+5) .card-media {
        height: 140px;
        margin: 0 0 10px;
    }
    .card .card-text {
        font-size: 16px;
        line-height: 22px;
        padding: 0 0 0 5px;
    }
    .btn-view-all {
    font-size: 16px;
    line-height: 20px;
    }
    .features-card-title {
        font-size: 28px;
        line-height: 36px;
    }
    .features-card {
        /* margin-bottom: 30px; */
        padding: 5px 20px 20px;
        border-radius: 15px;
    }
    .feature-video-wrapper, .features-card:nth-child(even) .feature-video-wrapper {
        border-radius: 15px;
    }
        .who-we-serve-page .features-card-subtitle {
        margin: 0 0 15px;
    }
    .who-we-serve-content-item {
        padding-bottom: 30px; 
    }
    .accordian-wrapper .accordion-button {
        padding: 15px 0;
    }
    .accordian-wrapper .icon-holder {
        width: 22px;
        height: 22px;
        border-radius: 4px;
        flex: 0 0 auto;
    }
    .bottom-strip {
        padding: 30px 0 0;
    }
    .footer-link li:first-child a::before {
        display: none;
    }
    .copyright-text, .footer-link li a {
        line-height: 20px;
    }
    .copyright-text {
        margin: 0 0 5px;
    }
    .contact-info-list li {
        width: 48%;
        flex: auto;
    }
    .contact-info-list li:last-child {
        width: 100%;
        margin: 15px 0 0;
    }
    .form-wrapper .blue-border {
        display: none !important;
    }
    .form-wrapper {
        padding: 20px;
    }
    .form-input-list {
        gap: 0 20px;
    }
    .form-input-list .form-group {
        width: calc(50% - 10px);
    }
    .swiper-slider .swiper-slide .slide-media * {
        height: 420px;
    }
    .slide-inner .caption-title {
            font-size: 22px;
        line-height: 30px;
    }
    .slide-inner .caption-box {
        padding: 20px;
    }
    /* .swiper-slide .slide-inner {
        height: 380px;
    } */
    .nf-error-banner {
        padding: 0 40px;
    }
    .nf-error-title {
        font-size: 60px;
    }
    .nf-sub-title {
        font-size: 10px;
        right: 40px;
    }
    .status-sec {
        margin-top: 60px;
        min-height: auto;
        padding: 40px 15px;
    }
    .status-heading {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 40px;
    }
    .status-icon {
        width: 70px;
        height: 70px;
    }
    .status-btn {
        padding: 12px 28px;
        font-size: 16px;
    }
    .video-wrap {
        border-radius: 10px;
    }
    .video-holder {
        padding-bottom: 0;
    }
    .sect-title-v3 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 3px;
    }
    .client-list .swiper-slide {
        height: 100px;
    }
    .who-we-serve-page .features-card {
        padding: 40px 0 !important;
    }
    .brand-logo-img {
        width: 129px;
    }
    .comparison-container {
    width: 100%;
    margin: 0 auto;
    }
    .comparison-grid-col-header,
    .col-header-label {
        font-size: 20px;
        line-height: 28px;
    }
    .comparison-grid-col-header {
        margin-bottom: 0px;
    }
    .traditional-card-title, .traditional-card-subtitle, .advantage-card-text{
    font-size: 15px;
    line-height: 18px;
    }
    .traditional-card--holder {
        border-radius: 50px;
        margin: 0 0 5px;
    }
    .traditional-card {
        border-radius: 50px;
        padding: 5px 30px;
    }
    .advantage-card {
        padding: 10px 25px;
        gap: 20px;
    }
    .advantage-card-icon {
        width: 20px;
    }
    .discover-sect {
        padding: 50px 0;
    }
    .discover-sect .sect-title {
        margin: 0 0 20px;
    }
    .footer-logo {
        margin: 0 0px 20px 0;
        width: auto;
        flex: 1 1 100%;
    }
    .footer-logo img {
        width: 120px;
    }
    .pricing-heading {
        font-size: 26px;
        line-height: 34px;
    }
    .pricing-subheading {
        font-size: 14px;
        margin: 0 0 24px;
    }
    .pricing-billing-toggle {
        margin: 30px 0 32px;
    }
    .pricing-billing-toggle-wrap .pricing-toggle-option {
        padding: 5px 16px;
        font-size: 14px;
    }
    .pricing-plans-row {
        flex-direction: column;
        gap: 14px;
    }
    .pricing-plan-card {
        flex: 1 1 100%;
        max-width: 100%;
        margin: 0;
    }
    .pricing-plan-card:last-child {
        flex: 1 1 100%;
        max-width: 100%;
        margin: 0;
    }
    .pricing-comparison-section{
        padding: 0px 0 70px;
    }
    .pricing-desktop-comparison {
        display: none;
    }
    .pricing-mobile-comparison {
        display: block;
    }
    .pricing-mobile-plan-tabs {
        position: sticky;
        top: 78px;
        z-index: 10;
        margin: 0 0 16px;
        box-shadow: 0 4px 12px rgb(0 0 0 / 0.08);
    }
    .pricing-plan-name{
        font-size: 24px;
        line-height: 34px;
        margin: 0;
    }
    .pricing-plan-tagline{
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 18px;
    }
    .pricing-plan-price{
        font-size: 40px;
        line-height: 40px;
    }
    .pricing-plan-price-label{
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 14px;
    }
    .pricing-plan-features-list {
        padding: 14px 10px 0;
        margin: 0 0 24px;
    }
    .pricing-plan-features-list li{
        padding: 6px 0;
        gap: 14px
    }
    .pricing-plan-cta{
        padding: 14px 0;
    }
    .pricing-hero {
        padding: 90px 0 0px;
    }
    .pricing-plan-card {
        max-width: 100%;
    }
    .pricing-plan-price,
    .pricing-plan-price-custom {
        font-size: 36px;
        line-height: 36px;
    }
    .pricing-mobile-feature-table tr.pricing-m-cat.pricing-note td{
        padding: 15px 20px;
        border-bottom: none;
        white-space: unset;
        line-height: 18px;
    }

    .pricing-mobile-feature-table tr.pricing-m-cat.pricing-note td span {
        font-family: var(--f-inter);
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        color: #000000CC;
    }
}

@media (max-width: 575.98px) {
    .about-client-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .about-client-grid-item {
        padding: 10px 12px;
        min-height: 80px;
    }
    .about-client-grid-item img {
        max-height: 60px;
        max-width: 90px;
    }
    .video-card.second-slide,
    .video-card.third-slide {
        flex: 0 0 100%;
    }
    .video-card.second-slide .slide-inner,
    .video-card.third-slide .slide-inner {
        aspect-ratio: 666/550;
    }
    .p-text-4 {
        font-size: 16px;
        line-height: 24px;
    }
    .container {
        max-width: 100%;
    }
    .sect-title {
        font-size: 26px;
        line-height: 34px;
    }
    .features-card-title {
        font-size: 26px;
        line-height: 34px;
    }

    .home-banner .banner-text-1 {
        font-size: 30px;
        line-height: 36px;
    }
    .home-banner .banner-text-2 {
        font-size: 16px;
        line-height: 22px;
    }
    /* .slider-section {
        padding: 50px 0;
    } */
    .video-holder {
        width: calc(100% - 24px);
    }

    .desktop-tabs .accordion-button {
        font-size: 16px;
        line-height: 20px;
    }
    .card-list .card:nth-child(-n+4), 
    .card-list .card:nth-child(n+5) {
        grid-column: span 12;
    }
    .card .card-media, .card-list .card:nth-child(n+5) .card-media {
        height: auto;
        margin: 0 0 10px;
    }
    .workflow-card .workflow-list-holder {
        border-radius: 15px;
        padding: 15px 15px 15px;
    }
    .workflow-list li {
        display: flex;
        align-items: flex-start;
        padding: 15px 0;
        font-size: 18px;
        line-height: 26px;
    }
    .workflow-list li img {
        margin: 5px 10px 0px 0;
    }
    .workflow-card .tags {
        left: 20px;
    }
    .connect-img {
        left: auto;
        right: 14%;
    }
    .client-list .swiper-slide {
        padding: 0 15px;
    }
    .divider {
        margin: 30px 0;
    }
    .features-card, .features-card:nth-child(even) {
        padding: 15px;
    }
    .features-section, .faq-section {
        padding: 100px 0 50px;
    }
    .features-list {
        margin: 15px 0 30px;
    }
    .who-we-serve-title {
        font-size: 24px;
        line-height: 28px;
    }
    .accordian-wrapper .accordion-item{
        padding: 0 10px;
    }
    .accordian-wrapper .accordion-button {
        font-size: 16px;
        padding: 10px 0;
        line-height: 20px;
        gap: 5px;
    }
    .accordian-wrapper .icon-holder {
        width: 20px;
        height: 20px;
    }
    .accordian-wrapper .icon-holder::before{
        width: 12px;
    }
    .accordian-wrapper .icon-holder::after {
        height: 12px;
    }
    .accordian-wrapper .accordion-body {
        padding: 10px 0 15px;
    }
    .copyright-text {
        text-align: center;
    }
    .footer-link {
        width: 100%;
        justify-content: center;
    }
    .footer-link li a {
        padding: 0px 15px 0px;
    }
    .footer-link li a:first-child {
        margin: 0;
    }
    .form-input-list {
        gap: 0;
    }
    .form-input-list .form-group {
        width: calc(100% - 0px);
        margin-bottom: 10px;
    }
    .contact-info-list {
        gap: 0 0;
        margin: 0 0 25px 0;
        padding: 0 20px;
        text-align: center;
        flex: 1 1 100%;
    }
    .address-box {
        margin: 0;
        flex: 1 1 auto;
    }
    .contact-info-list .label-name, .contact-info-list .label-data, .address-box .label-data {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        display: block;
    }
    .contact-info-list li {
        width: 100%;
        margin: 20px 0 0;
    }
    .form-wrapper {
        margin: 0;
    }
    /* .slide-inner {
        height: 270px;
        border-radius: 10px;
    } */
    .desktop-tabs .tab-pane .tab-pane-inner .img-holder {
        border-radius: 10px;
    }
    /* .swiper-slide .slide-inner {
        height: 400px;
    } */
    .nf-error-title {
        font-size: 56px;
    }
    .nf-sub-title {
        font-size: 10px;
        right: 20px;
    }
    .nf-error-paragraph {
        font-size: 12px;
        line-height: 18px;
    }
    .status-heading {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 30px;
    }
    .status-subtitle {
        font-size: 18px;
    }
    .status-text {
        font-size: 14px;
    }
    .status-icon {
        width: 60px;
        height: 60px;
    }
    .video-holder {
        padding-top: 30px;
    }
    .top-footer {
        padding: 30px 0;
    }
    /* .first-slide .slide-inner .slide-media {
        width: 350px;
    } */
     .swiper-slider .swiper-slide .slide-media * {
        height: 300px;
    }
    .sect-title-v3 {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 3px;
    }
    .comparison-grid-col-header, .col-header-label {
        font-size: 18px;
        line-height: 26px;
    }
    .traditional-card {
        border-radius: 50px;
        padding: 5px 10px;
    }
    .comparison-grid-col-header {
        margin-bottom: 10px;
    }
    .traditional-card {
        border-radius: 50px;
        padding: 5px 20px;
    }
        .traditional-card-title, .traditional-card-subtitle, .advantage-card-text {
        font-size: 13px;
        line-height: 17px;
                width: 100%;
    }
        .advantage-card {
        padding: 5px 25px;
        gap: 5px;
        width: 50%;
    }
    .advantage-card-icon {
        display: none;
    }
    .footer-logo img {
        width: 120px;
        margin: 0 auto;
    }
    .home-banner {
        height: 400px;
    }
    .text-icon-list {
        padding: 15px 0;
    }
    .text-icon-list .icon-box {
        margin: 0 10px 0 0;
        width: 40px;
    }
    .desktop-tabs .accordion-body {
        padding: 15px;
    }
    .pricing-hero {
        padding: 80px 0 0px;
    }
    .pricing-billing-toggle {
        margin: 20px 0 10px;
    }
    .pricing-billing-toggle-wrap .pricing-toggle-option {
        font-size: 13px;
        padding: 5px 14px;
    }
    .pricing-plan-name {
        font-size: 20px;
        line-height: 28px;
    }
    .pricing-plan-price,
    .pricing-plan-price-custom {
        font-size: 32px;
        line-height: 32px;
    }
    .pricing-plan-tagline {
        font-size: 12px;
        line-height: 18px;
        margin: 0 0 14px;
    }
    .pricing-plan-price-label {
        font-size: 12px;
        line-height: 20px;
        margin: 0 0 16px;
    }
    .pricing-plan-features-list li {
        font-size: 13px;
        line-height: 22px;
        gap: 10px;
    }
    .pricing-plan-cta {
        font-size: 13px;
        padding: 14px 0;
    }
    .pricing-mobile-plan-tabs .pricing-mpt-option {
        font-size: 12px;
        padding: 5px 4px;
    }
    .pricing-mobile-feature-table tr td {
        font-size: 12px;
        padding: 10px 12px;
    }
}
@media (max-width: 399.98px) {

    .desktop-tabs .accordion-body {
        padding: 10px;
    }
    .accordion-body {
        padding: 10px;
    }
    .mobile-accordion .accordion-button {
        padding: 12px;
    }
    .divider {
        margin: 30px 0;
    }
    .home-banner .banner-text-1 {
        font-size: 26px;
        line-height: 30px;
    }
    .home-banner .banner-text-2 {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 10px;
    }
    .sect-title-v2 {
        font-size: 20px;
        line-height: 26px;
    }
    .slide-inner .caption-title {
        font-size: 20px;
        line-height: 26px;
    }
    /* .slide-inner {
        height: 220px;
    } */
    .swiper-slide .slide-inner {
        /* height: 220px; */
        border-radius: 10px;
    }
    .slide-inner .caption-title {
        font-size: 18px;
        line-height: 22px;
    }
    .first-slide .slide-inner .slide-media {
        width: 280px;
    }
    .video-card.first-slide .slide-inner .slide-media {
        width: 100%;
    }
    .slide-inner .caption-text {
        font-size: 12px;
        line-height: 16px;
    }
    .nf-return-home-btn {
        padding: 10px 26px;
        font-size: 14px;
    }
    .status-heading {
        font-size: 30px;
        line-height: 36px;
    }
    .status-subtitle {
        font-size: 16px;
    }
    .status-btn {
        padding: 10px 16px;
        font-size: 14px;
    }
    .pricing-hero {
        padding: 75px 0 0px;
    }
    .pricing-plan-name {
        font-size: 18px;
        line-height: 24px;
    }
    .pricing-plan-price,
    .pricing-plan-price-custom {
        font-size: 28px;
        line-height: 28px;
    }
    .pricing-billing-toggle-wrap .pricing-toggle-option {
        font-size: 12px;
        padding: 4px 10px;
    }
    .pricing-mobile-plan-tabs .pricing-mpt-option {
        font-size: 11px;
        padding: 5px 3px;
    }
    .pricing-mobile-feature-table tr td {
        font-size: 11px;
        padding: 8px 10px;
        line-height: 16px;
    }
}