@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

.font {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.top-bar-section {
  background-color: #07357f;
}

.top-header-section {
  background-color: #07357f;
  position: sticky !important;
  top: 0px;
  padding: 10px 0px !important;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px !important;
  z-index: 3;

}

.header {
  position: relative;
  padding-bottom: 35px;
}

.navbar {
  background-color: white;
  width: 100%;
  position: absolute !important;
  top: 0px;
  padding: 5px 10px !important;
  border-radius: 10px !important;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px !important;
}

.top-bar {

  padding-top: 20px;
}

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

}

.quick-link li {
  background-color: white;
  border-radius: 50px;
  padding: 5px 15px;
  font-size: 15px;
}

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


}

.quick-contact li {
  color: black;
  background-color: white;
  padding: 5px 15px;
  font-size: 15px;
  border-radius: 50px;
}

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

.nav-link {
  position: relative;
  font-size: 16px;
  margin-left: 7px;
  color: black;
  font-weight: 600 !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;

  height: 3px;
  background-color: #D4403E;
  transition: width 0.4s ease;
}

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

.nav-link:hover::after {
  width: 100%;
}


/* 🔥 Active link styling */
.nav-link.active {
  color: #D4403E !important;
}

.nav-link.active::after {
  width: 100%;
}

.main-btn {
  background-color: #D4403E;
  padding: 10px 20px;
  border-radius: 5px;
  width: 100%;
  color: white;
  border: none;
  text-decoration: none;
}

.hero-section {
  position: relative;

}

