body,
html {
  font-family: "Epilogue", serif !important;
  font-weight: 400 !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

html {
  scroll-behavior: smooth;
}

:root {
  --color-bg: papayawhip;
  --color-bg-accent: #ecdcc0;
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --duration: 200s;
  --duration1: 30s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  vertical-align: middle;
}
ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

:focus {
  outline: none;
  box-shadow: none;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}
.container {
  max-width: 1440px;
}
/* ====== Header Section =============*/
.header-wrap .navbar-nav .nav-item {
  margin: 0px 15px;
}
.header-wrap .navbar-nav .nav-item:last-child {
  margin-right: 0px;
}
.header-wrap .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: #010d32;
}
.header-wrap .navbar-nav .nav-item .nav-link.contactbtn {
  border-radius: 26px;
  background: #2851d3;
  padding: 10px 30px;
  color: #fff;
  font-weight: 400;
}
/* ====== Header Section ============ */
/* ========================== Banner Section ===================*/
.bannerbcx-wrap {
  padding: 60px 0px;
  background: url(../images/banner-bg.jpg) no-repeat;
  background-size: 100% 100%;
  height: 100vh;
  max-height: 840px;
}
.banner-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
}
.bannercontentbcx {
  width: calc(100% - 490px);
}
.bannercontentbcx h1 {
  position: relative;
  font-size: 45px;
  line-height: 70px;
  color: #000000;
  font-weight: 500;
  display: inline-block;
}
.bannercontentbcx h1::after {
  content: "";
  position: absolute;
  right: 25px;
  bottom: 15px;
  background: url(../images/heading-bdr.png) no-repeat;
  background-size: 100% 100%;
  width: 135px;
  height: 29px;
}
.bannercontentbcx p {
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  color: #434343;
}
.bannercontentbcx h1 span {
  color: #2851d3;
  font-weight: 500;
}
.bannercontentbcx .applicationbtns-bx {
  margin-top: 70px;
}
.bannervideobx {
  position: relative;
  width: 490px;
}
.bnvideo-cvr {
  position: absolute;
  right: 0px;
  top: 25px;
  /* padding: 0px 25px 25px 0px; */
  background: #cad7ff;
  border-radius: 26px;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.bannervideo {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.bannervideo video {
  height: 475px;
  border-radius: 26px;
}

/* ======= Trusted Section ========= */
.marquee,
.marquee__group {
  gap: var(--gap);
  display: flex;
}
@media (prefers-color-scheme: dark) {
  :root {
    --color-text: papayawhip;
    --color-bg-accent: #2626a0;
  }
}
.marquee,
.reversemarquee {
  overflow: hidden;
  user-select: none;
}
.marquee__group {
  flex-shrink: 0;
  align-items: center;
  justify-content: space-around;
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}
.marquee-carosuel img {
  height: auto;
  width: 100%;
  margin: 0 10px;
}
.marquee__group.scrollx {
  animation: scroll-x var(--duration1) linear infinite;
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}
.wrappermar {
  gap: var(--gap);
}
.trustedbcx-wrap {
  background: #efefef;
  padding: 40px 0px;
}
/* ======= Trusted Section ========= */
/* ======= Features Section ======= */
.keyfeaturesbcx-wrap {
  background: #efefef;
  margin-top: 30px;
  padding: 80px 0px;
  border-radius: 98px;
}
.sub-headingcontent-bx h3 {
  position: relative;
  font-size: 42px;
  font-weight: 500;
  line-height: 65px;
  color: #00081f;
}
.sub-headingcontent-bx h3::after {
  content: "";
  position: absolute;
  background: url(../images/features-line.png) no-repeat;
  background-size: 100% 100%;
  width: 240px;
  height: 3px;
  bottom: -15px;
  right: 110px;
}
.sub-content p {
  font-size: 20px;
  line-height: 35px;
  color: #434343;
  font-weight: 400;
}
.keyfeaturesbx {
  margin-top: 50px;
}
.keyfeaturesbx .featurebox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 56px;
  padding: 40px 50px;
  height: 195px;
  overflow: hidden;
  transition: height 0.4s ease-in-out;
  /* margin-bottom: 40px; */
}
.keyfeaturesbx .featurebox:hover {
  height: 420px;
}
.featurebgimg {
  opacity: 0;
  transition: opacity 0.6s ease-in-out, max-height 0.4s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: right;
}
.keyfeaturesbx .featurebox:hover .featurebgimg {
  position: relative;
  opacity: 1;
  max-height: 400px;
}
/* .featurebgimg img{
  max-width: 100%;
  max-height: 100%;
} */
.featurebox .featureic {
  margin-right: 20px;
  width: 32px;
}
.featurebox .featurescontentbx {
  width: calc(100% - 52px);
}
.featurescontentbx {
  display: flex;
}
.featurebox .featurecontent h4 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
  color: #00081f;
}
.featurebox .featurecontent p {
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
  color: #343434;
  margin-bottom: 5px;
}
.featurebox .featurecontent p:last-child {
  margin-bottom: 0px;
}
.keyfeaturesbx ul li {
  margin-bottom: 40px;
}
.keyfeaturesbx ul li:last-child {
  margin-bottom: 0px;
}
.keyfeaturesbx ul {
  margin-bottom: 0px;
  padding: 0px;
}
/* ======= Features Section ====== */
/* ======= WhyChoose Section ====== */
.keyfeaturesbcx-wrap.whychoosebcx-wrap {
  background: #fff;
}
.whychoosebcx-wrap .sub-headingcontent-bx h3::after {
  right: auto;
  left: 5px;
}
.whychoose-contentbx {
  margin-top: 80px;
}
.whychoose-content {
  padding: 30px;
  border-radius: 44px;
  height: calc(100% - 30px);
  min-height: 268px;
  background: linear-gradient(103.13deg, #f1f1f1 0.69%, #d7ebff 97.74%);
  margin-bottom: 30px;
}
.whychoose-content .whychoose-contentbx-head {
  font-size: 23px;
  color: #00081f;
  line-height: 32px;
  font-weight: 500;
  padding-bottom: 10px;
}
.whychoose-content p,
.workbx p,
.contentbx-points ul li p,
.contentbx p,
.contactus-wrap .sub-headingcontent-bx p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  color: #343434;
}
.whychosse-content-img.whychoose-content {
  background: no-repeat;
  padding: 0px;
  min-height: auto;
}
.whychosse-content-img.whychoose-content img {
  width: 100%;
  height: 100%;
}
/* ======= Why Choose Section ===== */
/* ======= How Work Section ======= */
.keyfeaturesbcx-wrap.howworkbcx-wrap {
  background: url(../images/work-bg.jpg) no-repeat;
  background-size: 100% 100%;
}
.howworkbcx-wrap .sub-headingcontent-bx h3::after {
  background: url(../images/work-border.png) no-repeat;
  width: 130px;
  height: 29px;
  bottom: 15px;
  right: 80px;
}

