/* Neue medium 600 */
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/neue/NeueHaasDisplayMedium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

/* Neue roman 500 */
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/neue/NeueHaasDisplayRoman.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/* Outfit 400 */
@font-face {
  font-family: "Outfit";
  src: url("../fonts/outfit/Outfit-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Outfit Medium 500 */
@font-face {
  font-family: "Outfit";
  src: url("../fonts/outfit/Outfit-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-size: 17px;
  background: #FFF;
  color: #000;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
}

a {
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: #304a6f;
}

form {
  margin-bottom: 0px;
}

a:hover {
  text-decoration: none;
  color: #232122;
}

a:focus {
  outline: none;
  color: #232122;
}

a.underline-text {
  text-decoration: underline;
}

input,
select,
textarea,
button,
label {
  outline: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  border: 0px;
  max-width: 100%;
}

ul {
  margin: 0px;
  padding: 0px;
}

ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

::-webkit-input-placeholder {
  color: var(--white-color) !important;
}

::-moz-placeholder {
  color: var(--white-color) !important;
}

:-ms-input-placeholder {
  color: var(--white-color) !important;
}

:-moz-placeholder {
  color: var(--white-color) !important;
}

::-webkit-file-upload-button {
  cursor: pointer;
}

:root {
  --primary-color: #455DFF;
  --second-color: #5D5D5D;
  --white-color: #fff;
}

.container {
  max-width: 1196px;
  width: 100%;
  padding: 0px;
  /* margin: 0 auto; */
}

.primary-btn {
  padding: 13px 75px;
  gap: 10px;
  width: fit-content;
  background: linear-gradient(0deg, #141414 -176%, #455DFF 100%);
  box-shadow: 0px 4px 12.3px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  cursor: pointer;

  font-family: 'Neue Haas Grotesk Display Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  leading-trim: both;
  text-edge: cap;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  margin: auto;
}

.primary-btn:hover,
.primary-btn:focus {
  text-decoration: none;
  background: linear-gradient(0deg, #32496B -176%, #233874 100%);
  color: #FFFFFF;
}

.secondary-btn {
  line-height: normal;
  background-color: transparent;
  color: #32496b;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #32496b;
  padding: 15px 20px;
  border-radius: 0px;
  vertical-align: top;
  min-width: 164px;
  text-transform: none;
}

.secondary-btn:hover,
.secondary-btn:focus {
  background-color: #e7ded9;
  color: #32496b;
}

.sm-btn {
  padding: 8px 15px;
  min-width: inherit;
  font-size: 14px;
}

label.error {
  color: #F00 !important;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-20 {
  margin-bottom: 20px;
}

.logo img {
  height: 81px
}

/* Common css starts */

.navbar-expand-md {
  padding: 0;
  box-shadow: none;
  position: absolute;
  width: 100%;
  z-index: 999;
  margin-top: 30px;
}

.navbar-expand-md .container .navbar-toggler {
  display: block;
}

.navbar .container {
  position: relative;
}

/* Header layout: hamburger left, logo centered, search right */
.navbar-expand-md .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 18px 0;
}

.navbar-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.navbar-toggler {
  position: relative;
  z-index: 11;
}

.search-icon {
  margin-left: auto;
  z-index: 11;
  display: flex;
  align-items: center;
}

/* Small mobile menu card sliding from up */
.navbar-collapse {
  width: auto;
  background: #f7f8fb;
  position: fixed;
  z-index: 1060;
  display: block;
  visibility: hidden;
  opacity: 0;
  top: 0px;
  /* appear under header */
/*  left: 180px;*/
  width: 320px;
  max-width: calc(100% - 32px);
  height: auto;
  border-radius: 12px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 22px 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-12px) scaleY(0.98);
  transform-origin: top center;
  transition: transform 0.32s ease, opacity 0.32s ease, visibility 0.32s;
}

.navbar-collapse ul.navbar-nav {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
  padding: 8px 0;
}

.navbar-collapse ul.navbar-nav li {
  opacity: 1;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #455DFF;
}

.navbar-collapse ul.navbar-nav li:last-child {
  border-bottom: 0px;
}

.navbar-collapse ul.navbar-nav li a {
  padding: 8px 0;
  display: block;

  font-family: 'Neue Haas Grotesk Display Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 44px;
  color: #000000;
}

.navbar-collapse.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) scaleY(1);
  box-shadow: 0px 4px 21.8px rgba(0, 0, 0, 0.2);
  background: #F7F8FF;
  /* border-radius: 0px 0px 20px 20px; */
}

/* Close button inside small menu */
.close-menu-btn {
  background: none;
  border: none;
  font-size: 50px;
  color: #455DFF;
  cursor: pointer;
  padding: 0;
  margin-bottom: 6px;
}

/* Search pill (small) - appears top-right near header */
.search-bar-container {
  display: none;
  position: absolute;
  top: 32px;
  right: 170px;
  z-index: 1070;
  width: 390px;
  max-width: calc(100% - 32px);
}

.search-bar-container.active {
  display: block;
}

.search-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  background: #fff;
  border-radius: 40px;
  border: 1px solid rgba(69, 93, 255, 0.15);
  box-shadow: 0 6px 30px rgba(69, 93, 255, 0.06);
}