.hero {

  width: 100%;
  overflow: hidden;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.get-connect {
  position: fixed;
  top: 30%;
  right: -280px;
  background-color: white;
  padding: 10px;
  z-index: 999;
  width: 280px;
  transition: right 0.4s ease-in-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.get-connect.open {
  right: 0;
}

.get-connect-btn {
  background-color: #D4403E;
  border-radius: 3px;
  position: absolute;
  top: 301px;

  font-weight: 800;
  left: -51px;
  color: white;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  padding: 7px 13px;
  cursor: pointer;
  transition: all ease 800ms;
}

.get-connect-btn i {
  font-size: 29px;
}

.get-connect form input {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  padding: 5px;
  outline: none;
  border-radius: 5px;
  border: 1px solid rgb(203, 203, 203);
  font-size: 13px;
}

.get-connect form select {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  padding: 5px;
  font-size: 13px;
  outline: none;
  border: 1px solid rgb(228, 228, 228);
}

.get-whatsapp button {
  position: fixed;
  top: 38%;
  right: 0px;
  z-index: 999;
  background-color: #25D366;
  border: none;
  border-radius: 3px;
  padding: 7px 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 button {
  position: fixed;
  top:92%;
  right: 0px;
  z-index: 999;
  background-color: rgb(2, 106, 191);
  border: none;
  border-radius: 3px;
  padding: 8px 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 button:hover {
  transform: translatey(-10px);
}

.get-connect-btn:hover {
  transform: translatey(-10px);
}

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

.get-whatsapp i {
  font-size: 29px;
  color: white;
}

.get-call i {
  font-size: 25px;
  color: white;
}

.get-connect form select {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  padding: 5px;
  font-size: 13px;
}

.get-connect form textarea {
  width: 100%;
  height: 60px;
  margin-top: 10px;
  padding: 5px;
  border: 1px solid rgb(228, 228, 228);
  border-radius: 5px;
  outline: none;
  font-size: 13px;
}



.heading-section {
  text-align: center;
}

.line {
  position: relative;
  height: 5px;
  background-color: #07357f;
  width: 110px;
  border-radius: 5px;
  margin: auto;
  overflow: hidden;
}

.heading-section2 h2 {
  color: rgb(81, 79, 79);
}

.sm-line {
  position: absolute;
  height: 100%;
  width: 60px;
  background-color: white;
  animation: slideLeftRight 4s ease-in-out infinite;
}

/* Animation Keyframes */
@keyframes slideLeftRight {
  0% {
    left: -10px;
  }

  50% {
    left: 110px;
    /* 140px - 30px */
  }

  100% {
    left: -10px;
  }
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.owl-nav button.owl-next {
  background-color: #D4403E !important;
  color: white !important;
  height: 40px !important;
  width: 40px !important;
  border-radius: 50%;
  position: absolute !important;
  right: 40%;

}

.owl-nav button.owl-prev {
  background-color: #D4403E !important;
  color: white !important;
  height: 40px !important;
  width: 40px !important;
  border-radius: 50%;
  position: absolute !important;
  left: 40%;

}


.service-section {
  padding-bottom: 80px;

}

.service-carousel {
  background-color: #07357f !important;
  padding: 20px !important;
  border-radius: 330px !important;

}
.service-carousel a{
    text-decoration: none !important;
    color: white !important;
}
.service-carousel .item{
    height: 275px !important;
    
}

.service-circle {
  background-color: #07357f;
  border-radius: 50%;
  width: 100%;
  height: 205px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.service-circle h4 {
  color: white !important;
 
  font-size: 1.4rem;
}

/*.service-overlay {*/
/*  position: absolute;*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  background-color: rgba(255, 255, 255, 0.713);*/
/*  border-radius: 50%;*/
/*}*/

.item {
  transition: all ease 2s;
}

.service-circle img {

  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slide {
  position: relative;
  height:auto;
  width: 100%;
  overflow: hidden;
}

.triangle-box {
  clip-path: polygon(0 77%, 0% 100%, 100% 100%);
  background-color: #07357fac;
  height: 190px;
  widows: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 1;
}

.triangle-box2 {
  clip-path: polygon(100% 75%, 0% 100%, 100% 100%);
  background-color: #07357fdf;
  height: 190px;
  widows: 100%;
  position: absolute;
  bottom: 0px;
  z-index: 1;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.356);
  /* Black overlay */
  z-index: 1;
}

.heading-section {
  background-color: #07357f;
  padding: 30px 0px;
}

.heading-section2 {
  text-align: center;
  padding: 40px 0px;
}


/* about-section */


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


.line2 {
  position: relative;
  height: 5px;
  background-color: #D4403E;
  width: 110px;
  border-radius: 5px;
  overflow: hidden;
}

.heading-section2 h2 {
  color: rgb(81, 79, 79);
}

.sm-line2 {
  position: absolute;
  height: 100%;
  width: 60px;
  background-color: white;
  animation: slideLeftRight2 4s ease-in-out infinite;
}

/* Animation Keyframes */
@keyframes slideLeftRight2 {
  0% {
    left: -10px;
  }

  50% {
    left: 110px;
    /* 140px - 30px */
  }

  100% {
    left: -10px;
  }
}

.acheivement {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.count-box {
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  background-color: #D4403E;
  width: 120px;
  color: white;
  height: 110px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.about-section p {
  font-size: 14px;
}

.about-image {
  position: relative;
}

.about-object-one {
  position: absolute;
  top: 10px;
  left: -26px;
  background-color: transparent;
  border-top: 10px solid #D4403E;
  border-left: 10px solid #D4403E;
  height: 300px;
  width: 300px;
  border-radius: 10px;
}

.about-object-two {
  position: absolute;
  bottom: 10px;
  right: -26px;
  background-color: transparent;
  border-bottom: 10px solid #D4403E;
  border-right: 10px solid #D4403E;
  height: 300px;
  width: 300px;
  border-radius: 10px;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 40px 0px;

}

.about-image {
  text-align: center;
  width: 60%;
  margin: auto;
}
.about-image2 {
  text-align: center;
  position: relative;
  width: 80%;
  margin: auto;
}

.about-object-one2 {
  position: absolute;
  top: -24px;
  left: -26px;
  background-color: transparent;
  border-top: 10px solid #D4403E;
  border-left: 10px solid #D4403E;
  height: 300px;
  width: 300px;
  border-radius: 10px;
}

.about-object-two2 {
  position: absolute;
  bottom: -26px;
  right: -26px;
  background-color: transparent;
  border-bottom: 10px solid #D4403E;
  border-right: 10px solid #D4403E;
  height: 300px;
  width: 300px;
  border-radius: 10px;
}



/* .service-box  */


.card {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: white;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  border: none !important;
  min-height: 420px;
  margin-top: 30px;
}

.card .layer {
  z-index: 1;
  position: absolute;
  top: calc(100% - 0px);
  height: 100%;
  width: 100%;
  left: 0;
  background: #094291;
  background: linear-gradient(90deg, rgba(9, 66, 145, 1) 0%, rgba(0, 12, 59, 1) 100%);
  transition: 0.5s;
  border-radius: 5px;
}

.card:hover .layer {
  top: 0;
}

.card .content {
  z-index: 2;
  position: relative;
}

.card p {
  font-size: 16px;
  line-height: 24px;
  color: black;
  margin-bottom: 20px;
  transition: all ease 900ms;



}

.card .content .image {
  width: 130px;
  height: 130px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid white;
}

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

.card h2 {
  line-height: 24px;
  font-size: 23px;
  color: darkblue;
  margin: 10px 0px;
  transition: all ease 900ms;
}

.card:hover p {
  font-size: 16px;
  line-height: 24px;
  color: white;
  margin-bottom: 20px;

}

.card a {
  background-color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none
}

.card:hover h2 {
  line-height: 24px;
  color: white;
  font-size: 23px;
  margin: 10px 0px;
}

/* connect secton  */

.cennect {
  background: url('/image/poster.jpg');
  background-position: center;
  background-size: cover;
  position: relative;
  height: auto !important;
  padding: 50px 0px;
  padding-top: 50px;
  
}


/* connect secton  */

.why-choose-us2 {
  background: url('/image/poster.jpg');
  background-position: center;
  background-size: cover;
  position: relative;
  height: 800px !important;
}

.why-choose-us-overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #07357ee5;
  z-index: 1;
}


.why-choose-text2 {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
}

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

}

.faq-section h2 {
  font-weight: bold;
  color: #07357e;
}

.accordion-body {
  text-align: left !important;
}
.accordion-button{
  color: #004494 !important ;
  font-weight: 600 !important;
}
.accordion-button:not(.collapsed) {
  background-color: #D4403E !important;
  color: white !important;
  box-shadow: none !important;
}

.accordion-button:focus {
  box-shadow: none;
}


.features-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  font-size: 1.2rem;
}

.features-list li {
  margin-bottom: 15px;
}

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

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

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

.connect-form {
  text-align: left;
}

.faq-section h2 {
  font-weight: bold;
  color: #07357e;
}

.accordion-button:not(.collapsed) {
  background-color: white;
  color: #07357e;
}

.accordion-button:focus {
  box-shadow: none;
}



/* Review box design */

.review-o {
  background: url('/image/poster.jpg');
  background-position: center;
  background-size: cover;
  position: relative;
  height: auto !important;

}

.review-box {
  background-color: whitesmoke;
  padding: 20px;
  width: 100%;
  color: black;
  border-radius: 10px;
  margin-bottom: 10px;
  text-align: left;
  min-height: 405px;
}
.user-image{
  height: 60px;
  width: 60px;
}


.user-info {
  display: flex;
  align-items: center;
margin-bottom: 30px;
  gap: 20px;
}

.review-rating {
  color: gold;
}

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

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

/* Carousel arrows */
.why-choose-us2 .owl-nav button.owl-prev,
.why-choose-us2 .owl-nav button.owl-next {
  background: #fff !important;
  color: black !important;
  border: none;
  padding: 10px 20px;
  margin: 5px;
  font-size: 18px;
  border-radius: 50%;
}

/* Carousel dots */
.why-choose-us2 .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #ddd;
  display: block;
  margin: 5px;
  border-radius: 50%;
}


/* Overlay background */
.review-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  /* Light black transparent */
  z-index: 1;
}

/* Text on top of overlay */
.why-choose-text2 {
  position: relative;
  z-index: 2;
}




/* blpog css */

.blog-box {
  padding: 20px;
  background-color: white;
  border-radius: 20px;
  min-height: 400px;
  border: 1px solid darkblue;
  transition: all ease 900ms;
}

.blog-box:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;

}

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

}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.dated {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* //why choose us  */

.why-choose-us {
  background: url('/image/poster.jpg');
  background-position: center;
  background-size: cover;
  position: relative;
  height: 450px;
}

.why-choose-us-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #07357ee5;
  z-index: 1;
}

.why-choose-text {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 60px;
  color: white;
}

.why-choose-text h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  font-weight: bold;
}

