@import url("../css/common.css");

/* navbar section start  */

.main-navbardesign {
  box-shadow: 0 8px 25px 0 rgba(16, 16, 16, 0.05);
  position: fixed;
  z-index: 99999;
  width: 100%;
}
.navbar-psc-Design .navbar-ui li,
.navbar-psc-Design .navbar-ui li a {
  color: var(--black-color);
  font-weight: 400;
}
.navbar-psc-Design .navbar-ui li.active,
.navbar-psc-Design .navbar-ui li.active a {
  color: #ff3769;
  font-weight: 700;
}
.frame-parent {
  position: relative;

  display: flex;
  align-items: center;
  text-align: left;
  font-size: 15px;
  color: #fff;
  font-family: "Nunito Sans";
}
.download-app-parent {
  border-radius: 60px;
  background-color: #ff3769;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 8px 8px 24px;
  gap: 10px;
  transition: 0.4s;
}
.download-app-parent:hover {
  background: var(--secondary-color);
}
.download-app {
  position: relative;
}
.frame-child {
  width: 40px;
  position: relative;
  max-height: 100%;
}
.hero-section {
  background: url(../images/hero-bg.png);
  padding: 90px 15px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 142px;
}
.doctor-top {
  padding: 8px 15px;
  background-color: #dddcdaa1;
  border-radius: 10px;
  font-weight: 500 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  font-size: 15px;
  display: inline-block;
}
.main-hero-title h2 {
  font-size: 60px;
  font-weight: 600;
  color: #101010;
}
.main-hero-title span {
  font-size: 60px;
  font-weight: 600;
  color: #ff3769;
}
.main-hero-title p {
  width: 80%;
  margin-top: 20px;
}
.scope img {
  right: 0px;
  top: 0px;
}
@keyframes up-down-cap {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

.mobilemokup img {
  margin: auto;
  width: 107%;
  object-fit: none;
  animation: up-down-cap 6s infinite alternate;
  z-index: 999;
}
.stepr-main {
  background:
    url(../images/Design1.png) no-repeat left -90px center,
    url(../images/Design2.png) no-repeat right -80px center
      var(--secondary-color);
  padding: 60px 15px;
}

.why-choose {
  background: #f6f6f6;
  padding: 100px 15px;
}
.why-c-title h2 {
  color: #101010;
  font-weight: 600;
}
.why-c-title span {
  color: #ff3769;
}
/* LEFT TABS */

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 25px 0;
  position: relative;
}

.icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
  color: #fff;
  font-size: 26px;
}

.feature-item.active .icon-circle {
  background: #ff3e6c;
}

.feature-title {
  font-size: 22px;
  font-weight: 600;
}

.feature-desc {
  color: #555;
  font-size: 16px;
}

