@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Body Styling */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
  padding: 0;
  margin: 0;
}

hr {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  border: 0;
  border-top: 1px solid rgb(199 199 199);
}


/* Top header styling */
.header_top {
  background: #1a776c;
  min-height: 40px;
  padding: 0;
  position: relative;
}

.header_top_left {
  position: inherit;
  color: #fff;
}

.header_top_left::before {
  content: " ";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  left: 35%;
  margin-top: -21px;
  border-top: 22px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 23px solid #efa286;
  z-index: 1;
}

.header_top_left p {
  position: relative;
  z-index: 5;
  line-height: 40px;
  font-family: "Roboto Condensed", sans-serif;
}

.header_top_left::after {
  content: "";
  position: absolute;
  display: block;
  width: 35%;
  height: 40px;
  top: 0;
  left: 0;
  z-index: 2;
  background: #efa286;
}

.header_top_right {
  padding-top: 5px;
  padding-left: 60px !important;
}

.header_top_right .header_top_icon {
  color: #fff;
  margin-left: 20px;
}

.header_top_icon span a {
  color: #fff;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;

}

.header_top_right .header_top_icon span i {
  width: 25px;
  height: 25px;
  background: #efa286;
  color: #fff;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  line-height: 27px;
  margin-left: 8px;
  border-radius: 100%;
}

/* Navbar styles */
/* Sticky Navbar with smooth effect */
.sticky-top {
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  z-index: 1030;
}

.navbar-brand {
  font-weight: bold;
  color: #023e8a !important;
}

.navbar {
  transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover {
  color: #f39364;
}
 

.navbar.sticky {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  background-color: #ffffff !important;
}

.navbar-nav .nav-link ul li ul.dropdown-menu li {
  display: block;
  padding: 7px;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border-bottom: 1px solid #00486175;
  transition: .3s ease-in-out;
}

.dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  color:#1a776c;
  font-weight: 400;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-family:"Roboto Condensed", sans-serif;
}

.navbar-nav .nav-link {
  font-weight: 400;
  color: #1a776c;
  margin: 0 8px;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Roboto Condensed", sans-serif;
  transition: color 0.3s ease;
}

.appointment-btn a {
  background-color: #1a776c;
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 0px;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s;
  border: 2px solid #1a776c;
}

.appointment-btn a:hover {
  background-color: #fff;
  color: #1a776c;
  border: 2px solid #1a776c;
}

.treatment-btn a {
  background-color: #1a776c;
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 0px; 
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  font-weight: 500;
  text-decoration: none;
  float:right;
  transition: background 0.3s;
  border: 2px solid #1a776c;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color:#0a2d28 !important;
}

.treatment-btn a:hover {
  background-color: #fff;
  color: #1a776c;
  border: 2px solid #1a776c;
}

.treatment-content-box h2{
  font-size: 25px;
  line-height: 1.6;
  color: #dc6c35;
  font-family: 'Roboto Condensed';
  font-weight: 500;
}

/* Carousel Hero Started Css */
.slider-hero-banner {
  position: relative;
  overflow: hidden;
  width: 100%;

  background-size: cover;
}

.slider-hero {
  position: relative;
}

.carousel-caption {
  position: absolute;
  right: 51% !important;
  left: 9% !important;
  padding-top: 0.25rem !important;
  bottom: 25% !important;
  color: #fff;
  text-align: start !important;
}

.carousel-caption {
  bottom: 20%;
}

.carousel-caption h2 {
  color: #1a776c;
  font-size: 60px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.carousel-caption p {
  font-weight: 500;
  font-size: 18px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  font-family: "Crimson Text", serif;
}

.btn-style-four {
  position: relative;
  font-weight: 700;
  overflow: hidden;
  text-align: center;
  border-radius: 0px;
  padding: 11px 25px;
  letter-spacing: 1px;
  display: inline-block;
  color: #1a776c;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #1a776c;
  font-family: "Roboto Condensed", sans-serif;
  box-shadow: 0px 2px 9px #00000057;
}

.btn-style-four:before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: -200%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: 1;
  background: #1a776c;
  font-family: "Roboto Condensed", sans-serif;
}

.btn-style-four .btn-wrap {
  position: relative;
  z-index: 1;
  float: left;
  overflow: hidden;
}

