@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  font-family: "Roboto", sans-serif;
}
html,
body {
  overflow-x: hidden;
}
.top_panel {
  background: #fff;
}

.top_panel .top-panel-top {
  background-color: #272727;
  padding: 0.85em 0 0.65em;
}

.top-contact {
  display: flex;
  list-style: none;
  justify-content: right;
  margin: 0;
}

.top-contact li {
  padding: 0 14px;
  position: relative;
}

.top-contact li a {
  text-decoration: none;
  color: #fff;
  color: #6d6d6d;
  font-size: 0.875em;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0px;
}

.top-contact li a:hover {
  color: #9c2b8c;
}

.top-contact li i {
  color: #9c2b8c;
  margin-right: 0.5em;
  font-size: 13px;
}

.top-contact li::after {
  position: absolute;
  content: "|";
  right: 0;
  opacity: 0.3;
  font-weight: 300;
  color: #6d6d6d;
}

.top-contact li:last-child::after {
  content: "";
}

.menu_main_nav > li,
.menu_main_nav > li > a.nav-link {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-size: 14px;
}

.navbar {
  background: linear-gradient(to right, #492f91 0%, #9c2c8b 50%, #492f91 100%)
    no-repeat scroll left bottom / 210% 100% #9c2c8b;
  border-radius: 50px;
}

.navbar-expand-md .menu_main_nav > li > a.nav-link {
  padding: 0.6em 1.45em 0.6em;
  margin: 0 0.26em;
  position: relative;
  border-radius: 2rem;
  color: #fff;
}

.bg-theme-gradient {
  background: linear-gradient(to right, #492f91 0%, #9c2c8b 50%, #492f91 100%)
    no-repeat scroll left bottom / 210% 100% #9c2c8b;
}

/* .menu_main_nav > li > a.nav-link.active::after {
  display: block;
  width: 14px;
  height: 4.5px;
  content: "";
  background: #000;
  margin: auto;
  border-radius: 10px;
} */

.download-btn {
  color: #ffffff;
  background-color: #9c2b8c;
  border-radius: 2rem;
  padding: 0.4em 1.45em 0.35em;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.menu_main_wrap {
  padding: 15px 0;
}

.mission-card {
  padding: 40px 20px;
  box-shadow: 0px 0px 10px #e8e8e8;
  border-radius: 20px;
  border-bottom: 4px solid #9c2b8c;
  height: 100%;
}

.mission-card img {
  width: 80px;
}

.mission-card h3 {
  margin-top: 25px;
  margin-bottom: 10px;
}

/* .banner {
  background: linear-gradient(to right, #492f91 0%, #9c2c8b 50%, #492f91 100%)
    no-repeat scroll left bottom / 210% 100% #9c2c8b;
  min-height: calc(100vh - 120px);
} */

.banner {
  position: relative;
  overflow: hidden;

  background: linear-gradient(135deg, #2d1a5f 0%, #492f91 40%, #9c2c8b 100%);

  min-height: calc(100vh - 120px);
}

.banner::before {
  content: "";
  position: absolute;
  inset: 0;

  background: radial-gradient(
    circle at 75% 50%,
    /* <-- focus on image side */ rgba(255, 255, 255, 0.35),
    transparent 45%
  );

  filter: blur(120px);
}

.banner::after {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.2) 40%,
    transparent 70%
  );
}
.banner .light {
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.2),
    transparent 70%
  );
  top: 20%;
  left: 60%;
  filter: blur(100px);
  animation: moveLight 8s infinite alternate ease-in-out;
}

@keyframes moveLight {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100px, 50px);
  }
}

.banner img {
  max-width: 100%;
}

.bannerImg {
  width: 100%;
  position: relative;
  z-index: 2;

  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.4));
  transform: scale(1.05);
}

.banner h1 {
  font-weight: 900;
  margin-bottom: 30px;
  font-size: 45px;
  line-height: 58px;
  color: #fff;
}