.features-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  font-size: 1.2rem;
}

.features-list li {
  margin-bottom: 15px;
}

/* gallary */

.modal-overlay {
  position: fixed;
  z-index: 9999;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
}

.modal-content-img {
  max-width: 90%;
  max-height: 80vh;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}

.close-modal {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.modal-navigation button {
  background: transparent;
  border: none;
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.gallery-section img {
  height: 260px;
  width: 100%;
  object-fit: cover;
}

#prevImage {
  left: 30px;
}

#nextImage {
  right: 30px;
}


/* about-page */
.about-section {
  background: #f9f9f9;
}


.about-page.flex-row-reverse {
  flex-direction: row-reverse;
}

.about-detail {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

.about-detail p {
  margin-bottom: 1rem;
}

.btn-primary {
  background-color: #0056b3;
  border: none;
}

.btn-primary:hover {
  background-color: #004494;
}

/* gallary page  */

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
}

.modal-content-img {
  max-width: 80%;
  max-height: 80%;
  border-radius: 10px;
}

.close-modal-events {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

.modal-navigation {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

#eventsPrevImage {
  position: absolute;
  left: 20px;
  /* Adjust position for the left button */
  font-size: 30px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
}

#eventsNextImage {
  position: absolute;
  right: 20px;
  /* Adjust position for the right button */
  font-size: 30px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
}