.btn-style-four .btn-wrap .text-one {
  position: relative;
  display: block;
  color: #1a776c;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.btn-style-four .btn-wrap .text-two {
  position: absolute;
  top: 100%;
  display: block;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slider-hero .owl-carousel .owl-nav button.owl-prev,
button.owl-next {
    position: absolute;
    top: 35%;
    background-color: #0000005c !important;
    color: #fff !important;
    font-size: 30px !important;
    width: 40px !important;
    right: 22px !important;
    height: 55px !important;
}

.slider-hero .owl-carousel .owl-nav button.owl-prev,
button.owl-prev {
    position: absolute;
    top: 35%;
    background-color: #0000005c !important;
    color: #fff !important;
    font-size: 30px !important;
    width: 40px !important;
    left: 22px !important;
    height: 55px !important;
}

.slider-hero .owl-dots {
  position: absolute;
  top: 90%;
  left: 15%;
  right: 15%;
}

.slider-hero .owl-carousel button.owl-dot {
  background-color: #efa286;
}

/* Carousel Hero Css Ends */

.sec-title{
    position: relative;
    padding:0;
    margin:0;
}

.sec-title h2{
     color:#1a776c;
     font-size: 40px;
     font-weight:500;
     font-family:"Roboto Condensed", serif;
}

.sec-title h2:before {
  position: absolute;
    top: 51px;
    left: 0;
    width: 93px;
    height: 2px;
    background: #f39364;
    content: "";
}

.title-heading{
  position: relative;
  padding:0;
  margin:0;
}

.title-heading h2{
   color:#1a776c;
   font-size: 40px;
   font-weight:500;
   font-family:"Roboto Condensed", serif;
}

/* Counter Section Started */
.counter-box {
  text-align: center;
  padding: 24px 15px;
  border-radius: 10px;
  background-color: #1a776c;
  border-bottom-left-radius: 23px;
  border-top-right-radius: 23px;
  box-shadow: 0 3px 7px rgb(0 0 0 / 43%);

}

.counter-box h2 {
  font-size: 25px;
  font-weight: 500;
  margin: 0;
  color: #fff;
  font-family: 'Roboto Condensed';
  text-shadow: 0px 2px 2px #000;
}

.counter-label {
  font-size: 25px;
  margin-bottom: 11px;
  color: #fff;
  font-weight: 500;
  font-family: 'Roboto Condensed';
  text-shadow: 0px 2px 2px #000;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}

/* Counter Section Ends */

/* About Doctor Started */
.aboutpage img{
    width:100%;
    height:500px;
    object-fit: cover;
}
.breadcrumb-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.10) none repeat scroll 0 0;
  padding: 18px 0 15px;
}
.breadcrumb{
  text-decoration: none;
  color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
    color:#fff !important;
}
.breadcrumb a{
     text-decoration: none;
     color: #fff;
}

.page-header{
  background-position: left;
  background-size: cover;
}

.page-header h1{
  font-size: 60px;
  font-weight: 500;
  font-family: "Roboto Condensed", serif;
  color: #fff;
  text-transform: capitalize;
  text-shadow: 0px 2px 2px #00000054;
}

.page-header1{
  background-position: right;
  background-size: cover;
}

.page-header1 h1{
  font-size: 60px;
  font-weight: 500;
  font-family: "Roboto Condensed", serif;
  color: #fff;
  text-transform: capitalize;
  text-shadow: 0px 2px 2px #00000054;
}

.about-heading h2{
  font-size: 40px;
  font-weight: 500;
  font-family: "Roboto Condensed", serif;
  color: #1a776c;
  text-transform: capitalize;
  text-shadow: 0px 2px 2px #00000054;
}

.about-heading h2 span{
  font-size: 40px;
  font-weight: 500;
  font-family: "Roboto Condensed", serif;
  color: #f39364;
  text-transform: capitalize;
  text-shadow: 0px 2px 2px #00000054;
}