.banner p {
  font-size: 18px;
  color: #dbdada;
}
.banner h1,
.banner p {
  position: relative;
  z-index: 2;
}

.download-app-banner-sec {
  margin-top: 50px;
}

/* .download-app-banner-sec a {
  background-color: #000;
} */

.ios-app img,
.android-app img {
  height: 50px;
  margin-right: 10px;
}
.slick-slide img {
  width: 100%;
  height: calc(100vh - 170px);
  object-fit: cover;
}

.my-100 {
  margin: 100px 0;
}

.theme-color {
  color: #9c2b8c;
}

#about h6,
#perinthalmanna h6,
.sub-title {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2.8px;
}

#about h2,
#perinthalmanna h2,
.main-title {
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 30px;
}

#about h2,
#perinthalmanna h2,
#perinthalmanna h3,
#about h3 {
  color: #82308d;
}

#about h2,
#perinthalmanna h2 {
  font-size: 50px;
}

#about h3,
#perinthalmanna h3 {
  font-size: 40px;
}

#perinthalmanna img {
  width: 100%;
}

#perinthalmanna .feature-list {
  list-style: none;
  column-count: 2;
  column-gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

#perinthalmanna .feature-list li {
  position: relative;
  margin-bottom: 8px;
}

#perinthalmanna .feature-list i {
  position: absolute;
  left: -25px;
  top: 5px;
  color: #9c2b8c;
}

#about img {
  margin-left: -40%;
  transform: scale(1.2);
}

#about .feature-list,
#download-app .feature-list {
  list-style: none;
  column-count: 2;
  column-gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

#about .feature-list li,
#download-app .feature-list li {
  position: relative;
  margin-bottom: 8px;
}

.bookmydriver-content {
  line-height: 1.7;
  margin-bottom: 40px;
}
#about .feature-list i,
#download-app .feature-list i {
  /* position: absolute;
  left: -25px;
  top: 5px; */
  color: #fff;
}

#about .feature-list li {
  background: #f2f2f2;
  padding: 30px;
  border-radius: 13px;
  padding-left: 130px;
  font-size: 21px;
}

#about .feature-list {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 40px;
}

.abt-icn {
  border-radius: 50px;
  text-align: center;
  position: absolute;
  top: -40px;
  left: 30px;
}

.abt-icn img {
  width: 100px;
  height: auto;
}

.theme-btn,
.download-app-btn {
  text-decoration: none;
  color: #fff;
  border: none;
  background: linear-gradient(
      to right,
      #851681 0%,
      #401263 50%,
      #401263 50%,
      #851681 100%
    )
    no-repeat scroll right bottom / 210% 100% #9c2b8c;
  padding: 12px 40px;
  letter-spacing: 0.8px;
  font-size: 15px;
  line-height: 20px;
  border-radius: 3rem;
  transition:
    color 0.3s ease,
    border-color 0.3s ease,
    background-position 0.3s ease,
    background-color linear 0.3s !important;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.8px;
}

.theme-btn:hover {
  background-position: left bottom;
}

.download-app-btn {
  background: #343332;
  padding: 12px 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.download-btn-group {
  gap: 30px;
}

.download-app-info p {
  font-size: 22px;
}

.download-app-info .download-app img {
  width: auto;
  height: 55px;
  margin-top: 10px;
}

.dwnld-bg-img {
  transform: scale(1.6);
  width: 350px;
}
.dwnld-bg-img {
  align-self: flex-end;
}

#download-app {
  margin-top: 200px;
  background: url("./assets/images/mobile-mockup-strip.png");
  color: #fff;
  margin-bottom: 150px;
  background-size: cover;
  background-position: center;
}

.download-btn-group i {
  font-size: 23px;
  margin-right: 5px;
  vertical-align: middle;
}

.download-app-btn:hover {
  background: #9c2b8c;
}

