@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.pt-sans-regular {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pt-sans-bold {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.pt-sans-regular-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.pt-sans-bold-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.top-bar {

  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ed3237;
}


.navbar-brand img {
  width: 250px;
}

.quick-link ul {
  display: flex;
  gap: 20px;
  list-style: none;
  flex-wrap: wrap;
  justify-content: start;

}

.quick-link li {
  background-color: white;
  padding: 5px 20px;
  border-radius: 3px;
}

.quick-link a {
  text-decoration: none;
  color: #363435;


}

.quick-contact li {
  color: #363435;
  background-color: white;
  padding: 5px 20px;
  border-radius: 3px;
}

.quick-contact {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

.quick-contact ul {
  display: flex;
  gap: 10px;
  justify-content: end;
  list-style: none;
  flex-wrap: wrap;
}

.social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.social-icons i {
  background-color: white;
  padding: 7px 9px;
  color: black;
  border-radius: 3px;
}

.navbar {
  position: sticky !important;
  top: 0px;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 99;
  padding: 0px 30px !important;
  transition: all ease 300ms;
}

.navbar:hover {
  background-color: white;
}

.nav-link {
  font-size: 16px !important;
  font-weight: 600 !important;
  position: relative;
  display: inline-block;
  text-decoration: none;
  margin-left: 14px !important;

  color: black;
  /* default color */
}

/* Add the animated underline */
.nav-link::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #ed3237;
  left: 0;
  bottom: -5px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}

.nav-link:hover {
  color: #ed3237 !important;

}

.nav-link:hover::after {
  transform: scaleX(1);
  animation: bounceLine 0.4s ease;
}

/* Bouncy effect keyframes */
@keyframes bounceLine {
  0% {
    transform: scaleX(0);
  }

  60% {
    transform: scaleX(1.2);
  }

  80% {
    transform: scaleX(0.95);
  }

  100% {
    transform: scaleX(1);
  }
}

.nav-link.active {
  color: #ed3237 !important;
}

.nav-link.active::after {
  transform: scaleX(1);
  animation: none;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-menu2 {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}

/* Ensure the dropdown is hidden by default */
.dropdown-menu2 {
  display: none;
  opacity: 0;
  visibility: hidden;
  background-color: white !important;
  border-radius: 3px !important;
  border: none !important;
  margin-top: 0.5rem;
}


.main-btn {
  background-color: #EC3337 !important;
  padding: 10px 20px;
  border-radius: 3px;
  width: 100%;
  color: white;
  border: none;
  text-decoration: none;




}

.main-btn2  {
  margin-left: 30px;
  background-color: #EC3337 !important;
  padding: 10px 20px;
  border-radius: 3px;
  border: none;
  color: white;

}
.footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #131212f8;
  z-index: 1;
}

.why-choose-text3 {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0px;
  color: white;
  padding: 50px 0px;

}

.logo {
  background-color: white;
  padding: 20px;
}


.list-unstyled li {
  margin-top: 10px;
}

.list-unstyled a {
  text-decoration: none;
  color: white;
}




.footer-links li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.footer-links li::before {
  content: '›';
  /* Chevron symbol */
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;

  transition: all 0.3s ease;
}

.footer-links li a {
  text-decoration: none;

  transition: all 0.3s ease;
  display: inline-block;
}

.footer-links li a:hover {
  transform: translateX(5px);
  /* Move slightly on hover */
  color: white;
  /* Optional: change color on hover */
}

.clinic-timings li {
  display: flex;
  justify-content: space-between;
  padding: 0px 0;
  border-bottom: 1px solid #eee;
}



.footer-o {
  background: url('/image/poster.jpg');
  background-position: center;
  background-size: cover;
  position: relative;
}

.hero-slide img {
  height: 680px;
  object-fit: cover;
}

.about-section {
  padding: 60px 0px;
}

.clr {
  color: #EC3337;
}


/* service special */




.service-section {
  padding: 10px 0px;
  text-align: center;
  background: url('/image/poster.jpg');
  background-position: center;
  background-size: cover;
  position: relative;

}

.service-main-overlay {
  background-color: #363435dc;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.heading-section2 h2 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 10px;
}

.heading-section2 .line {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.heading-section2 .sm-line {
  width: 50px;
  height: 3px;
  background: #007bff;
}

.heading-section2 p {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 30px;
}

.service-Specialist {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: orange;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  margin-bottom: 30px;

}


.service-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.72) 0%, rgba(237, 221, 83, 0) 100%), rgba(233, 233, 233, 0);
  border-radius: 20px;
}

