body {
  background-color: bisque;
  z-index: none;
  overflow-x: hidden;
  overflow-y: none;
}
*{
  scrollbar-width: thin;
  padding: 0;
  margin: 0;
}
a{
  text-decoration: none;
}
li{
  list-style: none;
}
/* Header start  */
nav{
  width: 100%;
  height: 12vh;
  position: fixed;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2117647059);
  background: #0e384c;
  opacity: 1;
  z-index: 100;
}
.nav-container{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-shadow: 2px 4px 10px rgba(27, 27, 27, 0.212);
}
.logo{
  color: white;
  font-size: 2.5rem;
  font-weight: bold;
  text-shadow: 0 0 10px #2f6aa8;
}
.logo span{
  color: #38A9E0;
  text-shadow: 0 0 10px #2f6aa8;
}
.hamburg,
.cancel{
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
  color: white;
  display: none;
  font-size: 30px;
}
.nav-container .links{
  display: flex;
  color: #fff;
}
.nav-container .links a{
  position: relative;
  font-size: 1rem;
  color: #fff;
  margin: 0 20px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s linear;
}
.nav-container .links a::before{
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: #38A9E0;
  transition: 0.2s linear;
}
.nav-container .links a:hover::before{
  width: 100%;
}
.nav-container .links a:hover{
  color: #fff;
}
.dropdown{
  z-index: 100;
  position: absolute;
  top: -170px;
  transform: translateY(-500px);
  width: 100%;
  height: auto;
  backdrop-filter: blur(4px) brightness(40%);
  box-shadow:  0 0 20px black;
  transition: 0.2s linear;
  background: #0e384c;
  color: #fff;
}
.dropdown .links a{
  display: flex;
  color: #fff;
  text-decoration: none;
  justify-content: center;
  padding: 15px 0;
  align-items: center;
  transition: 0.2s linear;
}
.dropdown .links a:hover{
  background-color: #38A9E0;
}
.menu-right {
  color: #fff;
  display: flex;
  align-items: center;
}
.book-btn {
  font-size: 16px;
  font-weight: 600;
  color: white;
  background-color: #1e84b5;
  padding: 12px 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #1e84b5;
  transition: 0.3s all;
  margin-left: 15px;
  border-radius: 5px;
  text-decoration: none;
}
.book-btn:hover{
  background: transparent;
  border: 2px solid #1e84b5;
  box-shadow: 0 0 12px #1e84b5;
  color: #fff;
}
.menu-right a {
  color: white;
}
.dropdown-list {
  position: relative;
  color: #fff;
}
.dropdown-content {
  display: none;
  position: absolute;
  background: #1e84b5;
  min-width: 200px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  backdrop-filter: blur(10);
  border-radius: 8px;
  border: 1px solid #1e84b5;
  opacity: 1;
  color: #fff;
}
.dropdown-content a {
  color: white;
  padding: 15px;
  display: block;
  text-decoration: none;
  z-index: 1;
}
.dropdown-list:hover .dropdown-content {
  display: block;
  color: #fff;
}
.dropdown-links{
  color: #fff;
}

.dark-mode{
  background: var(--black-2);
  color: var(--white-f);
}

@media (max-width: 500px){
  .menu-right .book-btn {
      display: none;
  }
}



/* Breadcrumb  */

.breadcrumb {
  background-color: rgb(245, 246, 250);
  text-align: center;
  padding-top: 120px;
  padding-bottom: 220px;
}
@media screen and (max-width: 1399px) {
  .breadcrumb {
      padding: 80px 0;
  }
}
.breadcrumb-title {
  font-size: 54px;
  font-weight: 650;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding: 200px 70px;
  padding-bottom: 10px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1399px) {
  .breadcrumb-title {
      font-size: 50px;
  }
}
.breadcrumb-nav {
  font-weight: 500;
  padding-bottom: 100px;
}
.breadcrumb-nav a {
  color: #fff;
  text-decoration: none;
}
.breadcrumb-nav a:hover{
  color: #fff;
}
.breadcrumb-nav a i {
  vertical-align: text-top;
  padding-left: 5px;
}
.breadcrumb-nav a i:hover {
  color: #fff;
}
.breadcrumb-nav .current-page {
  color: #fff;
}
.breadcrumb-nav .current-page .dvdr {
  padding: 0 10px;
  color: #fff;
}
.breadcrumb {
  background: url(images/breadcrumb-image.svg), #0e384c;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto;
  padding: 120px 0;
  color: #fff;
}