.works-content h6 {
  font-size: 20px;
  font-weight: 600;
}

.works-content ul {
  padding-left: 0;
  list-style: none;
}

.works-content ul li i {
  margin-right: 10px;
  color: #851681;
}

.works-content p {
  font-size: 14px;
  color: #898989;
}
.works-icon {
  align-content: center;
}

.works-icon div {
  padding: 20px;
  background: #fff;
  box-shadow: -2px 4px 10px #dddddd;
}
.works-icon i {
  font-size: 25px;
}

.works-container {
  margin-top: 70px;
}

.works-card {
  column-gap: 20px;
  margin-top: 30px;
}

.section-head-content {
  text-align: center;
}

.section-head-content p {
  font-size: 20px;
  max-width: 1000px;
  margin: auto;
}

/* .service-items-container {
  margin-top: -160px;
} */
footer {
  background: #09081a;
  color: #c8c8c8;
}

.footer-wrap {
  padding: 100px 0 43px;
}

.copyright-content {
  padding-top: 25px;
  padding-bottom: 30px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-wrap ul {
  list-style: none;
}

.footer-wrap a {
  text-decoration: none;
  color: inherit;
}

.footer-wrap li {
  position: relative;
  margin-bottom: 8px;
}

.footer-wrap li i {
  position: absolute;
  left: -20px;
  top: 5px;
  /* color: #9c2b8c; */
}

.footer-wrap .contact-links i {
  left: -25px;
}

.footer-wrap h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-top: 6px;
  margin-bottom: 28px;
  letter-spacing: 1.1px;
  margin-left: 10px;
}

.contact-sec h6 {
  margin-left: 6px;
}

.logo-footer {
  margin-bottom: 8px;
  display: block;
}

.sub-page-banner {
  height: 280px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  /* align-content: center; */
  background-size: cover;
  padding-top: 30px;
}

.sub-page-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.counter-item {
  color: #fff;
}

#counter {
  padding: 70px 0;
  margin: 2px;
}

.counter {
  font-size: 60px;
  font-weight: 800;
  margin: 0;
}

.counter-item p {
  font-size: 30px;
  font-weight: 300;
}

/* .top_panel_title {
  text-align: center;
} */

.top_panel_title .page_caption {
  color: #4f4f4f;
  font-size: 50px;
  font-weight: 700;
  text-shadow: 0 0px 2px #b8b8b8;
  margin-top: 10px;
}

.breadcrumbs {
  color: #9c2b8c;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3.4px;
}

.breadcrumbs .breadcrumbs_delimiter {
  display: inline-block;
  position: relative;
  margin: 0 1.2em;
  vertical-align: top;
  text-align: center;
}
.breadcrumbs .breadcrumbs_delimiter:before {
  content: "/";
}

.breadcrumbs .breadcrumbs_item {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  text-shadow: 0 0px 3px #ffffff;
}

.breadcrumbs a.breadcrumbs_item {
  color: #9c2b8c;
  text-decoration: none;
}

.service-items {
  position: relative;
  margin-top: 30px;
}

.service-items img {
  width: 80px;
  margin-top: 30px;
  margin-bottom: 30px;
  filter: invert(1);
}
.service-items p {
  /* color: #c9c9c9; */
  font-weight: 400;
  font-size: 15px;
}

.service-items-container i {
  font-size: 55px;
  margin-bottom: 20px;
  color: #851681;
}

.service-items h4 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}

.contact-items::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 80%;
  display: block;
  position: absolute;
  top: 15%;
  right: 0;
}

.contact-items::after {
  background: #e6e6e6;
}

.service-items:last-child::after,
.contact-items:last-child::after {
  width: 0;
}

