@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");
body {
  font-family: 'Nunito', sans-serif;
  color: #000000;
  background-color: #fefefe;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.layout_margin-top {
  margin-top: 90px;
}

.layout_margin-bottom {
  margin-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero_area .hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  z-index: -1;
}

.hero_area .hero_bg_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom right;
     object-position: bottom right;
}

.sub_page .hero_area {
  min-height: auto;
  background-color: #178066;
}

.sub_page .hero_area .hero_bg_box {
  display: none;
}

.header_section {
  padding: 15px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}

/* Style for index page header (transparent initially) */
.home_page .header_section {
  background: transparent;
}

/* Style for other pages header (fixed with background) */
.sub_page .header_section {
  background: rgba(23, 128, 102, 0.95);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

/* Scrolled state for index page */
.home_page .header_section.scrolled {
  background: rgba(23, 128, 102, 0.95);
  padding: 10px 0;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.header_section.scrolled {
  background: rgba(23, 128, 102, 0.95);
  padding: 10px 0;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 8px 20px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-weight: 500;
  position: relative;
}

.custom_nav-container .navbar-nav .nav-item .nav-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #62d2a2;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.custom_nav-container .navbar-nav .nav-item .nav-link:hover:after,
.custom_nav-container .navbar-nav .nav-item.active .nav-link:after {
  width: 80%;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #62d2a2;
}

.custom_nav-container .navbar-toggler {
  border: none;
  padding: 0;
  width: 35px;
  height: 35px;
  position: relative;
}

.custom_nav-container .navbar-toggler span {
  height: 3px;
  margin: 5px 0;
  transition: all 0.3s ease;
  background-color: #ffffff;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 100vh;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section #customCarousel2 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  padding: 45px 0;
  width: 100%;
}

.slider_section .detail-box h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.2;
  white-space: normal;
  overflow: visible;
  color: #ffffff;
}

.slider_section .detail-box p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
  white-space: normal;
  overflow: visible;
  color: #ffffff;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 25px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #ffffff;
  color: #62d2a2;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #ffffff;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: transparent;
  color: #ffffff;
}

.slider_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


.slider_section .img-box img {
  width: 100%;
  max-width: 375px;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.bg-black {
  background-color: #000000 !important;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
}

.department_section {
  position: relative;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 90px 0;
}

.department_container {
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.heading_container-service {
  margin-bottom: 50px;
  text-align: center;
}

.heading_container-service h2 {
  font-size: 42px;
  margin-bottom: 20px;
  font-weight: 800;
  color: #178066;
  position: relative;
  display: inline-block;
}

.heading_container-service h2:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #62d2a2;
  border-radius: 2px;
}

.heading_container-service p {
  font-size: 18px;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.department_card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  margin-bottom: 30px;
  padding: 30px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(23, 128, 102, 0.1);
}

.department_card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(23, 128, 102, 0.05), rgba(98, 210, 162, 0.05));
  opacity: 0;
  transition: all 0.4s ease;
}

.department_card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.department_card:hover:before {
  opacity: 1;
}

.department_card h5 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #178066;
  position: relative;
  padding-bottom: 15px;
}

.department_card h5:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #62d2a2;
  transition: all 0.3s ease;
}

.department_card:hover h5:after {
  width: 80px;
}

.department_card ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.department_card ul li {
  font-size: 16px;
  color: #555;
  margin-bottom: 12px;
  position: relative;
  padding-left: 28px;
  transition: all 0.3s ease;
}

.department_card ul li:last-child {
  margin-bottom: 0;
}

.department_card ul li::before {
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #62d2a2;
  font-size: 14px;
  transition: all 0.3s ease;
}

.department_card ul li:hover {
  color: #178066;
  padding-left: 32px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .department_card {
    padding: 25px;
  }
  
  .heading_container-service h2 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .department_section {
    padding: 60px 0;
  }
  
  .heading_container-service h2 {
    font-size: 32px;
  }
  
  .heading_container-service p {
    font-size: 16px;
  }
  
  .department_card h5 {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  .department_card {
    margin-bottom: 20px;
  }
  
  .heading_container-service {
    margin-bottom: 40px;
  }
}

.about_section {
  padding: 60px 0;
  position: relative;
  background: #ffffff;
}

.about_section .row {
  align-items: center;
}

.about_section .detail-box {
  padding: 30px;
}

.about_section .detail-box h2 {
  font-size: 42px;
  font-weight: 800;
  color: #178066;
  margin-bottom: 20px;
  position: relative;
}

.about_section .detail-box h2:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 3px;
  background: #62d2a2;
  border-radius: 2px;
}