.about-doctor {
  background-image: linear-gradient(180deg, #F2F2F2 50%, #FFFFFF 50%);
}

.aboutus-left img{
  width: 100%;
  height: 620px;
  object-fit: cover;
}

.aboutus-right {
  padding: 40px;
  margin: 0;
  background-color: #fff;
  box-shadow: 0px 7px 9px #00000063;
  height:620px;

}

.aboutus-right h4 {
  font-size: 20px;
  color: #b40909;
  font-weight: 600;
  font-family: "Crimson Text", serif;
}

.aboutus-right h2 {
  font-family: "Crimson Text", Sans-serif;
  font-size: 33px;
  font-weight: 600;
  line-height: 49px;
  color: #1a776c;
}

.about-two_feature {
  position: relative;
  line-height: 32px;
  color: #000;
  font-size: 16px;
  margin-bottom: 35px;
}

.about-two_feature-inner {
  position: relative;
  min-height: 68px;
  padding-left: 85px;
}

.about-two_feature-icon {
  position: absolute;
  left: 12px;
  top: -3px;
  color: #b40909;
  font-family: "Flaticon";
}

.about-two_feature strong {
  position: relative;
  display: block;
  font-weight: 500;
  line-height: 48px;
  color: #1a776c;
  font-size: 17px;
  margin-bottom: 15px;
  font-family: "Roboto Condensed", serif;
}

.about-btn {
  position: relative;
  padding-top: 25px;
}

.about-btn a {
  padding: 14px;
  border: 2px solid #fff;
  text-decoration: none;
  font-family: "Roboto Condensed", serif;
  color: #fff;
  background-color: #1a776c;
  font-size: 14px;
  float: right;
  border-top-left-radius: 23px;
  border-bottom-right-radius: 23px;
}

.about-btn a:hover {
  border: 2px solid #1a776c;
  text-decoration: none;
  color: #1a776c;
  background-color: #fff;
  border-top-left-radius: 23px;
  border-bottom-right-radius: 23px;
}

/* About Doctor Ends */

/* aboutpage  Box 2 */

#about {
  /* background-image: url("../img/about1.webp"); */
  background-position: right center;
  background-repeat: no-repeat;
}
.apb-60 {
  padding-bottom: 60px !important;
}
.apt-60 {
  padding-top: 60px !important;
}

.flaticon-medicine::before {
  content: "\f155";
}

.font28 {
  font-size: 28px !important;
}
.amb-15 {
  margin-bottom: 15px !important;
}
.amt-0 {
  margin-top: 0 !important;
}
.bg-white8 {
  background: rgba(255,255,255,.8);
}

.service-icon-box {
  margin-bottom: 30px;
  overflow: hidden;
}
.service-icon-box {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  align-items: center;
}
.gb {
  border: 1px solid #f33;
}
.padd10 {
  padding: 10px !important;
}
.radius5 {
  border-radius: 5px !important;
}
.service-icon-box:hover .icon {
  background: #017ccf;
}
.service-icon-box:hover i {
  color: #fff;
}
section {
  position: relative;
}
.service-icon-box .icon {
  background: #37aa90;
}
.service-icon-box i { 
  margin-right: 15px;
  background: #eee;
  color: #fff;
  height: 70px;
  line-height: 70px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 70px;
  font-size: 40px;
  border-radius: 4px;
  float: left;
}

.text-theme-colored2{
  color:#fd3a3b;
}

.about-content-box {
  border-bottom-right-radius: 27px;
  border-top-left-radius: 27px;
  box-shadow: 0px 3px 12px #1a776c9c;
  background-color: #fff;
  padding:0px;
}

.about-content-box h4{
  font-size: 23px;
  color: #0a2d28;
  font-family: 'Roboto Condensed';
  line-height: 1.4;
}

.icontext h4{
  font-size:18px;
  margin-bottom: .5rem;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #1a776c;
} 

/* Testimonial Section Started */
.testimonial-section {
  position: relative;
}

.testimonial-section::before {
  content: '';
  position: absolute;
  top: -19px;
  right: 0;
  left: 0;
  width: 165px;
  height: 53px;
  background: url(..//img/icon/quote_icon.png);
  z-index: 10;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: auto;
}

.testimonial {
  position: relative;
}

.testimonial .owl-nav .owl-prev {
  position: absolute;
  display: block;
  top: 40%;
  background-color: #0000005c !important;
  color: #fff !important;
  font-size: 50px !important;
  width: 40px !important;
  padding: 23px !important;
  right: -22px !important;
  height: 41px !important;
}

.testimonial .owl-nav .owl-prev {
  position: absolute;
  display: block;
  top: 40%;
  background-color: #0000005c !important;
  color: #fff !important;
  font-size: 50px !important;
  width: 40px !important;
  padding: 23px !important;
  left: -22px !important;
  height: 41px !important;
}

.testimonial-card {
  padding: 20px;
  margin: 0;
  background-color: #f8f9fa;
  box-shadow: 3px 3px 10px #1a776c94;

}

.testimonial-card p {
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  font-style: italic;
}

.patient-name h4 {
  font-size: 20px;
  color: #1a776c;
  margin-top: 22px;
  font-family: 'Roboto Condensed';
  font-style: italic;
}

.patient-name img {
  width: 80px !important;
  height: 80px !important;
  object-fit: cover !important;
}

/* Testimonial Ends */

/* Faq Section Started */
#faq .section-title h2 {
  font-weight: 700;
  color: #343a40;
}

