@import url('https://fonts.googleapis.com/css2?family=Tiro+Devanagari+Marathi:ital@0;1&display=swap');


.mobile{
display: none !important;
}
.desktop{
    display: block !important;
}
body {
    /* font-family: 'Baloo Bhaijaan 2', sans-serif; */
    font-family: "Tiro Devanagari Marathi", serif;
    font-weight: 400;
    font-style: normal;
}
*{
    margin: 0%;
    padding:0%;
    font-family: "Tiro Devanagari Marathi", serif;}
h2{

  font-weight: 700 !important;
}

p {
    text-align: justify;
    font-size: 17px;
    font-weight: 450;
    color:#111;
    font-family: "Tiro Devanagari Marathi", serif;

}
a, a:hover {
    text-decoration: none;
}

section {
    margin: 5% 0;
}




/* Buttons section */
.button{
    color: #fff;
    border: 1px solid #0464a4;
    padding: 7px 10px;
    background-color:  #0464a4;
    transition: all 0.3s;
    border-radius: 30px;
    font-weight: 500;
    font-size: 16px;

}

.button:hover{
    color: #fff;
    background-color: #a42480;
    border: 1px solid #ffffff;
}

/* Navbar section start */

.navbar h5{
    color: #111;
}

.bg-dark{
    background-color: #111 !important;
}

.logo-hidden {
    display: none;
  }

  .navbar-nav .nav-item .nav-link {
    font-size: 17px;
    font-weight: 600;
    color: #333 !important;
    transition: 0.3s ease-in-out;
    padding: 0px 10px !important;
    border-bottom: 2px solid #ffffff;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #0464a4;
    /* transform: scale(1.1); */
    border-bottom: 2px solid #0464a4;
}




/* whats app float */

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  transition: all 0.3s;
}

.my-float{
	margin-top:16px;
}

.wp:hover a{
color: white !important;
transform: scale(1.1);
}


/*==========Hero Section======*/

.hero-section .carousel-inner {
    height: 85vh;
 
  }
  
  .hero-section .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  
  .hero-section .carousel-item {
    height: 85vh;
  }
  



/*---Form Section----*/

/* Ensure the entire form section takes full height */
.hero-form {
    height: 85vh; /* Full viewport height */
    display: flex;
    align-items: center; /* Center content vertically */
    justify-content: center; /* Center content horizontally (optional) */
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 15px #d5d5d5;
  }
  
  /* Ensure form contents don’t overflow */
  .form {
    width: 100%;
   
  }

.hero-form .form p {
    text-align: center;
    color: #222 !important;
}
.hero-form .form input{
    margin: 8px 0;
  
}

.hero-form .form input::placeholder,
.hero-form .form textarea::placeholder {
    color: #333 !important; /* Change to your desired color */
    opacity: 0.8; /* Ensures full visibility */
}

  .hero-form .form input:focus {
    box-shadow: 0;
  }
  .hero-form .pr {
      position: relative;
  }

  .hero-form .pr>.input-error-msg {
      margin-bottom: -1rem;
  }

  .hero-form .pr:after {
      content: '*';
      display: block;
      position: absolute;
      right: -0.4rem;
      top: -0.3rem;
      font-size: 1rem;
      color: red;
      z-index: 1;
  }

  .hero-form .pr.optional:after {
      display: none;
  }

  .hero-form .pr:after {
      right: 1rem;
      top: 0.4rem;
  }

  .outer .success-message {
      color: #404040;
      min-height: 24rem;
      display: none;
      width: 100%;
      font-size: 1.2rem;
  }

  .outer .success-message>div {
      width: 100%;
      display: table-cell;
      vertical-align: middle;
  }

  .outer .success-message h4 {
      font-size: 3rem;
      font-weight: 400;
  }

  .outer .success-message p {
      text-align: center;
      margin: auto;
  }

  .hero-form form{
    padding: 2px 2px;
  }

  input:focus, 
  textarea:focus {
      outline: none !important;
      box-shadow: 5px 5px 10px rgb(238, 238, 238) !important;
      border: 1px solid #ccc !important;
  }
  


  /*====App Form====*/
  .outer1 .success-message {
    color: #404040;
    min-height: 24rem;
    display: none;
    width: 100%;
    font-size: 1.2rem;
}

