/* =====================================
   UROLOGY CLINIC VARIABLES 
===================================== */
/* =====================================
   UROLOGY 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;
}

/* =====================================
   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: "Archivo";
  src: url("../fonts/Archivo-SemiBold.woff2") format("woff2"), url("../fonts/Archivo-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo-Regular.woff2") format("woff2"), url("../fonts/Archivo-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo-Light.woff2") format("woff2"), url("../fonts/Archivo-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo-Bold.woff2") format("woff2"), url("../fonts/Archivo-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo-ExtraBold.woff2") format("woff2"), url("../fonts/Archivo-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo-Black.woff2") format("woff2"), url("../fonts/Archivo-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo-Medium.woff2") format("woff2"), url("../fonts/Archivo-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Archivo", sans-serif;
}

/* =====================================
   overwrite css
===================================== */
.section_heading {
  margin-bottom: 1.875rem;
}
.section_heading .section_title {
  color: #2A2A2A;
}
.section_heading .section_title span,
.section_heading .section_title .highlight {
  color: #D25353;
}
.section_heading .desc {
  color: #2A2A2A !important;
}

p {
  color: #2A2A2A !important;
}

.swiper-pagination-bullet-active {
  background: linear-gradient(177.995deg, #D21919 0%, #D25353 83%);
}

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

.about_offer_section {
  background-color: #FFF0F0;
}
.about_offer_section .offer_card .icon_wrapper {
  background-color: #f8f8f8;
}

.our_team_section {
  background-color: #F5F5F5;
}
.our_team_section .team_card {
  border-color: #E6E3E3;
}
.our_team_section .team_card .team_img {
  border-color: #D25353;
}
.our_team_section .team_card .team_content .specialty {
  color: #D25353;
}
.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(177.995deg, #D21919 0%, #D25353 83%);
  color: #fff;
  border-color: #D25353;
}

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

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

.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: #D25353;
}
.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: #D25353;
  color: #D25353;
}
.pagination_area .page_link.active {
  background: #D25353;
  color: #fff;
  border-color: #D25353;
}

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: #D25353 !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: #D25353;
}
.sidebar_widget.categories_widget .category_list li a:hover {
  background: linear-gradient(177.995deg, #D21919 0%, #D25353 83%);
  color: #fff;
}
.sidebar_widget.tags_widget .tag_cloud a:hover {
  background: linear-gradient(177.995deg, #D21919 0%, #D25353 83%);
  color: #fff;
  border-color: #D25353;
}

.blog_detail_section .blog_details_wrapper .tags_card .tags_list .tag_link:hover {
  background: linear-gradient(177.995deg, #D21919 0%, #D25353 83%);
  color: #fff;
  border-color: #D25353;
}
.blog_detail_section .blog_details_wrapper .share_card .share_list .social_link:hover {
  background: linear-gradient(177.995deg, #D21919 0%, #D25353 83%);
  color: #fff;
  border-color: #D25353;
}
.blog_detail_section .blog_details_wrapper .author_box .author_img {
  border-color: #D25353;
}
.blog_detail_section .blog_details_wrapper .comments_area .comment_list .comment_item .reply_btn:hover {
  color: #D25353;
}

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

.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.5rem;
  background: #fff;
  color: #D25353;
  padding: 0.5rem 1rem;
  border-radius: 3.125rem;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
  box-shadow: inset 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}
.tag .dot {
  width: 0.5rem;
  height: 0.5rem;
  background: #D25353;
  border-radius: 50%;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4375rem;
  text-decoration: none;
  background: linear-gradient(177.995deg, #D21919 0%, #D25353 83%);
  background-size: 200% auto;
  color: #fff;
  border: none;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.3125rem 0.3125rem 0.3125rem 0.9375rem;
  border-radius: 3.125rem;
  transition: all 0.3s ease;
  box-shadow: 0 0.25rem 0.625rem rgba(210, 83, 83, 0.3);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.125rem;
  width: 100%;
  height: 100%;
  background: #2A2A2A;
  transform: translateX(-100%) skewX(-15deg);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.5, 1.6, 0.4, 0.7);
  z-index: -1;
  border-radius: 3.125rem;
}
.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 {
  transform: translateX(0) skewX(0);
  width: 100%;
  left: 0;
}
.btn-primary:hover i {
  background: #fff;
  color: #000;
  transform: rotate(360deg);
}
.btn-primary i {
  background: #fff;
  color: #D25353;
  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: 1.25rem;
  overflow: hidden;
  box-shadow: 0 0.625rem 2.5rem rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: transform 0.3s ease;
  padding: 0.625rem;
}
.blog_card:hover {
  transform: translateY(-0.3125rem);
}
.blog_card .blog_img {
  width: 100%;
  height: 15rem;
  overflow: hidden;
  border-radius: 0.625rem;
}
.blog_card .blog_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.blog_card:hover .blog_img img {
  transform: scale(1.1);
}
.blog_card .blog_content {
  padding: 0.625rem;
}
.blog_card .blog_content .meta_info {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  margin-bottom: 0.3125rem;
  color: #D25353;
  font-weight: 500;
}
.blog_card .blog_content .meta_info .date {
  color: #2A2A2A;
  opacity: 0.7;
  font-weight: 400;
}
.blog_card .blog_content .blog_title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
  margin-bottom: 0.3125rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog_card .blog_content .blog_desc {
  font-size: 0.9375rem;
  color: #2A2A2A;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog_card .blog_content .btn-primary {
  padding: 0.3125rem 0.3125rem 0.3125rem 0.9375rem;
}
.blog_card .blog_content .btn-primary i {
  width: 1.75rem;
  height: 1.75rem;
}

.btn-white {
  display: inline-flex;
  align-items: center;
  gap: 0.4375rem;
  text-decoration: none;
  background: #fff;
  background-size: 200% auto;
  color: #D25353;
  border: none;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.3125rem 0.3125rem 0.3125rem 0.9375rem;
  border-radius: 3.125rem;
  transition: all 0.3s ease;
  box-shadow: 0 0.25rem 0.625rem rgba(210, 83, 83, 0.3);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-white::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.125rem;
  width: 100%;
  height: 100%;
  background: #2A2A2A;
  transform: translateX(-100%) skewX(-15deg);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.5, 1.6, 0.4, 0.7);
  z-index: -1;
  border-radius: 3.125rem;
}
.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 {
  transform: translateX(0) skewX(0);
  width: 100%;
  left: 0;
}
.btn-white:hover i {
  background: #fff;
  color: #000;
  transform: rotate(360deg);
}
.btn-white i {
  background: #D25353;
  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: #D25353;
  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-brand {
  font-family: "Archivo", sans-serif;
}
.header_area .navbar-nav .nav-link {
  color: #000 !important;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
  padding: 0.5rem 1rem !important;
  border-radius: 50px;
}
.header_area .navbar-nav .nav-link:hover, .header_area .navbar-nav .nav-link.active, .header_area .navbar-nav .nav-link[aria-expanded=true] {
  color: #D25353 !important;
  background-color: rgba(210, 83, 83, 0.1);
  transform: translateY(-2px);
}
.header_area .navbar-nav .nav-link .fa-angle-down {
  transition: transform 0.3s ease;
  font-size: 0.75rem;
}
.header_area .navbar-nav .nav-link[aria-expanded=true] .fa-angle-down {
  transform: rotate(180deg);
}
.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.75rem 1rem;
  border-radius: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #2A2A2A;
  transition: all 0.3s ease;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  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 {
  width: 2.5rem;
  height: 2.5rem;
  background: #FFF9F9;
  color: #D25353;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.header_area .navbar-nav .dropdown-menu .dropdown-item span {
  transition: transform 0.3s ease;
}
.header_area .navbar-nav .dropdown-menu .dropdown-item:hover, .header_area .navbar-nav .dropdown-menu .dropdown-item:focus {
  background: #fff;
  background: rgba(42, 42, 42, 0.03);
  color: #D25353;
}
.header_area .navbar-nav .dropdown-menu .dropdown-item:hover .icon_box, .header_area .navbar-nav .dropdown-menu .dropdown-item:focus .icon_box {
  background: #D25353;
  color: #fff;
  transform: scale(1.1);
}
.header_area .navbar-nav .dropdown-menu .dropdown-item:hover span, .header_area .navbar-nav .dropdown-menu .dropdown-item:focus span {
  transform: translateX(5px);
}
@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: 3.125rem 0;
}
@media (min-width: 992px) {
  .hero_section .swiper-slide {
    height: 80vh;
    min-height: 43.75rem;
  }
}
.hero_section .swiper-slide .container {
  height: 100%;
}
.hero_section .swiper-slide .container .row {
  height: 100%;
  align-items: center;
}
.hero_section .swiper-slide .floating_badge {
  position: absolute;
  top: 20%;
  right: 15%;
  background: #fff;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
  animation: float 5s ease-in-out infinite reverse;
}
.hero_section .swiper-slide .floating_badge img {
  width: 2.5rem;
}
.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;
}
.hero_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 100%);
  z-index: -1;
}
.hero_section .hero_content_card {
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(0.625rem);
          backdrop-filter: blur(0.625rem);
  padding: 3rem;
  border-radius: 2rem;
  box-shadow: 0 0.625rem 2.5rem rgba(0, 0, 0, 0.05);
  position: relative;
}
.hero_section .hero_content_card .hero_title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  margin-bottom: 0.9375rem;
}
.hero_section .hero_content_card .hero_title .highlight {
  color: #D25353;
}
.hero_section .hero_content_card .hero_desc {
  font-size: 1rem;
  color: #2A2A2A;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.hero_section .hero_content_card .floating_kidney {
  position: absolute;
  bottom: -3.125rem;
  right: -2.5rem;
  width: 10rem;
  animation: float 4s ease-in-out infinite;
  filter: drop-shadow(0 0.625rem 1.25rem rgba(0, 0, 0, 0.15));
}
.hero_section .doctor_img_wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.hero_section .doctor_img_wrapper .doctor_img {
  max-height: 40.625rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 0.625rem 1.875rem rgba(0, 0, 0, 0.1));
}
.hero_section .doctor_img_wrapper .floating_badge {
  position: absolute;
  top: 20%;
  right: 10%;
  background: #fff;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
  animation: float 5s ease-in-out infinite reverse;
}
.hero_section .doctor_img_wrapper .floating_badge img {
  width: 2.5rem;
}
.hero_section .swiper-pagination {
  bottom: 2rem;
}
.hero_section .swiper-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
  transition: all 0.3s ease;
}
.hero_section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #D25353;
  width: 1.875rem;
  border-radius: 0.3125rem;
}