#service {
  /* background: url('./assets/service-bg.jpg'); */
  background: #f9f9f9;
  /* color: #fff; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#service img {
  max-width: 100%;
  border-radius: 20px;
}

.services-info ul {
  list-style: none;
  padding-left: 0;
}

.section-header b {
  font-size: 18px;
}

.section-header .main-title {
  margin-bottom: 20px;
}
.services-info li i {
  margin-right: 10px;
  color: #851681;
}

.services-info li {
  margin-bottom: 4px;
}

.overlay {
  padding: 60px 0;
  /* background: rgba(0, 0, 0, 0.5); */
}

.service-page-container {
  margin: 100px 0;
}
.service-card {
  background: #f6f6f6;
  padding: 73px 21px 51px;
  border-radius: 6px;
  position: relative;
  text-align: center;
  /* box-shadow: 0px 0px 3px #767676; */
  transition: all ease 0.3s;
  height: 100%;
  margin-bottom: 20px;
}

.service-card:hover {
  background: #9c2b8c;
  color: #fff;
}
.icon-div img {
  width: 35px;
  filter: invert(1);
}

.serviceitem-card {
  box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 35px 0px;
  background: #f6f6f6;
  padding: 35px 20px 15px;
  border-radius: 36px 36px 36px 36px;
  position: relative;
  transition: all ease 0.3s;
  height: 100%;
}

.serviceitem-card:hover {
  background: #7c157d;
  color: #fff;
}

.serviceitem-card:hover i {
  color: #fff;
}

.serv-content-container {
  margin-top: 80px;
}

.service-card p {
  font-size: 14px;
}

.service-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.icon-div {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  border: solid 5px #fff;
  left: calc(50% - 40px);
  top: -40px;
  background: #9c2b8c;
  position: absolute;
  font-size: 32px;
  padding-top: 10px;
}

.icon-div i {
  color: #fff;
}
.contact-items-container {
  margin-top: 50px;
  font-weight: 500;
}

.contact-icon {
  width: 52px;
  height: 52px;
  background-color: #9c2b8c;
  margin: 15px auto;
  border-radius: 50px;
  align-content: center;
}

.contact-icon i {
  color: #fff;
  font-size: 25px;
}

.contact-items-container a {
  color: #6d6d6d;
  text-decoration: none;
}

.contact-items {
  position: relative;
}

.contact-items-container a:hover {
  color: #9c2b8c;
}

.contact-items-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-items-container h4 {
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

#contact {
  background-color: #f7f7f7;
  padding: 100px 0;
}

.service-info {
  width: 90%;
  margin: auto;
}

.contact-page-info .contact-icon {
  margin: 15px;
  text-align: center;
}

.contact-page-info .contact-items {
  align-items: center;
  margin-bottom: 25px;
}

.contact-page-info .contact-items::after {
  width: 0;
}

.social-links {
  padding: 0;
}

.social-links li {
  display: inline-block;
  margin: 10px;
}

.social-links li i {
  position: static;
  font-size: 22px;
  color: #fff;
}

/* Hero Section */
.services-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
}

.services-hero::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  top: -250px;
  right: -100px;
  animation: float 6s ease-in-out infinite;
}

.services-hero::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  bottom: -150px;
  left: -50px;
  animation: float 8s ease-in-out infinite;
}

.services-info {
  padding-left: 30px;
  line-height: 26px;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
}

.hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: 8px 24px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero-title {
  font-family: "Sora", sans-serif;
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 18px;
  opacity: 0.95;
  max-width: 600px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

/* Services Grid */
.services-section {
  padding: 80px 0;
  position: relative;
}

.services-section a {
  text-decoration: none;
}

.services-grid {
  margin-top: 60px;
}

.services-grid a {
  text-decoration: none;
}

.related-services {
  background: #f9f9f9;
  padding: 50px 0;
}

.related-services h5 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 35px;
}

.service-card-modern {
  background: white;
  border-radius: 24px;
  /* padding: 40px 30px; */
  position: relative;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #e5e7eb;
  overflow: hidden;
  cursor: pointer;
  padding: 30px;
  height: 100%;
}