.outer1 .success-message>div {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.outer1 .success-message h4 {
    font-size: 3rem;
    font-weight: 400;
}

.outer1 .success-message p {
    text-align: center;
    margin: auto;
}
.link a:hover{
  text-decoration: none;
}
.link a{
  text-decoration: none;
}
.link a{
  color: #111;
}


/*Info Cards Section */

/* hero end */
.hero-end{
    background-color: #c7c7c7;
}



.banner{
 
}
.info-card {
    border: 1px solid rgb(198, 198, 198);
    /* background-color: #a42480 !important; */
    background-image: linear-gradient(to top, #003c65 0%, #298ccf 100%);
    border-radius: 10px;
    transition:all 0.3s;
  
}

.info-card:hover{
    box-shadow: 2px 2px 15px #bdbdbd;
    cursor: pointer;
}

.icon{
  transition: all 0.3s;
}

.info-card:hover .icon{
  transform: scale(1.2);


}



.banner .icon{
    font-size: 80px;
    color: #ffffff;
}

.card-text{
    color: #ffffff;
    font-weight: 900 !important;

}

.card-text h6{
    font-size: 20px;
    font-weight: 600;
}

.card-text p{
    text-align: center !important;
    padding: 5px 15px;
    color: #eeeeee;
}

/* odd even img and text */
.ul-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .heading h2{
    font-size: 34px !important;
  }
  
  .ul-list li {
    background: transparent url(../img/tick-2.png) scroll no-repeat left 10px;
    background-size: 16px auto;
    padding: 4px 0 4px 25px;
    font-size: 17px !important;
  }



/* Phone banner */

.cta {
    background-color: #0464a4;
    color: #fff;
    overflow: hidden;
  }
  
  .cta .content {
    text-align: center;
    width: 100%;
  }
  
  .cta h2 {
    padding: 0;
    margin: 0 0 20px 0 !important;
    font-weight: 400 !important;
    line-height: 110% !important;
    font-size: 30px !important;
  }
  
  .cta .left-bg {
    background: transparent url(../img/leaf-left.png) scroll no-repeat left center;
  }
  
  .cta .right-bg {
    background: transparent url(../img/leaf-right.png) scroll no-repeat right bottom;
  }
  
  .cta .phone1 a,
  .cta .phone2 a {
    font-size: 36px !important;
    text-decoration: none;
  }
  
  .cta .phone1 a {
    color: #fff;
  }
  
  .cta .phone2 a {
    color: #fff;
    margin-left: 50px;
  }

  
/* footer section start */


/*========== footer==========*/
.footer{
    background: url("../img/footer.png") rgba(0, 0, 0, 0.9);
    background-position: center;
    background-size: cover;
    background-blend-mode: overlay;
    width:100%;
    height:auto;
    padding:3% 0 ;
 
}

.footer h2{
    color: #fff !important;
}
.footer a{
    text-decoration: none;
    color:white;
}
.footer ul li a{
    color:white;
    text-decoration: none!important;

}
.footer ul li{
    list-style-type: none;
   
}
.footer ul li:hover a{
    color:#bbb;
}
.footer ul li i{
    font-size: large!important;
    color:#fff;
}
.bottom-footer i{
 color:white!important;
 background-color: #555c63!important;
 border-radius: 50%;
 padding:10px;
 margin: 0 5px;
 font-size: 15px;
}
.bottom-footer i:hover{
color:white;
background-color: #a42480 !important;
}

.footer .contact {
    width: 80%;
    margin: auto;
    background-color: transparent;
}

.footer .contact h4 {
    margin-bottom: 20px;
}
.copy-right{
    background-color: #222!important;
    color:white;
}
.copy-right a {
    text-decoration: none;
    color: #c9d8ea;
}


/*  */

/* Make carousel images consistent height */
.gallery .carousel-item img {
    height: 250px;
    object-fit: cover;
}

/* Improve visibility of carousel controls */
.gallery .carousel-control-prev,
.gallery .carousel-control-next {
    width: 10%;

}

.gallery .carousel-control-prev-icon,
.gallery .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 10px;
}

/* Move indicators to bottom */
.gallery .carousel-indicators {
    bottom: -50px;
}

.gallery .carousel-indicators button {
    background-color: #888;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin: 0px 5px;
}

/* Add hover effect to gallery images */
.gallery  .img-thumbnail {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.gallery .img-thumbnail:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Add some spacing below the carousel */
#multiImageSlider {
    margin-bottom: 40px;
}


/* Doctor Section Styles */
.doctors-section {
    background-color: #f8f9fa;
  }
  
  .section-title span {
    color: #0464a4;
  }

  .section-title h2{
    font-weight: 800 !important;
    font-size: 40px;
  }

  .section-title p{
    font-size: 18px !important;
  }
  
  .doctor-card {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
  }
  
  .doctor-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  }
  
  .doctor-img-container {
    position: relative;
    overflow: hidden;
  }
  
  .doctor-img-container img {
    transition: all 0.5s ease;
    width: 100%;
    height: auto;
  }
  
  .doctor-card:hover .doctor-img-container img {
    transform: scale(1.05);
  }
  
  .doctor-overlay {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    background-color: rgba(4, 100, 164, 0.8);
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease;
    opacity: 0;
  }
  
  .doctor-card:hover .doctor-overlay {
    bottom: 0;
    opacity: 1;
  }
  
  .doctor-name {
    color: #0464a4;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
  }
  
  .doctor-degree {
    color: #6c757d;
    font-size: 0.9rem;
  }
  
  .doctor-specialty {
    color: #a42480;
    font-weight: 600;
    font-size: 1rem;
  }
  
  .doctor-schedule .badge {
    background-color: #0464a4;
    color: white;
    margin-right: 5px;
    padding: 5px 10px;
  }
  
  .doctor-phone {
    color: #495057;
    font-size: 0.9rem;
  }
  
  .doctor-info {
    border-top: 3px solid #0464a4;
  }

  .text-primaryy{
    color: #0464a4 !important;
  }
  
  /* Responsive adjustments */
  @media (max-width: 992px) {
    .doctor-card {
      margin-bottom: 30px;
    }
  }
  