.contact_info_banner {
  position: relative;
  z-index: 10;
}
.contact_info_banner .banner_wrapper {
  background: #D25353;
  padding: 2.5rem 3.125rem;
  border-radius: 0 0px 3.75rem 3.75rem;
  box-shadow: 0 1.25rem 2.5rem rgba(210, 83, 83, 0.2);
}
.contact_info_banner .banner_wrapper .icon_box {
  width: 3.5rem;
  height: 3.5rem;
  background: #fff;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact_info_banner .banner_wrapper .icon_box i {
  color: #D25353;
  font-size: 1.5rem;
}
.contact_info_banner .banner_wrapper .info_text {
  text-align: start;
}
.contact_info_banner .banner_wrapper .info_text h6 {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
}
.contact_info_banner .banner_wrapper .info_text p {
  color: #fff !important;
}
.contact_info_banner .banner_wrapper .info_text a {
  color: #fff;
  text-decoration: none;
}

.about_section .about_content .about_list {
  list-style: none;
  padding: 0;
  margin-bottom: 2.5rem;
}
.about_section .about_content .about_list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  color: #2A2A2A;
  margin-bottom: 1rem;
}
.about_section .about_content .about_list li i {
  color: #D25353;
  font-size: 1.25rem;
}
.about_section .about_image_wrapper {
  position: relative;
  height: 100%;
  min-height: 31.25rem;
  display: flex;
  justify-content: center;
  align-items: end;
}
.about_section .about_image_wrapper .circle_outline {
  position: absolute;
  top: -2.4375rem;
  left: 39%;
  width: 8.75rem;
  height: 8.75rem;
  border: 5px solid #D25353;
  border-radius: 50%;
  z-index: 1;
}
.about_section .about_image_wrapper .secondary_img_box {
  position: absolute;
  top: -3.125rem;
  right: 0;
  width: 18.75rem;
  height: 29.375rem;
  border-radius: 18.75rem;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
}
.about_section .about_image_wrapper .secondary_img_box .secondary_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_section .about_image_wrapper .main_img_box {
  width: 21.875rem;
  height: 29.375rem;
  border-radius: 18.75rem;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.1);
  transform: translateX(-2rem);
  border: 10px solid #fff;
  transform: translateX(-2rem);
}
.about_section .about_image_wrapper .main_img_box .main_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_section .about_image_wrapper .floating_cells {
  position: absolute;
  bottom: 0;
  right: 3rem;
  width: 6.25rem;
  z-index: 4;
  animation: float 4s ease-in-out infinite;
}