.workbcx-wrap {
  display: flex;
  flex-wrap: wrap;
}

.workbx {
  width: calc(33.33% - 2px);
}
.workbx .workbx-heading {
  font-size: 23px;
  color: #00081f;
  line-height: 32px;
  font-weight: 500;
}
.workbx .workbx-heading span {
  color: #2851d3;
  font-weight: 500;
}
.workbx .downloadlink {
  margin-top: 10px;
}
.workbx .downloadlink a {
  margin-bottom: 10px;
  display: block;
}
.workbx .downloadlink img {
  width: 170px;
}
.workbx p {
  margin-top: 15px;
  margin-bottom: 0px;
}
/* Borders based on position */
.workbx:nth-child(1) {
  border-right: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  padding: 0px 50px 50px 0px;
}
.workbx:nth-child(2) {
  border-right: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  padding: 0px 50px;
}
.workbx:nth-child(3) {
  border-bottom: 1px solid #bebebe;
  padding-left: 50px;
}
.workbx:nth-child(4) {
  border-right: 1px solid #bebebe;
  padding: 50px 50px 0px 0px;
}
.workbx:nth-child(5) {
  border-right: 1px solid #bebebe;
  padding: 50px 50px 0px 50px;
}
.workbx:nth-child(6) {
  padding: 50px 50px 0px 50px;
}
/* ======= How Work Section ========= */
.keyfeaturesbcx-wrap.aboutusbcx-wrap {
  background: transparent;
  
}
.aboutus-fleetify-content {
  display: flex;
  margin-top: 80px;
}