.service-card-modern::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to left, #401263 0%, #851681 50%, #401263 100%)
    no-repeat scroll left bottom / 210% 100% #9c2b8c;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.service-card-modern:hover::before {
  transform: scaleX(1);
}

.service-card-modern:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.service-icon-wrapper img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.service-card-content {
  padding-top: 30px;
}

/* .service-icon-wrapper {
  width: 80px;
  height: 80px;
  background: linear-gradient(to left, #401263 0%, #851681 50%, #401263 100%)
    no-repeat scroll left bottom / 210% 100% #9c2b8c;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
  transition: all 0.4s ease;
} */

/* .service-card-modern:hover .service-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
} */

.service-icon-wrapper i {
  font-size: 36px;
  color: white;
}

.service-card-modern h3 {
  font-family: "Sora", sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #1f2937;
}

.service-card-modern p {
  color: #6b7280;
  line-height: 1.7;
  font-size: 15px;
  margin-bottom: 20px;
}

.service-link {
  display: inline-flex;
  align-items: center;
  color: #667eea;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: gap 0.3s ease;
  gap: 8px;
}

.service-link:hover {
  gap: 12px;
}

.service-link i {
  font-size: 12px;
}

/* Features Section */
.features-section {
  background: linear-gradient(to left, #250240 0%, #851681 50%, #250240 100%)
    no-repeat scroll left bottom / 210% 100% #9c2b8c;
  padding: 80px 0;
  color: white;
  position: relative;
}

.feature-item {
  text-align: center;
  padding: 30px 20px;
}

.feature-number {
  font-size: 33px;
  font-weight: 800;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.2);
  width: 115px;
  height: 105px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.feature-item h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.feature-item p {
  opacity: 0.9;
  font-size: 14px;
}

/* CTA Section */
.cta-section {
  padding: 100px 0;
  text-align: center;
}

.cta-card {
  background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
  border-radius: 30px;
  padding: 60px 40px;
  color: white;
  position: relative;
  overflow: hidden;
}

.cta-card::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(102, 126, 234, 0.3) 0%,
    transparent 70%
  );
  top: -200px;
  right: -200px;
}

.cta-content {
  position: relative;
  z-index: 2;
}

.cta-title {
  font-family: "Sora", sans-serif;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
}

.cta-subtitle {
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 30px;
}

