/* =====================================
   PHYSICIAN CLINIC VARIABLES 
===================================== */
/* =====================================
   PHYSICIAN CLINIC VARIABLES 
===================================== */
/* =====================================
   LOAD COMMON SCSS
===================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body {
  font-family: "Lexend Deca", 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: #767676;
  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: #767676;
  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: #a55abc !important;
  background: #fff;
  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: #a55abc !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;
}

ul,
ol {
  list-style: none;
}

.container {
  max-width: 1320px !important;
}

a {
  text-decoration: none;
  color: #a55abc;
}

/* =====================================
   GLOBAL STYLES
===================================== */
/* =====================================
   SPACING UTILITIES
===================================== */
.mt-60 {
  margin-top: 3.75rem !important;
}

.mb-60 {
  margin-bottom: 3.75rem !important;
}

.pt-50 {
  padding-top: 3.125rem !important;
}

.pb-50 {
  padding-bottom: 3.125rem !important;
}

/* =====================================
   SLIDER PAGINATION
===================================== */
.swiper-pagination-bullet-active {
  background: linear-gradient(172.5deg, #a55abc 20.96%, #8d0fb4 82.91%);
  width: 1.3rem;
  border-radius: 1.25rem;
}

.blog_detail_section .blog_details_wrapper .blog_main_img img {
  height: 29.375rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.25rem;
  width: 100%;
  margin-bottom: 1.875rem;
}
.blog_detail_section .blog_details_wrapper .blog_content_area img {
  height: 29.375rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.25rem;
  width: 100%;
  margin-bottom: 1.875rem;
}
.blog_detail_section .blog_details_wrapper .blog_content_area p {
  margin-bottom: 0.5rem;
  color: #878787;
  line-height: 1.6875rem;
}
.blog_detail_section .blog_details_wrapper .blog_content_area p strong {
  font-weight: 500;
}
.blog_detail_section .blog_details_wrapper .blog_content_area h3 {
  font-size: 1.875rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.blog_detail_section .blog_details_wrapper .blog_content_area h3 strong {
  font-weight: 500;
}
.blog_detail_section .blog_details_wrapper .blog_content_area h4 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  margin-top: 20px;
}
.blog_detail_section .blog_details_wrapper .blog_content_area h4 strong {
  font-weight: 500;
}
.blog_detail_section .blog_details_wrapper .blog_content_area {
  margin-bottom: 2.8125rem;
}
.blog_detail_section .blog_details_wrapper .blog_content_area ul {
  margin-bottom: 1.875rem;
}
.blog_detail_section .blog_details_wrapper .blog_content_area ul li {
  position: relative;
  padding-left: 1.5625rem;
}
.blog_detail_section .blog_details_wrapper .blog_content_area ul li::before {
  content: "\f058";
  /* check icon unicode */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  /* solid icon ke liye */
  position: absolute;
  left: 0;
  top: 2px;
  color: #a55abc;
  /* apni color change kar sakte ho */
}
.blog_detail_section .blog_details_wrapper h2 {
  font-size: 1.875rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

/* =====================================
   COMMON SECTION HEADING
===================================== */
.section_heading {
  margin-bottom: 2.5rem;
}
.section_heading.text-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 64.375rem;
}
.section_heading.text-center .desc {
  margin-left: auto;
  margin-right: auto;
}
.section_heading .sub_title {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  display: block;
}
.section_heading .section_title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 0.375rem;
  line-height: 1.25;
  color: #000;
}
.section_heading .section_title span,
.section_heading .section_title .highlight {
  color: #a55abc;
}
.section_heading .desc {
  font-size: 1rem;
  color: #878787;
  line-height: 1.6875rem;
}

/* =====================================
   LOAD OTHER PAGES SCSS
===================================== */
.page_banner_section {
  position: relative;
  padding: 8rem 0;
  overflow: hidden;
}
.page_banner_section .banner_bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.page_banner_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: -1;
}
.page_banner_section .banner_content {
  position: relative;
  z-index: 1;
}
.page_banner_section .banner_content .page_title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  text-transform: capitalize;
}
.page_banner_section .banner_content .meta_info .meta_item {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 400;
}
.page_banner_section .banner_content .meta_info .meta_item i {
  font-size: 1rem;
}
.page_banner_section .banner_content .meta_info .separator {
  font-size: 1rem;
  opacity: 0.8;
}