#faq .accordion-button {
  background-color: #cfd7d6;
  color: #1a776c;
  font-weight: 600;
  border: none;
  box-shadow: none;
  padding: 1rem 1.25rem;
  transition: background-color 0.3s ease;
}

#faq .accordion-button:not(.collapsed) {
  background-color: #fdddd138;
  color: #1a776c;
  border-bottom: 1px solid #dee2e6;
}

#faq .accordion-button:hover {
  background-color: #d9f8f549;
}

#faq .accordion-item {
  border: none;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

#faq .accordion-body {
  background-color: #ffffff;
  color: #495057;
  padding: 1rem 1.25rem;
  border-top: 1px solid #dee2e6;
  font-size: 0.95rem;
  line-height: 1.6;
}

#faq .accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
}

/* FAQ Section Ends */

/* Gallery Section Started */
/* Gallery Styles */
.gallery {
  padding: 20px;
  text-align: center;
}

.gallery-grid {
  padding: 0;
  margin: 0;
  position: relative;
  gap: 15px;
  justify-items: center;
}

.gallery-item img {
  width: 100%;
  height: 270px;
  border-top-left-radius: 23px;
  border-bottom-right-radius: 23px;
  cursor: pointer;
  object-fit: cover;
  transition: transform 0.3s ease;
  box-shadow: 2px 2px 10px #00000094;
}

.gallery-item img:hover {
  transform: scale(1.05);
}

/* Lightbox Styles */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.lightbox.open {
  display: flex;
}

.lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 80%;
  text-align: center;
}

#lightbox-img {
  width: 100%;
  height: 350px;
  border-radius: 8px;
  object-fit: cover;
}

#lightbox-caption {
  color: white;
  margin-top: 10px;
  font-size: 1.2rem;
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2.5rem;
  color: white;
  cursor: pointer;
  z-index: 100;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 20px;
}