.services_section {
  background: #FFF0F0;
}
.services_section .section_heading {
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.services_section .section_heading .tag {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.services_section .service_card {
  background: #fff;
  border-radius: 1.875rem;
  padding: 1.25rem;
  height: 100%;
  margin-bottom: 1.875rem;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.services_section .service_card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(210, 83, 83, 0) 0%, #D25353 100%);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s ease;
}
.services_section .service_card .icon_box {
  width: 3.75rem;
  height: 3.75rem;
  margin-bottom: 1.5rem;
}
.services_section .service_card .icon_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s ease;
}
.services_section .service_card .service_title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}
.services_section .service_card .service_desc {
  font-size: 0.9375rem;
  color: #2A2A2A;
  line-height: 1.6;
  margin: 0;
  transition: all 0.3s ease;
}
.services_section .service_card:hover {
  transform: translateY(-0.625rem);
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.1);
}
.services_section .service_card:hover::before {
  opacity: 1;
}
.services_section .service_card:hover::after {
  opacity: 1;
}
.services_section .service_card:hover .service_title {
  color: #fff;
}
.services_section .service_card:hover .service_desc {
  color: #fff;
}
.services_section .service_card:hover .icon_box img {
  filter: brightness(0) invert(1);
}
.services_section .service_card.image_card {
  background: #fff;
  padding: 1.25rem;
  display: block;
}
.services_section .service_card.image_card::before {
  display: none;
}
.services_section .service_card.image_card::after {
  display: block;
}
.services_section .service_card.image_card .card_bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
  opacity: 0;
  transition: all 0.5s ease;
}
.services_section .service_card.image_card .card_content {
  position: relative;
  z-index: 2;
  padding: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.services_section .service_card.image_card .card_content .service_title,
.services_section .service_card.image_card .card_content .service_desc {
  color: #2A2A2A;
}
.services_section .service_card.image_card .card_content .icon_box img {
  filter: none;
}
.services_section .service_card.image_card:hover .card_bg_img {
  opacity: 1;
  transform: scale(1.1);
}
.services_section .service_card.image_card:hover .card_content .icon_box img {
  filter: brightness(0) invert(1);
}
.services_section .service_card.image_card:hover .card_content .service_title,
.services_section .service_card.image_card:hover .card_content .service_desc {
  color: #fff !important;
}

.why_choose_section {
  position: relative;
  background-color: #D25353;
  z-index: 1;
  padding-bottom: 0;
}
.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;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.why_choose_section .section_heading .section_title {
  color: #fff;
}
.why_choose_section .section_heading .desc {
  max-width: 53.125rem;
  color: #fff !important;
}
.why_choose_section .cards_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 2.5rem;
  padding-bottom: 3rem;
}
.why_choose_section .cards_wrapper.left_wrapper .feature_card:nth-child(1) {
  margin: 0 0 0 auto !important;
}
.why_choose_section .cards_wrapper.left_wrapper .feature_card:nth-child(2) {
  margin: 0 auto 0 0 !important;
}
.why_choose_section .cards_wrapper.right_wrapper .feature_card:nth-child(1) {
  margin: 0 auto 0 0 !important;
}
.why_choose_section .cards_wrapper.right_wrapper .feature_card:nth-child(2) {
  margin: 0 0 0 auto !important;
}
.why_choose_section .cards_wrapper .feature_card {
  background: #fff;
  border-radius: 0.625rem;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
  position: relative;
  max-width: 20rem;
  margin: 0 auto;
  flex: 1;
}
.why_choose_section .cards_wrapper .feature_card .icon_box {
  width: 3.125rem;
  height: 3.125rem;
  background: #D25353;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}
.why_choose_section .cards_wrapper .feature_card .icon_box img {
  width: 1.875rem;
  height: 1.875rem;
  filter: brightness(0) invert(1);
}
.why_choose_section .cards_wrapper .feature_card .feature_title {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.5rem;
}
.why_choose_section .cards_wrapper .feature_card .feature_desc {
  font-size: 1rem;
  color: #2A2A2A;
  margin: 0;
  line-height: 1.4;
}
.why_choose_section .cards_wrapper .feature_card:hover {
  transform: translateY(-0.3125rem);
}
.why_choose_section .doctor_feature_img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  margin-top: 0;
}
.why_choose_section .doctor_feature_img .main_img {
  max-width: 100%;
  height: auto;
  display: block;
}

