/* Start custom CSS for html, class: .elementor-element-c65f1a1 */.emergency-section {
  padding: 80px 20px;
  background-color: #ffffff;
  font-family: Arial, sans-serif;
}

.emergency-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 50px;
  align-items: center;
}

.emergency-content {
  flex: 1;
}

.emergency-content h2 {
  font-size: 36px;
  color: #1e3a8a;
  margin-bottom: 20px;
}

.emergency-content h2 span {
  color: #dc2626;
}

.emergency-content p {
  font-size: 16px;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 14px;
}

.emergency-image {
  flex: 1;
}

.emergency-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

/* Mobile */
@media (max-width: 768px) {
  .emergency-container {
    flex-direction: column;
    text-align: center;
  }

  .emergency-content h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bcc1164 */.hospital-philosophy {
  padding: 90px 20px;
  background: linear-gradient(90deg, #c53030, #4c51bf);
  color: #ffffff;
  text-align: center;
  font-family: Arial, sans-serif;
}

.philosophy-container {
  max-width: 900px;
  margin: auto;
}

.hospital-philosophy h2 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}

.hospital-philosophy p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #f8fafc;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .hospital-philosophy h2 {
    font-size: 30px;
  }

  .hospital-philosophy p {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-053de93 */.hospital-culture {
  padding: 80px 20px;
  background-color: #ffffff;
  font-family: Arial, sans-serif;
}

.culture-heading {
  text-align: center;
  font-size: 40px;
  margin-bottom: 50px;
  font-weight: 700;
}

.culture-heading span {
  color: #dc2626;
}

.culture-wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: stretch;
}

.culture-image {
  flex: 1;
  background-color: #b91c1c;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.culture-image img {
  width: 100%;
  border-radius: 16px;
}

.culture-content {
  flex: 1;
  padding: 60px 50px;
  background: linear-gradient(90deg, #7c3aed, #1e3a8a);
  color: #ffffff;
}

.culture-content h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.culture-content p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
  color: #f1f5f9;
}

/* Mobile Responsive */
@media (max-width: 900px) {
  .culture-wrapper {
    flex-direction: column;
  }

  .culture-content {
    padding: 40px 25px;
    text-align: center;
  }

  .culture-heading {
    font-size: 30px;
  }
}/* End custom CSS */