.event-img {
  /* height: 20rem; */
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ccc;
  line-height: 0;
}

.event-img img {
  /* min-height: 100%; */
  height: 15rem;
  object-fit: cover;
  object-position: center;
}
.therapy-form-container {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 30px rgba(42, 92, 167, 0.15);
  padding: 25px;
  height: 100%;
}

.form-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: center;
}

.form-subtitle {
  color: #666;
  font-size: 0.9rem;
  text-align: center;
  margin-bottom: 25px;
}

.form-control {
  height: 45px;
  border-radius: 8px;
  border: 1px solid #b7b5b5;
  margin-bottom: 15px;
  font-size: 0.9rem;
}

.form-control:focus {
  border-color: #2a2b2b;
  box-shadow: 0 0 0 0.2rem rgba(42, 92, 167, 0.25);
}

textarea.form-control {
  height: auto;
  resize: vertical;
}

.submit-btn {
  background: linear-gradient(135deg, #181b1f, #afb9c8);
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: 10px;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(42, 92, 167, 0.3);
}

.form-footer {
  margin-top: 20px;
  font-size: 0.85rem;
  text-align: center;
  color: #555;
}

.form-footer i {
  margin-right: 5px;
}

.form-footer p {
  margin-bottom: 5px;
}

.form-check-label {
  font-size: 0.8rem;
  color: #666;
}

.form-check-label a {
  text-decoration: none;
}
.hero-section {
  position: relative;
  background-color: #121212;
  color: white;
  padding: 80px 0;
  overflow: hidden;
}

.hero-section {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.7) 100%), url("../images/change-images-banner/projects/Physioshala/26\ Jlu.jpeg");
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.hero-content {
  text-align: center;
  margin-bottom: 60px;
}

.main-heading {
  margin-bottom: 20px;
  color: white;
}

.circle-images {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.circle-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgb(255, 255, 255);
}

.circle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .circle-img {
    width: 80px;
    height: 80px;
  }
}
.doctor-schedule {
  padding: 60px 0;
  background-color: #f8f9fa;
  font-family: "Poppins", sans-serif;
}

.doctor-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.doctor-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.time-badge {
  background: var(--red);
  color: white;
  padding: 8px 15px;
  font-weight: 600;
  text-align: center;
}

.doctor-content {
  padding: 15px 5px 15px 20px;
  flex-grow: 1;
}

.doctor-name {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.doctor-qualification,
.doctor-specialization {
  color: #555;
  margin-bottom: 12px;
  font-size: 0.95rem;
}

.doctor-qualification i,
.doctor-specialization i {
  color: var(--red);
  margin-right: 8px;
}

.doctor-actions {
  padding: 0 25px 25px;
  display: flex;
  gap: 10px;
}

.btn-book {
  border: none;
  padding: 8px 20px;
  flex: 1;
}

.btn-call {
  flex: 1;
  padding: 8px 20px;
}

.clinic-address {
  background: white;
  border-radius: 10px;
  padding: 25px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.address-icon {
  margin-right: 25px;
}

.address-text h4 {
  margin-bottom: 5px;
}

.address-text p {
  color: #555;
  margin-bottom: 10px;
}

.map-link {
  text-decoration: none;
}

.map-link:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .clinic-address {
    flex-direction: column;
    text-align: center;
  }

  .address-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .doctor-actions {
    flex-direction: column;
  }
}
.contact-cta {
  background: linear-gradient(135deg, #000, #000);
  padding: 1.5rem 0;
  color: white;
  font-family: "Segoe UI", Roboto, sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.contact-icon {
  font-size: 1.5rem;
  color: #fff;
}

.contact-text {
  margin: 0;
  font-weight: 500;
}

.phone-number {
  font-weight: 700;
  color: var(--red);
}

.btn-primary {
  padding: 0.75rem 2rem;
  border-radius: 50px;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.btn-primary:active {
  transform: translateY(0);
}

.pulse-animation {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 87, 34, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 87, 34, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 87, 34, 0);
  }
}

@media (max-width: 768px) {
  .content {
    flex-direction: column;
    text-align: center;
  }

  .contact-info {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.accordion-body ul li a {
  color: black;
  font-weight: 700;
}

.faq-section .accordion {
  width: 100%;
}

.accordion-button:not(.collapsed) {
  /* background-color: #c5e5d8;*/
  background-color: var(--secondary-text);
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:before {
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 1.25rem;
  height: 2px;
  width: 1rem;
  background-color: red;
}

.accordion-button.collapsed:after {
  content: "";
  position: absolute;
  right: 1.1875rem;
  top: 0.8125rem;
  height: 1.0625rem;
  width: 0.125rem;
  border-style: none;
  background-color: red;
}

.faq-section .accordion-button h5 {
  color: var(--primary-text);
  margin-right: 13px;
}

.accordion-body {
  background-color: var(--secondary-text);
}

/* gallery section  */
.physioshalagallery {
  background-color: #f9f9f9;
  text-align: center;
}

.gallery-header {
  margin-bottom: 3rem;
}

.gallery-title {
  margin-bottom: 1rem;
  font-weight: 700;
}

.gallery-subtitle {
  margin: 0 auto;
}

.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin: 3rem 0px;
  width: 100%;
}

.gallery-item {
  flex: 0 0 270px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  aspect-ratio: 4/3;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: white;
  padding: 2rem 1.5rem 1.5rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-align: left;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay h5 {
  margin-bottom: 0.5rem;
  color: white;
}

.gallery-overlay p {
  margin: 0;
  font-size: 0.9rem;
}

.gallery-cta {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

/* Media Queries */
@media (max-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .physioshalagallery {
    padding: 3rem 1.5rem;
  }

  .gallery-title {
    font-size: 2rem;
  }

  .gallery-overlay {
    padding: 1.5rem 1rem 1rem;
    opacity: 1;
  }
}

@media (max-width: 480px) {
  .physioshalagallery {
    padding: 2rem 1rem;
  }

  .gallery-title {
    font-size: 1.8rem;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .gallery-cta {
    flex-direction: column;
    gap: 1rem;
  }

  .cta-button {
    width: 100%;
  }
}