.service-Specialist a {
  text-decoration: none;
  color: white
}

/* .service-dimond:hover .service-overlay {
    background: rgba(0, 0, 0, 0.5);
} */

.service-dimond img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.control-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}



.carousel-btn.active {
  background-color: #ED3237 !important;
  color: white;

}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.specialist-text img {
  position: absolute;
  top: 0px;
  left: 0px;


}

.specialist-text {
  position: absolute;
  bottom: -30px;
  left: 0px;
  z-index: 999;
  width: 100%;

  padding: 30px;

}

.carousel-btn {
  width: 100%;
  padding: 12px 20px;
  border: none;
  background-color: white !important;
  border-radius: 5px;
  color: #333;
}

.spe-container {
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0);
  border-radius: 16px;
  backdrop-filter: blur(5.6px);
  -webkit-backdrop-filter: blur(5.6px);
  padding: 30px;
  border-radius: 30px;
}

.service-section .owl-carousel .owl-nav button.owl-next,
.service-section .owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background-color: white !important;
  height: 40px !important;
  width: 40px !important;
  border-radius: 50% !important;

}


/* service main section  */
.serivce-container {
  padding: 10px 0px;
  text-align: center;
  background: url('/image/poster.jpg');
  background-position: center;
  background-size: cover;
  position: relative;
  height: auto;

}

.service-data {
  position: relative;
  top: 0px;
  height: 100;
  ;
}

.service-main-overlay2 {
  background: #fafafade;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.service-card {
  background-color: white;
  padding: 14px;
  border-radius: 20px;
  min-height: 300px;
  text-align: left;
  margin-top: 20px;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;

}

.service-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
}
.service-card a{
  text-decoration: none;
  color: #EC3337;
}
.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.details {
  padding: 10px 0px;
}


/* .achievement-section */


.achievement-section {
  background-color: #ED3237;
  color: #ED3237;
  padding: 60px 20px;
  text-align: center;
}

.counter-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.achievement-box {

  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 10px #00000040;
}

.achievement-box h2 {
  font-size: 48px;
  margin-bottom: 10px;
  font-weight: bold;
}

.achievement-box p {
  font-size: 20px;
}


/* .process-section */


.process-section {
  padding: 40px 0px;
  background-color: whitesmoke;
}

.process-step {
  background: white;
  border: 1px solid #ddd;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.9s ease;
  min-height: 270px;
  width: 270px;
  margin: auto;
}

.process-step:hover {
  transform: translateY(-5px);
}

.step-icon {
  font-size: 2.4rem;
  color: var(--primary-color);
  padding: 15px 20px;
  transition: all ease-in-out 1s;
  border-radius: 50%;
  border: 5px dashed transparent;
  display: inline-block;
}

.process-step:hover .step-icon {
  border-color: var(--primary-color);
  color: #dc3545;
}

.step-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 1rem;
  color: var(--primary-color);
}

.step-description {
  font-size: 14px;
  color: #666;
  margin-top: 0.5rem;
}

/* .connect-section */

.connect-section {
  position: relative;
  padding: 10px 0px;
  text-align: center;
  background: url('/image/poster.jpg');
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 50px 0px;
}

.connect-overlay {
  background-color: #363435dc;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.connect-data {
  position: relative;
}

.connect-data input {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  padding: 10px;
  outline: none;
  border: none;
  margin-top: 15px;
}

