.text-primary {
  color: var(--pelocis-base) !important;
}
.fs-20 {
  font-size: 1.25rem;
}
.object-center {
  object-position: center !important;
}
.overflow-visible {
  overflow: visible !important;
}
.btn-primary{
  background-color: var(--pelocis-base);
  border-color: var(--pelocis-base);
}
.btn-primary:hover{
  background-color: var(--pelocis-base);
  border-color: var(--pelocis-base);

}
.main-header__cart.current {
  color: var(--pelocis-base);
}
.main-header__inner {
  justify-content: space-between;
  /* box-shadow: 5px 4px 48px 0px #0000001A; */
}
.header-shadow .main-header__inner {
  box-shadow: 5px 4px 48px 0px #0000001a;
}
.header-shadow.active .main-header__inner {
  box-shadow: none;
}
.header-shadow + section {
  padding-top: 9.375rem;
}
nav.main-header__nav.main-menu {
  margin: 0;
}
.about-two__img {
  float: unset;
}
.testimonials-two {
  background-color: unset;
}
.main-footer__bg {
  width: 100%;
}
.newsletter__inner {
  background-color: rgba(117, 202, 226, 1);
}
.newsletter__box .main-slider-one__btn {
  opacity: 1;
  transform: unset;
}

.login-modal .signup-wrapper {
  border-radius: 1.25rem;
  padding: 3.5rem 2rem;
}
.login-modal .modal-body {
  width: 100%;
  max-width: 33rem;
  margin-inline: auto;
  padding: 0;
}

.login-modal .signup-logo {
  height: 2.5rem;
  width: auto;
}

.login-modal .signup-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.login-modal .login-link {
  color: #3f72af;
  text-decoration: none;
  font-weight: 500;
}

.login-modal .toggle-password {
  position: absolute;
  right: 15px;
  top: 0;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 400;
}

.login-modal .create-account-btn {
  background-color: rgba(17, 17, 17, 0.25);
  padding: 1rem 1.5rem;
  border-radius: 1.875rem;
  font-weight: 600;
  color: white;
}

.login-modal .continue-guest-btn {
  background-color: var(--pelocis-base);
  color: white;
  padding: 1rem 1.5rem;
  border-radius: 1.875rem;
  font-weight: 600;
  border: none;
}

.login-modal .form-control,
.login-modal .form-select {
  border-radius: 0.5rem;
  height: 3.5rem;
}
.patient-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15.625rem;
  background: var(--pelocis-base);
  color: #ffffff;
  border: 1px solid var(--pelocis-base);
  border-radius: 1.5rem;
  border-width: 1px;
  padding: 0.5rem 1.5rem;
}
.doctor-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15.625rem;
  background: #ffffff;
  color: var(--pelocis-base);
  border-radius: 1.5rem;
  border: 1px solid var(--pelocis-base);
  padding: 0.5rem 1.5rem;
}
.signup-btn-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.close-btn {
  position: absolute;
  top: 3.875rem;
  right: 2rem;
  z-index: 10;
}

.social-login-container {
  /* max-width: 300px; */
  margin: auto;
  text-align: center;
}

.social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 999px;
  /* font-size: 22px; */
  background-color: white;
  cursor: pointer;
  transition: 0.3s ease;
}

.social-btn:hover {
  background-color: #f7f7f7;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.or-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  color: #666;
  font-weight: 500;
  font-size: 0.875rem;
}

.or-divider::before,
.or-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #ccc;
  margin: 0 0.625rem;
}
.speciality-hero-section .main-slider-one__bg::before {
  background: unset;
}
.speciality-service-section {
  padding-top: 3.125rem;
}
.speciality-sec-desc {
  max-width: 47.813rem;
  margin-inline: auto;
  margin-top: 2rem;
  font-weight: 400;
}
.search-input-group {
  max-width: 47.813rem;
  margin-inline: auto;
}
.doctor-card img {
  object-fit: cover;
  height: 11rem;
  object-position: center 10%;
}

.doctor-card i {
  font-size: 1rem;
}

.doctor-card .btn {
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 0.375rem;
}
.doctor-card .card-title {
  color: var(--pelocis-base);
  font-size: 1.063rem;
  text-align: left;
  font-family: var(--pelocis-font, "Saira", sans-serif);
}
.image-wrapper {
  overflow: hidden;
  border-radius: 1rem;
}

.image-wrapper img {
  transition: transform 0.4s ease;
  object-fit: cover;
  height: 12.5rem;
  width: 100%;
  object-position: center 10%; /* optional shift as discussed */
}