.Header{
  background-color: rgb(226, 208, 208);
  text-align: center;
  padding: 70PX;
  background: url(https://demo.awaikenthemes.com/html-preview/primecare/demo-2/images/section-bg-shape.svg), #0e384c;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: auto;
    padding: 100px 0;
    color: #fff;
}
.Header h1{
  border-bottom: 2px solid #fff;
  max-width: 200px;
}
#patients{
font-weight: 700;
}
.linko span a {
text-decoration: none;
color: #fff;
}
/* Basic styling for the content */
.content {
  max-width: 600px;
  margin: 0 auto;
  
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

/* Hide the checkbox */
.read-more-checkbox {
  display: none;
}

/* Style the extra content to be hidden by default */
.extra-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

/* Style the label to look like a button */
.read-more-label {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 15px;
  background-color: #007BFF;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.read-more-label:hover {
  background-color: #0056b3;
}

/* When the checkbox is checked, show the extra content */
.read-more-checkbox:checked ~ .extra-content {
  max-height: 500px; /* Adjust this value based on the content size */
}

/* Change the label text when the content is expanded */
.read-more-checkbox:checked ~ .read-more-label {
  content: 'Read Less';
}


.hed-pera {
  color: gray;
  font-weight: 600;
  display: flex;
  transition: transform 0.3s ease;
  transform: scale(0.9);
}
.hed-pera:hover{
  color: gray;
  font-weight: 500;
}
.hed-pera .content p{
  color: #527282;
  font-weight: 500;
}

.imago {
  justify-content: center;
  display: flex;
  width: 900px;
  height: 700px;
  transition: transform 0.3s ease;
}

.imago:hover {
  transform: scale(0.9);
  /* Scale image up slightly */
}
.heading1{
  color: #0E3055;
}
/* Basic card styling */
.card {
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Card image styling */
.card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

/* Card content styling */
.card-content {
  padding: 15px;
  text-align: center;
  color: #527282;
}
.card-text{
  color: #527282;
}
.card-title{
  color: #0E3055;
}

/* Hover effects */
.card:hover {
  transform: translateY(-10px);
  /* Move card up slightly */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  /* Add stronger shadow */
}

.card:hover img {
  transform: scale(1.1);
  /* Scale image up slightly */
}
.Container{
  display: flex;
}

/* Footer section start  */
.rv-29-footer-sec {
  position: relative;
  background-color: #0e384c;
}
.rv-29-footer {
  padding-top: 100px;
}
.rv-28-footer__logo {
  z-index: 5;
  position: relative;
}
.rv-29-footer .rv-28-footer__logo {
  z-index: 5;
  position: relative;
}
.rv-28-footer__logo a {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}
.rv-29-footer .rv-28-footer__logo a {
  color: #fff;
  text-decoration: none;
}
.rv-29-footer .rv-28-footer__logo .rv-26-logo-text {
  font-size: 16px;
  color: #fff;
  margin-bottom: 40px;
  margin-top: 25px;
}
.rv-28-footer__links, .rv-28-footer__courses, .rv-28-footer__newsletter {
  z-index: 5;
  position: relative;
}
.rv-29-footer .rv-28-footer__links, .rv-29-footer .rv-28-footer__courses, .rv-29-footer .rv-28-footer__newsletter {
  z-index: 5;
  position: relative;
  text-decoration: none;
}
.links_courses {
  color: white;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 5;
}
.rv-29-footer .links_courses {
  color: white;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 5;
}
.rv-28-footer__ul {
  margin-top: 28px;
  position: relative;
  z-index: 5;
}
.rv-29-footer .rv-28-footer__ul {
  margin-top: 28px;
  position: relative;
  z-index: 5;
}
.rv-28-footer__ul li {
  color: rgba(255, 255, 255, 0.6117647059);
  line-height: 2.5;
  font-size: 15px;
}
.rv-29-footer .rv-28-footer__ul li {
  color: rgba(255, 255, 255, 0.6117647059);
  line-height: 2.5;
}
.rv-28-footer__ul li a {
  color: rgba(255, 255, 255, 0.6117647059);
  font-size: 15px;
  text-decoration: none;
}
.rv-29-footer .rv-28-footer__ul li a {
  color: rgba(255, 255, 255, 0.6117647059);
  font-size: 15px;
  text-decoration: none;
}
.rv-28-footer__links, .rv-28-footer__courses, .rv-28-footer__newsletter {
  z-index: 5;
  position: relative;
}
.rv-29-footer .rv-28-footer__links, .rv-29-footer .rv-28-footer__courses, .rv-29-footer .rv-28-footer__newsletter {
  z-index: 5;
  position: relative;
}
.links_courses {
  color: white;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 5;
}
.rv-29-footer .links_courses {
  color: white;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 5;
}
.rv-28-footer__ul {
  margin-top: 28px;
  position: relative;
  z-index: 5;
}
.rv-29-footer .rv-28-footer__ul {
  margin-top: 28px;
  position: relative;
  z-index: 5;
}
.rv-28-footer__links, .rv-28-footer__courses, .rv-28-footer__newsletter {
  z-index: 5;
  position: relative;
}
.rv-29-footer .rv-28-footer__links, .rv-29-footer .rv-28-footer__courses, .rv-29-footer .rv-28-footer__newsletter {
  z-index: 5;
  position: relative;
}
.footer_newsletter {
  margin: 40px 0;
  position: relative;
  z-index: 5;
}
.rv-29-footer .footer_newsletter {
  margin: 40px 0;
  position: relative;
  z-index: 5;
}
.footer_newsletter input {
  background-color: #2e364e;
  border-color: rgba(255, 255, 255, 0.2117647059);
  color: white;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 15px;
}
.rv-29-footer .footer_newsletter input {
  background-color: #18385c;
  border-color: rgba(255, 255, 255, 0.2117647059);
  color: white;
  padding-left: 10px;
  padding-right: 20px;
  outline: none;
  border: none;
}
.rv-29-footer .footer_newsletter-btn {
  color: white;
  background-color: #38A9E0;
  height: 50px;
  width: 50px;
  margin-left: -10px;
  outline: none;
  border: none;
}
.follow-us {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 35px;
  position: relative;
  z-index: 5;
}
.rv-29-footer .follow-us {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 35px;
  position: relative;
  z-index: 5;
}
.follow-us h6 {
  margin-bottom: 0;
}
.follow-us-ul {
  gap: 10px;
}
.rv-29-footer .follow-us-ul {
  gap: 10px;
}
.follow-us-ul a {
  height: 40px;
  width: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2117647059);
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: all 0.2s;
  color: white;
}
.rv-29-footer .follow-us-ul a {
  height: 40px;
  width: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2117647059);
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: all 0.2s;
  color: white;
  text-decoration: none;
}
.follow-us-ul a i {
  font-size: 14px;
  text-decoration: none;
}
.rv-28-small-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  margin-top: 90px;
  position: relative;
  z-index: 5;
  font-size: 15px;
  text-decoration: none;
}
.rv-29-footer .rv-28-small-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  margin-top: 90px;
  position: relative;
  z-index: 5;
  text-decoration: none;
}
.rv-28-small-footer .copyright {
  color: rgba(255, 255, 255, 0.6117647059);
  text-decoration: none;
}
.rv-29-footer .rv-28-small-footer .copyright {
  color: rgba(255, 255, 255, 0.6117647059);
}
.rv-28-small-footer a {
  color: rgba(255, 255, 255, 0.6117647059);
}
.rv-29-footer .rv-28-small-footer a {
  color: rgba(255, 255, 255, 0.6117647059);
  text-decoration: none;
}
.rv-28-small-footer .privacy-policy {
  color: rgba(255, 255, 255, 0.6117647059);
  text-decoration: none;
}
.rv-29-footer .rv-28-small-footer .privacy-policy {
  color: rgba(255, 255, 255, 0.6117647059);
  text-decoration: none;
}
.rv-28-small-footer a {
  color: rgba(255, 255, 255, 0.6117647059);
  text-decoration: none;
}
.rv-29-footer .rv-28-small-footer a {
  color: rgba(255, 255, 255, 0.6117647059);
  text-decoration: none;
}
/* Media Screen */
@media screen and  (max-width: 1400px) {
  .heading {
    text-align: center;
    font-family: 'poppins', sans-serif;
    font-weight: bolder;
    padding: 50PX;
  }
  
  .para {
    font-size: 2rem;
    font-family: 'Poppins', sans-serif;
    text-align: center;
  }
  
  .hed-pera {
    color: gray;
    font-weight: 600;
    display: flex;
    transition: transform 0.3s ease;
    transform: scale(0.9);
  }
  .hed-pera:hover{
    color: gray;
    font-weight: 600;
  }
  
  .paro {
    text-align: left;
    justify-content: center;
  }
  
  .imago {
    justify-content: center;
    display: flex;
    transition: transform 0.3s ease;
  }
  
  .imago:hover {
    transform: scale(0.9);
    /* Scale image up slightly */
  }
  
  /* Basic card styling */
  .card {
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  /* Card image styling */
  .card img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
  }
  
  /* Card content styling */
  .card-content {
    padding: 15px;
    text-align: center;
  }
  
  /* Hover effects */
  .card:hover {
    transform: translateY(-10px);
    /* Move card up slightly */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    /* Add stronger shadow */
  }
  
  .card:hover img {
    transform: scale(1.1);
    /* Scale image up slightly */
  }
  .Container{
    display: flex;
  }
}
@media screen and  (max-width: 1280px) {
  .hed-pera{
    
  }
}