.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
}

.modal-content-img {
  max-width: 80%;
  max-height: 80%;
  border-radius: 10px;
}

.close-modal-events {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

.modal-navigation {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

#eventsPrevImage {
  position: absolute;
  left: 20px;
  /* Adjust position for the left button */
  font-size: 30px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
}

#eventsNextImage {
  position: absolute;
  right: 20px;
  /* Adjust position for the right button */
  font-size: 30px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
}


/* footer */



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

.why-choose-text3 {
  color: rgb(220, 220, 220) !important;
}

.adress-detail {
  position: absolute;
  top: -120px;
  z-index: 1;
  width: 100%;

}

.info-box {
  background-color: #D4403E;
  color: white !important;
  height: 170px;
}

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

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

.why-choose-us-overlay3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #07357ef4;
  z-index: 1;
}


.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;
}

.clinic-timings li span:first-child {
  font-weight: 600;
}

.clinic-timings li span:last-child {
  color: white;
}

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

.social-icons i {
  color: white;
  font-size: 29px;
}


/* Modal Form  */

.modal-body input {
  height: 50px;
  width: 100%;
  margin-top: 10px;
  outline: none;
  padding: 10px;
  border: 1px solid rgb(233, 233, 233);

}

.modal-body select {
  height: 50px;
  width: 100%;
  margin-top: 10px;
  outline: none;
  padding: 10px;
  border: 1px solid rgb(233, 233, 233);

}

.modal-body textarea {
  height: 100px;
  width: 100%;
  margin-top: 10px;
  outline: none;
  padding: 10px;
  border: 1px solid rgb(233, 233, 233);

}

.custom-breadcrumb-section {
  position: relative;
  background: url('/image/poster.jpg') no-repeat center center/cover;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  color: #fff;
  overflow: hidden;
}

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

