header {
  margin-bottom: -97px;
}

.semi-bold {
  font-weight: 600 !important;
}

.span-bold .semi-bold {
  color: #2D2D2D;
}

.sub-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  width: fit-content;
}

.title-w P::before {
  filter: invert(10);
}

.sub-title p:before {
  content: "";
  background-color: #2D2D2D;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 0px;
}


.sub-title.after p::after {
  content: "";
  height: 1px;
  width: 80%;
  background-color: #5b5b5b;
  opacity: 0.5;
  display: inline-block;
  position: relative;
  top: -7px;
  margin-left: 17px;
}

.sub-title-w p:before {
  content: "";
  background-color: #ffffff;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 0px;
}

header .header-menu ul li.current_page_item {
  padding-bottom: 15px;
  border-bottom: 2px solid #ffffff !important;
}

header .header-menu ul li.current_page_item a::before {
  display: none !important;
}

header .header-menu ul li a::before {
  content: "" !important;
  position: absolute !important;
  width: 0;
  height: 2px;
  background-color: #ffffff !important;
  bottom: 0px;
  left: 0;
  transition: width 0.4s !important;
}

header .header-menu ul li a:hover::before {
  width: 100% !important;
}

.img-overlay {
  position: relative;
}

.img-overlay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #2D2D2D;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.arrow-icons p {
  position: relative;
}

.arrow-icons p::before {
  content: "";
  background: url(../icons/arrow.png) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 5px;
}

.img-before,
.img-after,
.img-after-left {
  position: relative;
}

.img-before::before {
  content: "";
  background: url(../icons/line-shape.png) no-repeat;
  background-size: 200px;
  width: 200px;
  height: 150px;
  position: absolute;
  top: -65px;
  right: 50px;
  z-index: -1;
  transform: scaleY(-1);
  opacity: 0.2;
}

.img-after::after {
  content: "";
  background: url(../icons/line.png) no-repeat;
  width: 150px;
  height: 150px;
  position: absolute;
  background-size: 135px;
  bottom: -70px;
  right: -45px;
  z-index: 2;
}

.img-after-left:after {
  content: "";
  background: url(../icons/line-shape.png) no-repeat;
  width: 150px;
  height: 150px;
  position: absolute;
  background-size: 150px;
  bottom: -70px;
  left: -45px;
  z-index: 2;
}

.polaris-section .elementor-image-box-img img {
  padding: 15px !important;
  width: 80px !important;
  height: 80px !important;
}

footer ul li a span {
  position: relative;
}

footer ul li a span.elementor-icon-list-text:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  bottom: -2px;
  left: 0;
  transition: width 0.4s;
}

footer ul li a span.elementor-icon-list-text:hover::before {
  width: 100%;
}

footer {
  position: relative;
}


/* circle-btn */
.circle-btn a {
  border-radius: 50% !important;
  border: 6px solid rgba(255, 255, 255, 0.24) !important;
  font-size: 0 !important;
  padding: 0 !important;
  height: 65px;
  width: 65px;
}

.circle-btn a::before {
  content: "";
  background-image: url(../icons/btn-arrow.svg) !important;
  width: 40px;
  height: 40px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  top: 13px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: rotate(-45deg);

}




/* filter section */

.filter-section .filter-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center
}

.filter-section .filtter-btn {
  display: inline-block !important;
  padding: 10px 20px !important;
  border: 1px solid #2D2D2D !important;
  background-color: #FFF !important;
  color: #2D2D2D !important;
  text-align: center !important;
  text-decoration: none !important;
  border-radius: 30px !important;
  font-size: 18px !important;
  line-height: 2 !important;
  min-width: 120px !important;
  outline: none !important;
  font-family: Poppins !important;
  font-weight: 400 !important;
  cursor: pointer !important;
}

.filter-section .filtter-btn.active {
  background-color: #2D2D2D !important;
  color: #FFF !important;
}

.filter-section .swiper-button-lock {
  display: block !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none !important;
}