.doctor-card:hover .image-wrapper img,
.blog-card:hover .image-wrapper img {
  transform: scale(1.2);
}
.doctor-card img.doc-icon {
  height: 1.146rem;
  margin-right: 0.375rem;
}
.session-card img {
  object-fit: cover;
  object-position: center 10%;
}
.session-card {
  transition: box-shadow 0.3s ease;
  box-shadow: 6px 6px 48px 0px #0000001a;
}
.session-card:hover {
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2) !important;
}
.session-card .card-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #2b2b2b;
  font-family: var(--pelocis-font, "Saira", sans-serif);
}
.pills-wraper button {
  font-size: 0.875rem;
}
.download-file {
  display: inline-block;
  border-radius: 4px;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.video-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #eee;
}

.video-item:last-child {
  border-bottom: none;
}
.video-info {
  display: flex;
  gap: 13px;
}
.video-info h6 {
  margin: 0 0 4px 0;
  font-size: 1rem;
  color: #000000;
  font-family: var(--pelocis-font, "Saira", sans-serif);
  font-weight: 500;
}

.author-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.author-avatar {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: #ddd;
  overflow: hidden;
}

.author-name {
  font-family: var(--pelocis-font, "Saira", sans-serif);
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.188rem;
}

.views-date {
  font-family: var(--pelocis-font, "Saira", sans-serif);
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.188rem;
}
.video-wraper {
  width: 333px;
  flex-shrink: 0;
}
.store-heading h6 {
  font-size: 1.25rem;
  font-family: var(--pelocis-font, "Saira", sans-serif);
  font-weight: 500;
}
.store-heading p {
  font-weight: 300;
  font-size: 1rem;
}
.product__item {
  box-shadow: -2px 2px 20px -1px #71717133;
  border-radius: 0.5rem;
  border: unset;
}
.product_divider {
  background: linear-gradient(
    90deg,
    rgba(66, 138, 246, 0.3) 0%,
    #0951be 54.17%,
    rgba(66, 138, 246, 0.3) 99.47%
  );
  height: 1px;
  opacity: 1;
  margin-top: 10px;
}
.product__item__content {
  text-align: unset;
  padding-top: 1rem;
}
.product__item__title {
  font-family: var(--pelocis-font, "Saira", sans-serif);
  font-weight: 300;
  font-size: 1rem;
  color: #222222;
}
.product__item__price {
  font-family: var(--pelocis-font, "Saira", sans-serif);
  font-weight: 300;
  font-size: 1rem;
  justify-content: start;
  color: #222222;
}
.product__item__img {
  border-radius: 0.5rem;
}
.product__item__link {
  width: 9.375rem;
  height: 3rem;
  min-width: fit-content;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  border: 2px solid var(--pelocis-base);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.cart-modal .modal-content {
  border-radius: 1.25rem;
  padding: 3.5rem 2rem;
}
.cart-modal .modal-body {
  width: 100%;
  max-width: 53.75rem;
  margin-inline: auto;
  padding: 0;
}
.cart-modal .product-details__quantity .quantity-box {
  border: none;
  height: 2rem;
  margin-left: 0.75rem;
}
.cart-modal .product-details__quantity .quantity-box button {
  width: 2rem;
  height: 2rem;
}
.cart-modal .product-details__quantity .quantity-box input {
  border: 1px solid #9f9f9f;
  border-radius: 5px;
  width: 2rem;
  height: 2rem;
}
.cart-modal .product__item__title {
  font-size: 1.5rem;
  font-size: 400;
}
.cart-modal .product_desc {
  font-size: 0.875rem;
  font-size: 400;
}
.cart-total {
  height: 390px;
  background-color: #7ccfe71a;
  text-align: center;
  padding: 0.938rem 4.688rem;
  width: 100%;
}
.cart-total_content {
  margin-top: 3.125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
}
.cart-product-detail {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}
.cart-product-detail div span:first-child {
  margin-right: 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
}
.cart-product-detail .product-count {
  width: 2rem;
  height: 2rem;
  border-radius: 5px;
  border: 1px solid #9f9f9f;
  text-align: center;
}
.cart-product-card {
  border-bottom: 1px solid #dddada;
  padding-bottom: 2rem;
}
.blog-card {
  margin: unset;
}
.blog-card .card-title-main {
  text-align: left;
}
.blog-card .card-title {
  text-align: left;
  color: #7a7a7a;
  font-size: 1rem;
}
.blog-card p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #7a7a7a;
  text-align: left;
}
.blog-details__image img {
  width: 100%;
  max-height: 462px;
  object-fit: cover;
}
.blog-details__title {
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.blog-details__meta li img {
  border: unset;
  width: 1.75rem;
  height: 1.75rem;
}
.checkout-page__payment {
  background: unset;
  padding: unset;
}
.place_order-btn {
  padding: 0.75rem 6.25rem;
  border-radius: 15px;
  border: 1px solid #000000;
  color: #000000;
}
.checkout-page .divider {
  margin-top: 20px;
  margin-bottom: 20px;
}
.checkout-page__form .form-control,
.checkout-page__form .form-select {
  padding-block: 0.75rem;
}
.checkout-form-btn {
  background-color: var(--pelocis-base);
  border-color: var(--pelocis-base);
  color: #ffffff;
  border-radius: 10px;
  width: 100%;
  padding: 0.75rem;
}
.doc_profile_hero_section .main-slider-one__item {
  background-color: #053141;
  padding-top: 250px;
  padding-bottom: 40px;
}
.doctor-info {
  padding-bottom: 40px;
}
.doctor-name {
  color: #9ce5f3;
}
.doctor-specialty {
  color: #ffffff;
}
.doctor-details {
  color: #ffffff;
}
.doc-item-divider {
  height: 29px;
  border: 1.5px solid #9ce5f3;
}
.doctor-actions {
  display: flex;
  gap: 22px;
}
.doctor-actions a {
  background: #9ce5f3;
  border-color: #9ce5f3;
  padding: 0.75rem;
  height: 48px;
}
.doctor-actions a:hover {
  background: #9ce5f3;
  border-color: #9ce5f3;
  opacity: 0.9;
}

.hero-video-outside {
  position: relative;
  top: 80px;
  z-index: 2;
  max-width: 442px;
}
.hero-video-wraper {
  display: flex;
  justify-content: end;
  width: 100%;
}
.video-scroll-container {
  position: relative;
  margin-bottom: 90px;
}
.video-list {
  height: 100%;
  max-height: 600px; /* or whatever height you need */
  overflow-y: auto; /* scrollable area */
}
/* The blur overlay */
.bottom-blur-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px; /* adjust for blur height */
  width: 100%;
  pointer-events: none; /* so it doesn't block scroll */
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  z-index: 2;
}
.show-all-container {
  text-align: center;
}
.show-all-container a {
  color: #000000;
}
.show-all-container a:hover {
  color: var(--pelocis-base);
}
.booking-modal-wrapper .modal-dialog {
  max-width: 635px;
}

