/* Philosophy Section */

.philosophy-section {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.philosophy-section .philosophy-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.philosophy-section .philosophy-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.philosophy-section .philosophy-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(15, 23, 42, 0.4); */
  background: linear-gradient(rgba(15, 23, 42, 0.7), rgba(15, 23, 42, 0.7));
}

.philosophy-section .philosophy-content {
  position: relative;
  z-index: 2;
}

.philosophy-section .philosophy-title {
  /* font-size: 56px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 25px; */
  color: #ffffff;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .philosophy-section .philosophy-title {
    font-size: 4.5rem;
    line-height: 1;
  }
}

.philosophy-section .philosophy-title .highlight {
  color: #1392ec;
}

.philosophy-desc {
  /* font-size: 20px;
  color: #ffffffd9;
  max-width: 650px;
  margin: 0 auto 40px; */
  color: #e2e8f0;
  font-size: 1.5rem;
  line-height: 2rem;
  max-width: 42rem;
  margin: 0 auto 2rem;
}

.philosophy-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}


/* .philosophy-btn {
  background: #1392ec;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 9px;
  text-decoration: none;
  color: #fff;
  transition: transform 0.4s ease;
} */

.philosophy-btn {
  display: inline-block;
  padding: 1rem 2.5rem;
  border-radius: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  background: #1392ec;
  color: #ffffff;
}

.philosophy-btn:hover {
  transform: scale(1.06);
}


/* .philosophy-btn-outline {
  padding: 14px 32px;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  text-decoration: none;
  border-radius: 9px;
} */

.philosophy-btn.philosophy-btn-outline {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  backdrop-filter: blur(6px);
  transform: scale(1);
}

.philosophy-btn-outline:hover {
  background: rgba(255, 255, 255, 0.2);
}


/* --------------Mission Section------------------- */

.mission-section {
  padding: 50px 0;
  background: #f1f5f9;
}

@media (min-width: 768px) {
  .mission-section {
    padding: 80px 0;
  }
}

.mission-header {
  margin-bottom: 60px;
}

.mission-title {
  /* font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px; */
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
}

.mission-divider {
  width: 70px;
  height: 5px;
  background: #1392ec;
  margin: 0 auto;
  border-radius: 10px;
}

.mission-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  /* border: 1px solid #f1f1f1; */
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.mission-card:hover {
  transform: translateY(-8px);
}

.mission-card-image {
  height: 220px;
  position: relative;
  overflow: hidden;
}

.mission-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.mission-card:hover img {
  filter: grayscale(0);
}

.mission-card-icon {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 10px;
  background: #1392ec;
  color: #fff;
  /* border-radius: 8px; */
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 28px;
  /*background: #1392ec1a;
  color: #1392ec; */
}

.mission-card-content {
  padding: 30px;
}

.mission-card-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.mission-card-content p {
  color: #6b7280;
  font-size: 16px;
  line-height: 1.6;
  margin: 0px;
}


/* --------------Leadership Section------------------- */

.leadership-section {
  padding: 50px 0;
  background: #E2E8F0;
}

@media (min-width: 768px) {
  .leadership-section {
    padding: 80px 0;
  }
}

.leadership-label {
  /* color: #1392ec;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  margin-bottom: 15px; */
  display: inline-block;
  padding: 0.375rem 1rem;
  background-color: #1392ec33;
  border: 1px solid #1392ec4d;
  color: #1392ec;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.leadership-title {
  /* font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px; */
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
}

.leadership-desc {
  font-size: 16px;
  color: #475569;
  margin-bottom: 30px;
  line-height: 1.7;
}

.leadership-feature {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}


/* .feature-icon{
background:rgba(59,130,246,0.15);
padding:10px;
border-radius:50%;
color:#1392ec;
} */

.feature-icon {
  width: 60px;
  height: 43px;
  background: rgba(59, 130, 246, 0.15);
  /* light blue background */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon span {
  color: #1392ec;
  font-size: 24px;
}

.feature-content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.feature-content p {
  color: #64748b;
  margin: 0;
}

.leadership-image-wrapper {
  position: relative;
}

.leadership-image-wrapper img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.leadership-stat {
  position: absolute;
  bottom: -25px;
  left: -25px;
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  max-width: 260px;
}

.stat-number {
  font-size: 40px;
  font-weight: 900;
  color: #1392ec;
  margin-bottom: 5px;
}

.stat-desc {
  font-size: 14px;
  font-weight: 600;
  color: #334155;
}


/*----------------Patients First Philosophy--------------------------------*/

.philosophy-patient-section {
  padding: 50px 0;
  background: #f1f5f9;
}

@media (min-width: 768px) {
  .philosophy-patient-section {
    padding: 80px 0;
  }
}

.image-div {
  background-color: #0033661a;
  padding: 1rem;
  border-radius: 41px;
}

.philosophy-patient-section .philosophy-image {
  width: 100%;
  max-height: 550px;
  object-fit: cover;
  border-radius: 25px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.philosophy-patient-section .content-div {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.philosophy-patient-section .philosophy-title {
  /* font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #000; */
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
}

.philosophy-patient-section .philosophy-description {
  font-size: 16px;
  color: #64748b;
  margin-bottom: 30px;
  line-height: 1.7;
}

.philosophy-patient-section .philosophy-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.philosophy-patient-section .philosophy-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  font-weight: 500;
}

.philosophy-patient-section .philosophy-icon {
  color: #1392ec;
}

.philosophy-patient-section .philosophy-text {
  color: #1e293b;
}


/* CTA Section */

.cta-section {
  background: #1392ec;
  padding: 50px 0;
}

@media (min-width: 768px) {
  .cta-section {
    padding: 80px 0;
  }
}

.cta-title {
  /* font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px; */
  color: #fff;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 900;
  margin-bottom: 2.5rem;
}

.cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 25px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-btn-primary {
  background: #fff;
  color: #1392ec;
}

.cta-btn-primary:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.cta-btn-outline {
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.cta-btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
}

.cta-section .philosophy-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-section .philosophy-btn {
  background: #1392ec;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 9px;
  text-decoration: none;
  color: #fff;
}