.connect-data select {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  padding: 10px;
  outline: none;
  border: none;
  margin-top: 15px;
}

.connect-data textarea {
  width: 100%;
  height: 100px;
  border-radius: 5px;
  padding: 10px;
  outline: none;
  border: none;
  margin-top: 15px;
}

.gallery-image-box img {
  height: 140px;
  width: 160px;
  border-radius: 3px;
  transition: all ease 300ms;
}

.gallery-image-box img:hover {
  transform: scale(1.1)
}

.gallery-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;

}

#fullscreen-slider {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 30px;
  z-index: 9999;
}

#slider-img {
  max-width: 90vw;
  max-height: 90vh;

}

.close-btn,
.prev-btn,
.next-btn {
  position: absolute;
  font-size: 2rem;
  color: white;
  cursor: pointer;
  user-select: none;
}

.close-btn {
  top: 20px;
  right: 30px;
}

.prev-btn {
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.next-btn {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/* .review-section  */



.user-info img {
  height: 60px;
  width: 60px !important;
}

.user-info {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 10px;
}

.review-box {
  background-color: whitesmoke;
  color: black;
  min-height: 300px;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.review-date {
  font-size: 11px;
}

.review-rating i {
  color: gold;
}

.user-info h4 {
  margin: 0px;
  padding: 0px;
  font-size: 15px;
}

.review-text {
  margin-top: 20px;
  text-align: left;
}

.review-section .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background-color: red !important;
  height: 40px !important;
  width: 40px !important;
  border-radius: 50% !important;

}


/* blog section  */

.blog-section {
  padding: 30px;
}

.heading-section2 {
  text-align: center;

}

.blog-box {
  background-color: white;
  padding: 10px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  height: 380px;
  border-radius: 10px;
}

.blog-image {
  height: 200px;
  width: 100%;
}

.blog-image img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.dated {
  display: flex;
  gap: 10px;
}



/* custom-breadcrumb-section */

.custom-breadcrumb-section {
  background-image: url('/image/poster.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 130px 0;
  width: 100%;
}

.custom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #363435eb;
  z-index: 1;
}

.custom-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.custom-breadcrumb-nav {
  display: flex;
  justify-content: center;
}

.custom-breadcrumb-list {
  display: flex;
  align-items: center;
  list-style: none;flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.custom-breadcrumb-list li {
  color: #ffffff;
  font-size: 23px;
  font-family: Arial, sans-serif;
  margin: 0 8px;
}

.custom-breadcrumb-list li a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.custom-breadcrumb-list li a:hover {
  color: #ffd700;
}

.custom-breadcrumb-list li.current {
  font-weight: bold;
  color: #ffd700;
}


.service-detail-container {
  display: grid !important;
  grid-template-columns: 70% 30% !important;
  gap: 10px;
}
.service-page-image{
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  height: 500px;
  object-fit: contain;
}
.service-page-image img{
  width: 100%;
  height: 100%;

}
.sidebar{
  background-color: whitesmoke;
  padding: 20px;
  margin: 10px;
  position: sticky;
  height: fit-content;
  top: 120px;
}
.sidebar li{
  list-style: none;
  padding: 10px 20px;
  background-color: white ;
  margin-top: 10px;
  border-radius: 5px;
}
.sidebar a{
  text-decoration: none;
  color: #333;
  
}



    /*Serrvice Container Styling */
.contact-container {
    background: #f8f9fa;
    padding: 60px 30px;
    border-radius: 15px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
}


.contact-box {
    background-color: #fff;
    padding: 30px 20px;
    border-left: 5px solid #ED3237;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}
.contact-box:hover {
    transform: translateY(-5px);
}
.contact-box h5 {
    font-weight: 600;
    color: #00bfa6;
}
.contact-box ul {
    padding-left: 0;
    list-style: none;
    font-size: 15px;
    color: #333;
}

/* Form Styling */
.contact-form {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.contact-form h3 {
    margin-bottom: 25px;
    color: #ED3237;
    font-weight: 700;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    transition: border 0.3s ease;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #ED3237;
    outline: none;
}




/* Map Styling */
.map-container {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.map-container h3 {
    font-weight: 700;
    color: #00bfa6;
}
.map-container iframe {
    width: 100%;
    height: 400px;
    border-radius: 10px;
}

.accordion-button {
  background-color: #f0f0f0 !important;
  transition: background-color 0.3s ease;
  padding: 10px;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.accordion-button {
  background-color: #007bff;
  transition: background-color 0.3s ease;
}

.accordion-button:not(.collapsed) {
  background-color: #dc3545 !important;
  color: white !important;
  box-shadow: none !important;
}


.accordion-button.active {
  background-color: #007bff;
  color: white;
}





.modal-body input{
  width: 100%;
  height: 45px;
  outline: none;
  border:1px  solid  gray;
  margin-top: 10px;
  padding: 10px;
  border-radius: 5px;
}
.modal-body textarea{
  width: 100%;
  height: 105px;
  outline: none;
  border:1px  solid  gray;
  margin-top: 10px;
  padding: 10px;
  border-radius: 5px;


}
.modal-body select{
  width: 100%;
  height: 45px;
  outline: none;
  border:1px  solid  gray;
  margin-top: 10px;
  padding: 10px;
  border-radius: 5px;

}





.get-whatsapp button {
  position: fixed;
  bottom: 20px;
  left: 40px;
  z-index: 999;
  background-color: #25D366;
  border: none;
  border-radius: 3px;
  padding: 12px 15px;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  transition: all ease 800ms;

}

.get-call button {
  position: fixed;
  bottom: 20px;
  right: 40px;
  z-index: 999;
  background-color: green;
  color: white;
  border: none;
  border-radius: 3px;
  padding: 12px 13px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  transition: all ease 800ms;
}
.get-call i {


  font-size: 26px;
}

.get-whatsapp i {


  font-size: 29px;
}

.get-whatsapp button:hover {
  transform: translatey(-10px);
}

.get-call button:hover {
  transform: translatey(-10px);
}

@media screen and (max-width:576px) {

.get-whatsapp button {
  position: fixed;
  bottom: 5px;
  left: 5px;
  z-index: 999;
  background-color: #25D366;
  border: none;
  border-radius: 3px;
  padding: 12px 15px;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  transition: all ease 800ms;

}

.get-call button {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 999;
  background-color: green;
  color: white;
  border: none;
  border-radius: 3px;
  padding: 12px 13px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  transition: all ease 800ms;
}
  .dropdown-menu2 {
    display: none;
    opacity: 0;
    visibility: hidden;
    background-color: white !important;
    border-radius: 3px !important;
    border: none !important;
    margin-top: 0.5rem;
    transition: all 0.3s ease;
    position: absolute;
  }

  .dropdown-menu2.show {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .contact-container{
    padding: 30px 5px;
  }
  .contact-form{
padding: 5px;
  }
  .map-container{
    padding: 4px;
  }
  .service-detail-container {
    display: block !important;
    grid-template-columns: 70% 30% !important;
    gap: 10px;
  }
  .navbar-brand img {
    width: 160px;
  }

  .top-bar {
    display: none;

  }

  .hero-slide img {
    height: auto;
  }

  .spe-container {
    padding: 4px;
  }

  .service-Specialist {
    height: 300px;
  }

  .about-section {
    padding: 30px 0px;
  }

  #slider-img {
    max-width: 83vw;
    max-height: 90vh;
    margin-top: 80%;
  }

  .why-choose-text3 {
    padding: 30px 0px;
  }

  .blog-section {
    padding: 2px;

  }
  .custom-breadcrumb-section {
   
    padding: 50px 0;
    width: 100%;
  }
  .custom-breadcrumb-list li {

    font-size: 15px;
    margin: 0 8px;
  }
  
  .service-page-image{

    height: 280px;
  }
}