.cta-button {
  display: inline-block;
  background: linear-gradient(to left, #401263 0%, #851681 50%, #401263 100%)
    no-repeat scroll left bottom / 210% 100% #9c2b8c;
  color: white;
  padding: 16px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
  border: none;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
  color: white;
}

/* Section Headers */
.section-header {
  text-align: center;
  margin-bottom: 20px;
}

.section-badge {
  display: inline-block;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.section-title {
  font-family: "Sora", sans-serif;
  font-size: 42px;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 16px;
}

.section-description {
  font-size: 18px;
  color: #6b7280;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

.steps {
  max-width: 1200px;
  margin: auto;
  display: flex;
  column-gap: 20px;
}

.step {
  display: grid;
  /* grid-template-columns: 120px 300px 1fr; */
  align-items: center;
  /* gap: 70px; */
  margin-bottom: 60px;
  position: relative;
  grid-auto-rows: max-content;
}

/* circle number */

.timeline {
  position: relative;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* vertical line */
.timeline::before {
  content: "";
  position: absolute;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  border: 1px solid #d6bfd9;
  z-index: -2;
  background: #fff;
}

.step-number {
  width: 90px;
  height: 90px;
  background: #7a1b7e;
  border-radius: 50%;
  color: white;
  font-size: 35px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* z-index: 2; */
}

/* outer circle */

.step-number::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #d6bfd9;
  z-index: -1;
}

/* vertical line */

.step:not(:last-child) .step-number::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 360px;
  height: 2px;
  background: #7a1b7e;
  z-index: -4;
  left: 100%;
}

/* image */

.step-image {
  text-align: center;
  height: 220px;
}

.step-image img {
  width: 200px;
}

/* content box */

.step-content {
  padding: 25px;
  border-radius: 30px;
}

.step-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.step-content p {
  font-size: 14px;
  color: #444;
}

/* colors */

.purple {
  background: #e6cce8;
}

.gray {
  background: #eaeaea;
}

.download-app-footer-sec a img {
  width: 100px;
  height: auto;
  margin-bottom: 5px;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.blog-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 5px;
  transition: transform 0.4s ease;
}

.blog-card:hover .blog-image img {
  transform: scale(1.02); /* zoom level */
  box-shadow: 0px 2px 20px #b8b8b8;
}

.blog-card-title {
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px;
  line-height: 34px;
  margin-bottom: 2px;
  color: #000;
}

.blog-card:hover .blog-card-title {
  color: #595959;
}

.blog-card {
  margin-bottom: 30px;
}

.blog-date {
  font-size: 14px;
  color: #828282;
  margin-top: 10px;
}

.blog-excerpt {
  font-size: 16px;
  color: #555;
  margin-top: 10px;
  line-height: 26px;
}

.blog-card a {
  text-decoration: none;
}

.blog-det-image {
  width: 100%;
  /* height: 400px; */
  object-fit: cover;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;

  box-shadow: 0px 2px 20px #b8b8b8;
}

.blog-head {
  max-width: 920px;
  /* margin: auto; */
  margin-bottom: 50px;
}

.blog-head h2 {
  font-size: 36px;
}

.blog-page-content {
  /* max-width: 720px; */
  margin: auto;
  line-height: 30px;
  margin-top: 50px;
}

.blog-page-content h4 {
  margin-top: 60px;
  margin-bottom: 20px;
}

.related-post .blog-image img {
  height: 250px;
}

.related-post .blog-card-title {
  font-size: 18px;
  line-height: 28px;
}

.related-post .blog-date {
  font-size: 12px;
}

.related-post .blog-excerpt {
  font-size: 14px;
  line-height: 24px;
}

.related-post h5 {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Responsive */

@media (max-width: 1024px) {
  #about img {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }
  .step:not(:last-child) .step-number::after {
    width: 250px;
  }
}

@media (max-width: 992px) {
  #about .feature-list {
    grid-template-columns: 1fr;
  }
  .abt-icn {
    left: 8px;
  }
  #about .feature-list li {
    padding: 40px;
    padding-left: 170px;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 36px;
  }

  .section-title {
    font-size: 32px;
  }

  .cta-title {
    font-size: 32px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .menu_main_nav > li,
  .menu_main_nav > li > a.nav-link {
    font-size: 13px;
  }
  .navbar-expand-md .menu_main_nav > li > a.nav-link {
    white-space: nowrap;
  }
  .steps {
    display: block;
  }
  .step:not(:last-child) .step-number::after {
    width: 0;
  }
  .download-app-info {
    margin-bottom: 100px;
  }
  .dwnld-bg-img {
    transform: scale(1);
    max-width: 100%;
    margin-top: -100px;
  }
  .navbar-toggler-icon {
    filter: invert(1);
  }

  .navbar-toggler {
    margin-left: auto;
  }
  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    position: absolute;
    top: 100%;
    right: 0px;
    width: max-content;
    background: linear-gradient(to right, #492f91 0%, #9c2c8b 50%, #492f91 100%)
      no-repeat scroll left bottom / 210% 100% #9c2c8b;
    z-index: 999;
    padding: 24px 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px;
    border-radius: 30px;
  }
}
@media (max-width: 575.98px) {
  .navbar-collapse {
    position: absolute;
    right: 5px;
    background: #fff;
    top: 55px;
    padding: 10px;
    width: 165px;
  }
  .slick-slide img {
    height: 350px;
  }
}