.about_section .detail-box p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin: 20px 0;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 12px 35px;
  background-color: #178066;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s ease;
  border: 2px solid #178066;
  font-weight: 600;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #178066;
}

/* Updated Doctor Section Styles */
.doctor_section {
  padding: 90px 0 60px;
  background: linear-gradient(45deg, rgba(23, 128, 102, 0.97), rgba(23, 128, 102, 0.93));
  position: relative;
}

.doctor_section .row {
  margin-bottom: 0;
}

.doctor_section .heading_container h2 {
  color: #ffffff;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 40px;
  text-align: center;
}

/* Image Styles */
.doctor-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.doctor-image img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

.doctor-image .social-links {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.social-icon {
  width: 45px;
  height: 45px;
  background: #178066;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: #62d2a2;
  transform: translateY(-3px);
}

/* Content Styles */
.doctor-info {
  padding-left: 40px;
  color: #ffffff;
}

.name-designation {
  margin-bottom: 30px;
}

.name-designation h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
}

.name-designation .designation {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  display: block;
}

.achievements {
  margin: 30px 0;
}

.achievement-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.achievement-item:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateX(10px);
}

.achievement-item i {
  font-size: 24px;
  color: #62d2a2;
  margin-right: 15px;
}

.achievement-item span {
  color: #ffffff;
  font-size: 16px;
}

.doctor-description {
  margin: 30px 0;
}

.doctor-description p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.8;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.profile-btn, .appointment-btn {
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  flex: 1;
  text-align: center;
  transition: all 0.3s ease;
}

.profile-btn {
  background: #ffffff;
  color: #178066;
  border: 2px solid #ffffff;
}

.appointment-btn {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.profile-btn:hover, .appointment-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.profile-btn:hover {
  background: #62d2a2;
  border-color: #62d2a2;
  color: #ffffff;
}

.appointment-btn:hover {
  background: #ffffff;
  color: #178066;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .doctor-info {
    padding-left: 0;
    margin-top: 40px;
    text-align: center;
  }

  .achievement-item {
    justify-content: center;
  }

  .cta-buttons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .doctor_section {
    padding: 60px 0 40px;
  }

  .name-designation h3 {
    font-size: 28px;
  }

  .name-designation .designation {
    font-size: 18px;
  }

  .cta-buttons {
    flex-direction: column;
  }

  .profile-btn, .appointment-btn {
    width: 100%;
  }
}

