body {
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
  position: relative;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  display: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #000000;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  border: 1px solid #ccc;
  padding: 1rem 0.625rem;
  background-color: #fff;
  background-image: url("../images/arpw-down.svg");
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
  background-size: 0.625rem;
}

.blue-btn {
  color: var(--White, #fff);
  font-family: Manrope;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 150% */
  letter-spacing: -0.02rem;
  border-radius: 0.5rem;
  background-color: #64a178;
  padding: 0.75rem 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
}
.blue-btn img {
  max-width: 1.5rem;
  max-height: 1.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blue-btn span,
.blue-btn img {
  position: relative;
  z-index: 9;
}
.blue-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #588d69;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.blue-btn:hover {
  box-shadow: 0 8px 24px 0 rgba(183, 183, 183, 0.35);
  transform: translateY(-0.25rem);
  color: var(--White, #fff);
}
.blue-btn:hover::after {
  opacity: 1;
}

.white-btn {
  color: var(--Primary, #323232);
  font-family: Manrope;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 150% */
  letter-spacing: -0.02rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(67, 81, 101, 0.1);
  background: var(--White, #fff);
  padding: 0.75rem 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: all 0.3s ease-in-out;
}
.white-btn img {
  max-width: 1.5rem;
  max-height: 1.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.white-btn:hover {
  border: 1px solid rgba(67, 81, 101, 0.1);
  background: var(--White, #fff);
  box-shadow: 0 8px 24px 0 rgba(217, 217, 217, 0.35);
  color: var(--Primary, #0b1220);
  transform: translateY(-0.25rem);
}

h2 {
  color: var(--Primary, #323232);
  font-family: Manrope;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4rem;
  /* 133.333% */
  letter-spacing: -0.12rem;
  margin: 0;
}

p {
  color: var(--Secondary, #435165);
  font-family: Manrope;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  letter-spacing: -0.02rem;
  margin: 0;
}

.sub-heading {
  color: var(--Primary, #323232);
  font-family: Manrope;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  /* 114.286% */
  letter-spacing: -0.0175rem;
  border-radius: 6.25rem;
  border: 1px solid rgba(148, 163, 184, 0.1);
  background: #fff;
  padding: 0.875rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.62rem;
  margin: 0;
  max-width: -moz-max-content;
  max-width: max-content;
  box-shadow: 0 66px 19px 0 rgba(222, 222, 222, 0), 0 42px 17px 0 rgba(222, 222, 222, 0.02), 0 24px 14px 0 rgba(222, 222, 222, 0.06), 0 11px 11px 0 rgba(222, 222, 222, 0.1), 0 3px 6px 0 rgba(222, 222, 222, 0.12);
}
.sub-heading img {
  max-width: 1rem;
  max-height: 0.875rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

header {
  padding: 1.1875rem 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.25);
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 9;
}
header button {
  display: none;
}
header .header-content-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  position: relative;
}
header .header-content-wraper .logo-wraper {
  display: table;
}
header .header-content-wraper .logo-wraper a {
  display: table;
}
header .header-content-wraper .logo-wraper a img {
  max-width: 21.125rem;
  max-height: 3.625rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .header-content-wraper .menu-wraper {
  display: table;
}
header .header-content-wraper .menu-wraper ul {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
header .header-content-wraper .menu-wraper ul li {
  color: var(--Secondary, #435165);
  font-family: Manrope;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 150% */
}
header .header-content-wraper .menu-wraper ul li a {
  color: var(--Secondary, #435165);
}

footer {
  padding-top: 4.5rem;
  background-color: #fff;
}
footer a.logo {
  display: table;
}
footer a.logo img {
  max-width: 21.125rem;
  max-height: 3.625rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer p {
  margin-bottom: 9.75rem;
}
footer ul.social-icon {
  display: flex;
  align-items: center;
  gap: 1rem;
}
footer ul.social-icon li {
  display: block;
}
footer ul.social-icon li:hover a {
  background: var(--Linear-01, linear-gradient(180deg, #64a178 0%, #306040 100%));
}
footer ul.social-icon li:hover a img {
  filter: brightness(0) saturate(100%) invert(98%) sepia(9%) saturate(328%) hue-rotate(180deg) brightness(114%) contrast(100%);
}
footer ul.social-icon li a {
  border-radius: 0.5rem;
  border: 1px solid rgba(67, 81, 101, 0.1);
  background: #fff;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
footer ul.social-icon li a img {
  max-width: 1.5rem;
  max-height: 1.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
footer ul.link li {
  color: var(--Primary, #0b1220);
  font-family: Manrope;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  margin-bottom: 1.25rem;
}
footer ul.link li:last-child {
  margin: 0;
}
footer ul.link li a {
  color: var(--Primary, #0b1220);
}
footer a.back-to-top-btn {
  color: var(--Accent-01, #64a178);
  font-family: Manrope;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  white-space: nowrap;
}
footer a.back-to-top-btn img {
  max-width: 1.5rem;
  max-height: 1.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .flex-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
footer .flex-ber {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  margin-top: 2.31rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
footer .flex-ber h6 {
  color: var(--Secondary, #435165);
  font-family: Manrope;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  margin: 0;
}

section.home-banner {
  background-color: #1f1f1f !important;
  background-image: url("../images/bkgrd1.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;

  position: relative;
  overflow: hidden;
  z-index: 0;

  /* Background */
  

  /* Spacing */
  padding: 7.69rem 0 6.38rem;

}

/* REMOVE dot background entirely */
section.home-banner img.bg-dot-img {
  display: none;
}

/* Image wrapper unchanged */
section.home-banner .img-wraper {
  width: 100%;
  height: auto;
  margin-left: auto;
  display: block;
  overflow: hidden;
}

section.home-banner .img-wraper img.side-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
}

/* =========================
   Typography
   ========================= */

section.home-banner h1 {
  color: #f5f5f5; /* high-contrast off-white */
  font-family: Manrope;
  font-size: 3.9rem;
  font-weight: 700;
  line-height: 5rem;
  letter-spacing: -0.16rem;
  margin: 1rem 0 1.5rem;
}

section.home-banner p {
  color: #cfcfcf; /* readable light gray */
  margin-bottom: 2.5rem;
  font-weight: 500;
}

/* =========================
   Buttons
   ========================= */

section.home-banner .btn-box {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* White outline button on dark */
section.home-banner .btn-box a.white-btn {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
}

section.home-banner .btn-box a.white-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.6);
}

/* =========================
   Facility List
   ========================= */

section.home-banner ul.facility {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 4rem;
}

section.home-banner ul.facility li {
  color: #d6d6d6;
  font-family: Manrope;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  display: flex;
  align-items: center;
  gap: 0.62rem;
  padding: 0.75rem 0;
}

/* Icons tuned for dark background */
section.home-banner ul.facility li img {
  max-width: 1.5rem;
  max-height: 1.5rem;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(1.15) contrast(1.05);
}

/* =========================
   Home Banner – final contrast polish
   Paste UNDER your existing rules
   ========================= */

section.home-banner{
  /* Keep your dark, but add depth */
  background: radial-gradient(1200px 600px at 20% 10%, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0) 60%),
              radial-gradient(900px 500px at 85% 35%, rgba(143,139,74,0.10) 0%, rgba(143,139,74,0) 55%),
              #1f1f1f;
}

/* Remove dots for real */
section.home-banner img.bg-dot-img{ display:none !important; }

/* Optional: subtle vignette overlay (replaces dots with clean depth) */
section.home-banner::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:-1;
  background: radial-gradient(1200px 700px at 50% 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 70%, rgba(0,0,0,0.55) 100%);
}

/* Typography: tighten readability on dark */
section.home-banner h1{ color:#f6f6f6; }
section.home-banner p{
  color:#d0d0d0;
  max-width: 58ch; /* keeps lines readable */
}

/* Make bold words “pop” without going pure white */
section.home-banner p strong,
section.home-banner p b{
  color:#f2f2f2;
}

/* =========================
   Buttons: increase border contrast on dark
   ========================= */

/* Outline / secondary button */
section.home-banner .btn-box a.white-btn{
  color:#f5f5f5;
  border: 1px solid rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.02);
  backdrop-filter: blur(6px);
}

section.home-banner .btn-box a.white-btn:hover{
  border-color: rgba(255,255,255,0.55);
  background: rgba(255,255,255,0.06);
}

/* Primary button (your green) – just make sure text stays crisp */
section.home-banner .btn-box a:not(.white-btn){
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

/* Keyboard focus visibility */
section.home-banner a:focus-visible{
  outline: 3px solid rgba(143,139,74,0.65); /* logo accent */
  outline-offset: 3px;
  border-radius: 12px;
}

/* =========================
   Bottom feature row: fix icon contrast
   ========================= */

section.home-banner ul.facility li{
  color: rgba(245,245,245,0.85);
}

/* If those are PNG icons, this lifts them for dark bg 
section.home-banner ul.facility li img{
  object-fit: contain;
  filter: brightness(1.8) contrast(1.2) saturate(1.1);
  opacity: 0.95;
}*/

/* If your feature icons are inline SVGs instead, use this instead of the img filter:*/
section.home-banner ul.facility li svg{
  stroke: rgba(143,139,74,0.95);
  opacity: 0.95;
}





section.home-sec2 {
  padding: 3rem 0;
  background: #fffbf7;
}
section.home-sec2 .row {
  align-items: flex-end;
}
section.home-sec2 h2 {
  margin: 1.25rem 0 1rem;
}
section.home-sec2 p {
  margin-bottom: 1.8rem;
}
section.home-sec2 ul li {
  color: var(--Primary, #323232);
  font-family: Manrope;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2rem;
  /* 160% */
  letter-spacing: -0.05rem;
  padding: 1.5rem 1.25rem 1.5rem 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid rgba(255, 167, 90, 0.1);
  background: #fffbf7;
  padding-left: 4.25rem;
  background-image: url(../images/symbols-icon2.svg);
  background-repeat: no-repeat;
  background-position: left 1.5rem center;
  background-size: 2rem;
}
section.home-sec2 ul li:last-child {
  margin: 0;
}
section.home-sec2 .img-wraper {
  border-radius: 0.75rem;
  border: 1px solid rgba(148, 163, 184, 0.1);
  background-color: #fff;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}
section.home-sec2 .img-wraper img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1;
}

section.home-sec3 {
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
section.home-sec3 img.bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
section.home-sec3 h6.sub-heading {
  margin: 0 auto;
}
section.home-sec3 h2 {
  margin: 1.25rem 0 1rem;
  text-align: center;
}
section.home-sec3 p {
  text-align: center;
  max-width: 42.05rem;
  margin: 0 auto;
  margin-bottom: 3rem;
}
section.home-sec3 .stability-card-wraper {
  height: 100%;
  padding: 1.5rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(148, 163, 184, 0.1);
  background: linear-gradient(180deg, #fff 0%, #fafafb 100%);
  box-shadow: 0 288px 81px 0 rgba(222, 222, 222, 0), 0 185px 74px 0 rgba(222, 222, 222, 0.02), 0 104px 62px 0 rgba(222, 222, 222, 0.06), 0 46px 46px 0 rgba(222, 222, 222, 0.1), 0 12px 25px 0 rgba(222, 222, 222, 0.12);
}
section.home-sec3 .stability-card-wraper span.icon {
  border-radius: 0.75rem;
  background: #c4a36d;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.home-sec3 .stability-card-wraper span.icon img {
  max-width: 1.75rem;
  max-height: 1.75rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec3 .stability-card-wraper h3 {
  color: #0b1220;
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  /* 160% */
  letter-spacing: -0.025rem;
  margin: 4.5rem 0 0.5rem;
}
section.home-sec3 .stability-card-wraper p {
  text-align: left;
  margin: 0;
}
section.home-sec3 .blue-btn {
  margin-top: 3.75rem;
}

.testi {
  padding: 3rem 0;
  background: #f9fffb;
  /* --- 4. Custom Navigation Arrows --- */
  /* --- 5. Card Styling --- */
  /* --- 6. Splide Overrides --- */
  /* --- 7. Progress Bar --- */
}
.testi h2 {
  margin-bottom: 1rem;
}
.testi .sub-heading {
  margin-bottom: 1.25rem;
}
.testi .testislide {
  margin-top: 2.5rem;
}
.testi .testislide {
  position: relative;
}
.testi .arrow-container {
  display: flex;
  gap: 1rem;
  position: absolute;
  top: -5rem;
  right: 0;
}
.testi .custom-arrow {
  display: flex;
  width: 3rem;
  height: 3rem;
  padding: 0.75rem;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #374151;
  border-radius: 0.75rem;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: #fff;
}
.testi .custom-arrow:hover {
  border-color: #d1d5db;
  background-color: #f9fafb;
}
.testi .custom-arrow svg {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}
.testi .testimonial-card {
  height: 23.25rem;
  background: #ffffff;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 1.25rem;
  border: 1px solid rgba(148, 163, 184, 0.1);
  background: linear-gradient(180deg, #fff 0%, #fbfbfb 100%);
  box-shadow: 0 288px 81px 0 rgba(222, 222, 222, 0), 0 185px 74px 0 rgba(222, 222, 222, 0.02), 0 104px 62px 0 rgba(222, 222, 222, 0.06);
}
.testi .quote-mark {
  color: #ffdecb;
  font-family: serif;
  /* Standard serif for the quotes */
  margin-bottom: 1.38rem;
  margin-left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.testi .card-text {
  color: #435165;
  font-family: Manrope;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}
.testi .card-author .role {
  color: #0b1220;
  font-family: Manrope;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  /* 133.333% */
  margin-bottom: 0.25rem;
}
.testi .card-author .company {
  color: #94a3b8;
  font-family: Manrope;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  /* 142.857% */
  letter-spacing: 0.105rem;
  text-transform: uppercase;
}
.testi .splide__slide {
  padding-bottom: 5px;
  /* Prevent shadow clipping */
}
.testi .progress-track {
  background: #e5e7eb;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  margin-top: 48px;
  /* overflow: hidden; */
  position: relative;
}
.testi .progress-bar {
  background: #5c9a75;
  height: 6px;
  width: 0;
  border-radius: 4px;
  transition: width 0.4s ease;
  margin: 0px 0 0 0;
  position: relative;
  top: -2px;
}

section.home-sec4 {
  padding: 3rem 0;
  background: linear-gradient(180deg, #fff 11.81%, #f8faff 100%);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
section.home-sec4 img.bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
section.home-sec4 h6.sub-heading {
  margin: 0 auto;
}
section.home-sec4 h2 {
  margin: 1.25rem 0 1rem;
  text-align: center;
}
section.home-sec4 p {
  max-width: 40.125rem;
  margin: 0 auto 3rem;
  text-align: center;
}
section.home-sec4 .deliver-card-wraper {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  border: 1px solid rgba(148, 163, 184, 0.1);
  background: #fff;
  padding: 2.5rem 1.5rem 2rem 1.5rem;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 288px 81px 0 rgba(222, 222, 222, 0), 0 185px 74px 0 rgba(222, 222, 222, 0.02), 0 104px 62px 0 rgba(222, 222, 222, 0.06), 0 46px 46px 0 rgba(222, 222, 222, 0.1), 0 12px 25px 0 rgba(222, 222, 222, 0.12);
  position: relative;
  overflow: hidden;
}
section.home-sec4 .deliver-card-wraper:hover::after {
  bottom: 0;
}
section.home-sec4 .deliver-card-wraper:hover h4,
section.home-sec4 .deliver-card-wraper:hover p {
  color: #fff;
}
section.home-sec4 .deliver-card-wraper:hover span.dice {
  opacity: 0.25;
}
section.home-sec4 .deliver-card-wraper::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #64a178;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -200%;
  z-index: 9;
  transform: scale(1.6);
  border-radius: 50%;
  transition: all 0.8s ease-in-out;
}
section.home-sec4 .deliver-card-wraper span.dice {
  width: 0.5rem;
  height: 0.5rem;
  background: #f2f4f8;
  display: inline-block;
  position: absolute;
  z-index: 99;
  transition: all 0.5s ease-in-out;
}
section.home-sec4 .deliver-card-wraper span.dice.top-left {
  top: 0.75rem;
  left: 0.75rem;
}
section.home-sec4 .deliver-card-wraper span.dice.top-right {
  top: 0.75rem;
  right: 0.75rem;
}
section.home-sec4 .deliver-card-wraper span.dice.bottom-left {
  bottom: 0.75rem;
  left: 0.75rem;
}
section.home-sec4 .deliver-card-wraper span.dice.bottom-right {
  bottom: 0.75rem;
  right: 0.75rem;
}
section.home-sec4 .deliver-card-wraper .img-wraper {
  width: 96px;
  height: 96px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4.25rem;
  position: relative;
  z-index: 99;
  transition: all 0.5s ease-in-out;
}
section.home-sec4 .deliver-card-wraper .img-wraper img {
  max-width: 9.84375rem;
  max-height: 9.84381rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec4 .deliver-card-wraper h4 {
  color: #000;
  font-family: Manrope;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
  /* 133.333% */
  letter-spacing: -0.03rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 99;
  transition: all 0.5s ease-in-out;
}
section.home-sec4 .deliver-card-wraper p {
  color: #000;
  max-width: 100%;
  margin: 0;
  text-align: left;
  position: relative;
  z-index: 99;
  transition: all 0.5s ease-in-out;
}

section.home-sec5 {
  padding: 3rem 0;
  background-color: #ffffff;
}
section.home-sec5 .heading-wraper h6.sub-heading {
  margin: 0 auto;
}
section.home-sec5 .heading-wraper h2 {
  margin: 1.25rem 0 1rem;
  text-align: center;
}
section.home-sec5 .heading-wraper p {
  max-width: 40.125rem;
  width: 100%;
  margin: 0 auto 3rem;
  text-align: center;
}
section.home-sec5 .grid-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.87rem;
}
section.home-sec5 .grid-box .grid-item {
  padding: 1.5rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(148, 163, 184, 0.1);
  background: #fff;
  box-shadow: 0 288px 81px 0 rgba(222, 222, 222, 0), 0 185px 74px 0 rgba(222, 222, 222, 0.02), 0 104px 62px 0 rgba(222, 222, 222, 0.06), 0 46px 46px 0 rgba(222, 222, 222, 0.1), 0 12px 25px 0 rgba(222, 222, 222, 0.12);
}
section.home-sec5 .grid-box .grid-item span {
  font-family: Manrope;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4rem;
  /* 133.333% */
  letter-spacing: -0.12rem;
  opacity: 0.2;
  background: var(--Linear-01, linear-gradient(180deg, #5a73ff 0%, #2b44cf 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: hard-light;
}
section.home-sec5 .grid-box .grid-item h6 {
  color: #435165;
  font-family: Manrope;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
  /* 142.857% */
  letter-spacing: 0.0875rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
section.home-sec5 .grid-box .grid-item h4 {
  color: #0b1220;
  font-family: Manrope;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  /* 133.333% */
  letter-spacing: -0.06rem;
  margin: 0 0 1rem;
}
section.home-sec5 .grid-box .grid-item p {
  max-width: 100%;
  width: 100%;
  text-align: left;
  margin: 0;
}

section.home-sec6 {
  padding: 3rem 0;
  background: #f8faff;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
section.home-sec6 img.bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
section.home-sec6 .heading-wraper h6.sub-heading {
  margin: 0 auto;
}
section.home-sec6 .heading-wraper h2 {
  margin: 1.25rem 0 1rem;
  text-align: center;
}
section.home-sec6 .heading-wraper p {
  margin: 0 auto 3rem;
  text-align: center;
}
section.home-sec6 .grid-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
section.home-sec6 .grid-box .grid-item {
  border-radius: 0.5rem;
  border: 1px solid rgba(148, 163, 184, 0.1);
  background: #fff;
  padding: 3.5rem 1.5rem;
  width: 100%;
  position: relative;
  box-shadow: 0 86px 24px 0 rgba(209, 209, 209, 0), 0 55px 22px 0 rgba(209, 209, 209, 0.01), 0 31px 19px 0 rgba(209, 209, 209, 0.05), 0 14px 14px 0 rgba(209, 209, 209, 0.09), 0 3px 8px 0 rgba(209, 209, 209, 0.1);
}
section.home-sec6 .grid-box .grid-item.best-fit span.tag {
  color: #fff;
  background: var(--Linear-01, linear-gradient(180deg, #64a178 0%, #306040 100%));
}
section.home-sec6 .grid-box .grid-item.best-fit ul li {
  background-image: url(../images/tick.svg);
}
section.home-sec6 .grid-box .grid-item.common-triggers span.tag {
  color: #fff;
  background: var(--Linear-02, linear-gradient(180deg, #ffa75a 0%, #d16e18 100%));
}
section.home-sec6 .grid-box .grid-item.common-triggers ul li {
  background-image: url(../images/symbols-icon2.svg);
}
section.home-sec6 .grid-box .grid-item span.tag {
  color: #000;
  text-align: center;
  font-family: Manrope;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1rem;
  /* 114.286% */
  letter-spacing: -0.0175rem;
  border-radius: 0.5rem;
  background: transparent;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  position: absolute;
  top: -1rem;
  left: 1.5rem;
}
section.home-sec6 .grid-box .grid-item ul li {
  color: var(--Secondary, #435165);
  font-family: Manrope;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
  letter-spacing: -0.02rem;
  margin-bottom: 1rem;
  padding-left: 2.5rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1.5rem;
}
section.home-sec6 .grid-box .grid-item ul li:last-child {
  margin: 0;
}

.mxw-custm {
  padding-right: 114px;
}

.marquee-container {
  background-color: #64a178;
  padding: 1.12rem 0;
  overflow: hidden;
}
.marquee-container ul li {
  color: #fff;
  font-family: Manrope;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  /* 160% */
  letter-spacing: -0.05rem;
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
  /* Prevents text wrapping */
}
.marquee-container ul li:before {
  content: "";
  background: url(../images/floating-logo.png) no-repeat 0 0;
  position: absolute;
  left: -4.775rem;
  top: -0.1875rem;
  width: 2.25rem;
  height: 2.25rem;
  background-size: cover !important;
}

.expect {
  padding: 3rem 0;
}
.expect h2 {
  margin-bottom: 1rem;
}
.expect p {
  margin-bottom: 3rem;
}
.expect .row {
  flex-direction: row-reverse;
  align-items: center;
}
.expect ul li {
  padding: 1.5rem;
  padding-left: 4rem;
  position: relative;
  border-bottom: 2px solid rgba(148, 163, 184, 0.1);
  background: #fff;
  margin-bottom: 1.5rem;
}
.expect ul li:last-child {
  margin-bottom: 0;
}
.expect ul li:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 1.1875rem;
  top: 1.2875rem;
  background: url(../images/verified.png) no-repeat 0 0;
  background-size: cover !important;
}

.about {
  padding: 3rem 0;
  background-color: white;
}
.about .row {
  align-items: center;
}
.about .sub-heading {
  margin-bottom: 1rem;
}
.about h2 {
  margin-bottom: 1rem;
}
.about .text-sec p {
  margin-bottom: 20px;
}
.about .text-sec p:last-child {
  margin-bottom: 0;
}

.expectation {
  padding: 6.5rem 0;
}
.expectation h2 {
  margin-bottom: 1rem;
}
.expectation .sub-heading {
  background: #f8faff;
}
.expectation p {
  margin-bottom: 3rem;
}
.expectation .row {
  align-items: center;
  flex-direction: row-reverse;
}
.expectation .img {
  border-radius: 0.75rem;
  border: 0.0625rem solid rgba(148, 163, 184, 0.1);
  background: #fff;
  box-shadow: 0 18rem 5.0625rem 0 rgba(222, 222, 222, 0), 0 11.5625rem 4.625rem 0 rgba(222, 222, 222, 0.02), 0 6.5rem 3.875rem 0 rgba(222, 222, 222, 0.06), 0 2.875rem 2.875rem 0 rgba(222, 222, 222, 0.1), 0 0.75rem 1.5625rem 0 rgba(222, 222, 222, 0.12);
  overflow: hidden;
}
.expectation .img img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */

