@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraLight.woff2") format("woff2"), url("../fonts/Montserrat-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Thin.woff2") format("woff2"), url("../fonts/Montserrat-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Italic.woff2") format("woff2"), url("../fonts/inter/Inter-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Bold.woff2") format("woff2"), url("../fonts/inter/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-SemiBold.woff2") format("woff2"), url("../fonts/inter/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Black.woff2") format("woff2"), url("../fonts/inter/Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/inter/Inter-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Regular.woff2") format("woff2"), url("../fonts/inter/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Medium.woff2") format("woff2"), url("../fonts/inter/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  font-size: 16px;
}

body {
  font-family: "Inter", sans-serif;
  background: #fff;
  margin: 0;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #999;
  font-weight: 400;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #999;
  font-weight: 400;
  transition: color 0.3s ease;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=tel]:hover,
textarea:hover,
select:hover {
  box-shadow: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  border-color: #1976D2 !important;
  box-shadow: none;
  outline: none;
}

input[type=text]:active,
input[type=email]:active,
input[type=number]:active,
input[type=password]:active,
input[type=search]:active,
input[type=tel]:active,
textarea:active,
select:active {
  border-color: #1976D2 !important;
  box-shadow: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
figure,
blockquote,
dl,
dd,
ul,
ol,
li,
pre {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

ul,
ol {
  list-style: none;
}

@keyframes cardUpDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-0.625rem);
  }

  100% {
    transform: translateY(0);
  }
}

.container {
  max-width: 82.5rem !important;
}

a {
  text-decoration: none;
  color: #1976D2;
}

.p-top {
  padding-top: 3.125rem;
}

.p-bottom {
  padding-bottom: 3.125rem;
}

.section-header {
  margin-bottom: 1.875rem;
}

.section-header .section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2.25rem;
  color: #191919;
  margin-bottom: 0.625rem;
}

.section-header .section-subtitle {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #263238;
}

.main-header {
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}

.main-header.onscroll {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 0.125rem 1.25rem rgba(0, 0, 0, 0.1);
  animation: slideDown 0.35s ease-out;
}

.main-header.onscroll .navbar {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.navbar .logo-text {
  color: #1976D2;
}

.navbar .nav-link {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: #455A64 !important;
  transition: color 0.3s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #1976D2 !important;
}

.navbar .navbar-toggler:focus {
  box-shadow: none;
}

.btn-fill {
  background: linear-gradient(139.333deg, #1976D2 0%, #0D47A1 100%);
  color: #fff;
  border-radius: 3.125rem;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  transition: all 0.5s ease;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-fill::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: all 0.6s;
  z-index: -1;
}

.btn-fill:hover {
  box-shadow: 0 0.3125rem 0.9375rem rgba(25, 118, 210, 0.4);
}

.btn-fill:hover::before {
  left: 100%;
}

.btn-fill:active {
  transform: scale(0.95);
  box-shadow: 0 0.125rem 0.625rem rgba(25, 118, 210, 0.3);
  transition: transform 0.1s;
}

.btn-fill img {
  width: 1.5rem;
  height: 1.5rem;
}

.btn-outline-white {
  text-decoration: none;
  background: transparent;
  border: 0.0625rem solid #fff;
  color: #fff;
  border-radius: 3.125rem;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.7rem 1.5rem;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-outline-white::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: all 0.6s;
  z-index: -1;
}

.btn-outline-white:hover {
  background: transparent;
  color: #fff;
  box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.1);
}

.btn-outline-white:hover::before {
  left: 100%;
}

.btn-outline-white:active {
  transform: scale(0.95);
  transition: transform 0.1s;
}

.btn-white {
  text-decoration: none;
  background: #fff;
  color: #1976D2;
  border: 0;
  border-radius: 3.125rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 2rem;
  transition: all 0.5s ease;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-white img {
  height: 1.5rem;
  width: 1.5rem;
  filter: brightness(0) saturate(100%) invert(41%) sepia(21%) saturate(3322%) hue-rotate(180deg) brightness(91%) contrast(97%);
}

.btn-white::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.692), transparent);
  transition: all 0.6s;
  z-index: -1;
}

.btn-white:hover {
  background: #fff;
  box-shadow: 0 0.625rem 1.25rem rgba(60, 129, 255, 0.1);
}

.btn-white:hover::before {
  left: 100%;
}

.btn-white:active {
  transform: scale(0.95);
  transition: transform 0.1s;
}

.btn-outline-black {
  text-decoration: none;
  background: transparent;
  border: 1px solid #191919;
  color: #191919;
  border-radius: 3.125rem;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.7rem 1.5rem;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-outline-black::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(25, 118, 210, 0.1), transparent);
  transition: all 0.6s;
  z-index: -1;
}

.btn-outline-black:hover {
  background: transparent;
  color: #191919;
  box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.1);
}

.btn-outline-black:hover::before {
  left: 100%;
}

.btn-outline-black:active {
  transform: scale(0.95);
  transition: transform 0.1s;
}

.hero-section {
  background: linear-gradient(139.333deg, #1976D2 0%, #0D47A1 100%);
  padding: 6rem 0 5rem 0;
  position: relative;
  overflow: hidden;
}

.hero-section h1 {
  font-weight: 700;
  font-size: 3rem;
  color: #fff;
}

.hero-section p {
  color: #FAFAFA;
  font-size: 1.125rem;
  line-height: 1.8125rem;
}

.hero-section p span {
  font-weight: 600;
}

.hero-section .hero-list {
  padding: 0;
}

.hero-section .hero-list li {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 300;
}

.hero-section .hero-list li img {
  width: 1.25rem;
  height: 1.25rem;
}

.hero-section .banner-btns {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hero-section .hero-image-wrapper {
  position: relative;
}

.hero-section .hero-image-wrapper .hero-slider {
  padding: 2rem;
  margin: -2rem;
}

.hero-section .hero-image-wrapper .hero-img {
  border-radius: 1.5rem;
  animation: cardUpDown 4s ease-in-out infinite alternate;
}

.stats-section .section-title {
  margin-bottom: 1.25rem;
}

.stats-section .bg-primary-gradient {
  background: linear-gradient(139.333deg, #1976D2 0%, #0D47A1 100%);
}

.stats-section .bg-light-blue {
  background: #F4F7FF;
}

.stats-section .text-primary {
  color: #1976D2 !important;
}

.stats-section .stat-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.stats-section .stat-card-grid .stat-card {
  background: linear-gradient(139.333deg, #1976D2 0%, #0D47A1 100%);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 1.375rem;
  border-radius: 0.75rem;
}

.stats-section .stat-card-grid .stat-card.light {
  background: #E3F2FD;
  border: 1px solid #1976D2;
  color: #191919;
}

.stats-section .stat-card-grid .stat-card.light h3 {
  color: #191919;
}

.stats-section .stat-card-grid .stat-card.light p {
  color: #263238;
}

.stats-section .stat-card-grid .stat-card:hover {
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.08);
}

.stats-section .stat-card-grid .stat-card h3 {
  font-family: "Inter", sans-serif;
}

.stats-section .stat-card-grid .stat-card p {
  color: #FAFAFA;
  font-weight: 500;
}

.stats-section .stats-section-img {
  height: 100%;
  border-radius: 1.5rem;
}

.stats-section .stats-image-wrapper .experience-badge {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  background: white;
  padding: 0.625rem;
  border-radius: 0.625rem;
}

.stats-section .stats-image-wrapper .experience-badge img {
  width: 4rem;
  height: 4rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.services-section .service-card {
  background: #F8F8F8;
  border: 0.0625rem solid #C8C8C8;
  transition: all 0.3s ease;
  padding: 0.625rem 0.625rem 1.25rem 0.625rem;
  height: 100%;
  border-radius: 1.25rem;
  min-height: 25.6875rem;
}

.services-section .service-card .img-wrapper {
  height: 15.625rem;
  border-radius: 0.625rem;
  overflow: hidden;
  margin-bottom: 0.625rem;
}

.services-section .service-card .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.625rem;
  transition: transform 0.5s ease;
}

.services-section .service-card:hover {
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.08);
  transform: translateY(-0.3125rem);
}

.services-section .service-card:hover .img-wrapper img {
  transform: scale(1.05);
}

.services-section .service-card h5 {
  color: #191919;
  font-size: 1.125rem;
  font-weight: 600;
}

.services-section .service-card p {
  line-height: 1.6;
  font-size: 0.875rem;
  margin-bottom: 0;
  color: #263238;
}

.why-choose-section .feature-card {
  transition: all 0.3s ease;
  min-height: 11.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.9375rem;
  background: #F8F8F8;
  border: 0.0625rem solid #BDBDBD;
  border-radius: 0.9375rem;
  padding: 1.25rem;
  text-align: center;
}

.why-choose-section .feature-card .icon-wrapper {
  transition: all 0.3s ease;
}

.why-choose-section .feature-card .icon-wrapper img {
  transition: all 0.3s ease;
  height: 3.75rem;
  width: 3.75rem;
}

.why-choose-section .feature-card h6 {
  color: #191919;
  font-size: 1rem;
  transition: all 0.3s ease;
  line-height: 1.5;
  font-weight: 500;
}

.why-choose-section .feature-card:hover {
  background: linear-gradient(139.333deg, #1976D2 0%, #0D47A1 100%);
  border-color: transparent !important;
  transform: translateY(-0.3125rem);
  box-shadow: 0 1rem 2rem rgba(37, 99, 235, 0.2);
}

.why-choose-section .feature-card:hover h6 {
  color: #fff;
}

.why-choose-section .feature-card:hover .icon-wrapper img {
  filter: brightness(0) saturate(100%) invert(94%) sepia(0%) saturate(2705%) hue-rotate(10deg) brightness(109%) contrast(105%);
}

.how-help-sec {
  background-image: url("../images/how-help-gif.gif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 3.125rem;
  position: relative;
}

.how-help-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135.5deg, #2563eb 19.21%, rgba(15, 191, 132, 0.29) 107.26%);
}

.how-help-sec .row-how-help {
  position: relative;
  z-index: 2;
}

.how-help-sec .row-how-help .how-help-left {
  display: flex;
  align-items: center;
}

.how-help-sec .row-how-help .how-help-right {
  display: flex;
  align-items: end;
}

.how-help-sec .how-help-content .section-title {
  -webkit-text-fill-color: #fff;
  color: #fff;
  background: transparent;
  margin-bottom: 0.625rem;
}

.how-help-sec .how-help-content p {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  margin-bottom: 0;
}

.how-help-sec .how-help-content .how-list p {
  margin-bottom: 0;
  margin: 1.25rem 0 0.75rem 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
  color: #fff;
}

.how-help-sec .how-help-content .how-list ul {
  padding: 0;
}

.how-help-sec .how-help-content .how-list ul li {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.875rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.how-help-sec .how-help-content .how-list ul li img {
  width: 1.25rem;
  height: 1.25rem;
}

.how-help-sec .how-help-way {
  position: relative;
}

.how-help-sec .how-help-way .how-help-mock {
  text-align: center;
  position: absolute;
  top: 22%;
  width: 100%;
}

.how-help-sec .how-help-way .how-help-mock img {
  width: 100%;
  max-width: 10rem;
  height: auto;
  margin: 0 auto;
}

.how-help-sec .how-help-way .how-help-mock h2 {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.625rem;
  text-align: center;
  color: #191919;
  width: 100%;
  max-width: 15.625rem;
  margin: 5.125rem auto 1.25rem auto;
}

.how-help-sec .how-help-way .how-help-mock .how-btns {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  width: 80%;
  margin: 0 auto;
}

.how-help-sec .how-help-way .how-help-mock .how-btns .btn-primary {
  background: linear-gradient(135deg, #08cd2c 0%, #029d1e 100%);
  width: 100%;
  border-radius: 3.125rem;
  border-color: #08cd2c;
}

.how-help-sec .how-help-way .how-help-mock .how-btns .btn-outline-black img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(88%) saturate(3810%) hue-rotate(134deg) brightness(78%) contrast(93%);
  height: 1.5rem;
  width: 1.5rem;
  margin: 0;
}

.perfect-for-section {
  background: #0D47A1;
}

.perfect-for-section .perfect-for-cards-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1rem;
}

.perfect-for-section .perfect-for-cards-row .perfect-card {
  padding: 0.75rem;
  width: 100%;
  height: 10.625rem;
  transition: all 0.5s ease;
  cursor: pointer;
  background: white;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 0.625rem;
  position: relative;
  overflow: hidden;
}

.perfect-for-section .perfect-for-cards-row .perfect-card .default-content {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.perfect-for-section .perfect-for-cards-row .perfect-card .default-content h6 {
  font-weight: 600;
}

.perfect-for-section .perfect-for-cards-row .perfect-card .default-content img {
  height: 4.375rem;
  width: 4.375rem;
  margin-bottom: 0.625rem;
}

.perfect-for-section .perfect-for-cards-row .perfect-card .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  border-radius: 0.625rem;
  overflow: hidden;
  z-index: 2;
}

.perfect-for-section .perfect-for-cards-row .perfect-card .hover-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.perfect-for-section .perfect-for-cards-row .perfect-card .hover-content>div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  padding: 1rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.perfect-for-section .perfect-for-cards-row .perfect-card .hover-content>div h6 {
  color: #fff;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

.perfect-for-section .perfect-for-cards-row .perfect-card:hover {
  transform: translateY(-0.3125rem);
  background: transparent;
  border: 0;
}

.perfect-for-section .perfect-for-cards-row .perfect-card:hover .default-content {
  opacity: 0;
}

.perfect-for-section .perfect-for-cards-row .perfect-card:hover .hover-content {
  opacity: 1;
  visibility: visible;
}

.demo-page-hero {
  background: linear-gradient(139.333deg, #1976D2 0%, #0D47A1 100%);
}

.demo-page-hero .section-header .section-title {
  font-weight: 700;
  color: #fff;
  font-size: 3rem;
  line-height: 1.2;
}

.demo-page-hero .section-header p {
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.9;
  margin-bottom: 0.625rem;
  color: #fff;
  font-weight: 400;
}

.ai-features-section .bg-light-gray {
  background: #FAFAFA;
}

.ai-features-section .ai-features-section-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 3.75rem;
  margin-top: 4.375rem;
}

.ai-features-section .ai-features-section-cards .ai-feature-card {
  background: #F8F8F8;
  padding: 3.75rem 1.25rem 1.25rem;
  border-radius: 1rem;
  text-align: center;
  border: 0.0625rem solid #BDBDBD;
  height: 100%;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ai-features-section .ai-features-section-cards .ai-feature-card .icon-circle {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  background: linear-gradient(139.333deg, #1976D2 0%, #0D47A1 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0.25rem solid #fff;
  box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.05);
  z-index: 2;
}

.ai-features-section .ai-features-section-cards .ai-feature-card .icon-circle img {
  width: 2.25rem;
  height: 2.25rem;
  -o-object-fit: contain;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.ai-features-section .ai-features-section-cards .ai-feature-card h6 {
  font-family: "Montserrat", sans-serif;
  color: #191919;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}

.ai-features-section .ai-features-section-cards .ai-feature-card p {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  color: #263238;
  font-size: 1rem;
  margin-bottom: 0;
}

.ai-features-section .ai-features-section-cards .ai-feature-card:hover {
  transform: translateY(-0.3125rem);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.05);
}

.trusted-doctors-section {
  background: #F5F9FC;
}

.trusted-doctors-section .trusted-doctors-slider {
  padding-bottom: 2.8125rem;
}

.trusted-doctors-section .trusted-doctors-slider .testimonial-card {
  max-width: 1100px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 0.9375rem;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.08);
  border: 0.0625rem solid #E2E2E2;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.trusted-doctors-section .trusted-doctors-slider .testimonial-card .row {
  height: 100%;
  position: relative;
}

.trusted-doctors-section .trusted-doctors-slider .testimonial-card .img-wrapper {
  position: relative;
  height: 100%;
  min-height: 21.875rem;
  width: 100%;
  overflow: hidden;
}

.trusted-doctors-section .trusted-doctors-slider .testimonial-card .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.trusted-doctors-section .trusted-doctors-slider .testimonial-card .card-body {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background-color: #ffffff !important;
  position: relative;
  z-index: 5;
}

.trusted-doctors-section .trusted-doctors-slider .testimonial-card .stars {
  display: flex;
  gap: 0.35rem;
  margin-bottom: 1.5rem;
  color: #FFC107;
}

.trusted-doctors-section .trusted-doctors-slider .testimonial-card .stars i {
  font-size: 1.25rem;
}

.trusted-doctors-section .trusted-doctors-slider .testimonial-card .testimonial-text {
  font-family: "Inter", sans-serif;
  line-height: 1.7;
  font-size: 1rem;
  color: #374151;
  margin-bottom: 2rem;
}

.trusted-doctors-section .trusted-doctors-slider .testimonial-card hr {
  border: 0;
  border-top: 1px solid #E5E7EB;
  opacity: 1;
  margin: 0 0 1.5rem 0;
}

.trusted-doctors-section .trusted-doctors-slider .testimonial-card .doctor-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #1565C0;
  margin-bottom: 0.25rem;
}

.trusted-doctors-section .trusted-doctors-slider .testimonial-card .doctor-designation {
  font-family: "Inter", sans-serif;
  color: #6B7280;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0;
}

.trusted-doctors-section .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background: #ccc;
  opacity: 1;
  transition: all 0.3s ease;
}

.trusted-doctors-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #191919;
  width: 1.5625rem;
  border-radius: 0.625rem;
}

.cta-section {
  background: linear-gradient(139.33deg, #1976D2 0%, #0D47A1 100%);
}

.cta-section .cta-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.cta-section .cta-wrapper .content h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 0.75rem;
  color: #fff;
}

.cta-section .cta-wrapper .content p {
  font-family: "Inter", sans-serif;
  color: #fff;
  opacity: 0.9;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 37.5rem;
  margin-bottom: 0;
}

.cta-section .cta-wrapper .btn-action {
  flex-shrink: 0;
}

.how-it-works-section .section-title-wrapper {
  text-align: center;
  margin-bottom: 3.75rem;
}

.how-it-works-section .section-title-wrapper .section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
}

.how-it-works-section .timeline-wrapper {
  position: relative;
}

.how-it-works-section .timeline-wrapper .timeline-line {
  display: none;
}

.how-it-works-section .process-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  margin-bottom: 2.5rem;
}

.how-it-works-section .process-step .icon-wrapper {
  width: 5rem;
  height: 5rem;
  background: #fff;
  border-radius: 50%;
  border: 0.25rem solid #fff;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 2;
}

.how-it-works-section .process-step .icon-wrapper .icon-inner {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #1976D2 0%, #0D47A1 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
}

.how-it-works-section .process-step .step-content .step-number {
  color: #1976D2;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0.5rem 0;
}

.how-it-works-section .process-step .step-content h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  color: #191919;
}

.how-it-works-section .process-step .step-content p {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: #263238;
  line-height: 1.6;
  max-width: 15.625rem;
  margin: 0 auto;
}

.testimonials-section .section-header {
  margin-bottom: 3rem;
}

.testimonials-section .section-header h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
}

.testimonials-section .swiper-slide {
  height: auto;
}

.testimonials-section .testimonial-card {
  border: none;
  height: 100%;
  min-height: 23.75rem;
  background-color: #f8f9fa;
  padding: 2rem;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonials-section .testimonial-card .testimonial-text {
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #263238;
  margin-bottom: auto;
  padding-bottom: 2rem;
}

.testimonials-section .testimonial-card .rating-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.testimonials-section .testimonial-card .rating-row .stars {
  color: #FFC107;
  display: flex;
  gap: 0.125rem;
}

.testimonials-section .testimonial-card .rating-row .stars i {
  font-size: 1rem;
}

.testimonials-section .testimonial-card .rating-row .quote-icon {
  font-size: 2.5rem;
  color: #9CA3AF;
  opacity: 0.4;
}

.testimonials-section .testimonial-card .divider {
  border-top: 1px solid #E5E7EB;
  margin: 0 0 1rem 0;
  opacity: 0.5;
}

.testimonials-section .testimonial-card .author-details {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.testimonials-section .testimonial-card .author-details img {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonials-section .testimonial-card .author-details .meta h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 0.1rem;
  color: #191919;
  font-size: 1rem;
}

.testimonials-section .testimonial-card .author-details .meta p {
  font-family: "Inter", sans-serif;
  font-size: 0.8125rem;
  color: #263238;
  margin-bottom: 0;
}

.blogs-section {
  background: linear-gradient(139.333deg, #1976D2 0%, #0D47A1 100%);
}

.blogs-section .header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.875rem;
  gap: 2rem;
}

.blogs-section .header-row .section-header {
  flex: 1;
}

.blogs-section .header-row .btn-white {
  color: #191919;
}

.blogs-section .header-row .btn-white img {
  filter: brightness(0) saturate(100%) invert(10%) sepia(3%) saturate(29%) hue-rotate(353deg) brightness(87%) contrast(97%);
}

.blogs-section .blogs-slider {
  padding-bottom: 2.8125rem;
}

.blogs-section .blogs-slider .blog-card-link {
  text-decoration: none;
  display: block;
  height: 100%;
}

.blogs-section .blogs-slider .blog-card {
  background-color: #fff;
  border-radius: 0.9375rem;
  padding: 0.625rem;
  height: 100%;
  min-height: 26.25rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
}

.blogs-section .blogs-slider .blog-card .img-wrapper {
  position: relative;
  height: 13.75rem;
  border-radius: 0.75rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
  flex-shrink: 0;
}

.blogs-section .blogs-slider .blog-card .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blogs-section .blogs-slider .blog-card .img-wrapper .date-badge {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  background-color: #fff;
  color: #191919;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 0.4rem 0.8rem;
  border-radius: 0.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.blogs-section .blogs-slider .blog-card .img-wrapper:hover img {
  transform: scale(1.05);
}

.blogs-section .blogs-slider .blog-card .card-content {
  padding: 0 0.25rem;
}

.blogs-section .blogs-slider .blog-card .card-content .card-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: #191919;
  margin-bottom: 0.625rem;
  line-height: 1.4;
}

.blogs-section .blogs-slider .blog-card .card-content .card-text {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: #263238;
  line-height: 1.6;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blogs-section .blogs-slider .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.blogs-section .blogs-slider .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.4;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.25rem;
  transition: all 0.3s;
}

.blogs-section .blogs-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 2rem;
  border-radius: 0.25rem;
  background: #fff;
}

.blogs-section .blogs-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

@media (max-width: 767px) {
  .blogs-section .blogs-slider .header-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .blogs-section .blogs-slider .header-row .btn-more-blogs {
    margin-top: 1rem;
    margin-bottom: 0;
  }
}

.faq-section .row {
  justify-content: center;
}

.faq-section .accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-section .accordion .accordion-item {
  background-color: #fff;
  border: 0.0625rem solid #E2E2E2;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
}

.faq-section .accordion .accordion-item .accordion-button {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #191919;
  padding: 1rem 1.5rem;
  background-color: #fff;
  box-shadow: none !important;
  width: 95%;
}

.faq-section .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #1976D2;
}

.faq-section .accordion .accordion-item .accordion-button::after {
  display: none;
}

.faq-section .accordion .accordion-item .accordion-button::before {
  content: "\f067";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: -3%;
  height: 1.875rem;
  width: 1.875rem;
  background-color: #1976D2;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  transition: transform 0.3s ease;
}

.faq-section .accordion .accordion-item .accordion-button:not(.collapsed)::before {
  transform: rotate(45deg);
}

.faq-section .accordion .accordion-item .accordion-body {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: #263238;
  padding: 0 1.5rem 1.5rem 1.5rem;
  line-height: 1.6;
}

.footer-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(139.333deg, #1976D2 0%, #0D47A1 100%);
}

.footer-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/footer-bg.webp") center center/cover no-repeat;
  z-index: 0;
  opacity: 0.05;
}

.footer-section .footer-cta {
  position: relative;
  z-index: 2;
  padding: 3rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-section .footer-cta .cta-content {
  text-align: center;
}

.footer-section .footer-cta .btn-white {
  color: #191919;
  margin: 0 auto;
}

.footer-section .footer-cta .btn-white img {
  filter: brightness(0) saturate(100%) invert(10%) sepia(3%) saturate(29%) hue-rotate(353deg) brightness(87%) contrast(97%);
}

.footer-section .footer-main {
  position: relative;
  z-index: 2;
  padding: 3rem 0;
}

.footer-section .footer-main .row {
  row-gap: 1.5rem;
}

.footer-section .footer-main .footer-brand {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 0.5rem;
  display: inline-block;
  width: auto;
  margin-bottom: 1.5rem;
}

.footer-section .footer-main .footer-brand img {
  width: 150px;
}

.footer-section .footer-main .brand-desc {
  font-size: 0.9375rem;
  line-height: 1.6;
  max-width: 18.75rem;
  margin-bottom: 0;
  color: #FAFAFA;
}

.footer-section .footer-main .footer-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  color: #fff;
}

.footer-section .footer-main .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section .footer-main .footer-links li {
  margin-bottom: 0.5rem;
}

.footer-section .footer-main .footer-links li:last-child {
  margin-bottom: 0;
}

.footer-section .footer-main .footer-links a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Inter", sans-serif;
  transition: all 0.3s ease;
}

.footer-section .footer-main .footer-links a i {
  font-size: 0.75rem;
}

.footer-section .footer-main .footer-links a:hover {
  padding-left: 5px;
}

.footer-section .footer-main .social-icons {
  display: flex;
  gap: 1rem;
}

.footer-section .footer-main .social-icons a {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  width: 2.1875rem;
  height: 2.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-section .footer-main .social-icons a i {
  font-size: 0.875rem;
}

.footer-section .footer-main .social-icons a:hover {
  background-color: #fff;
  color: #1976D2;
  transform: translateY(-3px);
}

.footer-section .footer-bottom {
  position: relative;
  z-index: 2;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-section .footer-bottom .footer-bottom-content {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  font-family: "Inter", sans-serif;
}

.footer-section .footer-bottom .footer-bottom-content p {
  margin-bottom: 0.5rem;
}

.skin-care-hero-section {
  background: linear-gradient(153.341deg, #7083FF 0%, #564AFF 100%);
  padding: 4.375rem 0 4.375rem 0;
  position: relative;
  overflow: hidden;
}

.skin-care-hero-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12rem;
  background: url("../images/hero-wave-shape.webp") no-repeat center center;
  z-index: 3;
}

.skin-care-hero-section .hero-content {
  color: #fff;
  margin-bottom: 4rem;
  position: relative;
  z-index: 2;
}

.skin-care-hero-section .hero-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 0.9375rem;
}

.skin-care-hero-section .hero-desc {
  font-size: 1.125rem;
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  opacity: 1;
  color: #fff;
  font-weight: 400;
}

.skin-care-hero-section .hero-btns {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.skin-care-hero-section .hero-btns .btn-white {
  color: #191919;
}

.skin-care-hero-section .hero-img-wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
}

.skin-care-hero-section .hero-img-wrapper img {
  max-width: 100%;
  height: auto;
}

.specialities-grow-section .specialities-grow-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}

.specialities-grow-section .specialities-grow-grid .grow-card {
  padding: 0.9375rem;
}

.specialities-grow-section .specialities-grow-grid .grow-card:hover {
  background: linear-gradient(180deg, #7083FF 0%, #564AFF 100%);
}

.consultation-section {
  background-color: #F4F5FF;
}

.consultation-section .consultation-content .section-header .section-title {
  font-size: 1.625rem;
}

.consultation-section .consultation-content .section-header .section-subtitle {
  font-weight: 500;
}

.consultation-section .consultation-content .consultation-list {
  list-style: none;
  padding: 0;
  margin-top: 1.5rem;
}

.consultation-section .consultation-content .consultation-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-family: "Inter", sans-serif;
  color: #263238;
  font-size: 1rem;
  font-weight: 500;
}

.consultation-section .consultation-content .consultation-list li i {
  color: #5D5FEF;
  font-size: 1.25rem;
}

.consultation-section .consultation-img-wrapper {
  text-align: center;
}

.consultation-section .consultation-img-wrapper img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.Specialities-skin-care-dermatology-cta {
  background: linear-gradient(153.341deg, #7083FF 0%, #564AFF 100%);
}

.Specialities-skin-care-dermatology-cta .btn-white {
  color: #564AFF;
}

.Specialities-skin-care-dermatology-cta .btn-white img {
  filter: brightness(0) saturate(100%) invert(59%) sepia(86%) saturate(7224%) hue-rotate(236deg) brightness(97%) contrast(109%);
}

.common-page-header {
  background: url(../images/common-bg.webp) no-repeat center center;
  background-size: cover;
  padding: 3.125rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.common-page-header .header-content {
  max-width: 800px;
  margin: 0 auto;
}

.common-page-header .header-content .page-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  color: #191919;
  margin-bottom: 0.625rem;
}

.common-page-header .header-content .page-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  color: #263238;
  line-height: 1.6;
}

.pricing-plans-section {
  background-color: #fff;
}

.pricing-plans-section .slider-box {
  background: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 1.25rem;
  padding: 2rem;
  box-shadow: 0 0.25rem 0.9375rem rgba(0, 0, 0, 0.02);
}

.pricing-plans-section .slider-box .slider-label {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #263238;
  margin-bottom: 3.75rem;
  display: block;
}

.pricing-plans-section .slider-box .range-slider-wrapper {
  position: relative;
}

.pricing-plans-section .slider-box .range-slider-wrapper .form-range {
  height: 0.5rem;
  background: #E0E0E0;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
}

.pricing-plans-section .slider-box .range-slider-wrapper .form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  background: linear-gradient(139.333deg, #1976D2 0%, #0D47A1 100%);
  border-radius: 50%;
  cursor: pointer;
  margin-top: -8px;
  border: 3px solid #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.pricing-plans-section .slider-box .range-slider-wrapper .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  cursor: pointer;
  border-radius: 4px;
  background: transparent;
}

.pricing-plans-section .slider-box .range-slider-wrapper .form-range::-moz-range-thumb {
  width: 1.5rem;
  height: 1.5rem;
  background: linear-gradient(139.333deg, #1976D2 0%, #0D47A1 100%);
  border: 3px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.pricing-plans-section .slider-box .range-slider-wrapper .form-range::-moz-range-progress {
  background-color: linear-gradient(139.333deg, #1976D2 0%, #0D47A1 100%);
  height: 8px;
  border-radius: 4px;
}

.pricing-plans-section .slider-box .range-slider-wrapper .form-range::-moz-range-track {
  background-color: #E0E0E0;
  height: 8px;
  border-radius: 4px;
}

.pricing-plans-section .slider-box .range-slider-wrapper .range-value-tooltip {
  position: absolute;
  top: -2.8125rem;
  transform: translateX(-50%);
  background: #1976D2;
  color: #fff;
  padding: 0.375rem 0.875rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  white-space: nowrap;
  pointer-events: none;
}

.pricing-plans-section .slider-box .range-slider-wrapper .range-value-tooltip::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0.375rem 0.375rem 0;
  border-style: solid;
  border-color: #1976D2 transparent transparent transparent;
}

.pricing-plans-section .pricing-card {
  background: #F4F6FF;
  border-radius: 1.25rem;
  padding: 2.5rem 1.5rem;
  transition: transform 0.3s ease;
  height: 100%;
  position: relative;
}

.pricing-plans-section .pricing-card:hover {
  transform: translateY(-0.3125rem);
}

.pricing-plans-section .pricing-card h3.package-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.625rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #191919;
}

.pricing-plans-section .pricing-card .price-block {
  margin-bottom: 2rem;
  color: #191919;
}

.pricing-plans-section .pricing-card .price-block .currency {
  font-size: 2.25rem;
  font-weight: 700;
  vertical-align: top;
}

.pricing-plans-section .pricing-card .price-block .amount {
  font-size: 2.25rem;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.pricing-plans-section .pricing-card .price-block .duration {
  font-size: 0.875rem;
  color: #263238;
}

.pricing-plans-section .pricing-card .btn-outline-black,
.pricing-plans-section .pricing-card .btn-white {
  display: inline-block;
  text-align: center;
  padding: 0.75rem 1rem;
  border-radius: 3.125rem;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
}

.pricing-plans-section .pricing-card .btn-outline-black {
  border: 0.0625rem solid #191919;
  color: #191919;
}

.pricing-plans-section .pricing-card .btn-outline-black:hover {
  background: #191919;
  color: #fff;
}

.pricing-plans-section .pricing-card .features-group {
  margin-bottom: 1.5rem;
}

.pricing-plans-section .pricing-card .features-group .group-title {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
  font-family: "Inter", sans-serif;
}

.pricing-plans-section .pricing-card .features-group .features-list {
  list-style: none;
  padding: 0;
}

.pricing-plans-section .pricing-card .features-group .features-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  align-items: center;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
}

.pricing-plans-section .pricing-card .features-group .features-list li i {
  margin-top: 0.1875rem;
  font-size: 1rem;
}

.pricing-plans-section .pricing-card.featured-card {
  background: linear-gradient(176.874deg, #2388ED 0%, #0D47A1 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  border: none;
}

.pricing-plans-section .pricing-card.featured-card h3.package-name {
  color: #fff;
}

.pricing-plans-section .pricing-card.featured-card .btn-white {
  background: #fff;
  color: #1559C3;
}

.pricing-plans-section .pricing-card.featured-card .btn-white:hover {
  background: #f0f0f0;
}

.pricing-plans-section .pricing-card.featured-card .most-popular-badge {
  position: absolute;
  top: 1.5625rem;
  right: -2.8125rem;
  background: #FFD600;
  color: #191919;
  font-weight: 700;
  padding: 0.5rem 3.125rem;
  transform: rotate(45deg);
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
  font-size: 0.8rem;
  text-transform: uppercase;
}

.onboarding-section {
  background: #F3FAFF;
}

.onboarding-section .onboarding-wrapper {
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.05);
  background: #fff;
  position: relative;
  background-image: url("../images/Onboarding-bg.webp");
  background-size: cover;
  background-position: center right;
}

.onboarding-section .onboarding-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 0;
}

.onboarding-section .onboarding-wrapper .onboarding-image-wrapper {
  height: 100%;
  min-height: 25rem;
  position: relative;
}

.onboarding-section .onboarding-wrapper .onboarding-price-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  max-width: 21rem;
  padding: 1rem;
  z-index: 1;
}

.onboarding-section .onboarding-wrapper .onboarding-price-card .price-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  color: #000;
  margin-bottom: 0.5rem;
  letter-spacing: -0.0313rem;
}

.onboarding-section .onboarding-wrapper .onboarding-price-card .btn-fill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  width: 100%;
}

.onboarding-section .onboarding-wrapper .onboarding-price-card .btn-fill .free {
  color: #fff;
  font-weight: 800;
  font-size: 1.5rem;
}

.onboarding-section .onboarding-wrapper .onboarding-price-card .btn-fill .old-price {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: line-through;
  font-size: 1.25rem;
  font-weight: 600;
}

.onboarding-section .onboarding-wrapper .onboarding-price-card .offer-text {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #191919;
  font-weight: 500;
}

.onboarding-section .onboarding-wrapper .col-lg-8 {
  position: relative;
  background: linear-gradient(139.333deg, #1976D2 0%, #0D47A1 100%);
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}

.onboarding-section .onboarding-wrapper .col-lg-8::after {
  display: none;
}

.onboarding-section .onboarding-wrapper .onboarding-content {
  padding: 1.875rem;
  color: #fff;
  height: 100%;
  padding-right: 8rem;
}

.onboarding-section .onboarding-wrapper .onboarding-content .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  margin-bottom: 0.625rem;
}

.onboarding-section .onboarding-wrapper .onboarding-content .description {
  font-size: 1rem;
  margin-bottom: 0.9375rem;
  color: #fff;
}

.onboarding-section .onboarding-wrapper .onboarding-content .sub-title {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
  margin-top: 1.5rem;
}

.onboarding-section .onboarding-wrapper .onboarding-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.onboarding-section .onboarding-wrapper .onboarding-content ul li {
  margin-bottom: 0.625rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 1rem;
}

.onboarding-section .onboarding-wrapper .onboarding-content ul li i {
  margin-top: 0.25rem;
  font-size: 1rem;
}

.onboarding-section .onboarding-wrapper .onboarding-content ul li.check-list i {
  color: #fff;
}

.onboarding-section .onboarding-wrapper .onboarding-content ul li.cross-list i {
  opacity: 1;
}

.enterprise-section .enterprise-wrapper {
  background: #f5f5f5;
  border-radius: 1.25rem;
  padding: 1.875rem;
  overflow: hidden;
}

.enterprise-section .enterprise-wrapper .title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.625rem;
  color: #191919;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.enterprise-section .enterprise-wrapper .subtitle {
  color: #191919;
  font-size: 1rem;
  margin-bottom: 1.25rem;
  font-weight: 500;
}

.enterprise-section .enterprise-wrapper .included-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: #191919;
  margin-bottom: 0.625rem;
}

.enterprise-section .enterprise-wrapper .enterprise-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.enterprise-section .enterprise-wrapper .enterprise-list li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 1rem;
  color: #191919;
  font-weight: 500;
}

.enterprise-section .enterprise-wrapper .enterprise-list li i {
  margin-top: 0.25rem;
  color: #191919;
}

.enterprise-section .enterprise-wrapper .enterprise-image {
  margin-right: -3rem;
  margin-bottom: -4rem;
  margin-top: 1rem;
  text-align: right;
}

.enterprise-section .enterprise-wrapper .enterprise-image img {
  max-width: 135%;
  width: auto;
  height: auto;
  filter: drop-shadow(-0.625rem 0.625rem 1.875rem rgba(0, 0, 0, 0.1));
  position: relative;
  right: 6rem;
}

.contact-section .contact-text-content {
  margin-top: 6.25rem;
}

.contact-section .contact-text-content .info-card {
  flex: 1;
  width: 250px;
  max-width: 250px;
  border: 1px solid #BDBDBD;
  border-radius: 1rem;
  padding: 1.25rem;
  text-align: center;
  background: #F8F8F8;
  transition: transform 0.3s ease;
}

.contact-section .contact-text-content .info-card:hover {
  transform: translateY(-0.3125rem);
  border-color: #0056D2;
}

.contact-section .contact-text-content .info-card .icon-wrapper {
  margin-bottom: 1.25rem;
}

.contact-section .contact-text-content .info-card .icon-wrapper img {
  height: 2.8125rem;
  width: 2.8125rem;
}

.contact-section .contact-text-content .info-card .info-details a {
  display: block;
  margin-bottom: 0.25rem;
  color: #555;
  font-weight: 500;
  text-decoration: none;
}

.contact-section .contact-text-content .info-card .info-details a:hover {
  color: #1976D2;
}

.contact-section .contact-form-card {
  background: #fff;
  border-radius: 1.25rem;
  padding: 1.5625rem;
  border: 0.0625rem solid #EAEAEA;
  box-shadow: 0 0.625rem 2.5rem rgba(0, 0, 0, 0.08);
}

.contact-section .contact-form-card .form-label {
  font-weight: 600;
  font-size: 0.95rem;
  color: #191919;
  margin-bottom: 0.5rem;
}

.contact-section .contact-form-card .form-control,
.contact-section .contact-form-card .form-select {
  border-radius: 3.125rem;
  padding: 0.8rem 1.5rem;
  border: 1px solid #E0E0E0;
  font-size: 0.95rem;
  color: #555;
  height: 3.125rem;
}

.contact-section .contact-form-card .form-control:focus,
.contact-section .contact-form-card .form-select:focus {
  box-shadow: none;
  border-color: #1976D2;
}

.contact-section .contact-form-card .form-control::-moz-placeholder,
.contact-section .contact-form-card .form-select::-moz-placeholder {
  color: #B0B0B0;
}

.contact-section .contact-form-card .form-control::placeholder,
.contact-section .contact-form-card .form-select::placeholder {
  color: #B0B0B0;
}

.contact-section .contact-form-card textarea.form-control {
  border-radius: 1.25rem;
  height: auto;
  padding: 1rem 1.5rem;
}

.contact-section .contact-form-card .input-group .form-control {
  border-right: none;
}

.contact-section .contact-form-card .input-group .form-control:focus {
  border-color: #E0E0E0;
}

.contact-section .contact-form-card .input-group .input-group-text {
  background: #fff;
  border: 1px solid #E0E0E0;
  border-left: none;
  border-radius: 0 3.125rem 3.125rem 0;
  color: #555;
  font-size: 1.1rem;
  padding-right: 1.5rem;
}

.contact-section .contact-form-card .mobile-input-group {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  border: 1px solid #E0E0E0;
  border-radius: 3.125rem;
  padding: 0;
  overflow: hidden;
  transition: border-color 0.15s ease-in-out;
  height: 3.125rem;
}

.contact-section .contact-form-card .mobile-input-group:focus-within {
  border-color: #1976D2;
}

.contact-section .contact-form-card .mobile-input-group .country-select {
  flex: 0.11;
  border: none;
  border-right: 2px solid #E0E0E0;
  background-color: transparent;
  border-radius: 0;
  padding-left: 0.75rem;
  padding-right: 0;
  height: 100%;
  color: #777;
  font-size: 0.95rem;
  cursor: pointer;
}

.contact-section .contact-form-card .mobile-input-group .country-select:focus {
  box-shadow: none;
}

.contact-section .contact-form-card .mobile-input-group .form-control {
  flex: 1;
  border: none;
  border-radius: 0;
  padding-left: 1rem;
  height: 100%;
  width: auto;
}

.contact-section .contact-form-card .mobile-input-group .form-control:focus {
  box-shadow: none;
}

.demo-hero-section {
  background: linear-gradient(180deg, #1976D2 0%, #0D47A1 100%);
  padding: 3.125rem 0 20rem 0;
  position: relative;
  text-align: center;
  color: #fff;
  border-bottom-left-radius: 50% 31.25rem;
  border-bottom-right-radius: 50% 31.25rem;
}

.demo-hero-section .hero-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 0.9375rem;
}

.demo-hero-section .hero-desc-wrapper {
  max-width: 93%;
  margin: 0 auto;
}

.demo-hero-section .hero-desc-wrapper p {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.9;
  margin-bottom: 0.625rem;
  color: #fff;
  font-weight: 400;
}

.demo-form-section {
  position: relative;
  margin-top: -18rem;
  padding-bottom: 5rem;
  z-index: 10;
}

.demo-form-section .medicurian-form {
  max-width: 93%;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .demo-form-section .medicurian-form {
    max-width: 56.25rem;
  }
}

.medicurian-form {
  background: #fff;
  border-radius: 2rem;
  padding: 2.1875rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
}

.medicurian-form .card-header {
  margin-bottom: 3rem;
}

.medicurian-form .card-header h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  color: #191919;
  margin-bottom: 0.75rem;
}

.medicurian-form .card-header p {
  font-family: "Inter", sans-serif;
  color: #263238;
  font-size: 1rem;
}

.medicurian-form .form-label {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  color: #191919;
  margin-bottom: 0.5rem;
}

.medicurian-form .form-control,
.medicurian-form .form-select {
  border-radius: 3.125rem;
  padding: 0.8rem 1.5rem;
  border: 1px solid #E0E0E0;
  height: 3.125rem;
  font-size: 0.95rem;
}

.medicurian-form .form-control:focus,
.medicurian-form .form-select:focus {
  border-color: #1976D2;
  box-shadow: none;
}

.medicurian-form .form-control::-moz-placeholder,
.medicurian-form .form-select::-moz-placeholder {
  color: #BDBDBD;
}

.medicurian-form .form-control::placeholder,
.medicurian-form .form-select::placeholder {
  color: #BDBDBD;
}

.medicurian-form textarea.form-control {
  border-radius: 1.5rem;
  height: auto;
  padding: 1rem 1.5rem;
}

.medicurian-form .input-with-icon {
  position: relative;
}

.medicurian-form .input-with-icon .icon {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  color: #757575;
  pointer-events: none;
}

.medicurian-form .input-with-icon input::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.medicurian-form .mobile-input-group {
  display: flex;
  align-items: center;
  border: 1px solid #E0E0E0;
  border-radius: 3.125rem;
  overflow: hidden;
  height: 3.125rem;
}

.medicurian-form .mobile-input-group .country-select {
  flex: 0.11;
  border: none;
  border-right: 2px solid #E0E0E0;
  background-color: transparent;
  border-radius: 0;
  padding-left: 0.75rem;
  padding-right: 0;
  height: 100%;
  color: #777;
  font-size: 0.95rem;
  cursor: pointer;
}

.medicurian-form .mobile-input-group .country-select:focus {
  box-shadow: none;
}

.medicurian-form .mobile-input-group .form-control {
  border: none;
  border-radius: 0;
  height: 100%;
  padding-left: 1rem;
}

.medicurian-form .mobile-input-group .form-control:focus {
  box-shadow: none;
}

.medicurian-form .mobile-input-group:focus-within {
  border-color: #1976D2;
}

.demo-showcase-section {
  background-color: #fff;
}

.demo-showcase-section .showcase-content .showcase-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 1.5rem;
  color: #191919;
  line-height: 1.3;
}

.demo-showcase-section .showcase-content .showcase-desc {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #263238;
  margin-bottom: 2rem;
}

.demo-showcase-section .showcase-content .showcase-desc strong {
  color: #191919;
  font-weight: 600;
}

.demo-showcase-section .showcase-content .btn-fill {
  padding: 1rem 2rem;
  border-radius: 3.125rem;
  font-size: 1rem;
  font-weight: 600;
}

.demo-showcase-section .showcase-image-wrapper {
  text-align: right;
}

.demo-showcase-section .showcase-image-wrapper img {
  max-width: 100%;
  height: auto;
}

.want-to-know-more-section {
  background-color: #F8F9FF;
}

.want-to-know-more-section .medicurian-form {
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
  border-radius: 1.5rem;
}

.want-to-know-more-section .support-image-wrapper {
  border-radius: 1.5rem;
  overflow: hidden;
  text-align: center;
}

.want-to-know-more-section .support-image-wrapper img {
  max-height: 38.6875rem;
  width: 90%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1rem;
}

.blog-listing-section .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.blog-listing-section .blog-card {
  height: 100%;
}

.blog-listing-section .blog-card .image-wrapper {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  margin-bottom: 0.9375rem;
}

.blog-listing-section .blog-card .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 250px;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.blog-listing-section .blog-card .image-wrapper .date-badge {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background-color: #fff;
  color: #191919;
  font-family: "Inter", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.35rem 0.75rem;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.blog-listing-section .blog-card .card-content .blog-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #191919;
  margin-bottom: 0;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-listing-section .blog-card .card-content .blog-desc {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: #263238;
  line-height: 1.6;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-listing-section .blog-card .card-content .read-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  color: #1976D2;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: gap 0.3s ease;
}

.blog-listing-section .blog-card .card-content .read-more-btn i {
  transition: transform 0.3s ease;
}

.blog-listing-section .blog-card .card-content .read-more-btn:hover {
  gap: 0.75rem;
}

.blog-listing-section .custom-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin-top: 2.5rem;
}

.blog-listing-section .custom-pagination li .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 8px;
  background-color: transparent;
  border: none;
  color: #191919;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog-listing-section .custom-pagination li .page-link:hover,
.blog-listing-section .custom-pagination li .page-link.active {
  background-color: #1976D2;
  color: #fff;
}

.blog-listing-section .custom-pagination li .page-link.prev,
.blog-listing-section .custom-pagination li .page-link.next {
  color: #263238;
}

.blog-listing-section .custom-pagination li .page-link.prev:hover,
.blog-listing-section .custom-pagination li .page-link.next:hover {
  color: #1976D2;
  background: transparent;
}

.blog-listing-section .custom-pagination li .page-dots {
  color: #263238;
  font-weight: 600;
  padding: 0 0.5rem;
}

.blog-details-section .blog-main-content .featured-image-wrapper {
  margin-bottom: 2rem;
  border-radius: 1rem;
  overflow: hidden;
}

.blog-details-section .blog-main-content .featured-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 31.25rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-details-section .blog-main-content .blog-meta-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  gap: 1rem;
  border-bottom: 1px solid #F3F4F6;
  padding-bottom: 0.625rem;
}

.blog-details-section .blog-main-content .blog-meta-header .author-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.blog-details-section .blog-main-content .blog-meta-header .author-info img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-details-section .blog-main-content .blog-meta-header .author-info .details {
  display: flex;
  flex-direction: column;
}

.blog-details-section .blog-main-content .blog-meta-header .author-info .details .author-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #191919;
  font-size: 1rem;
}

.blog-details-section .blog-main-content .blog-meta-header .author-info .details .post-date {
  font-family: "Inter", sans-serif;
  color: #263238;
  font-size: 0.875rem;
}

.blog-details-section .blog-main-content .blog-meta-header .blog-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.blog-details-section .blog-main-content .blog-meta-header .blog-actions .views {
  font-family: "Inter", sans-serif;
  color: #263238;
  font-size: 0.9rem;
}

.blog-details-section .blog-main-content .blog-meta-header .blog-actions .views i {
  margin-right: 0.25rem;
}

.blog-details-section .blog-main-content .blog-meta-header .blog-actions .share-btn {
  border: 1px solid #E5E7EB;
  background: transparent;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #263238;
  transition: all 0.3s ease;
}

.blog-details-section .blog-main-content .blog-meta-header .blog-actions .share-btn:hover {
  background: #1976D2;
  color: #fff;
  border-color: #1976D2;
}

.blog-details-section .blog-main-content .blog-meta-header .blog-actions .share-btn:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.blog-details-section .blog-main-content .blog-meta-header .blog-actions .share-btn img {
  transition: all 0.3s ease;
  width: 1.25rem;
  height: 1.25rem;
}

.blog-details-section .blog-main-content .blog-main-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #191919;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

.blog-details-section .blog-main-content .blog-text {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: #263238;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.blog-details-section .blog-main-content .content-image-wrapper {
  margin: 2rem 0;
  border-radius: 1rem;
  overflow: hidden;
}

.blog-details-section .blog-main-content .content-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  height: 31.25rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-details-section .blog-main-content .blog-sub-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #191919;
  margin: 2rem 0 1rem;
}

.blog-details-section .blog-main-content .list-heading {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #191919;
  margin-bottom: 1rem;
}

.blog-details-section .blog-main-content .check-list {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}

.blog-details-section .blog-main-content .check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-family: "Inter", sans-serif;
  color: #263238;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.blog-details-section .blog-main-content .check-list li i {
  color: #fff;
  background-color: #1976D2;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.65rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.blog-details-section .blog-main-content .blog-footer-meta {
  border-top: 1px solid #E5E7EB;
  border-bottom: 1px solid #E5E7EB;
  padding: 1rem 0;
  margin: 3rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.blog-details-section .blog-main-content .blog-footer-meta .author-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-bottom: 1px solid #E5E7EB;
  padding-bottom: 1rem;
}

.blog-details-section .blog-main-content .blog-footer-meta .author-info img {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-details-section .blog-main-content .blog-footer-meta .author-info .details {
  display: flex;
  flex-direction: column;
}

.blog-details-section .blog-main-content .blog-footer-meta .author-info .details .author-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #191919;
  font-size: 1rem;
}

.blog-details-section .blog-main-content .blog-footer-meta .author-info .details .post-date {
  font-family: "Inter", sans-serif;
  color: #263238;
  font-size: 0.875rem;
}

.blog-details-section .blog-main-content .blog-footer-meta .share-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #191919;
  border-bottom: 1px solid #E5E7EB;
  padding-bottom: 1rem;
}

.blog-details-section .blog-main-content .blog-footer-meta .share-label a {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #E5E7EB;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #263238;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 0.9rem;
}

.blog-details-section .blog-main-content .blog-footer-meta .share-label a:hover {
  background: #1976D2;
  color: #fff;
  border-color: #1976D2;
}

.blog-details-section .blog-main-content .blog-footer-meta .tags-list {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.blog-details-section .blog-main-content .blog-footer-meta .tags-list span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #191919;
  margin-right: 0.5rem;
}

.blog-details-section .blog-main-content .blog-footer-meta .tags-list .tag-link {
  background-color: #F3F4F6;
  color: #263238;
  padding: 0.25rem 0.75rem;
  border-radius: 2.75rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
  transition: 0.3s;
}

.blog-details-section .blog-main-content .blog-footer-meta .tags-list .tag-link:hover {
  background-color: #1976D2;
  color: #fff;
}

.blog-details-section .blog-main-content .blog-footer-meta .blog-navigation {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 10px;
  border-top: 1px solid #E5E7EB;
}

.blog-details-section .blog-main-content .blog-footer-meta .blog-navigation .nav-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  width: 50%;
}

.blog-details-section .blog-main-content .blog-footer-meta .blog-navigation .nav-btn .icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #F3F4F6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #263238;
  transition: all 0.3s;
  flex-shrink: 0;
}

.blog-details-section .blog-main-content .blog-footer-meta .blog-navigation .nav-btn .text {
  display: flex;
  flex-direction: column;
}

.blog-details-section .blog-main-content .blog-footer-meta .blog-navigation .nav-btn .text .label {
  font-family: "Inter", sans-serif;
  font-size: 0.8rem;
  color: #263238;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.blog-details-section .blog-main-content .blog-footer-meta .blog-navigation .nav-btn:hover .icon {
  background-color: #1976D2;
  color: #fff;
}

.blog-details-section .blog-main-content .blog-footer-meta .blog-navigation .nav-btn:hover .title {
  color: #1976D2;
}

.blog-details-section .blog-main-content .blog-footer-meta .blog-navigation .nav-btn.next-post {
  text-align: right;
  justify-content: flex-end;
}

.blog-details-section .blog-main-content .blog-footer-meta .blog-navigation .nav-btn.next-post .text {
  align-items: flex-end;
}

.blog-details-section .blog-main-content .comments-area {
  margin-bottom: 3rem;
}

.blog-details-section .blog-main-content .comments-area .comments-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.blog-details-section .blog-main-content .comments-area .comment-item {
  padding: 0.9375rem;
  background: #F3F4F6;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 1rem;
}

.blog-details-section .blog-main-content .comments-area .comment-item .comment-author-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-details-section .blog-main-content .comments-area .comment-item .comment-author-img img {
  width: 3.5rem;
  height: 3.5rem;
  flex-shrink: 0;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-details-section .blog-main-content .comments-area .comment-item .comment-author-img .comment-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.blog-details-section .blog-main-content .comments-area .comment-item .comment-author-img .comment-header .author-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #191919;
  margin: 0;
}

.blog-details-section .blog-main-content .comments-area .comment-item .comment-author-img .comment-header .comment-date {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: #263238;
}

.blog-details-section .blog-main-content .comments-area .comment-item .comment-author-img .reply-link {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: #263238;
  text-decoration: none;
}

.blog-details-section .blog-main-content .comments-area .comment-item .comment-author-img .reply-link i {
  margin-right: 0.25rem;
  transform: scaleX(-1);
}

.blog-details-section .blog-main-content .comments-area .comment-item .comment-author-img .reply-link:hover {
  color: #1976D2;
}

.blog-details-section .blog-main-content .comments-area .comment-item .comment-content {
  flex-grow: 1;
}

.blog-details-section .blog-main-content .comments-area .comment-item .comment-content .comment-text {
  font-family: "Inter", sans-serif;
  color: #263238;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

.blog-details-section .blog-main-content .leave-reply-section .reply-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #191919;
}

.blog-details-section .blog-main-content .leave-reply-section .reply-form-box {
  background-color: #f2f3f5;
  padding: 1.25rem;
  border-radius: 1rem;
}

.blog-details-section .blog-main-content .leave-reply-section .reply-form-box .form-group-row .form-label {
  font-weight: 600;
  font-size: 0.9rem;
  color: #191919;
  margin-bottom: 0.25rem;
}

.blog-details-section .blog-main-content .leave-reply-section .reply-form-box .form-group-row input {
  width: 100%;
  border: none;
  background: #fff;
  border-radius: 2rem;
  padding: 0.875rem 1.5rem;
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  color: #263238;
}

.blog-details-section .blog-main-content .leave-reply-section .reply-form-box .form-group-row input:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(25, 118, 210, 0.2);
}

.blog-details-section .blog-main-content .leave-reply-section .reply-form-box .form-group-row input::-moz-placeholder {
  color: #9CA3AF;
}

.blog-details-section .blog-main-content .leave-reply-section .reply-form-box .form-group-row input::placeholder {
  color: #9CA3AF;
}

.blog-details-section .blog-main-content .leave-reply-section .reply-form-box .form-group-row textarea {
  width: 100%;
  border: none;
  background: #fff;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  color: #263238;
  resize: none;
}

.blog-details-section .blog-main-content .leave-reply-section .reply-form-box .form-group-row textarea:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(25, 118, 210, 0.2);
}

.blog-details-section .blog-main-content .leave-reply-section .reply-form-box .form-group-row textarea::-moz-placeholder {
  color: #9CA3AF;
}

.blog-details-section .blog-main-content .leave-reply-section .reply-form-box .form-group-row textarea::placeholder {
  color: #9CA3AF;
}

.blog-details-section .blog-main-content .leave-reply-section .reply-form-box .form-group-row .btn-fill {
  border-radius: 2rem;
  padding: 0.875rem;
  font-size: 1rem;
}

.blog-details-section .blog-main-content .blog-content-body img {
  width: 100%;
  height: auto;
  display: block;
  height: 31.25rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1rem;
}

.blog-details-section .blog-main-content .blog-content-body ul,
.blog-details-section .blog-main-content .blog-content-body ol {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}

.blog-details-section .blog-main-content .blog-content-body ul li,
.blog-details-section .blog-main-content .blog-content-body ol li {
  position: relative;
  padding-left: 2rem;
  font-family: "Inter", sans-serif;
  color: #263238;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.blog-details-section .blog-main-content .blog-content-body ul li::before,
.blog-details-section .blog-main-content .blog-content-body ol li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #1976D2;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
}

.blog-details-section .blog-sidebar {
  padding-left: 1rem;
}

.blog-details-section .blog-sidebar .sidebar-widget {
  margin-bottom: 2.5rem;
}

.blog-details-section .blog-sidebar .sidebar-widget .widget-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  color: #191919;
  margin-bottom: 1.25rem;
  position: relative;
  padding-bottom: 0.5rem;
}

.blog-details-section .blog-sidebar .sidebar-widget .widget-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #1976D2;
}

.blog-details-section .blog-sidebar .search-widget .search-form {
  position: relative;
}

.blog-details-section .blog-sidebar .search-widget .search-form input {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 1px solid #E5E7EB;
  border-radius: 2rem;
  outline: none;
  font-family: "Inter", sans-serif;
}

.blog-details-section .blog-sidebar .search-widget .search-form input:focus {
  border-color: #1976D2;
}

.blog-details-section .blog-sidebar .search-widget .search-form .btn-fill {
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  bottom: 0.25rem;
}

.blog-details-section .blog-sidebar .popular-posts-widget .popular-posts-list {
  list-style: none;
  padding: 0;
}

.blog-details-section .blog-sidebar .popular-posts-widget .popular-posts-list li {
  margin-bottom: 1.25rem;
}

.blog-details-section .blog-sidebar .popular-posts-widget .popular-posts-list li:last-child {
  margin-bottom: 0;
}

.blog-details-section .blog-sidebar .popular-posts-widget .popular-posts-list li .post-item {
  display: flex;
  gap: 1rem;
  text-decoration: none;
}

.blog-details-section .blog-sidebar .popular-posts-widget .popular-posts-list li .post-item .post-thumb {
  width: 5rem;
  height: 4rem;
  flex-shrink: 0;
  border-radius: 0.5rem;
  overflow: hidden;
}

.blog-details-section .blog-sidebar .popular-posts-widget .popular-posts-list li .post-item .post-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-details-section .blog-sidebar .popular-posts-widget .popular-posts-list li .post-item .post-info {
  flex-grow: 1;
}

.blog-details-section .blog-sidebar .popular-posts-widget .popular-posts-list li .post-item .post-info .post-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  color: #191919;
  line-height: 1.4;
  display: block;
  margin-bottom: 0.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-details-section .blog-sidebar .popular-posts-widget .popular-posts-list li .post-item .post-info .post-date {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  color: #263238;
}

.blog-details-section .blog-sidebar .popular-posts-widget .popular-posts-list li .post-item:hover .post-title {
  color: #1976D2;
}

.blog-details-section .blog-sidebar .categories-widget .categories-list {
  list-style: none;
  padding: 0;
}