.booking-modal-wrapper .btn-info.text-white:hover {
  background-color: #0d99d6;
  border-color: #0d99d6;
}

.booking-modal-wrapper input[disabled] {
  background-color: #f9f9f9;
}
.time-pill {
  border-radius: 6px;
  padding: 0.75rem 1rem;
}
.thumb-img {
  border-radius: 1rem;
}
.video-box {
  border-radius: 1.5rem;
}
.video-call-tools button {
  border: unset;
  background: unset;
}
.video-box .hide-btn {
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 2px 10px;
  top: 1.5rem;
  right: 1.5rem;
  color: #808080;
  font-size: 0.75rem;
  font-weight: 400;
}
.chat-send-btn {
  border-radius: 100%;
  height: 48px;
  width: 52px;
}
.chat-send-input {
  border-radius: 44px;
}
.chat-msg-box {
  background-color: #ebf4f6;
  border-radius: 4px;
}
.video-call-tools .action-small {
  width: 52px;
  height: 52px;
}
.video-call-tools .action-large {
  width: 72px;
  height: 72px;
}
.privacy_page_hero_section .main-slider-one__item {
  background: linear-gradient(101.99deg, #008ac2 9.14%, #4aa3a7 90.52%);
  padding: 0;
}
.privacy_page_hero_section .main-slider-one__item .container {
  padding-top: 320px;
  padding-bottom: 9.375rem;
  position: relative;
}
.privacy_page_hero_section .main-slider-one__item .container h1 {
  font-family: var(--pelocis-font, "Saira", sans-serif);
  font-weight: 700;
  font-size: 70px;
  color: #ffffff;
}
.privacy-hero-right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  animation: zumpBottom 3s linear 0s infinite;
}
.privacy-content-section p {
  color: #000000;
}
.profile-icon {
  position: relative;
  background-color: #e1e1e1;
  width: 9.188rem;
  height: 9.188rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.edit-profile-icon {
  position: absolute;
  bottom: 10px;
  left: 0;
  background-color: #7ecaf8;
  height: 2.625rem;
  width: 2.625rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffff;
}

.profile-name {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1rem;
  color: #263238;
}

/* profile tabs */
.underline-tabs .nav-tabs {
  border-bottom: unset;
  justify-content: space-between;
  max-width: 600px;
  margin-inline: auto;
}

.underline-tabs .nav-link {
  border: none;
  padding: 1rem 1.5rem;
  margin-bottom: -2px;
  color: #262c24;
  transition: all 0.3s ease;
  font-size: 1.25rem;
  font-weight: 600;
  border-radius: 0.75rem;
  line-height: 1rem;
}

.underline-tabs .nav-link:hover {
  background: #4cb4d8;
  color: #ffff;
}

.underline-tabs .nav-link.active {
  background: #4cb4d8;
  color: #ffff;
}

.save-change-btn {
  background: #4cb4d8;
  color: #ffff;
  border: 1px solid #4cb4d8;
}

.save-change-btn:hover {
  border: 1px solid #4cb4d8;
}

.personal-info-form {
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 6.25rem;
}

.personal-info-form label {
  font-weight: 400;
  font-size: 0.75rem;
  color: #000;
  margin-bottom: 0.75rem;
}

.personal-info-form input {
  border-color: #e5e7eb;
  border-radius: 1.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 1.25rem;
  background-color: #f9fafb !important;
}

.input-group-custom,.input-group-custom-edit {
  position: relative;
}

.input-group-custom .edit-icon {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.input-group-custom-edit .edit-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

/* Content Animation */
.tab-pane.fade {
  transition: all 0.2s ease-out;
}

.tab-pane.fade.show {
  animation: fadeIn 0.5s ease-out;
}

.purchase-container {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-bottom: 6.25rem;
}

.purchase-card {
  border: 1px solid #e0e0e0;
  background: #ffffff;
  border-radius: 0.75rem;
  padding: 1.75rem 1.5rem;
}

.purchase-card img {
  width: 8.25rem;
  height: 8.125rem;
  border-radius: 21px;
}

.purchase-card .text-group {
  max-width: 450px;
}

.purchase-card span {
  font-weight: 600;
  color: #4cb4d8;
  font-size: 1.25rem;
  font-family: var(--pelocis-font, "Saira", sans-serif);
}

.purchase-card h3 {
  font-weight: 500;
  margin-bottom: 0;
}

.purchase-card .purchase-text {
  color: #4d4d4d;
  font-size: 1.25rem;
  font-weight: 500;
}

.purchase-card .purchase-link {
  color: var(--green-dark);
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
}

.purchase-card .purchase-link:hover {
  text-decoration: underline;
}
.lang-dropdown-btn{
  font-family: var(--pelocis-font, "Saira", sans-serif) !important;
  font-size: 1rem;
    color: var(--pelocis-black2, #333333);
    font-weight: 600;
    text-transform: capitalize;
    background: unset;
    border-radius: 4px;
    padding: 5px 7px;
}
.available-slot-wraper{
  flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    display: flex;
    max-width: 672px;
    margin-inline: auto;
    margin-block: 16px;
}
.available-slot-box{
  border: 1px solid #D7D7D7;
  border-radius: 6px;
  padding: 12px 32px 12px 16px;
  position: relative;
  width: 162px;
  height: 66px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: black;
}
.available-slot-box svg{
  position: absolute;
  right: 16px;
  top: 12px;
}
@media (min-width: 992px) {
  .modal-dialog {
    max-width: 49.688rem;
  }
}
@media (min-width: 1300px) {
  .about-two__img {
    margin-left: -50px;
  }
  .about-two__shape__two {
    bottom: -100px;
  }
}
@media (min-width: 1200px) {
  .header-shadow + section {
    padding-top: 12.5rem;
  }
}
@media (max-width: 1500px) {
  .about-two__shape__two {
    display: block;
  }
}
@media (max-width: 1300px) {
  .about-two__shape__two {
    display: none;
  }
}
@media (max-width: 1199px) {
  .privacy_page_hero_section .main-slider-one__item .container h1 {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .signup-btn-group {
    flex-direction: column;
    gap: 0.75rem;
    align-items: center;
  }
  .video-item {
    flex-direction: column;
  }
  .video-wraper {
    width: 100%;
  }
  .video-info {
    width: 100%;
  }
  .blog-details__title {
    font-size: 22px;
    line-height: 32px;
  }
  .doctor-actions {
    flex-direction: column;
  }
  .hero-video-outside {
    position: static;
  }
  .hero-video-wraper {
    justify-content: center;
  }
  .doc_profile_hero_section .main-slider-one__item {
    padding-top: 12.5rem;
  }
  .hero-video-outside .video {
    max-width: 100%;
  }
  .privacy_page_hero_section .main-slider-one__item .container h1 {
    font-size: 50px;
  }
  /* .privacy-hero-right {
    width: 300px;
  } */
}
@media (max-width: 767px) {
  .video-call-tools {
    gap: 5px !important;
  }
  .video-call-tools .action-small {
    width: 25px;
    height: 25px;
  }
  .video-call-tools .action-large {
    width: 40px;
    height: 40px;
  }
  .purchase-card > div {
    flex-direction: column;
    gap: 20px;
  }
  .privacy_page_hero_section .main-slider-one__item .container {
    padding-top: 12.5rem;
  }
  .privacy_page_hero_section .main-slider-one__item .container h1 {
    font-size: calc(1.375rem + 1.5vw);
    max-width: 200px;
  }
  .privacy-hero-right {
    width: 200px;
  }
}
@media (max-width: 400px) {
  .privacy-hero-right {
    width: 170px;
  }
}