/* diesease info  */
:root {
    --primary-color: #0464a4;
    --secondary-color: #a42480;
}
.disease-section {
    padding: 50px 0;
    background-color: #f8f9fa;
}

.disease-list {
    background-color: var(--primary-color);
    color: white;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

.disease-list h3 {
    color: white;
    border-bottom: 2px solid white;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.disease-item {
    padding: 10px 15px;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 18px;
}

.disease-item:hover, .disease-item.active {
    background-color: var(--secondary-color);
    transform: translateX(5px);
}

.disease-info {
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.disease-info h2 {
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.info-section {
    margin-bottom: 25px;
}

.info-section h4 {
    color: var(--secondary-color);
    margin-bottom: 15px;
    font-weight: 700;
}

.info-section ul {
    padding-left: 20px;
}

.info-section ul li {
    margin-bottom: 8px;
    font-size: 17px;
}

@media (max-width: 768px) {
    .disease-list {
        margin-bottom: 30px;
    }
}













/* design for mobile */

@media (max-width: 768px) {
    .info-card {
  margin-top: 20px !important;
      
    }

    .low-margin{
        margin-top: -35px !important;
    }


    /*==========Hero Section======*/

.hero-section .carousel-inner {
    height: 40vh;
    
  }


  
  .hero-section .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .hero-section .carousel-item {
    height: 40vh;
  }

  .hero-form{
    height: 50vh;
  }

  .cta .left-bg {
    background: none;
  }
  
  .cta .right-bg {
    background: transparent url(../img/leaf-right.png) scroll no-repeat right bottom;
  }
  
}









/* CEO message  */

/* CEO Message Section Styles */
.ceo-message-section {
  position: relative;
  background-color: #f9f9f9;
  overflow: hidden;
}

.ceo-message-section::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background-color: rgba(4, 100, 164, 0.05);
  border-radius: 50%;
  transform: translate(100px, -150px);
  z-index: 0;
}

.ceo-message-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background-color: rgba(164, 36, 128, 0.05);
  border-radius: 50%;
  transform: translate(-100px, 100px);
  z-index: 0;
}

.section-title span {
  color: #0464a4;
}

.title-underline {
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, #a42480, #0464a4);
  margin: 15px 0;
  border-radius: 2px;
}

.ceo-image-container {
  position: relative;
  padding: 20px;
}

.ceo-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.ceo-image img {
  border-radius: 10px;
  transition: all 0.5s ease;
}

.ceo-image:hover img {
  transform: scale(1.03);
}

.ceo-image-border {
  position: absolute;
  top: -15px;
  left: -15px;
  right: 15px;
  bottom: 15px;
  border: 3px solid #0464a4;
  border-radius: 10px;
  z-index: -1;
}

.ceo-contact-info {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-left: 4px solid #a42480;
}

.ceo-contact-info h5 {
  color: #0464a4;
  font-weight: 600;
}

.ceo-contact-info ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.ceo-contact-info ul li i {
  color: #a42480;
  margin-right: 10px;
  width: 20px;
}

.ceo-contact-info ul li a {
  color: #495057;
  text-decoration: none;
  transition: all 0.3s ease;
}

.ceo-contact-info ul li a:hover {
  color: #0464a4;
}

.ceo-message-content {
  position: relative;
  z-index: 1;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.message-text {
  color: #495057;
  line-height: 1.8;
}

.message-text .lead {
  color: #212529;
  font-weight: 500;
}

.ceo-signature {
  border-top: 1px solid #e9ecef;
  padding-top: 15px;
}

.ceo-signature h4 {
  color: #0464a4;
  font-weight: 600;
}

.ceo-cta .btn {
  padding: 10px 25px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-primary {
  background-color: #0464a4;
  border-color: #0464a4;
}

.btn-primary:hover {
  background-color: #a42480;
  border-color: #a42480;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(164, 36, 128, 0.3);
}

.btn-outline-primary {
  color: #0464a4;
  border-color: #0464a4;
}

.btn-outline-primary:hover {
  background-color: #0464a4;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(4, 100, 164, 0.3);
}

/* Hospital Highlights */
.hospital-highlights {
  margin-top: 30px;
}

.highlight-item {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.highlight-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.highlight-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: linear-gradient(135deg, #0464a4, #a42480);
  border-radius: 50%;
  margin: 0 auto 20px;
  color: #fff;
  font-size: 28px;
  position: relative;
  z-index: 1;
}

.highlight-icon::after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: linear-gradient(135deg, #0464a4, #a42480);
  border-radius: 50%;
  z-index: -1;
  opacity: 0.3;
  transition: all 0.3s ease;
}

.highlight-item:hover .highlight-icon::after {
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  opacity: 0.2;
}

.highlight-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0464a4;
  margin-bottom: 5px;
}

.highlight-text {
  color: #6c757d;
  font-weight: 500;
  margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .ceo-message-content {
    padding: 20px;
  }
  
  .highlight-number {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .ceo-image-container {
    max-width: 400px;
    margin: 0 auto;
  }
  
  .title-underline {
    margin: 15px auto;
  }
  
  .section-title, .ceo-message-content {
    text-align: center;
  }
  
  .ceo-cta {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .ceo-cta .btn {
    width: 100%;
  }
}