.blog-details-section .blog-sidebar .categories-widget .categories-list li {
  margin-bottom: 0.75rem;
}

.blog-details-section .blog-sidebar .categories-widget .categories-list li a {
  display: flex;
  justify-content: space-between;
  color: #263238;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #F3F4F6;
  transition: 0.3s;
}

.blog-details-section .blog-sidebar .categories-widget .categories-list li a span {
  color: #9CA3AF;
}

.blog-details-section .blog-sidebar .categories-widget .categories-list li a:hover {
  color: #1976D2;
}

.blog-details-section .blog-sidebar .categories-widget .categories-list li a:hover span {
  color: #1976D2;
}

@keyframes fillLine {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.5) translateY(20px);
  }

  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@media (min-width: 1200px) {
  .cta-section .cta-wrapper .content h2 {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  .how-it-works-section .timeline-wrapper .timeline-line {
    display: block;
    position: absolute;
    top: 50%;
    left: 12.5%;
    width: 75%;
    height: 4px;
    background-color: #E0E0E0;
    transform: translateY(-50%);
    z-index: 0;
    border-radius: 2px;
    overflow: hidden;
  }

  .how-it-works-section .timeline-wrapper .timeline-line::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #1976D2, #0D47A1);
    animation: fillLine 2.5s linear forwards;
  }

  .how-it-works-section .timeline-wrapper .row {
    min-height: 31.25rem;
  }

  .how-it-works-section .timeline-wrapper .row .col-lg-3:nth-child(1) .process-step {
    animation-delay: 0s;
  }

  .how-it-works-section .timeline-wrapper .row .col-lg-3:nth-child(2) .process-step {
    animation-delay: 0.8s;
  }

  .how-it-works-section .timeline-wrapper .row .col-lg-3:nth-child(3) .process-step {
    animation-delay: 1.6s;
  }

  .how-it-works-section .timeline-wrapper .row .col-lg-3:nth-child(4) .process-step {
    animation-delay: 2.4s;
  }

  .how-it-works-section .process-step {
    margin-bottom: 0;
    height: 100%;
    justify-content: center;
    opacity: 0;
    animation: popIn 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  }

  .how-it-works-section .process-step .icon-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 5;
    transition: transform 0.3s ease;
  }

  .how-it-works-section .process-step .icon-wrapper:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
  }

  .how-it-works-section .process-step.step-odd {
    justify-content: flex-end;
    padding-bottom: 2.5rem;
  }

  .how-it-works-section .process-step.step-odd .step-content {
    margin-top: 50%;
  }

  .how-it-works-section .process-step.step-even {
    justify-content: flex-start;
    padding-top: 2.5rem;
  }

  .how-it-works-section .process-step.step-even .step-content {
    margin-bottom: 50%;
  }

  .trusted-doctors-section .testimonial-card .img-wrapper {
    min-height: 100%;
  }

  .trusted-doctors-section .testimonial-card .img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (min-width: 768px) {
  .footer-section .footer-bottom .footer-bottom-content {
    flex-direction: row;
  }

  .footer-section .footer-bottom .footer-bottom-content p {
    margin-bottom: 0;
  }
}

@media (max-width: 1199.98px) {
  html {
    font-size: 93%;
  }

  .medicurian-form .mobile-input-group .country-select {
    flex: 0.15;
  }

  .ai-features-section .ai-features-section-cards {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .perfect-for-section .perfect-for-cards-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 1rem;
    justify-content: center;
    align-items: center;
  }

  .stats-section .row {
    flex-direction: column-reverse;
    row-gap: 1.5rem;
  }

  .stats-section .row .stat-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }

  .stats-section .row .stat-card-grid .stat-card:nth-child(3) {
    order: 3;
  }

  .how-help-sec .how-help-way .how-help-mock {
    top: 15%;
  }

  .how-help-sec .how-help-way .how-help-mock h2 {
    margin: 2.125rem auto 1.25rem auto;
  }

  .btn-white,
  .btn-outline-white {
    padding: 0.625rem 14px;
  }
}

@media (max-width: 991.98px) {
  html {
    font-size: 87%;
  }

  .medicurian-form .mobile-input-group .country-select {
    flex: 0.1;
  }

  .common-page-header {
    padding: 30px 0;
  }

  .common-page-header .header-content .page-title {
    font-size: 32px;
  }

  .pricing-plans-section .slider-box {
    padding: 20px;
  }

  .pricing-plans-section .slider-box .slider-label {
    font-size: 16px;
  }

  .demo-showcase-section .showcase-image-wrapper img {
    padding-top: 30px;
  }

  .want-to-know-more-section .support-image-wrapper img {
    width: 100%;
  }

  .why-choose-section .row {
    --bs-gutter-y: 12px;
    --bs-gutter-x: 12px;
  }

  .why-choose-section .feature-card {
    min-height: 130px;
    padding: 12px !important;
    height: 100%;
  }

  .why-choose-section .feature-card .icon-wrapper img {
    height: 40px;
    width: 40px;
  }

  .why-choose-section .specialities-grow-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
  }

  .btn-white,
  .btn-outline-white {
    padding: 0.625rem 20px;
  }

  p,
  a {
    font-size: 14px !important;
  }

  .blog-listing-section .blog-card .card-content .blog-title {
    font-size: 16px;
  }

  .contact-section .contact-text-content {
    margin-top: 0;
  }

  .hero-section {
    padding: 3.125rem 0 3.125rem 0;
  }

  .perfect-for-section .perfect-for-cards-row {
    grid-template-columns: repeat(4, 1fr);
  }

  .hero-section .row {
    row-gap: 1.875rem;
  }

  .stats-section .stat-card-grid .stat-card {
    padding: 0.75rem;
  }

  .services-section .service-card h5 {
    font-size: 16px;
  }

  .demo-showcase-section .showcase-content {
    text-align: center;
    margin-bottom: 3rem;
  }

  .demo-showcase-section .showcase-content .showcase-title {
    font-size: 1.75rem;
  }

  .demo-showcase-section .showcase-image-wrapper {
    text-align: center;
  }

  .blog-details-section .blog-sidebar {
    padding-left: 0;
    margin-top: 3rem;
  }

  .blog-details-section .blog-sidebar .popular-posts-widget .popular-posts-list li .post-item .post-thumb {
    width: 80px;
    height: 60px;
  }

  .blog-details-section .blog-sidebar .popular-posts-widget .popular-posts-list li .post-item .post-info .post-title {
    font-size: 14px;
  }

  .blog-details-section .blog-sidebar .popular-posts-widget .popular-posts-list li .post-item .post-info .post-date {
    font-size: 12px;
  }

  .how-help-sec .how-help-way {
    margin-top: 2rem;
  }

  .how-help-sec .row-how-help .how-help-way .how-help-mock {
    top: 22%;
  }

  .how-help-sec .row-how-help .how-help-way .how-help-mock h2 {
    margin: 4.125rem auto 1.25rem auto;
  }

  .how-help-sec .row-how-help .how-help-way .mockup-img {
    height: 31.875rem;
  }

  .how-help-sec .row-how-help .how-help-right {
    justify-content: center;
  }

  .how-it-works-section .process-step {
    margin-bottom: 0;
  }

  .how-it-works-section .process-step.step-even {
    flex-direction: column-reverse;
  }

  .how-it-works-section .process-step.step-even .step-content {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .how-it-works-section .process-step.step-odd .icon-wrapper {
    margin-bottom: 1rem;
  }

  .how-it-works-section .process-step .step-content {
    display: flex;
    flex-direction: column;
  }

  .how-it-works-section .process-step .step-content h6 {
    order: -1;
  }

  .skin-care-hero-section {
    padding-top: 50px;
    text-align: center;
    padding-bottom: 10px;
  }

  .skin-care-hero-section .hero-content {
    margin: 0;
  }

  .skin-care-hero-section .hero-content .hero-title {
    font-size: 2.25rem;
  }

  .skin-care-hero-section .hero-content .hero-btns {
    justify-content: center;
  }

  .skin-care-hero-section .hero-img-wrapper {
    margin-top: 1.25rem;
  }

  .consultation-section .consultation-content {
    margin-bottom: 2rem;
  }

  .consultation-section .consultation-content .section-header {
    margin-bottom: 0;
  }

  .consultation-section .consultation-content .consultation-list {
    display: inline-block;
    text-align: left;
    width: 100%;
    margin-bottom: 0;
  }

  .consultation-section.consultation-section-reverse .row {
    flex-direction: column-reverse;
  }

  .cta-section .cta-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .cta-section .cta-wrapper .content p {
    margin: 0 auto;
  }

  .pricing-plans-section .pricing-card {
    margin-bottom: 2rem;
  }

  .pricing-plans-section .pricing-card.featured-card {
    transform: scale(1);
  }

  .onboarding-section .onboarding-wrapper {
    background-image: none;
    background: #fff;
  }

  .onboarding-section .onboarding-wrapper::before {
    z-index: 1;
  }

  .onboarding-section .onboarding-wrapper .col-lg-7::after {
    display: none;
  }

  .onboarding-section .onboarding-wrapper .onboarding-content {
    padding: 2rem;
    padding-right: 2rem;
    -webkit-clip-path: none;
    clip-path: none;
  }

  .onboarding-section .onboarding-wrapper .onboarding-image-wrapper {
    min-height: 18.75rem;
    background-image: url("../images/hero-slide-3.webp");
    background-size: cover;
    background-position: center;
    padding: 20px;
  }

  .onboarding-section .onboarding-wrapper .onboarding-image-wrapper .onboarding-price-card {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    max-width: 390px;
  }

  .onboarding-section .onboarding-wrapper .col-lg-8 {
    -webkit-clip-path: none;
    clip-path: none;
  }

  .enterprise-section .enterprise-wrapper {
    padding: 2rem;
  }

  .enterprise-section .enterprise-wrapper .features-grid {
    flex-direction: column;
    gap: 0;
  }

  .enterprise-section .enterprise-wrapper .enterprise-image {
    margin-top: 2rem;
    margin-right: 0;
    margin-bottom: 0;
  }

  .enterprise-section .enterprise-wrapper .enterprise-image img {
    right: 0;
    width: 100%;
    max-width: 100%;
  }

  .consultation-img-wrapper {
    text-align: center;
  }

  .pricing-page-header {
    padding: 4rem 0;
  }

  .pricing-page-header .header-content .page-title {
    font-size: 2.5rem;
  }

  .pricing-page-header .header-content .page-subtitle {
    font-size: 1rem;
    padding: 0 1rem;
  }

  .pricing-plans-section .pricing-card {
    margin-bottom: 2rem;
  }

  .pricing-plans-section .pricing-card.featured-card {
    transform: scale(1);
  }

  .trusted-doctors-section .trusted-doctors-slider .testimonial-card .card-body {
    padding: 20px;
  }

  .blogs-section .blogs-slider .blog-card .img-wrapper .date-badge {
    font-size: 12px;
  }

  .blogs-section .blogs-slider .blog-card .card-content .card-title {
    font-size: 16px;
  }

  .footer-section .footer-brand img {
    width: 100%;
  }

  .footer-section .footer-main .brand-desc {
    max-width: 28.75rem;
  }

  .logo {
    width: 85%;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 84%;
  }

  .medicurian-form .mobile-input-group .country-select {
    flex: 0.13;
  }

  .blog-listing-section .blog-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .consultation-section .consultation-content .section-header .section-title {
    font-size: 20px;
  }

  .why-choose-section .specialities-grow-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }

  .footer-section .footer-main .brand-desc {
    max-width: 100%;
  }

  .footer-section .footer-bottom .footer-bottom-content {
    align-items: start;
    gap: 10px;
  }

  .footer-section .footer-bottom .footer-bottom-content p {
    font-size: 12px !important;
  }

  p {
    font-size: 14px !important;
  }

  li {
    font-size: 14px !important;
  }

  label {
    font-size: 14px !important;
  }

  .accordion-body {
    font-size: 14px !important;
  }

  .faq-section .accordion .accordion-item .accordion-button {
    font-size: 16px;
  }

  .perfect-for-section .perfect-for-cards-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .ai-features-section .ai-features-section-cards {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .blog-details-section {
    padding: 3rem 0;
  }

  .blog-details-section .blog-main-content .blog-main-title {
    font-size: 22px;
  }

  .blog-details-section .blog-main-content .blog-sub-title {
    font-size: 16px;
  }

  .blog-details-section .blog-main-content .list-heading {
    font-size: 14px;
  }

  .blog-details-section .blog-main-content .comments-area .comment-item {
    flex-direction: column;
    gap: 1rem;
  }

  .blog-details-section .blog-main-content .blog-footer-meta .tags-list {
    flex-wrap: wrap;
  }

  .blog-details-section .blog-main-content .blog-footer-meta .tags-list .tag-link {
    font-size: 12px !important;
    text-wrap-mode: nowrap;
  }

  .blog-listing-section {
    padding: 3rem 0;
  }

  .blog-listing-section .custom-pagination {
    gap: 0.25rem;
  }

  .blog-listing-section .custom-pagination li .page-link {
    width: 2rem;
    height: 2rem;
    font-size: 0.9rem;
  }

  .demo-form-section {
    padding: 0;
    padding-bottom: 30px;
  }

  .demo-form-section .medicurian-form {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .demo-hero-section {
    border-radius: 0;
    padding-bottom: 260px;
  }

  .demo-hero-section .hero-title {
    font-size: 28px;
  }

  .stats-section .row .stat-card-grid {
    gap: 0.625rem;
  }
}

@media (max-width: 576px) {
  html {
    font-size: 75%;
  }

  .demo-hero-section {
    border-radius: 0;
    padding-bottom: 240px;
  }

  .contact-section .contact-text-content .info-card {
    padding: 10px;
  }

  .contact-section .contact-text-content .info-card .icon-wrapper {
    margin-bottom: 8px;
  }

  .contact-section .contact-text-content .info-card .icon-wrapper img {
    width: 25px;
    height: 25px;
  }

  .medicurian-form .mobile-input-group .country-select {
    flex: 0.17;
  }

  .medicurian-form {
    padding: 15px;
  }

  .logo {
    width: 75%;
  }

  .blog-listing-section .blog-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }

  .trusted-doctors-section .trusted-doctors-slider .testimonial-card .img-wrapper img {
    height: 300px;
  }

  .p-bottom {
    padding-bottom: 30px;
  }

  .p-top {
    padding-top: 30px;
  }

  .perfect-for-section .perfect-for-cards-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .perfect-for-section .perfect-for-cards-row .perfect-card {
    height: 9.375rem;
  }

  .why-choose-section .feature-card {
    min-height: auto;
  }

  .why-choose-section .specialities-grow-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }

  .ai-features-section .ai-features-section-cards {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
    row-gap: 2.1875rem;
    margin-top: 4.375rem;
  }

  .ai-features-section .ai-features-section-cards .ai-feature-card {
    padding: 2.1875rem 1.25rem 1.25rem;
  }

  .ai-features-section .ai-features-section-cards .ai-feature-card .icon-circle {
    width: 3.75rem;
    height: 3.75rem;
  }

  .stats-section .row .stat-card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }

  .stats-section .row .stat-card-grid .stat-card:nth-child(4) {
    order: 3;
  }

  .section-header {
    margin-bottom: 15px;
  }

  .section-header .section-title {
    font-size: 24px;
  }

  .how-it-works-section .timeline-wrapper .row {
    row-gap: 30px;
  }

  .how-it-works-section .timeline-wrapper .row .process-step .step-content p {
    max-width: 100%;
  }

  .blogs-section .header-row {
    flex-direction: column;
    align-items: start;
    gap: 1rem;
  }

  .skin-care-hero-section::after {
    display: none;
  }

  .skin-care-hero-section .hero-img-wrapper img {
    margin-bottom: -43px;
  }
}