.filter-section .swiper-button-prev,
.filter-section .swiper-button-next {
  background-image: url('../icons/btn-arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px;
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  filter: invert(1);
  cursor: pointer;
  margin: auto;
}

.filter-section .swiper-button-next {
  transform: translateY(-50%) !important;
}

.filter-section .swiper-button-prev {
  transform: rotate(180deg) translateY(50%) !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}

.filter-section .subcategories {
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-section .subcategories .sub-cate-btn .active img {
  filter: invert(10);
}

.filter-section .subcategories .sub-cate-btn a.active {
  border-bottom: 2px solid #000 !important;
  padding-bottom: 5px;
}

.filter-section .swiper-slide {
  width: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-section .subcategories {
  margin-top: 40px;
  display: none;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-section .subcategories.active {
  display: flex;
  gap: 80px;
}

.filter-section .subcategories .sub-cate-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}


.filter-section .subcategories .sub-cate-btn a {
  font-size: 16px;
  line-height: 20px;
  color: #000;
}

.filter-section .subcategories .sub-cate-btn.active a {
  border-bottom: 1px solid #000;
}

.filter-section .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(333px, 1fr));
  gap: 35px;
  margin-top: 30px;
}

.filter-section .card {
  background: white;
  border-radius: 25px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  padding: 17px;
  text-align: left;
}

.filter-section .card img {
  width: 100%;
  border-radius: 25px;
  max-height: 195px;
  object-fit: cover;
}

.filter-section .card .name {
  font-weight: 600;
  margin: 10px 0 5px;
  font-size: 16px;
  line-height: 16px;
  font-family: "Poppins";
  color: #2d2d2d;
}

.filter-section .card .ongoing {
  font-size: 16px;
  line-height: 16px;
  font-family: "Poppins";
  color: #2d2d2d;
  display: flex;
  align-items: flex-start;
  gap: 5px
}

.filter-section .card .ongoing span {
  font-weight: 600;
}

.filter-section .card .ongoing p {
  margin: 0;
}

.filter-section .card .card-cate {
  display: flex;
  gap: 7px;
  margin: 20px 0;
}

.filter-section .card .card-cate div {
  border: 1px solid#B3B3B3;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 30px;
  color: #B3B3B3;
}

.filter-section .card .profile {
  display: flex;
  align-items: center;
}

.filter-section .card .profile img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.filter-section .card .profile .info {
  display: block;
  font-family: "Poppins";
  font-size: 14px;
  line-height: 14px !important;
}

.filter-section .card .profile .info .profile-name {
  font-weight: 500;
  color: #2d2d2d;
  line-height: 24px;
}

.filter-section .card hr {
  margin-bottom: 10px;
}

.filter-section .card .profile .info .des {
  font-weight: 500;
  color: #B3B3B3;
}


/* Video card specific styles */

.card-video {
  grid-column: span 2;
  position: relative;
  aspect-ratio: 10/9.5;
}

.card-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.card-video {
  width: 100%;
  height: 385px;
}

.filter-section .card-video img {
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.card-video .play-icon {
  background-image: url('../icons/play-arrow.png');
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  cursor: pointer;
}

.card-video .profile {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  background: rgb(255 255 255);
  padding: 15px;
  color: white;
  display: flex;
  align-items: center;
  transform: translateY(50%);
  align-items: center;
  justify-content: center;
  display: flex;
  margin: auto;
  width: 55%;
  border-radius: 20px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);

}

.card-video .profile img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  border: 2px solid white;
}

.card-video .info {
  flex: 1;
}

.card-video .profile-name {
  font-weight: semibold;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
}

.card-video .des {
  font-size: 14px;
  line-height: 18px;
  color: #8e8e8e;
}





/* Testimonial Section */

.reviews .ti-widget.ti-goog .ti-review-item {
  padding: 0 8px 10px 8px !important;
}

.reviews .ti-review-item {
  border-radius: 25px !important;
}

.reviews .ti-stars {
  display: none !important;
}

.reviews .ti-widget.ti-goog .ti-review-item>.ti-inner {
  background-color: #fff !important;
  border-radius: 25px !important;
  align-items: center;
}

.reviews .ti-inner::before {
  content: "" !important;
  background-image: url('../icons/quote-icon.png') !important;
  height: 50px;
  width: 50px;
  display: block;
}

.reviews .ti-inner {
  display: flex !important;
  flex-direction: column !important;
  text-align: center !important;
  height: 100% !important;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px !important;
}