.search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
}

.search-btn-icon {
  cursor: pointer;
}

.close-search-btn {
  background: none;
  border: none;
  font-size: 22px;
  color: #455DFF;
  cursor: pointer;
}

/* Ensure header elements stack nicely on small screens */
@media (max-width: 768px) {
  .navbar-expand-md .container {
    padding: 12px 8px;
  }

  .navbar-brand {
    left: 50%;
    transform: translateX(-50%);
  }
}

.navbar-toggler {
  padding: 0;
  box-shadow: none !important;
}

.navbar-toggler #nav-icon {
  width: 16px;
  height: 22px;
  position: relative;
  margin: 0 auto;
  transform: rotate(0deg);
  cursor: pointer;
}

.navbar-toggler #nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 22px;
  background: #fff;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.navbar-toggler[aria-expanded="false"] #nav-icon span {
  background: #455DFF;
}

.navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(even) {
  left: 50%;
}

.navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(odd) {
  left: 0px;
}

.navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(1),
.navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(2) {
  top: 0px;
}

.navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(3),
.navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(4) {
  top: 9px;
}

.navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(5),
.navbar-toggler[aria-expanded="false"] #nav-icon span:nth-child(6) {
  top: 18px;
}

.navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(1),
.navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(6) {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(2),
.navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(5) {
  transform: rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(1) {
  left: 5px;
  top: 7px;
}

.navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

.navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(5) {
  left: 5px;
  top: 12px;
}

.navbar-toggler[aria-expanded="true"] #nav-icon span:nth-child(6) {
  left: calc(50% - 5px);
  top: 12px;
}

/* Common css ends */

/* Website css starts */

.wrapper-navbar {
  margin-top: 50px;
}

.head-logo {
  max-width: 148px;
}

.banner-section {
  height: 100vh;
  background-image: url('../images/banner.jpg');
  background-size: cover;
  background-position: center;
}

.banner-container {
  max-width: 1196px;
  width: 100%;
  margin: 0 auto;
  margin-top: 210px;
}

.banner-heading {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 108%;
  color: #455DFF;
}

.banner-heading span {
  color: #141414;
}

.banner-subheading {
  margin-top: 27px;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  leading-trim: both;
  text-edge: cap;
  color: #141414;
  max-width: 466px;
}

.whatsapp-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 22px 50px;
  gap: 10px;
  width: 225px;
  height: 50px;
  background: linear-gradient(360deg, #141414 0%, #455DFF 100%);
  box-shadow: 0px 4px 12.3px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-top: 38px;

  font-family: 'Neue Haas Grotesk Display Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  leading-trim: both;
  text-edge: cap;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
}

.whatsapp-btn:hover,
.whatsapp-btn:focus {
  text-decoration: none;
  background: linear-gradient(360deg, #32496B 0%, #233874 100%);
  color: #FFFFFF;
}

.whatsapp-btn .whatsapp-icon {
  width: 30px;
  height: 30px;
}

.stats-section {
  background-image: url('../images/stats-bg.jpg');
  background-size: cover;
  background-position: center;
}

.stats-section .container {
  padding: 100px 0;
  text-align: center;
}

.stats-section h2 {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-style: normal;
  font-size: 36px;
  line-height: 44px;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  color: #000000;
  max-width: 764px;
  margin: auto;
}

.stats-section span {
  background: linear-gradient(360deg, #141414 0%, #455DFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600;
}

.stats-section .col-md-4 {
  padding: 0px;
}

.stat-card {
  /* padding: 2rem; */
  padding: 107px;
  padding-top: 80px;
  position: relative;
}

.stats-card-wrap {
  text-align: left;
  margin: auto;
  width: fit-content;
}

.stat-number {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 80px;
  leading-trim: both;
  text-edge: cap;
  color: #455DFF;
}

.stat-label {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  leading-trim: both;
  text-edge: cap;
  color: rgba(0, 0, 0, 0.8);
}

.stat-divider {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50px;
  background: rgba(0, 0, 0, 0.2);
}

/* Features Section */
.features-section {
  padding: 100px 0;
  background: white;
}

.feature-wrap {
  margin-top: -266px;
}

.feature-card {
  background: #F7F8FF;
  box-shadow: 0px 4px 21.8px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 30px;
  padding-top: 40px;
  height: 100%;
  max-width: 375px;
  margin: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card.card2 .feature-icon {
  margin-bottom: 50px;
}

.feature-card.card3 .feature-icon {
  margin-bottom: 55px;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 30px rgba(69, 93, 255, 0.2);
}

.feature-icon {
  width: 60px;
  /* height: 60px; */
  /* background: var(--primary-color); */
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
  margin-bottom: 65px;
}

.feature-title {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 28px;
  leading-trim: both;
  text-edge: cap;
  color: #141414;
  text-align: left;
  margin-bottom: 30px;
}

.feature-description {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  leading-trim: both;
  text-edge: cap;
  color: #141414;
  text-align: left;
}

.feature-section .col-md-4 {
  padding: 0px;
}

.feature-btn-wrap {
  margin-top: 59px;
}

.work-section {
  padding: 100px 0;
  background-image: url('../images/work-bg.jpg');
  /* background-position: center; */
  background-size: contain;
  background-repeat: no-repeat;
}

.timeline {
  position: relative;
  padding: 3rem 0;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translateX(-50%);
  width: 10px;
  height: 70%;
  background: rgba(69, 93, 255, 0.2);
  border-radius: 10px;
}

.timeline-progress {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 0%;
  max-height: 70%;
  /* start empty */
  background: #455DFF;
  border-radius: 10px;
  top: 25%;
  /* Smooth, slightly slow transition so users can see progress */
  transition: height 12s cubic-bezier(.22, .9, .17, 1);
  will-change: height;
}

.timeline-item {
  position: relative;
  margin-bottom: 3rem;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-marker {
  position: absolute;
  left: 50%;
  top: 88%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: #455DFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  z-index: 2;
  box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.25);
}

.mark2 {
  top: 60%;
}

.timeline-marker.inactive {
  background: white;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

.step-number {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 46px;
  leading-trim: both;
  text-edge: cap;
  color: #455DFF;
}

.step-title {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  leading-trim: both;
  text-edge: cap;
  color: #000000;
  margin-top: 18px;
}

.timeline-illustration {
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 2rem; */
}

.illustration-placeholder.work1 {
  margin-top: 190px;
  position: absolute;
}

.illustration-placeholder.work2 {
  margin-top: 120px;
  position: relative;
}

.illustration-placeholder.work3 {
  margin-top: 190px;
  position: absolute;
}

.illustration-placeholder img {
  max-width: 490px;
  animation: float 5s ease-in-out infinite;
}

.work-section .section-title {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 46.1114px;
  line-height: 46px;
  leading-trim: both;
  text-edge: cap;
  color: #141414;
  margin-bottom: 100px;
}

.work-section .section-title span {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 46.1114px;
  line-height: 46px;
  leading-trim: both;
  text-edge: cap;
  background: linear-gradient(360deg, #141414 0%, #455DFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.step-title .whatsapp-logo {
  max-width: 40px;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }
}

.mt-260 {
  margin-top: 260px;
}

.plan-section .section-title {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 46.1114px;
  line-height: 46px;
  leading-trim: both;
  text-edge: cap;
  color: #141414;
  margin-bottom: 50px;
}

.plan-section .section-title span {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 46.1114px;
  line-height: 46px;
  background: linear-gradient(360deg, #141414 0%, #455DFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.plan-card-wrap {
  /* background: radial-gradient(50% 50% at 50% 50%, #455DFF 0%, rgba(69, 93, 255, 0.153846) 62.02%, rgba(69, 93, 255, 0) 100%); */
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}

.plan-card {
  width: 388px;
  background: #F7F8FF;
  border: 1px solid #455DFF;
  border-radius: 10px;
  padding: 50px 30px;
}

.plan-card.card1 {
  border-right: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.plan-card.card2 {
  border-left: none;
  border-right: none;
  border-radius: 0px;
}

.plan-card.card3 {
  width: 420px;
  height: 700px;
  box-shadow: inset 0px 0px 90.3px rgba(0, 0, 0, 0.42);
  border-radius: 20px;
  /* background: #53518a; */
  background-image: url('../images/card3-bg.jpg');
  background-position: center;
  background-size: cover;
  padding: 35px 30px;
}

.plan-card.card3 h3 {
  margin-bottom: 30px;
}

.plan-card.card3 h3 span.suffix {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #FFFFFF;
  opacity: 0.8;
}

.plan-price {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 28px;
  leading-trim: both;
  text-edge: cap;
  color: #141414;
  margin-bottom: 30px;
}

.plan-title {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 28px;
  leading-trim: both;
  text-edge: cap;
  color: #141414;
  margin-bottom: 20px;
}

.plan-description {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  leading-trim: both;
  text-edge: cap;
  color: #141414;
  opacity: 0.8;
  max-width: 345px;
  margin-bottom: 25px;
}

.plan-card hr {
  margin: 0px;
  margin-bottom: 25px;
}

.includes p {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  leading-trim: both;
  text-edge: cap;
  color: #141414;
  margin-bottom: 23px;
}

.includes ul>li {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  leading-trim: both;
  text-edge: cap;
  color: #141414;
  opacity: 0.8;
  margin-bottom: 21px;
  display: flex;
  gap: 16px;
}

.popular-badge {
  max-width: 74px;
  width: 100%;
  margin-bottom: 10px;
}

.card3 .plan-price {
  color: #FFFFFF;
}

.card3 .plan-price span {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  leading-trim: both;
  text-edge: cap;
  color: #FFFFFF;
  opacity: 0.8;
}

.card3 .plan-title {
  color: #FFFFFF;
}

.card3 .plan-description {
  color: #FFFFFF;
  opacity: 0.8;
}

.card3 .includes p {
  color: #FFFFFF;
}

.card3 .includes ul>li {
  color: #FFFFFF;
  opacity: 0.8;
}

.card3 .includes ul>li svg {
  stroke: #FFFFFF;
  opacity: 0.8;
}

.plan-btn {
  margin-top: 50px;
}

.testi-section {
  padding: 100px 0;
}

.testi-section .section-title {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 46.1114px;
  line-height: 46px;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  color: #141414;
  margin-bottom: 50px;
}

.testi-section .section-title span {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 46.1114px;
  line-height: 46px;
  leading-trim: both;
  text-edge: cap;
  background: linear-gradient(360deg, #141414 0%, #455DFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.testi-card {
  box-sizing: border-box;
  width: 385.33px;
  background: #FFFFFF;
  border: 1px solid #455DFF;
  box-shadow: 0px 4px 21.8px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 20px;
}

.testi-card .quote-img {
  max-width: 50px;
}

.testi-card .testi-msg {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  leading-trim: both;
  text-edge: cap;
  color: #141414;
  margin-top: 30px;
}

.test-card hr {
  opacity: 0.4;
  border: 1px solid #455DFF;
}

.testi-card .profile {
  display: flex;
  align-items: center;
  gap: 10px;
}

.testi-card .profile .testi-img {
  max-width: 60px;
}

.testi-card .desig {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 20px;
  leading-trim: both;
  text-edge: cap;
  color: #141414;
}

.testi-card .location {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  leading-trim: both;
  text-edge: cap;
  color: #141414;
}

.testi-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.footer {
  background-image: url('../images/footer-bg.jpg');
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 50px;
}


.footer .footer-logo {
  max-width: 148px;
  margin-bottom: 38px;
}

.footer .tag-line {
  max-width: 688px;
  margin: auto;
  font-family: 'Neue Haas Grotesk Display Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 80px;
  line-height: 80px;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  color: #FFFFFF;
}

.footer-social-wrap {
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.social-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.social-wrap img {
  width: 100%;
  max-width: 35px;
}

.whatsapp-chat-container {
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: flex;
  align-items: center;
  z-index: 1;
}

.whatsapp-chat-btn img {
  max-width: 50px;
}

.whatsapp-chat-text {
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
  background: white;
  padding: 5px 16px;
  width: 114px;
  border-radius: 5px;
  right: 45px;
}

.whatsapp-chat-container:hover .whatsapp-chat-text {
  opacity: 1;
  /* z-index: 1; */
  /* transform: translateX(-100px); */
}

.footer-links-wrap {
  display: flex;
  text-align: left;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 44px;
}

.brand-info {
  max-width: 271px;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  leading-trim: both;
  text-edge: cap;
  color: #FFFFFF;
}

.address {
  max-width: 271px;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  leading-trim: both;
  text-edge: cap;
  color: #FFFFFF;
}

.footer-links-wrap h3 {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 26px;
}

.quick-links a {
  max-width: 136px;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  leading-trim: both;
  text-edge: cap;
  color: #FFFFFF;
}

.contact a {
  max-width: 128px;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  leading-trim: both;
  text-edge: cap;
  color: #FFFFFF;
}

.footer-bottom {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  color: #FFFFFF;
  padding: 25px;
}

.footer hr {
  margin: 0px;
  border: 1px solid #FFFFFF;
  opacity: 1;
}

.footer-gap {
  width: 156px;
}

.faq-section {
  padding-top: 200px;
  padding-bottom: 100px;
  background-image: url('../images/faq-bg.png');
  background-position: left bottom;
  /* background-size: cover; */
  background-repeat: no-repeat;
}

.faq-section .faq-btn {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 30px;
  gap: 10px;
  width: 100px;
  height: 32px;
  border: 1px solid #455DFF;
  border-radius: 30px;
  margin: auto;
  margin-bottom: 20px;
}

.faq-section h1 {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 108%;
  leading-trim: both;
  text-edge: cap;
  background: linear-gradient(360deg, #141414 0%, #455DFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
  margin-bottom: 100px;
}

.faq-section h1 span {
  background: none;
  -webkit-text-fill-color: #455DFF;
  color: #455DFF;
}

.faq-section .faq-wrap {
  display: flex;
  background: #F7F8FF;
  box-shadow: 0px 4px 21.8px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

.tabs-left {
  width: 358px;
  padding: 0px 30px;
  margin: 50px 0px;
  border-right: 1px solid black;
}

.tablink {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  leading-trim: both;
  text-edge: cap;
  color: #000000;
  opacity: 0.7;
  border: none;
  text-align: left;
  cursor: pointer;
  margin-bottom: 50px;
  background: none;
}

.tablink.active {
  font-family: 'Neue Haas Grotesk Display Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  leading-trim: both;
  text-edge: cap;
  color: #455DFF;
}

.content-right {
  width: 100%;
  max-width: 811px;
  padding: 50px 30px;
}

.tabcontent {
  display: none;
}

.tabcontent.active {
  display: block;
}

.accordion {
  cursor: pointer;
  padding: 0px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 1.4s;

  background-color: transparent;
  font-family: 'Neue Haas Grotesk Display Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  leading-trim: both;
  text-edge: cap;
  color: #000000;

  position: relative;
  padding-right: 24px;
}

.accordion::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 20px;
  color: #265289;
}

.accordion.active {
  color: #455DFF;
  margin-bottom: 30px;
}

.accordion.active::after {
  content: '−';
}

.panel {
  /* keep element in flow so JS can measure scrollHeight */
  display: block;
  overflow: hidden;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  leading-trim: both;
  text-edge: cap;
  color: #141414;
  padding-right: 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1000ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 300ms ease;
  /* opacity: 0; */
  padding-top: 0;
  padding-bottom: 0;
}

.panel.active {
  opacity: 1;
}

.accordion-container hr {
  margin: 30px 0;
}

/* Hide select on desktop, show buttons */
.faq-select-dropdown {
  display: none;
}

.right-arrow {
  width: 100%;
  max-width: 24px;
  margin-bottom: 3px;
}

.mySwiper1 .swiper-slide {
  padding: 19px;
}

.mySwiper2 .swiper-slide {
  padding: 16px;
}

.mySwiper3 .swiper-slide {
  padding-left: 16px;
}

.hidden-lg {
  display: none;
}