.expertise_section {
  background: #fff;
  overflow: hidden;
}
.expertise_section .image_wrapper {
  position: relative;
}
.expertise_section .image_wrapper .main_img_box {
  position: relative;
  z-index: 2;
  border-radius: 1.875rem;
  overflow: hidden;
  width: 31.25rem;
  margin: 0 auto;
}
.expertise_section .image_wrapper .main_img_box .main_img {
  width: 100%;
  height: 37.5rem;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 31.25rem;
}
.expertise_section .image_wrapper .circle_decoration {
  position: absolute;
  top: -2.0625rem;
  left: 1.75rem;
  width: 6.25rem;
  height: 6.25rem;
  border: 0.375rem solid #D25353;
  border-radius: 50%;
  z-index: 1;
  transform: translate(10%, 10%);
}
.expertise_section .image_wrapper .kidney_decoration {
  position: absolute;
  bottom: -2.5rem;
  right: 2.5rem;
  width: 11rem;
  z-index: 3;
  transform: translate(10%, 10%);
}
.expertise_section .image_wrapper .kidney_decoration img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15));
}
.expertise_section .content_box .checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.expertise_section .content_box .checklist li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  color: #2A2A2A;
}
.expertise_section .content_box .checklist li img {
  width: 1.5rem;
  height: 1.5rem;
}
.expertise_section .content_box .btn-primary {
  margin-top: 1.875rem;
}