@media (max-width: 450px) {
  html {
    font-size: 75%;
  }

  .demo-page-hero .section-header .section-title {
    font-size: 28px;
  }

  .medicurian-form .mobile-input-group .country-select {
    flex: 0.2;
  }

  .btn-white,
  .btn-outline-white {
    padding: 0.625rem 15px;
    font-size: 14px;
  }

  .skin-care-hero-section .hero-content .hero-title {
    font-size: 28px;
  }

  .hero-section .hero-content h1 {
    font-size: 28px;
  }

  .hero-section .hero-content .banner-btns {
    flex-direction: column;
    align-items: start;
  }

  .ai-features-section .ai-features-section-cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .ai-features-section .ai-features-section-cards .ai-feature-card {
    min-height: 130px;
  }

  .trusted-doctors-section .trusted-doctors-slider .testimonial-card .card-body {
    padding: 10px;
  }

  .trusted-doctors-section .trusted-doctors-slider .testimonial-card .card-body .star {
    margin-bottom: 10px;
  }

  .trusted-doctors-section .trusted-doctors-slider .testimonial-card .card-body .testimonial-text {
    margin-bottom: 10px;
  }

  .why-choose-section .specialities-grow-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media (max-width: 380px) {

  .hero-section .hero-content .banner-btns .btn-white,
  .hero-section .hero-content .banner-btns .btn-outline-white {
    width: 100%;
  }

  .stats-section .stat-card-grid .stat-card h3 {
    font-size: 20px;
  }

  .why-choose-section .row {
    --bs-gutter-y: 10px;
    --bs-gutter-x: 10px;
  }

  .why-choose-section .feature-card {
    min-height: 120px;
    padding: 10px;
    height: 100%;
  }

  .why-choose-section .feature-card .icon-wrapper img {
    height: 35px;
    width: 35px;
  }

  .perfect-for-section .perfect-for-cards-row .perfect-card .default-content img {
    height: 40px;
    width: 40px;
  }

  .medicurian-form .mobile-input-group .country-select {
    flex: 0.25;
  }
}

/* ============================
   Legal Content Pages Styles
   (Privacy Policy, Terms & Conditions)
   ============================ */

.legal-content-section {
  background: #fff;
}

.legal-content-wrapper {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border-radius: 1.25rem;
  padding: 2.5rem;
  box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.08);
  border: 1px solid #E0E0E0;
}

.legal-section {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #f0f0f0;
}

.legal-section:last-of-type {
  border-bottom: none;
  margin-bottom: 1rem;
}

.legal-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  color: #1976D2;
  margin-bottom: 1rem;
  padding-left: 0.75rem;
  border-left: 4px solid #1976D2;
}

.legal-section p {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #455A64;
  margin-bottom: 1rem;
}

.legal-section p:last-child {
  margin-bottom: 0;
}

.legal-list {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0;
}

.legal-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  color: #455A64;
}

.legal-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.5rem;
  height: 0.5rem;
  background: linear-gradient(139.333deg, #1976D2 0%, #0D47A1 100%);
  border-radius: 50%;
}

.legal-list li strong {
  color: #263238;
  font-weight: 600;
}

.legal-contact-info {
  background: #F4F7FF;
  padding: 1.5rem;
  border-radius: 0.75rem;
  margin-top: 1rem;
  border: 1px solid #E3F2FD;
}

.legal-contact-info p {
  margin-bottom: 0.5rem !important;
  color: #263238;
}

.legal-contact-info p:last-child {
  margin-bottom: 0 !important;
}

.legal-contact-info a {
  color: #1976D2;
  text-decoration: none;
  transition: color 0.3s ease;
}

.legal-contact-info a:hover {
  color: #0D47A1;
  text-decoration: underline;
}

.legal-last-updated {
  text-align: right;
  padding-top: 1rem;
  border-top: 1px solid #f0f0f0;
}

.legal-last-updated p {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: #78909C;
  margin: 0;
}

/* Responsive Styles for Legal Pages */
@media (max-width: 991px) {
  .legal-content-wrapper {
    padding: 2rem;
  }

  .legal-heading {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .legal-content-wrapper {
    padding: 1.5rem;
    border-radius: 0.75rem;
  }

  .legal-heading {
    font-size: 1.125rem;
  }

  .legal-section p,
  .legal-list li {
    font-size: 0.9375rem;
  }

  .legal-section {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
  }
}

@media (max-width: 480px) {
  .legal-content-wrapper {
    padding: 1rem;
    margin: 0 -0.5rem;
  }

  .legal-heading {
    font-size: 1rem;
    padding-left: 0.5rem;
  }

  .legal-contact-info {
    padding: 1rem;
  }
}

/*# sourceMappingURL=style.css.map */