/* Back to top button  */
#toggleBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 26px;
  background: none;
}
#backToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none; /* Pehle hidden hoga */
  background-color: var(--royal-blue-light);
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  z-index: 100;
}

#backToTop:hover {
  background-color: var(--royal-blue-light);
  box-shadow: 0 0 25px var(--royal-blue-light);
}

/* Animated Cursor  */
.custom-cursor {
  width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.15s ease-out, background-color 0.15s ease-out;
  z-index: 9999;
  opacity: 0.6;
}
.cursor-grow {
  transform: translateY(-50%, -50%) scale(2);
  background-color: rgba(0, 123, 255, 0.8);
}
.text-zoom {
  transition: transform 0.2s ease-in-out;
}
.text-zoom:hover {
  transform: scale(1.2);
}



.hed-pera {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  max-width: 1200px;
  margin: auto;
}

.content {
  flex: 1;
  max-width: 50%;
}

.content p {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}

.extra-content {
  display: none;
}

.read-more-checkbox {
  display: none;
}

.read-more-checkbox:checked ~ .extra-content {
  display: block;
}

.read-more-label {
  display: inline-block;
  background-color: #1e84b5;
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
  font-weight: bold;
}

.read-more-label:hover {
  background-color: #156a94;
}

.imago {
  flex: 1;
  max-width: 50%;
  height: auto;
  border-radius: 10px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .hed-pera {
      flex-direction: column;
      text-align: center;
  }

  .content, .imago {
      max-width: 100%;
  }

  .read-more-label {
      font-size: 14px;
      padding: 8px 12px;
  }
}


/* Back to top button  */
#toggleBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 26px;
  background: none;
}
#backToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none; /* Pehle hidden hoga */
  background-color: #1e84b5;
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  z-index: 100;
}

#backToTop:hover {
  background-color: #1e84b5;
  box-shadow: 0 0 25px #1e84b5;
}