/* =====================================
   ABOUT SECTION STYLES
===================================== */
.about_page_section .about_images {
  position: relative;
}
.about_page_section .about_images .img_1 {
  width: 85%;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0px 20px 70px rgba(0, 0, 0, 0.25);
}
.about_page_section .about_images .img_1 img {
  border-radius: 1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  min-height: 34rem;
}
.about_page_section .about_images .img_2 {
  position: absolute;
  bottom: 40px;
  right: 0;
  border: 9px solid rgba(165, 90, 188, 0.25);
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.about_page_section .about_images .img_2 img {
  border-radius: 0.5rem;
  width: 100%;
  display: block;
  width: 13.6875rem;
  height: 16.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_page_section .about_content .section_heading .desc {
  color: rgba(14, 12, 12, 0.7);
  margin-bottom: 0.4rem;
}

/* =====================================
   ABOUT OFFER SECTION STYLES
===================================== */
.about_offer_section {
  background-color: rgba(165, 90, 188, 0.09);
}
.about_offer_section .offer_card {
  padding: 0 0.9375rem;
}
.about_offer_section .offer_card .icon_wrapper {
  width: 6.25rem;
  height: 6.25rem;
  background-color: rgba(165, 90, 188, 0.09);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.875rem;
}
.about_offer_section .offer_card .icon_wrapper img {
  width: 3.125rem;
  height: 3.125rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.about_offer_section .offer_card h5 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.375rem;
  color: #000;
}
.about_offer_section .offer_card p {
  font-size: 0.9375rem;
  color: #878787;
  line-height: 1.6;
  margin-bottom: 0;
}

.our_process_section .treatment_content .section_heading {
  margin-bottom: 1.25rem;
}
.our_process_section .treatment_content .treatment_list {
  padding: 0;
  margin: 0;
}
.our_process_section .treatment_content .treatment_list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.875rem;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(14, 12, 12, 0.7);
}
.our_process_section .treatment_content .treatment_list li .icon,
.our_process_section .treatment_content .treatment_list li i {
  width: 1.25rem;
  display: flex;
  justify-content: center;
  color: #a55abc;
  font-size: 1rem;
  flex-shrink: 0;
}
.our_process_section .treatment_content .btn-primary {
  margin-top: 1.25rem;
}
.our_process_section .treatment_image img {
  border-radius: 1.25rem;
  width: 100%;
  max-width: 90%;
  height: 28rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

/* =====================================
   OUR TEAM SECTION STYLES
===================================== */
.our_team_section {
  background-color: #f8f8f8;
}
.our_team_section .swiper-wrapper {
  padding-bottom: 1.7rem;
}
.our_team_section .swiper-slide {
  height: auto;
}
.our_team_section .team_card {
  background: #fff;
  border: 1px solid rgba(165, 90, 188, 0.29);
  border-radius: 1.25rem;
  padding: 1.25rem;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.our_team_section .team_card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.our_team_section .team_card .team_img {
  width: 8.125rem;
  height: 8.125rem;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #a55abc;
  position: relative;
}
.our_team_section .team_card .team_img img {
  width: 7.7rem;
  height: 7.7rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.our_team_section .team_card .team_content .name {
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 0.25rem;
}
.our_team_section .team_card .team_content .specialty {
  font-size: 1rem;
  font-weight: 400;
  color: #a55abc;
  margin-bottom: 0.5rem;
}
.our_team_section .team_card .team_content .desc {
  font-size: 0.9375rem;
  color: #878787;
  line-height: 1.6;
  margin-bottom: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.our_team_section .team_card .social_links {
  margin-top: auto;
}
.our_team_section .team_card .social_links li a {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #878787;
  color: #878787;
  transition: 0.3s;
  font-size: 1rem;
}
.our_team_section .team_card .social_links li a:hover {
  background: linear-gradient(172.5deg, #a55abc 20.96%, #8d0fb4 82.91%);
  color: #fff;
  border-color: #a55abc;
}

/* =====================================
   CONTACT INFO SECTION STYLES
===================================== */
.contact_info_section .contact_card {
  background: #fff;
  border: 1px solid #ced7e0;
  border-radius: 1.25rem;
  padding: 1.25rem;
  transition: 0.3s;
  height: 100%;
}
.contact_info_section .contact_card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.contact_info_section .contact_card .icon_wrapper {
  width: 5rem;
  height: 5rem;
  background-color: rgba(165, 90, 188, 0.09);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
}
.contact_info_section .contact_card .icon_wrapper i {
  font-size: 1.7rem;
  color: #a55abc;
}
.contact_info_section .contact_card h5 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 1.5rem;
}
.contact_info_section .contact_card .content p,
.contact_info_section .contact_card .content a {
  font-size: 1rem;
  color: #878787;
  margin-bottom: 0;
  display: block;
  text-decoration: none;
  line-height: 1.7;
}
.contact_info_section .contact_card .content .link {
  font-weight: 500;
  color: #000;
  text-decoration: underline;
  margin-top: 0.5rem;
  transition: 0.3s;
}
.contact_info_section .contact_card .content .link:hover {
  color: #a55abc;
}
.contact_info_section .contact_card .content a {
  transition: 0.3s;
}
.contact_info_section .contact_card .content a:hover {
  color: #a55abc;
}

.contact_page_section {
  background: #f8f8f8;
}

/* =====================================
   TREATMENTS GRID SECTION STYLES
===================================== */
.treatments_grid_section {
  background: #f8f8f8;
}
.treatments_grid_section .treatment_card {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 0.9375rem;
  padding: 1.25rem;
  height: 100%;
  transition: 0.3s;
}
.treatments_grid_section .treatment_card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
}
.treatments_grid_section .treatment_card h5 {
  color: #a55abc;
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 0.375rem;
}
.treatments_grid_section .treatment_card p {
  color: #878787;
  font-size: 0.9375rem;
  line-height: 1.7;
  margin-bottom: 0;
}

/* =====================================
   DERMATOLOGY CARE SECTION STYLES
===================================== */
.care_section .care_content .section_heading {
  margin-bottom: 1.5rem;
}
.care_section .care_content .care_list li {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.care_section .care_content .care_list li .icon {
  flex-shrink: 0;
}
.care_section .care_content .care_list li .icon i {
  font-size: 1.5rem;
  color: #a55abc;
  margin-top: 0.2rem;
}
.care_section .care_content .care_list li .text h5 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #a55abc;
  margin-bottom: 0.25rem;
}
.care_section .care_content .care_list li .text p {
  font-size: 0.9375rem;
  color: #878787;
  line-height: 1.6;
  margin-bottom: 0;
}
.care_section .care_images {
  padding-left: 2rem;
}
.care_section .care_images img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.care_section .care_images .img_top {
  margin-bottom: 1rem;
}
.care_section .care_images .img_top img {
  height: 22.875rem;
}
.care_section .care_images .img_bottom img {
  height: 13.4375rem;
}

/* =====================================
   PURPOSE DRIVEN CARE SECTION STYLES
===================================== */
.purpose_care_section {
  background: #f8f8f8;
}
.purpose_care_section .section_heading {
  margin-bottom: 1.875rem;
}
.purpose_care_section .images_row {
  margin-bottom: 1.875rem;
}
.purpose_care_section .images_row img {
  height: 18.75rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}
.purpose_care_section .dedicated_care_content .title {
  font-size: 2rem;
  font-weight: 600;
  color: #000;
}
.purpose_care_section .dedicated_care_content .title .highlight {
  color: #a55abc;
}
.purpose_care_section .dedicated_care_content .desc {
  color: #878787;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.purpose_care_section .dedicated_care_content .care_points_list li {
  margin-bottom: 1rem;
}
.purpose_care_section .dedicated_care_content .care_points_list li .care_point {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.purpose_care_section .dedicated_care_content .care_points_list li .care_point .icon {
  flex-shrink: 0;
}
.purpose_care_section .dedicated_care_content .care_points_list li .care_point .icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 1.5rem;
  height: 1.5rem;
}
.purpose_care_section .dedicated_care_content .care_points_list li .care_point .icon i {
  font-size: 1.25rem;
  color: #a55abc;
}
.purpose_care_section .dedicated_care_content .care_points_list li .care_point .text {
  font-size: 1rem;
  font-weight: 400;
  color: #878787;
}

/* =====================================
   BLOG DETAIL SECTION STYLES
===================================== */
.blog_detail_section .blog_details_wrapper .blog_main_img img {
  height: 29.375rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}
.blog_detail_section .blog_details_wrapper .blog_title {
  font-size: 1.875rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.blog_detail_section .blog_details_wrapper .blog_subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.blog_detail_section .blog_details_wrapper .blog_small_title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 1rem;
}
.blog_detail_section .blog_details_wrapper .desc {
  color: #878787;
  line-height: 1.7;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.blog_detail_section .blog_details_wrapper .blog_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog_detail_section .blog_details_wrapper .blog_list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  color: #000;
  margin-bottom: 0.75rem;
  font-weight: 500;
}
.blog_detail_section .blog_details_wrapper .blog_list li img {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog_detail_section .blog_details_wrapper .blog_list li i {
  color: #a55abc;
  font-size: 1rem;
}
.blog_detail_section .blog_details_wrapper .tags_card,
.blog_detail_section .blog_details_wrapper .share_card,
.blog_detail_section .blog_details_wrapper .author_box,
.blog_detail_section .blog_details_wrapper .nav_btn {
  border: 1px solid #ced7e0;
  border-radius: 0.875rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  background: #fff;
}
.blog_detail_section .blog_details_wrapper .tags_card {
  gap: 1rem;
}
.blog_detail_section .blog_details_wrapper .tags_card .title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
}
.blog_detail_section .blog_details_wrapper .tags_card .tags_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.blog_detail_section .blog_details_wrapper .tags_card .tags_list .tag_link {
  border: 1px solid #bfbfbf;
  color: #000;
  padding: 0.375rem 1rem;
  display: inline-block;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 400;
  transition: 0.3s;
  background: transparent;
}
.blog_detail_section .blog_details_wrapper .tags_card .tags_list .tag_link:hover {
  background: linear-gradient(172.5deg, #a55abc 20.96%, #8d0fb4 82.91%);
  color: #fff;
  border-color: #a55abc;
}
.blog_detail_section .blog_details_wrapper .share_card {
  gap: 1rem;
}
.blog_detail_section .blog_details_wrapper .share_card .title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
}
.blog_detail_section .blog_details_wrapper .share_card .share_list {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.blog_detail_section .blog_details_wrapper .share_card .share_list .social_link {
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  border: 1px solid #bfbfbf;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000;
  transition: 0.3s;
  font-size: 1rem;
}
.blog_detail_section .blog_details_wrapper .share_card .share_list .social_link:hover {
  border-color: #a55abc;
  background: linear-gradient(172.5deg, #a55abc 20.96%, #8d0fb4 82.91%);
  color: #fff;
}
.blog_detail_section .blog_details_wrapper .author_box .author_img {
  width: 5rem;
  height: 5rem;
  flex-shrink: 0;
  border-radius: 50%;
  padding: 3px;
  border: 1px solid #a55abc;
}
.blog_detail_section .blog_details_wrapper .author_box .author_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.blog_detail_section .blog_details_wrapper .author_box .author_info .name {
  font-size: 1.25rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 0.2rem;
}
.blog_detail_section .blog_details_wrapper .author_box .author_info .role {
  color: #a55abc;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}
.blog_detail_section .blog_details_wrapper .post_navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog_detail_section .blog_details_wrapper .post_navigation .nav_btn {
  padding: 0.3rem 1.2rem;
  border-radius: 4rem;
  font-weight: 400;
  color: #000;
}
.blog_detail_section .blog_details_wrapper .post_navigation .nav_btn:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.blog_detail_section .blog_details_wrapper .comments_area {
  margin-bottom: 1.875rem;
}
.blog_detail_section .blog_details_wrapper .comments_area .comments_title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 1.25rem;
}
.blog_detail_section .blog_details_wrapper .comments_area .comment_list .comment_item {
  border: 1px solid #ced7e0;
  margin-bottom: 1.5rem;
  padding: 1rem;
  border-radius: 0.875rem;
}
.blog_detail_section .blog_details_wrapper .comments_area .comment_list .comment_item:last-child {
  margin-bottom: 0;
}
.blog_detail_section .blog_details_wrapper .comments_area .comment_list .comment_item .user_img {
  width: 3.5rem;
  height: 3.5rem;
  flex-shrink: 0;
}
.blog_detail_section .blog_details_wrapper .comments_area .comment_list .comment_item .user_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.blog_detail_section .blog_details_wrapper .comments_area .comment_list .comment_item .user_info .user_name {
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}
.blog_detail_section .blog_details_wrapper .comments_area .comment_list .comment_item .user_info .date {
  font-size: 0.875rem;
  color: #878787;
}
.blog_detail_section .blog_details_wrapper .comments_area .comment_list .comment_item .reply_btn {
  font-size: 0.875rem;
  font-weight: 500;
  color: #000;
  transition: 0.3s;
  text-decoration: none;
  border: 1px solid #d1d1d1;
  padding: 0.375rem 1rem;
  border-radius: 0.5rem;
}
.blog_detail_section .blog_details_wrapper .comments_area .comment_list .comment_item .reply_btn:hover {
  color: #a55abc;
}
.blog_detail_section .blog_details_wrapper .comments_area .comment_list .comment_item .text {
  color: #878787;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-top: 1rem;
  margin-bottom: 0;
}
.blog_detail_section .blog_details_wrapper .reply_title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 1.25rem;
}
.blog_detail_section .blog_details_wrapper .leave_reply_area {
  border: 1px solid #ced7e0;
  padding: 1rem;
  border-radius: 0.875rem;
}
.blog_detail_section .blog_details_wrapper .leave_reply_area label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 400;
  color: #565656;
}
.blog_detail_section .blog_details_wrapper .leave_reply_area .form-control,
.blog_detail_section .blog_details_wrapper .leave_reply_area .form-textarea {
  border: 1px solid #e6e6e6;
  border-radius: 6.25rem;
  padding: 0.8rem 1rem;
}
.blog_detail_section .blog_details_wrapper .leave_reply_area .form-control:focus,
.blog_detail_section .blog_details_wrapper .leave_reply_area .form-textarea:focus {
  border-color: #a55abc;
  box-shadow: none;
}
.blog_detail_section .blog_details_wrapper .leave_reply_area .form-textarea {
  border-radius: 1rem;
  width: 100%;
  resize: none;
}
.blog_detail_section .blog_details_wrapper .leave_reply_area .form-check-label {
  font-size: 0.9rem;
  color: #878787;
}

/* =====================================
   BLOG SIDEBAR STYLES
===================================== */
.sidebar_area {
  position: sticky;
  top: 8rem;
  z-index: 10;
}

.sidebar_widget {
  padding: 1rem;
  border: 1px solid #ced7e0;
  border-radius: 0.875rem;
  background: #fff;
}
.sidebar_widget .widget_title {
  font-size: 1.25rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 1.25rem;
}
.sidebar_widget.search_widget .search_form input {
  width: 100%;
  border: 1px solid #ced7e0;
  border-radius: 2rem;
  padding: 0.7rem 1.25rem;
  outline: none;
}
.sidebar_widget.search_widget .search_form input:focus {
  border-color: #a55abc;
}
.sidebar_widget.search_widget .search_form .search_btn {
  white-space: nowrap;
}
.sidebar_widget.recent_post_widget .recent_post_list li {
  margin-bottom: 1rem;
}
.sidebar_widget.recent_post_widget .recent_post_list li:last-child {
  margin-bottom: 0;
}
.sidebar_widget.recent_post_widget .recent_post_list li a {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.sidebar_widget.recent_post_widget .recent_post_list li a img {
  width: 5.625rem;
  height: 5.625rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
  flex-shrink: 0;
}
.sidebar_widget.recent_post_widget .recent_post_list li a .post_info .title {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
  margin-bottom: 0.3rem;
  transition: 0.3s;
}
.sidebar_widget.recent_post_widget .recent_post_list li a .post_info .date {
  font-size: 0.875rem;
  color: #878787;
}
.sidebar_widget.recent_post_widget .recent_post_list li a:hover .post_info .title {
  color: #a55abc;
}
.sidebar_widget.categories_widget .category_list li {
  margin-bottom: 0.75rem;
}
.sidebar_widget.categories_widget .category_list li:last-child {
  margin-bottom: 0;
}
.sidebar_widget.categories_widget .category_list li a {
  background: #f3f3f3;
  padding: 0.75rem 1rem;
  border-radius: 0.625rem;
  color: #000;
  font-weight: 400;
  font-size: 0.9375rem;
  transition: 0.3s;
  border: 1px solid transparent;
}
.sidebar_widget.categories_widget .category_list li a:hover {
  background: linear-gradient(172.5deg, #a55abc 20.96%, #8d0fb4 82.91%);
  color: #fff;
}
.sidebar_widget.tags_widget .tag_cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.sidebar_widget.tags_widget .tag_cloud a {
  border: 1px solid #bfbfbf;
  color: #000;
  padding: 0.375rem 1rem;
  display: inline-block;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 400;
  transition: 0.3s;
  background: transparent;
}
.sidebar_widget.tags_widget .tag_cloud a:hover {
  background: linear-gradient(172.5deg, #a55abc 20.96%, #8d0fb4 82.91%);
  color: #fff;
  border-color: #a55abc;
}

/* =====================================
   BLOG PAGE SECTION STYLES
===================================== */
.blog_page_section {
  background: #f8f8f8;
}

.pagination_area .page_link {
  width: 3.125rem;
  height: 3.125rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid rgba(165, 90, 188, 0.25);
}
.pagination_area .page_link:hover {
  border-color: #a55abc;
  color: #a55abc;
}
.pagination_area .page_link.active {
  background: #a55abc;
  color: #fff;
  border-color: #a55abc;
}

@media (max-width: 991px) {
  .section_heading .section_title {
    font-size: 2rem;
  }
  .pt-50 {
    padding-top: 2.5rem !important;
  }
  .pb-50 {
    padding-bottom: 2.5rem !important;
  }
  .mb-60 {
    margin-bottom: 2.5rem !important;
  }
  .mt-60 {
    margin-top: 2.5rem !important;
  }
  .our_process_section .treatment_image img {
    max-width: 100%;
  }
  .care_section .care_images {
    padding-left: 0;
  }
  .purpose_care_section .section_heading {
    margin-bottom: 0;
  }
  .purpose_care_section .purpose_img {
    margin-top: 1.875rem;
  }
  .purpose_care_section .dedicated_care_content .title {
    font-size: 1.6rem;
  }
  .blog_detail_section .blog_details_wrapper .blog_title {
    font-size: 1.5rem;
  }
  .blog_detail_section .sidebar_area {
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 2rem !important;
  }
  .mt-60 {
    margin-top: 2rem !important;
  }
  .pt-50 {
    padding-top: 2.2rem !important;
  }
  .pb-50 {
    padding-bottom: 2.2rem !important;
  }
  .section_heading {
    margin-bottom: 1.7rem;
  }
  .section_heading .section_title {
    font-size: 1.8rem;
  }
  .top_header {
    display: none;
    padding: 0.5rem 0;
  }
  .top_header .contact_info {
    gap: 1rem;
    justify-content: end;
  }
  .top_header .contact_info li {
    border: 0;
    padding: 0;
  }
  .top_header .contact_info li a span {
    display: none;
  }
  .top_header .contact_info li a i {
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .hero_section .availability_wrapper {
    margin-top: 1.875rem;
    margin-bottom: 0;
  }
  .hero_section .availability_wrapper .availability_box .info_item {
    border: 0;
  }
  .hero_section .availability_wrapper .availability_box .app-quick-btn {
    justify-content: start;
  }
  .services_section .service_card {
    padding: 0.7rem;
  }
  .blog_card {
    padding: 0.6rem;
  }
  .blog_card .image_container {
    height: 14.875rem;
  }
  .page_banner_section {
    padding: 5rem 0;
  }
  .page_banner_section .banner_content .page_title {
    font-size: 2rem;
  }
  .page_banner_section .banner_content .meta_info {
    flex-wrap: wrap;
    gap: 8px !important;
  }
  .contact_info_section .contact_card {
    padding: 0.8rem;
  }
  .contact_info_section .contact_card h5 {
    margin-bottom: 0.5rem;
  }
  .blog_detail_section .blog_details_wrapper .tags_card,
  .blog_detail_section .blog_details_wrapper .share_card {
    flex-direction: column;
    align-items: start !important;
    gap: 0.5rem !important;
  }
  .blog_detail_section .blog_details_wrapper .author_box .author_img {
    width: 4rem;
    height: 4rem;
  }
}
@media (max-width: 567px) {
  .about_page_section .about_images .img_1 img {
    min-height: 28rem;
  }
  .about_page_section .about_images .img_2 {
    bottom: 20px;
  }
  .about_page_section .about_images .img_2 img {
    width: 12.6875rem;
    height: 13.375rem;
  }
  .services_about_section .about_images .img_1 img {
    min-height: 28rem;
  }
  .services_about_section .about_images .img_2 {
    bottom: 20px;
  }
  .services_about_section .about_images .img_2 img {
    width: 12.6875rem;
    height: 13.375rem;
  }
  .blog_detail_section .blog_details_wrapper .blog_main_img img {
    height: 20.375rem;
  }
}
/* =====================================
   LOAD OTHER PAGES SCSS
===================================== */
/* =====================================
   LOAD COMMON SCSS
===================================== */
@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/HankenGrotesk-Bold.woff2") format("woff2"), url("../fonts/HankenGrotesk-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/HankenGrotesk-SemiBold.woff2") format("woff2"), url("../fonts/HankenGrotesk-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/HankenGrotesk-ExtraBold.woff2") format("woff2"), url("../fonts/HankenGrotesk-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/HankenGrotesk-Thin.woff2") format("woff2"), url("../fonts/HankenGrotesk-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/HankenGrotesk-Medium.woff2") format("woff2"), url("../fonts/HankenGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/HankenGrotesk-Black.woff2") format("woff2"), url("../fonts/HankenGrotesk-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/HankenGrotesk-Regular.woff2") format("woff2"), url("../fonts/HankenGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Hanken Grotesk", sans-serif;
}

/* =====================================
   overwrite css
===================================== */
.section_heading {
  margin-bottom: 1.875rem;
}
.section_heading .section_title {
  color: #2A2A2A;
  font-size: 2.5rem;
  font-weight: bold;
}
.section_heading .section_title span,
.section_heading .section_title .highlight {
  color: #0FB9B1;
}
.section_heading .desc {
  color: #2A2A2A !important;
}

p {
  color: #2A2A2A !important;
}

.swiper-pagination-bullet-active {
  background: linear-gradient(180deg, #37F4EB 0%, #02AFA7 100%);
}

.about_page_section .about_images .img_2 {
  border-color: rgba(15, 185, 177, 0.25);
}
.about_page_section .about_images .img_1 img {
  max-height: 34rem;
}

.about_offer_section {
  background-color: #E6FFFA;
}
.about_offer_section .offer_card .icon_wrapper {
  background-color: #fff;
}
.about_offer_section .offer_card .icon_wrapper img {
  filter: brightness(0) saturate(100%) invert(58%) sepia(97%) saturate(3057%) hue-rotate(141deg) brightness(101%) contrast(88%);
}

.our_team_section {
  background-color: #F5F5F5;
}
.our_team_section .team_card {
  border-color: #E6E3E3;
}
.our_team_section .team_card .team_img {
  border-color: #0FB9B1;
}
.our_team_section .team_card .team_content .specialty {
  color: #0FB9B1;
}
.our_team_section .team_card .social_links li a {
  color: #2A2A2A;
  border-color: #F5F5F5;
}
.our_team_section .team_card .social_links li a:hover {
  background: linear-gradient(180deg, #37F4EB 0%, #02AFA7 100%);
  color: #fff;
  border-color: #0FB9B1;
}

.treatments_grid_section {
  background: #F5F5F5;
}
.treatments_grid_section .treatment_card {
  border-color: #E6E3E3;
}
.treatments_grid_section .treatment_card h5 {
  color: #0FB9B1;
}
.treatments_grid_section .treatment_card p {
  color: #2A2A2A;
}

.care_section .care_content .care_list li .text h5 {
  color: #0FB9B1;
}

.purpose_care_section .dedicated_care_content .title {
  color: #2A2A2A;
}
.purpose_care_section .dedicated_care_content .title span,
.purpose_care_section .dedicated_care_content .title .highlight {
  color: #0FB9B1;
}
.purpose_care_section .dedicated_care_content .care_points_list li .care_point .text {
  color: #2A2A2A;
}

.pagination_area .page_link {
  background: #fff;
  border-color: #E6E3E3;
}
.pagination_area .page_link:hover {
  border-color: #0FB9B1;
  color: #0FB9B1;
}
.pagination_area .page_link.active {
  background: #0FB9B1;
  color: #fff;
  border-color: #0FB9B1;
}

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: #0FB9B1 !important;
}

.blog_detail_section .blog_details_wrapper .leave_reply_area .form-control,
.blog_detail_section .blog_details_wrapper .leave_reply_area .form-textarea {
  border-radius: 2rem;
}

.leave_reply_area .btn-primary {
  padding: 0.625rem 0;
}

.sidebar_widget.search_widget .search_form input {
  border-radius: 2rem !important;
}
.sidebar_widget.search_widget .search_form .btn-primary {
  padding: 0.3125rem 0.9375rem 0.3125rem 0.9375rem;
  gap: 0;
  justify-content: center;
}
.sidebar_widget.search_widget .btn-primary {
  width: 30%;
}
.sidebar_widget.search_widget .btn-primary .btn_text {
  transform: translate(-15%);
}
.sidebar_widget.recent_post_widget .recent_post_list li a:hover .post_info .title {
  color: #0FB9B1;
}
.sidebar_widget.categories_widget .category_list li a:hover {
  background: linear-gradient(180deg, #37F4EB 0%, #02AFA7 100%);
  color: #fff;
}
.sidebar_widget.tags_widget .tag_cloud a:hover {
  background: linear-gradient(180deg, #37F4EB 0%, #02AFA7 100%);
  color: #fff;
  border-color: #0FB9B1;
}

.blog_detail_section .blog_details_wrapper .tags_card .tags_list .tag_link:hover {
  background: linear-gradient(180deg, #37F4EB 0%, #02AFA7 100%);
  color: #fff;
  border-color: #0FB9B1;
}
.blog_detail_section .blog_details_wrapper .share_card .share_list .social_link:hover {
  background: linear-gradient(180deg, #37F4EB 0%, #02AFA7 100%);
  color: #fff;
  border-color: #0FB9B1;
}
.blog_detail_section .blog_details_wrapper .author_box .author_img {
  border-color: #0FB9B1;
}
.blog_detail_section .blog_details_wrapper .comments_area .comment_list .comment_item .reply_btn:hover {
  color: #0FB9B1;
}

.contact_info_section .contact_card .icon_wrapper {
  background-color: #f8f8f8;
}
.contact_info_section .contact_card .icon_wrapper i {
  color: #0FB9B1;
}
.contact_info_section .contact_card .content a:hover,
.contact_info_section .contact_card .content .link:hover {
  color: #0FB9B1;
}

.availability-sec .availability_card .info_group .info_content p {
  color: #fff !important;
}

.services_section .services_swiper .service_card .service_content .service_desc,
.services_section .services_swiper .service_card .service_content p {
  color: #fff !important;
}

/* =====================================
   overwrite css
===================================== */
.tag {
  display: inline-flex;
  align-items: center;
  gap: 0.3125rem;
  background: #0FB9B1;
  color: #fff;
  padding: 0.3125rem 0.75rem;
  border-radius: 3.125rem;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
.tag .dot {
  width: 0.3125rem;
  height: 0.3125rem;
  background: #fff;
  border-radius: 50%;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4375rem;
  text-decoration: none;
  background: linear-gradient(180deg, #37F4EB 0%, #02AFA7 100%);
  background-size: 200% auto;
  color: #fff;
  border: none;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.3125rem 0.9375rem 0.3125rem 0.3125rem;
  border-radius: 3.125rem;
  transition: all 0.3s ease;
  box-shadow: 0 0.25rem 0.625rem rgba(15, 185, 177, 0.3);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-primary::before, .btn-primary::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  z-index: -1;
}
.btn-primary::before {
  background: #00615C;
  transition: 0.6s ease-in;
  transition-delay: 0.1s;
}
.btn-primary::after {
  background: #2A2A2A;
  transition: 0.8s ease;
  transition-delay: 0.4s;
}
.btn-primary:hover {
  color: #fff;
  transform: translateY(-0.1875rem);
  box-shadow: 0 0.625rem 1.5rem rgba(0, 0, 0, 0.2);
}
.btn-primary:hover::before, .btn-primary:hover::after {
  transform: translate(-50%, -50%) scale(400);
}
.btn-primary:hover i {
  background: #fff;
  color: #000;
  transform: rotate(360deg);
}
.btn-primary i {
  background: #fff;
  color: #0FB9B1;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1rem;
  transition: all 0.4s ease;
}

.blog_card {
  background: #fff;
  border-radius: 1rem;
  padding: 0.875rem;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog_card .image_container {
  position: relative;
  height: 16.875rem;
  border-radius: 1rem;
  overflow: hidden;
}
.blog_card .image_container .blog_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.blog_card .image_container .date_badge {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  background: #fff;
  padding: 5px 12px;
  border-radius: 2.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.blog_card .image_container .date_badge i {
  font-size: 1.125rem;
}
.blog_card .read_more {
  position: absolute;
  right: 10px;
  top: -20px;
  background: linear-gradient(180deg, #37F4EB 0%, #02AFA7 100%);
  color: #fff;
  padding: 0.4375rem 1.125rem;
  border-radius: 2.5rem;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  border: 4px solid #fff;
  z-index: 5;
  transition: all 0.3s;
}
.blog_card .card_content {
  position: relative;
  z-index: 4;
}
.blog_card .card_content .category_tag {
  display: inline-block;
  border: 1px solid #2A2A2A;
  border-radius: 1.25rem;
  padding: 0.1875rem 0.75rem;
  font-size: 0.8125rem;
  color: #2A2A2A;
  margin-bottom: 0.625rem;
  margin-top: 1.875rem;
}
.blog_card .card_content h3 {
  font-size: 1.125rem;
  line-height: 1.3;
  color: #000;
  margin-bottom: 0.375rem;
  font-weight: 500;
}
.blog_card .card_content h3 a {
  color: #000;
}
.blog_card .card_content p {
  font-size: 1rem;
  color: #2A2A2A;
  line-height: 1.6;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.btn-white {
  display: inline-flex;
  align-items: center;
  gap: 0.4375rem;
  text-decoration: none;
  background: #fff;
  background-size: 200% auto;
  color: #0FB9B1;
  border: none;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.3125rem 0.9375rem 0.3125rem 0.3125rem;
  border-radius: 3.125rem;
  transition: all 0.3s ease;
  box-shadow: 0 0.25rem 0.625rem rgba(15, 185, 177, 0.3);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-white::before, .btn-white::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  z-index: -1;
}
.btn-white::before {
  background: #00615C;
  transition: 0.6s ease-in;
  transition-delay: 0.1s;
}
.btn-white::after {
  background: #2A2A2A;
  transition: 0.8s ease;
  transition-delay: 0.4s;
}
.btn-white:hover {
  color: #fff;
  transform: translateY(-0.1875rem);
  box-shadow: 0 0.625rem 1.5rem rgba(0, 0, 0, 0.2);
}
.btn-white:hover::before, .btn-white:hover::after {
  transform: translate(-50%, -50%) scale(400);
}
.btn-white:hover i {
  background: #fff;
  color: #000;
  transform: rotate(360deg);
}
.btn-white i {
  background: #0FB9B1;
  color: #fff;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1rem;
  transition: all 0.4s ease;
}

.top_header {
  background: #0FB9B1;
  padding: 10px 0;
  color: #fff;
}
.top_header .contact_info li {
  font-size: 0.875rem;
  font-weight: 500;
}
.top_header .contact_info li a {
  color: #fff;
}
.top_header .contact_info li a:hover {
  opacity: 0.8;
}

.header_area {
  background-color: #fff;
  padding: 0.9375rem 0;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.05);
}
.header_area .navbar-nav .nav-link {
  color: #000 !important;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.5rem 1rem !important;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}
.header_area .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 0.1875rem;
  background-color: #0FB9B1;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}
.header_area .navbar-nav .nav-link:hover, .header_area .navbar-nav .nav-link.active, .header_area .navbar-nav .nav-link[aria-expanded=true] {
  transform: translateY(-2px);
  color: #0FB9B1 !important;
}
.header_area .navbar-nav .nav-link:hover::before, .header_area .navbar-nav .nav-link.active::before, .header_area .navbar-nav .nav-link[aria-expanded=true]::before {
  transform: scaleY(1);
}
.header_area .navbar-nav .nav-link:hover .fa-angle-down, .header_area .navbar-nav .nav-link.active .fa-angle-down, .header_area .navbar-nav .nav-link[aria-expanded=true] .fa-angle-down {
  transform: rotate(180deg);
}
.header_area .navbar-nav .nav-link .fa-angle-down {
  transition: transform 0.3s ease;
  font-size: 0.75rem;
}
.header_area .navbar-nav .dropdown-menu {
  border: none;
  border-radius: 1.25rem;
  box-shadow: 0 1.25rem 3.75rem rgba(0, 0, 0, 0.1);
  padding: 1rem;
  min-width: 20rem;
  background: #fff;
  animation: fadeInUp 0.3s ease forwards;
  display: none;
}
.header_area .navbar-nav .dropdown-menu[data-bs-popper] {
  margin-top: 1.5rem;
}
.header_area .navbar-nav .dropdown-menu.show {
  display: block;
}
.header_area .navbar-nav .dropdown-menu .dropdown-item {
  padding: 0.625rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #2A2A2A;
  transition: all 0.3s ease;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  background: transparent;
}
.header_area .navbar-nav .dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
}
.header_area .navbar-nav .dropdown-menu .dropdown-item .icon_box {
  display: none;
  /* Hide if not needed, or simpler: */
}
.header_area .navbar-nav .dropdown-menu .dropdown-item i {
  color: #0FB9B1;
  font-size: 1rem;
  margin-right: 0.75rem;
  transition: transform 0.3s;
  width: 1.5rem;
  text-align: center;
}
.header_area .navbar-nav .dropdown-menu .dropdown-item:hover, .header_area .navbar-nav .dropdown-menu .dropdown-item:focus {
  background: rgba(15, 185, 177, 0.08);
  color: #0FB9B1;
  padding-left: 1.25rem;
  /* Subtle shift */
}
.header_area .navbar-nav .dropdown-menu .dropdown-item:hover i, .header_area .navbar-nav .dropdown-menu .dropdown-item:focus i {
  transform: translateX(3px);
}
@media (min-width: 992px) {
  .header_area .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    animation: fadeInUp 0.3s ease forwards;
  }
  .header_area .navbar-nav .nav-item.dropdown:hover .nav-link .fa-angle-down {
    transform: rotate(180deg);
  }
}
.header_area.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  animation: slideDown 0.35s ease-out;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.hero_section {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}
.hero_section .swiper-slide {
  position: relative;
  min-height: 37.5rem;
  display: flex;
  align-items: center;
  padding: 6.25rem 0;
}
.hero_section .swiper-slide .container {
  height: 100%;
  position: relative;
  z-index: 2;
}
.hero_section .swiper-slide .container .row {
  height: 100%;
  align-items: center;
}
.hero_section .hero_bg_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero_section .hero_bg_wrapper .hero_bg_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}
.hero_section .hero_bg_wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.92) 40%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
.hero_section .hero_content_card {
  position: relative;
  z-index: 2;
}
.hero_section .hero_content_card .hero_title {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.1;
  color: #000;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}
.hero_section .hero_content_card .hero_title .highlight {
  color: #0FB9B1;
}
.hero_section .hero_content_card .hero_desc {
  font-size: 1.125rem;
  color: #2A2A2A;
  margin-bottom: 2.5rem;
  line-height: 1.6;
  max-width: 34rem;
  font-weight: 500;
}
.hero_section .hero_content_card .hero_action_area {
  display: flex;
  align-items: start;
  gap: 1.25rem;
  flex-direction: column;
}
.hero_section .hero_content_card .hero_nav_buttons {
  display: flex;
  gap: 1rem;
}
.hero_section .hero_content_card .hero_nav_buttons .swiper-button-prev,
.hero_section .hero_content_card .hero_nav_buttons .swiper-button-next {
  position: static;
  width: 2.6875rem;
  height: 2.6875rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.hero_section .hero_content_card .hero_nav_buttons .swiper-button-prev::after,
.hero_section .hero_content_card .hero_nav_buttons .swiper-button-next::after {
  display: none;
}
.hero_section .hero_content_card .hero_nav_buttons .swiper-button-prev i,
.hero_section .hero_content_card .hero_nav_buttons .swiper-button-next i {
  color: #000;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.hero_section .hero_content_card .hero_nav_buttons .swiper-button-prev:hover,
.hero_section .hero_content_card .hero_nav_buttons .swiper-button-next:hover {
  background: #000;
  border-color: #000;
}
.hero_section .hero_content_card .hero_nav_buttons .swiper-button-prev:hover i,
.hero_section .hero_content_card .hero_nav_buttons .swiper-button-next:hover i {
  color: #fff;
}
.hero_section .swiper-pagination {
  display: none;
}

.contact_info_banner {
  position: relative;
  z-index: 10;
  margin-top: 0;
  background: #0FB9B1;
}
.contact_info_banner .banner_wrapper {
  padding: 1.5rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.contact_info_banner .banner_wrapper .info_item {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.contact_info_banner .banner_wrapper .info_item.center_item {
  justify-content: center;
}
.contact_info_banner .banner_wrapper .info_item .icon_box {
  width: 3.5rem;
  height: 3.5rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact_info_banner .banner_wrapper .info_item .icon_box i {
  color: #0FB9B1;
  font-size: 1.5rem;
}
.contact_info_banner .banner_wrapper .info_item .info_text h6 {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.25rem;
  white-space: nowrap;
}
.contact_info_banner .banner_wrapper .info_item .info_text p {
  color: #fff !important;
  margin: 0;
  font-size: 1rem;
  opacity: 0.9;
}
.contact_info_banner .banner_wrapper .info_item .info_text a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
  padding-bottom: 0.25rem;
  /* Space for underline */
}
.contact_info_banner .banner_wrapper .info_item .info_text a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.3s ease;
}
.contact_info_banner .banner_wrapper .info_item .info_text a:hover {
  opacity: 1;
}
.contact_info_banner .banner_wrapper .info_item .info_text a:hover::after {
  width: 100%;
}
.contact_info_banner .banner_wrapper .button_wrapper {
  display: flex;
  justify-content: flex-end;
}
.contact_info_banner .banner_wrapper .with_divider {
  position: relative;
}
.contact_info_banner .banner_wrapper .with_divider::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  height: 3rem;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  display: none;
}

.about_section .about_images_grid {
  display: flex;
  gap: 1.5rem;
  height: 100%;
}
.about_section .about_images_grid .small_images_col {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 40%;
}
.about_section .about_images_grid .small_images_col .img_box {
  border-radius: 1.5rem;
  overflow: hidden;
  width: 100%;
}
.about_section .about_images_grid .small_images_col .img_box.small_top {
  flex: 1;
}
.about_section .about_images_grid .small_images_col .img_box.small_bottom {
  flex: 1.2;
}
.about_section .about_images_grid .small_images_col .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_section .about_images_grid .large_image_col {
  width: 60%;
}
.about_section .about_images_grid .large_image_col .img_box {
  border-radius: 1.5rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.about_section .about_images_grid .large_image_col .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_section .about_content {
  padding-left: 2rem;
}
.about_section .about_content .about_list_grid {
  list-style: none;
  padding: 0;
  margin-bottom: 0.9375rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 2.5rem;
}
.about_section .about_content .about_list_grid li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #2A2A2A;
}
.about_section .about_content .about_list_grid li i {
  color: #0FB9B1;
  font-size: 1.125rem;
}

.services_section {
  background: #E6FFFA;
  overflow: hidden;
}
.services_section .service_intro_card {
  background: #fff;
  border-radius: 1.25rem;
  padding: 2.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  max-width: 29.75rem;
  margin-left: auto;
}
.services_section .service_intro_card .services_nav {
  display: flex;
  gap: 1rem;
}
.services_section .service_intro_card .services_nav .swiper-button-prev,
.services_section .service_intro_card .services_nav .swiper-button-next {
  position: static;
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background: transparent;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.services_section .service_intro_card .services_nav .swiper-button-prev::after,
.services_section .service_intro_card .services_nav .swiper-button-next::after {
  display: none;
}
.services_section .service_intro_card .services_nav .swiper-button-prev i,
.services_section .service_intro_card .services_nav .swiper-button-next i {
  color: #000;
  font-size: 1rem;
}
.services_section .service_intro_card .services_nav .swiper-button-prev:hover,
.services_section .service_intro_card .services_nav .swiper-button-next:hover {
  border-color: #000;
  background: #000;
}
.services_section .service_intro_card .services_nav .swiper-button-prev:hover i,
.services_section .service_intro_card .services_nav .swiper-button-next:hover i {
  color: #fff;
}
.services_section .services_swiper {
  height: 100%;
  padding-bottom: 0;
}
.services_section .services_swiper .swiper-slide {
  height: auto;
  align-items: center;
  display: flex;
}
.services_section .services_swiper .service_card {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  height: auto;
  width: 100%;
  max-height: 20.625rem;
}
.services_section .services_swiper .service_card .bg_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.services_section .services_swiper .service_card .content_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 90%);
  z-index: 1;
}
.services_section .services_swiper .service_card .content_overlay h4 {
  font-size: 1.375rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.5rem;
}
.services_section .services_swiper .service_card .content_overlay p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.9) !important;
  margin: 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.services_section .services_swiper .service_card:hover .bg_img {
  transform: scale(1.1);
}

.why_choose_section {
  position: relative;
  background-color: #0FB9B1;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 3rem;
}
.why_choose_section .section_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: overlay;
  z-index: -1;
}
.why_choose_section .section_heading {
  text-align: center;
  margin: 0 !important;
}
.why_choose_section .section_heading .tag {
  background: #fff;
  color: #0FB9B1;
  border: none;
  margin: 0 auto 1.25rem;
}
.why_choose_section .section_heading .tag .dot {
  background: #0FB9B1;
}
.why_choose_section .section_heading .section_title {
  color: #fff;
}
.why_choose_section .section_heading .section_title .highlight {
  color: #fff;
}
.why_choose_section .section_heading .desc {
  color: #fff !important;
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}
.why_choose_section .why_choose_row {
  align-items: center;
}
.why_choose_section .why_choose_row .col_left {
  order: 0;
}
.why_choose_section .why_choose_row .col_center {
  order: 0;
  text-align: center;
  position: relative;
}
.why_choose_section .why_choose_row .col_right {
  order: 0;
}
.why_choose_section .doctor_highlight_wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  min-height: 25rem;
}
.why_choose_section .doctor_highlight_wrapper .white_circle_bg {
  position: absolute;
  bottom: -12.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 34.375rem;
  height: 34.375rem;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.25);
}
.why_choose_section .doctor_highlight_wrapper .main_doctor_img {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  bottom: -3rem;
}
.why_choose_section .features_column {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  justify-content: center;
  height: 100%;
}
.why_choose_section .features_column.left_column {
  align-items: flex-end;
}
.why_choose_section .features_column.left_column .feature_card {
  text-align: right;
}
.why_choose_section .features_column.left_column .feature_card:nth-child(1) {
  margin-left: auto;
}
.why_choose_section .features_column.left_column .feature_card:nth-child(2) {
  margin-right: 3.125rem;
}
.why_choose_section .features_column.left_column .feature_card:nth-child(3) {
  margin-right: 6.25rem;
}
.why_choose_section .features_column.right_column {
  align-items: flex-start;
}
.why_choose_section .features_column.right_column .feature_card {
  flex-direction: row;
  text-align: left;
}
.why_choose_section .features_column.right_column .feature_card:nth-child(1) {
  margin-right: auto;
}
.why_choose_section .features_column.right_column .feature_card:nth-child(2) {
  margin-left: 3.125rem;
}
.why_choose_section .features_column.right_column .feature_card:nth-child(3) {
  margin-left: 6.25rem;
}
.why_choose_section .features_column .feature_card {
  background: #fff;
  border-radius: 0.75rem;
  padding: 0.625rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  box-shadow: 0 0.625rem 2rem rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.why_choose_section .features_column .feature_card .icon_box {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #E6FFFA;
}
.why_choose_section .features_column .feature_card .icon_box img {
  width: 2.1875rem;
  height: 2.1875rem;
}
.why_choose_section .features_column .feature_card .feature_title {
  font-size: 1rem;
  font-weight: 600;
  color: #2A2A2A;
  margin: 0;
}
.why_choose_section .features_column .feature_card:hover {
  transform: translateY(-0.3125rem);
}

.expertise_section {
  background: #fff;
  overflow: visible;
}
.expertise_section .image_wrapper {
  position: relative;
  margin-top: 2rem;
}
.expertise_section .image_wrapper .main_img_box {
  position: relative;
  z-index: 1;
  border-radius: 9.375rem 0 9.375rem 0;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.05);
}
.expertise_section .image_wrapper .main_img_box .main_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 28rem;
}
.expertise_section .image_wrapper .floating_decoration {
  position: absolute;
  bottom: -3rem;
  right: -1rem;
  z-index: 2;
  width: 9.375rem;
}
.expertise_section .image_wrapper .floating_decoration img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0.625rem 1.25rem rgba(0, 0, 0, 0.2));
}
.expertise_section .content_box {
  padding-right: 0;
}
.expertise_section .content_box .section_heading {
  margin-bottom: 2rem;
  text-align: left;
}
.expertise_section .content_box .section_heading .tag {
  justify-content: flex-start;
}
.expertise_section .content_box .expertise_list .list_item {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  align-items: flex-start;
}
.expertise_section .content_box .expertise_list .list_item .icon_box {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: #0FB9B1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.expertise_section .content_box .expertise_list .list_item .icon_box i {
  font-size: 0.75rem;
}
.expertise_section .content_box .expertise_list .list_item .text_box .item_title {
  font-size: 1.125rem;
  color: #2A2A2A;
  margin-bottom: 0.5rem;
}
.expertise_section .content_box .expertise_list .list_item .text_box .item_desc {
  font-size: 0.9375rem;
  color: #2A2A2A;
  line-height: 1.6;
  margin: 0;
}

.testimonials_section {
  background: #fff;
}
.testimonials_section .testimonial_swiper {
  height: 26.25rem;
}
.testimonials_section .testimonial_swiper .swiper-slide {
  height: auto !important;
}
.testimonials_section .testimonial_card {
  background: #fff;
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(230, 227, 227, 0.8);
}
.testimonials_section .testimonial_card .card_header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.testimonials_section .testimonial_card .card_header .user_img {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.testimonials_section .testimonial_card .card_header .user_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials_section .testimonial_card .card_header .user_info .name {
  font-size: 1rem;
  color: #2A2A2A;
  margin-bottom: 0.25rem;
}
.testimonials_section .testimonial_card .card_header .user_info .rating {
  font-size: 0.8rem;
  color: #FFC107;
  display: flex;
  gap: 0.125rem;
}
.testimonials_section .testimonial_card .feedback {
  font-size: 0.9375rem;
  color: #2A2A2A;
  line-height: 1.6;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.testimonials_section .map_wrapper {
  position: relative;
  text-align: center;
}
.testimonials_section .map_wrapper .world_map_img {
  width: 100%;
  height: auto;
  max-width: 40rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.gallery_section {
  background: #E6FFFA;
  overflow: hidden;
}
.gallery_section .gallery_wrapper {
  display: flex;
  gap: 1.5rem;
  height: 800px;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%);
}
.gallery_section .gallery_wrapper .gallery_col {
  flex: 1;
  min-width: 0;
}
.gallery_section .gallery_wrapper .gallery_col .gallery_track {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.gallery_section .gallery_wrapper .gallery_col .gallery_item {
  border-radius: 1.25rem;
  overflow: hidden;
  width: 100%;
  height: 350px;
}
.gallery_section .gallery_wrapper .gallery_col .gallery_item img {
  width: 100%;
  display: block;
  border-radius: 1.25rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.gallery_section .gallery_wrapper .gallery_col .gallery_item:hover img {
  transform: scale(1.05);
}
.gallery_section .gallery_wrapper .gallery_col.col_down .gallery_track {
  animation: scrollDown 40s linear infinite;
}
.gallery_section .gallery_wrapper .gallery_col.col_up .gallery_track {
  animation: scrollUp 40s linear infinite;
}
.gallery_section .gallery_wrapper .gallery_col:hover .gallery_track {
  animation-play-state: paused !important;
}

.contact_section {
  background: #fff;
}
.contact_section .contact_wrapper {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}
.contact_section .contact_wrapper .contact_map_box {
  height: 100%;
  min-height: 35rem;
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 0.625rem 2rem rgba(0, 0, 0, 0.05);
  background: #fff;
}
.contact_section .contact_wrapper .contact_map_box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.contact_section .contact_wrapper .contact_form_box {
  background-color: #0FB9B1;
  padding: 1.25rem;
  border-radius: 1.25rem;
  box-shadow: 0 0.625rem 2rem rgba(19, 184, 158, 0.2);
  position: relative;
  overflow: hidden;
}
.contact_section .contact_wrapper .contact_form_box .bg_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
}
.contact_section .contact_wrapper .contact_form_box .section_heading {
  position: relative;
  z-index: 1;
}
.contact_section .contact_wrapper .contact_form_box .section_heading .tag {
  color: #0FB9B1;
  background: #fff;
  border-color: #fff;
}
.contact_section .contact_wrapper .contact_form_box .section_heading .tag .dot {
  background: #0FB9B1;
}
.contact_section .contact_wrapper .contact_form_box .section_heading .tag {
  font-weight: 600;
}
.contact_section .contact_wrapper .contact_form_box .section_heading .section_title {
  color: #fff;
}
.contact_section .contact_wrapper .contact_form_box .section_heading .desc {
  color: #fff !important;
}
.contact_section .contact_wrapper .contact_form_box .contact_form_wrapper {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 1.25rem;
  border-radius: 1.25rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #E6E3E3;
}
.contact_section .contact_wrapper .contact_form_box .contact_form_wrapper .form-label {
  font-size: 0.9375rem;
  color: #2A2A2A;
  margin-bottom: 0.5rem;
}
.contact_section .contact_wrapper .contact_form_box .contact_form_wrapper .form-control,
.contact_section .contact_wrapper .contact_form_box .contact_form_wrapper .form-select {
  padding: 0.75rem 1rem;
  border-radius: 1.5rem;
  border: 1px solid #E6E3E3;
  font-size: 0.9375rem;
  color: #000;
}
.contact_section .contact_wrapper .contact_form_box .contact_form_wrapper .form-control::-moz-placeholder, .contact_section .contact_wrapper .contact_form_box .contact_form_wrapper .form-select::-moz-placeholder {
  color: #E6E3E3;
}
.contact_section .contact_wrapper .contact_form_box .contact_form_wrapper .form-control::placeholder,
.contact_section .contact_wrapper .contact_form_box .contact_form_wrapper .form-select::placeholder {
  color: #E6E3E3;
}
.contact_section .contact_wrapper .contact_form_box .contact_form_wrapper .form-control:focus,
.contact_section .contact_wrapper .contact_form_box .contact_form_wrapper .form-select:focus {
  border-color: #0FB9B1;
  box-shadow: none;
}
.contact_section .contact_wrapper .contact_form_box .contact_form_wrapper .btn-primary {
  padding: 0.625rem 0;
}

.blog_section {
  background: #E6FFFA;
}
.blog_section .row {
  margin-bottom: 1.875rem;
}
.blog_section .row .section_heading {
  margin-bottom: 0rem;
}
.blog_section .blog_swiper {
  padding-bottom: 3.5rem;
}
.blog_section .blog_swiper .swiper-wrapper {
  padding-top: 0.375rem;
}

.faq_section {
  background: #fff;
}
.faq_section .accordion-item {
  border: none;
  background: transparent;
  border-bottom: 1px solid #E6E3E3;
}
.faq_section .accordion-item:last-child {
  border-bottom: none;
}
.faq_section .accordion-item .accordion-header .accordion-button {
  background: transparent;
  box-shadow: none;
  color: #2A2A2A;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 1.5rem 0;
}
.faq_section .accordion-item .accordion-header .accordion-button::after {
  background-image: none;
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: 900;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
  color: #2A2A2A;
}
.faq_section .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #0FB9B1;
  background: transparent;
  box-shadow: none;
}
.faq_section .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg);
  color: #0FB9B1;
}
.faq_section .accordion-item .accordion-body {
  padding: 0 0 1.5rem 0;
  font-size: 1rem;
  color: #2A2A2A;
  line-height: 1.6;
}

.footer_section {
  background: #00615C;
  padding-bottom: 1.875rem;
}
.footer_section .footer_main {
  margin-bottom: 3rem;
}
.footer_section .footer_main .footer_logo {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  display: block;
}
.footer_section .footer_main .footer_heading {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #fff;
}
.footer_section .footer_main .footer_desc {
  font-size: 1rem;
  color: #fff !important;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  max-width: 18.75rem;
}
.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 a {
  color: #fff !important;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
.footer_section .footer_main .footer_links li a:hover {
  opacity: 1;
  padding-left: 0.3125rem;
}
.footer_section .footer_main .footer_links li a i {
  font-size: 0.75rem;
}
.footer_section .footer_main .contact_info {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
}
.footer_section .footer_main .contact_info li {
  margin-bottom: 1rem;
  display: flex;
  gap: 0.5rem;
  font-size: 0.9375rem;
}
.footer_section .footer_main .contact_info li i {
  margin-top: 0.25rem;
  width: 1rem;
  text-align: center;
}
.footer_section .footer_main .social_icons {
  display: flex;
  gap: 1rem;
}
.footer_section .footer_main .social_icons .social_btn {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #fff;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
  background: transparent;
}
.footer_section .footer_main .social_icons .social_btn:hover {
  background: #fff;
  color: #0FB9B1;
  border-color: #fff;
}
.footer_section .footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1rem;
  text-align: center;
}
.footer_section .footer_bottom .copyright_text {
  font-size: 0.875rem;
  color: #fff !important;
  margin-bottom: 0;
}

@keyframes shimmer111 {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes scrollDown {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .expertise_section .image_wrapper {
    margin-top: 0;
  }
  .expertise_section .content_box {
    padding-right: 3rem;
  }
  .hero_section .swiper-slide {
    min-height: 50rem;
  }
  .hero_section .hero_content_card .hero_title {
    font-size: 4.5rem;
  }
  .contact_info_banner .banner_wrapper .with_divider::before {
    display: block;
  }
  .why_choose_section .why_choose_row .col_left {
    order: 1;
  }
  .why_choose_section .why_choose_row .col_center {
    order: 2;
  }
  .why_choose_section .why_choose_row .col_right {
    order: 3;
  }
}
@media (max-width: 1200px) {
  .header_area .navbar .offcanvas .offcanvas-body .navbar-nav {
    gap: 0.625rem !important;
    align-items: center !important;
  }
  .expertise_section .image_wrapper .main_img_box {
    width: 100%;
  }
  .expertise_section .image_wrapper .main_img_box img {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .top_header {
    display: none;
  }
  .header_area .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 1.25rem;
    box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.1);
    z-index: 999;
  }
  .header_area .navbar-nav {
    gap: 0.9375rem !important;
    align-items: flex-start !important;
  }
  .header_area .navbar-nav .nav-item {
    width: 100%;
  }
  .header_area .navbar-nav .dropdown-menu {
    position: static !important;
    transform: none !important;
    box-shadow: none !important;
    border: none;
    background: #E6FFFA;
    margin-top: 0.5rem;
    width: 100%;
    padding: 0.5rem;
    border-radius: 0.5rem;
  }
  .header_area .navbar-nav .dropdown-menu .dropdown-item {
    padding: 0.625rem 1rem;
    color: #2A2A2A;
    font-weight: 500;
  }
  .header_area .navbar-nav .dropdown-menu .dropdown-item:hover, .header_area .navbar-nav .dropdown-menu .dropdown-item:focus {
    background: transparent;
    color: #0FB9B1;
    padding-left: 1rem;
  }
  .header_area .navbar-nav .dropdown-menu .dropdown-item:hover i, .header_area .navbar-nav .dropdown-menu .dropdown-item:focus i {
    transform: none;
  }
  .header_area .navbar-nav .dropdown-menu .dropdown-item i {
    margin-right: 0.5rem;
    color: #0FB9B1;
  }
  .header_area .navbar-nav .btn-primary {
    justify-content: center;
  }
  .section_heading {
    margin-bottom: 1.25rem;
  }
  .section_heading .section_title {
    font-size: 2rem;
  }
  .contact_info_banner .banner_wrapper {
    border-radius: 2rem;
    justify-content: space-between;
    flex-direction: column;
    align-items: start;
    gap: 0.9375rem;
  }
  .contact_info_banner .banner_wrapper .info_item.center_item {
    justify-content: flex-start;
  }
  .contact_info_banner .banner_wrapper .info_item .icon_box {
    width: 3.125rem;
    height: 3.125rem;
  }
  .contact_info_banner .banner_wrapper .button_wrapper {
    justify-content: flex-start;
  }
  .hero_section .hero_bg_wrapper::after {
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
  }
  .hero_section .swiper-slide {
    min-height: 31.25rem;
    align-items: center;
    padding: 3.125rem 0 1.25rem;
  }
  .hero_section .hero_content_card {
    padding: 1.25rem;
  }
  .hero_section .hero_content_card .hero_title {
    font-size: 2.875rem;
  }
  .about_section .row {
    flex-direction: column-reverse;
  }
  .about_section .row .about_content {
    padding-left: 0;
  }
  .about_section .row .about_images_grid .small_images_col {
    gap: 1rem;
  }
  .about_section .row .about_images_grid .small_images_col .img_box {
    border-radius: 0.75rem;
  }
  .about_section .row .about_images_grid .large_image_col .img_box.large_main {
    border-radius: 0.75rem;
  }
  .about_section .row .about_images_grid {
    margin-top: 1.875rem;
    gap: 1rem;
  }
  .services_section .service_intro_card {
    height: auto;
    padding: 1.25rem;
  }
  .why_choose_section .doctor_highlight_wrapper {
    min-height: 20rem;
  }
  .why_choose_section .doctor_highlight_wrapper .white_circle_bg {
    width: 43.75rem;
    height: 43.75rem;
  }
  .why_choose_section .why_choose_row .features_column.left_column, .why_choose_section .why_choose_row .features_column.right_column {
    align-items: center;
  }
  .why_choose_section .why_choose_row .features_column.left_column .feature_card, .why_choose_section .why_choose_row .features_column.right_column .feature_card {
    flex-direction: row;
    text-align: left;
    width: 100%;
    max-width: 25rem;
    margin: 0 auto;
  }
  .why_choose_section .why_choose_row .features_column {
    gap: 1rem;
  }
  .why_choose_section .why_choose_row .features_column.left_column, .why_choose_section .why_choose_row .features_column.right_column {
    align-items: center;
  }
  .why_choose_section .why_choose_row .features_column.left_column .feature_card, .why_choose_section .why_choose_row .features_column.right_column .feature_card {
    flex-direction: row;
    text-align: left;
    width: 100%;
    max-width: 100% !important;
    margin: 0 auto;
  }
  .why_choose_section .why_choose_row .features_column.left_column .feature_card:nth-child(1), .why_choose_section .why_choose_row .features_column.right_column .feature_card:nth-child(1) {
    margin: 0 !important;
  }
  .why_choose_section .why_choose_row .features_column.left_column .feature_card:nth-child(2), .why_choose_section .why_choose_row .features_column.right_column .feature_card:nth-child(2) {
    margin: 0 !important;
  }
  .why_choose_section .why_choose_row .features_column.left_column .feature_card:nth-child(3), .why_choose_section .why_choose_row .features_column.right_column .feature_card:nth-child(3) {
    margin: 0 !important;
  }
  .why_choose_section .why_choose_row .col_right {
    order: -1;
    margin: 1rem 0;
  }
  .expertise_section .content_box .row {
    flex-direction: row;
  }
  .expertise_section .image_wrapper .main_img_box {
    width: 80%;
  }
  .expertise_section .image_wrapper .circle_decoration {
    top: 0.625rem;
    left: 18%;
  }
  .expertise_section .image_wrapper .kidney_decoration {
    bottom: 0;
    right: 21%;
  }
  .blog_section .row .section_heading {
    margin-bottom: 1.25rem;
  }
  .gallery_section .gallery_wrapper {
    height: 600px;
    gap: 1rem;
  }
  .gallery_section .gallery_wrapper .gallery_col .gallery_track {
    gap: 1rem;
  }
  .gallery_section .gallery_wrapper .gallery_col .gallery_track .gallery_item {
    height: 250px;
  }
  .footer_section .footer_main .footer_desc {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .hero_section .hero_content_card {
    padding: 0;
  }
  .hero_section .hero_content_card .floating_kidney {
    bottom: auto;
    top: -6.875rem;
    right: auto;
    left: 0;
    width: 6.25rem;
  }
  .hero_section .hero_content_card .hero_desc {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
  .hero_section .hero_content_card .hero_title {
    margin-bottom: 0.9375rem;
  }
  .hero_section .hero_content_card .hero_nav_buttons {
    gap: 0.625rem;
  }
  .hero_section .hero_content_card .hero_nav_buttons .swiper-button-prev,
  .hero_section .hero_content_card .hero_nav_buttons .swiper-button-next {
    width: 2.1875rem;
    height: 2.1875rem;
  }
  .hero_section .hero_content_card .hero_nav_buttons .swiper-button-prev i,
  .hero_section .hero_content_card .hero_nav_buttons .swiper-button-next i {
    font-size: 1rem;
  }
  .hero_section .swiper-slide .floating_badge {
    top: 37%;
    right: 2%;
  }
  .tag {
    gap: 0.25rem;
    padding: 0.25rem 0.625rem;
    font-size: 0.75rem;
  }
  .contact_info_banner .banner_wrapper {
    border-radius: 1.25rem;
  }
  .contact_info_banner .banner_wrapper .icon_box {
    width: 2rem;
    height: 2rem;
  }
  .contact_info_banner .banner_wrapper .icon_box i {
    font-size: 1rem;
  }
  .expertise_section .image_wrapper .circle_decoration {
    top: 0.625rem;
    left: 3%;
  }
  .expertise_section .image_wrapper .kidney_decoration {
    bottom: 0;
    right: 3%;
  }
  .contact_section .contact_wrapper .contact_map_box {
    min-height: 20rem;
  }
  .contact_section .contact_wrapper .contact_form_box {
    padding: 1rem;
  }
  .contact_section .contact_wrapper .contact_form_box .contact_form_wrapper {
    padding: 1rem;
  }
  .about_section .about_content .about_list_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .services_section .services_swiper .service_card {
    max-height: 15.625rem;
    padding: 0;
    border-radius: 0.9375rem;
  }
  .services_section .services_swiper .service_card .content_overlay {
    padding: 0.625rem;
    padding-top: 2.5rem;
  }
  .services_section .service_intro_card {
    padding: 1.25rem;
    margin: 0;
    max-width: 100%;
  }
  .gallery_section .gallery_wrapper .gallery_col .gallery_track .gallery_item {
    height: 200px;
  }
}
@media (max-width: 576px) {
  .hero_section .hero_content_card .hero_title {
    font-size: 2.25rem;
  }
  .btn-primary i {
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .blog_card .blog_content .btn-primary i {
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .section_heading .section_title {
    font-size: 1.75rem;
  }
  .why_choose_section .cards_wrapper {
    flex-direction: column;
    align-items: center;
  }
  .why_choose_section .doctor_highlight_wrapper .white_circle_bg {
    width: 37.5rem;
    height: 37.5rem;
    bottom: -11.25rem;
  }
  .why_choose_section .features_column .feature_card .icon_box {
    width: 2.1875rem;
    height: 2.1875rem;
  }
  .why_choose_section .features_column .feature_card .icon_box img {
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .expertise_section .image_wrapper .main_img_box {
    width: 98%;
  }
  .expertise_section .image_wrapper .main_img_box .main_img {
    height: 22.5rem;
  }
  .expertise_section .image_wrapper .circle_decoration {
    top: 1.6875rem;
    left: -3%;
    width: 3.75rem;
    height: 3.75rem;
  }
  .expertise_section .image_wrapper .kidney_decoration {
    width: 6.875rem;
  }
  .expertise_section .content_box .checklist li img {
    width: 1.125rem;
    height: 1.125rem;
  }
  .expertise_section .content_box .expertise_list .list_item .text_box .item_title {
    font-size: 1rem;
  }
  .contact_section .contact_wrapper .contact_form_box {
    padding: 1rem;
  }
  .contact_section .contact_wrapper .contact_form_box .form-control,
  .contact_section .contact_wrapper .contact_form_box .form-select {
    padding: 0.5rem 1rem;
  }
  .faq_section .accordion-item .accordion-header .accordion-button {
    padding: 0.625rem;
    font-size: 1rem;
  }
  .faq_section .accordion-item .accordion-body {
    padding: 0 1rem 1rem;
  }
  .testimonials_section .testimonial_swiper {
    padding-bottom: 2.5rem;
  }
  .testimonials_section .testimonial_swiper::before {
    opacity: 0;
  }
  .testimonials_section .testimonial_swiper::after {
    opacity: 0;
  }
  .testimonials_section .testimonial_card {
    padding: 0.75rem;
  }
  .testimonials_section .testimonial_card .card_header {
    gap: 0.625rem;
  }
  .testimonials_section .testimonial_card .card_header .user_img {
    width: 2.5rem;
    height: 2.5rem;
  }
  .footer_section .footer_main .footer_heading {
    margin-top: 0.5rem;
  }
  .footer_section .footer_main .footer_links li {
    margin-bottom: 0.625rem;
  }
  .footer_section .footer_main .social_icons {
    justify-content: flex-start;
  }
  .gallery_section .gallery_wrapper {
    gap: 0.625rem;
  }
  .gallery_section .gallery_wrapper .gallery_col:nth-child(1) {
    display: none;
  }
  .gallery_section .gallery_wrapper .gallery_col .gallery_track .gallery_item {
    border-radius: 0.625rem;
    height: 150px;
  }
  .gallery_section .gallery_wrapper .gallery_col .gallery_track .gallery_item img {
    border-radius: 0.625rem;
  }
  .contact_info_banner .banner_wrapper .info_item {
    gap: 0.625rem;
    align-items: start;
  }
  .contact_info_banner .banner_wrapper .info_item .icon_box {
    width: 2.1875rem;
    height: 2.1875rem;
  }
  .contact_info_banner .banner_wrapper .info_item .icon_box i {
    font-size: 1rem;
  }
  .contact_info_banner .banner_wrapper .info_item .info_text h6,
  .contact_info_banner .banner_wrapper .info_item .info_text a {
    text-wrap-mode: wrap;
    font-size: 1rem;
  }
  .about_section .row .about_images_grid .small_images_col {
    gap: 0.625rem;
  }
  .about_section .row .about_images_grid .small_images_col .img_box {
    border-radius: 0.625rem;
  }
  .about_section .row .about_images_grid .large_image_col .img_box.large_main {
    border-radius: 0.625rem;
  }
  .about_section .row .about_images_grid {
    margin-top: 1.875rem;
    gap: 0.625rem;
  }
  .services_section .service_intro_card {
    padding: 0.625rem;
  }
  .services_section .service_intro_card .services_nav {
    gap: 0.625rem;
  }
  .services_section .service_intro_card .services_nav .swiper-button-prev,
  .services_section .service_intro_card .services_nav .swiper-button-next {
    position: static;
    width: 2.1875rem;
    height: 2.1875rem;
  }
}
@media (max-width: 400px) {
  .about_section .about_image_wrapper .secondary_img_box {
    top: 1.5625rem;
    right: 4%;
    width: 11.25rem;
    height: 21.875rem;
  }
  .about_section .about_image_wrapper .circle_outline {
    top: 17%;
    left: 19%;
    width: 5.625rem;
    height: 5.625rem;
  }
  .about_section .about_image_wrapper .floating_cells {
    right: 12%;
  }
  .about_section .about_image_wrapper .main_img_box {
    width: 13.75rem;
    height: 21.875rem;
    border: 0.3125rem solid #fff;
  }
  .gallery_section .gallery_wrapper .gallery_col:nth-child(1), .gallery_section .gallery_wrapper .gallery_col:nth-child(2) {
    display: none;
  }
  .why_choose_section .cards_wrapper {
    flex-direction: column;
    align-items: center;
  }
  .why_choose_section .doctor_highlight_wrapper .white_circle_bg {
    width: 28.125rem;
    height: 28.125rem;
    bottom: -11.25rem;
  }
  .expertise_section .image_wrapper .main_img_box {
    width: 100%;
    border-radius: 4.375rem 0 4.375rem 0;
  }
  .expertise_section .image_wrapper .main_img_box .main_img {
    height: 22.5rem;
    min-height: 22.5rem;
  }
}/*# sourceMappingURL=physicianclinic.css.map */