/* RIGHT GRADIENT BOX */
.showcase-box {
  background: linear-gradient(135deg, #6ec1c8, #4ba3b0);
  border-radius: 25px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.phone-img {
  width: 200px;
  border-radius: 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.doctor-img {
  width: 350px;
  object-fit: contain;
}
.showcase-box {
  background: url(../images/w-bg-img.png) center;
  background-size: cover;
}
.feature-desc {
  font-family: nunito sans;
  font-size: 15px;
}
.showcase-box img {
  width: 100%;
}
.showcase-box img {
  margin: auto;
  width: 107%;
  animation: up-down-cap 6s infinite alternate;
  z-index: 999;
  display: block;
}
.expert-sec {
  padding: 100px 15px;
}
.feature-number {
  font-size: 54px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #38b6c9;
  line-height: 1;
}
.phone-wrapper-1 img {
  /* width: 100%; */
  margin: auto;
  display: block;
}
.op-bk-main {
  padding: 100px 15px;
  background-color: #f6f6f6;
}
.dr-img-in img {
  border-radius: 30px;
  width: 100%;
}
.metr {
  bottom: 40px;
  left: -78px;
  animation: up-down-cap 6s infinite alternate;
  z-index: 999;
}
.benefits-s {
  padding: 100px 15px;
}
.phone-wrapper-1 img {
  animation: up-down-cap 6s infinite alternate;
}
/* IMAGE CARD */
.med-card {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

.med-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.med-overlay {
  position: absolute;
  bottom: 25px;
  left: 30px;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}

.med-highlight {
  color: #ff2e63;
}

/* FEATURE GRID */
.med-feature {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 0px;
  margin-top: 30px;
}

.med-number {
  background: #1fa3b1;
  color: #fff;
  font-weight: 600;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 15px 17px;
}

.med-title {
  font-weight: 600;
  margin-bottom: 5px;
}

.med-desc {
  font-size: 14px;
  color: #101010;
  font-family: "nunito sans";
}
.helth-s {
  padding: 100px 15px;
  background-color: #f6f6f6;
}
/* ===== SECTION WRAPPER ===== */
.sec-wrapper {
  background: #f1f1f1;
  padding: 80px 0;
}

/* ===== CARD DESIGN ===== */
.sec-card {
  background: #ffffff;
  border-radius: 30px;
  padding: 40px;
  height: 100%;
  transition: 0.3s ease;
}

.sec-card:hover {
  transform: translateY(-5px);
}

/* ===== ICON CIRCLE ===== */
.sec-icon {
  width: 70px;
  height: 70px;
  background: #ff1f5a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  flex-shrink: 0;
}

/* ===== HEADER ===== */
.sec-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

.sec-title {
  font-size: 22px;
  font-weight: 600;
}

/* ===== DIVIDER ===== */
.sec-divider {
  height: 1px;
  background: #cfcfcf;
  margin: 20px 0;
}

/* ===== DESCRIPTION ===== */
.sec-desc {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  font-family: "Nunito Sans";
}
/* ===== SECTION ===== */
.ts-section {
  background: #f2f2f2;
  padding: 80px 0;
  position: relative;
}

/* ===== PROFILE HEADER ===== */
.ts-profile {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.ts-profile img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
}

.ts-name {
  font-weight: 600;
  font-size: 18px;
}

.ts-location {
  font-size: 14px;
  color: #666;
  font-family: "nunito sans";
}
/* ===== REVIEW BOX ===== */
.ts-review {
  background: #f5f5f5;
  padding: 25px;
  border-radius: 20px;
  position: relative;
  min-height: 130px;
  transform: translatey(-37px);
}

.ts-review p {
  margin: 0;
  color: #444;
  font-size: 15px;
  font-family: "nunito sans";
}

/* Quote Icon */
.ts-quote {
  position: absolute;
  bottom: -18px;
  right: 25px;
  font-size: 50px;
  color: #1fa3b1;
  line-height: 1;
}

/* ===== CUSTOM ARROWS ===== */
.ts-arrows {
  text-align: center;
  margin-top: 50px;
}

.ts-arrow-btn {
  width: 55px;
  height: 55px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #fff;
  margin: 0 10px;
  transition: 0.3s;
}

.ts-arrow-btn:hover {
  background: #000;
  color: #fff;
}

.ts-arrow-btn i {
  font-size: 20px;
}

/* Slick spacing fix */
.ts-slider .slick-slide {
  padding: 0 15px;
}
.ts-section-1 {
  padding: 100px 15px;
}
.app-section {
  padding: 100px 15px;
  background-color: #f6f6f6;
}
.app-mkp-img img {
  /* width: 100%; */
  margin: auto;
  display: block;
  animation: up-down-cap 6s infinite alternate;
}
/* ===== FOOTER ===== */
.op-footer {
  background: #0e0e0e url("../images/dark-mosaic.png");
  color: #bbb;
  padding: 80px 0 0;
  font-family: "Poppins", sans-serif;
}

.op-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.op-icon {
  color: #ff2c63;
  font-size: 22px;
}

.op-brand {
  color: #00e0ff;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
}

.op-desc {
  font-size: 14px;
  line-height: 1.8;
  max-width: 420px;
}

.op-contact h5 {
  font-weight: 500;
  color: #fff;
}

.op-contact h5 span {
  color: #ff2c63;
}

.op-email {
  font-size: 22px;
  font-weight: 700;
  color: #888;
  margin: 15px 0;
}

.op-phone {
  font-size: 22px;
  font-weight: 700;
  color: #888;
}

/* Headings */
.op-heading {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
}

/* Links */
.op-links {
  list-style: none;
  padding: 0;
}

.op-links li {
  margin-bottom: 10px;
}

.op-links a {
  text-decoration: none;
  color: #bbb;
  font-size: 14px;
  transition: 0.3s;
}

.op-links a:hover {
  color: #00e0ff;
}

/* Subscribe */
.op-subscribe-box {
  display: flex;
  background: #1b1b1b;
  border-radius: 5px;
  overflow: hidden;
  max-width: 350px;
}

.op-subscribe-box input {
  flex: 1;
  border: none;
  padding: 10px 15px;
  background: transparent;
  color: #fff;
  outline: none;
}

.op-subscribe-box button {
  border: none;
  background: #0ea4b9;
  color: #ffffff;
  padding: 0 15px;
  cursor: pointer;
  border-radius: 9px;
}
.op-small-text {
  font-size: 13px;
  color: #888;
  max-width: 350px;
}

/* Social */
.op-social a {
  color: #bbb;
  margin-right: 15px;
  font-size: 18px;
  transition: 0.3s;
}

.op-social a:hover {
  color: #0ea4b9;
}

/* Bottom */
.op-bottom {
  border-top: 1px solid #222;
  margin-top: 60px;
  padding: 20px 0;
  font-size: 13px;
  color: #777;
}

.op-bottom a {
  color: #777;
  text-decoration: none;
  margin-left: 10px;
}

.op-bottom a:hover {
  color: #00e0ff;
}