.ti-review-text-container {
  order: 1 !important;
  text-align: center !important;
  font-size: 16px !important;
  line-height: 24px !important;
  foint-family: 'Poppins' !important;
  font-weight: 400 !important;
  margin-bottom: 10px !important;
  color: #2D2D2D !important;
}

.reviews .ti-widget.ti-goog .ti-review-content {
  height: auto !important;
}

.ti-read-more {
  display: none !important;
}

.ti-review-header {
  order: 2 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  margin-top: auto !important;
}


.reviews .ti-platform-icon {
  display: none;
}


.reviews .ti-widget.ti-goog .ti-profile-img img {
  width: 95px !important;
  height: 95px !important;
  bottom: 10px !important;
}

.reviews .ti-name {
  margin-top: 15px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #2d2d2d !important;
  font-family: 'Poppins' !important;
  text-transform: capitalize;
}

.ti-controls .ti-next::before,
.ti-controls .ti-prev::before {
  display: none !important;
}

.ti-controls .ti-next::after,
.ti-controls .ti-prev::after {
  display: none !important;
}

.ti-widget.ti-goog .ti-controls {
  top: 30% !important;
}

.ti-controls .ti-next {
  background-image: url('../icons/blc-circle-right-arrow.png') !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  background-size: 50px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.ti-controls .ti-prev {
  background-image: url('../icons/blc-circle-left-arrow.png') !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  background-size: 50px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.reviews .ti-widget.ti-goog .ti-controls .ti-next {
  right: -25px !important;
}

.reviews .ti-widget.ti-goog .ti-controls .ti-prev {
  left: -25px !important;
}

.reviews .ti-widget.ti-goog .ti-reviews-container-wrapper {
  margin: 0 35px !important;
}

.ti-widget.ti-goog .ti-controls {
  margin-top: -45px;
}

.ti-widget.ti-goog .ti-col-4 .ti-review-item {
  -ms-flex: 0 0 33.333% !important;
  flex: 0 0 33.333% !important;
  max-width: 33.333% !important;
}


/* hero slider style */

.main-hero-section {
  z-index: 2;
  position: relative;
}

.hero-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(to right,
      rgba(0, 0, 0, 1) 0,
      rgba(0, 0, 0, 0.8) 5%,
      rgba(0, 0, 0, 0.2) 60%,
      rgba(0, 0, 0, 0) 100%),
    linear-gradient(to bottom,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0.2) 0%)
}


.hero-slide {
  position: absolute;
  width: 100% !important;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.hero-slider {
  position: relative;
  height: auto;
  overflow: hidden;
  padding: 0 20px;
}

.hero-swiper {
  width: 100%;
  height: 100%;
}

.hero-slide {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  justify-content: flex-start;
  color: white;
  padding: 0 5%;
}

.hero-content {
  padding: 50px 0;
}

.hero-content h4 {
  font-size: 44px;
  margin-bottom: 1rem;
  font-weight: 600;
}

.hero-content h1 {
  font-size: 64px;
  margin-bottom: 1.5rem;
  line-height: 70px;
  color: #fff !important;
}

.hero-content h1 span {
  font-size: 79px;
  line-height: 80px;
}

.hero-content p {
  font-size: 18px;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.hero-buttons {
  margin-top: 80px;
}

.hero-buttons .btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-primary);
  border-radius: 7px 7px 7px 7px;
  padding: 17px 40px 17px 40px;
}

