/* Custom Styles with about_church_head_ Prefix */

.about_church_head_section {
  background-color: #f8f9fa !important;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.about_church_head_section .about_church_head_badge {
  display: inline-block !important;
  background-color: rgba(74, 30, 109, 0.1) !important;
  color: #4a1e6d !important;
  font-weight: 700 !important;
  padding: 6px 18px !important;
  border-radius: 20px !important;
  font-size: 0.85rem !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

.about_church_head_section .about_church_head_title {
  color: #1a1a2e !important;
}

.about_church_head_section .about_church_head_divider {
  width: 60px !important;
  height: 4px !important;
  background: linear-gradient(to right, #1f224f, #ffd700) !important;
  border-radius: 2px !important;
}

/* Card Outer Styling */
.about_church_head_section .about_church_head_card {
  background: #ffffff !important;
  border-radius: 20px !important;
  transition: transform 0.35s ease, box-shadow 0.35s ease !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.about_church_head_section .about_church_head_card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12) !important;
}

/* Image Container & Styling */
.about_church_head_section .about_church_head_img_box {
  position: relative !important;
  width: 150px !important;
  height: 150px !important;
  border-radius: 50% !important;
  padding: 5px !important;
  background: linear-gradient(135deg, #1f224f, #ffd700) !important;
}

.about_church_head_section .about_church_head_img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 50% !important;
  border: 4px solid #ffffff !important;
}

/* Floating Role Badges */
.about_church_head_section .about_church_head_role_badge {
  position: absolute !important;
  bottom: -5px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background: linear-gradient(135deg, #1f224f, #4a1e6d) !important;
  color: #ffffff !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  padding: 4px 12px !important;
  border-radius: 12px !important;
  white-space: nowrap !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
}

.about_church_head_section .about_church_head_badge_secondary {
  background: linear-gradient(135deg, #0d6efd, #0dcaf0) !important;
}

/* Typography & Social Buttons */
.about_church_head_section .about_church_head_name {
  color: #1a1a2e !important;
}

.about_church_head_section .about_church_head_designation {
  color: #4a1e6d !important;
}

.about_church_head_section .about_church_head_bio {
  line-height: 1.6 !important;
}

.about_church_head_section .about_church_head_socials .btn {
  width: 36px !important;
  height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #e9ecef !important;
  transition: all 0.3s ease !important;
}

.about_church_head_section .about_church_head_socials .btn:hover {
  background-color: #1f224f !important;
  color: #ffffff !important;
}

.about_church_head_section .about_church_head_socials .btn:hover i {
  color: #ffffff !important;
}
/* start classes and enquiry */
/* Custom Styles with abt_class_enqui_ Prefix */

.abt_class_enqui_section {
  /* background-color: #f8f9fa !important; */
  background-color: #b0e0e629 !important;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.abt_class_enqui_section .abt_class_enqui_badge {
  display: inline-block !important;
  background-color: rgba(74, 30, 109, 0.1) !important;
  color: #4a1e6d !important;
  font-weight: 700 !important;
  padding: 6px 18px !important;
  border-radius: 20px !important;
  font-size: 0.85rem !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

.abt_class_enqui_section .abt_class_enqui_title {
  color: #1a1a2e !important;
}

.abt_class_enqui_section .abt_class_enqui_divider {
  width: 60px !important;
  height: 4px !important;
  background: linear-gradient(to right, #1f224f, #ffd700) !important;
  border-radius: 2px !important;
}

/* Category Block & Icons */
.abt_class_enqui_section .abt_class_enqui_category_block {
  background: #ffffff !important;
  padding: 24px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03) !important;
}

.abt_class_enqui_section .abt_class_enqui_cat_icon {
  width: 50px !important;
  height: 50px !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.5rem !important;
}

.abt_class_enqui_section .abt_class_enqui_cat_worship { background-color: rgba(13, 110, 253, 0.1) !important; color: #0d6efd !important; }
.abt_class_enqui_section .abt_class_enqui_cat_youth   { background-color: rgba(255, 193, 7, 0.15) !important; color: #ffb703 !important; }
.abt_class_enqui_section .abt_class_enqui_cat_ladies  { background-color: rgba(220, 53, 69, 0.1) !important; color: #dc3545 !important; }
.abt_class_enqui_section .abt_class_enqui_cat_kids    { background-color: rgba(25, 135, 84, 0.1) !important; color: #198754 !important; }

/* Contact Profile Cards */
.abt_class_enqui_section .abt_class_enqui_card {
  background: #f8f9fa !important;
  border-radius: 14px !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  border: 1px solid rgba(0, 0, 0, 0.04) !important;
}

.abt_class_enqui_section .abt_class_enqui_card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08) !important;
  background: #ffffff !important;
}

/* User Avatars */
.abt_class_enqui_section .abt_class_enqui_avatar {
  width: 65px !important;
  height: 65px !important;
  border-radius: 50% !important;
  object-fit: cover !alignment;
  border: 3px solid #ffffff !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}

/* Action Buttons */
.abt_class_enqui_section .abt_class_enqui_btn_call {
  background-color: #1f224f !important;
  color: #ffffff !important;
  border-radius: 20px !important;
  padding: 4px 12px !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  transition: opacity 0.2s ease !important;
}

.abt_class_enqui_section .abt_class_enqui_btn_call:hover {
  opacity: 0.9 !important;
  color: #ffffff !important;
}

.abt_class_enqui_section .abt_class_enqui_btn_wa {
  background-color: #25d366 !important;
  color: #ffffff !important;
  border-radius: 50% !important;
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0.85rem !important;
}

.abt_class_enqui_section .abt_class_enqui_btn_wa:hover {
  color: #ffffff !important;
  opacity: 0.9 !important;
}
/* end classes and enquiry */
/* gents fund collection */

/* end gets fund collection */