.prev,
.next {
  font-size: 2.5rem;
  color: white;
  cursor: pointer;
  user-select: none;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Gallery Section Ends */
 
/*** 

=============================================

    Medical Departments Area style

=============================================

***/

.medical-departments-area {
   padding-top: 50px;
   padding-bottom: 80px;
   background: #ffffff;
   position: relative; 
   overflow: hidden;

}

.medical-departments-area .treatment-section {
  position: relative;
  overflow: hidden;
  display: block;
  border: 1px solid #1a776c;
  background-color: #3c959924;
  padding: 9px 9px 10px;
  box-shadow: 0px 5px 11px #00000054;

}

.treatment-section .iocn-holder {

  position: relative;
  background: #fcfcfc;
  display: block;
  padding: 0;
  z-index: 1;
}

.treatment-section .iocn-holder img{  
  height: 240px;
  object-fit: cover;
  overflow: hidden;
  padding: 10px;
  transition: transform .4s ease-in-out;
}

.treatment-section .iocn-holder img:hover{ 
  transform: scale(1.1);
  overflow: hidden;
 }

.treatment-section .iocn-holder span:before {

  color: #0392ce;
  font-size: 100px;
  line-height: 100px;
  transition: all 500ms ease;
  transition-delay: 0.50s;
}

.treatment-section:hover .iocn-holder span:before {

  color: #ffffff;

}

.treatment-section .text-holder {
  display: block;
  padding: 29px 10px 36px;
  border-bottom: 1px solid #1a776c;
  margin-left: -9px;
  margin-right: -9px;

}
 
  .treatment-section .text-holder h3 {
    margin: 0 0 13px;
    font-size: 30px;
    color: #1a776c;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.125);
    font-family: 'Roboto Condensed';
    font-weight: 500;
    margin: 0 0 13px;
} 

.treatment-section .text-holder p {
     margin: 0;
}

.readmore a {
    border: 1px solid #f0f0f0; 
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 15px 4px;
    border-radius: 20px; 
    position: relative;
    top: -20px;
    background: #fff;
    box-shadow: 0px 2px 2px #1a776c;
    text-decoration: none;
    transition: all 500ms ease;
    font-family: 'Roboto Condensed';
    color: #1a776c;
}
 

.readmore:hover a  {
  background: #1a776c;
  border-color: #1a776c;
  color: #ffffff; 

}

/* Treatment Section Css Ends */

/* Appointment Section Started */
.appointment-section {
  background: linear-gradient(135deg, #0077b608, #00b4d814), url(..//img/pattern-12.png);
  color: #fff;
  padding: 30px 20px;
  text-align: center;
}

.appointment-section h2 {
  font-size: 45px;
  font-weight: 500;
  font-family: 'Roboto Condensed';
  margin-bottom: 15px;
  color: #1a776c;
}

.appointment-section p {
  font-size: 1.1em;
  margin-bottom: 30px;
  color:#000;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.appointment-btn1 {
  background-color: #ffffff1f;
    color: #1a776c;
    padding: 9px 30px;
    font-size: 1.1em;
    border: 2px solid #1a776c;
    font-weight: bold; 
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.appointment-btn1:hover {
  background-color: #1a776c;
  color: #fff;
}
/* Appointemnt Section Ends */
/*** 

====================================================================
	Contact One
====================================================================

***/

.contact-one {
  position: relative;
  padding: 40px 0px 50px;
}

.contact-info-block {
  position: relative;
  margin-bottom: 30px;
}

.contact-info-block_inner {
  position: relative;
  padding: 20px 22px;
  text-align: start;
  border-top-left-radius: 23px;
  border-bottom-right-radius: 23px;
  border: 3px solid #092b27;
  box-shadow: 10px 10px 10px #3823159c; 
  height: 149px;
}

.contact-info-block_icon {
  position: relative;
  line-height: 1em;
  color: #382315;
  font-size: 60px;
  font-family: "Flaticon";
}

.contact-info-block_heading {
  position: relative;
  font-weight: 500;
  color: #1a776c;
  margin-top: 0px;
}

.contact-info-block_text {
  position: relative;
  line-height: 28px;
  color: #333;
  font-size: 16px;
  margin-top: 15px;
}

.contact-info-block_text a{

  text-decoration: none;
  color: #333;
  cursor: pointer;
  font-size: 14px;
}
.contactpage h1{
  font-weight: 500;
  font-family: 'Roboto Condensed';
  font-size: 45px;
  color: #1a776c;
  line-height:1.5;
}
 
/* Contact Us Ends */

.appointment-container1 {
  background: #fff;
  padding: 30px 40px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); 
  width: 100%;
}

.appointment-form2 {
  display: flex;
  flex-direction: column;
}

.appointment-form2 label {
  margin-bottom: 5px;
  font-weight: 600;
}

.appointment-form2 input,
.appointment-form2 textarea,
.appointment-form2 select {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  width: 100%;
}

.appointment-form2 button {
  background-color: #fff;
  color: #1a776c;
  border: 2px solid #1a776c;
  padding: 12px; 
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.appointment-form2 button:hover {
  background-color: #145d54;
  color: #fff;
}
/* Appointment Ends */

/*      */
.treatment-detail{
    display: flex;
    position: relative;
    padding: 0px;
    margin:0;
    gap: 26px;
}

.treatment-img img{
      width:100%;
      height: 300px;
      object-fit: cover;
      border-top-left-radius: 23px;
    border-bottom-right-radius: 23px;

}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color:#092b27 !important
}

/* Treatment Ends */


/* Floating Button Container */
.floating-buttons {
  position: fixed;
  bottom: 80px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  z-index: 9999;
}

/* Button Styling */
.floating-buttons a {
  width: 55px;
  height: 55px;
  background-color: #a4b5b3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px #4a2c798f;
  animation: pulse 2s infinite;
  transition: transform 0.3s ease;
}

.floating-buttons a:hover {
  transform: scale(1.1);
}

/* Icons */
.floating-buttons img {
  width: 32px;
  height: 32px;
}

/* Pulse Animation */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #852817;
  }

  70% {
    box-shadow: 0 0 0 12px rgba(0, 128, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 128, 0, 0);
  }
}

/* Floating Buttons Css Ends */

/* Footer Started  */

/*** Footer ***/
.footer {
  background: linear-gradient(#1a776c, #092b27), url(..//img/pattern-5.png) center center no-repeat;
  background-size: cover;
}

.footer-text p {
  color: #fff;
  line-height: 25px;
}

.footer-bottom {
  background-color: #0a2d28;
}

@media (min-width: 992px) {
  .footer::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 100%;
    top: 0;
    left: 56%;
    border-left: 1px dashed rgba(255, 255, 255, .2);
  }
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: rgb(255 251 252);
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
  text-decoration: none;
  font-family: "Roboto Condensed", serif;
}