.contact_section {
  position: relative;
  padding: 90px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.contact_section .heading_container {
  margin-bottom: 50px;
}

.contact_section .heading_container h2 {
  font-size: 42px;
  font-weight: 800;
  color: #178066;
}

.contact_section .heading_container p {
  font-size: 18px;
  color: #666;
  margin-top: 10px;
}

.contact-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Booking Info Styles */
.booking-info {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 30px;
}

/* Right Column Layout */
.location-info {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 30px;
}

/* Common Card Styles */
.booking-card,
.info-card,
.social-connect {
  background: #ffffff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

/* Booking Card and Location Card Specific Styles */
.booking-card,
.info-card.location {
  display: flex;
  align-items: flex-start;
}

.booking-icon,
.info-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  background: #178066;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}

.booking-icon i,
.info-icon i {
  font-size: 24px;
  color: #ffffff;
}

.booking-content,
.info-content {
  flex: 1;
}

.booking-content h3,
.info-content h4 {
  color: #178066;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.booking-content p,
.info-content p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.contact-link {
  display: block;
  color: #178066;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-link:hover {
  color: #62d2a2;
}

.timing, .note {
  display: block;
  color: #888;
  font-size: 14px;
}

.action-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #178066;
  color: #ffffff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.action-btn:hover {
  background: #62d2a2;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(98, 210, 162, 0.3);
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
  .booking-card,
  .info-card.location {
    flex-direction: column;
    text-align: center;
  }

  .booking-icon,
  .info-icon {
    margin: 0 auto 20px;
  }

  .contact-link {
    font-size: 20px;
  }
}

/* Hover effect for all cards */
.booking-card:hover,
.info-card:hover,
.social-connect:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

/* Social Connect Specific Styles */
.social-connect {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.social-connect h4 {
  color: #178066;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}

.social-links {
  display: flex;
  gap: 20px;
}

.social-links .social-icon {
  width: 50px;
  height: 50px;
  background: #178066;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 22px;
  transition: all 0.3s ease;
}

/* Platform-specific hover colors */
.social-links .social-icon[title="Instagram"]:hover {
  background: #E4405F;
  transform: translateY(-3px);
}

.social-links .social-icon[title="Email"]:hover {
  background: #EA4335;
  transform: translateY(-3px);
}

.social-links .social-icon[title="WhatsApp"]:hover {
  background: #25D366;
  transform: translateY(-3px);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .contact-wrapper {
    grid-template-columns: 1fr;
  }
  
  .booking-info,
  .location-info {
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .booking-card,
  .info-card,
  .social-connect {
    padding: 25px;
  }
  
  .social-links .social-icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}

.client_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 45px;
  border-radius: 15px;
}

.client_section .box .img-box {
  margin-bottom: 15px;
  min-width: 145px;
  max-width: 145px;
  overflow: hidden;
}

.client_section .box .img-box img {
  width: 100%;
  border-radius: 100%;
  border: 7px solid rgba(255, 255, 255, 0.45);
}

.client_section .box .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.client_section .box .detail-box .name img {
  width: 25px;
  margin-bottom: 5px;
}

.client_section .box .detail-box .name h6 {
  color: #62d2a2;
  font-size: 20px;
}

.client_section .carousel_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  position: unset;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-color: #62d2a2;
  background-position: center;
  border-radius: 5px;
  margin: 0 2.5px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #1fab89;
}

.client_section .carousel-control-next {
  left: initial;
}

.footer_section {
  background: #178066;
  color: #ffffff;
  padding: 60px 0 15px 0;
  position: relative;
}

.footer_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.footer_section .footer_col {
  margin-bottom: 30px;
}

.footer_section .footer_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer_section .footer_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.footer_section .footer_contact .contact_link_box a i {
  margin-right: 5px;
}

.footer_section .footer_contact .contact_link_box a:hover {
  color: #62d2a2;
}

.footer_section .footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer_section .footer_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.footer_section .footer_social a:hover {
  color: #62d2a2;
}

.footer_section .footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer_section .footer_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  margin-bottom: 15px;
  color: #ffffff;
}

.footer_section .footer_links a:hover {
  color: #62d2a2;
}

.footer_section form input {
  border: none;
  background-color: #fefefe;
  width: 100%;
  height: 45px;
  color: #000000;
  outline: none;
  border-radius: 5px;
  padding: 0 15px;
}

.footer_section form input::-webkit-input-placeholder {
  color: #777;
}

.footer_section form input:-ms-input-placeholder {
  color: #777;
}

.footer_section form input::-ms-input-placeholder {
  color: #777;
}

.footer_section form input::placeholder {
  color: #777;
}

.footer_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #62d2a2;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #62d2a2;
  margin-top: 15px;
}

.footer_section form button:hover {
  background-color: transparent;
  color: #62d2a2;
}

.footer_section .footer-info {
  text-align: center;
}

.footer_section .footer-info p {
  color: #ffffff;
  padding: 25px 0;
  margin: 0;
}

.footer_section .footer-info p a {
  color: inherit;
}

.doctor-card {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
}

.doctor-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.doctor-card-img img {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #e0e0e0;
}

.doctor-card-details {
  padding: 1em;
  text-align: center;
}

.doctor-card-details h5 {
  font-size: 1.5em;
  margin: 0.5em 0;
  color: #333;
}

.doctor-card-details .designation {
  font-size: 1.1em;
  color: #777;
  margin-bottom: 1em;
}

.social-box {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.social-link {
  color: #333;
  font-size: 1.3em;
  transition: color 0.3s ease;
}

.social-link:hover {
  color: #4CAF50; /* Change this to your preferred color */
}

/* Add these styles for the logo */
.navbar-brand img {
  max-height: 70px;
  width: auto;
  object-fit: contain;
  transition: all 0.3s ease;
  padding: 5px;
}

/* Optional: Add hover effect */
.navbar-brand img:hover {
  transform: scale(1.02);
  filter: brightness(1.1);
}

/* Ensure logo is responsive on mobile */
@media (max-width: 768px) {
  .navbar-brand img {
    max-height: 45px;
  }
}

/*# sourceMappingURL=style.css.map */

/* Add/Update these styles for the About section carousel */
.about_section #customCarousel2 {
  width: 100%;
  position: relative;
}

.about_section .img-box {
  width: 100%;
  height: 400px; /* Set a fixed height for consistency */
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.about_section .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Fix carousel indicators */
.about_section .carousel-indicators {
  position: absolute;
  bottom: -40px;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.about_section .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #178066;
  opacity: 0.5;
  border: none;
  margin: 0;
  transition: all 0.3s ease;
}

.about_section .carousel-indicators li.active {
  opacity: 1;
  width: 15px;
  height: 15px;
}

/* Add navigation arrows */
.about_section .carousel-control-prev,
.about_section .carousel-control-next {
  width: 40px;
  height: 40px;
  background: rgba(23, 128, 102, 0.8);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease;
}

.about_section #customCarousel2:hover .carousel-control-prev,
.about_section #customCarousel2:hover .carousel-control-next {
  opacity: 1;
}

.about_section .carousel-control-prev {
  left: 20px;
}

.about_section .carousel-control-next {
  right: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .about_section .img-box {
    height: 300px;
    margin-bottom: 40px;
  }
  
  .about_section .carousel-indicators {
    bottom: -30px;
  }
}

/* Enhanced About Page Styles */
.about-page-section {
  padding: 120px 0 90px;
  position: relative;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(249, 249, 249, 0.95));
}

