.find-doctor-container {
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    width: 1800px;
    height: 500px;
    margin: auto;
    margin-left: 15%;
}
  
  .find-doctor-container p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  
  .highlight {
    color:black;
    text-decoration: none;
    font-weight: bold;
    margin-right: 1600px;
    font-size: xx-large;
    font-family: sans-serif;
    margin-left: 5%;
  }
  
  .action-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  
  .user-info {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 10px;
   
   
    border-radius: 25px;
    margin-bottom: 460px;
    margin-right: 800px;
  }
  

  
  
  
  
  .arrow {
    width: 1px;
    height: 1px;
    border: solid black;
    border-width: 0 0.5px 0.5px 0;
    display: inline-block;
    padding: 0.5px;
    transform: rotate(45deg);
}

/* Container for the form */

/* Form elements layout */


/* Labels */


/* Input and Textarea fields */


/* Textarea adjustments */


/* Submit button */
.update-button {
  background-color: #007bff;
  color: #fff;
  padding: 5px;
  font-size: 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease;
}

.update-button:hover {
  background-color: #0056b3;
}

/* Placeholder text color */


/* Overflow handling */


.find-doctor-container {
  font-family: Arial, sans-serif;
  position: relative;
  padding: 20px;

  border-radius: 10px;
  width: 1800px;
  height: 500px;
  margin: auto;
  opacity: 0.5;
}

.highlight {
  color: black;
  text-decoration: none;
  font-weight: bold;
  font-size: xx-large;
  font-family: sans-serif;
  float: left;
  width: 40%; /* Adjust this value as needed */
  font-family: 'Tiro Devanagari Hindi', serif;
  font-size: 3rem;
  color: #1a237e;
  position: relative;
  padding-bottom: 20px;
}



/* Remove or adjust these margins as they're pushing content too far */
.find-doctor-button {
  margin-bottom: 20px; /* Reduced from 650px */
}







.user-info {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 20px; /* Increased padding */

  
  margin-left: 10%;
  margin-top: -100px;
  width: 500px;
    /* Increased from 300px */
}



/* Adjust input fields to match the new container size */

/* Adjust labels for better visibility in larger form */


/* Adjust button size */
.update-button {
  padding: 8px; /* Increased padding */
  font-size: 14px; /* Increased font size */
}