.testimonials_section {
  background: #FFF0F0;
}
.testimonials_section .testimonial_swiper {
  padding-bottom: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}
.testimonials_section .testimonial_swiper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  height: 100%;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
.testimonials_section .testimonial_swiper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  height: 100%;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
.testimonials_section .testimonial_card {
  background: #fff;
  border-radius: 1.25rem;
  padding: 2rem;
  box-shadow: 0 0.625rem 2.5rem rgba(0, 0, 0, 0.03);
  border: 1px solid #E6E3E3;
  height: 100%;
  transition: transform 0.3s ease;
}
.testimonials_section .testimonial_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.9375rem 3.125rem rgba(0, 0, 0, 0.06);
}
.testimonials_section .testimonial_card .user_info {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.testimonials_section .testimonial_card .user_info .user_img {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.testimonials_section .testimonial_card .user_info .user_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials_section .testimonial_card .user_info .user_details .user_name {
  font-size: 1.125rem;
  font-weight: 600;
  color: #2A2A2A;
  margin-bottom: 0.25rem;
}
.testimonials_section .testimonial_card .user_info .user_details .rating {
  font-size: 0.8rem;
  color: #FFC107;
  gap: 2px;
  display: flex;
}
.testimonials_section .testimonial_card .divider {
  border-top: 1px solid #E6E3E3;
  margin: 1.25rem 0;
  opacity: 1;
}
.testimonials_section .testimonial_card .feedback_text {
  font-size: 1rem;
  color: #2A2A2A;
  margin: 0;
}

.gallery_section {
  background: #fff;
}
.gallery_section .gallery_item {
  width: 100%;
  height: 18.75rem;
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.08);
}
.gallery_section .gallery_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.gallery_section .gallery_item:hover img {
  transform: scale(1.1);
}

.contact_section {
  background: #fff;
}
.contact_section .contact_wrapper {
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 0.625rem 3.75rem rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.contact_section .contact_wrapper .contact_img_box {
  height: 100%;
  position: relative;
}
.contact_section .contact_wrapper .contact_img_box .contact_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.contact_section .contact_wrapper .contact_form_box {
  padding: 1.875rem;
}
.contact_section .contact_wrapper .contact_form_box .form-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #2A2A2A;
  margin-bottom: 0.5rem;
}
.contact_section .contact_wrapper .contact_form_box .form-control,
.contact_section .contact_wrapper .contact_form_box .form-select {
  border: 0.0625rem solid #E6E3E3;
  border-radius: 1.5rem;
  padding: 0.875rem 1rem;
  font-size: 0.9375rem;
  color: #2A2A2A;
  background-color: #fff;
}
.contact_section .contact_wrapper .contact_form_box .form-control:focus,
.contact_section .contact_wrapper .contact_form_box .form-select:focus {
  box-shadow: none;
  border-color: #D25353;
}
.contact_section .contact_wrapper .contact_form_box .form-control::-moz-placeholder, .contact_section .contact_wrapper .contact_form_box .form-select::-moz-placeholder {
  color: rgba(42, 42, 42, 0.5);
}
.contact_section .contact_wrapper .contact_form_box .form-control::placeholder,
.contact_section .contact_wrapper .contact_form_box .form-select::placeholder {
  color: rgba(42, 42, 42, 0.5);
}
.contact_section .contact_wrapper .contact_form_box textarea.form-control {
  resize: none;
}
.contact_section .contact_wrapper .contact_form_box .btn-primary {
  padding: 0.625rem 1.25rem;
  justify-content: center;
}

.blog_section {
  background: #F5F5F5;
}
.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: #fff;
  border-radius: 0.625rem !important;
  margin-bottom: 1rem;
  box-shadow: 0px 0px 18px 1px rgba(34, 40, 30, 0.08);
  overflow: hidden;
}
.faq_section .accordion-item.faq_item {
  border: 1px solid #E6E3E3;
}
.faq_section .accordion-item .accordion-header .accordion-button {
  background: #fff;
  color: #2A2A2A;
  font-weight: 500;
  font-size: 1rem;
  padding: 1.25rem 1.5rem;
  box-shadow: none;
  border-radius: 0.625rem;
  transition: all 0.3s ease;
}
.faq_section .accordion-item .accordion-header .accordion-button::after {
  background-image: none !important;
  font-family: "Font Awesome 6 Free";
  content: "\f078";
  font-weight: 900;
  color: #2A2A2A;
  width: auto;
  height: auto;
  font-size: 0.875rem;
  transition: transform 0.3s ease;
}
.faq_section .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #D25353;
  background: #fff;
  box-shadow: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.faq_section .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  color: #D25353;
}
.faq_section .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.faq_section .accordion-item .accordion-body {
  padding: 0 1.5rem 1.5rem 1.5rem;
  color: #2A2A2A;
  font-size: 0.9375rem;
  line-height: 1.6;
  background: #fff;
}

