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

a {
  color: #1d5e84;
}

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: #1d5e84 !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: #1d5e84 !important;
  box-shadow: none;
  outline: none;
}

.section_heading .sub_title {
  color: #1d5e84;
}
.section_heading .section_title span,
.section_heading .section_title .highlight {
  color: #1d5e84;
}

.swiper-pagination-bullet-active {
  background: linear-gradient(172.5deg, #004c79 20.96%, #1d5e84 82.91%);
}

.blog_section {
  background: rgba(29, 94, 132, 0.06);
}

.about_page_section .about_images .img_2 {
  border-color: rgba(29, 94, 132, 0.3);
}

.about_offer_section {
  background: #f8f8f8;
}
.about_offer_section .offer_card .icon_wrapper {
  background: rgba(29, 94, 132, 0.1);
}
.about_offer_section .offer_card .icon_wrapper i {
  color: #1d5e84;
  font-size: 1.9rem;
  transition: all 0.3s ease;
}
.about_offer_section .offer_card:hover .icon_wrapper {
  background: linear-gradient(172.5deg, #004c79 20.96%, #1d5e84 82.91%);
}
.about_offer_section .offer_card:hover .icon_wrapper i {
  color: #fff;
}

.our_team_section .team_card {
  border-color: rgba(29, 94, 132, 0.4);
}
.our_team_section .team_card .team_img {
  border-color: #1d5e84;
}
.our_team_section .team_card .team_content .specialty {
  color: #1d5e84;
}
.our_team_section .team_card .team_content .social_links a {
  background: linear-gradient(172.5deg, #004c79 20.96%, #1d5e84 82.91%);
}

.treatments_grid_section .treatment_card h5 {
  color: #1d5e84;
}

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

.purpose_care_section .dedicated_care_content .title .highlight {
  color: #1d5e84;
}

.pagination_area .page_link.active {
  background: linear-gradient(172.5deg, #004c79 20.96%, #1d5e84 82.91%);
  color: #fff;
  border-color: #1d5e84;
}
.pagination_area .page_link.prev, .pagination_area .page_link.next {
  background: #fff;
  color: #1d5e84;
  border: 1px solid rgba(29, 94, 132, 0.3);
}
.pagination_area .page_link:hover {
  background: linear-gradient(172.5deg, #004c79 20.96%, #1d5e84 82.91%);
  color: #fff;
  border-color: #1d5e84;
}

.blog_detail_section .blog_details_wrapper .tags_card .tags_list .tag_link:hover {
  background: linear-gradient(172.5deg, #004c79 20.96%, #1d5e84 82.91%);
  border-color: #1d5e84;
}
.blog_detail_section .blog_details_wrapper .share_card .share_list .social_link:hover {
  background: linear-gradient(172.5deg, #004c79 20.96%, #1d5e84 82.91%);
  border-color: #1d5e84;
}
.blog_detail_section .blog_details_wrapper .author_box .author_img {
  border-color: #1d5e84;
}
.blog_detail_section .blog_details_wrapper .author_box .author_info .role {
  color: #1d5e84;
}
.blog_detail_section .blog_details_wrapper .comments_area .comment_list .comment_item .reply_btn:hover {
  color: #1d5e84;
}
.blog_detail_section .blog_details_wrapper .leave_reply_area .form-control {
  border-radius: 3.125rem;
}
.blog_detail_section .blog_details_wrapper .leave_reply_area .form-textarea {
  border-radius: 0.625rem;
}
.blog_detail_section .blog_details_wrapper .leave_reply_area .form-textarea:focus {
  border-color: #1d5e84 !important;
}

.sidebar_widget.categories_widget .category_list li a:hover {
  background: linear-gradient(172.5deg, #004c79 20.96%, #1d5e84 82.91%);
}
.sidebar_widget.recent_post_widget .recent_post_list li a:hover .post_info .title {
  color: #1d5e84;
}
.sidebar_widget.tags_widget .tag_cloud a:hover {
  background: linear-gradient(172.5deg, #004c79 20.96%, #1d5e84 82.91%);
  border-color: #1d5e84;
}
.sidebar_widget input {
  border-radius: 0.625rem;
}
.sidebar_widget.search_widget .search_form input {
  border-radius: 3.125rem;
}

.contact_info_section .contact_card .icon_wrapper {
  background: rgba(29, 94, 132, 0.1);
}
.contact_info_section .contact_card .icon_wrapper i {
  color: #1d5e84;
}
.contact_info_section .contact_card .content a:hover {
  color: #1d5e84;
}
.contact_info_section .contact_card .content .link:hover {
  color: #1d5e84;
}

.our_process_section .treatment_content .treatment_list li i {
  color: #1d5e84;
  font-size: 1.2rem;
}

.care_section .care_content .care_list li .icon {
  filter: brightness(0) saturate(100%) invert(28%) sepia(9%) saturate(6257%) hue-rotate(167deg) brightness(96%) contrast(82%);
}

.purpose_care_section .dedicated_care_content .care_points_list li .care_point .icon img {
  filter: brightness(0) saturate(100%) invert(28%) sepia(9%) saturate(6257%) hue-rotate(167deg) brightness(96%) contrast(82%);
}

/* =====================================
   BLOG CARD STYLES
===================================== */
.blog_card {
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s ease;
}
.blog_card .image_container {
  position: relative;
  height: 17rem;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.blog_card .image_container .blog_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.blog_card:hover .image_container .blog_img {
  transform: scale(1.05);
}
.blog_card .card_content {
  position: relative;
  z-index: 4;
}
.blog_card .card_content .blog_meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.blog_card .card_content .blog_meta .date_info {
  font-size: 0.875rem;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.blog_card .card_content .blog_meta .date_info i {
  font-size: 1rem;
}
.blog_card .card_content .blog_meta .category_tag {
  background: linear-gradient(172.5deg, #004c79 20.96%, #1d5e84 82.91%);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.25rem 0.75rem;
  border-radius: 2rem;
  border: none;
  margin: 0;
}
.blog_card .card_content h3 {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #1d5e84;
  margin-bottom: 0.5rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog_card .card_content p {
  font-size: 1rem;
  color: #787878;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog_card .card_content .read_more_link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1d5e84;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
}
.blog_card .card_content .read_more_link i {
  transition: 0.3s;
}
.blog_card .card_content .read_more_link:hover {
  color: #1d5e84;
  gap: 0.75rem;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: #fff !important;
  background: transparent !important;
  border-color: #1d5e84 !important;
}

.btn:hover {
  background: transparent !important;
  box-shadow: none !important;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/* =====================================
   GLOBAL PRIMARY BUTTON
===================================== */
.btn-primary {
  cursor: pointer;
  position: relative;
  padding: 0;
  font-size: 1rem;
  color: #fff;
  border: none;
  border-radius: 0;
  background: transparent;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: visible;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  box-shadow: none;
}
.btn-primary .btn_text {
  background: linear-gradient(172.5deg, #004c79 20.96%, #1d5e84 82.91%);
  padding: 0.625rem 1.25rem;
  border-radius: 6.25rem;
  transition: 0.3s;
  white-space: nowrap;
  display: flex;
  align-items: center;
  height: 2.8125rem;
}
.btn-primary .icon_circle {
  width: 2.8125rem;
  height: 2.8125rem;
  background: linear-gradient(172.5deg, #004c79 20.96%, #1d5e84 82.91%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  flex-shrink: 0;
}
.btn-primary .icon_circle i {
  font-size: 1.1rem;
  transition: 0.3s;
  color: #fff;
  transform: rotate(0deg);
}
.btn-primary::before {
  display: none;
}
.btn-primary:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: none;
  border-color: transparent;
}
.btn-primary:hover .btn_text {
  background: linear-gradient(172.5deg, #004c79 20.96%, #1d5e84 82.91%);
  box-shadow: 0 5px 15px rgba(29, 94, 132, 0.4);
}
.btn-primary:hover .icon_circle {
  background: linear-gradient(172.5deg, #004c79 20.96%, #1d5e84 82.91%);
  box-shadow: 0 5px 15px rgba(29, 94, 132, 0.4);
}
.btn-primary:hover .icon_circle i {
  transform: rotate(-45deg);
}
.btn-primary:active .btn_text,
.btn-primary:active .icon_circle {
  box-shadow: none;
}

.btn-white {
  cursor: pointer;
  position: relative;
  padding: 0;
  font-size: 1rem;
  color: #fff;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: visible;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  box-shadow: none;
}
.btn-white .btn_text {
  background: #fff;
  color: #1d5e84;
  padding: 0.625rem 1.25rem;
  border-radius: 6.25rem;
  transition: 0.3s;
  white-space: nowrap;
  display: flex;
  align-items: center;
  height: 2.8125rem;
}
.btn-white .icon_circle {
  width: 2.8125rem;
  height: 2.8125rem;
  background: #fff;
  color: #1d5e84;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  flex-shrink: 0;
}
.btn-white .icon_circle i {
  font-size: 1.1rem;
  transition: 0.3s;
  color: #1d5e84;
  transform: rotate(0deg);
}
.btn-white::before {
  display: none;
}
.btn-white:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: none;
  border-color: transparent;
}
.btn-white:hover .btn_text {
  background: #fff;
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.1);
}
.btn-white:hover .icon_circle {
  background: #fff;
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.1);
}
.btn-white:hover .icon_circle i {
  transform: rotate(-45deg);
}
.btn-white:active .btn_text,
.btn-white:active .icon_circle {
  box-shadow: none;
}

.section_heading .sub_title {
  font-size: 1.1rem;
}
.section_heading .sub_title i {
  margin-right: 0.2rem;
}
.section_heading .section_title {
  font-weight: 700;
}
.section_heading .section_title span,
.section_heading .section_heading .section_title .highlight {
  color: #1d5e84;
}

/* =====================================
   HEADER STYLES
===================================== */
.top_header {
  background: linear-gradient(172.5deg, #004c79 20.96%, #1d5e84 82.91%);
  color: #fff;
  font-size: 0.875rem;
}
.top_header .contact_info {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.top_header .contact_info li {
  padding: 0.9375rem 0;
  position: relative;
}
.top_header .contact_info li a,
.top_header .contact_info li span {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  transition: 0.3s;
  font-weight: 400;
}
.top_header .contact_info li a:hover,
.top_header .contact_info li span:hover {
  color: rgba(255, 255, 255, 0.8);
}
.top_header .contact_info li a i,
.top_header .contact_info li span i {
  font-size: 1rem;
  color: #fff;
}

.main_header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}
.main_header.fixed_header {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.35s ease-out;
}
.main_header .navbar {
  padding: 1.4rem 0;
}
.main_header .navbar .navbar-nav {
  align-items: center;
}
.main_header .navbar .navbar-brand {
  margin: 0;
}
.main_header .navbar .navbar-brand .main-logo {
  width: 100%;
  max-width: 9.375rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.main_header .navbar .navbar-toggler {
  border: none;
  padding: 0;
}
.main_header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
.main_header .navbar .nav-item {
  margin: 0 0.7rem;
}
.main_header .navbar .nav-item .nav-link {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  padding: 0.5rem 0;
  position: relative;
  transition: 0.3s;
}
.main_header .navbar .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: linear-gradient(172.5deg, #004c79 20.96%, #1d5e84 82.91%);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.main_header .navbar .nav-item .nav-link:hover, .main_header .navbar .nav-item .nav-link.active, .main_header .navbar .nav-item .nav-link.show {
  color: #1d5e84;
}
.main_header .navbar .nav-item .nav-link:hover::before, .main_header .navbar .nav-item .nav-link.active::before, .main_header .navbar .nav-item .nav-link.show::before {
  width: 100%;
}
.main_header .navbar .nav-item .dropdown-menu {
  border: none;
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
  padding: 0;
  border-radius: 0.625rem;
  background: #fff;
}
.main_header .navbar .nav-item .dropdown-menu .dropdown-item {
  font-size: 0.9375rem;
  padding: 0.625rem 0.9375rem;
  border-radius: 0.3125rem;
  transition: 0.3s;
  font-weight: 500;
  color: #787878;
}
.main_header .navbar .nav-item .dropdown-menu .dropdown-item:hover {
  background: rgba(29, 94, 132, 0.08);
  color: #1d5e84;
  padding-left: 1.25rem;
}
@media (min-width: 992px) {
  .main_header .navbar .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    animation: fadeInUp 0.3s ease forwards;
  }
}

/* =====================================
   ANIMATIONS
===================================== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/* =====================================
   CUSTOM SCROLL ANIMATIONS
===================================== */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}
.reveal-left.active {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}
.reveal-right.active {
  opacity: 1;
  transform: translateX(0);
}

.reveal-zoom {
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}
.reveal-zoom.active {
  opacity: 1;
  transform: scale(1);
}

.delay-100 {
  transition-delay: 0.1s;
}

.delay-200 {
  transition-delay: 0.2s;
}

.delay-300 {
  transition-delay: 0.3s;
}

.delay-400 {
  transition-delay: 0.4s;
}

/* =====================================
   HERO SECTION STYLES
===================================== */
.hero_section {
  position: relative;
  height: 83vh;
}
.hero_section .hero-container {
  padding: 0 1.25rem;
}
.hero_section .hero_slider {
  border-radius: 2.5rem;
  overflow: hidden;
}
.hero_section .hero_bg {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 83vh;
}
.hero_section .hero_bg .hero_bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.hero_section .hero_bg .hero_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 6, 0.12) 31.25%, rgba(1, 1, 24, 0.75) 80.51%);
  z-index: 2;
}
.hero_section .hero_bg .container {
  position: relative;
  z-index: 3;
}
.hero_section .hero_bg .hero_content h1 {
  font-size: 4.375rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1.1;
}
.hero_section .hero_bg .hero_content p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
  line-height: 1.6;
  font-weight: 400;
}

/* =====================================
   ABOUT US SECTION STYLES
===================================== */
.about_us_section .about_images_wrapper {
  position: relative;
  height: 100%;
}
.about_us_section .about_images_wrapper .sticky_img_card {
  position: sticky;
  top: 6.25rem;
  margin-bottom: 1.25rem;
  border-radius: 1rem;
  overflow: hidden;
  /* Stack Adjustment */
}
.about_us_section .about_images_wrapper .sticky_img_card:last-child {
  margin-bottom: 0;
}
.about_us_section .about_images_wrapper .sticky_img_card img {
  width: 100%;
  height: 17.9375rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 1rem;
}
.about_us_section .about_images_wrapper .sticky_img_card.card_1 {
  z-index: 1;
  top: 6.25rem;
}
.about_us_section .about_images_wrapper .sticky_img_card.card_2 {
  z-index: 2;
  top: 7.5rem;
}
.about_us_section .about_images_wrapper .sticky_img_card.card_3 {
  z-index: 3;
  top: 8.75rem;
}
.about_us_section .about_content {
  padding-left: 2rem;
  position: sticky;
  top: 7.5rem;
  align-self: flex-start;
}
.about_us_section .about_content .features_list .feature_item {
  display: flex;
  gap: 1.25rem;
  margin-bottom: 2rem;
}
.about_us_section .about_content .features_list .feature_item:last-child {
  margin-bottom: 0;
}
.about_us_section .about_content .features_list .feature_item .icon_box {
  width: 3.75rem;
  height: 3.75rem;
  background: #1d5e84;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.about_us_section .about_content .features_list .feature_item .text_box h5 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
  color: #1d5e84;
}
.about_us_section .about_content .features_list .feature_item .text_box p {
  font-size: 1rem;
  color: #787878;
  line-height: 1.6;
  margin: 0;
}
.about_us_section .about_content .action_group {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  margin-top: 1.875rem;
}
.about_us_section .about_content .action_group .working_hours h6 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
  color: #000;
}
.about_us_section .about_content .action_group .working_hours span {
  font-size: 1rem;
  color: #787878;
}

/* =====================================
   SERVICE SECTION STYLES
===================================== */
.service_section {
  background: #001b38;
}
.service_section .section_heading .sub_title {
  color: #fff;
}
.service_section .section_heading .section_title {
  color: #fff;
}
.service_section .section_heading .section_title .highlight {
  color: #fff;
}
.service_section .service_cards_wrapper {
  position: relative;
  counter-reset: service-card-counter;
}
.service_section .service_cards_wrapper .sticky_service_card {
  position: sticky;
  top: 6.25rem;
  margin-bottom: 1.875rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #001b38;
  overflow: hidden;
  counter-increment: service-card-counter;
}
.service_section .service_cards_wrapper .sticky_service_card:last-child {
  margin-bottom: 0;
}
.service_section .service_cards_wrapper .sticky_service_card:nth-child(1) {
  top: 6.25rem;
  z-index: 1;
}
.service_section .service_cards_wrapper .sticky_service_card:nth-child(2) {
  top: 7.5rem;
  z-index: 2;
}
.service_section .service_cards_wrapper .sticky_service_card:nth-child(3) {
  top: 8.75rem;
  z-index: 3;
}
.service_section .service_cards_wrapper .sticky_service_card:nth-child(4) {
  top: 10rem;
  z-index: 4;
}
.service_section .service_cards_wrapper .sticky_service_card:nth-child(5) {
  top: 11.25rem;
  z-index: 5;
}
.service_section .service_cards_wrapper .sticky_service_card:nth-child(6) {
  top: 12.5rem;
  z-index: 6;
}
.service_section .service_cards_wrapper .sticky_service_card:nth-child(7) {
  top: 13.75rem;
  z-index: 7;
}
.service_section .service_cards_wrapper .sticky_service_card:nth-child(8) {
  top: 15rem;
  z-index: 8;
}
.service_section .service_cards_wrapper .sticky_service_card:nth-child(9) {
  top: 16.25rem;
  z-index: 9;
}
.service_section .service_cards_wrapper .sticky_service_card:nth-child(10) {
  top: 17.5rem;
  z-index: 10;
}
.service_section .service_cards_wrapper .sticky_service_card:nth-child(11) {
  top: 18.75rem;
  z-index: 11;
}
.service_section .service_cards_wrapper .sticky_service_card:nth-child(12) {
  top: 20rem;
  z-index: 12;
}
.service_section .service_cards_wrapper .sticky_service_card:nth-child(13) {
  top: 21.25rem;
  z-index: 13;
}
.service_section .service_cards_wrapper .sticky_service_card:nth-child(14) {
  top: 22.5rem;
  z-index: 14;
}
.service_section .service_cards_wrapper .sticky_service_card:nth-child(15) {
  top: 23.75rem;
  z-index: 15;
}
.service_section .service_cards_wrapper .sticky_service_card .card_inner {
  padding: 1.5625rem;
}
.service_section .service_cards_wrapper .sticky_service_card .card_inner .content_box {
  display: grid;
  grid-template-columns: max-content 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.service_section .service_cards_wrapper .sticky_service_card .card_inner .content_box .number {
  grid-column: 1;
  grid-row: 1/5;
  font-weight: 700;
  font-size: 5rem;
  line-height: normal;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.09);
  margin: 0;
}
.service_section .service_cards_wrapper .sticky_service_card .card_inner .content_box .number::before {
  content: counter(service-card-counter, decimal-leading-zero);
}
.service_section .service_cards_wrapper .sticky_service_card .card_inner .content_box h3 {
  grid-column: 2;
  font-size: 1.875rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0.875rem;
}
.service_section .service_cards_wrapper .sticky_service_card .card_inner .content_box p {
  grid-column: 2;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  padding-right: 1.5rem;
}
.service_section .service_cards_wrapper .sticky_service_card .card_inner .content_box .learn_more_btn {
  grid-column: 2;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: 0.3s;
  justify-self: start;
}
.service_section .service_cards_wrapper .sticky_service_card .card_inner .content_box .learn_more_btn i {
  transition: 0.3s;
}
.service_section .service_cards_wrapper .sticky_service_card .card_inner .content_box .learn_more_btn:hover i {
  transform: translateX(5px);
}
.service_section .service_cards_wrapper .sticky_service_card .card_inner .image_box {
  border-radius: 1.25rem;
  overflow: hidden;
  height: 15rem;
}
.service_section .service_cards_wrapper .sticky_service_card .card_inner .image_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}

/* =====================================
   WHY CHOOSE US SECTION STYLES
===================================== */
.why_choose_us .choose_content .features_grid .feature_card {
  padding: 1rem;
  background: #fff;
  height: 100%;
  transition: 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
}
.why_choose_us .choose_content .features_grid .feature_card .icon_wrapper {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: start;
  color: #1d5e84;
  font-size: 2rem;
  margin-bottom: 1rem;
  position: relative;
}
.why_choose_us .choose_content .features_grid .feature_card h5 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #1d5e84;
  margin-bottom: 0.5rem;
}
.why_choose_us .choose_content .features_grid .feature_card p {
  font-size: 1rem;
  color: #787878;
  margin: 0;
  line-height: 1.5;
}
.why_choose_us .choose_content .features_grid .feature_card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}
.why_choose_us .choose_images .tall-img {
  margin-top: 7.5rem;
}
.why_choose_us .choose_images .img_box {
  border-radius: 1rem;
  overflow: hidden;
  height: 32.1875rem;
}
.why_choose_us .choose_images .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =====================================
   OUR PROCESS SECTION STYLES
===================================== */
.process_section {
  background: #f4f9fc;
}
.process_section .process_card {
  padding: 0 1rem;
}
.process_section .process_card .icon_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.process_section .process_card .icon_wrapper .icon_circle {
  width: 6.25rem;
  height: 6.25rem;
  background: rgba(29, 94, 132, 0.1);
  color: #1d5e84;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  transition: 0.3s;
  z-index: 2;
  position: relative;
  margin-bottom: 1.875rem;
}
.process_section .process_card .icon_wrapper .arrow {
  position: absolute;
  right: -10%;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  font-size: 1.25rem;
  z-index: 1;
}
.process_section .process_card .text_content h5 {
  font-weight: 500;
  color: #000;
  font-size: 1.25rem;
  margin-bottom: 0.375rem;
}
.process_section .process_card .text_content p {
  font-size: 0.9375rem;
  color: #787878;
  line-height: 1.6;
}
.process_section .process_card:hover .icon_circle {
  background: #1d5e84;
  color: #fff;
  transform: translateY(-5px);
}

/* =====================================
   GALLERY SECTION STYLES
===================================== */
.gallery_section .gallery_item {
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.gallery_section .gallery_item img {
  width: 100%;
  height: 17.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
  border-radius: 0.625rem;
}
.gallery_section .gallery_item.tall img {
  height: 27.1875rem;
}
.gallery_section .gallery_item:hover img {
  transform: scale(1.1);
}

/* =====================================
     TESTIMONIAL SECTION Styles
  ===================================== */
.testimonial_section {
  background: rgba(29, 94, 132, 0.06);
}
.testimonial_section .heading-arrow-row {
  margin-bottom: 2.5rem;
}
.testimonial_section .heading-arrow-row .section_heading {
  margin-bottom: 0;
}
.testimonial_section .testimonial_nav {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
.testimonial_section .testimonial_nav .swiper-btn-prev,
.testimonial_section .testimonial_nav .swiper-btn-next {
  width: 2.8125rem;
  height: 2.8125rem;
  background: linear-gradient(172.5deg, #004c79 20.96%, #1d5e84 82.91%);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
}
.testimonial_section .testimonial_nav .swiper-btn-prev:hover,
.testimonial_section .testimonial_nav .swiper-btn-next:hover {
  background: linear-gradient(172.5deg, #004c79 20.96%, #1d5e84 82.91%);
  color: #fff;
}
.testimonial_section .testimonial_nav .swiper-button-disabled {
  background: #e3e3e3;
  cursor: not-allowed;
  color: #000;
}
.testimonial_section .swiper-slide {
  height: auto;
}
.testimonial_section .testimonial_card {
  background: #fff;
  padding: 1.25rem;
  position: relative;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
}
.testimonial_section .testimonial_card .card_title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 0.25rem;
}
.testimonial_section .testimonial_card .card_text {
  font-size: 1rem;
  color: #787878;
  line-height: 1.7;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonial_section .testimonial_card .rating_user_info {
  margin-top: auto;
}
.testimonial_section .testimonial_card .rating_user_info .rating {
  margin-bottom: 0.5rem;
}
.testimonial_section .testimonial_card .rating_user_info .rating i {
  color: #ffb800;
  font-size: 1rem;
  margin-right: 0.2rem;
}
.testimonial_section .testimonial_card .user_info_wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.testimonial_section .testimonial_card .user_info_wrapper .user_img {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.testimonial_section .testimonial_card .user_info_wrapper .user_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial_section .testimonial_card .user_info_wrapper .user_details h5 {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  margin: 0;
  line-height: 1.2;
}
.testimonial_section .testimonial_card .user_info_wrapper .user_details span {
  font-size: 0.875rem;
  color: #787878;
  font-weight: 400;
  font-style: italic;
}
.testimonial_section .testimonial_card .quote_icon {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.testimonial_section .testimonial_card .quote_icon i {
  font-size: 2rem;
  color: #1d5e84;
}

/* =====================================
     CONTACT US TABS Styles
  ===================================== */
.contact_us_tabs_section .section_heading {
  margin-bottom: 1.25rem;
}
.contact_us_tabs_section .tab_header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.contact_us_tabs_section .tab_header .nav-pills {
  background: rgba(29, 94, 132, 0.1) !important;
  gap: 0.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem;
  border-radius: 6.25rem;
}
.contact_us_tabs_section .tab_header .nav-pills .nav-link {
  color: #1d5e84;
  font-weight: 500;
  padding: 0.625rem 2rem;
  border: none;
  transition: 0.3s;
}
.contact_us_tabs_section .tab_header .nav-pills .nav-link.active, .contact_us_tabs_section .tab_header .nav-pills .nav-link:hover {
  background: linear-gradient(172.5deg, #004c79 20.96%, #1d5e84 82.91%);
  color: #fff;
}
.contact_us_tabs_section .contact_tab_content .working_hours_list .hour_item {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 1rem;
}
.contact_us_tabs_section .contact_tab_content .working_hours_list .hour_item .day {
  font-weight: 500;
}
.contact_us_tabs_section .contact_tab_content .working_hours_list .hour_item .time {
  color: #787878;
}
.contact_us_tabs_section .contact_tab_content .working_hours_list .hour_item .time.closed {
  color: #000;
}
.contact_us_tabs_section .contact_form_wrapper {
  background: #fff;
  padding: 1.875rem;
  box-shadow: 0px 0px 1.375rem -4px rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}
.contact_us_tabs_section .contact_form_wrapper .form-label {
  color: #787878;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.contact_us_tabs_section .contact_form_wrapper .form-control {
  border-radius: 3.125rem;
  padding: 0.6rem 1rem;
  border: 1px solid #e0e0e0;
  font-size: 1rem;
  color: #000;
  background: #fff;
  transition: 0.2s ease-in-out;
}
.contact_us_tabs_section .contact_form_wrapper .form-control::-moz-placeholder {
  color: #b0b0b0;
  font-size: 0.875rem;
}
.contact_us_tabs_section .contact_form_wrapper .form-control::placeholder {
  color: #b0b0b0;
  font-size: 0.875rem;
}
.contact_us_tabs_section .contact_form_wrapper .form-control:focus {
  border-color: #1d5e84;
  box-shadow: 0 0 0 4px rgba(29, 94, 132, 0.1);
}
.contact_us_tabs_section .contact_form_wrapper .form-select {
  border-radius: 3.125rem;
  padding: 0.6rem 1rem;
  border: 1px solid #e0e0e0;
  font-size: 1rem;
  color: #000;
  transition: 0.2s ease-in-out;
}
.contact_us_tabs_section .contact_form_wrapper .form-select::-moz-placeholder {
  color: #b0b0b0;
  font-size: 0.875rem;
}
.contact_us_tabs_section .contact_form_wrapper .form-select::placeholder {
  color: #b0b0b0;
  font-size: 0.875rem;
}
.contact_us_tabs_section .contact_form_wrapper .form-select:focus, .contact_us_tabs_section .contact_form_wrapper .form-select:active {
  box-shadow: none !important;
}
.contact_us_tabs_section .contact_form_wrapper .btn-primary {
  margin-top: 1rem;
  width: 100%;
}
.contact_us_tabs_section .location_map_wrapper {
  width: 100%;
  height: 27.375rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
.contact_us_tabs_section .location_map_wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.our_blogs_section {
  background: rgba(29, 94, 132, 0.06);
}
.our_blogs_section .our_blogs_heading {
  margin-bottom: 2.5rem;
}
.our_blogs_section .our_blogs_heading .section_heading {
  margin-bottom: 0;
}

/* =====================================
   FAQ SECTION STYLES
===================================== */
.faq_section .accordion-item {
  border: 0;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  box-shadow: 0px 0px 1.125rem 1px rgba(34, 40, 30, 0.08);
  background: #fff;
  overflow: hidden;
}
.faq_section .accordion-item:last-child {
  margin-bottom: 0;
}
.faq_section .accordion-item .accordion-header .accordion-button {
  background: #fff;
  box-shadow: none;
  color: #000;
  font-weight: 500;
  font-size: 1.125rem;
  padding: 1.25rem;
}
.faq_section .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #1d5e84;
  background: #fff;
}
.faq_section .accordion-item .accordion-header .accordion-button::after {
  transition: all 0.3s;
}
.faq_section .accordion-item .accordion-body {
  padding: 0 1.5rem 1.5rem 1.5rem;
  color: #787878;
  line-height: 1.6;
  font-size: 1rem;
}

/* =====================================
   FOOTER STYLES
===================================== */
.main_footer {
  background: #001b38;
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
  color: #fff;
}
.main_footer .footer_widget {
  margin-bottom: 2rem;
}
.main_footer .footer_widget .footer_logo {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 1rem;
}
.main_footer .footer_widget .footer_logo img {
  width: 100%;
  max-width: 9rem;
  height: auto;
  min-width: 9rem;
}
.main_footer .footer_widget .desc {
  color: #b0c4de;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
.main_footer .footer_widget .social_links {
  display: flex;
  gap: 1rem;
  padding: 0;
  list-style: none;
}
.main_footer .footer_widget .social_links li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  color: #fff;
  transition: 0.3s;
  font-size: 1rem;
}
.main_footer .footer_widget .social_links li a:hover {
  background: #fff;
  color: #1d5e84;
}
.main_footer .footer_widget .widget_title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1.5rem;
}
.main_footer .footer_widget .footer_links {
  padding: 0;
  list-style: none;
}
.main_footer .footer_widget .footer_links li {
  margin-bottom: 0.75rem;
}
.main_footer .footer_widget .footer_links li a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.main_footer .footer_widget .footer_links li a i {
  font-size: 0.875rem;
}
.main_footer .footer_widget .footer_links li a:hover {
  color: #fff;
  padding-left: 5px;
}
.main_footer .footer_widget .contact_info_list {
  padding: 0;
  list-style: none;
}
.main_footer .footer_widget .contact_info_list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1rem;
}
.main_footer .footer_widget .contact_info_list li i {
  margin-top: 0.25rem;
  color: #fff;
}
.main_footer .footer_widget .contact_info_list li a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.main_footer .footer_widget .contact_info_list li a:hover {
  color: #fff;
}
.main_footer .copyright_area {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.25rem 0;
  margin-top: 2.8rem;
}
.main_footer .copyright_area p {
  margin: 0;
  color: #fff;
  font-size: 0.9375rem;
}

@media (max-width: 1199px) {
  .hero_section .hero_slider .hero_bg .hero_content h1 {
    font-size: 3rem;
  }
}
@media (max-width: 991px) {
  .main_header .navbar {
    padding: 1rem 0;
  }
  .main_header .offcanvas .offcanvas-header {
    background: linear-gradient(172.5deg, #004c79 20.96%, #1d5e84 82.91%);
  }
  .main_header .offcanvas .offcanvas-header .offcanvas-title {
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
  }
  .main_header .offcanvas .offcanvas-header .btn-close {
    filter: invert(1);
    opacity: 1;
  }
  .main_header .offcanvas .offcanvas-body {
    padding: 1.25rem;
  }
  .main_header .offcanvas .offcanvas-body .navbar-nav {
    margin-bottom: 1.25rem !important;
    align-items: start;
  }
  .main_header .offcanvas .offcanvas-body .navbar-nav .nav-item {
    margin: 0;
    width: 100%;
  }
  .main_header .offcanvas .offcanvas-body .navbar-nav .nav-item .dropdown-menu {
    width: 100%;
  }
  .main_header .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {
    padding: 0.5rem 0;
  }
  .main_header .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link::before {
    display: none;
  }
  .hero_section .hero-container {
    padding: 0 0.75rem;
  }
  .hero_section .hero_slider {
    border-radius: 1.5rem;
  }
  .hero_section .hero_slider .hero_bg {
    text-align: center;
  }
  .hero_section .hero_slider .hero_bg .hero_overlay {
    background: #000;
    opacity: 0.4;
  }
  .hero_section .hero_slider .hero_bg .hero_content h1 {
    font-size: 2.5rem;
  }
  .hero_section .hero_slider .hero_bg .hero_content p {
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .hero_section .hero_slider .hero_bg::after {
    background: #fff;
    opacity: 0.5;
  }
  .about_us_section .about_row {
    flex-direction: column-reverse;
  }
  .about_us_section .about_content {
    margin-bottom: 1.875rem;
    padding-left: 0;
  }
  .about_us_section .about_content .section_heading {
    margin-bottom: 1rem;
  }
  .about_us_section .about_content .features_list .feature_item {
    margin-bottom: 1rem;
  }
  .service_section .service_cards_wrapper .sticky_service_card {
    margin-bottom: 1.5rem;
    position: relative;
    top: 0 !important;
  }
  .service_section .service_cards_wrapper .sticky_service_card .card_inner {
    padding: 1rem;
  }
  .service_section .service_cards_wrapper .sticky_service_card .card_inner .content_box {
    margin-bottom: 1.5rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .service_section .service_cards_wrapper .sticky_service_card .card_inner .content_box h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .service_section .service_cards_wrapper .sticky_service_card .card_inner .content_box .number {
    font-size: 3.5rem;
  }
  .service_section .service_cards_wrapper .sticky_service_card .card_inner .content_box p {
    padding-right: 0 !important;
  }
  .why_choose_us .choose_images {
    margin-top: 2rem;
  }
  .why_choose_us .choose_images .img_box {
    height: 35rem;
  }
  .why_choose_us .choose_images .tall-img {
    margin-top: 0;
  }
  .process_section .process_card .icon_wrapper .arrow {
    display: none;
  }
  .testimonial_section .testimonial_nav {
    justify-content: start;
    margin-top: 1rem;
  }
  .testimonial_section .heading-arrow-row {
    margin-bottom: 1.5rem;
  }
  .contact_us_tabs_section .contact_form_wrapper {
    margin-top: 1.5rem;
    padding: 1.4rem;
  }
  .our_blogs_section .btn-primary {
    margin-top: 1.5rem;
  }
  .main_footer .footer_widget {
    margin-bottom: 0;
  }
  .main_footer .copyright_area {
    margin-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  .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 .hero_slider .hero_bg .hero_content h1 {
    font-size: 2.1rem;
  }
  .process_section .process_card .icon_wrapper .icon_circle {
    width: 5.25rem;
    height: 5.25rem;
    margin-bottom: 1.4rem;
    font-size: 2.1rem;
  }
}
@media (max-width: 567px) {
  .service_section .service_cards_wrapper .sticky_service_card .card_inner .content_box {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .service_section .service_cards_wrapper .sticky_service_card .card_inner .content_box .number {
    display: none;
  }
  .why_choose_us .choose_images .img_box {
    height: 24rem;
  }
  .about_us_section .about_content .action_group {
    flex-direction: column;
    align-items: start;
    gap: 1rem;
    margin-top: 1rem;
  }
  .gallery_section .gallery_item img {
    height: 19.1875rem !important;
  }
}/*# sourceMappingURL=eyecare.css.map */