.footer h4, p{
     font-family: "Roboto Condensed", serif;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: rgba(255, 255, 255, .5);
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: white;
  letter-spacing: 1px;
  box-shadow: none;
}

.copyright {
  border-top: 1px dashed rgba(255, 255, 255, .2);
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.copyright a {
  color: #fff;
  text-decoration: none;
}

.copyright a:hover {
  color: var(--bs-primary);
}

.custom-btn {
  width: 150px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
    7px 7px 20px 0px rgba(0, 0, 0, .1),
    4px 4px 5px 0px rgba(0, 0, 0, .1);
  outline: none;
}

.text-black {
  color: #000 !important;
}

/* Footer Ends */


/* Dropdown on hover (desktop only) */
@media (min-width: 992px) {

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    background-color: #fff; 
    border-radius: 0px;
    border: 0px;
}
  .dropdown:hover .dropdown-menu {
    display: block;
  }
} 
.dropdown-menu a:hover {
  background-color: #1a776c;
  color:#fff;
}

@media only screen and (max-width:678px) {
  .mobile-banner {
    position: relative;
    background-image: url('..//img/banner.png');
    background-size: cover;
    /* Cover the entire area of the container */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100%;
    /*padding: 20px 0 52px;*/
  }

  .doctor-info {
    display: inline-block;
    width: 100%;
    align-items: center;
    margin-bottom: 15px;
  }

  .doctor-photo {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: #ccc url('https://via.placeholder.com/80') center/cover no-repeat;
    margin-right: 15px;
  }

  .doctor-text {
    text-align: center;
    padding-top: 444px;
  }
  
  .title-heading h2 {
    font-size:27px;
  }

  .aboutus-left img{
    width: 100%;
    height: 369px;
    object-fit: cover;
}

  .doctor-text h2 {
    font-size: 30px;
    margin: 0;
    font-weight: 500;
    color: #023e8a;
    font-family: "Roboto Condensed", sans-serif;
  }

  .doctor-text p {
    font-size: 24px;
    margin: 5px 0 0;
    color: #1a776c;
    font-family: "Roboto Condensed", sans-serif;
  }

  .clinic-info {
    font-size: 17px;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 500;
    padding:15px;
  }

  .treatment-detail {
    display: block;
    position: relative;
  }
  .offset-2 {
    margin-left: 0px !important;
}
  .cta-button {
    background-color: #0077b6;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
  }

  .cta-button:hover {
    background-color: #023e8a;
  }

  .aboutus-right h4 {
    font-size: 25px;
    text-align: center;
    font-family: "Crimson Text", serif;
  }

  .aboutus-right h2 {
    font-family: "Crimson Text", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 41px;
    text-align: center;
    color: #1a776c;
  }

  .aboutus-right {
    padding: 24px;
    padding-bottom: 19px;
    background-color: #e9ecef;
    height: 100%;
}

.treatment-btn a {
   text-align: center !important;
   float:inline-start;
}

  .about-two_feature {
    margin-bottom: 24px;
  }

  .about-heading h2 {
    font-size: 29px;
  }

  .about-heading h2 span {
    font-size: 34px;
    line-height: 1.7;
  }

  .sec-title h2 {
    color: #1a776c;
    font-size: 25px;
  }

  .page-header{
    background-position: bottom;
    background-size: cover;
  }
  
  .page-header h1{
    font-size: 33px;
    font-weight: 500;
    font-family: "Roboto Condensed", serif;
    color: #fff;
    text-transform: capitalize;
    text-shadow: 0px 2px 2px #00000054;
  }

  #about {
    background-image: url(../img/about1.webp);
    background-position: right center;
    background-repeat: no-repeat;
    padding-left: 15px;
    padding-right: 15px;
    background: #0a2d2860;
}  
  .sec-title h2:before {
    position: absolute;
    top: 33px;
    left: 0;
    width: 93px;
    height: 2px;
    background: #f39364;
    content: "";
}
  .about-btn a {
    padding: 9px 34px;
    border: 2px solid #fff;
    text-decoration: none;
    font-family: "Roboto Condensed", serif;
    color: #fff;
    background-color: #1a776c;
    font-size: 14px;
    text-align: center;
  }
  .appointment-section h2 {
    font-size: 2em;
  }
  .appointment-section p {
    font-size: 1em;
  }
  .appointment-btn {
    width: 100%;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  } 
}