.main-hero-section .swiper-button-prev,
.main-hero-section .swiper-button-next {
  background-image: url('../icons/btn-arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}



.main-hero-section .swiper-button-prev {
  transform: rotate(180deg);
}

.hero-buttons .btn:hover {
  background-color: #ffffff;
  color: #000000;
}

.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next {
  width: 50px;
  height: 50px;
  filter: unset;
}

.hero-swiper .swiper-button-prev:after,
.hero-swiper .swiper-button-next:after {
  font-size: 1.5rem;
}

.hero-category-swiper {
  padding: 0 10px;
}

.category-container {
  max-width: 1480px;
  margin: 0 auto;
  position: relative;
}

.category-section {
  position: relative;
  top: 90px;
}

.category-section::before {
  content: '';
  position: absolute;
  top: 58px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #B3B3B3;
  opacity: 0.3;
}

.category-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2rem;
  color: #333;
}

.category-swiper {
  padding: 20px 5px;
  position: relative;
}

.category-section .category-item {
    max-width: 230px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 20px 30px;
    border-radius: 16px;
    margin: 0 4px;
}

.category-item:hover {
  background: linear-gradient(180deg, rgba(170, 170, 170, 0.5) 0%, rgba(170, 170, 170, 0.2) 40%, rgba(170, 170, 170, 0.2) 60%, rgba(170, 170, 170, 0.2) 80%, rgba(170, 170, 170, 0) 96%);
}

.category-item .category-icon {
    background-color: rgb(63 63 63 / 80%);
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
    object-fit: contain;
    border: 1px solid #6a6a6a;
    border-radius: 50%;
    padding: 15px;
}

.category-item p {
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  line-height: 26px;
  max-width: 180px;
}

.category-nav {
  position: absolute;
  right: -45px;
  top: 35%;
  transform: translateY(0%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.category-button-prev {
  left: -65px !important;
}

.category-nav .swiper-button-lock {
  display: block !important;
}

.category-button-prev,
.category-button-next {
  filter: unset;
}

.category-container .swiper-button-prev,
.category-container .swiper-button-next {
  background: #000 url(../icons/btn-arrow.svg);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px;
  top: 0;
}



/* LLM page */

.polaris-hover-color {
  border-radius: 25px;
  background: linear-gradient(90deg,
      rgba(170, 170, 170, 0.8) 0%,
      rgba(170, 170, 170, 0.2) 40%,
      rgba(170, 170, 170, 0.2) 0%,
      rgba(170, 170, 170, 0) 76%,
      rgba(170, 170, 170, 0) 0%);
  transition: all 0.3s ease;
}


/* contact page style */

.contact-icon-box-hover .elementor-heading-title a {
  border-bottom: 1px solid #000;
}

.contact-icon-box-hover:hover {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* Hover Styles */
.contact-icon-box-hover:hover {
  background: #000 !important;
}

.contact-icon-box-hover:hover .elementor-heading-title a {
  border-bottom: 1px solid #fff;
}

/* Change text to white */
.contact-icon-box-hover:hover .elementor-image-box-title a,
.contact-icon-box-hover:hover .elementor-image-box-description,
.contact-icon-box-hover:hover .elementor-heading-title a {
  color: #fff !important;
}

.contact-icon-box-hover:hover .elementor-heading-title .elementor-widget-heading {
  border: #fff !important;
}

/* Move arrow image up on hover */
.contact-icon-box-hover:hover .elementor-widget-image {
  transform: translateY(-5px);
  transition: transform 0.3s ease;
  filter: brightness(100);
}

.contact-icon-box-hover:hover .elementor-widget-image img {
  filter: invert(10);
}



/* Resorce page Team slider style */

.clinical-team {
  padding: 50px 30px;
  margin: auto;
  background-color: #fff !important;
  overflow: hidden;
}

.clinical-team .swiper-button-prev:after,
.clinical-team .swiper-button-next:after {
  display: block !important;
  font-size: 15px;
  color: #fff;
  background-color: #5b5b5b;
  border-radius: 50px;
  padding: 13px 16px;
}

.clinical-team .swiper-button-prev,
.clinical-team .swiper-button-next {
  background-color: #ffffff66;
  border-radius: 50%;
  padding: 10px;
  top: 25%;
  color: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  width: 50px;
  height: 50px;
}

.clinical-team .swiper-button-prev {
  left: -25px;
}

.clinical-team .swiper-button-next {
  right: -25px;
}

.clinical-team .team-slider {
  position: relative;
}

.clinical-team .team-slider.swiper {
  overflow: unset !important;
}


.clinical-team .team-card {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.clinical-team .card-img {
  position: relative;
  border-radius: 20px;
}

.clinical-team .card-img img {
  width: 100%;
  max-height: 330px;
  object-fit: cover;
  border-radius: 20px;
}

.clinical-team .card-icons img {
  width: 17px;
  height: 25px;
  border-radius: inherit;
  border-radius: 0;
}

.clinical-team .card-icons {
  position: absolute;
  bottom: -20px;
  right: 10px;
  width: 55px;
  background-color: #000;
  border: 5px solid rgb(255 255 255 / 86%);
  border-radius: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding: 6px 0;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  height: 55px;
}

.clinical-team .card-icons.active {
  height: 150px;
  background-color: #000000;
  backdrop-filter: blur(8px);
  flex-direction: column-reverse;

}

.clinical-team .card-icons img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.clinical-team .share-toggle img {
  position: absolute;
}


.clinical-team .share-toggle {
  background: transparent;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.clinical-team .social-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}

.clinical-team .card-icons.active .social-links {
  opacity: 1;
  pointer-events: auto;

}

.clinical-team .social-links a {
  background: #5d5d5d;
  color: #fff;
  font-size: 13px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.clinical-team .card-icons .social-links {
  display: none;
}

.clinical-team .card-icons.active .social-links {
  display: flex;
}

.clinical-team .team-card h4 {
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  font-weight: 400;
  font-family: poppins;
}

.clinical-team .position {
  font-size: 16px;
  color: #5b5b5b;
  line-height: 20px;
  margin: 0;
  font-family: poppins;
}

.clinical-team .desc {
  font-size: 14px;
  line-height: 24px;
  color: #5b5b5b;
  font-family: poppins;
  max-width: 90%;
}

.clinical-team.swiper-button-prev,
.clinical-team .swiper-button-next {
  background-color: #eee;
  border-radius: 50%;
  padding: 10px;
  top: 25%;
  color: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}


.hero-content {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.hero-slide-active .hero-content {
  opacity: 1;
  transform: translateY(0);
}


/* media queries */


@media screen and (max-width: 1440px) {

  .filter-section .filter-swiper {
    padding: 0 50px;
  }

  .category-section {
    top: 50px;
  }

  .filter-section .filter-swiper .swiper-wrapper {
    justify-content: flex-start;
  }

  .filter-section .grid {
    gap: 20px;
    margin-top: 20px;
  }

  .sub-title {
    font-size: 14px;
  }

  .card-video {
    grid-column: span 1;
  }

  .hero-content h4 {
    font-size: 35px;
  }

  .hero-content h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 0;
  }

  .hero-content h1 span {
    font-size: 60px;
    line-height: 65px;
  }

  .hero-buttons {
    margin-top: 40px;
  }

  .hero-buttons .btn {
    font-size: 15px;
    line-height: 15px;
    padding: 13px 30px 13px 30px;
  }

  .hero-swiper .swiper-button-prev,
  .hero-swiper .swiper-button-next {
    width: 45px;
    height: 45px;
    filter: unset;
  }

  .category-container {
    max-width: 1360px;
    width: 80%;
  }

  .category-item {
    max-width: 219px;
    width: 219px !important;
    padding: 20px 22px;
  }

  .category-item p {
    font-size: 16px;
    line-height: 24px;
  }

  .filtter-btn {
    padding: 7px 11px !important;
    font-size: 16px !important;
    line-height: 2 !important;
    min-width: 72px !important;
  }


  .polaris-section .elementor-image-box-img img {
    padding: 7px !important;
    width: 60px !important;
    height: 60px !important;
  }

  .clinical-team .share-toggle {
    width: 40px;
    height: 40px;
  }

  .clinical-team .card-icons img {
    width: 25px;
    height: 23px;
  }

  .clinical-team .team-card h4 {
    font-size: 20px;
    line-height: 25px;
  }

  .clinical-team .swiper-button-prev,
  .clinical-team .swiper-button-next {
    top: 25%;
  }

  .clinical-team .desc {
    font-size: 12px;
    line-height: 18px;
  }

  .category-item img {
    width: 60px;
    height: 60px;
  }

  .category-section .category-item {
    max-width: 210px;
  }

  .category-section::before {
    top: 54px;
  }

  .category-nav {
    top: 36% !important;
  }


}

@media screen and (max-width: 1024px) {
  .category-section {
    top: 0;
  }

  .reviews .ti-widget.ti-goog .ti-reviews-container-wrapper {
    margin: 0 15px !important;
  }

  .sub-title {
    font-size: 16px;
  }

  .reviews .ti-widget.ti-goog .ti-profile-img img {
    width: 65px !important;
    height: 65px !important;
    bottom: 10px !important;
  }

  .filtter-btn {
    padding: 7px 14px !important;
    border-radius: 30px !important;
    font-size: 14px !important;
    line-height: 2 !important;
    min-width: 70px !important;
  }


  .hero-content h4 {
    font-size: 25px;
    line-height: 25px;
  }

  .hero-content h1 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .hero-content h1 span {
    font-size: 45px;
    line-height: 50px;
  }

  .hero-swiper .swiper-button-prev,
  .hero-swiper .swiper-button-next {
    width: 30px;
    height: 30px;
    filter: unset;
  }

  .swiper-button-prev,
  .swiper-button-next {
    background-size: 20px;
  }

  .hero-buttons .btn {
    font-size: 14px;
    line-height: 15px;
    padding: 10px 25px 10px 25px;
  }

  .hero-content p {
    font-size: 14px;
  }

  .category-item p {
    font-size: 14px;
    line-height: 20px;
  }

  .category-item img {
    width: 50px;
    height: 50px;
    padding: 15px;
  }

  .category-section::before {
    top: 46px;
  }

  .img-after::after {
    background-size: 100px;
    right: -80px;
  }

  .polaris-section .elementor-image-box-img img {
    padding: 7px !important;
    width: 40px !important;
    height: 40px !important;
  }

  .filter-section .filtter-btn {
    padding: 5px 20px !important;
    font-size: 14px !important;
    height: 45px;
  }

  .filter-section .swiper-button-prev,
  .filter-section .swiper-button-next {
    background-size: 20px;
  }

  .filter-section .filter-swiper .swiper-wrapper {
    justify-content: flex-start !important;
  }

  .category-section .category-item {
    max-width: 195px;
  }

  .category-nav {
    top: 35% !important;
  }

}

@media screen and (max-width: 768px) {

  .main-hero-section .swiper-button-prev,
  .main-hero-section .swiper-button-next {
    background-size: 20px;
  }

  .hero-content {
    padding: 50px 15px;
  }

  .hero-content h4 {
    font-size: 18px;
    line-height: 20px;
  }

  .hero-content p {
    font-size: 14px;
    max-width: 400px;
  }

  .hero-content h1 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 5px;
  }

  .hero-content h1 span {
    font-size: 30px;
    line-height: 35px;
  }

  .hero-slide {
    padding: 0 8%;
  }

  .hero-slider {
    min-height: auto;
    padding: 0 20px;
  }


  .subcategories .sub-cate-btn {
    gap: 10px;
    text-align: center;
  }

  .filter-section .subcategories {
    margin-top: 20px !important;
    flex-wrap: nowrap !important;
  }

  .card-video {
    margin-bottom: 30px;
  }

  .filter-section .swiper-button-prev,
  .filter-section .swiper-button-next {
    background-size: 20px;
  }


  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 0;
    right: auto;
  }

  .hero-slide {
    padding: 0 9%;
  }

  .category-item {
    max-width: 170px;
    width: 171px !important;
    padding: 10px 15px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 35px;
    height: 35px;
    background-size: 15px;
  }

  .category-section::before {
    top: 48px;
  }

  .img-after::after {
    width: 60px;
    height: 60px;
    background-size: 60px;
    bottom: -20px;
    right: -5px;
  }

  .category-container {
    width: 95%;
  }

  .filter-section .subcategories .sub-cate-btn a {
    font-size: 12px;
    line-height: 16px;
    color: #000;
  }

  .category-nav {
    display: none;
  }

  .clinical-team .swiper-button-prev,
  .clinical-team .swiper-button-next {
    top: 30%;
  }

}


@media screen and (max-width: 425px) {
  .category-section .category-item {
    max-width: 190px;
    width: 190px !important;
    padding: 10px 30px;
  }

  .category-section::before {
    top: 38px;
  }
}

/* custom popup  */

.popup-video {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -999;
    top: 200%;
    left: 0;
    opacity:0;
    
}
.popup-video.show {
    z-index: 999;
    top: 0;
    left: 0;
    opacity:1;

  }

.overlay {
    background: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
}

.popup-video-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: red;
    max-width: 42vw;
    width: 100%;
    height: 23vw;
    z-index: -999;
    opacity:0;
    transition: all 0.3s ease;

}

.show .popup-video-content {
     z-index: 999;
    opacity:1;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s ease;
}

span.close-video {
    position: absolute;
    right: 0;
    top: -50px;
    background: green;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.popup-video-content video, .popup-video-content iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}