.custom-container {
  position: relative;
  z-index: 2;
  text-align: center;
}

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

.custom-breadcrumb-list {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
}

.custom-breadcrumb-list li {
  color: #fff;
}

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

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

.custom-breadcrumb-list li.current {
  font-weight: 700;
  color: #ffd700;
  /* gold color for current page */
}




/* Basic Styling */
.nav-item {
  position: relative;
}

.dropdown-menu2 {
  position: absolute;
  top: 105%;
  left: -100px;
  background-color: white;
  /* Semi-transparent background */
  display: none;
  /* Hidden by default */
  overflow: scroll;
  padding: 10px !important;
  z-index: 1;
  border-radius: 2px !important;

}

.dropdown-item:active{
  background-color: transparent !important;
}
/* Show the dropdown when hovering over the parent item */
.nav-item:hover .dropdown-menu2 {
  display: block;
}

/* Style the dropdown items */
.dropdown-item {
  color: white;
  /* Text color */
  padding: 15px 20px;
  text-align: center;
  font-size: 18px;
  display: block;
  text-decoration: none;
}

/* Hover effect for the dropdown items */
.dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}


/* service page css */



.service-detail-container {
  display: grid;
  grid-template-columns: 75% 25%;
  padding: 40px 0px;
  gap: 30px;
}


.service-page-image {
  width: 100%;
  height: 500px;
  object-fit: contain;

}

.service-header {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  padding: 20px;
  border-radius: 20px;
}

.sidebar {
  padding: 20px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  border-radius: 20px;
  height: fit-content !important;
  position: sticky;
  top: 100px;
}

.recent-service {
  list-style: none;
  margin-top: 10px;
}

.recent-service {
  background-color: #D4403E;
  padding: 5px 10px;

  border-radius: 5px;
  width: 100%;

}

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

}

.recent-blog a {
  text-decoration: none;
  color: white;

}

.recent-blog {
  list-style: none;
  margin-top: 10px;
}

.recent-blog {
  background-color: #07357edc;
  padding: 5px 10px;

  border-radius: 5px;
  width: 100%;

}

.hero-section .owl-nav button.owl-next {
  display: none !important;
}

.hero-section .owl-nav button.owl-prev {
  display: none !important;
}

.cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

/* contact service */


.contact-container {
  padding: 60px 0;
}

.contact-box {
  background: #f8f9fa;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.contact-box:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.contact-box h5 {
  font-weight: 600;
  color: #333;
}

.contact-box ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  color: #666;
}