.aboutustabs {
  width: 35%;
  background: #527cff;
  padding: 30px 50px;
  position: sticky;
  top: 20px;
  height: fit-content;
  align-self: flex-start;
  border-radius: 37px;
  z-index: 1;
}
.aboutustabs ul {
  margin: 0px;
  padding: 0px;
}
.aboutustabs ul li {
  margin-bottom: 27px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

/* Right Scrollable Content */
.aboutuscontentbx {
  width: 65%; /* Adjust width */
  overflow: hidden;
  overflow-y: auto; /* Enables scrolling */
  padding: 0px 0px 0px 30px;
}

/* Simulated content */
.contentbx {
  height: auto;
  padding: 40px 40px 100px 40px;
  border-radius: 44px;
  margin-bottom: 20px;
  background: linear-gradient(103.13deg, #f1f1f1 0.69%, #d7ebff 97.74%);
}
.contentbx:last-child {
  margin-bottom: 0px;
}
.contentbx-points ul {
  margin: 0px;
  padding: 0px;
}
.contentbx-points .pointheading {
  color: #272727;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
.linksbx p{
  font-weight: 500;
}
.aboutuscontentbx .contentbx h2{
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}
.contentbx-points ul li p,
.contactus-wrap .sub-headingcontent-bx p {
  color: #545454;
}
.aboutusbcx-wrap .sub-headingcontent-bx h3::after {
  background: url(../images/aboutus-bdr.png) no-repeat;
  width: 120px;
  height: 22px;
  bottom: -15px;
  right: 220px;
}
/* ======= About Us Section ======= */
/* ======= Contact Us Section ===== */

.howworkbcx-wrap.contactus-wrap .sub-headingcontent-bx h3::after,
.aboutusbcx-wrap.faqbcx-wrap .sub-headingcontent-bx h3::after {
  background: none;
}
.contactus-form .formvcx {
  margin-bottom: 20px;
}
.contactus-form .formvcx input {
  border: 1px solid #e0e0e0;
  color: #191919;
  font-size: 17px;
  font-weight: 400;
  padding: 10px 15px;
  box-shadow: 0px 0px 0px;
  outline: 0;
}
.contactus-form .formbtn button {
  width: 100%;
  background: #527cff;
  border: 1px solid #527cff;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  padding: 10px;
}
.contactbtns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}

.contactlinks {
  display: flex;
  align-items: center;
  width: calc(33.33% - 20px);
  padding: 10px 20px 10px 0px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

.contactlinks a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.contactlinks a p {
  color: #353535;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.contactlinks a span {
  color: #527cff;
  font-weight: 400;
}
.contactus-form {
  margin-top: 50px;
}

.linksmg img {
  width: 26px;
  height: 26px;
}

.linksmg {
  margin-right: 10px;
}

/* ======= Contact Us Section ====== */
/* ======= Faq Section ========= */
.faqbcx-wrap .sub-headingcontent-bx h3 {
  color: #527cff;
}
.faqbcx-wrap .faqcontentbcx .contentbx {
  background: #f7f7f7;
  border-radius: 32px;
  padding: 40px 40px;
  min-height: 295px;
  margin-bottom: 30px;
}
.faqcontentbcx .contentbx h5{
  font-weight: 500;
  font-size: 22px;
  line-height: 35px;
  color: #000924;
  margin-bottom: 10px;
}
.faqcontentbcx {
  margin-top: 50px;
}
/* ======= Faq Section ========= */
/* ======= Footer Section ======= */
.footerbcx-wrap {
  background: #f2f5ff;
  padding: 80px 0px 40px 0px;
  border-radius: 98px 98px 0px 0px;
}
.footerbcx-wrap ul {
  margin: 0px;
  padding: 0px;
}
.footerlinkbx .linkheading {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: #000925;
  margin-bottom: 15px;
}
.footerlinkbx ul li a {
  color: #3061ff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-block;
  text-decoration: none;
}
.footerlinkbx ul li img {
  width: 150px;
}
.copyrighttxt {
  background-color: #171717;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 12px;
}
/* ======= Footer Section ======= */
/* Terms Condition Section */
.termscondition-wrap {
  margin: 80px 0px;
}
.pageheading {
  margin-bottom: 50px;
  color: #a5a5a5;
  font-size: 20px;
  font-weight: 500;
}
.termscondition-wrap .aboutustabs {
  width: 100%;
  border-radius: 0px;
  padding: 10px;
  background: transparent;
}
.termscondition-wrap .aboutuscontentbx {
  width: 100%;
}
.termscondition-wrap .aboutuscontentbx .contentbx {
  background: #f5f5f7;
}

.termscondition-wrap .aboutuscontentbx .contentbx p{
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 22px;
}

.termscondition-wrap .aboutuscontentbx .contentbx h1,
.termscondition-wrap .aboutuscontentbx .contentbx h2,
.termscondition-wrap .aboutuscontentbx .contentbx h3,
.termscondition-wrap .aboutuscontentbx .contentbx h4,
.termscondition-wrap .aboutuscontentbx .contentbx h5,
.termscondition-wrap .aboutuscontentbx .contentbx h6 {
  border-radius: 11px;
  color: #fff;
  font-weight: 500;
  background: radial-gradient(
    121.7% 121.7% at 49.11% -8.55%,
    #2851d3 55.62%,
    #2851d3 95.36%
  );
  display: inline-block;
  font-size: 16px;
  padding: 10px;
}
.termscondition-wrap .aboutustabs ul li {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  background: #f5f5f7;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 15px;
}

.scroll-to-top{
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 50px;
  right: 15px;
  opacity: 0;
  transition: all .2s ease-in-out;
}
.scroll-to-top button {
  border: 0px;
  background-color: transparent;
}
.show-scrollTop img {
  max-width: 100%;
  max-height: 100%;
}
.show-scrollTop{
  opacity: 1;
  transition: all .2s ease-in-out;
}