body {
  margin: 0;
  font-family: "Poppins", sans-serif;
}
.headerbtm nav {
  background: hsl(277, 92%, 56%);
  background: linear-gradient(150deg, hsl(277, 92%, 56%) 0%, hsla(255.1deg 79.01% 64.51%) 100%);
  background: -moz-linear-gradient(150deg, hsl(277, 92%, 56%) 0%, hsla(255.1deg 79.01% 64.51%) 100%);
  background: -webkit-linear-gradient(301deg, hsl(277, 92%, 56%) 0%, hsl(255.1, 79.01%, 64.51%) 100%);
}
.headerbtm nav .logo {
  max-width: 150px;
}
.navbar-toggler {
  box-shadow: none !important;
}
@media (width < 992px) {
  .navbar-collapse {
    padding: 10px 10px;
    background: hsl(277, 92%, 56%);
    background: linear-gradient(150deg, hsl(277, 92%, 56%) 0%, hsla(255.1deg 79.01% 64.51%) 100%);
    background: -moz-linear-gradient(150deg, hsl(277, 92%, 56%) 0%, hsla(255.1deg 79.01% 64.51%) 100%);
    background: -webkit-linear-gradient(301deg, hsl(277, 92%, 56%) 0%, hsl(255.1, 79.01%, 64.51%) 100%);
  }
}
.navbar {
  background: transparent;
  position: fixed;
  z-index: 10;
  width: 100%;
  transition: 0.5s;
}
.navbar .nav-link {
  color: white !important;
  font-weight: 600;
  margin: 0 10px;
}
.navbar .logo {
  max-width: 200px;
  transition: 0.5s;
  height: auto !important;
}
.navbar .btn-signup {
  background-color: white;
  color: #9b30ff;
  font-weight: bold;
  border-radius: 25px;
  padding: 8px 20px;
}
.hero-section {
  position: relative;
  overflow: hidden;
  padding: 180px 0 70px;
  background: #030B1E;
  background-size: cover;
  margin-bottom: 20px;
}
@media (width < 800px) {
  .hero-section {
    padding-top: 150px;
  }
}
.hero-section video {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  left: -20%;
}
@media (width < 960px) {
  .hero-section video {
    object-fit: cover;
    left: 0;
    height: 55%;
    object-position: center;
  }
}
.hero-section .container {
  position: relative;
  z-index: 9;
}
.hero-section::after {
  content: "";
  background: #AD1DF8;
  background: -webkit-linear-gradient(130deg, rgba(173, 29, 248, 0) 0%, #ad1df8bf 40%, #ad1df8 100%);
  background: -moz-linear-gradient(130deg, rgba(173, 29, 248, 0) 0%, #ad1df8bf 40%, #ad1df8 100%);
  background: linear-gradient(130deg, rgba(173, 29, 248, 0) 0%, #ad1df8bf 40%, #ad1df8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#AD1DF8", endColorstr="#AD1DF8", GradientType=0);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero-section .btn-themewhite {
  background-color: #fff;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 35px;
  border: 1px solid transparent;
  text-decoration: none;
}
.hero-section .btn-themewhite i {
  margin-left: 10px;
}
.hero-section .btn-themewhite:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.hero-section .right_boxes img {
  max-width: 80px;
}
.hero-section .right_boxes a {
  text-decoration: none;
}
.hero-section .btm_box {
  border: 3px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  padding: 20px 15px;
  border-radius: 20px;
  color: #fff;
  font-weight: 600;
  max-width: 500px;
  gap: 10px;
}
.hero-section .btm_box p {
  margin-bottom: 0;
  font-size: 15px;
}
.hero-section .btm_box img {
  width: 60px;
  min-width: 40px;
}
.hero-text {
  display: flex;
  align-items: center;
}
.hero-text p {
  font-size: 17px;
}
.hero-text h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: 800;
}
@media (width < 800px) {
  .hero-text h1 {
    font-size: 2.3rem;
  }
}
.hero-text h4 {
  font-size: 22px;
  line-height: 1.6;
}
@media (width < 800px) {
  .hero-text h4 {
    font-size: 20px;
  }
}
.store-buttons img {
  max-height: 50px;
  margin-right: 10px;
}
.robot-img {
  max-width: 100%;
  height: auto;
}
.app-overview {
  background: url(../images/app_overview_bg.webp) no-repeat;
  background-position: bottom center;
  background-size: cover;
  overflow: hidden;
  /* Rotating glow wrapper */
  /* Static image centered */
  /* Keyframes for rotating shadow */
}
.app-overview .overview_heading h2 {
  color: #000;
  font-size: 35px;
}
@media (width < 700px) {
  .app-overview .mobile_fixes {
    display: flex;
    flex-direction: column;
  }
  .app-overview .mobile_fixes .icons_box {
    order: 2;
  }
  .app-overview .mobile_fixes .icons_box:last-child {
    order: 1;
  }
}
.app-overview .icons_box {
  margin-bottom: 40px;
}
.app-overview .icons_box img {
  max-width: 100px;
  margin-bottom: 20px;
}
.app-overview .centered_img {
  max-width: 80%;
  animation: floatUpDown 2s ease-in-out infinite;
}
.app-overview .overview_heading p {
  color: #000;
}
@media (width < 767px) {
  .app-overview .overview_heading p {
    font-size: 15px;
  }
}
.app-overview .overview_heading {
  max-width: 85%;
  margin: 0 auto;
}
@media (width < 768px) {
  .app-overview .overview_heading {
    max-width: 100%;
  }
}
.app-overview .circle-shadow {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  margin: 10px auto;
}
.app-overview .circle-shadow::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: transparent;
  z-index: 0;
  animation: rotateShadow 4s linear infinite;
  box-shadow: 0 0 20px rgba(127, 96, 236, 0.7), 10px 0 30px rgba(29, 248, 244, 0.5);
}
.app-overview .circle-shadow img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}
@keyframes rotateShadow {
  0% {
    transform: rotate(0deg);
    box-shadow: 0 0 20px rgba(127, 96, 236, 0.7), 10px 0 30px rgba(29, 248, 244, 0.5);
  }
  50% {
    transform: rotate(180deg);
    box-shadow: 0 0 40px rgba(127, 96, 236, 0.9), -10px 0 45px rgba(29, 248, 244, 0.3);
  }
  100% {
    transform: rotate(360deg);
    box-shadow: 0 0 20px rgba(127, 96, 236, 0.7), 10px 0 30px rgba(29, 248, 244, 0.5);
  }
}
.how-it-works {
  overflow: hidden;
  color: white;
  position: relative;
  background: url(../images/how_workbg.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.how-it-works::before {
  content: "";
  background: url(../images/features/shape.webp) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0.3;
}
.how-it-works .container-fluid {
  z-index: 9;
  position: relative;
}
.how-it-works h2 {
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.how-it-works .step {
  width: 160px;
}
.how-it-works .step p {
  font-size: 15px;
}
.how-it-works .step .badge-box {
  border-radius: 5px;
  margin-bottom: 10px;
}
.how-it-works .step .badge-box img {
  width: 25px;
  height: 25px;
}
@media (width <= 800px) {
  .how-it-works .step {
    order: 1;
  }
}
.how-it-works .step_1,
.how-it-works .step_2,
.how-it-works .step_3,
.how-it-works .step_4,
.how-it-works .step_5 {
  position: absolute;
  width: 100%;
  min-width: 280px;
  text-align: center;
  top: -130px;
}
@media (width <= 800px) {
  .how-it-works .step_1,
  .how-it-works .step_2,
  .how-it-works .step_3,
  .how-it-works .step_4,
  .how-it-works .step_5 {
    position: relative;
    top: 0 !important;
    bottom: 0 !important;
    min-width: auto !important;
    margin: 0 !important;
  }
}
.how-it-works .step_1 span,
.how-it-works .step_2 span,
.how-it-works .step_3 span,
.how-it-works .step_4 span,
.how-it-works .step_5 span {
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  display: block;
  padding: 10px 5px;
  border-radius: 8px;
  box-shadow: 1px 2px 4px 1px #525252;
}
.how-it-works .step_1 {
  margin-left: 5%;
}
.how-it-works .step_1 span {
  background-color: #00AFD8;
}
@media (width <= 800px) {
  .how-it-works .step_1 span {
    height: 65px;
  }
}
.how-it-works .step_2 {
  margin-left: -2%;
  min-width: 280px;
}
.how-it-works .step_2 span {
  background-color: #FF8D2A;
}
.how-it-works .step_3 {
  margin-left: -12%;
}
.how-it-works .step_3 span {
  background-color: #B662EF;
}
.how-it-works .step_4,
.how-it-works .step_5 {
  bottom: -190px;
  top: auto;
}
.how-it-works .step_4 {
  margin-left: -5px;
  min-width: 280px;
}
.how-it-works .step_4 span {
  background-color: #00D8B4;
}
.how-it-works .step_5 {
  margin-left: -4%;
}
.how-it-works .step_5 span {
  background-color: #FF5D71;
}
.how-it-works .road_img {
  position: absolute;
}
@media (width <= 800px) {
  .how-it-works .road_img {
    display: none;
  }
}
.how-it-works .phone-img {
  position: relative;
  max-width: 80%;
  margin: 0 auto;
}
@media (width <= 800px) {
  .how-it-works .phone-img {
    left: 0 !important;
    top: 0 !important;
    order: 2;
  }
}
.how-it-works .phone-row {
  position: relative;
}
@media (width > 768px) {
  .how-it-works .phone-row {
    padding-bottom: 240px;
  }
}
@media (width <= 800px) {
  .how-it-works .phone-row {
    justify-content: center;
  }
  .how-it-works .phone-row .col-md-4 {
    display: flex;
    flex-direction: column;
  }
}
.how-it-works .first_mobile {
  left: 11%;
  top: 15%;
}
.how-it-works .second_mobile {
  left: 11%;
  top: 0%;
}
.how-it-works .third_mobile {
  left: 5%;
  top: 15%;
}
.how-it-works .forth_mobile {
  left: 0;
  top: 0;
}
.how-it-works .fifth_mobile {
  left: -7%;
  top: 15%;
}
@media (width < 800px) {
  .left_spacemobile {
    padding: 10px 20px;
  }
}
.inner_banner {
  background: url(../images/inner_page.jpeg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 150px 0 80px;
  position: relative;
}
@media (width < 767px) {
  .inner_banner {
    padding: 120px 0 50px;
  }
}
.inner_banner::after {
  content: "";
  background: hsl(277, 92%, 56%);
  background: linear-gradient(150deg, hsl(277, 92%, 56%) 0%, hsla(255.1deg 79.01% 64.51%) 100%);
  background: -moz-linear-gradient(150deg, hsl(277, 92%, 56%) 0%, hsla(255.1deg 79.01% 64.51%) 100%);
  background: -webkit-linear-gradient(301deg, hsl(277, 92%, 56%) 0%, hsl(255.1, 79.01%, 64.51%) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.inner_banner h1 {
  margin-bottom: 0;
  font-size: 55px;
  font-weight: bold;
}
@media (width < 767px) {
  .inner_banner h1 {
    font-size: 30px;
  }
}
.inner_banner .container {
  position: relative;
  z-index: 7;
}
.page_content {
  padding-top: 20px;
}
.privacy h2 {
  font-size: 25px;
  font-weight: bold;
  margin-top: 20px;
}
.privacy a {
  color: #a100ff;
}
.contact_page .info-item {
  background: white;
  border-radius: 12px;
  transition: all 0.3s;
  border-left: 4px solid #a100ff;
}
.contact_page .info-item .icon-box {
  min-width: 50px;
  height: 50px;
  background: rgba(67, 97, 238, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a100ff;
  font-size: 20px;
}
.contact_page .info-item h5 {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.contact_page .info-item p {
  color: #666;
  font-size: 14px;
  margin-bottom: 0;
}
.contact_page .info-item a {
  color: #a100ff;
  text-decoration: none;
}
.contact_page .info-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.contact_page .social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  text-decoration: none;
  transition: all 0.3s;
}
.contact_page .social-icon:hover {
  background: #a100ff;
  color: white;
}
.contact_page .form-control {
  border-radius: 8px;
  padding: 10px 15px;
  border: 1px solid #ddd;
}
.contact_page .btm_line {
  position: relative;
}
.contact_page .btm_line::after {
  content: "";
  background-color: #a100ff;
  width: 80px;
  height: 5px;
  border-radius: 5px;
  display: block;
  margin: 10px 0;
}
footer {
  background: #AD1DF8;
  background: -webkit-linear-gradient(130deg, #ad1df8 0%, #7174e8 40%, #47b0dd 100%);
  background: -moz-linear-gradient(130deg, #ad1df8 0%, #7174e8 40%, #47b0dd 100%);
  background: linear-gradient(130deg, #ad1df8 0%, #7174e8 40%, #47b0dd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#AD1DF8", endColorstr="#47B0DD", GradientType=0);
}
footer .ftr_logo {
  width: 60%;
  height: auto;
}
footer a {
  text-decoration: none;
}
footer h6 {
  margin-bottom: 40px;
}
@media (width < 992px) {
  footer .social_icons {
    flex-wrap: wrap;
  }
}
@media (width < 767px) {
  footer .social_icons {
    flex-wrap: initial;
  }
}
footer .social_icons a {
  border: 1px solid #fff;
  min-width: 40px !important;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
@media (width < 767px) {
  footer .social_icons a {
    flex: initial;
  }
}
footer .social_icons a:hover {
  background-color: #fff;
  color: #a100ff !important;
}
footer li {
  margin-bottom: 10px;
}
@media (width < 1000px) {
  footer .app_downloadbtn .play_icccon {
    margin-top: 20px;
  }
}
@media (width < 768px) {
  footer .app_downloadbtn .col-md-12 {
    width: auto;
  }
  footer .app_downloadbtn img {
    max-width: 120px !important;
  }
  footer .app_downloadbtn .play_icccon {
    margin-top: 0px;
  }
}
.whyChoose {
  background: url(../images/why_choose_bg.webp) no-repeat;
  background-size: cover;
  background-position: right center;
  position: relative;
}
.whyChoose::before {
  content: "";
  background: hsl(277, 92%, 56%);
  background: linear-gradient(150deg, hsl(277, 92%, 56%) 0%, hsla(255.1deg 79.01% 64.51%) 100%);
  background: -moz-linear-gradient(150deg, hsl(277, 92%, 56%) 0%, hsla(255.1deg 79.01% 64.51%) 100%);
  background: -webkit-linear-gradient(301deg, hsl(277, 92%, 56%) 0%, hsl(255.1, 79.01%, 64.51%) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.whyChoose .overview_heading {
  max-width: 77%;
}
.why-medimind {
  padding: 80px 20px;
}
.why-medimind h2 {
  margin-bottom: 12px;
}
.why-medimind .subtitle {
  margin-bottom: 50px;
}
.why-medimind .features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}
.why-medimind .feature {
  background: hsl(277, 92%, 56%);
  background: linear-gradient(150deg, hsl(277, 92%, 56%) 0%, hsla(255.1deg 79.01% 64.51%) 100%);
  background: -moz-linear-gradient(150deg, hsl(277, 92%, 56%) 0%, hsla(255.1deg 79.01% 64.51%) 100%);
  background: -webkit-linear-gradient(301deg, hsl(277, 92%, 56%) 0%, hsl(255.1, 79.01%, 64.51%) 100%);
  /* background: rgba(255,255,255,0.05); */
  padding: 28px;
  border-radius: 16px;
  transition: transform 0.3s ease;
  /* Rotating glow wrapper */
  /* Static image centered */
  /* Keyframes for rotating shadow */
}
.why-medimind .feature .circle-shadow {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
}
.why-medimind .feature .circle-shadow::before {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: transparent;
  z-index: 0;
  animation: rotateShadow 4s linear infinite;
  box-shadow: 0 0 20px rgba(127, 96, 236, 0.7), 10px 0 30px rgba(29, 248, 244, 0.5);
}
.why-medimind .feature .circle-shadow img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}
@keyframes rotateShadow {
  0% {
    transform: rotate(0deg);
    box-shadow: 0 0 20px rgba(127, 96, 236, 0.7), 10px 0 30px rgba(29, 248, 244, 0.5);
  }
  50% {
    transform: rotate(180deg);
    box-shadow: 0 0 40px rgba(127, 96, 236, 0.9), -10px 0 45px rgba(29, 248, 244, 0.3);
  }
  100% {
    transform: rotate(360deg);
    box-shadow: 0 0 20px rgba(127, 96, 236, 0.7), 10px 0 30px rgba(29, 248, 244, 0.5);
  }
}
.why-medimind .feature:hover {
  transform: translateY(-6px);
}
.why-medimind .feature h4 {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 600;
}
.why-medimind .feature p {
  color: #fff;
  margin-bottom: 0;
}
.casll_action {
  margin: 10px 20px;
  position: relative;
  border: 3px solid #7B65EB;
  padding: 70px 20px;
  border-radius: 20px;
  overflow: hidden;
}
@media (width > 800px) {
  .casll_action .container {
    max-width: initial;
  }
}
.casll_action .hand_icon img {
  width: 100%;
}
@media (width < 800px) {
  .casll_action {
    padding: 35px 5px;
  }
}
.casll_action .call_action {
  font-family: "Montserrat", sans-serif;
}
@media (width > 800px) {
  .casll_action .call_action {
    padding-left: 5%;
  }
}
.casll_action #particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0px;
}
.casll_action .border_box {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 10px;
  border-radius: 15px;
  border: 2px solid #7C66EB;
}
@media (width > 768px) {
  .casll_action .border_box {
    font-size: 50px;
  }
}
.casll_action h3 {
  margin-top: 15px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #7C66EC;
}
@media (width > 768px) {
  .casll_action h3 {
    font-size: 80px;
  }
}
.casll_action p {
  margin: 15px 0 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
@media (width > 768px) {
  .casll_action p {
    font-size: 24px;
  }
}
@media (width < 768px) {
  .casll_action p {
    margin-bottom: 15px;
  }
}
.casll_action p .avail_box {
  border: 3px solid #071C3B;
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
}
.casll_action .text-new {
  color: #7C66EC;
}
.casll_action .btn-start {
  background-color: #7B66EB;
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.section-title {
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
}
.section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #a100ff;
  transform-origin: left;
  transition: transform 0.5s ease;
}
.features_section .feature-card {
  background: #fff;
  border-radius: 10px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-left: 4px solid #a100ff;
  transform: translateY(20px);
  opacity: 0;
  position: relative;
  overflow: hidden;
  animation: fadeInUp 0.5s forwards;
}
.features_section .feature-card .feature-icon {
  font-size: 2.5rem;
  color: #a100ff;
  margin-bottom: 1rem;
  transition: transform 0.3s ease, color 0.3s ease;
}
.features_section .feature-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.features_section .feature-card:hover .feature-icon {
  transform: scale(1.1);
}
.features_section .coming-soon-badge {
  position: absolute;
  transform: rotate(40deg);
  background-color: #8459ed;
  padding: 5px 50px;
  top: 30px;
  right: -55px;
  color: #fff;
  font-weight: bold;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.disclaimer-section {
  background-color: #f8f9fa;
  border-left: 5px solid #ffc107;
  padding: 2rem;
  border-radius: 5px;
  transform: translateX(-20px);
  opacity: 0;
  transition: all 0.5s ease;
}
.disclaimer-section.in-view {
  transform: translateX(0);
  opacity: 1;
}
.faq_section .faq-card {
  background: white;
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-left: 4px solid #a100ff;
  transition: all 0.3s ease;
  transform: translateY(20px);
  opacity: 0;
}
.faq_section .faq-card.visible {
  transform: translateY(0);
  opacity: 1;
}
.faq_section .faq-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
.faq_section .faq-question {
  font-weight: 600;
  color: #000;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq_section .faq-question::after {
  content: '\f078';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  transition: transform 0.3s ease;
}
.faq_section .faq-question.collapsed::after {
  transform: rotate(-90deg);
}
.faq_section .faq-answer {
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 1rem;
}
.faq_section .disclaimer-section {
  background-color: #f8f9fa;
  border-left: 5px solid red;
  padding: 2rem;
  border-radius: 5px;
}
.faq_section a {
  color: #a100ff;
}
.step-card {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border-top: 4px solid #a100ff;
  position: relative;
  overflow: hidden;
  transform: translateY(30px);
}
.step-card.visible {
  transform: translateY(0);
  opacity: 1;
}
.step-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(79, 193, 233, 0.1), rgba(255, 255, 255, 0));
  z-index: 0;
}
.step-number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 3rem;
  font-weight: bold;
  color: rgba(79, 193, 233, 0.2);
  z-index: 0;
}
.step-content {
  position: relative;
  z-index: 1;
}
.step-icon {
  font-size: 2.5rem;
  position: relative;
  left: 0;
  color: #a100ff;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}
.step-card:hover .step-icon {
  left: -15px;
  color: #a100ff;
}
.feature-list {
  list-style-type: none;
  padding-left: 0;
}
.feature-list li {
  padding: 0.5rem 0;
  position: relative;
  padding-left: 2rem;
}
.feature-list li::before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: var(--success-color);
  position: absolute;
  left: 0;
}
.navbar-toggler {
  border-color: white;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.gradient_bg {
  background: hsl(277, 92%, 56%);
  background: linear-gradient(150deg, hsl(277, 92%, 56%) 0%, hsla(255.1deg 79.01% 64.51%) 100%);
  background: -moz-linear-gradient(150deg, hsl(277, 92%, 56%) 0%, hsla(255.1deg 79.01% 64.51%) 100%);
  background: -webkit-linear-gradient(301deg, hsl(277, 92%, 56%) 0%, hsl(255.1, 79.01%, 64.51%) 100%);
}
.screens_box .slick-slide {
  transition: 0.6s;
}
.screens_box .slick-slide img {
  padding: 30px;
}
@media (width > 1196px) {
  .screens_box .slick-slide:nth-child(3) {
    transform: scale(1.1);
  }
}
.screens_box .slick-slide.slick-center {
  text-align: center;
}
@media (width < 1196px) {
  .screens_box .slick-slide.slick-center {
    transform: scale(1.1);
  }
}
.screens_box .slick-slide.slick-center img {
  margin: 0 auto;
  text-align: center;
}
.screens_box .slick-dots {
  bottom: -50px;
}
.screens_box .slick-dots li.slick-active button:before {
  color: #ffffff !important;
}
.screens_box .slick-dots li button:before {
  font-size: 12px;
}
.screens_box .slick-dots button:focus:before,
.screens_box .slick-dots button:hover:before {
  opacity: 9 !important;
  color: #fff;
}
.max-widthbox {
  overflow: hidden;
}
.ftr_supportemail {
  word-break: break-all;
}
.text-theme {
  color: #a100ff;
}
.btn-theme {
  background-color: #a100ff;
  color: #fff;
  padding: 15px 25px;
  font-weight: bold;
  border: 1px solid transparent;
}
.btn-theme:hover {
  border-color: #a100ff;
  color: #a100ff;
}
.btn-theme-secondary {
  background-color: transparent;
  color: #a100ff;
  padding: 15px 25px;
  font-weight: bold;
  border: 1px solid #a100ff;
}
.btn-theme-secondary:hover {
  background-color: #a100ff;
  border-color: transparent;
  color: #fff;
}
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bg-lightgrey {
  background-color: #f5f7fa;
}
.privacy_matters .btn-theme,
.privacy_matters .btn-theme-secondary {
  padding: 12px 20px;
}
#downloadModal .modal-body {
  padding-right: 0;
  padding-bottom: 0;
}
#downloadModal .free_app_inner {
  padding: 20px 0px 0px 20px;
}
#downloadModal .btn-close {
  color: #fff !important;
  opacity: 9;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  right: 15px;
  position: absolute;
  top: 13px;
  font-size: 10px;
  z-index: 99;
  outline: none !important;
  box-shadow: none !important;
}
#downloadModal .modal-content {
  background: #AD1DF8;
  background: -webkit-linear-gradient(130deg, #ad1df8 0%, #7f60ec 40%, #ad1df8 100%);
  background: -moz-linear-gradient(130deg, #ad1df8 0%, #7f60ec 40%, #ad1df8 100%);
  background: linear-gradient(130deg, #ad1df8 0%, #7f60ec 40%, #ad1df8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#AD1DF8", endColorstr="#AD1DF8", GradientType=0);
  color: #fff;
}
#downloadModal .app_btn {
  margin-top: 20px;
}
#downloadModal .app_btn li img {
  margin-right: 15px;
  max-width: 150px;
  margin-bottom: 5px;
}
#downloadModal .djmodal {
  max-width: 70%;
}
#downloadModal .section_title h2 {
  font-size: 35px;
  font-weight: bold;
}
.how-it-works-page img {
  max-height: 500px;
}
.affiliate-btn {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(90deg, #ad1cf8, #48b0de);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 25px;
  transition: all 0.3s ease;
}
.affiliate-btn:hover {
  background: linear-gradient(90deg, #0077b6, #023e8a);
  transform: translateY(-2px);
}