.contact-form {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 40px 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.contact-form h3 {
  margin-bottom: 30px;
  font-weight: 700;
  color: #333;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #007bff;
  outline: none;
}

.contact-form button.btn {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-form button.btn:hover {
  background: #0056b3;
}

.map-container {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.map-container iframe {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 8px;
}


.dropdown-item:hover{
  color: #D4403E !important;
}


.features-container {
  display: flex;
flex-wrap: wrap;
  gap:5px;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.feature-box {
  background: white;
  width: 130px;
  padding: 8px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  text-align: center;
  transition: transform 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
}

.feature-icon {
  font-size: 20px;
  color: #007bff;

}

.feature-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.event-li {
  position: relative; /* Ensures the .event positions relative to <li> */
}

.event {
  position: absolute;
  top: -15px;
  right: -40px;


  background-color: rgb(255, 27, 27);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  color: white;
  padding: 3px 3px;
  border-radius: 8px 0 8px 0;
  font-size: 11px;
  transition: background-color 0.3s ease, transform 0.3s ease;

  animation: pulse 2s infinite;
}

.event:hover {
  background-color: darkred;
  transform: scaleY(1.2);
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
.eventpopupda {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80%;
  height: auto;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  z-index: 999;
  border-radius: 20px;
}

    #confetti-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 9999999; /* Higher than your absolute boxes */
}
#eventpopup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 999;
}
#closePopup{
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
}
.carousel-item{
  text-align: center !important;
}
.carousel-item img{
  height: 400px !important;
  width: 100% !important;
  object-fit: cover;
}
.event-details{
  padding: 10px;
  font-size: 15px;
  
}

.event-details h2{
  color: #004494;
}
.clr{
  color: #004494;
}
 .more-event-box{
        display: flex;
        flex-wrap: wrap;
        background-color: white;   
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
    
    }
    .event-image {
        width: 40%;
        object-fit: contain;
    }
    .event-text{
        width: 60%;
        padding: 10px;
    }
    .event-image img {
        width: 100%;
        object-fit: contain;
        border-radius: 10px;
    }
    
@media screen and (max-width:576px) {
    .count-box{
        width: 160px;
    }
    .service-carousel .item{
    height: 370px !important;
}

    .dropdown-item {
  font-size: 11px !important;
  display: block;
  text-decoration: none;
}
    .dropdown-menu2 {
        width: 320px !important;
        left: 0px;
          height: 350px;
    }
    .more-event-box{
         padding: 5px;

    }
    .event-image {
        width: 100%;
        object-fit: contain;
    }
    .event-text{
        width: 100%;
        padding: 10px;
    }
    .event-image img {
        width: 100%;
        object-fit: contain;
        border-radius: 10px;
    }
    
    .eventpopupda {
    width:95%;
    height:60vh;
    padding: 30px 0px;
    border-radius: 5px;
    overflow: scroll;
  }
  .event-details{
    padding: 5px;
    font-size: 14px;
    
  }
  .carousel-item img{
    height: 200px;
    width: 100%;
    object-fit: contain;
  }
  .quick-contact ul {
    justify-content: center;
    gap: 10px;
  }

  .custom-breadcrumb-section {
    min-height: 280px;
    padding: 40px 15px;
  }

  .custom-breadcrumb-list {
    font-size: 18px;
  }

  .service-detail-container {
    display: block;
    padding: 0px 0px;
    gap: 0px;
  }

  .top-bar {
    display: none;
  }

  .hero-section {
    height: 630px;
  }

  .hero-slide {
    height: auto;
    width: 100%;
  }

  .service-circle {
    height: 300px;
  }

  .service-carousel {
    border-radius: 30px !important;
  }

  .about-image {
    width: 80%;
  }

  .acheivement {
    justify-content: center;
  }

  .why-choose-us {
    height: 400px;
  }

  .why-choose-text {
    padding: 20px 5px;
  }

  .service-section {
    padding-bottom: 0px !important;
  }

  .about-section p {
    font-size: 16px;
  }

  .heading-section2 {

    padding: 0px;
    padding-top: 20px;
  }

  .card {
    min-height: 380px !important;
  }

  .owl-nav button.owl-next {
    right: 20%;
  }

  .owl-nav button.owl-prev {
    left: 20%;
  }

  .why-choose-us2 {

    height: 656px;
    padding-top: 0px;
    margin-top: 0px;
  }

  .why-choose-text2 {
    padding: 20px 0px;
  }

  .why-choose-text2 form {
    margin-top: 20px;
  }

  .review-o {
    height: auto !important;

  }

  .footer-o {
    background: url(/image/poster.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    height: auto !important;
    padding-top: 700px;
    margin-top: 100px;
  }

  .social-icons {
    justify-content: center;
  }

  .service-header {
    padding: 5px;
    box-shadow: none;
  }

  .service-page-image {
    height: auto;
    margin-top: 30px;
  }

  .contact-form,
  .map-container {
    margin-top: 30px;
  }

  .contact-box {
    margin-bottom: 5px;
  }

  .contact-form {
    margin-top: 0px;
  }

  .contact-form {
    padding: 20px 5px;
  }

  .map-container {
    padding: 10px
  }
  .cennect{
    height: auto !important;
  }
  .modal-overlay{
    padding-top: 50%;
  }
  .dropdown-menu2{
    padding: 0px !important;
  }
}