.find-doctor-button {
  background: linear-gradient(135deg, #4caf50, #45a049);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left:600px;
  margin-bottom: 650px;
  width: 200px;
}

.find-doctor-button:hover {
  background: linear-gradient(135deg, #45a049, #388e3c);
  transform: translateY(-2px);
}
.vet {
  height: 450px;
  width: 450px;
  margin-right: 400px;
  margin-bottom: 600px;  /* reduced from 1000px */
  margin-top: -70px;    /* added negative margin-top */
}


.find-doctor-container {
  font-family: Arial, sans-serif;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  width: 1800px;
  height: 500px;
  margin: auto;
  margin-left: 15%;
  opacity: 1;  /* Changed from 0.5 to 1 to make content fully visible */
}

.find-doctor-button {
  background: linear-gradient(135deg, #4caf50, #45a049);
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 600px;
  margin-bottom: 1200px;
  width: 300px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.find-doctor-button a{
  text-decoration: none;
  color: white;
}
.find-doctor-button:hover {
  background: linear-gradient(135deg, #45a049, #388e3c);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
}

.find-doctor-button:active {
  transform: translateY(1px);
  box-shadow: 0 2px 10px rgba(76, 175, 80, 0.3);
}

/* Add this if you want to include an icon */
.find-doctor-button::before {
  content: "👨‍⚕️";  /* You can replace this with an icon of your choice */
  font-size: 20px;
}


.user-info {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 20px;
  margin-left: 15%;
  margin-top: -100px;
  width: 500px;
  position: relative;  /* Added position relative */
  z-index: 1;  /* Added z-index to ensure visibility */
}

.vet {
  height: 500px;
  width: 500px;
  margin-right: 400px;
  margin-bottom: 600px;
  margin-top: -70px;
  position: relative;  /* Added position relative */
  z-index: 0;  /* Added z-index to ensure proper layering */
}

/* Doctor Search Results Styling */
.find-doctor-results {
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
}

.results-title {
  text-align: center;
  font-size: 2rem;
  color: #1a237e;
  margin-bottom: 30px;
  font-family: 'Tiro Devanagari Hindi', serif;
}

.doctors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 25px;
  padding: 20px 0;
}

.doctor-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
}

.doctor-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.doctor-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.doctor-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.doctor-card:hover .doctor-image img {
  transform: scale(1.05);
}

.doctor-info {
  padding: 20px;
}

.doctor-info h3 {
  font-size: 1.4rem;
  color: #1a237e;
  margin-bottom: 10px;
  font-family: 'Tiro Devanagari Hindi', serif;
}

.doctor-info p {
  margin: 8px 0;
  color: #666;
  font-size: 14px;
}

.specialization {
  background: #e3f2fd;
  color: #1976d2;
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-block;
  font-weight: 500;
  font-size: 12px !important;
}

.experience {
  font-weight: 600;
  color: #4caf50 !important;
}

.location {
  color: #ff9800 !important;
  font-weight: 500;
}

.pincode {
  color: #9c27b0 !important;
  font-size: 12px !important;
}

.rating {
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.stars {
  font-size: 16px;
}

.rating-number {
  background: #4caf50;
  color: white;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: bold;
}

.contact-buttons {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.appointment-btn, .call-btn {
  flex: 1;
  padding: 10px 15px;
  border: none;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}

.appointment-btn {
  background: linear-gradient(135deg, #3079c7, #2196f3);
  color: white;
}

.appointment-btn:hover {
  background: linear-gradient(135deg, #2196f3, #1976d2);
  transform: translateY(-2px);
}

.call-btn {
  background: linear-gradient(135deg, #4caf50, #45a049);
  color: white;
}

.call-btn:hover {
  background: linear-gradient(135deg, #45a049, #388e3c);
  transform: translateY(-2px);
}

.no-results {
  text-align: center;
  padding: 60px 20px;
  background: #f8f9fa;
  border-radius: 15px;
  margin: 20px 0;
}

.no-results p {
  font-size: 18px;
  color: #666;
  margin: 10px 0;
}

/* Search Section Styling */
.find-doctor-search {
  max-width: 800px;
  margin: 40px auto;
  padding: 30px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.search-options {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.location-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.auto-location-section {
  text-align: center;
}

.current-location-btn {
  background: linear-gradient(135deg, #ff9800, #f57c00);
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.current-location-btn:hover {
  background: linear-gradient(135deg, #f57c00, #ef6c00);
  transform: translateY(-2px);
}

.location-input {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #e0e0e0;
  border-radius: 25px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s ease;
}

.location-input:focus {
  border-color: #3079c7;
}

.search-filters {
  display: flex;
  gap: 15px;
  align-items: center;
}

.specialization-select {
  flex: 1;
  padding: 12px 15px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  font-size: 14px;
  outline: none;
  background: white;
}

.search-button {
  background: linear-gradient(135deg, #3079c7, #2196f3);
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.search-button:hover {
  background: linear-gradient(135deg, #2196f3, #1976d2);
  transform: translateY(-2px);
}

.loading-spinner {
  display: none;
  width: 30px;
  height: 30px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3079c7;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 10px auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.location-error, .location-success {
  display: none;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
  margin: 10px 0;
}

.location-error {
  background: #ffebee;
  color: #c62828;
  border: 1px solid #ffcdd2;
}

.location-success {
  background: #e8f5e8;
  color: #2e7d32;
  border: 1px solid #c8e6c9;
}

/* Responsive Design */
@media (max-width: 768px) {
  .doctors-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .search-filters {
    flex-direction: column;
  }
  
  .contact-buttons {
    flex-direction: column;
  }
  
  .find-doctor-search {
    margin: 20px;
    padding: 20px;
  }
}