.about-page-section .heading_container {
  margin-bottom: 50px;
}

.about-page-section .heading_container h2 {
  font-size: 42px;
  font-weight: 800;
  color: #178066;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}

.about-page-section .heading_container h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background: #62d2a2;
  border-radius: 2px;
}

.about-page-section .content-box {
  padding: 30px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  border: 1px solid rgba(23, 128, 102, 0.1);
  transition: all 0.3s ease;
}

.about-page-section .content-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.about-page-section .content-box h3 {
  font-size: 24px;
  color: #178066;
  margin-bottom: 20px;
  font-weight: 700;
}

.about-page-section .content-box p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.about-page-section .image-box {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.about-page-section .image-box img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: all 0.5s ease;
}

.about-page-section .image-box:hover img {
  transform: scale(1.05);
}

.about-page-section .feature-box {
  padding: 25px;
  background: #ffffff;
  border-radius: 12px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  border: 1px solid rgba(23, 128, 102, 0.1);
}

.about-page-section .feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-page-section .feature-box i {
  font-size: 40px;
  color: #178066;
  margin-bottom: 20px;
}

.about-page-section .feature-box h4 {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
  font-weight: 700;
}

.about-page-section .feature-box p {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

/* Timeline Section */
.timeline-section {
  padding: 60px 0;
  position: relative;
}

.timeline-item {
  position: relative;
  padding: 20px 30px;
  border-left: 3px solid #178066;
  margin-bottom: 30px;
  background: #ffffff;
  border-radius: 0 15px 15px 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.timeline-item:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #178066;
  border: 4px solid #ffffff;
}

.timeline-item .year {
  font-size: 18px;
  color: #178066;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .about-page-section {
    padding: 90px 0 60px;
  }
  
  .about-page-section .heading_container h2 {
    font-size: 36px;
  }
  
  .about-page-section .image-box img {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .about-page-section {
    padding: 70px 0 40px;
  }
  
  .about-page-section .heading_container h2 {
    font-size: 32px;
  }
  
  .about-page-section .image-box img {
    height: 300px;
  }
  
  .timeline-item {
    padding: 15px 20px;
  }
}

/* Adjust content padding for fixed header */
.sub_page .about-page-section,
.sub_page .department_section,
.sub_page .doctor_section,
.sub_page .contact_section {
  padding-top: 120px;
}

/* Doctor Profile Page Styles */
.doctor_section-main {
  padding: 120px 0 90px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(249, 249, 249, 0.95));
}

.doctor_section-main .heading_container {
  margin-bottom: 40px;
}

.doctor_section-main .heading_container h2 {
  color: #178066;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 40px;
  text-align: center;
}

.doctor-card {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  position: sticky;
  top: 100px;
}

.doctor-card:hover {
  transform: translateY(-5px);
}

.doctor-card-img {
  position: relative;
  overflow: hidden;
}