.footer_section {
  background: #2A2A2A;
  color: #fff;
}
.footer_section .border-secondary {
  border-color: rgba(255, 255, 255, 0.08) !important;
}
.footer_section .social_icons {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  justify-content: end;
}
.footer_section .social_icons a {
  display: inline-flex;
  width: 2.25rem;
  height: 2.25rem;
  background: #fff;
  color: #000;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer_section .social_icons a:hover {
  background: #D25353;
  color: #fff;
}
.footer_section .footer_heading {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  color: #fff;
}
.footer_section .footer_main .footer_links {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.footer_section .footer_main .footer_links li {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: flex-start;
}
.footer_section .footer_main .footer_links li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8) !important;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer_section .footer_main .footer_links li a i {
  font-size: 0.75rem;
}
.footer_section .footer_main .footer_links li a:hover {
  color: #D25353;
  padding-left: 5px;
}
.footer_section .hours_list li {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.08);
  padding-bottom: 0.625rem;
  margin-bottom: 0.9375rem;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.8);
}
.footer_section .contact_info {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.footer_section .contact_info li {
  display: flex;
  align-items: start;
  gap: 0.625rem;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.8);
}
.footer_section .contact_info li i {
  margin-right: 0.625rem;
  margin-top: 0.25rem;
}
.footer_section .copyright_text {
  font-size: 0.875rem;
  font-weight: 400;
}

@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);
  }
}
@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;
  }
  .gallery_section .gallery_wrapper .gallery_row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
