/* =================
PRESENCE IN INDIA
================*/
.india-presence-section {
  position: relative;
  padding: 5rem 0;
  color: var(--secondary-color);

  background-image: linear-gradient(
      270deg,
      rgba(15, 15, 15, 0.95),
      rgba(40, 40, 40, 0.95)
    ),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 800 600' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23222222' fill-opacity='0.4' d='M0 300 Q200 350 400 300 T800 300 L800 600 L0 600 Z'/%3E%3Cpath fill='%23111111' fill-opacity='0.6' d='M0 320 Q250 400 500 320 T800 320 L800 600 L0 600 Z'/%3E%3Cpath fill='%23000000' fill-opacity='0.8' d='M0 340 Q300 450 600 340 T800 340 L800 600 L0 600 Z'/%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.india-presence-section .content {
  position: relative;
  z-index: 1;
}

.stat-card {
  background-color: #1f1f1f;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--primary);
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.stat-number {
  font-size: 3rem;
  font-weight: bold;
  color: var(--primary);
}

.stat-title {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  color: #ffffff;
}

.stat-card p {
  color: #cccccc;
  margin-bottom: 0;
  text-align: center;
}

/* =================
PATRON AND PATRONESS
================*/
.patron-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1000px;
}

.patron-card {
  background-color: #fff;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s ease;
  height: 100%;
  border: 3px solid var(--primary);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.patron-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.patron-content .patron-quote,
.patron-content div:last-child {
  margin-top: auto;
}

.patron-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.patron-header {
  background-color: #dee2e6;
  padding: 2rem 1rem;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.patron-francis {
  background-color: #e9ecef;
}

.patron-elizabeth {
  background-color: #e9ecef;
}

.patron-image {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  margin: 0 auto;
  display: block;
}

.patron-content {
  padding: 2rem;
  text-align: center;
}

.patron-name {
  font-size: 1.6rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.5rem;
}

.patron-dates {
  color: #6c757d;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  display: inline-block;
  padding: 0.25rem 1rem;
  background-color: rgba(108, 117, 125, 0.1);
  border-radius: 30px;
}

.patron-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #495057;
  margin-bottom: 1.5rem;
}

.patron-attribute {
  display: inline-block;
  margin: 0.25rem;
  padding: 0.35rem 0.75rem;
  background-color: rgba(108, 117, 125, 0.1);
  border-radius: 30px;
  color: #495057;
  font-size: 0.9rem;
}

/* =================
CHARISM
==================== */
.charism-section {
  background: linear-gradient(135deg, #fef9e7 0%, #fef5e7 50%, #fdebd0 100%);
  padding: 80px 0;
  position: relative;
}

.charism-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(10px);
  pointer-events: none;
}

.charism-section > .container {
  position: relative;
  z-index: 1;
}

.charism-title {
  color: var(--primary);
  font-weight: 600;
  position: relative;
  display: inline-block;
}

.charism-title::before,
.charism-title::after {
  content: "—";
  padding: 0 10px;
  color: #dc3545;
}

.charism-intro {
  font-size: 1.1rem;
  line-height: 1.8;
  color: black;
  text-align: center;
  margin-bottom: 40px;
}

.charism-list {
  list-style: none;
  padding: 0;
  margin: 40px 0;
}

.charism-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 12px;
  border-left: 5px solid var(--primary);
  transition: all 0.3s ease;
}

.charism-item:hover {
  background: #e9ecef;
  transform: translateX(5px);
}

.charism-icon {
  font-size: 1.5rem;
  color: var(--primary);
  margin-right: 15px;
  flex-shrink: 0;
}

.charism-text {
  color: #c62828;
  font-size: 1.05rem;
  line-height: 1.6;
  font-weight: bold;
}

.mission-box {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  border-radius: 15px;
  padding: 35px;
  margin-top: 40px;
  text-align: center;
}

/* =================
SPIRITUAL
==================== */
.spiritual-values-section {
  margin-top: 50px;
  padding: 40px;
  background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
  border-radius: 15px;
}

.spiritual-values-title {
  font-size: 1.8rem;
  color: #6a1b9a;
  font-weight: 600;
  text-align: center;
  margin-bottom: 35px;
  line-height: 1.5;
}

.spiritual-values-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
}

.spiritual-value-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 18px 25px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  border-left: 4px solid #7b1fa2;
  transition: all 0.3s ease;
}

.spiritual-value-item:hover {
  background: rgba(255, 255, 255, 0.95);
  transform: translateX(5px);
}

.spiritual-value-marker {
  font-size: 1.2rem;
  color: #7b1fa2;
  margin-right: 15px;
  flex-shrink: 0;
  font-weight: bold;
}

.spiritual-value-text {
  color: #4a148c;
  font-size: 1.1rem;
  line-height: 1.5;
}

.mission-text {
  color: #1565c0;
  font-size: 1.15rem;
  line-height: 1.8;
  margin: 0;
}


#spirituality {
  background-image: url("../images/service_bg_1.jpg");
  object-fit: cover;
  padding: 80px 0;
}

.spirituality-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.spirituality-item h4, h5 {
  font-weight: bolder;
  color: var(--primary);
}

.spirituality-icon .fas {
  font-size: 1.5rem;
  margin-right: 15px;
  color: var(--primary);
}

@media (max-width: 768px) {
  .charism-title {
    font-size: 2.2rem;
  }

  .charism-header {
    padding: 40px 20px 30px;
  }

  .charism-intro,
  .mission-text {
    font-size: 1rem;
  }
}