.doctor-card-img img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.doctor-card-details {
  padding: 25px;
  text-align: center;
}

.doctor-card-details h5 {
  color: #178066;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.doctor-card-details .designation {
  color: #555;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

.qualification-list {
  margin: 20px 0;
  padding: 15px;
  background: rgba(23, 128, 102, 0.05);
  border-radius: 8px;
}

.qualification-list p {
  margin: 8px 0;
  color: #444;
  font-size: 14px;
}

/* Content Styling */
.doctor-content {
  padding: 0 20px;
}

.doctor-content .section-title {
  color: #178066;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.doctor-content .section-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background: #62d2a2;
  border-radius: 2px;
}

.content-section {
  margin-bottom: 40px;
}

.content-section h3 {
  color: #178066;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.content-section p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px;
}

.social-box {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.social-box .social-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #178066;
  color: #ffffff;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.social-box .social-link:hover {
  background: #62d2a2;
  transform: translateY(-3px);
}

@media (max-width: 991px) {
  .doctor-card {
    margin-bottom: 40px;
    position: relative;
    top: 0;
  }
  
  .doctor-content {
    padding: 0;
  }
  
  .doctor-content .section-title {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .doctor_section-main {
    padding: 60px 0 40px;
  }
  
  .content-section h3 {
    font-size: 20px;
  }
  
  .doctor-card-details h5 {
    font-size: 20px;
  }
  
  .doctor-card-details .designation {
    font-size: 16px;
  }
}

/* Service Section Styles */
.services_section {
  padding: 120px 0 90px;
  background: linear-gradient(to bottom, #ffffff, #f8f9fa);
}

.service_category {
  margin-bottom: 60px;
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.service_category:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.category_header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(23, 128, 102, 0.1);
}

.icon_box {
  width: 60px;
  height: 60px;
  background: #178066;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.icon_box i {
  font-size: 28px;
  color: #ffffff;
}

.category_header h3 {
  color: #178066;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.service_items {
  padding: 20px 0;
}

.service_item {
  padding: 25px;
  background: rgba(23, 128, 102, 0.03);
  border-radius: 15px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.service_item:hover {
  background: rgba(23, 128, 102, 0.08);
  transform: translateX(5px);
}

.service_item h5 {
  color: #178066;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.service_item p {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 991px) {
  .service_category {
    padding: 20px;
  }
  
  .category_header h3 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .services_section {
    padding: 80px 0 60px;
  }
  
  .icon_box {
    width: 50px;
    height: 50px;
  }
  
  .icon_box i {
    font-size: 24px;
  }
  
  .service_item {
    padding: 20px;
  }
}

/* Department/Services Section Styles */
.department_section {
  position: relative;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 90px 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 50px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.service-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 35px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #178066;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.service-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.service-box:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.service-icon {
  width: 80px;
  height: 80px;
  background: rgba(23, 128, 102, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}

.service-box:hover .service-icon {
  background: #178066;
}

.service-icon i {
  font-size: 35px;
}

.service-box h3 {
  color: #178066;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 25px;
}

.service-content {
  flex-grow: 1;
}

.service-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-content li {
  margin-bottom: 15px;
  font-size: 16px;
}

.treatment {
  color: #444;
  font-size: 16px;
  transition: all 0.3s ease;
}

.service-box:hover .treatment {
  color: #178066;
}

@media (max-width: 991px) {
  .service-box {
    padding: 30px;
  }
  
  .service-icon {
    width: 70px;
    height: 70px;
  }
  
  .service-icon i {
    font-size: 30px;
  }
  
  .service-box h3 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .service-box {
    padding: 25px;
  }
  
  .service-icon {
    width: 60px;
    height: 60px;
  }
  
  .service-icon i {
    font-size: 24px;
  }
  
  .service-box h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

/* Enhanced About Content Styles */
.about-content {
  padding-left: 30px;
}

.section-title h2 {
  font-size: 42px;
  font-weight: 800;
  color: #178066;
  position: relative;
  padding-bottom: 15px;
}

.section-title h2 span {
  color: #62d2a2;
}

.section-title h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background: #62d2a2;
  border-radius: 2px;
}

.about-features {
  margin: 30px 0;
}

.feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.feature-item:hover {
  transform: translateX(10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  width: 60px;
  height: 60px;
  background: rgba(23, 128, 102, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s ease;
}

.feature-item:hover .feature-icon {
  background: #178066;
}

.feature-icon i {
  font-size: 24px;
  color: #178066;
  transition: all 0.3s ease;
}

.feature-item:hover .feature-icon i {
  color: #ffffff;
}

.feature-text h4 {
  font-size: 20px;
  color: #178066;
  margin-bottom: 5px;
  font-weight: 600;
}

.feature-text p {
  font-size: 15px;
  color: #666;
  margin: 0;
}

.about-description {
  padding: 25px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.about-description p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px;
}

.read-more {
  display: inline-block;
  padding: 12px 35px;
  background: #178066;
  color: #ffffff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.read-more:hover {
  background: #62d2a2;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(98, 210, 162, 0.3);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .about-content {
    padding-left: 0;
    margin-top: 40px;
  }
  
  .section-title h2 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .feature-item {
    padding: 15px;
  }
  
  .feature-icon {
    width: 50px;
    height: 50px;
  }
  
  .feature-icon i {
    font-size: 20px;
  }
  
  .feature-text h4 {
    font-size: 18px;
  }
  
  .about-description {
    padding: 20px;
  }
}

/* Section Spacing */
.layout_padding {
  padding: 90px 0;
}

/* Adjust specific section spacings */
.slider_section {
  padding: 45px 0 90px;
}

.about_section,
.doctor_section,
.department_section,
.contact_section {
  padding: 90px 0;
}

/* Container spacing */
.container {
  padding: 0 15px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Section heading spacing */
.heading_container,
.heading_container-service {
  margin-bottom: 30px;
}

/* Card and content spacing */
.row {
  margin: -15px;
}

.col-md-3,
.col-md-4,
.col-md-6,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8 {
  padding: 15px;
}

/* Card internal spacing */
.department_card,
.service-box,
.about-content,
.doctor-info,
.booking-card,
.info-card {
  padding: 30px;
  margin-bottom: 30px;
}

/* Feature items spacing */
.feature-item {
  margin-bottom: 20px;
}

.feature-item:last-child {
  margin-bottom: 0;
}

/* List spacing */
ul {
  margin: 0;
  padding: 0;
}

li {
  margin-bottom: 12px;
}

li:last-child {
  margin-bottom: 0;
}

/* Button spacing */
.btn-box {
  margin-top: 30px;
}

/* Responsive spacing */
@media (max-width: 991px) {
  .layout_padding {
    padding: 70px 0;
  }
  
  .department_card,
  .service-box,
  .about-content,
  .doctor-info,
  .booking-card,
  .info-card {
    padding: 25px;
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .layout_padding {
    padding: 50px 0;
  }
  
  .heading_container,
  .heading_container-service {
    margin-bottom: 20px;
  }
  
  .department_card,
  .service-box,
  .about-content,
  .doctor-info,
  .booking-card,
  .info-card {
    padding: 20px;
    margin-bottom: 20px;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .slider_section {
    min-height: 80vh;
  }
  
  .slider_section .detail-box h1 {
    font-size: 2.5rem;
  }
  
  .slider_section .detail-box {
    padding: 30px 0;
  }
}

/* Doctor Profile Responsive Styles */
.doctor_section {
  position: relative;
  overflow: hidden;
}

.doctor-profile-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 40px 0;
}

.doctor-image-container {
  flex: 1;
  min-width: 300px;
}

.doctor-image {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.doctor-info-container {
  flex: 2;
  min-width: 300px;
}

.achievement-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 25px 0;
}

/* Mobile Responsive Adjustments */
@media (max-width: 991px) {
  .doctor-profile-container {
    padding: 20px 0;
  }
  
  .doctor-image-container,
  .doctor-info-container {
    flex: 100%;
  }
  
  .doctor-image {
    max-width: 400px;
    margin: 0 auto;
    display: block;
  }
  
  .doctor-info-container {
    text-align: center;
  }
  
  .achievement-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 25px auto;
  }
  
  .cta-buttons {
    flex-direction: column;
    gap: 15px;
    max-width: 300px;
    margin: 25px auto;
  }
}

@media (max-width: 576px) {
  .doctor-image {
    max-width: 100%;
  }
  
  .achievement-item {
    padding: 12px 15px;
  }
  
  .achievement-item i {
    font-size: 20px;
  }
  
  .achievement-item span {
    font-size: 14px;
  }
  
  .doctor-description p {
    font-size: 15px;
    line-height: 1.6;
  }
}