@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 .btn-primary {
    justify-content: center;
  }
  .section_heading {
    margin-bottom: 1.25rem;
  }
  .section_heading .section_title {
    font-size: 2rem;
  }
  .contact_info_banner {
    margin: 1.875rem 0;
  }
  .contact_info_banner .banner_wrapper {
    border-radius: 2rem;
    text-align: center;
    padding: 2rem;
  }
  .hero_section .swiper-slide {
    min-height: 37.5rem;
    align-items: end;
    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 .about_image_wrapper {
    padding-top: 8.75rem;
  }
  .about_section .about_image_wrapper .secondary_img_box {
    top: 0.625rem;
    right: 14%;
  }
  .about_section .about_image_wrapper .circle_outline {
    top: 12%;
    left: 38%;
    width: 5.625rem;
    height: 5.625rem;
  }
  .about_section .about_image_wrapper .floating_cells {
    right: 24%;
  }
  .why_choose_section .cards_wrapper {
    flex-direction: row;
    gap: 0.9375rem;
    padding-bottom: 0;
  }
  .why_choose_section .cards_wrapper.left_wrapper .feature_card:nth-child(1) {
    margin: 0 !important;
  }
  .why_choose_section .cards_wrapper.left_wrapper .feature_card:nth-child(2) {
    margin: 0 !important;
  }
  .why_choose_section .cards_wrapper.right_wrapper .feature_card:nth-child(1) {
    margin: 0 !important;
  }
  .why_choose_section .cards_wrapper.right_wrapper .feature_card:nth-child(2) {
    margin: 0 !important;
  }
  .why_choose_section .why-choose-us3 {
    order: -1;
  }
  .expertise_section .row {
    flex-direction: column-reverse;
  }
  .expertise_section .content_box .row {
    flex-direction: row;
  }
  .expertise_section .image_wrapper {
    padding-top: 3.125rem;
  }
  .expertise_section .image_wrapper .main_img_box {
    width: 50%;
  }
  .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;
  }
}
@media (max-width: 768px) {
  .hero_section .hero_content_card .hero_title {
    font-size: 2.25rem;
  }
  .hero_section .hero_content_card .floating_kidney {
    bottom: auto;
    top: -6.875rem;
    right: auto;
    left: 0;
    width: 6.25rem;
  }
  .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;
    padding: 0.9375rem;
  }
  .contact_info_banner .banner_wrapper .icon_box {
    width: 2rem;
    height: 2rem;
  }
  .contact_info_banner .banner_wrapper .icon_box i {
    font-size: 1rem;
  }
  .about_section .about_image_wrapper {
    padding-top: 8.75rem;
  }
  .about_section .about_image_wrapper .secondary_img_box {
    top: 0.625rem;
    right: 4%;
  }
  .about_section .about_image_wrapper .circle_outline {
    top: 12%;
    left: 38%;
    width: 5.625rem;
    height: 5.625rem;
  }
  .about_section .about_image_wrapper .floating_cells {
    right: 24%;
  }
  .expertise_section .image_wrapper {
    padding-top: 3.125rem;
  }
  .expertise_section .image_wrapper .main_img_box {
    width: 80%;
  }
  .expertise_section .image_wrapper .circle_decoration {
    top: 0.625rem;
    left: 3%;
  }
  .expertise_section .image_wrapper .kidney_decoration {
    bottom: 0;
    right: 3%;
  }
}
@media (max-width: 576px) {
  .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;
  }
  .about_section .about_image_wrapper .secondary_img_box {
    top: 0.625rem;
    right: 4%;
    width: 14.375rem;
    height: 26.875rem;
  }
  .about_section .about_image_wrapper .circle_outline {
    top: 12%;
    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: 17.5rem;
    height: 26.875rem;
  }
  .why_choose_section .cards_wrapper {
    flex-direction: column;
    align-items: center;
  }
  .expertise_section .image_wrapper {
    padding-top: 3.125rem;
  }
  .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;
  }
  .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;
  }
  .gallery_section .gallery_item {
    height: 15.625rem;
  }
  .faq_section .accordion-item .accordion-header .accordion-button {
    padding: 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;
  }
  .footer_section .social_icons {
    justify-content: start;
  }
}
@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;
  }
}/*# sourceMappingURL=urologyclinic.css.map */